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
@font-face { font-family: myFirstFont; src: url(Dominique.otf); } @font-face { font-family: 'sunshine'; src: url("DK Lemon Sun.otf"); } @font-face { font-family: "little-sunshine"; src: url('a little sunshine.ttf') } @media only screen and (max-width: 320px) { body { background-color: lightblue; } } @media only screen and (max-width: 768px) { body { background-color: red; } } @media only screen and (max-width: 1200px) { body { background-color: pink; } } h1 { text-align: center; font-size: 100px; font-family: 'little-sunshine'; color: darkgoldenrod; padding-top: 200px; padding-bottom: 350px; margin: auto; border-color: darkgoldenrod; border-width: 1px; border-bottom-style: groove; } h2 { text-align: center; font-family: 'sunshine'; } .container { flex-flow: row; flex-direction: row; justify-content: space-evenly; display: flex; padding-top: 150px; padding-bottom: 200px; } .circle{ width: 200px; height: 200px; Border-radius: 60%; display: flex; margin: 0px; align-self: auto; background: linear-gradient(53deg, #aef5f0,#ffcccf); display: block; box-shadow: 0px 15px 10px -10px #666; text-decoration: none; list-style-type: none; border-bottom-style: none } .circle__blog-item { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 4; } .circle__about-me-item { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 1; } circle:hover { transform: Scale(1.1) !important } .sprint-1 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none !important; list-style-type: none; order: 1; } .sprint-1:hover { transform: Scale(1.1) !important } .sprint-2 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 2; } .sprint-2:hover { transform: Scale(1.1) !important } .sprint-3 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 3; } .sprint-3:hover { transform: Scale(1.1) !important } .sprint-4 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 4; margin: 0px; } .sprint-4:hover { transform: Scale(1.1) !important } .sprint-5 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 5; margin: 0px; } .sprint-5:hover { transform: Scale(1.1) !important } .circle__blog-item:hover { transform: scale(1.1); } .circle__about-me-item:hover { transform: scale(1.1); } ul { font-size: x-large ; } p { position: relative; font-family: 'little-sunshine'; font-weight: 400; padding-top: 20px; font-size: 20px; text-align: center; border: 100px; padding-bottom: 20px; margin-left: 15%; margin-right: 15%; } .bodytext { position: relative; font-family: 'little-sunshine'; font-weight: 400; padding-top: 150px; font-size: 52px; text-align: center; border: 100px 100px; } .centre { display: block; margin-left: auto; margin-right: auto; width: 50%; scale: 0.8; } img { display: block; margin-left: auto; margin-right: auto; width: 50%; width: 900px; height: 500px; padding-bottom: 100px; padding-bottom: 100px; }
styles/main.css
@font-face { font-family: myFirstFont; src: url(Dominique.otf); } @font-face { font-family: 'sunshine'; src: url("DK Lemon Sun.otf"); } @font-face { font-family: "little-sunshine"; src: url('a little sunshine.ttf') } @media only screen and (max-width: 320px) { body { background-color: lightblue; } } @media only screen and (max-width: 768px) { body { background-color: red; } } @media only screen and (max-width: 1200px) { body { background-color: pink; } } h1 { text-align: center; font-size: 100px; font-family: 'little-sunshine'; color: darkgoldenrod; padding-top: 200px; padding-bottom: 350px; margin: auto; border-color: darkgoldenrod; border-width: 1px; border-bottom-style: groove; } h2 { text-align: center; font-family: 'sunshine'; } .container { flex-flow: row; flex-direction: row; justify-content: space-evenly; display: flex; padding-top: 150px; padding-bottom: 200px; } .circle{ width: 200px; height: 200px; Border-radius: 60%; display: flex; margin: 0px; align-self: auto; background: linear-gradient(53deg, #aef5f0,#ffcccf); display: block; box-shadow: 0px 15px 10px -10px #666; text-decoration: none; list-style-type: none; border-bottom-style: none } .circle__blog-item { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 4; } .circle__about-me-item { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 1; } circle:hover { transform: Scale(1.1) !important } .sprint-1 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none !important; list-style-type: none; order: 1; } .sprint-1:hover { transform: Scale(1.1) !important } .sprint-2 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 2; } .sprint-2:hover { transform: Scale(1.1) !important } .sprint-3 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 3; } .sprint-3:hover { transform: Scale(1.1) !important } .sprint-4 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 4; margin: 0px; } .sprint-4:hover { transform: Scale(1.1) !important } .sprint-5 { font-size: 45px; text-align: center; font-family: 'little-sunshine'; text-decoration: none; list-style-type: none; order: 5; margin: 0px; } .sprint-5:hover { transform: Scale(1.1) !important } .circle__blog-item:hover { transform: scale(1.1); } .circle__about-me-item:hover { transform: scale(1.1); } ul { font-size: x-large ; } p { position: relative; font-family: 'little-sunshine'; font-weight: 400; padding-top: 20px; font-size: 20px; text-align: center; border: 100px; padding-bottom: 20px; margin-left: 15%; margin-right: 15%; } .bodytext { position: relative; font-family: 'little-sunshine'; font-weight: 400; padding-top: 150px; font-size: 52px; text-align: center; border: 100px 100px; } .centre { display: block; margin-left: auto; margin-right: auto; width: 50%; scale: 0.8; } img { display: block; margin-left: auto; margin-right: auto; width: 50%; width: 900px; height: 500px; padding-bottom: 100px; padding-bottom: 100px; }
0.318697
0.12018
.hero { width: 939px; height: 67px; background: #EDB05E; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-family: Super Plumber Brothers; font-weight: 900; font-size: 20px; line-height: 20px; color: rgb(95, 86, 86); padding: 25px 0px 0px 20px; } .container { text-align: center; } .menu { /* position: absolute; */ width: 939px; height: 159px; background: #ACE9D8; } /* body { position: absolute; width: 939px; height: 831px; background:white; } */ .board { overflow: hidden; } .player1Selected { background-image: url("NES.css/characterImages/mario-wb.png"); background-repeat: no-repeat; background-position: center; background-size: 6em; opacity: 0.8 !important; } .player2Selected { background-image: url("NES.css/characterImages/Yoshi-wb.png"); background-repeat: no-repeat; background-position: center; background-size: 6em; opacity: 0.8 !important; } .box { display: flex; justify-content: space-around; color: white; font-size: 1em; float: left; opacity: 0.2; width: 31.5%; padding-bottom: 20%; border: 4px solid #C4C4C4; margin: 0%; height: 5em; } .modal { display: none; /* Hidden by default */ position: absolute; /* Stay in place */ z-index: 1; /* Sit on top */ /* left: 0; */ top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ /* background-color: #F19E8F; Fallback color */ background-color: #F19E8F (0,0,0,0.4); /* Black w/ opacity */ } .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 2px solid #8EADA5; width: 50%; /* Could be more or less, depending on screen size */ } .close-modal { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close-modal:hover, .close-modal:focus { color: black; text-decoration: none; cursor: pointer; } footer { /* display: block; */ padding: 40px 0px; font-size: 0.8rem; /* align-content: flex-end; */ width: 939px; height: 90px; background: #8EADA5; } /* ? transition: color 0.4s linear */ button { background: #F19E8F; box-shadow: 0px 4px 0px #212529, 0px -4px 0px #212529, 4px 0px 0px #212529, -4px 0px 0px #212529, inset -4px 0px 0px #8A2125, inset 0px -4px 0px #8A2125; } .start:hover { background-color: #F29F9B; opacity: 0.7; transition: 0.3s; } .refresh-board:hover { background-color: #F29F9B; opacity: 0.7; transition: 0.3s; } .reset:hover { background-color: #F29F9B; opacity: 0.7; transition: 0.3s; } .menu { padding: 20px 0px; } .tally { padding: 20px 0px; margin: 10px; /* border: 2px solid white; */ /* width: 30px; */ } .hero { padding: 25px 0px 0px 20px; text-shadow: #212529; }
style.css
.hero { width: 939px; height: 67px; background: #EDB05E; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-family: Super Plumber Brothers; font-weight: 900; font-size: 20px; line-height: 20px; color: rgb(95, 86, 86); padding: 25px 0px 0px 20px; } .container { text-align: center; } .menu { /* position: absolute; */ width: 939px; height: 159px; background: #ACE9D8; } /* body { position: absolute; width: 939px; height: 831px; background:white; } */ .board { overflow: hidden; } .player1Selected { background-image: url("NES.css/characterImages/mario-wb.png"); background-repeat: no-repeat; background-position: center; background-size: 6em; opacity: 0.8 !important; } .player2Selected { background-image: url("NES.css/characterImages/Yoshi-wb.png"); background-repeat: no-repeat; background-position: center; background-size: 6em; opacity: 0.8 !important; } .box { display: flex; justify-content: space-around; color: white; font-size: 1em; float: left; opacity: 0.2; width: 31.5%; padding-bottom: 20%; border: 4px solid #C4C4C4; margin: 0%; height: 5em; } .modal { display: none; /* Hidden by default */ position: absolute; /* Stay in place */ z-index: 1; /* Sit on top */ /* left: 0; */ top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ /* background-color: #F19E8F; Fallback color */ background-color: #F19E8F (0,0,0,0.4); /* Black w/ opacity */ } .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 2px solid #8EADA5; width: 50%; /* Could be more or less, depending on screen size */ } .close-modal { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close-modal:hover, .close-modal:focus { color: black; text-decoration: none; cursor: pointer; } footer { /* display: block; */ padding: 40px 0px; font-size: 0.8rem; /* align-content: flex-end; */ width: 939px; height: 90px; background: #8EADA5; } /* ? transition: color 0.4s linear */ button { background: #F19E8F; box-shadow: 0px 4px 0px #212529, 0px -4px 0px #212529, 4px 0px 0px #212529, -4px 0px 0px #212529, inset -4px 0px 0px #8A2125, inset 0px -4px 0px #8A2125; } .start:hover { background-color: #F29F9B; opacity: 0.7; transition: 0.3s; } .refresh-board:hover { background-color: #F29F9B; opacity: 0.7; transition: 0.3s; } .reset:hover { background-color: #F29F9B; opacity: 0.7; transition: 0.3s; } .menu { padding: 20px 0px; } .tally { padding: 20px 0px; margin: 10px; /* border: 2px solid white; */ /* width: 30px; */ } .hero { padding: 25px 0px 0px 20px; text-shadow: #212529; }
0.403567
0.096408
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); *{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; box-sizing: border-box; } body{ background: #111; padding-bottom: 0px; overflow-x: hidden; } body:before{ content: 'Platzi Master'; width: 95%; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12em; font-weight: 700; color: transparent; -webkit-text-stroke: 1px #555; } section{ position: relative; display: flex; justify-content: center; align-items: center; min-height: 100vh; } section h2{ margin-left: 200px; font-size: 4em; color: #fff; margin-bottom: 20px; } section .container{ position: relative; width: 1000px; display: flex; justify-content: space-between; align-items: center; } section:nth-child(even) .container{ flex-direction: row-reverse; } section .container .imgBx{ position: relative; width: 800px; height: 400px; overflow: hidden; box-shadow: 0 25px 35px rgba(0,0,0,0.1); } section .container .imgBx img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } section .container .content{ position: absolute; right: 0; margin-top: 200px; margin-bottom: 40px; padding: 40px; background: #333; z-index: 1; max-width: 400px; color: #fff; box-shadow: 0 25px 35px rgba(0,0,0,0.1); border-bottom: 6px solid #4ac7ff; } section:nth-child(even) .container .content{ left: 0; } /* Responsive */ @media (max-width: 1300px){ } @media (max-width: 950px){ section .container .content{ right: 90px; } section:nth-child(even) .container .content{ left: 90px; } } @media (max-width: 700px){ section .container .content{ margin-right: 100px; margin-left: 100px; max-width: 50%; } section h2{ margin-left: 350px; font-size: 3.2em; } } @media (max-width: 500px){ section .container .content{ margin-right: 155px; margin-left: 155px; } section h2{ margin-left: 400px; font-size: 2em; } body:before{ font-size: 10em; } } @media (max-width: 400px){ section .container .content{ margin-right: 165px; margin-left: 165px; max-width: 45%; } section h2{ margin-left: 550px; font-size: 1em; } }
css/style.css
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); *{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; box-sizing: border-box; } body{ background: #111; padding-bottom: 0px; overflow-x: hidden; } body:before{ content: 'Platzi Master'; width: 95%; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12em; font-weight: 700; color: transparent; -webkit-text-stroke: 1px #555; } section{ position: relative; display: flex; justify-content: center; align-items: center; min-height: 100vh; } section h2{ margin-left: 200px; font-size: 4em; color: #fff; margin-bottom: 20px; } section .container{ position: relative; width: 1000px; display: flex; justify-content: space-between; align-items: center; } section:nth-child(even) .container{ flex-direction: row-reverse; } section .container .imgBx{ position: relative; width: 800px; height: 400px; overflow: hidden; box-shadow: 0 25px 35px rgba(0,0,0,0.1); } section .container .imgBx img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } section .container .content{ position: absolute; right: 0; margin-top: 200px; margin-bottom: 40px; padding: 40px; background: #333; z-index: 1; max-width: 400px; color: #fff; box-shadow: 0 25px 35px rgba(0,0,0,0.1); border-bottom: 6px solid #4ac7ff; } section:nth-child(even) .container .content{ left: 0; } /* Responsive */ @media (max-width: 1300px){ } @media (max-width: 950px){ section .container .content{ right: 90px; } section:nth-child(even) .container .content{ left: 90px; } } @media (max-width: 700px){ section .container .content{ margin-right: 100px; margin-left: 100px; max-width: 50%; } section h2{ margin-left: 350px; font-size: 3.2em; } } @media (max-width: 500px){ section .container .content{ margin-right: 155px; margin-left: 155px; } section h2{ margin-left: 400px; font-size: 2em; } body:before{ font-size: 10em; } } @media (max-width: 400px){ section .container .content{ margin-right: 165px; margin-left: 165px; max-width: 45%; } section h2{ margin-left: 550px; font-size: 1em; } }
0.42919
0.070336
.tabs { overflow: hidden; margin:0 !important; padding: 0 !important; list-style: none; display: block; list-style-type: disc; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; } .tabs li { float: left; margin: 0 .5em 0 0; display: list-item; text-align: -webkit-match-parent; } .tabs a { position: relative; background: #ddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); background-image: -webkit-linear-gradient(top, #fff, #ddd); background-image: -moz-linear-gradient(top, #fff, #ddd); background-image: -ms-linear-gradient(top, #fff, #ddd); background-image: -o-linear-gradient(top, #fff, #ddd); background-image: linear-gradient(to bottom, #fff, #ddd); padding: .7em 3.5em; float: left; text-decoration: none; color: #444; text-shadow: 0 1px 0 rgba(255,255,255,.8); -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4); -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4); box-shadow: 0 2px 2px rgba(0,0,0,.4); } .tabs a::after { content: ''; position: absolute; z-index: 1; top: 0; right: -.5em; bottom: 0; width: 1em; background: #ddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); background-image: -webkit-linear-gradient(top, #fff, #ddd); background-image: -moz-linear-gradient(top, #fff, #ddd); background-image: -ms-linear-gradient(top, #fff, #ddd); background-image: -o-linear-gradient(top, #fff, #ddd); background-image: linear-gradient(to bottom, #fff, #ddd); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4); -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4); box-shadow: 2px 2px 2px rgba(0,0,0,.4); -webkit-transform: skew(10deg); -moz-transform: skew(10deg); -ms-transform: skew(10deg); -o-transform: skew(10deg); transform: skew(10deg); -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; } .tabs_content { background: #fff; padding: 2em; position: relative; z-index: 2; -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px; -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); min-height:100%; } .tabs .current a,.tabs .current a::after { background: #fff; z-index: 3; } .tabs_content>div { display:none; }
public/huy/css/tabs.css
.tabs { overflow: hidden; margin:0 !important; padding: 0 !important; list-style: none; display: block; list-style-type: disc; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; } .tabs li { float: left; margin: 0 .5em 0 0; display: list-item; text-align: -webkit-match-parent; } .tabs a { position: relative; background: #ddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); background-image: -webkit-linear-gradient(top, #fff, #ddd); background-image: -moz-linear-gradient(top, #fff, #ddd); background-image: -ms-linear-gradient(top, #fff, #ddd); background-image: -o-linear-gradient(top, #fff, #ddd); background-image: linear-gradient(to bottom, #fff, #ddd); padding: .7em 3.5em; float: left; text-decoration: none; color: #444; text-shadow: 0 1px 0 rgba(255,255,255,.8); -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4); -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4); box-shadow: 0 2px 2px rgba(0,0,0,.4); } .tabs a::after { content: ''; position: absolute; z-index: 1; top: 0; right: -.5em; bottom: 0; width: 1em; background: #ddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); background-image: -webkit-linear-gradient(top, #fff, #ddd); background-image: -moz-linear-gradient(top, #fff, #ddd); background-image: -ms-linear-gradient(top, #fff, #ddd); background-image: -o-linear-gradient(top, #fff, #ddd); background-image: linear-gradient(to bottom, #fff, #ddd); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4); -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4); box-shadow: 2px 2px 2px rgba(0,0,0,.4); -webkit-transform: skew(10deg); -moz-transform: skew(10deg); -ms-transform: skew(10deg); -o-transform: skew(10deg); transform: skew(10deg); -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; } .tabs_content { background: #fff; padding: 2em; position: relative; z-index: 2; -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px; -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); min-height:100%; } .tabs .current a,.tabs .current a::after { background: #fff; z-index: 3; } .tabs_content>div { display:none; }
0.359139
0.111145
@namespace url(http://www.w3.org/1999/xhtml); /* Canada */ @-moz-document domain("blogto.com") {#comments {display: none !important;} .addcomment {display: none !important;}} @-moz-document domain("canada.com") {.make-comment {display: none !important;}} @-moz-document domain("cbc.ca") { #commentwrapper {display:none !important;} } @-moz-document domain("ctv.ca") { .most-viewed,.most-viewed-content {display:none !important;}} @-moz-document domain("ctvnews.ca") { .articleComments, .commentList {display:none !important;}} @-moz-document domain("dailyxtra.com") {#comments,.views-field-comment-count,.block-views-comment-block, .block-comment-block, .views-comment, .views-field-comment-body, .comment-signin-login, .main-story-side .publish-date .field-content {display: none !important;}} @-moz-document domain("nationalpost.com") {#disqus_thread, a.dsq-brlink, .npIconComments {display:none !important;}} @-moz-document domain("nowtoronto.com") {#comments, #disqus_thread, #mostWidget {display: none !important;}} @-moz-document domain("theglobeandmail.com") { .sm-comments,.cmt,.comment-info,#user-comments {display: none !important;} } @-moz-document domain("thegridto.com") {#comments, .article-comment {display: none !important;}} @-moz-document domain("thestar.com") { #article-comments, .your-comments {display:none !important;} } @-moz-document domain("torontosun.com") {.comments {display: none !important;}} @-moz-document domain("winnipegfreepress.com") { #comments {display: none! important;}} /* U. K. */ @-moz-document domain("dailymail.co.uk") {.comments-link, #sharedLinkTopComment, #addCommentButton, #reader-comments, .article-reader-comments {display: none !important;} } @-moz-document domain("guardian.co.uk") {a.trail-comment-count, .comment-count, .content-comment-count, #d2-root {display:none !important;} } @-moz-document domain("independent.co.uk") {#disqus_thread, .dsq-widget-meta, .gotocomments, .disqus {display: none !important;} } /* U. S. */ @-moz-document domain("cnn.com") {#dsq-content {display: none !important;} } @-moz-document domain("huffingtonpost.com") {.comments {display: none !important;} } @-moz-document domain("latimes.com") {#gallery-subcontent, #message-guidelines {display: none !important;} } @-moz-document domain("news.yahoo.com") { #yom-comments { display: none !important; } } /* Added 12/08/01 thanks to commenter grom! */ @-moz-document domain("nytimes.com") {#commentsContainer {display: none !important;}} @-moz-document domain("wsj.com") { .comments, #leaveComment, .leaveComment {display: none !important;}} /* Shut up, I bet you spend too much time here too */ @-moz-document domain("cracked.com") { #Comments {display: none !important;} }
data/usercss/42864.user.css
@namespace url(http://www.w3.org/1999/xhtml); /* Canada */ @-moz-document domain("blogto.com") {#comments {display: none !important;} .addcomment {display: none !important;}} @-moz-document domain("canada.com") {.make-comment {display: none !important;}} @-moz-document domain("cbc.ca") { #commentwrapper {display:none !important;} } @-moz-document domain("ctv.ca") { .most-viewed,.most-viewed-content {display:none !important;}} @-moz-document domain("ctvnews.ca") { .articleComments, .commentList {display:none !important;}} @-moz-document domain("dailyxtra.com") {#comments,.views-field-comment-count,.block-views-comment-block, .block-comment-block, .views-comment, .views-field-comment-body, .comment-signin-login, .main-story-side .publish-date .field-content {display: none !important;}} @-moz-document domain("nationalpost.com") {#disqus_thread, a.dsq-brlink, .npIconComments {display:none !important;}} @-moz-document domain("nowtoronto.com") {#comments, #disqus_thread, #mostWidget {display: none !important;}} @-moz-document domain("theglobeandmail.com") { .sm-comments,.cmt,.comment-info,#user-comments {display: none !important;} } @-moz-document domain("thegridto.com") {#comments, .article-comment {display: none !important;}} @-moz-document domain("thestar.com") { #article-comments, .your-comments {display:none !important;} } @-moz-document domain("torontosun.com") {.comments {display: none !important;}} @-moz-document domain("winnipegfreepress.com") { #comments {display: none! important;}} /* U. K. */ @-moz-document domain("dailymail.co.uk") {.comments-link, #sharedLinkTopComment, #addCommentButton, #reader-comments, .article-reader-comments {display: none !important;} } @-moz-document domain("guardian.co.uk") {a.trail-comment-count, .comment-count, .content-comment-count, #d2-root {display:none !important;} } @-moz-document domain("independent.co.uk") {#disqus_thread, .dsq-widget-meta, .gotocomments, .disqus {display: none !important;} } /* U. S. */ @-moz-document domain("cnn.com") {#dsq-content {display: none !important;} } @-moz-document domain("huffingtonpost.com") {.comments {display: none !important;} } @-moz-document domain("latimes.com") {#gallery-subcontent, #message-guidelines {display: none !important;} } @-moz-document domain("news.yahoo.com") { #yom-comments { display: none !important; } } /* Added 12/08/01 thanks to commenter grom! */ @-moz-document domain("nytimes.com") {#commentsContainer {display: none !important;}} @-moz-document domain("wsj.com") { .comments, #leaveComment, .leaveComment {display: none !important;}} /* Shut up, I bet you spend too much time here too */ @-moz-document domain("cracked.com") { #Comments {display: none !important;} }
0.12097
0.077973
* { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: "Poppins", sans-serif; } .navbar { background-color: rgb(250, 250, 250); } .navbar-brand { color: #403e56; } img.wave { position: fixed; bottom: 0; left: 0; height: 100%; z-index: -1; } a.d-block { color: black; font-weight: bolder; font-size: 1.5rem; } p.css-color { color: black; font-weight: bolder; } .container { grid-template-columns: repeat(2, 1fr); grid-gap: 7rem; padding: 0 2rem; } img.img2-svg { width: 100%; margin: 2rem 0 0 0; } .img { justify-content: flex-end; align-items: center; } .login-container { align-items: center; text-align: center; } img.lambang-gowa { width: 100px; margin: 2rem; } form { width: auto; margin: 2rem 0 0 0; } ::placeholder { color: #333; } form h2 { font-size: 1.5rem; text-transform: uppercase; margin: 15px 0; color: #403e56; } span.brand-text.font-weight-light { color: black; text-transform: uppercase; font-size: 2.2rem; font-weight: bolder; } .input-div { position: relative; display: grid; grid-template-columns: 7% 93%; margin: 25px 0; padding: 5px 0; background: transparent; border-bottom: 2px solid #1a1515; } .input-div::after, .input-div::before { content: ""; position: absolute; bottom: -2px; width: 0; height: 2px; background-color: #6aff06; transition: 0.3s; } .input-div::after { right: 50%; } .input-div::before { left: 50%; } .input-div.focus div h5 { top: -5px; font-size: 15px; } .input-div.focus .i i { color: #6aff06; } .input-div.focus::after, .input-div.focus.input-div::before { width: 50%; } .input-div .one { margin-top: 0; } .input-div .two { margin-bottom: 4x; } .i { display: flex; justify-content: center; align-items: center; color: black; } .i i { color: #403e56; transition: 0.3s; } .input-div>div { position: relative; height: 45px; } .input-div>div h5 { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #403e56; font-size: 13px; transition: 0.3s; } .input { position: absolute; background: transparent; width: 100%; height: 100%; top: 0; left: 0; border: none; outline: none; padding: 0.5rem 0.7rem; font-size: 1.2rem; font-family: "poppins"sans-serif; } .btn-login { display: block; width: 100%; height: 50px; border-style: 1pc solid #32cd32; border-radius: 25px; padding: 0.5rem; text-align: center; margin: 2rem 0; font-size: 1.2rem; outline: none; border: none; background-image: linear-gradient(to right, #32cd32, #0cb415, #3edf0d); font-family: "Poppins", sans-serif; cursor: pointer; color: #fff; text-transform: uppercase; background-size: 200%; transition: 0.5s; } .btn-login:hover { background-position: right; font-size: 1.3rem; } /* Small devices (landscape phones, 576px and up) */ @media (max-width: 767.98px) { body { background: #bdeb9f; } .navbar { background-image: linear-gradient(to right, #32cd32, #0cb415, #3edf0d); } .input-div.focus .i i { color: #0cb415; } .input-div::after, .input-div::before { background-color: #0cb415; } .navbar-brand { color: #403e56; font-size: 90%; } img.lambang-gowa { margin: auto; } .img { display: none; } img.wave { display: none; } } /* Medium devices (tablets, 768px and up) */ @media (min-width: 768px) and (max-width:1199.98px) { img.img2-svg { display: none; } form { margin: 10rem 0; } .input-div.one { margin-bottom: 4rem; } img.lambang-gowa { width: 150px; } form h2 { font-size: 2.5rem; } } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) {} /* X-Large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) {} /* XX-Large devices (larger desktops, 1400px and up) */ @media (min-width: 1400px) {}
public/css/style.css
* { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: "Poppins", sans-serif; } .navbar { background-color: rgb(250, 250, 250); } .navbar-brand { color: #403e56; } img.wave { position: fixed; bottom: 0; left: 0; height: 100%; z-index: -1; } a.d-block { color: black; font-weight: bolder; font-size: 1.5rem; } p.css-color { color: black; font-weight: bolder; } .container { grid-template-columns: repeat(2, 1fr); grid-gap: 7rem; padding: 0 2rem; } img.img2-svg { width: 100%; margin: 2rem 0 0 0; } .img { justify-content: flex-end; align-items: center; } .login-container { align-items: center; text-align: center; } img.lambang-gowa { width: 100px; margin: 2rem; } form { width: auto; margin: 2rem 0 0 0; } ::placeholder { color: #333; } form h2 { font-size: 1.5rem; text-transform: uppercase; margin: 15px 0; color: #403e56; } span.brand-text.font-weight-light { color: black; text-transform: uppercase; font-size: 2.2rem; font-weight: bolder; } .input-div { position: relative; display: grid; grid-template-columns: 7% 93%; margin: 25px 0; padding: 5px 0; background: transparent; border-bottom: 2px solid #1a1515; } .input-div::after, .input-div::before { content: ""; position: absolute; bottom: -2px; width: 0; height: 2px; background-color: #6aff06; transition: 0.3s; } .input-div::after { right: 50%; } .input-div::before { left: 50%; } .input-div.focus div h5 { top: -5px; font-size: 15px; } .input-div.focus .i i { color: #6aff06; } .input-div.focus::after, .input-div.focus.input-div::before { width: 50%; } .input-div .one { margin-top: 0; } .input-div .two { margin-bottom: 4x; } .i { display: flex; justify-content: center; align-items: center; color: black; } .i i { color: #403e56; transition: 0.3s; } .input-div>div { position: relative; height: 45px; } .input-div>div h5 { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #403e56; font-size: 13px; transition: 0.3s; } .input { position: absolute; background: transparent; width: 100%; height: 100%; top: 0; left: 0; border: none; outline: none; padding: 0.5rem 0.7rem; font-size: 1.2rem; font-family: "poppins"sans-serif; } .btn-login { display: block; width: 100%; height: 50px; border-style: 1pc solid #32cd32; border-radius: 25px; padding: 0.5rem; text-align: center; margin: 2rem 0; font-size: 1.2rem; outline: none; border: none; background-image: linear-gradient(to right, #32cd32, #0cb415, #3edf0d); font-family: "Poppins", sans-serif; cursor: pointer; color: #fff; text-transform: uppercase; background-size: 200%; transition: 0.5s; } .btn-login:hover { background-position: right; font-size: 1.3rem; } /* Small devices (landscape phones, 576px and up) */ @media (max-width: 767.98px) { body { background: #bdeb9f; } .navbar { background-image: linear-gradient(to right, #32cd32, #0cb415, #3edf0d); } .input-div.focus .i i { color: #0cb415; } .input-div::after, .input-div::before { background-color: #0cb415; } .navbar-brand { color: #403e56; font-size: 90%; } img.lambang-gowa { margin: auto; } .img { display: none; } img.wave { display: none; } } /* Medium devices (tablets, 768px and up) */ @media (min-width: 768px) and (max-width:1199.98px) { img.img2-svg { display: none; } form { margin: 10rem 0; } .input-div.one { margin-bottom: 4rem; } img.lambang-gowa { width: 150px; } form h2 { font-size: 2.5rem; } } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) {} /* X-Large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) {} /* XX-Large devices (larger desktops, 1400px and up) */ @media (min-width: 1400px) {}
0.373304
0.108189
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans'); @import url('https://fonts.googleapis.com/css?family=Lobster+Two:700'); @import url('https://fonts.googleapis.com/css?family=Oswald'); *{ margin:0; padding:0; } body { font-family: 'Pontano Sans', sans-serif; background-color: #FFDC52; } header { margin: 2% 0; } header h1 { font-size: 4em; margin: 0 auto; padding: 2%; color: #eb1f48; font-weight:700; text-align: center; font-family: 'Lobster Two', cursive; } table { border-collapse: collapse; background-color:#eb1f48; width: 95%; margin: 10% 2% 0 2%; padding: 0; } td , tr { width: 85px; height: 85px; } td { border:1px white solid; text-align:center; font-size: 4em; font-family: 'Pontano Sans', sans-serif; } /* --------------- También agregué este botón pa volver ------------- */ #botVolverJ { background-color:#FFDC52; padding: 2%; margin: 0 2% 0 5%; border: none; text-align: center; font-family: 'Oswald', sans-serif; } #botVolverJ a{ text-decoration: none; color:black; } /* --------------- MARCADOR -------------------- */ #marcador { width: 90%; margin: 0 auto; text-align: center; } #player1 , #player2 { text-transform: uppercase; text-align: center; width: 47%; display: block; float: left; border: 1px solid; margin: 1%; font-size: 1.5em; } #foto1, #foto2 { float: right; margin: 5%; } /* --------------- CAMBIO DE ESTADO JUGADORES -------------------- */ #player1.enJuego , #player2.enJuego { font-weight: bolder; } #player1.enJuego{ background-color: yellowgreen; } #player2.enJuego{ background-color:cornflowerblue; } #puntajes, #reseT{ background-color:#eb1f48; color:#FFF; text-align: center; padding: 2%; border-style: none; font-size: 1.5em; font-family: 'Oswald', sans-serif; } #reseT{ /* cambiado por juli*/ width: 60%; margin: 5% 0 0 2%; } /* --------------- Lo agregó Ori! ------------------ */ .showWinsP1, #userNickP1, .showWinsP2, #userNickP2 { font-size: 1.2em; padding: 2%; color:#FFF; } #userNickP1 { background-color: yellowgreen; width: 50%; } #userNickP2 { background-color:cornflowerblue; width: 50%; } #historialJugadores { background-color:#eb1f48; border: 1px solid #000; display: none; width: 94%; height: 30%; left: 2%; right: 2%; position: fixed; z-index: 20; } #puntajes{ margin-left: 2%; }
www/css/tateti_style.css
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans'); @import url('https://fonts.googleapis.com/css?family=Lobster+Two:700'); @import url('https://fonts.googleapis.com/css?family=Oswald'); *{ margin:0; padding:0; } body { font-family: 'Pontano Sans', sans-serif; background-color: #FFDC52; } header { margin: 2% 0; } header h1 { font-size: 4em; margin: 0 auto; padding: 2%; color: #eb1f48; font-weight:700; text-align: center; font-family: 'Lobster Two', cursive; } table { border-collapse: collapse; background-color:#eb1f48; width: 95%; margin: 10% 2% 0 2%; padding: 0; } td , tr { width: 85px; height: 85px; } td { border:1px white solid; text-align:center; font-size: 4em; font-family: 'Pontano Sans', sans-serif; } /* --------------- También agregué este botón pa volver ------------- */ #botVolverJ { background-color:#FFDC52; padding: 2%; margin: 0 2% 0 5%; border: none; text-align: center; font-family: 'Oswald', sans-serif; } #botVolverJ a{ text-decoration: none; color:black; } /* --------------- MARCADOR -------------------- */ #marcador { width: 90%; margin: 0 auto; text-align: center; } #player1 , #player2 { text-transform: uppercase; text-align: center; width: 47%; display: block; float: left; border: 1px solid; margin: 1%; font-size: 1.5em; } #foto1, #foto2 { float: right; margin: 5%; } /* --------------- CAMBIO DE ESTADO JUGADORES -------------------- */ #player1.enJuego , #player2.enJuego { font-weight: bolder; } #player1.enJuego{ background-color: yellowgreen; } #player2.enJuego{ background-color:cornflowerblue; } #puntajes, #reseT{ background-color:#eb1f48; color:#FFF; text-align: center; padding: 2%; border-style: none; font-size: 1.5em; font-family: 'Oswald', sans-serif; } #reseT{ /* cambiado por juli*/ width: 60%; margin: 5% 0 0 2%; } /* --------------- Lo agregó Ori! ------------------ */ .showWinsP1, #userNickP1, .showWinsP2, #userNickP2 { font-size: 1.2em; padding: 2%; color:#FFF; } #userNickP1 { background-color: yellowgreen; width: 50%; } #userNickP2 { background-color:cornflowerblue; width: 50%; } #historialJugadores { background-color:#eb1f48; border: 1px solid #000; display: none; width: 94%; height: 30%; left: 2%; right: 2%; position: fixed; z-index: 20; } #puntajes{ margin-left: 2%; }
0.270673
0.105579
*::-webkit-scrollbar { width: 6px !important; height: 6px !important; } *::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); } *::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.08); } body { overflow: hidden; } .app-wrapper-main::-webkit-scrollbar-track { background-color: #dfdfdf; } *:focus { outline: 0; } .button { background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1)); border: none; border-radius: 5px; padding: 3px 8px; box-shadow: 0 0.5px 0.05px rgba(0, 0, 0, 0.4), 0 -0.5px 0 rgba(0, 0, 0, 0.12); font-size: 12px; } .button:active { background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e9e9e9)); } .button.active { background: #6b6b6b; border-color: #6b6b6b; color: #ffffff; } .Input { width: 100%; border-radius: 3px; padding: 3px 8px; color: #444; font-size: 12px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid transparent; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15); } .Input:focus { border-color: #E10098; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(225, 0, 152, 0.1); } .Input.error { border-color: red; } .RootView { position: absolute; top: 0; right: 0; left: 0; bottom: 0; } .ProjectDetail { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .ProjectDetailContent { position: absolute; left: 0; right: 0; } .ProjectDetail__Workspace { position: absolute; right: 0; bottom: 0; } .Workspace__Empty { position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; display: flex; background-color: #fafafa; } .Workspace__EmptyMessage { display: flex; color: #888; padding: 0 50px; text-align: center; } .ProjectDetail__RightPanel { position: absolute; top: 0; right: 0; border-left: 1px solid #D4D4D4; } .ProjectDetail__LeftPanel { position: absolute; top: 0; left: 0; border-right: 1px solid #D4D4D4; } .ProjectList { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .ProjectListContent { position: absolute; left: 0; right: 0; bottom: 0; } .ProjectListItem { cursor: pointer; } .ProjectListItem:hover { opacity: 0.8; } .ProjectListItem__Icon { position: absolute; top: 0; left: 0; background: #222; padding: 10px; border-radius: 5px; width: 84px; height: 84px; font-size: 40px; font-weight: 200; text-align: center; color: #ffffff; } .ProjectListItem__Body { width: 100%; padding-left: 99px; height: 114px; position: relative; } .ProjectListItem__Title { font-size: 18px; margin-bottom: 5px; } .ProjectListItem__Description { font-weight: 200; font-size: 12px; } .ProjectListItem__Meta { font-weight: 200; font-size: 12px; color: rgba(0, 0, 0, 0.4); } .QueryList { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #fafafa; } .QueryListFilter { height: 48px; position: absolute; left: 0; right: 0; top: 0; background-color: #f0f0f0; border-bottom: 1px solid #D4D4D4; } .QueryListFilter .Filter { padding: 11px 13px; width: 100%; } .QueryListFilter .FilterInput { width: 100%; padding: 3px 8px; color: #222; background-color: #ffffff; border-radius: 5px; font-weight: 200; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid transparent; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15); } .QueryListFilter .FilterInput:focus { border-color: #E10098; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(225, 0, 152, 0.1); } .QueryListContent { position: absolute; top: 48px; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; } .QueryListItem { height: 56px; border-bottom: 1px solid #f2f2f2; cursor: pointer; position: relative; background-color: #fff; display: flex; flex-direction: row; } .QueryListItem:hover { background-color: #f4f5f5; } .QueryListItem.active { background-color: #e9ebeb; } .QueryListItem__Icon { flex: none; display: flex; align-items: center; margin-top: -1px; padding: 0 15px 0 13px; } .QueryListItem__Icon .Icon { width: 34px; height: 34px; border-radius: 50%; background-color: #E10098; display: flex; justify-content: center; align-items: center; } .QueryListItem__Icon .Icon span { color: #fff; font-size: 13px; text-transform: uppercase; font-weight: 200; } .QueryListItem__Body { flex-grow: 1; min-width: 0; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; padding-right: 15px; } .QueryListItem__Main { line-height: normal; align-items: flex-start; text-align: left; margin-top: -1px; display: flex; flex-direction: row; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .QueryListItem__Title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 400; font-size: 14px; line-height: 21px; color: #000; flex-grow: 1; display: flex; } .QueryListItem__Meta { flex: none; margin-left: 6px; margin-top: 4px; line-height: 14px; font-size: 12px; color: rgba(0, 0, 0, 0.4); } .QueryListItem__Description { color: rgba(0, 0, 0, 0.4); } .Workspace__Header { position: absolute; top: 0; left: 0; right: 0; background: -webkit-linear-gradient(#ececec 0%, #ececec 1.9%, #e9e9e9 2%, #d2d2d2 100%); border-bottom: 1px solid #b4b4b4; padding: 6px 13px 6px 83px; display: flex; -webkit-app-region: drag; } .HeaderSection { display: flex; flex-direction: column; flex-grow: 1; justify-content: space-around; } .HeaderSection.HeaderSection--left, .HeaderSection.HeaderSection--right { width: 300px; } .PanelHeader { position: absolute; top: 0; left: 0; right: 0; background-color: #f7f7f7; height: 47px; border-bottom: 1px solid #D4D4D4; padding: 14px 15px; font-size: 14px; text-align: center; font-weight: 200; } .PanelBody { position: absolute; top: 47px; bottom: 0; left: 0; right: 0; background-color: #ffffff; overflow-x: hidden; overflow-y: scroll; padding: 20px 15px; } .PanelBody.PanelBody--has-footer { bottom: 47px; } .PanelFooter { position: absolute; bottom: 0; left: 0; right: 0; background-color: #f7f7f7; height: 47px; border-top: 1px solid #D4D4D4; padding: 8px 15px; text-align: right; } .EnvironmentList { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .EnvironmentItem { background-color: #fff; border-bottom: 1px solid #ddd; padding: 15px; } .EnvironmentFooter { padding: 15px; text-align: right; } .UrlEditor { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .UrlEditorSection { background-color: #fff; border-bottom: 1px solid #ddd; padding: 15px; } .UrlEditorFooter { padding: 15px; } .MapEditor { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .MapEditor .NoContent { padding: 15px; text-align: center; color: #888; border-bottom: 1px solid #ddd; } .MapEditorFooter { padding: 15px; } .MapItem { background-color: #fff; border-bottom: 1px solid #ddd; padding: 15px; } .MapItemFooter { text-align: right; } .Menu { display: flex; flex-direction: row; } .Menu--horizontal { display: flex; flex-direction: row; } .Menu--right { justify-content: flex-end; } .MenuItem { flex: none; margin-right: 10px; position: relative; transition: background-color .18s ease; } .MenuItem:last-of-type { margin-right: 0; } .MenuItem button { margin: 0; outline: none; cursor: pointer; display: flex; justify-content: center; align-items: center; } .MenuItem .Icon { width: 24px; height: 24px; display: flex; } .MenuItem .Label { display: flex; } .MenuItem .Select { height: 100%; } .QueryPanel__Empty { position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; display: flex; background-color: #fafafa; } .QueryPanel__EmptyMessage { display: flex; color: #888; padding: 0 50px; text-align: center; } .QueryMeta { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .QueryMetaItem { padding: 8px 15px; border-bottom: 1px solid #ddd; } .QueryMetaItem:last-of-type { border-bottom: 0; } .DocumentationPanel { position: absolute; top: 0; right: 0; border-left: 1px solid #D4D4D4; } .DocumentationPanel__Empty { position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; display: flex; background-color: #fafafa; padding: 0 50px; } .DocumentationPanel__EmptyMessage { display: flex; color: #888; text-align: center; } .Tabs { width: 100%; height: 34px; background: #d0d0d0; overflow: hidden; border-radius: 0; list-style: none; padding: 0; margin: 0; display: flex; border-bottom: 1px solid #b4b4b4; } .TabElement { position: relative; display: inline-block; background-color: #d0d0d0; color: #222222; padding: 9px 10px; margin: 0; font-size: 11px; transition: background-color 50ms ease-in-out; align-items: center; cursor: pointer; border-right: 1px solid #b4b4b4; } .TabElement:hover { background-color: #f2f2f2; } .TabElement.active { background-color: #f2f2f2; } .TabItem { max-width: 200px; padding-right: 24px; } .TabItem:hover .Title { background-color: #f2f2f2; } .TabItem.active .Title { background-color: #f2f2f2; } .TabItem .close-icon { position: absolute; top: 9px; right: 10px; cursor: pointer; z-index: 2; width: 16px; height: 16px; border-radius: 3px; overflow: hidden; transform: scale(0); transition: transform 80ms; } .TabItem .close-icon:hover { background-color: #E10098; } .TabItem .close-icon:hover:before { color: #ffffff; } .TabItem .close-icon:before { font-family: 'FontAwesome'; display: inline-block; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; top: 2px; left: 2px; content: "\f00d"; position: absolute; text-align: center; line-height: 12px; pointer-events: none; } .TabItem:hover .close-icon { transform: scale(1); transition-duration: .16s; } .TabItem .Title { position: relative; text-align: center; border-bottom: 1px solid transparent; text-overflow: clip; -webkit-mask: linear-gradient(to left, transparent, #000000 1em) no-repeat; background-color: #d0d0d0; background-clip: content-box; backface-visibility: hidden; transition: background-color 50ms ease-in-out; white-space: nowrap; } .TabAddButton .add-icon { position: absolute; top: 9px; right: 9px; cursor: pointer; z-index: 2; width: 16px; height: 16px; border-radius: 3px; overflow: hidden; } .TabAddButton .add-icon:before { font-family: 'FontAwesome'; display: inline-block; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; top: 2px; left: 2px; content: "\f067"; position: absolute; text-align: center; line-height: 12px; pointer-events: none; } .toolbar .toolbar-input { background-color: #ffffff; border-radius: 3px; padding: 3px 8px; font-size: 12px; color: #444; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid transparent; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15); } .toolbar .toolbar-input:focus { border-color: #E10098; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(225, 0, 152, 0.1); } .truncate-text { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; }
css/app.css
*::-webkit-scrollbar { width: 6px !important; height: 6px !important; } *::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); } *::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.08); } body { overflow: hidden; } .app-wrapper-main::-webkit-scrollbar-track { background-color: #dfdfdf; } *:focus { outline: 0; } .button { background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1)); border: none; border-radius: 5px; padding: 3px 8px; box-shadow: 0 0.5px 0.05px rgba(0, 0, 0, 0.4), 0 -0.5px 0 rgba(0, 0, 0, 0.12); font-size: 12px; } .button:active { background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e9e9e9)); } .button.active { background: #6b6b6b; border-color: #6b6b6b; color: #ffffff; } .Input { width: 100%; border-radius: 3px; padding: 3px 8px; color: #444; font-size: 12px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid transparent; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15); } .Input:focus { border-color: #E10098; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(225, 0, 152, 0.1); } .Input.error { border-color: red; } .RootView { position: absolute; top: 0; right: 0; left: 0; bottom: 0; } .ProjectDetail { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .ProjectDetailContent { position: absolute; left: 0; right: 0; } .ProjectDetail__Workspace { position: absolute; right: 0; bottom: 0; } .Workspace__Empty { position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; display: flex; background-color: #fafafa; } .Workspace__EmptyMessage { display: flex; color: #888; padding: 0 50px; text-align: center; } .ProjectDetail__RightPanel { position: absolute; top: 0; right: 0; border-left: 1px solid #D4D4D4; } .ProjectDetail__LeftPanel { position: absolute; top: 0; left: 0; border-right: 1px solid #D4D4D4; } .ProjectList { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .ProjectListContent { position: absolute; left: 0; right: 0; bottom: 0; } .ProjectListItem { cursor: pointer; } .ProjectListItem:hover { opacity: 0.8; } .ProjectListItem__Icon { position: absolute; top: 0; left: 0; background: #222; padding: 10px; border-radius: 5px; width: 84px; height: 84px; font-size: 40px; font-weight: 200; text-align: center; color: #ffffff; } .ProjectListItem__Body { width: 100%; padding-left: 99px; height: 114px; position: relative; } .ProjectListItem__Title { font-size: 18px; margin-bottom: 5px; } .ProjectListItem__Description { font-weight: 200; font-size: 12px; } .ProjectListItem__Meta { font-weight: 200; font-size: 12px; color: rgba(0, 0, 0, 0.4); } .QueryList { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #fafafa; } .QueryListFilter { height: 48px; position: absolute; left: 0; right: 0; top: 0; background-color: #f0f0f0; border-bottom: 1px solid #D4D4D4; } .QueryListFilter .Filter { padding: 11px 13px; width: 100%; } .QueryListFilter .FilterInput { width: 100%; padding: 3px 8px; color: #222; background-color: #ffffff; border-radius: 5px; font-weight: 200; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid transparent; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15); } .QueryListFilter .FilterInput:focus { border-color: #E10098; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(225, 0, 152, 0.1); } .QueryListContent { position: absolute; top: 48px; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; } .QueryListItem { height: 56px; border-bottom: 1px solid #f2f2f2; cursor: pointer; position: relative; background-color: #fff; display: flex; flex-direction: row; } .QueryListItem:hover { background-color: #f4f5f5; } .QueryListItem.active { background-color: #e9ebeb; } .QueryListItem__Icon { flex: none; display: flex; align-items: center; margin-top: -1px; padding: 0 15px 0 13px; } .QueryListItem__Icon .Icon { width: 34px; height: 34px; border-radius: 50%; background-color: #E10098; display: flex; justify-content: center; align-items: center; } .QueryListItem__Icon .Icon span { color: #fff; font-size: 13px; text-transform: uppercase; font-weight: 200; } .QueryListItem__Body { flex-grow: 1; min-width: 0; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; padding-right: 15px; } .QueryListItem__Main { line-height: normal; align-items: flex-start; text-align: left; margin-top: -1px; display: flex; flex-direction: row; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .QueryListItem__Title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 400; font-size: 14px; line-height: 21px; color: #000; flex-grow: 1; display: flex; } .QueryListItem__Meta { flex: none; margin-left: 6px; margin-top: 4px; line-height: 14px; font-size: 12px; color: rgba(0, 0, 0, 0.4); } .QueryListItem__Description { color: rgba(0, 0, 0, 0.4); } .Workspace__Header { position: absolute; top: 0; left: 0; right: 0; background: -webkit-linear-gradient(#ececec 0%, #ececec 1.9%, #e9e9e9 2%, #d2d2d2 100%); border-bottom: 1px solid #b4b4b4; padding: 6px 13px 6px 83px; display: flex; -webkit-app-region: drag; } .HeaderSection { display: flex; flex-direction: column; flex-grow: 1; justify-content: space-around; } .HeaderSection.HeaderSection--left, .HeaderSection.HeaderSection--right { width: 300px; } .PanelHeader { position: absolute; top: 0; left: 0; right: 0; background-color: #f7f7f7; height: 47px; border-bottom: 1px solid #D4D4D4; padding: 14px 15px; font-size: 14px; text-align: center; font-weight: 200; } .PanelBody { position: absolute; top: 47px; bottom: 0; left: 0; right: 0; background-color: #ffffff; overflow-x: hidden; overflow-y: scroll; padding: 20px 15px; } .PanelBody.PanelBody--has-footer { bottom: 47px; } .PanelFooter { position: absolute; bottom: 0; left: 0; right: 0; background-color: #f7f7f7; height: 47px; border-top: 1px solid #D4D4D4; padding: 8px 15px; text-align: right; } .EnvironmentList { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .EnvironmentItem { background-color: #fff; border-bottom: 1px solid #ddd; padding: 15px; } .EnvironmentFooter { padding: 15px; text-align: right; } .UrlEditor { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .UrlEditorSection { background-color: #fff; border-bottom: 1px solid #ddd; padding: 15px; } .UrlEditorFooter { padding: 15px; } .MapEditor { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .MapEditor .NoContent { padding: 15px; text-align: center; color: #888; border-bottom: 1px solid #ddd; } .MapEditorFooter { padding: 15px; } .MapItem { background-color: #fff; border-bottom: 1px solid #ddd; padding: 15px; } .MapItemFooter { text-align: right; } .Menu { display: flex; flex-direction: row; } .Menu--horizontal { display: flex; flex-direction: row; } .Menu--right { justify-content: flex-end; } .MenuItem { flex: none; margin-right: 10px; position: relative; transition: background-color .18s ease; } .MenuItem:last-of-type { margin-right: 0; } .MenuItem button { margin: 0; outline: none; cursor: pointer; display: flex; justify-content: center; align-items: center; } .MenuItem .Icon { width: 24px; height: 24px; display: flex; } .MenuItem .Label { display: flex; } .MenuItem .Select { height: 100%; } .QueryPanel__Empty { position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; display: flex; background-color: #fafafa; } .QueryPanel__EmptyMessage { display: flex; color: #888; padding: 0 50px; text-align: center; } .QueryMeta { position: relative; display: block; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .QueryMetaItem { padding: 8px 15px; border-bottom: 1px solid #ddd; } .QueryMetaItem:last-of-type { border-bottom: 0; } .DocumentationPanel { position: absolute; top: 0; right: 0; border-left: 1px solid #D4D4D4; } .DocumentationPanel__Empty { position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; display: flex; background-color: #fafafa; padding: 0 50px; } .DocumentationPanel__EmptyMessage { display: flex; color: #888; text-align: center; } .Tabs { width: 100%; height: 34px; background: #d0d0d0; overflow: hidden; border-radius: 0; list-style: none; padding: 0; margin: 0; display: flex; border-bottom: 1px solid #b4b4b4; } .TabElement { position: relative; display: inline-block; background-color: #d0d0d0; color: #222222; padding: 9px 10px; margin: 0; font-size: 11px; transition: background-color 50ms ease-in-out; align-items: center; cursor: pointer; border-right: 1px solid #b4b4b4; } .TabElement:hover { background-color: #f2f2f2; } .TabElement.active { background-color: #f2f2f2; } .TabItem { max-width: 200px; padding-right: 24px; } .TabItem:hover .Title { background-color: #f2f2f2; } .TabItem.active .Title { background-color: #f2f2f2; } .TabItem .close-icon { position: absolute; top: 9px; right: 10px; cursor: pointer; z-index: 2; width: 16px; height: 16px; border-radius: 3px; overflow: hidden; transform: scale(0); transition: transform 80ms; } .TabItem .close-icon:hover { background-color: #E10098; } .TabItem .close-icon:hover:before { color: #ffffff; } .TabItem .close-icon:before { font-family: 'FontAwesome'; display: inline-block; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; top: 2px; left: 2px; content: "\f00d"; position: absolute; text-align: center; line-height: 12px; pointer-events: none; } .TabItem:hover .close-icon { transform: scale(1); transition-duration: .16s; } .TabItem .Title { position: relative; text-align: center; border-bottom: 1px solid transparent; text-overflow: clip; -webkit-mask: linear-gradient(to left, transparent, #000000 1em) no-repeat; background-color: #d0d0d0; background-clip: content-box; backface-visibility: hidden; transition: background-color 50ms ease-in-out; white-space: nowrap; } .TabAddButton .add-icon { position: absolute; top: 9px; right: 9px; cursor: pointer; z-index: 2; width: 16px; height: 16px; border-radius: 3px; overflow: hidden; } .TabAddButton .add-icon:before { font-family: 'FontAwesome'; display: inline-block; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; top: 2px; left: 2px; content: "\f067"; position: absolute; text-align: center; line-height: 12px; pointer-events: none; } .toolbar .toolbar-input { background-color: #ffffff; border-radius: 3px; padding: 3px 8px; font-size: 12px; color: #444; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid transparent; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15); } .toolbar .toolbar-input:focus { border-color: #E10098; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(225, 0, 152, 0.1); } .truncate-text { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; }
0.398172
0.087097
#wpwrap { height: auto; min-height: 100%; width: 100%; position: relative; -webkit-font-smoothing: subpixel-antialiased; } #wpcontent { height: 100%; } #wpcontent, #wpfooter { margin-right: 180px; } .folded #wpcontent, .folded #wpfooter { margin-right: 56px; } #wpbody-content { padding-bottom: 65px; float: right; width: 100%; overflow: visible !important; } #adminmenuback, #adminmenuwrap, #adminmenu, #adminmenu .wp-submenu { width: 160px; } #adminmenuback { position: absolute; top: 0; bottom: 0; z-index: -1; } #adminmenu { clear: right; margin: 12px 0 0; padding: 0; list-style: none; } .folded #adminmenuback, .folded #adminmenuwrap, .folded #adminmenu, .folded #adminmenu li.menu-top { width: 36px; } /* inner 2 column liquid layout */ .inner-sidebar { float: left; clear: left; display: none; width: 281px; position: relative; } .columns-2 .inner-sidebar { margin-left: auto; width: 286px; display: block; } .inner-sidebar #side-sortables, .columns-2 .inner-sidebar #side-sortables { min-height: 300px; width: 280px; padding: 0; } .has-right-sidebar .inner-sidebar { display: block; } .has-right-sidebar #post-body { float: right; clear: right; width: 100%; margin-left: -2000px; } .has-right-sidebar #post-body-content { margin-left: 300px; float: none; width: auto; } /* 2 columns main area */ #col-container, #col-left, #col-right { overflow: hidden; padding: 0; margin: 0; } #col-left { width: 35%; } #col-right { float: left; clear: left; width: 65%; } .col-wrap { padding: 0 7px; } /* utility classes */ .alignleft { float: right; } .alignright { float: left; } .textleft { text-align: right; } .textright { text-align: left; } .clear { clear: both; } /* Hide visually but not from screen readers */ .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; } .screen-reader-shortcut { position: absolute; top: -1000em; } .screen-reader-shortcut:focus { right: 6px; top: -25px; height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f1f1f1; color: #21759b; z-index: 100000; line-height: normal; -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0,0,0,.6); text-decoration: none; outline: none; } .hidden, .js .closed .inside, .js .hide-if-js, .no-js .hide-if-no-js, .js.wp-core-ui .hide-if-js, .js .wp-core-ui .hide-if-js, .no-js.wp-core-ui .hide-if-no-js, .no-js .wp-core-ui .hide-if-no-js { display: none; } /* include margin and padding in the width calculation of input and textarea */ input, input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; /* ie8 only */ box-sizing: border-box; } input[type="checkbox"], input[type="radio"] { border-width: 1px; border-style: solid; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 16px; margin: -4px 0 0 4px; outline: 0; padding: 0 !important; text-align: center; vertical-align: middle; width: 16px; min-width: 16px; -webkit-appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box; } td > input[type="checkbox"], .wp-admin p input[type=checkbox], .wp-admin p input[type=radio] { margin-top: 0; } .wp-admin p label input[type=checkbox] { margin-top: -4px; } .wp-admin p label input[type=radio] { margin-top: -2px; } input[type=radio] { border-radius: 50%; margin-left: 4px; line-height: 10px; } input[type=checkbox]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled:checked:before, input[type=radio]:disabled:checked:before { opacity: 0.7; } input[type=checkbox]:checked:before, input[type=radio]:checked:before { float: right; display: inline-block; vertical-align: middle; width: 16px; font: normal 21px/1 'dashicons'; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input[type=checkbox]:checked:before { content: '\f147'; margin: -3px -4px 0 0; } input[type=radio]:checked:before { content: '\2022'; text-indent: -9999px; border-radius: 50px; font-size: 24px; width: 6px; height: 6px; margin: 4px; line-height: 16px; } @-moz-document url-prefix() { input[type=checkbox], input[type=radio], .form-table input.tog { margin-bottom: -1px; } } /* Search */ input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration { display: none; } .ie8 input[type="password"], .ie8 .login form .input { font-family: sans-serif; } /* general */ html, body { height: 100%; margin: 0; padding: 0; } body { font-family: "Open Sans", sans-serif; font-size: 13px; line-height: 1.4em; min-width: 600px; } body.iframe { min-width: 0; padding-top: 1px; } body.login { background: #fbfbfb; min-width: 0; } iframe, img { border: 0; } td, textarea, input, select, button { font-family: inherit; font-size: inherit; font-weight: inherit; } td, textarea { line-height: inherit; } textarea { overflow: auto; } textarea, input, select { font-size: 14px; padding: 3px 5px; line-height: 15px; border-radius: 0; /* Reset mobile webkit's default element styling */ } textarea { padding: 2px 6px; line-height: 1.4; } a, input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea, div, select { outline: 0; } .wp-admin input[type="file"] { padding: 3px 0; } a:focus, a:active { outline: thin dotted; } #adminmenu a:focus, #adminmenu a:active, .screen-reader-text:focus { outline: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } p, .wp_attachment_details label[for="content"] { font-size: 13px; line-height: 1.5; margin: 1em 0; } blockquote { margin: 1em; } label { cursor: pointer; } li, dd { margin-bottom: 6px; } input, select { margin: 1px; padding: 3px 5px; } h1, h2, h3, h4, h5, h6 { display: block; font-weight: 600; } h1 { font-size: 2em; margin: .67em 0; } h2 { font-size: 1.5em; margin: .83em 0; font-weight: 400; } h3 { font-size: 1.3em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } ul, ol { padding: 0; } ul { list-style: none; } ol { list-style-type: decimal; margin-right: 2em; } ul.ul-disc { list-style: disc outside; } ul.ul-square { list-style: square outside; } ol.ol-decimal { list-style: decimal outside; } ul.ul-disc, ul.ul-square, ol.ol-decimal { margin-right: 1.8em; } ul.ul-disc > li, ul.ul-square > li, ol.ol-decimal > li { margin: 0 0 0.5em; } /* @noflip */ .code, code { font-family: Consolas, Monaco, monospace; direction: ltr; } input.code { padding-top: 6px; } textarea.code { line-height: 1.4; padding: 4px 6px 1px 6px; } kbd, code { padding: 3px 5px 2px 5px; margin: 0 1px; font-size: 13px; } .subsubsub { list-style: none; margin: 8px 0 0; padding: 0; font-size: 13px; float: right; } .subsubsub a { line-height: 2; padding: .2em; text-decoration: none; } .subsubsub a .count, .subsubsub a.current .count { color: #999; font-weight: normal; } .subsubsub a.current { font-weight: 600; border: none; } .subsubsub li { display: inline-block; margin: 0; padding: 0; white-space: nowrap; } textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select, .tablenav-pages span.current, #titlediv #title, #postcustomstuff table, #postcustomstuff input, #postcustomstuff textarea, .imgedit-menu div, .plugin-update-tr .update-message, #poststuff .inside .the-tagcloud, .nav-menus-php .list-container, .menu-item-handle, .link-to-original, .nav-menus-php .major-publishing-actions .form-invalid, #TB_window, .tbtitle, .highlight { border-width: 1px; border-style: solid; } /* .widefat - main style for tables */ .widefat { border-spacing: 0; width: 100%; clear: both; margin: 0; } .widefat * { word-wrap: break-word; } .widefat a { text-decoration: none; } .widefat td, .widefat th { padding: 8px 10px; } .widefat tfoot th { border-bottom: none; } .widefat .no-items td { border-bottom-width: 0; } .widefat td { vertical-align: top; } .widefat td, .widefat td p, .widefat td ol, .widefat td ul { font-size: 13px; line-height: 1.5em; } .widefat th { text-align: right; line-height: 1.3em; font-size: 14px; } .widefat th input { margin: 0 8px 0 0; padding: 0; vertical-align: text-top; } .widefat .check-column { width: 2.2em; padding: 6px 0 25px; vertical-align: top; } .widefat th input[type=checkbox] { margin-top: -1px; } .widefat tbody th.check-column { padding: 9px 0 22px; } .widefat.media .check-column { padding-top: 8px; } .widefat thead th.check-column, .widefat tbody th.check-column, .widefat tfoot th.check-column { padding: 11px 3px 0 0; } .widefat thead th.check-column { padding-top: 10px; } .plugins tbody th.check-column, .plugins tbody { padding: 8px 2px 0 0; } .plugins tbody th.check-column input[type=checkbox] { margin-top: 4px; } #update-plugins-table tbody td p { margin-top: 0; } #update-plugins-table tbody td p strong { font-size: 14px; } .plugins thead th.check-column, .plugins tfoot th.check-column, .plugins .inactive th.check-column { padding-right: 6px; } .upgrade .plugins td, .upgrade .plugins th { -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); } .upgrade .plugins tr:last-of-type td, .upgrade .plugins tr:last-of-type th { -webkit-box-shadow: none; box-shadow: none; } #update-plugins-table thead th.check-column, #update-plugins-table tfoot th.check-column { padding-top: 11px; } .update-php div.updated, .update-php div.error { margin-right: 0; } .no-js .widefat thead .check-column input, .no-js .widefat tfoot .check-column input { display: none; } .widefat .num, .column-comments, .column-links, .column-posts { text-align: center; } .widefat th#comments { vertical-align: middle; } .wrap { margin: 10px 2px 0 20px; } div.updated, div.error { padding: 0 0.6em; margin: 5px 15px 2px; } div.updated p, div.error p { margin: 0.5em 0; padding: 2px; } .wrap div.updated, .wrap div.error, .media-upload-form div.error { margin: 5px 0 15px; } div.updated, .login .message, .press-this #message { border: none; padding: 1px 12px; } div.error, .login #login_error { border: none; } div.error { padding: 1px 12px; } .wrap h2, .subtitle { font-weight: normal; margin: 0; } .wrap h2 { font-size: 23px; font-weight: 400; padding: 9px 0 4px 15px; line-height: 29px; } .subtitle { font-size: 14px; padding-right: 25px; } .wrap .add-new-h2, .wrap .add-new-h2:active { margin-right: 4px; padding: 4px 8px; position: relative; top: -3px; text-decoration: none; border: none; border-radius: 2px; text-shadow: none; font-weight: 600; font-size: 13px; } .wrap h2.long-header { padding-left: 0; } html, .wp-dialog { background-color: #fff; } textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select { background-color: #fff; color: #333; } select[disabled] { color: #7f7f7f; } select:focus { border-color: #aaa; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, select:focus, .widgets-chooser ul, #widgets-left .widget-in-question .widget-top, #available-widgets .widget-top:hover, div#widgets-right .widget-top:hover { -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.1); } input[readonly] { background-color: #eee; } :-moz-placeholder, .wp-core-ui :-moz-placeholder { color: #a9a9a9; } /*------------------------------------------------------------------------------ 1.0 - Text Styles ------------------------------------------------------------------------------*/ .widget .widget-top, .postbox h3, .stuffbox h3, .control-section .accordion-section-title, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, .checkbox, .side-info, #your-profile #rich_editing, .widefat thead th, .widefat tfoot th { line-height: 1.4em; } .quicktags, .search { font-size: 12px; } .icon32 { display: none; } .icon16 { height: 18px; width: 18px; padding: 6px 6px; margin: -6px -8px 0 0; float: right; } /* New Menu icons */ .icon16:before { font: normal 20px/1 'dashicons'; speak: none; padding: 6px 0; height: 34px; width: 20px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .icon16.icon-dashboard:before, #adminmenu .menu-icon-dashboard div.wp-menu-image:before { content: '\f226'; } .icon16.icon-post:before, #adminmenu .menu-icon-post div.wp-menu-image:before { content: '\f109'; } .icon16.icon-media:before, #adminmenu .menu-icon-media div.wp-menu-image:before { content: '\f104'; } .icon16.icon-links:before, #adminmenu .menu-icon-links div.wp-menu-image:before { content: '\f103'; } .icon16.icon-page:before, #adminmenu .menu-icon-page div.wp-menu-image:before { content: '\f105'; } .icon16.icon-comments:before, #adminmenu .menu-icon-comments div.wp-menu-image:before { content: '\f101'; margin-top: 1px; } .icon16.icon-appearance:before, #adminmenu .menu-icon-appearance div.wp-menu-image:before { content: '\f100'; } .icon16.icon-plugins:before, #adminmenu .menu-icon-plugins div.wp-menu-image:before { content: '\f106'; } .icon16.icon-users:before, #adminmenu .menu-icon-users div.wp-menu-image:before { content: '\f110'; } .icon16.icon-tools:before, #adminmenu .menu-icon-tools div.wp-menu-image:before { content: '\f107'; } .icon16.icon-settings:before, #adminmenu .menu-icon-settings div.wp-menu-image:before { content: '\f108'; } .icon16.icon-site:before, #adminmenu .menu-icon-site div.wp-menu-image:before { content: '\f112' } .icon16.icon-generic:before, #adminmenu .menu-icon-generic div.wp-menu-image:before { content: '\f111'; } /* hide background-image for icons above */ .icon16.icon-dashboard, .menu-icon-dashboard div.wp-menu-image, .icon16.icon-post, .menu-icon-post div.wp-menu-image, .icon16.icon-media, .menu-icon-media div.wp-menu-image, .icon16.icon-links, .menu-icon-links div.wp-menu-image, .icon16.icon-page, .menu-icon-page div.wp-menu-image, .icon16.icon-comments, .menu-icon-comments div.wp-menu-image, .icon16.icon-appearance, .menu-icon-appearance div.wp-menu-image, .icon16.icon-plugins, .menu-icon-plugins div.wp-menu-image, .icon16.icon-users, .menu-icon-users div.wp-menu-image, .icon16.icon-tools, .menu-icon-tools div.wp-menu-image, .icon16.icon-settings, .menu-icon-settings div.wp-menu-image, .icon16.icon-site, .menu-icon-site div.wp-menu-image, .icon16.icon-generic, .menu-icon-generic div.wp-menu-image { background-image: none !important; } .key-labels label { line-height: 24px; } strong, b { font-weight: 600; } .pre { /* https://developer.mozilla.org/en-US/docs/CSS/white-space */ white-space: pre-wrap; /* css-3 */ word-wrap: break-word; /* IE 5.5 - 7 */ } .howto { font-style: italic; display: block; } p.install-help { margin: 8px 0; font-style: italic; } .no-break { white-space: nowrap; } hr { border: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #fafafa; } /*------------------------------------------------------------------------------ 2.0 - Forms ------------------------------------------------------------------------------*/ .wp-admin select { padding: 2px; line-height: 28px; height: 28px; vertical-align: middle; } .wp-admin .button-cancel { padding: 0 5px; line-height: 2; } .meta-box-sortables select { max-width: 100%; } .wp-admin select[multiple] { height: auto; } .submit { padding: 1.5em 0; margin: 5px 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } form p.submit a.cancel:hover { text-decoration: none; } p.submit { text-align: right; max-width: 100%; margin-top: 20px; padding-top: 10px; } .textright p.submit { border: none; text-align: left; } table.form-table + p.submit, table.form-table + input + p.submit, table.form-table + input + input + p.submit { border-top: none; padding-top: 0; } table.widefat span.delete a:hover, table.widefat span.trash a:hover, table.widefat span.spam a:hover, #dashboard_recent_comments .delete a:hover, #dashboard_recent_comments .trash a:hover, #dashboard_recent_comments .spam a:hover, .plugins a.delete:hover, #all-plugins-table .plugins a.delete:hover, #search-plugins-table .plugins a.delete:hover, .submitbox .submitdelete:hover, #media-items a.delete:hover, #media-items a.delete-permanently:hover, #nav-menu-footer .menu-delete:hover { text-decoration: none; border: none; } #minor-publishing-actions input, #major-publishing-actions input, #minor-publishing-actions .preview { text-align: center; } textarea.all-options, input.all-options { width: 250px; } input.large-text, textarea.large-text { width: 99%; } input.regular-text, #adduser .form-field input { width: 25em; } input.small-text { width: 50px; padding: 1px 6px; } input[type="number"].small-text { width: 65px; } #doaction, #doaction2, #post-query-submit { margin: 1px 0 0 8px; } .tablenav #changeit, .tablenav #delete_all, .tablenav #clear-recent-list { margin-top: 1px; } .tablenav .actions select { float: right; margin-left: 6px; max-width: 200px; } .ie8 .tablenav .actions select { width: 155px; } .ie8 .tablenav .actions select#cat { width: 200px; } #timezone_string option { margin-right: 1em; } label, #your-profile label + a { vertical-align: middle; } fieldset label, #your-profile label + a { vertical-align: middle; } .options-media-php label[for*="_size_"], #misc-publishing-actions label { vertical-align: baseline; } #misc-publishing-actions label[for="post_status"]:before { content: '\f173'; display: inline-block; font: normal 20px/1 'dashicons'; speak: none; right: -1px; padding: 0 0 0 5px; position: relative; top: 0; text-decoration: none !important; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #pass-strength-result { border-style: solid; border-width: 1px; float: right; margin: 13px 1px 5px 5px; padding: 3px 5px; text-align: center; width: 200px; display: none; } .indicator-hint { padding-top: 8px; } p.search-box { float: left; margin: 0; } .network-admin.themes-php p.search-box { clear: right; } .search-box input[name="s"], #search-plugins input[name="s"], .tagsdiv .newtag { float: right; height: 28px; margin: 0 0 0 4px; } input[type="text"].ui-autocomplete-loading { background: transparent url('../images/loading.gif') no-repeat left center; visibility: visible; } ul#add-to-blog-users { margin: 0 14px 0 0; } .ui-autocomplete-input.open { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .ui-autocomplete { padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-width: 1px; border-style: solid; } .ui-autocomplete li { margin-bottom: 0; white-space: nowrap; text-align: right; } .ui-autocomplete li a { display: block; height: 100%; padding: 4px 10px; } .ui-autocomplete li a.ui-state-focus { cursor: pointer; } /*------------------------------------------------------------------------------ 3.0 - Actions ------------------------------------------------------------------------------*/ #major-publishing-actions { padding: 10px; clear: both; border-top: 1px solid #ddd; background: #f5f5f5; } #delete-action { line-height: 28px; vertical-align: middle; text-align: right; float: right; } #publishing-action { text-align: left; float: left; line-height: 23px; } #publishing-action .spinner { float: right; } #misc-publishing-actions { padding: 6px 0 0; } .misc-pub-section { padding: 6px 10px 8px; } .misc-pub-section:first-child { border-top-width: 0; } .misc-pub-section-last { border-bottom-width: 0; } #minor-publishing-actions { padding: 10px 10px 0 10px; text-align: left; } #save-post { float: right; } .preview { float: left; } #sticky-span { margin-right: 18px; } .side-info { margin: 0; padding: 4px; font-size: 11px; } .side-info h5 { padding-bottom: 7px; font-size: 14px; margin: 12px 2px 5px; border-bottom-width: 1px; border-bottom-style: solid; } .side-info ul { margin: 0; padding-right: 18px; list-style: square; } .approve, .unapproved .unapprove { display: none; } .unapproved .approve, .spam .approve, .trash .approve { display: inline; } td.action-links, th.action-links { text-align: left; } /*------------------------------------------------------------------------------ 4.0 - Notifications ------------------------------------------------------------------------------*/ #update-nag, .update-nag { display: inline-block; line-height: 19px; padding: 11px 15px; font-size: 14px; text-align: right; margin: 25px 2px 0 20px; } .plugins .plugin-update { padding: 0; } .plugin-update .update-message { margin: 0 31px 8px 10px; font-weight: 600; } ul#dismissed-updates { display: none; } form.upgrade { margin-top: 8px; } form.upgrade .hint { font-style: italic; font-size: 85%; margin: -0.5em 0 2em 0; } .update-php .spinner { float: none; margin: -4px 0; } #ajax-loading, .ajax-loading, .ajax-feedback, .imgedit-wait-spin, .list-ajax-loading { /* deprecated */ visibility: hidden; } #ajax-response.alignleft { margin-right: 2em; } /*------------------------------------------------------------------------------ 5.0 - TinyMCE ------------------------------------------------------------------------------*/ /* nothing? */ /*------------------------------------------------------------------------------ 6.0 - Admin Header ------------------------------------------------------------------------------*/ #adminmenu a, #sidemenu a, #taglist a, #catlist a { text-decoration: none; } /*------------------------------------------------------------------------------ 6.1 - Screen Options Tabs ------------------------------------------------------------------------------*/ #screen-options-wrap, #contextual-help-wrap { margin: 0; padding: 8px 20px 12px; position: relative; } #contextual-help-wrap { overflow: auto; margin-right: 0 !important; } #screen-meta .screen-reader-text { visibility: hidden; } #screen-meta-links { margin: 0 0 0 20px; } #screen-meta-links a { padding: 3px 16px 3px 6px; } #screen-meta-links a:focus { outline: none; } /* screen options and help tabs revert */ #screen-meta { display: none; margin: 0 0px -1px 20px; position: relative; } #screen-options-link-wrap, #contextual-help-link-wrap { float: left; height: 28px; margin: 0 6px 0 0; } #screen-meta-links .screen-meta-toggle { position: relative; top: 0; } #screen-meta-links a.show-settings { display: block; font-size: 13px; height: 22px; line-height: 22px; text-decoration: none; z-index: 1; } #screen-meta-links a:after { left: 0; content: '\f140'; font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0 0 0 5px; bottom: 2px; position: relative; vertical-align: bottom; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } #screen-meta-links a.screen-meta-active:after { content: '\f142'; } #screen-meta-links a.show-settings:hover { text-decoration: none; } /* end screen options and help tabs */ .toggle-arrow { background-repeat: no-repeat; background-position: top right; background-color: transparent; height: 22px; line-height: 22px; display: block; } .toggle-arrow-active { background-position: bottom right; } #screen-options-wrap h5, #contextual-help-wrap h5 { margin: 8px 0; font-size: 13px; } .metabox-prefs label { display: inline-block; padding-left: 15px; line-height: 30px; } .metabox-prefs label input[type=checkbox] { margin-top: -4px; margin-left: 6px; } .metabox-prefs label input { margin: 0 2px 0 5px; } .metabox-prefs .columns-prefs label input { margin: 0 2px; } .metabox-prefs label a { display: none; } /*------------------------------------------------------------------------------ 6.2 - Help Menu ------------------------------------------------------------------------------*/ #contextual-help-wrap { padding: 0; } #contextual-help-columns { position: relative; } #contextual-help-back { position: absolute; top: 0; bottom: 0; right: 150px; left: 170px; border-width: 0 1px; border-style: solid; } #contextual-help-wrap.no-sidebar #contextual-help-back { left: 0; border-left-width: 0; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; } .contextual-help-tabs { float: right; width: 150px; margin: 0; } .contextual-help-tabs ul { margin: 1em 0; } .contextual-help-tabs li { margin-bottom: 0; list-style-type: none; border-style: solid; border-width: 0 2px 0 0; border-color: transparent; } .contextual-help-tabs a { display: block; padding: 5px 12px 5px 5px; line-height: 18px; text-decoration: none; border-style: solid; border-width: 1px 0 1px 0; border-color: transparent; } .contextual-help-tabs .active { padding: 0; margin: 0 0 0 -1px; border-width: 0 2px 0 0; border-style: solid; } .contextual-help-tabs-wrap { padding: 0 20px; overflow: auto; } .help-tab-content { display: none; margin: 0 0 12px 22px; line-height: 1.6em; } .help-tab-content.active { display: block; } .help-tab-content ul li { list-style-type: disc; margin-right: 18px; } .contextual-help-sidebar { width: 150px; float: left; padding: 0 12px 0 8px; overflow: auto; } /*------------------------------------------------------------------------------ 7.0 - Main Navigation (Left Menu) ------------------------------------------------------------------------------*/ #adminmenuwrap { position: relative; float: right; } /* side admin menu */ #adminmenu * { -webkit-user-select: none; -moz-user-select: none; user-select: none; } #adminmenu li { margin: 0; padding: 0; cursor: pointer; } #adminmenu a { display: block; line-height: 18px; padding: 2px 5px; } #adminmenu li.menu-top { border: none; min-height: 34px; position: relative; } #adminmenu .wp-submenu { list-style: none; position: absolute; top: -1000em; right: 160px; overflow: visible; word-wrap: break-word; } #adminmenu .wp-submenu, .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { padding: 7px 0 8px; z-index: 9999; } .js #adminmenu .sub-open, .js #adminmenu .opensub .wp-submenu, #adminmenu a.menu-top:focus + .wp-submenu, .no-js li.wp-has-submenu:hover .wp-submenu { top: -1px; } #adminmenu .wp-has-current-submenu .wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu { position: relative; z-index: 3; top: auto; right: auto; left: auto; bottom: auto; border: 0 none; margin-top: 0; -webkit-box-shadow: none; box-shadow: none; } .folded #adminmenu .wp-submenu.sub-open, .folded #adminmenu .opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu a.menu-top:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu, .no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu { top: 0; right: 36px; } .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { position: absolute; top: -1000em; } #adminmenu .wp-not-current-submenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { min-width: 160px; width: auto; } #adminmenu .wp-submenu a { font-size: 13px; line-height: 1.2; margin: 0; padding: 6px 0; } #adminmenu .wp-not-current-submenu li > a, .folded #adminmenu .wp-has-current-submenu li > a { padding-left: 16px; padding-right: 14px; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } #adminmenu .wp-has-current-submenu ul > li > a, .folded #adminmenu li.menu-top .wp-submenu > li > a { padding: 6px 12px; } #adminmenu a.menu-top, #adminmenu .wp-submenu-head { font-size: 14px; font-weight: 400; line-height: 18px; padding: 0; } #adminmenu .wp-submenu-head, .folded #adminmenu .wp-menu-name { display: none; } .folded #adminmenu .wp-submenu-head { display: block; } #adminmenu .wp-submenu li { padding: 0; margin: 0; overflow: hidden; } #adminmenu .wp-menu-image img { padding: 9px 0px 0 0; opacity: 0.6; filter: alpha(opacity=60); } #adminmenu div.wp-menu-name { padding: 8px 0; } #adminmenu div.wp-menu-image { float: right; width: 36px; height: 30px; margin: 0; text-align: center; } #adminmenu div.wp-menu-image.svg { background-repeat: no-repeat; background-position: center; background-size: 20px auto; } div.wp-menu-image:before { font: normal 20px/1 'dashicons' !important; speak: none; color: #999; padding: 8px 0; height: 36px; width: 20px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .folded #adminmenu div.wp-menu-image { width: 35px; height: 30px; position: absolute; z-index: 25; } .folded #adminmenu a.menu-top { height: 34px; } /* No @font-face support */ .no-font-face #adminmenu .wp-menu-image { display: none; } .no-font-face #adminmenu div.wp-menu-name { padding: 8px 12px; } .no-font-face.auto-fold #adminmenu .wp-menu-name { margin-right: 0; } /* End no @font-face support */ /* Sticky admin menu */ .sticky-menu #adminmenuwrap { position: fixed; z-index: 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */ } /* A new arrow */ .wp-menu-arrow { display: none !important; } ul#adminmenu a.wp-has-current-submenu { position: relative; } ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after { left: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 8px; top: 50%; margin-top: -8px; } .folded ul#adminmenu li:hover a.wp-has-current-submenu:after { display: none; } .folded ul#adminmenu a.wp-has-current-submenu:after, .folded ul#adminmenu > li a.current:after { border-width: 4px; margin-top: -4px; } /* flyout menu arrow */ #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { left: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 8px; top: 10px; z-index: 10000; } .folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { border-width: 4px; margin-top: -4px; top: 18px; } /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus { position: relative; } .folded #adminmenu li.menu-top:hover, .folded #adminmenu li.opensub > a.menu-top, .folded #adminmenu li > a.menu-top:focus { z-index: 10000; } #adminmenu li.menu-top:hover .wp-menu-image img, #adminmenu li.wp-has-current-submenu .wp-menu-image img { opacity: 1; filter: alpha(opacity=100); } #adminmenu li.wp-menu-separator { height: 3px; padding: 0; margin: 0 0 6px 0; border-width: 1px 0; border-style: solid; cursor: inherit; } #adminmenu div.separator { height: 1px; padding: 0; border-width: 1px 0 0 0; border-style: solid; } #adminmenu .wp-submenu .wp-submenu-head { font-weight: 400; font-size: 14px; padding: 8px 11px 8px 4px; margin: -7px 0px 4px; } #adminmenu li.current, .folded #adminmenu li.wp-menu-open { border: 0 none; } #adminmenu .awaiting-mod, #adminmenu span.update-plugins, #sidemenu li a span.update-plugins { display: inline-block; font-size: 9px; line-height: 17px; font-weight: 600; margin: 1px 2px 0 0; vertical-align: top; -webkit-border-radius: 10px; border-radius: 10px; z-index: 26; } #adminmenu li .awaiting-mod span, #adminmenu li span.update-plugins span, #sidemenu li a span.update-plugins span { display: block; padding: 0 6px; } #adminmenu li span.count-0, #sidemenu li a .count-0 { display: none; } #adminmenu #collapse-menu { font-size: 13px; line-height: 34px; margin-top: 10px; } .folded #collapse-menu span { display: none; } #collapse-button, #collapse-button div { width: 15px; height: 15px; } #collapse-button { float: right; height: 15px; margin: 10px 11px 10px 8px; width: 15px; -webkit-border-radius: 10px; border-radius: 10px; } #wpwrap #collapse-button div { padding: 0; } #collapse-button div:after { content: '\f148'; display: block; line-height: 15px; right: -3px; top: -3px; font: normal 20px/1 'dashicons' !important; speak: none; margin: 0 auto; padding: 0 !important; position: relative; text-align: center; width: 20px; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .folded #collapse-button div:after, .rtl #collapse-button div:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rtl.folded #collapse-button div:after { -ms-transform: none; -webkit-transform: none; transform: none; } /* Auto-folding of the admin menu */ @media only screen and (max-width: 900px) { .auto-fold #wpcontent, .auto-fold #wpfooter { margin-right: 56px; } .auto-fold #adminmenuback, .auto-fold #adminmenuwrap, .auto-fold #adminmenu, .auto-fold #adminmenu li.menu-top { width: 36px; } .auto-fold #adminmenu .wp-submenu.sub-open, .auto-fold #adminmenu .opensub .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .auto-fold #adminmenu a.menu-top:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { top: 0px; right: 36px; } .auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { position: absolute; top: -1000em; margin-left: -1px; padding: 7px 0 8px; z-index: 9999; } .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { min-width: 150px; width: auto; } .auto-fold #adminmenu .wp-has-current-submenu li > a { padding-left: 16px; padding-right: 14px; } .auto-fold #adminmenu li.menu-top .wp-submenu > li > a { padding-right: 12px; } .auto-fold #adminmenu .wp-menu-name { display: none; } .auto-fold #adminmenu .wp-submenu-head { display: block; } .auto-fold #adminmenu div.wp-menu-image { height: 30px; width: 34px; position: absolute; z-index: 25; } .auto-fold #adminmenu a.menu-top { height: 34px; } .auto-fold #adminmenu li.wp-menu-open { border: 0 none; } .auto-fold #adminmenu .wp-has-current-submenu.menu-top-last { margin-bottom: 0; } .auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { display: none; } .auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { border-width: 4px; margin-top: -4px; top: 16px; } .auto-fold ul#adminmenu a.wp-has-current-submenu:after, .auto-fold ul#adminmenu > li a.current:after { border-width: 4px; margin-top: -4px; } .auto-fold #adminmenu li.menu-top:hover, .auto-fold #adminmenu li.opensub > a.menu-top, .auto-fold #adminmenu li > a.menu-top:focus { z-index: 10000; } .auto-fold #collapse-menu span { display: none; } .auto-fold #collapse-button div { background: none; } .auto-fold #collapse-button div:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rtl.auto-fold #collapse-button div:after { -ms-transform: none; -webkit-transform: none; transform: none; } } /* List table styles */ .post-com-count-wrapper { min-width: 22px; } .post-com-count { background: none; height: 1.3em; line-height: 1.1em; display: block; text-decoration: none; padding: 0 0 6px; cursor: pointer; background-position: center -80px; background-repeat: no-repeat; } .post-com-count:after { /* draw bubble connector using CSS! */ content: ""; display: block; width: 0; height: 0; margin-right: 8px; border-top: 5px solid #bbbbbb; border-left: 5px solid transparent; } .post-com-count span { font-size: 11px; font-weight: 600; height: 1.4em; line-height: 1.4em; min-width: 0.7em; padding: 0 6px; display: inline-block; -webkit-border-radius: 5px; border-radius: 5px; } strong .post-com-count { background-position: center -55px; } .post-com-count:hover { background-position: center -3px; } .column-response .post-com-count { float: right; margin-left: 5px; text-align: center; } .response-links { float: right; } #the-comment-list .attachment-80x60 { padding: 4px 8px; } th .comment-grey-bubble { height: 16px; width: 16px; } th .comment-grey-bubble:before { content: '\f101'; font: normal 20px/.5 'dashicons'; speak: none; display: inline-block; padding: 0; top: 4px; right: -4px; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } /*------------------------------------------------------------------------------ 8.0 - Layout Blocks ------------------------------------------------------------------------------*/ html.wp-toolbar { padding-top: 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .narrow { width: 70%; margin-bottom: 40px; } .narrow p { line-height: 150%; } .widefat th, .widefat td { overflow: hidden; } .widefat th { font-weight: normal; } .widefat td p { margin: 2px 0 0.8em; } .widefat .column-comment p { margin: 0.6em 0; } /* Screens with postboxes */ .postbox-container { float: right; } #wpbody-content #dashboard-widgets.columns-1 .postbox-container { width: 100%; } #wpbody-content #dashboard-widgets.columns-2 .postbox-container { width: 49.5%; } #wpbody-content #dashboard-widgets.columns-2 #postbox-container-2, #wpbody-content #dashboard-widgets.columns-2 #postbox-container-3, #wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 { float: left; width: 50.5%; } #wpbody-content #dashboard-widgets.columns-3 .postbox-container { width: 33.5%; } #wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 { width: 33%; } #wpbody-content #dashboard-widgets.columns-3 #postbox-container-3, #wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 { float: left; } #wpbody-content #dashboard-widgets.columns-4 .postbox-container { width: 25%; } .postbox-container .meta-box-sortables { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .metabox-holder .postbox-container .empty-container { border: 3px dashed #bbb; height: 250px; } .metabox-holder.columns-1 .postbox-container .empty-container, .columns-2 #postbox-container-3 .empty-container, .columns-2 #postbox-container-4 .empty-container, .columns-3 #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } .ie8 #wpbody-content #dashboard-widgets .postbox-container { width: 49.5%; } .ie8 #wpbody-content #dashboard-widgets #postbox-container-2, .ie8 #wpbody-content #dashboard-widgets #postbox-container-3, .ie8 #wpbody-content #dashboard-widgets #postbox-container-4 { float: left; width: 50.5%; } .ie8 #dashboard-widgets #postbox-container-3 .empty-container, .ie8 #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } #poststuff { padding-top: 10px; min-width: 763px; } #poststuff #post-body { padding: 0; } #post-body-content { width: 100%; min-width: 463px; float: right; } #poststuff .postbox-container { width: 100%; } #poststuff #post-body.columns-2 { margin-left: 300px; } #post-body.columns-2 #postbox-container-1 { float: left; margin-left: -300px; width: 280px; } #post-body.columns-2 #side-sortables { min-height: 250px; } #dashboard-widgets .postbox-container { width: 25%; } #dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { border: none !important; } #dashboard-widgets-wrap { overflow: hidden; } /* one column on the dash */ @media only screen and (max-width: 799px) { #wpbody-content #dashboard-widgets .postbox-container { width: 100%; } #wpbody-content .metabox-holder .postbox-container .empty-container { border: 0 none; height: 0; min-height: 0; } } /* two columns on the dash, but keep the setting if one is selected */ @media only screen and (min-width: 800px) and (max-width: 1499px) { #wpbody-content #dashboard-widgets .postbox-container { width: 49.5%; } #wpbody-content #dashboard-widgets #postbox-container-2, #wpbody-content #dashboard-widgets #postbox-container-3, #wpbody-content #dashboard-widgets #postbox-container-4 { float: left; width: 50.5%; } #dashboard-widgets #postbox-container-3 .empty-container, #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { width: 100%; } #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { border: 0 none; height: 0; min-height: 0; } /* show the radio buttons for column prefs only for one or two columns */ .index-php .screen-layout, .index-php .columns-prefs { display: block; } .columns-prefs .columns-prefs-3, .columns-prefs .columns-prefs-4 { display: none; } } /* three columns on the dash */ @media only screen and (min-width: 1500px) and (max-width: 1800px) { #wpbody-content #dashboard-widgets .postbox-container { width: 33.5%; } #wpbody-content #dashboard-widgets #postbox-container-1 { width: 33%; } #wpbody-content #dashboard-widgets #postbox-container-3, #wpbody-content #dashboard-widgets #postbox-container-4 { float: left; } #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } } /* one column on the post write/edit screen */ @media only screen and (max-width: 850px) { #poststuff { min-width: 0; } #wpbody-content #poststuff #post-body { margin: 0; } #wpbody-content #post-body.columns-2 #postbox-container-1 { margin-left: 0; width: 100%; } #poststuff #postbox-container-1 .empty-container, #poststuff #postbox-container-1 #side-sortables:empty { border: 0 none; height: 0; min-height: 0; } #poststuff #post-body.columns-2 #side-sortables { min-height: 0; } /* hide the radio buttons for column prefs */ .screen-layout, .columns-prefs { display: none; } } .js .postbox .hndle { cursor: move; } .hndle a { font-size: 11px; font-weight: normal; } .postbox .handlediv { float: left; width: 27px; height: 30px; } .js .postbox .handlediv { cursor: pointer; } .sortable-placeholder { border-width: 1px; border-style: dashed; margin-bottom: 20px; } .postbox, .stuffbox { margin-bottom: 20px; padding: 0; line-height: 1; } .postbox h3, .stuffbox h3 { margin-top: 1px; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .js .widget .widget-top, .js .postbox h3 { cursor: move; } .postbox .inside, .stuffbox .inside { padding: 0 12px 12px; line-height: 1.4em; font-size: 13px; } .postbox .inside { margin: 11px 0; position: relative; } #dashboard-widgets .postbox .inside { margin-bottom: 0; } .postbox .inside > p:last-child, .rss-widget ul li:last-child { margin-bottom: 1px !important; } .postbox.closed h3 { border: none; -webkit-box-shadow: none; box-shadow: none; } .postbox table.form-table { margin-bottom: 0; } .temp-border { border: 1px dotted #ccc; } .columns-prefs label { padding: 0 5px; } /*------------------------------------------------------------------------------ 9.0 - Dashboard ------------------------------------------------------------------------------*/ #dashboard-widgets-wrap { margin: 0 -8px; } #wpbody-content .metabox-holder { padding-top: 10px; } #dashboard-widgets .meta-box-sortables { margin: 0 8px; min-height: 100px; } #the-comment-list td.comment p.comment-author { margin-top: 0; margin-right: 0; } #the-comment-list p.comment-author img { float: right; margin-left: 8px; } #the-comment-list p.comment-author strong a { border: none; } #the-comment-list td { vertical-align: top; } #the-comment-list td.comment { word-wrap: break-word; } /* Welcome Panel */ .welcome-panel { position: relative; overflow: auto; margin: 16px 0; padding: 23px 10px 0; font-size: 13px; line-height: 2.1em; } .welcome-panel h3 { margin: 0; font-size: 21px; font-weight: normal; line-height: 1.2; } .welcome-panel h4 { margin: 1.33em 0 0; font-size: 16px; } .welcome-panel li { font-size: 14px; } .welcome-panel .about-description { font-size: 16px; margin: 0; } .welcome-panel .welcome-panel-close { position: absolute; top: 5px; left: 10px; padding: 20px 3px 0 15px; font-size: 13px; text-decoration: none; line-height: 1; } #welcome-panel.welcome-panel .welcome-panel-close::before, .tagchecklist span a:before, #bulk-titles div a:before { content: '\f153'; display: block !important; font: normal 16px/1 'dashicons'; speak: none; height: 20px; margin: 2px 0; text-align: center; width: 20px; -webkit-font-smoothing: antialiased !important; } #welcome-panel.welcome-panel .welcome-panel-close::before { position: absolute; right: -18px; margin-top: -2px; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .wp-core-ui .welcome-panel .button.button-hero { margin: 15px 0 3px; } .welcome-panel-content { margin-right: 13px; max-width: 1500px; } .welcome-panel .welcome-panel-column-container { clear: both; overflow: hidden; position: relative; } .welcome-panel .welcome-panel-column { width: 32%; min-width: 200px; float: right; } .ie8 .welcome-panel .welcome-panel-column { min-width: 230px; } .welcome-panel .welcome-panel-column:first-child { width: 36%; } .welcome-panel-column p.hide-if-no-customize { margin-top: 10px; } .welcome-panel-column p { margin-top: 7px; } .welcome-panel .welcome-icon { display: block; padding: 0 0 8px; background: transparent !important; } .welcome-panel .welcome-icon:before { font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0 0 0 10px; top: -1px; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; vertical-align: top; } .welcome-panel .welcome-write-blog:before, .welcome-panel .welcome-edit-page:before { content:'\f119'; top: -3px; } .welcome-panel .welcome-add-page:before { content:'\f132'; } .welcome-panel .welcome-view-site:before { content:'\f115'; top: -2px; } .welcome-panel .welcome-widgets-menus:before { content:'\f116'; top: -2px; } .welcome-panel .welcome-comments:before { content:'\f117'; top: -1px; } .welcome-panel .welcome-learn-more:before { content:'\f118'; top: -1px; } .welcome-panel .welcome-widgets-menus { line-height: 16px; } .welcome-panel .welcome-panel-column ul { margin: 0.8em 0 1em 1em; } .welcome-panel .welcome-panel-column li { line-height: 16px; list-style-type: none; } /* Dashboard WordPress news */ #dashboard_primary .inside { margin: 0; padding: 0; } #dashboard_primary .widget-loading, #dashboard_primary .dashboard-widget-control-form { padding: 12px 12px 0; } body #dashboard-widgets .postbox form .submit { margin: 0; } .dashboard-widget-control-form { overflow: hidden; } .dashboard-widget-control-form p { margin-top: 0; } .rssSummary { color: #777; margin-top: 4px; } #dashboard_primary .rss-widget { border-bottom: 1px solid #eee; font-size: 13px; padding: 8px 12px 10px; } #dashboard_primary .rss-widget:last-child { border-bottom: none; padding-bottom: 8px; } #dashboard_primary .rss-widget a { font-weight: normal; } #dashboard_primary .rss-widget span, #dashboard_primary .rss-widget span.rss-date { color: #777; } #dashboard_primary .rss-widget span.rss-date { margin-right: 12px; } #dashboard_primary .rss-widget ul li { margin-bottom: 8px; } /* Dashboard right now */ #dashboard_right_now ul { margin: 0; overflow: hidden; } #dashboard_right_now li { width: 50%; float: right; margin-bottom: 10px; } #dashboard_right_now .inside { overflow: hidden; padding: 0; } #dashboard_right_now .main { padding: 0 12px 11px; } #dashboard_right_now .main p { margin: 0; } .mu-storage { overflow: hidden; } #dashboard-widgets h4.mu-storage { margin-bottom: 10px; } /* Dashboard right now - Colors */ #dashboard_right_now li a:before, #dashboard_right_now li span:before { color: #888; } #dashboard_right_now .sub { color: #777; background: #f5f5f5; border-top: 1px solid #eee; padding: 10px 12px 6px 12px; } #dashboard_right_now .sub h4 { color: #555; } #dashboard_right_now .sub p { margin: 0 0 1em; } #dashboard_right_now .warning a:before, #dashboard_right_now .warning span:before { color: #d54e21; } /* Dashboard right now - Icons */ #dashboard_right_now li a:before, #dashboard_right_now li span:before { content: '\f159'; font: normal 20px/1 'dashicons'; speak: none; display: block; float: right; margin: 0 0 0 5px; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; text-decoration: none !important; } #dashboard_right_now .page-count a:before, #dashboard_right_now .page-count span:before { content: '\f105'; } #dashboard_right_now .post-count a:before, #dashboard_right_now .post-count span:before { content: '\f109'; } #dashboard_right_now .comment-count a:before { content: '\f101'; } #dashboard_right_now .comment-mod-count a:before { content: '\f125'; } #dashboard_right_now .storage-count a:before { content: '\f104'; } #dashboard_right_now .storage-count.warning a:before { content: '\f153'; } /* Dashboard Quick Draft */ #dashboard_quick_press .inside { margin: 0; padding: 0; } #dashboard_quick_press div.updated { margin-bottom: 10px; border: 1px solid #eee; border-width: 1px 0 1px 1px; } #dashboard_quick_press form { overflow: hidden; margin: 12px; } #dashboard_quick_press .drafts, #dashboard_quick_press .easy-blogging { padding: 10px 0 0; } /* Dashboard Quick Draft - Form styling */ input#save-post { float: right; } form.initial-form.quickpress-open label.prompt { font-style: normal; } form.initial-form.quickpress-open input#title { height: auto; } #dashboard_quick_press input, #dashboard_quick_press textarea { box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin: 0; } #dashboard_quick_press textarea { resize: vertical; } #dashboard-widgets .postbox form .submit { margin: -39px 0; float: left; } #description-wrap { margin-top: 12px; } #title-wrap #title-prompt-text, .textarea-wrap #content-prompt-text { color: #777; } #title-wrap #title-prompt-text { font-size: 1.1em; padding: 7px 8px; } .input-text-wrap, .textarea-wrap { position: relative; } .input-text-wrap .prompt, .textarea-wrap .prompt { position: absolute; } .textarea-wrap #content-prompt-text { font-size: 1.1em; padding: 7px 8px; } .textarea-wrap textarea#content { margin: 0 0 8px; padding: 6px 7px; } #quick-press textarea#content { min-height: 90px; max-height: 1300px; resize: none; } /* Dashboard Quick Draft - Drafts list */ .js #dashboard_quick_press .drafts { border-top: 1px solid #eee; } #dashboard_quick_press .drafts abbr { border: none; } #dashboard_quick_press .drafts h4 { margin: 0 12px 8px; font-weight: normal; } #dashboard_quick_press .drafts .view-all { float: left; margin: 0 0 0 12px; } #dashboard_primary a.rsswidget { font-weight: normal; } #dashboard_quick_press .drafts ul { margin: 0 12px; } #dashboard_quick_press .drafts li { margin-bottom: 1em; } #dashboard_quick_press .drafts li time { color: #777; } #dashboard_quick_press .drafts p { margin: 0; word-wrap: break-word; } #dashboard_quick_press .draft-title { overflow: hidden; } #dashboard_quick_press .draft-title a, #dashboard_quick_press .draft-title time { float: right; margin: 0 0 0 5px; } /* Dashboard activity widget */ #dashboard-widgets #dashboard_activity h4 { margin: 0 12px 8px 0; font-weight: normal; } #dashboard-widgets #dashboard_activity h4.comment-meta { margin: 0; } #dashboard_activity h4.comment-meta { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; } #dashboard_activity ul { padding: 0 12px; } #dashboard_activity .comment-meta span.approve:before { content: '\f227'; font: 20px/.5 "dashicons"; margin-right: 12px; vertical-align: middle; position: relative; top: -1px; margin-left: 2px; } #dashboard_activity .inside { padding: 0; margin: 0; } #dashboard_activity .no-activity { overflow: hidden; padding: 0 12px 12px; text-align: center; } #dashboard_activity .no-activity p { color: #999; font-size: 16px; } #dashboard_activity .no-activity .smiley { margin-top: 0; } #dashboard_activity .no-activity .smiley:before { content: '\f328'; font: normal 120px/1 'dashicons'; speak: none; display: block; margin: 0 0 0 5px; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; text-decoration: none !important; } #dashboard_activity .subsubsub { float: none; border-top: 1px solid #eeeeee; margin-top: 0; padding: 8px 12px 4px; } #future-posts .show-more, #published-posts .show-more { float: left; margin-left: 12px; } #future-posts ul, #published-posts ul { clear: both; margin-bottom: 0; } #future-posts li, #published-posts li { overflow: hidden; margin-bottom: 8px; } #future-posts ul span, #published-posts ul span { color: #777; float: right; margin-left: 8px; min-width: 150px; } .activity-block { border-bottom: 1px solid #eee; overflow: hidden; padding: 8px 0 4px; } .activity-block:last-child { border-bottom: none; } .activity-block .subsubsub li { color: #ddd; } /* Dashboard activity widget - Comments */ #activity-widget #the-comment-list tr.undo, #activity-widget #the-comment-list div.undo { background: none; padding: 6px 0; } #activity-widget #the-comment-list .alternate, #activity-widget #the-comment-list .alt { background: none; } #activity-widget #the-comment-list .comment { background: #fafafa; padding: 12px; position: relative; } #activity-widget #the-comment-list img { position: absolute; right: 13px; top: 13px; } #activity-widget #the-comment-list .dashboard-comment-wrap { padding-right: 63px; } #activity-widget #the-comment-list .dashboard-comment-wrap blockquote { margin: 1em 0; } #activity-widget #the-comment-list .comment-item h4 { font-size: 13px; color: #999; } #activity-widget #the-comment-list .comment-item p.row-actions { margin: 4px 0 0 0; } #activity-widget #the-comment-list .comment-item:first-child { border-top: 1px solid #eeeeee; } #activity-widget #the-comment-list .unapproved:before { content: ""; display: block; position: absolute; right: 0; top: 0; bottom: 0; background: #d54e21; width: 4px; } #activity-widget #the-comment-list .spam-undo-inside .avatar, #activity-widget #the-comment-list .trash-undo-inside .avatar { margin-left: 20px; position: relative; top: 0; } /* Browse happy box */ #dashboard-widgets #dashboard_browser_nag.postbox .inside { margin: 10px; } @media screen and (max-width: 870px) { .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { display: block; float: none; width: 100%; } .welcome-panel .welcome-panel-column li { display: inline-block; margin-left: 13px; } .welcome-panel .welcome-panel-column ul { margin: 0.4em 0 0; } } /*------------------------------------------------------------------------------ 10.0 - List Posts (/Pages/etc) ------------------------------------------------------------------------------*/ table.fixed { table-layout: fixed; } .fixed .column-rating, .fixed .column-visible { width: 8%; } .fixed .column-posts, .fixed .column-date, .fixed .column-parent, .fixed .column-links, .fixed .column-author, .fixed .column-format { width: 10%; } .fixed .column-comment .comment-author { display: none; } .fixed .column-response, .fixed .column-categories, .fixed .column-tags, .fixed .column-rel, .fixed .column-role { width: 15%; } .fixed .column-slug { width: 25%; } .fixed .column-locations { width: 35%; } .fixed .column-comments { width: 4em; padding: 8px 0; text-align: right; } .fixed .column-comments .vers { padding-right: 3px; } .fixed .column-comments a { float: right; } .fixed .column-icon { width: 80px; } #comments-form .fixed .column-author { width: 20%; } #commentsdiv.postbox .inside { margin: 0; padding: 0; } #commentsdiv .inside .row-actions { line-height:18px; } #commentsdiv .inside .column-author { width: 25%; } #commentsdiv .column-comment p { margin: 0.6em 0; padding: 0; } #commentsdiv #replyrow td { padding: 0; } #commentsdiv p { padding: 8px 10px; margin: 0; } #commentsdiv .comments-box { border: 0 none; } #commentsdiv .comments-box thead th { background: transparent; padding: 0 7px 4px; font-style: italic; } #commentsdiv .comments-box tr:last-child td { border-bottom: 0 none; } #commentsdiv .spinner { padding-right: 5px; } .sorting-indicator { display: none; width: 10px; height: 4px; margin-top: 8px; margin-right: 7px; } .sorting-indicator:before { background: none; content: '\f142'; font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0; top: -4px; right: -8px; color: #444; line-height: 10px; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .column-comments .sorting-indicator:before { top: 0; right: -10px; } th.sorted.asc .sorting-indicator:before, th.desc:hover span.sorting-indicator:before { content: '\f142'; } th.sorted.desc .sorting-indicator:before, th.asc:hover span.sorting-indicator:before { content: '\f140'; } tr.wp-locked .locked-indicator { background: url('../images/lock.png') no-repeat; margin: -2px 6px 0 0; height: 20px; width: 16px; } tr.wp-locked .check-column label, tr.wp-locked .check-column input[type="checkbox"], tr.wp-locked .row-actions .inline, tr.wp-locked .row-actions .trash { display: none; } tr .locked-info { height: 0; opacity: 0; } tr.wp-locked .locked-info { margin-top: 8px; height: auto; opacity: 1; } .locked-text { vertical-align: top; } tr.locked-info, tr.wp-locked .locked-info { -webkit-transition: height 1s, opacity 500ms; -moz-transition: height 1s, opacity 500ms; -ms-transition: height 1s, opacity 500ms; -o-transition: height 1s, opacity 500ms; transition: height 1s, opacity 500ms; } .fixed .column-comments .sorting-indicator { margin-top: 3px; } #menu-locations-wrap .widefat { width: 60%; } .widefat th.sortable, .widefat th.sorted { padding: 0; } th.sortable a, th.sorted a { display: block; overflow: hidden; padding: 7px 10px 8px 7px; } .fixed .column-comments.sortable a, .fixed .column-comments.sorted a { padding: 8px 0; } th.sortable a span, th.sorted a span { float: right; cursor: pointer; } th.sorted.asc .sorting-indicator, th.desc:hover span.sorting-indicator { display: block; background-position: 0 0; } th.sorted.desc .sorting-indicator, th.asc:hover span.sorting-indicator { display: block; background-position: -7px 0; } /* Bulk Actions */ .tablenav-pages a { font-weight: 600; margin-left: 1px; padding: 0 2px; } .tablenav-pages .current-page { padding-top: 0; text-align: center; } .tablenav-pages .next-page { margin-right: 2px; } .tablenav a.button-secondary { display: block; margin: 3px 0 0 8px; } .tablenav { clear: both; height: 30px; margin: 6px 0 4px; vertical-align: middle; } .tablenav.themes { max-width: 98%; } .tablenav .tablenav-pages { float: left; display: block; cursor: default; height: 30px; line-height: 30px; font-size: 12px; } .tablenav .no-pages, .tablenav .one-page .pagination-links { display: none; } .tablenav .tablenav-pages a, .tablenav-pages span.current { text-decoration: none; padding: 3px 6px; } .tablenav .tablenav-pages a { padding: 0 10px 3px; font-size: 16px; font-weight: normal; } .tablenav .tablenav-pages a.disabled:hover , .tablenav .tablenav-pages a.disabled:active { cursor: default; } .tablenav .displaying-num { margin-left: 2px; font-size: 12px; font-style: italic; } .tablenav .actions { overflow: hidden; padding: 2px 0 0 8px; } .tablenav .delete { margin-left: 20px; } .view-switch { float: left; margin: 5px 8px 0 16px; } .view-switch img { display: none; } .view-switch a { text-decoration: none; } .view-switch > a { display: inline-block; width: 18px; height: 18px; } .view-switch > a:before { content: '\f163'; display: inline-block; float: right; font: normal 20px/1 'dashicons'; speak: none; vertical-align: middle; margin-right: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .view-switch > a + a:before { margin-right: 5px; content: '\f164'; } .filter { float: right; margin: -5px 10px 0 0; } .filter .subsubsub { margin-right: -10px; margin-top: 13px; } .screen-per-page { width: 4em; } #posts-filter fieldset { float: right; margin: 0 0 1em 1.5ex; padding: 0; } #posts-filter fieldset legend { padding: 0 1px .2em 0; } /*------------------------------------------------------------------------------ 10.1 - Inline Editing ------------------------------------------------------------------------------*/ /* .quick-edit* is for Quick Edit .bulk-edit* is for Bulk Edit .inline-edit* is for everything */ /* Layout */ #wpbody-content .inline-edit-row fieldset { font-size: 12px; float: right; margin: 0; padding: 0; width: 100%; } tr.inline-edit-row td, #wpbody-content .inline-edit-row fieldset .inline-edit-col { padding: 0 0.5em; } #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { border-width: 0 1px 0 0; border-style: none none none solid; } #wpbody-content .quick-edit-row-post .inline-edit-col-left { width: 40%; } #wpbody-content .quick-edit-row-post .inline-edit-col-right { width: 39%; } #wpbody-content .inline-edit-row-post .inline-edit-col-center { width: 20%; } #wpbody-content .quick-edit-row-page .inline-edit-col-left { width: 50%; } #wpbody-content .quick-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row-post .inline-edit-col-right { width: 49%; } #wpbody-content .bulk-edit-row .inline-edit-col-left { width: 30%; } #wpbody-content .bulk-edit-row-page .inline-edit-col-right { width: 69%; } #wpbody-content .bulk-edit-row .inline-edit-col-bottom { float: left; width: 69%; } #wpbody-content .inline-edit-row-page .inline-edit-col-right { margin-top: 27px; } .inline-edit-row fieldset .inline-edit-group { clear: both; } .inline-edit-row fieldset .inline-edit-group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .inline-edit-row p.submit { clear: both; padding: 0.5em; margin: 0.5em 0 0; } .inline-edit-row span.error { line-height: 22px; margin: 0 15px; padding: 3px 5px; } /* Positioning */ .inline-edit-row h4 { margin: .2em 0; padding: 0; line-height: 23px; } .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { margin: 0; padding: 0; line-height: 27px; } .inline-edit-row fieldset label, .inline-edit-row fieldset span.inline-edit-categories-label { display: block; margin: .2em 0; } .inline-edit-row fieldset label.inline-edit-tags { margin-top: 0; } .inline-edit-row fieldset label.inline-edit-tags span.title { margin: .2em 0; width: auto; } .inline-edit-row fieldset label span.title { display: block; float: right; width: 5em; } .inline-edit-row fieldset label span.input-text-wrap { display: block; margin-right: 5em; } .quick-edit-row-post fieldset.inline-edit-col-right label span.title { width: auto; padding-left: 0.5em; } .inline-edit-row .input-text-wrap input[type=text] { width: 100%; } .inline-edit-row fieldset label input[type=checkbox] { vertical-align: text-bottom; } .inline-edit-row fieldset label textarea { width: 100%; height: 4em; } #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { max-width: 50%; } #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { margin-left: 0.5em } .inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input { width: 6em; } .inline-edit-save .spinner { padding: 4px 10px 0; vertical-align: top; float: left; } /* Styling */ .inline-edit-row h4 { text-transform: uppercase; } .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { font-style: italic; line-height: 1.8em; } /* Specific Elements */ .inline-edit-row fieldset input[type="text"], .inline-edit-row fieldset textarea { border-style: solid; border-width: 1px; } .inline-edit-row fieldset .inline-edit-date { float: right; } .inline-edit-row fieldset input[name=jj], .inline-edit-row fieldset input[name=hh], .inline-edit-row fieldset input[name=mn] { font-size: 12px; width: 2.1em; } .inline-edit-row fieldset input[name=aa] { font-size: 12px; width: 3.5em; } .inline-edit-row fieldset label input.inline-edit-password-input { width: 8em; } ul.cat-checklist { height: 12em; border-style: solid; border-width: 1px; overflow-y: scroll; padding: 0 5px; margin: 0; } #bulk-titles { display: block; height: 12em; border-style: solid; border-width: 1px; overflow-y: scroll; padding: 0 5px; margin: 0 0 5px; } .inline-edit-row fieldset ul.cat-checklist li, .inline-edit-row fieldset ul.cat-checklist input { margin: 0; } .inline-edit-row fieldset ul.cat-checklist label, .inline-edit-row #bulk-titles div { font-style: normal; font-size: 11px; } .inline-edit-row fieldset label input.inline-edit-menu-order-input { width: 3em; } .inline-edit-row fieldset label input.inline-edit-slug-input { width: 75%; } .quick-edit-row-post fieldset label.inline-edit-status { float: right; } #bulk-titles { line-height: 140%; } #bulk-titles div { margin: 0.2em 0.3em; } #bulk-titles div a { cursor: pointer; display: block; float: right; height: 18px; margin: 0 -2px 0 3px; overflow: hidden; position: relative; width: 20px; } #bulk-titles div a:before { position: relative; top: -3px; } /*------------------------------------------------------------------------------ 11.0 - Write/Edit Post Screen ------------------------------------------------------------------------------*/ #show-comments { overflow: hidden; } #save-action .spinner, #show-comments a, #show-comments .spinner { float: right; } #lost-connection-notice .spinner { display: block; float: right; margin: 0 0 0 5px; } #titlediv { position: relative; margin-bottom: 10px; } #titlediv label { cursor: text; } #titlediv div.inside { margin: 0; } #poststuff #titlewrap { border: 0; padding: 0; } #titlediv #title { padding: 3px 8px; font-size: 1.7em; line-height: 100%; height: 1.7em; width: 100%; outline: none; margin: 0; } #titlediv #title-prompt-text, #wp-fullscreen-title-prompt-text { color: #777; position: absolute; font-size: 1.7em; padding: 11px 10px; } #wp-fullscreen-save .fs-saved { color: #999; float: left; margin-top: 4px; } #wp-fullscreen-title-prompt-text { padding: 11px; } #poststuff .inside-submitbox, #side-sortables .inside-submitbox { margin: 0 3px; font-size: 11px; } input#link_description, input#link_url { width: 98%; } #pending { background: 0 none; border: 0 none; padding: 0; font-size: 11px; margin-top: -1px; } #edit-slug-box { line-height: 24px; min-height: 25px; /* Yes, line-height + 1 */ margin-top: 5px; padding: 0 10px; } #edit-slug-box .cancel { margin-left: 10px; font-size: 11px; } #editable-post-name-full { display: none; } #editable-post-name input { font-size: 13px; height: 22px; margin: 0; width: 16em; } .postarea h3 label { float: right; } .submitbox .submit { text-align: right; padding: 12px 10px 10px; font-size: 11px; } .submitbox .submitdelete { text-decoration: none; padding: 1px 2px; } .submitbox .submit a:hover { text-decoration: underline; } .submitbox .submit input { margin-bottom: 8px; margin-left: 4px; padding: 6px; } .inside-submitbox #post_status { margin: 2px -2px 2px 0; } #post-status-select { margin-top: 3px; } /* Post Screen */ #post-body #normal-sortables { min-height: 50px; } .postbox { position: relative; min-width: 255px; } #trackback_url { width: 99%; } #normal-sortables .postbox .submit { background: transparent none; border: 0 none; float: left; padding: 0 12px; margin:0; } .category-add input[type="text"], .category-add select { width: 100%; max-width: 260px; vertical-align: baseline; } #side-sortables .category-add input[type="text"], #side-sortables .category-add select { margin: 0 0 1em; } .press-this #side-sortables .category-tabs li, ul.category-tabs li, #side-sortables .add-menu-item-tabs li, .wp-tab-bar li { display: inline; line-height: 1.35em; } .no-js .category-tabs li.hide-if-no-js { display: none; } .category-tabs a, #side-sortables .add-menu-item-tabs a, .wp-tab-bar a { text-decoration: none; } .category-tabs { margin: 8px 0 5px; } #category-adder h4 { margin: 10px 0; } #side-sortables .add-menu-item-tabs, .wp-tab-bar { margin-bottom: 3px; } #normal-sortables .postbox #replyrow .submit { float: none; margin: 0; padding: 0 7px 5px; } #side-sortables .submitbox .submit input, #side-sortables .submitbox .submit .preview, #side-sortables .submitbox .submit a.preview:hover { border: 0 none; } #side-sortables .inside-submitbox .insidebox, .stuffbox .insidebox { margin: 11px 0; } ul.category-tabs, ul.add-menu-item-tabs, ul.wp-tab-bar { margin-top: 12px; } ul.category-tabs li { border-style: solid; border-width: 1px; position: relative; } ul.add-menu-item-tabs li.tabs, .wp-tab-active { border-style: solid solid none; border-width: 1px 1px 0; } ul.add-menu-item-tabs li.tabs { padding-bottom: 3px; position: relative; } #post-body .add-menu-item-tabs li.tabs { border-style: solid none solid solid; border-width: 1px 1px 1px 0; margin-left: -1px; } ul.category-tabs li, ul.add-menu-item-tabs li, ul.wp-tab-bar li { padding: 3px 5px 5px; } #postimagediv .inside img { max-width: 100%; height: auto; } form#tags-filter { position: relative; } /* Edit posts */ td.post-title strong, td.plugin-title strong { display: block; margin-bottom: .2em; font-size: 14px; } td.post-title p, td.plugin-title p { margin: 6px 0; } /* Global classes */ .wp-hidden-children .wp-hidden-child, .ui-tabs-hide { display: none; } .commentlist .avatar { vertical-align: text-top; } #post-body .tagsdiv #newtag { margin-left: 5px; width: 16em; } #side-sortables input#post_password { width: 94% } #side-sortables .tagsdiv #newtag { width: 68%; } #post-status-info { width: 100%; } #post-status-info td { font-size: 12px; } .autosave-info { padding: 2px 15px; text-align: left; } #editorcontent #post-status-info { border: none; } #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize.gif') no-repeat scroll left bottom; width: 12px; height: 12px; cursor: sw-resize; } .rtl #content-resize-handle, .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom; } #post-body .wp_themeSkin .mceStatusbar a.mceResize { bottom: 3px; position: absolute; left: 3px; } #post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize { bottom: -20px; } #content-resize-handle { position: absolute; left: 3px; bottom: -20px; } .press-this #content-resize-handle { bottom: 2px; } .tmce-active #content-resize-handle { display: none; } #wp-word-count { display: block; padding: 2px 10px; } #timestampdiv select { height: 21px; line-height: 14px; padding: 0; vertical-align: top; font-size: 12px; } #aa, #jj, #hh, #mn { padding: 1px; font-size: 12px; } #jj, #hh, #mn { width: 2em; } #aa { width: 3.4em; } .curtime #timestamp { padding: 2px 0 1px 0; display: inline !important; height: auto !important; } #post-body #visibility:before, .curtime #timestamp:before, #post-body .misc-pub-revisions:before { font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0 0 0 2px; top: 0; right: -1px; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } #post-body #visibility:before { content: '\f177'; } .curtime #timestamp:before { content: '\f145'; top: -1px; } #post-body .misc-pub-revisions:before { content: '\f321'; } #timestampdiv { padding-top: 5px; line-height: 23px; } #timestampdiv p { margin: 8px 0 6px; } #timestampdiv input { border-width: 1px; border-style: solid; } .notification-dialog { position: fixed; top: 30%; right: 50%; width: 450px; margin-right: -225px; background: #fff; line-height: 1.5; z-index: 1000005; } .notification-dialog-background { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: #000; opacity: 0.5; filter: alpha(opacity=50); z-index: 1000000; } #post-lock-dialog .post-locked-message, #post-lock-dialog .post-taken-over { margin: 25px; } #post-lock-dialog .post-locked-message a.button { margin-left: 10px; } #post-lock-dialog .post-locked-avatar { float: right; margin: 0 0 20px 20px; } #post-lock-dialog .wp-tab-first { outline: 0; } #post-lock-dialog .locked-saving img { float: right; margin-left: 3px; } #post-lock-dialog.saving .locked-saving, #post-lock-dialog.saved .locked-saved { display: inline; } /*------------------------------------------------------------------------------ 11.1 - Custom Fields ------------------------------------------------------------------------------*/ #postcustomstuff thead th { padding: 5px 8px 8px; } #postcustom #postcustomstuff .submit { border: 0 none; float: none; padding: 0 8px 8px; } #side-sortables #postcustom #postcustomstuff .submit { margin: 0; padding: 0; } #side-sortables #postcustom #postcustomstuff #the-list textarea { height: 85px; } #side-sortables #postcustom #postcustomstuff td.left input, #side-sortables #postcustom #postcustomstuff td.left select, #side-sortables #postcustomstuff #newmetaleft a { margin: 3px 3px 0; } #postcustomstuff table { margin: 0; width: 100%; border-width: 1px; border-style: solid; border-spacing: 0; } #postcustomstuff tr { vertical-align: top; } #postcustomstuff table input, #postcustomstuff table select, #postcustomstuff table textarea { width: 96%; margin: 8px; } #side-sortables #postcustomstuff table input, #side-sortables #postcustomstuff table select, #side-sortables #postcustomstuff table textarea { margin: 3px; } #postcustomstuff th.left, #postcustomstuff td.left { width: 38%; } #postcustomstuff .submit input { margin: 0; width: auto; } #postcustomstuff #newmetaleft a { display: inline-block; margin: 0 8px 8px; text-decoration: none; } .no-js #postcustomstuff #enternew { display: none; } #post-body-content .compat-attachment-fields { margin-bottom: 20px; } .compat-attachment-fields th { padding-top: 5px; padding-left: 10px; } /*------------------------------------------------------------------------------ 11.2 - Post Revisions ------------------------------------------------------------------------------*/ .revisions-control-frame, .revisions-diff-frame { position: relative; } .revisions-controls { padding-top: 40px; height: 100px; z-index: 1; } .revisions-controls input[type="checkbox"] { position: relative; top: -1px; vertical-align: text-bottom; } .revisions.pinned .revisions-controls { position: fixed; top: 0; height: 82px; } .revisions-tickmarks { position: relative; margin: 0 auto; height: 0.7em; top: 7px; max-width: 70%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .revisions-tickmarks > div { position: absolute; height: 100%; border-style: solid; border-width: 0 0 0 1px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .revisions-tickmarks > div:first-child { border-width: 0; } .comparing-two-revisions .revisions-controls { height: 140px; } .comparing-two-revisions.pinned .revisions-controls { height: 124px; } .revisions .diff-error { position: absolute; text-align: center; margin: 0 auto; width: 100%; display: none; } .revisions.diff-error .diff-error { display: block; } .revisions .loading-indicator { position: fixed; vertical-align: middle; opacity: 0; width: 100%; top: 50%; margin-right: -90px; -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; filter: alpha(opacity=0); /* ie8 and earlier */ } body.folded .revisions .loading-indicator { margin-right: -32px; } .revisions .loading-indicator span.spinner { display: block; margin: 0 auto; float: none; } .revisions.loading .loading-indicator { opacity: 1; filter: alpha(opacity=100); /* ie8 and earlier */ } .revisions .diff { -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; } .revisions.loading .diff { opacity: 0.5; filter: alpha(opacity=50); /* ie8 and earlier */ } .revisions.diff-error .diff { visibility: hidden; } .revisions-meta { margin-top: 20px; } .revision-toggle-compare-mode { position: absolute; top: 0; left: 0; } .comparing-two-revisions .revisions-previous, .comparing-two-revisions .revisions-next, .revisions-meta .diff-meta-to strong { display: none; } .revisions-controls .author-card .date { color: #777; } .revisions-controls .author-card.autosave { color: #d54e21; } .revisions-controls .author-card .author-name { font-weight: bold; } .comparing-two-revisions .diff-meta-to strong { display: block; } .revisions.pinned .revisions-buttons { padding: 0 11px; } .revisions-previous, .revisions-next { position: relative; z-index: 1; } .revisions-previous { float: right; } .revisions-next { float: left; } .revisions-controls .wp-slider { max-width: 70%; margin: 0 auto; top: -3px; } .revisions-diff { padding: 15px; } .revisions-diff h3:first-child { margin-top: 0; } /* Revision meta box */ .post-revisions li img, #revisions-meta-restored img { vertical-align: middle; } table.diff tbody tr td:nth-child(2) { width: 4%; } table.diff { width: 100%; white-space: pre-wrap; } table.diff col.content { width: auto; } table.diff col.content.diffsplit { width: 48%; } table.diff col.diffsplit.middle { width: auto; } table.diff col.ltype { width: 30px; } table.diff tr { background-color: transparent; } table.diff td, table.diff th { font-family: Consolas, Monaco, monospace; font-size: 14px; line-height: 1.618; padding: .5em; } table.diff td h1, table.diff td h2, table.diff td h3, table.diff td h4, table.diff td h5, table.diff td h6 { margin: 0; } table.diff .diff-deletedline del, table.diff .diff-addedline ins { text-decoration: none; } .diff-meta { padding: 5px; clear: both; min-height: 32px; } .diff-title strong { line-height: 32px; min-width: 60px; text-align: left; float: right; margin-left: 5px; } .revisions-controls .author-card .author-info { font-size: 12px; line-height: 16px; } .revisions-controls .author-card .avatar, .revisions-controls .author-card .author-info { float: right; margin-right: 6px; margin-left: 6px; } .revisions-controls .author-card .byline { display: block; font-size: 12px; } .revisions-controls .author-card .avatar { vertical-align: middle; } .diff-meta input.restore-revision { float: left; margin-right: 6px; margin-left: 6px; margin-top: 4px; } .diff-meta-from { display: none; } .comparing-two-revisions .diff-meta-from { display: block; } .revisions-tooltip { position: absolute; bottom: 105px; margin-left: 0; margin-right: -69px; z-index: 0; max-width: 350px; min-width: 130px; padding: 8px 4px; display: none; opacity: 0; } .revisions-tooltip.flipped { margin-right: 0; margin-left: -70px; } .revisions.pinned .revisions-tooltip { display: none !important; } .comparing-two-revisions .revisions-tooltip { bottom: 145px; } .revisions-tooltip-arrow { width: 70px; height: 15px; overflow: hidden; position: absolute; right: 0; margin-right: 35px; bottom: -15px; } .revisions-tooltip.flipped .revisions-tooltip-arrow { margin-right: 0; margin-left: 35px; right: auto; left: 0; } .revisions-tooltip-arrow > span { content: ""; position: absolute; right: 20px; top: -20px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .revisions-tooltip.flipped .revisions-tooltip-arrow > span { right: auto; left: 20px; } .ie8 .revisions-tooltip-arrow > span { right: 15px; top: -25px; -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; } .ie8 .revisions-tooltip.flipped .revisions-tooltip-arrow > span { left: 25px; } .revisions-tooltip, .revisions-tooltip-arrow > span { border-width: 1px; border-style: solid; } .revisions-tooltip { display: none; } .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; right: 0; margin-right: -35px; bottom: 90px; z-index: 10000; } .arrow::after { z-index: 9999; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { right: 20%; } .arrow:after { content: ""; position: absolute; right: 20px; top: -20px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .revisions-tooltip, .revisions-tooltip-arrow:after { border-width: 1px; border-style: solid; } div.revisions-controls > .wp-slider > .ui-slider-handle { margin-right: -10px; } .rtl div.revisions-controls > .wp-slider > .ui-slider-handle { margin-left: -10px; } /* jQuery UI Slider */ .wp-slider.ui-slider { position: relative; border-width: 1px; border-style: solid; text-align: right; cursor: pointer; } .wp-slider .ui-slider-handle { border-radius: 50%; height: 18px; margin-top: -3px; outline: none; position: absolute; width: 18px; z-index: 2; } .wp-slider .ui-slider-handle:before { background: none; position: absolute; top: 0; right: 0; content: "\f229"; font: normal 18px/1 'dashicons'; speak: none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale; } .wp-slider .ui-slider-handle.from-handle:before, .wp-slider .ui-slider-handle.to-handle:before { font-size: 20px !important; margin: -1px -1px 0 0; } .wp-slider .ui-slider-handle.from-handle:before { content: '\f139'; } .wp-slider .ui-slider-handle.to-handle:before { content: '\f141'; } .rtl .wp-slider .ui-slider-handle.from-handle:before { content: '\f141'; } .rtl .wp-slider .ui-slider-handle.to-handle:before { content: '\f139'; left: -1px; } .wp-slider .ui-slider-range { position: absolute; font-size: .7em; display: block; border: 0; background-color: transparent; background-image: none; } .wp-slider.ui-slider-horizontal { height: .7em; } .wp-slider.ui-slider-horizontal .ui-slider-handle { top: -.25em; margin-right: -.6em; } .wp-slider.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .wp-slider.ui-slider-horizontal .ui-slider-range-min { right: 0; } .wp-slider.ui-slider-horizontal .ui-slider-range-max { left: 0; } /*------------------------------------------------------------------------------ 11.3 - Featured Images ------------------------------------------------------------------------------*/ #select-featured-image { padding: 4px 0; overflow: hidden; } #select-featured-image img { max-width: 100%; height: auto; margin-bottom: 10px; } #select-featured-image a { float: right; clear: both; } #select-featured-image .remove { display: none; margin-top: 10px; } .js #select-featured-image.has-featured-image .remove { display: inline-block; } .no-js #select-featured-image .choose { display: none; } /*------------------------------------------------------------------------------ 11.4 - Post formats ------------------------------------------------------------------------------*/ .post-state-format { overflow: hidden; display: inline-block; vertical-align: middle; height: 20px; width: 20px; margin-left: 5px; margin-top: -4px; } .post-state-format:before { display: block; height: 20px; width: 20px; font: normal 20px/1 'dashicons' !important; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #post-formats-select { line-height: 2em; } #post-formats-select .post-format-icon:before { top: 5px; } input.post-format { margin-top: 1px; } label.post-format-icon { margin-right: 0px; padding: 2px 0px 2px 0; } .post-format-icon:before { position: relative; display: inline-block; margin-left: 7px; font: normal 20px/1 'dashicons'; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .post-state-format.post-format-standard:before, .post-format-icon.post-format-standard:before, a.post-state-format.format-standard:before { content: '\f109'; } .post-state-format.post-format-image:before, .post-format-icon.post-format-image:before, a.post-state-format.format-image:before { content: '\f128'; } .post-state-format.post-format-gallery:before, .post-format-icon.post-format-gallery:before, a.post-state-format.format-gallery:before { content: '\f161'; } .post-state-format.post-format-audio:before, .post-format-icon.post-format-audio:before, a.post-state-format.format-audio:before { content: '\f127'; } .post-state-format.post-format-video:before, .post-format-icon.post-format-video:before, a.post-state-format.format-video:before { content: '\f126'; } .post-state-format.post-format-chat:before, .post-format-icon.post-format-chat:before, a.post-state-format.format-chat:before { content: '\f125'; } .post-state-format.post-format-status:before, .post-format-icon.post-format-status:before, a.post-state-format.format-status:before { content: '\f130'; } .post-state-format.post-format-aside:before, .post-format-icon.post-format-aside:before, a.post-state-format.format-aside:before { content: '\f123'; } .post-state-format.post-format-quote:before, .post-format-icon.post-format-quote:before, a.post-state-format.format-quote:before { content: '\f122'; } .post-state-format.post-format-link:before, .post-format-icon.post-format-link:before, a.post-state-format.format-link:before { content: '\f103'; } /*------------------------------------------------------------------------------ 12.0 - Categories ------------------------------------------------------------------------------*/ .category-adder { margin-right: 120px; padding: 4px 0; } .category-adder h4 { margin: 0 0 8px; } #side-sortables .category-adder { margin: 0; } #post-body ul.add-menu-item-tabs { float: right; width: 120px; text-align: left; /* Negative margin for the sake of those without JS: all tabs display */ margin: 0 5px 0 -120px; padding: 0; } ul.add-menu-item-tabs li { padding: 3px 8px 3px 5px; } #post-body ul.add-menu-item-tabs li.tabs { -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .wp-tab-panel, .categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel { min-height: 42px; max-height: 200px; overflow: auto; padding: 0 0.9em; border-style: solid; border-width: 1px; } div.tabs-panel-active { display:block; } div.tabs-panel-inactive { display:none; } #front-page-warning, #front-static-pages ul, ul.export-filters, .inline-editor ul.cat-checklist ul, .categorydiv ul.categorychecklist ul, .customlinkdiv ul.categorychecklist ul, .posttypediv ul.categorychecklist ul, .taxonomydiv ul.categorychecklist ul { margin-right: 18px; } ul.categorychecklist li { margin: 0; padding: 0; line-height: 22px; word-wrap: break-word; } .categorydiv .tabs-panel, .customlinkdiv .tabs-panel, .posttypediv .tabs-panel, .taxonomydiv .tabs-panel { border-width: 3px; border-style: solid; } .form-wrap p, .form-wrap label { font-size: 11px; } .form-wrap label { display: block; padding: 2px; font-size: 12px; } .form-field input, .form-field textarea { border-style: solid; border-width: 1px; width: 95%; } p.description, .form-wrap p { margin: 2px 0 5px; } p.help, p.description, span.description, .form-wrap p { font-size: 13px; font-style: italic; } .form-wrap .form-field { margin: 0 0 10px; padding: 8px 0; } .form-wrap .form-field #parent { max-width: 100%; } .col-wrap h3 { margin: 12px 0; font-size: 1.1em; } .col-wrap p.submit { margin-top: -10px; } /*------------------------------------------------------------------------------ 13.0 - Tags ------------------------------------------------------------------------------*/ .tagsdiv { margin-top: -8px; } #poststuff .taghint { color: #aaa; margin: 15px 12px -24px 0; } #poststuff .tagsdiv .howto { margin: 0 0 6px 0; } .ajaxtag .newtag { position: relative; } .tagsdiv .newtag { width: 180px; } .tagsdiv .the-tags { display: block; height: 60px; margin: 0 auto; overflow: auto; width: 260px; } #post-body-content .tagsdiv .the-tags { margin: 0 5px; } p.popular-tags { border: none; line-height: 2em; max-width: 1000px; padding: 8px 12px 12px; text-align: justify; } p.popular-tags a { padding: 0 3px; } .tagcloud { width: 97%; margin: 0 0 40px; text-align: justify; } .tagcloud h3 { margin: 2px 0 12px; } .ac_results { padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; display: none; border-width: 1px; border-style: solid; } .wp-customizer .ac_results { z-index: 500000; } .ac_results li { padding: 2px 5px; white-space: nowrap; text-align: right; } .ac_over { cursor: pointer; } .ac_match { text-decoration: underline; } /* links tables */ table.links-table { width: 100%; } .links-table th { font-weight: normal; text-align: right; vertical-align: top; min-width: 80px; width: 20%; word-wrap: break-word; } .links-table th, .links-table td { padding: 5px 0; } .links-table td label { margin-left: 8px; } .links-table td input[type="text"], .links-table td textarea { width: 100%; } .links-table #link_rel { max-width: 280px; } /*------------------------------------------------------------------------------ 14.0 - Media Screen ------------------------------------------------------------------------------*/ .media-item .describe { border-collapse: collapse; width: 100%; border-top-style: solid; border-top-width: 1px; clear: both; cursor: default; } .media-item.media-blank .describe { border: 0; } .media-item .describe th { vertical-align: top; text-align: right; padding: 5px 10px 10px; width: 140px; } .media-item .describe .align th { padding-top: 0; } .media-item .media-item-info tr { background-color: transparent; } .media-item .describe td { padding: 0 0 8px 8px; vertical-align: top; } .media-item thead.media-item-info td { padding: 4px 10px 0; } .media-item .media-item-info .A1B1 { padding: 0 10px 0 0; } .media-item td.savesend { padding-bottom: 15px; } .media-item .thumbnail { max-height: 128px; max-width: 128px; } #wpbody-content #async-upload-wrap a { display: none; } .media-upload-form { margin-top: 20px; } .media-upload-form td label { margin-left: 6px; margin-right: 2px; } .media-upload-form .align .field label { display: inline; padding: 0 23px 0 0; margin: 0 3px 0 1em; font-weight: 600; } .media-upload-form tr.image-size label { margin: 0 5px 0 0; font-weight: 600; } .media-upload-form th.label label { font-weight: 600; margin: 0.5em; font-size: 13px; } .media-upload-form th.label label span { padding: 0 5px; } abbr.required { border: medium none; text-decoration: none; } .media-item .describe input[type="text"], .media-item .describe textarea { width: 460px; } .media-item .describe p.help { margin: 0; padding: 0 5px 0 0; } .media-item .edit-attachment, .describe-toggle-on, .describe-toggle-off { display: block; line-height: 36px; float: left; } .media-item .describe-toggle-off, .media-item.open .describe-toggle-on { display: none; } .media-item.open .describe-toggle-off { display: block; } #media-items .media-item { border-bottom-style: solid; border-bottom-width: 1px; min-height: 36px; position: relative; width: 100%; } #media-items { width: 623px; } .media-new-php #media-items { margin: 1em 0; } #media-items:empty { border: 0 none; } .media-item .filename { line-height: 36px; overflow: hidden; } .media-item .error-div { padding-right: 10px; } .media-item .pinkynail { float: right; margin: 2px 0 0 10px; max-width: 40px; max-height: 32px; } .media-item .startopen, .media-item .startclosed { display: none; } .media-item .original { position: relative; height: 34px; } .media-item .progress { float: left; height: 22px; margin: 7px 0 0; width: 200px; line-height: 2em; padding: 0; overflow: hidden; margin-bottom: 2px; border-radius: 22px; background: #ddd; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } .media-item .bar { z-index: 9; width: 0; height: 100%; margin-top: -22px; border-radius: 22px; background-color: #0074a2; -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); box-shadow: inset 0 0 2px rgba(0,0,0,0.3); } .media-item .progress .percent { z-index: 10; position: relative; width: 200px; padding: 0; color: #fff; text-align: center; line-height: 22px; font-weight: 400; text-shadow: 0px 1px 2px rgba(0,0,0,0.2); } .upload-php .fixed .column-parent { width: 15%; } .js .html-uploader #plupload-upload-ui { display: none; } .js .html-uploader #html-upload-ui { display: block; } .media-upload-form .media-item.error { margin: 0; padding: 0; } .media-upload-form .media-item.error p, .media-item .error-div { line-height: 16px; margin: 5px 10px; padding: 0; } .media-item .error-div a.dismiss { display: block; float: left; margin: 5px 15px 0 4px; } /*------------------------------------------------------------------------------ 14.1 - Media Library ------------------------------------------------------------------------------*/ .find-box { width: 600px; height: 300px; overflow: hidden; padding: 33px 0 51px; position: absolute; z-index: 1000; } .find-box-head { cursor: move; font-weight: 600; height: 2em; line-height: 2em; padding: 1px 12px; position: absolute; top: 5px; width: 100%; } .find-box-inside { overflow: auto; padding: 6px; height: 100%; } .find-box-search { overflow: hidden; padding: 9px; position: relative; } .find-box-search .spinner { float: none; right: 125px; position: absolute; top: 9px; } #find-posts-input { float: right; width: 140px; height: 24px; } #find-posts-search { float: right; margin: 1px 3px 0 4px; } #find-posts-response { margin: 8px 0; padding: 0 1px 6px; } #find-posts-response table { width: 100%; } #find-posts-response .found-radio { padding: 3px 8px 0 0; width: 15px; } .find-box-buttons { padding: 8px; overflow: hidden; } .find-box #resize-se { position: absolute; left: 1px; bottom: 1px; } .ui-find-overlay { position: absolute; top: 0; right: 0; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); } ul#dismissed-updates { display: none; } form.upgrade { margin-top: 8px; } form.upgrade .hint { font-style: italic; font-size: 85%; margin: -0.5em 0 2em 0; } #poststuff .inside .the-tagcloud { margin: 5px 0 10px; padding: 8px; border-width: 1px; border-style: solid; line-height: 1.8em; word-spacing: 3px; -webkit-border-radius: 6px; border-radius: 6px; } .drag-drop #drag-drop-area { border: 4px dashed #bbb; height: 200px; } .drag-drop .drag-drop-inside { margin: 70px auto 0; width: 250px; } .drag-drop-inside p { color: #aaa; font-size: 14px; margin: 5px 0; display: none; } .drag-drop .drag-drop-inside p { text-align: center; } .drag-drop-inside p.drag-drop-info { font-size: 20px; } .drag-drop .drag-drop-inside p, .drag-drop-inside p.drag-drop-buttons { display: block; } /* #drag-drop-area:-moz-drag-over { border-color: #83b4d8; } borger color while dragging a file over the uploader drop area */ .drag-drop.drag-over #drag-drop-area { border-color: #83b4d8; } #plupload-upload-ui { position: relative; } /*------------------------------------------------------------------------------ 14.2 - Image Editor ------------------------------------------------------------------------------*/ .wp_attachment_details #attachment_caption { height: 4em; } .describe .image-editor { vertical-align: top; } .imgedit-wrap { position: relative; } .imgedit-settings p { margin: 8px 0; } .post-php .imgedit-wrap table { width: 100%; } .describe .imgedit-wrap table td, .wp_attachment_holder .imgedit-wrap table td { vertical-align: top; padding-top: 0; } .describe .imgedit-wrap table td.imgedit-settings { padding: 0 5px; } .wp_attachment_holder .imgedit-wrap table td.imgedit-settings { width: 250px; } td.imgedit-settings input { margin-top: 0; vertical-align: middle; } .imgedit-wait { position: absolute; top: 0; background: #fff url('../images/spinner.gif') no-repeat scroll 22px 10px; background-size: 20px 20px; opacity: 0.7; filter: alpha(opacity=70); width: 100%; height: 500px; display: none; } .spinner { background: url('../images/spinner.gif') no-repeat; background-size: 20px 20px; display: none; float: left; opacity: 0.7; filter: alpha(opacity=70); width: 20px; height: 20px; margin: 2px 5px 0; } .no-float { float: none; } .media-disabled, .imgedit-settings .disabled { color: grey; } .wp_attachment_image, .A1B1 { overflow: hidden; } .wp_attachment_image .button, .A1B1 .button { float: right; } .no-js .wp_attachment_image .button { display: none; } .wp_attachment_image .spinner, .A1B1 .spinner { float: right; padding: 0 0 4px 0; vertical-align: bottom; } .imgedit-menu { margin: 0 0 12px; min-width: 300px; } .imgedit-menu div { float: right; width: 32px; background: none; margin: 0 0 0 8px; height: 32px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 28px; } .imgedit-menu div:before { font: normal 20px/1 'dashicons'; speak: none; vertical-align: middle; } .imgedit-crop:before { content:'\f165'; } .imgedit-rleft:before { content:'\f166'; } .imgedit-rright:before { content:'\f167'; } .imgedit-flipv:before { content:'\f168'; } .imgedit-fliph:before { content:'\f169'; } .imgedit-undo:before { content:'\f171'; } .imgedit-redo:before { content:'\f172'; } .imgedit-crop-wrap { position: relative; } .imgedit-crop { margin: 0 0 0 8px; } .imgedit-rleft { margin: 0 3px; } .imgedit-rright { margin: 0 3px 0 8px; } .imgedit-flipv { margin: 0 3px; } .imgedit-fliph { margin: 0 3px 0 8px; } .imgedit-undo { margin: 0 3px; } .imgedit-redo { margin: 0 3px 0 8px; } .imgedit-applyto img { margin: 0 0 0 8px; } .imgedit-group-top { margin: 5px 0; } .imgedit-applyto .imgedit-label { padding: 2px 0 0; display: block; } .imgedit-help { display: none; font-style: italic; margin-bottom: 8px; } a.imgedit-help-toggle { text-decoration: none; } .form-table td.imgedit-response { padding: 0; } .imgedit-submit { margin: 8px 0; } .imgedit-submit-btn { margin-right: 20px; } .imgedit-wrap .nowrap { white-space: nowrap; } span.imgedit-scale-warn { color: red; font-size: 20px; font-style: normal; visibility: hidden; vertical-align: middle; } .imgedit-group { margin-bottom: 8px; padding: 2px 10px; } /*------------------------------------------------------------------------------ 15.0 - Comments Screen ------------------------------------------------------------------------------*/ .form-table { border-collapse: collapse; margin-top: 0.5em; width: 100%; clear: both; } .form-table, .form-table td, .form-table th, .form-table td p, .form-wrap label { font-size: 14px; } .form-table td { margin-bottom: 9px; padding: 15px 10px; line-height: 1.3; vertical-align: middle; } .form-table th, .form-wrap label { font-weight: normal; text-shadow: none; vertical-align: baseline; } .form-table th { vertical-align: top; text-align: right; padding: 20px 0 20px 10px; width: 200px; line-height: 1.3; font-weight: 600; } .form-table th.th-full { width: auto; font-weight: 400; } .form-table input.tog { margin-top: 2px; margin-left: 2px; float: right; } .form-table td p { margin-top: 4px; margin-bottom: 0; } .form-table td fieldset label { margin: 0.25em 0 0.5em !important; display: inline-block; } .form-table td fieldset label, .form-table td fieldset p, .form-table td fieldset li { line-height: 1.4em; } .form-table input.tog, .form-table input[type=radio] { margin-top: -4px; margin-left: 4px; float: none; } .commentlist li { padding: 1em 1em .2em; margin: 0; border-bottom-width: 1px; border-bottom-style: solid; } .commentlist li li { border-bottom: 0; padding: 0; } .commentlist p { padding: 0; margin: 0 0 .8em; } /* reply to comments */ #replyrow input { border-width: 1px; border-style: solid; } #replyrow td { padding: 2px; } #replysubmit { margin: 0; padding: 0 5px 3px; text-align: center; } #replysubmit .spinner { padding: 2px 0 0; vertical-align: top; float: left; } #replysubmit .button { margin-left: 5px; } #replysubmit .error { color: red; line-height: 21px; text-align: center; } #replyrow h5 { margin: .2em 0 0; padding: 0 5px; line-height: 1.4em; font-size: 1em; } #edithead .inside { float: right; padding: 3px 5px 2px 0; margin: 0; text-align: center; } #edithead .inside input { width: 180px; } #edithead label { padding: 2px 0; } #replycontainer { padding: 5px; } #replycontent { height: 120px; -webkit-box-shadow: none; box-shadow: none; } .comment-php .wp-editor-area { height: 200px; } .comment-ays { margin-bottom: 0; border-bottom-style: solid; border-bottom-width: 1px; } .comment-ays .alt { background-color: transparent; } .trash-undo-inside, .spam-undo-inside { margin: 1px 0 1px 8px; line-height: 16px; } .spam-undo-inside .avatar, .trash-undo-inside .avatar { height: 20px; width: 20px; margin-left: 8px; vertical-align: middle; } .stuffbox .editcomment { clear: none; } #comment-status-radio p { margin: 3px 0 5px; } #comment-status-radio input { margin: 2px 0 5px 3px; vertical-align: middle; } #comment-status-radio label { padding: 5px 0; } .commentlist .avatar { vertical-align: text-top; } #the-comment-list .unapproved th.check-column input { margin-right: 4px; } /*------------------------------------------------------------------------------ 16.0 - Themes ------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------ 16.1 - Manage Themes ------------------------------------------------------------------------------*/ .theme-browser .themes { clear: both; padding: 0 0 100px; } .themes-php .wrap h2 { float: right; margin-bottom: 15px; } .network-admin.themes-php .wrap h2 { margin-bottom: 0; } .themes-php .wrap h2 .button { margin-right: 20px; } .themes-php .wrap .theme-count { color: #fff; border-radius: 30px; background: #777; font-size: 14px; padding: 4px 10px; font-weight: 600; margin-right: 5px; margin-left: 20px; position: relative; top: -3px; } /* Position admin messages */ .themes-php div.updated, .themes-php div.error { margin: 0 0 20px 0; clear: both; } .themes-php div.updated a { text-decoration: underline; } /** * Main theme element * (has flexible margins) */ .theme-browser .theme { cursor: pointer; float: right; margin: 0 0 4% 4%; position: relative; width: 30.6%; border: 1px solid #dedede; -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ie8 .theme-browser .theme { width: 30%; margin: 0 0 4% 3%; } .theme-browser .theme:nth-child(3n) { margin-left: 0; } .theme-browser .theme:hover, .theme-browser .theme:focus { cursor: pointer; } .theme-browser .theme .theme-name { font-size: 15px; font-weight: 600; margin: 0; padding: 15px; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: #fff; background: rgba(255,255,255,0.65); } /* Activate and Customize buttons, shown on hover */ .theme-browser .theme .theme-actions { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; -webkit-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; position: absolute; bottom: 0; left: 0; height: 38px; padding: 9px 10px 0 10px; background: rgba(244, 244, 244, 0.7); border-right: 1px solid rgba(0,0,0,0.05); } .theme-browser .theme:hover .theme-actions { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } .theme-browser .theme .theme-actions .button-primary { margin-left: 3px; } .theme-browser .theme .theme-actions .button-secondary { float: none; margin-right: 3px; } /** * Theme Screenshot * * Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size * It is also responsive. */ .theme-browser .theme .theme-screenshot { display: block; overflow: hidden; position: relative; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .theme-browser .theme .theme-screenshot:after { content: ''; display: block; padding-top: 66.66666%; /* using a 3/2 aspect ratio */ } .theme-browser .theme .theme-screenshot img { height: auto; position: absolute; right: 0; top: 0; width: 100%; -webkit-transform: translateZ( 0 ); /* Prevents rendering bugs in Chrome */ -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .theme-browser .theme:hover .theme-screenshot { background: #fff; } .theme-browser.rendered .theme:hover .theme-screenshot img { opacity: 0.4; } .theme-browser .theme .more-details { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; position: absolute; top: 35%; left: 25%; right: 25%; background: #222; background: rgba(0,0,0,0.7); color: #fff; font-size: 15px; text-shadow: 0 1px 0 rgba(0,0,0,0.6); -webkit-font-smoothing: antialiased; font-weight: 600; padding: 15px 12px; text-align: center; border-radius: 3px; -webkit-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; } .theme-browser .theme:focus { outline: 1px dotted #222; } /* Hide shortcut actions and hover feedback when using tab navigation */ .theme-browser .theme:focus .theme-actions { display: none; } /* Restore display of theme controls if you hover a focused theme */ .theme-browser .theme:focus:hover .theme-actions { display: block; } .theme-browser .theme:focus .more-details { opacity: 1; } /* Current theme needs to have its action always on view */ .theme-browser .theme.active:focus .theme-actions { display: block; } .theme-browser.rendered .theme:hover .more-details { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } /** * Displays a theme update notice * when an update is available. */ .theme-browser .theme .theme-update { background: #d54e21; background: rgba(213, 78, 33, 0.95); color: #fff; display: block; font-size: 13px; font-weight: 400; height: 48px; line-height: 48px; padding: 0 10px; position: absolute; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(0,0,0,0.25); overflow: hidden; } .theme-browser .theme .theme-update:before { content: '\f463'; display: inline-block; font: normal 20px/1 'dashicons'; margin: 0 0 0 6px; opacity: 0.8; position: relative; top: 5px; speak: none; -webkit-font-smoothing: antialiased; } /** * The currently active theme */ .theme-browser .theme.active .theme-name { background: #2f2f2f; color: #fff; padding-left: 110px; font-weight: 300; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5); box-shadow: inset 0 1px 1px rgba(0,0,0,0.5); } .theme-browser .theme.active .theme-name span { font-weight: 600; } .theme-browser .theme.active .theme-actions { background: rgba(49,49,49,0.7); border-right: none; opacity: 1; } .theme-browser .theme.active .theme-actions .button-primary { margin-left: 0; } .theme-browser .theme .theme-author { background: #222; color: #eee; display: none; font-size: 14px; margin: 0 10px; padding: 5px 10px; position: absolute; bottom: 56px; } .theme-browser .theme.display-author .theme-author { display: block; } .theme-browser .theme.display-author .theme-author a { color: inherit; text-decoration: none; } /** * Add new theme */ .theme-browser .theme.add-new-theme { border: none; box-shadow: none; } .theme-browser .theme.add-new-theme a { color: #999; text-decoration: none; display: block; position: relative; z-index: 1; } .theme-browser .theme.add-new-theme:after { display: block; content: ''; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; background: transparent; background: rgba(0, 0, 0, 0); position: absolute; top: 0; right: 0; left: 0; bottom: 0; padding: 10% 0 0 0; text-shadow: none; border: 5px dashed #d5d2ca; border: 5px dashed rgba(0, 0, 0, 0.1); -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .theme-browser .theme.add-new-theme span:after { background: #e5e5e5; background: rgba(153, 153, 153, 0.1); border-radius: 50%; display: inline-block; content: '\f132'; -webkit-font-smoothing: antialiased; font: normal 74px/115px 'dashicons'; width: 100px; height: 100px; vertical-align: middle; text-align: center; color: rgb(153, 153, 153); position: absolute; top: 30%; right: 50%; margin-right: -50px; text-indent: -4px; padding: 0; text-shadow: none; z-index:4; } .rtl .theme-browser .theme.add-new-theme span:after { text-indent: 4px; } .theme-browser .theme.add-new-theme:hover .theme-screenshot { background: none; } .theme-browser .theme.add-new-theme:hover span:after { background: #fff; color: #0074a2; } .theme-browser .theme.add-new-theme:hover:after { border-color: transparent; color: #fff; background: #0074a2; content: ''; } .theme-browser .theme.add-new-theme .theme-name { background: none; text-align: center; box-shadow: none; font-weight: 400; position: relative; top: 0; margin-top: -10%; margin-bottom: 10%; } .theme-browser .theme.add-new-theme:hover .theme-name { color: #fff; z-index: 2; } /* * The search form */ .themes-php .theme-search { position: relative; top: -2px; right: 20px; font-size: 16px; font-weight: 300; line-height: 1.5; width: 280px; } /** * Theme Overlay * Shown when clicking a theme */ .theme-overlay .theme-backdrop { position: absolute; right: -20px; left: 0; top: 0; bottom: 0; background: #f1f1f1; background: rgba( 238, 238, 238, 0.9 ); z-index: 10; } body.theme-overlay-open { overflow: hidden; } .theme-overlay .theme-header { position: absolute; top: 0; right: 0; left: 0; height: 48px; border-bottom: 1px solid #ddd; } .theme-overlay .theme-header .close { cursor: pointer; height: 48px; width: 50px; text-align: center; float: left; border: 0; border-right: 1px solid #ddd; background-color: transparent; } .theme-overlay .theme-header .close:hover:before, .theme-overlay .theme-header .close:focus:before { color: #fff; } .theme-overlay .theme-header .close:before { font: normal 30px/50px 'dashicons' !important; color: #777; display: inline-block; content: '\f335'; font-weight: 300; } /* Left and right navigation */ .theme-overlay .theme-header .right, .theme-overlay .theme-header .left { cursor: pointer; color: #777; background-color: transparent; height: 48px; width: 54px; float: right; text-align: center; border: 0; border-left: 1px solid #ddd; } .theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover, .theme-overlay .theme-header .close:focus, .theme-overlay .theme-header .right:focus, .theme-overlay .theme-header .left:focus { background: #0074a2; color: #fff; } .theme-overlay .theme-header .left.disabled, .theme-overlay .theme-header .right.disabled, .theme-overlay .theme-header .left.disabled:hover, .theme-overlay .theme-header .right.disabled:hover { color: #ccc; background: inherit; cursor: inherit; } .theme-overlay .theme-header .right:before, .theme-overlay .theme-header .left:before { font: normal 20px/50px 'dashicons' !important; display: inline; font-weight: 300; } .theme-overlay .theme-header .left:before { content: '\f340'; } .theme-overlay .theme-header .right:before { content: '\f344'; } .rtl .theme-overlay .theme-header .left:before { content: '\f345'; } .rtl .theme-overlay .theme-header .right:before { content: '\f341'; } .theme-overlay .theme-wrap { clear: both; position: fixed; top: 9%; right: 190px; left: 30px; bottom: 3%; background: #fff; -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); z-index: 20; box-sizing: border-box; } .theme-overlay .theme-wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } body.folded .theme-overlay .theme-wrap { right: 70px; } .theme-overlay .theme-about { position: absolute; top: 49px; bottom: 57px; right: 0; left: 0; overflow: auto; padding: 2% 4%; } .theme-overlay .theme-about:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .theme-overlay .theme-actions { position: absolute; text-align: center; bottom: 0; right: 0; left: 0; padding: 10px 25px 5px; background: #f3f3f3; z-index: 30; box-sizing: border-box; border-top: 1px solid #eee; } .ie8 .theme-overlay .theme-actions { border: 1px solid #eee; } .theme-overlay .theme-actions a { margin-left: 5px; margin-bottom: 5px; } .theme-overlay .theme-actions .delete-theme { color: #a00; position: absolute; left: 10px; bottom: 5px; text-decoration: none; border-color: transparent; box-shadow: none; background: transparent; } .theme-overlay .theme-actions .delete-theme:hover, .theme-overlay .theme-actions .delete-theme:focus { background: #d54e21; color: #fff; border-color: #d54e21; } .theme-overlay .theme-actions .active-theme, .theme-overlay.active .theme-actions .inactive-theme { display: none; } .theme-overlay .theme-actions .inactive-theme, .theme-overlay.active .theme-actions .active-theme { display: block; } /** * Theme Screenshots gallery */ .theme-overlay .theme-screenshots { float: right; margin: 0 0 0 30px; width: 55%; max-width: 880px; text-align: center; } /* First screenshot, shown big */ .theme-overlay .screenshot { border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; position: relative; -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2); box-shadow: 0 0 0 1px rgba(0,0,0,0.2); } .theme-overlay .screenshot:after { content: ''; display: block; padding-top: 75%; /* using a 4/3 aspect ratio */ } .theme-overlay .screenshot img { height: auto; position: absolute; right: 0; top: 0; width: 100%; } /* Handles old 300px screenshots */ .theme-overlay.small-screenshot .theme-screenshots { position: absolute; width: 302px; } .theme-overlay.small-screenshot .theme-info { margin-right: 350px; width: auto; } /* Other screenshots, shown small and square */ .theme-overlay .screenshot.thumb { background: #ccc; border: 1px solid #eee; float: none; display: inline-block; margin: 10px 5px 0; width: 140px; height: 80px; cursor: pointer; } .theme-overlay .screenshot.thumb:after { content: ''; display: block; padding-top: 100%; /* using a 1/1 aspect ratio */ } .theme-overlay .screenshot.thumb img { cursor: pointer; height: auto; position: absolute; right: 0; top: 0; width: 100%; height: auto; } .theme-overlay .screenshot.selected { background: transparent; border: 2px solid #2ea2cc; } .theme-overlay .screenshot.selected img { opacity: 0.8; } /* No screenshot placeholder */ .theme-browser .theme .theme-screenshot.blank, .theme-overlay .screenshot.blank { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=); } /** * Theme heading information */ .theme-overlay .theme-info { width: 40%; float: right; } .theme-overlay .current-label { background: #333; color: #fff; font-size: 11px; display: inline-block; padding: 2px 8px; border-radius: 2px; margin: 0 0 -10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .theme-overlay .theme-name { color: #222; font-size: 32px; font-weight: 100; margin: 10px 0 0; line-height: 1.3; } .theme-overlay .theme-version { color: #999; font-size: 13px; font-weight: 400; float: none; display: inline-block; margin-right: 10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .theme-overlay .theme-author { color: #686868; font-size: 16px; font-weight: 400; margin: 15px 0 25px; } .theme-overlay .theme-author a { text-decoration: none; } .theme-overlay .theme-description { color: #555; font-size: 15px; font-weight: 400; line-height: 1.5; margin: 30px 0 0 0; } .theme-overlay .theme-tags { border-top: 3px solid #eee; color: #888; font-size: 13px; font-weight: 400; margin: 30px 0 0 0; padding-top: 20px; } .theme-overlay .theme-tags span { color: #444; font-weight: bold; margin-left: 5px; } /* Theme Updates info */ .theme-overlay .theme-update-message { background: #fefaf7; border: 1px solid #eee; border-right: 4px solid #d54e21; border-radius: 3px; padding: 5px 20px 10px; } .theme-overlay .theme-update { color: #222; font-size: 18px; display: inline-block; line-height: 40px; margin: 0; } .theme-overlay .parent-theme { background: #f7fcfe; border: 1px solid #eee; border-right: 4px solid #2ea2cc; font-size: 14px; font-weight: normal; margin-top: 30px; padding: 10px 20px 10px 10px; } .theme-overlay .parent-theme strong { font-weight: 700; } /** * Single Theme Mode * Displays detailed view inline when a user has no switch capabilities */ .single-theme .theme-overlay .theme-backdrop, .single-theme .theme-overlay .theme-header, .single-theme .theme { display: none; } .single-theme .theme-overlay .theme-wrap { clear: both; min-height: 330px; position: relative; right: auto; left: auto; top: auto; bottom: auto; } .single-theme .theme-overlay .theme-about { padding: 30px 30px 70px; position: static; } .single-theme .theme-overlay .theme-actions { position: absolute; } /** * Basic Responsive structure... * * Shuffles theme columns around based on screen width */ @media only screen and (min-width: 2000px) { #wpwrap .theme-browser .theme { width: 17.6%; margin: 0 0 3% 3%; } #wpwrap .theme-browser .theme:nth-child(3n), #wpwrap .theme-browser .theme:nth-child(4n) { margin-left: 3%; } #wpwrap .theme-browser .theme:nth-child(5n) { margin-left: 0; } } @media only screen and (min-width: 1680px) { .theme-overlay .theme-wrap { width: 1450px; margin: 0 auto; } } /* Maximum screenshot width reaches 440px */ @media only screen and (min-width: 1640px) { .theme-browser .theme { width: 22.7%; margin: 0 0 3% 3%; } .theme-browser .theme .theme-screenshot:after { padding-top: 75%; /* using a 4/3 aspect ratio */ } .theme-browser .theme:nth-child(3n) { margin-left: 3%; } .theme-browser .theme:nth-child(4n) { margin-left: 0; } } /* Maximum screenshot width reaches 440px */ @media only screen and (max-width: 1120px) { .theme-browser .theme { width: 47.5%; margin-left: 0; } .theme-browser .theme:nth-child(even) { margin-left: 0; } .theme-browser .theme:nth-child(odd) { margin-left: 5%; } } /* Admin menu is folded */ @media only screen and (max-width: 900px) { .theme-overlay .theme-wrap { right: 65px; } } @media only screen and (max-width: 780px) { body.folded .theme-overlay .theme-wrap, .theme-overlay .theme-wrap { top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */ left: 0; bottom: 0; right: 0; padding: 70px 20px 20px; border: none; z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */ position: fixed; } .theme-browser .theme.active .theme-name span { /* Hide the "Active: " label on smaller screens. */ display: none; } .theme-overlay .theme-screenshots { width: 40%; } .theme-overlay .theme-info { width: 50%; } .single-theme .theme-wrap { padding: 10px; } .theme-browser .theme .theme-actions { padding: 5px 10px 4px 10px; } .theme-overlay.small-screenshot .theme-screenshots { position: static; float: none; max-width: 302px; } .theme-overlay.small-screenshot .theme-info { margin-right: 0; width: auto; } .theme:not(.active):hover .theme-actions, .theme:hover .more-details { display: none; } .theme-browser.rendered .theme:hover .theme-screenshot img { opacity: 1.0; } } @media only screen and (max-width: 480px) { .theme-browser .theme { width: 100%; margin-left: 0; } .theme-browser .theme:nth-child(2n), .theme-browser .theme:nth-child(3n) { margin-left: 0; } } @media only screen and (max-width: 650px) { .theme-overlay .theme-update, .theme-overlay .theme-description { margin-right: 0; } .theme-overlay .theme-actions .delete-theme { position: relative; left: auto; bottom: auto; } .theme-overlay .theme-actions .inactive-theme { display: inline; } .theme-overlay .theme-screenshots { width: 100%; float: none; } .theme-overlay .theme-info { width: 100%; } .theme-overlay .theme-author { margin: 5px 0 15px 0; } .theme-overlay .current-label { margin-top: 10px; font-size: 13px; } .themes-php .wrap h2 { width: 100%; } .themes-php .theme-search { float: none; clear: both; right: 0; top: 0; left: 0; margin: 10px 0; width: 100%; } .theme-browser .theme.add-new-theme span:after { font: normal 60px/90px 'dashicons'; width: 80px; height: 80px; top: 30%; right: 50%; text-indent: 0; margin-right: -40px; } .single-theme .theme-wrap { margin: 0 -10px 0 -12px; padding: 10px; } .single-theme .theme-overlay .theme-about { padding: 10px; overflow: visible; } .single-theme .current-label { display: none; } .single-theme .theme-overlay .theme-actions { position: static; } } .broken-themes { clear: both; } .broken-themes table { text-align: right; width: 50%; border-spacing: 3px; padding: 3px; } /*------------------------------------------------------------------------------ 16.2 - Install Themes ------------------------------------------------------------------------------*/ .theme-install-php h4 { margin: 2.5em 0 8px; } .theme-install-php .tablenav { height: auto; } .theme-install-php .spinner { margin-top: 9px; } .available-theme { display: inline-block; margin-left: 10px; overflow: hidden; padding: 20px 0 20px 20px; vertical-align: top; width: 300px; } .available-theme .screenshot { width: 300px; height: 225px; display: block; border-width: 1px; border-style: solid; margin-bottom: 10px; overflow: hidden; } .available-theme img { width: 300px; } .available-theme h3 { margin: 15px 0 0; } .available-theme .theme-author { line-height: 18px; } .available-theme .action-links { margin-top: 10px; overflow: hidden; } .available-theme a.screenshot:focus { border-color: #777; } .available-theme .action-links li { float: right; padding-left: 10px; margin-left: 10px; border-left: 1px solid #dfdfdf; } .available-theme .action-links li { padding-left: 8px; margin-left: 8px; } .ie8 .available-theme .action-links li { padding-left: 7px; margin-left: 7px; } .available-theme .action-links li:last-child { padding-left: 0; margin-left: 0; border-left: 0; } .available-theme .action-links .delete-theme { float: left; margin-right: 8px; margin-left: 0; } .available-theme .action-links .delete-theme a { color: red; padding: 2px; } .available-theme .action-links .delete-theme a:hover { background: red; color: #fff; text-decoration: none; } .available-theme .action-links p { float: right; } /* Allow for three-up in small windows when sidebar is collapsed */ @media only screen and (max-width: 1200px) { .folded .available-theme, .folded .available-theme .screenshot { width: 300px; } .folded .available-theme .screenshot { height: 225px; } } /* Adjust three-up display in smaller windows when sidebar is collapsed */ @media only screen and (max-width: 1079px) { .folded .available-theme, .folded .available-theme .screenshot { width: 270px; } .folded .available-theme .screenshot { height: 203px; } } /* Allow for three-up on 1024px wide screens, e.g. tablets */ @media only screen and (max-width: 1200px) { .available-theme, .available-theme .screenshot { width: 240px; } .available-theme .screenshot { height: 180px; } .available-theme img { width: 100%; } } #post-body ul.add-menu-item-tabs li.tabs a, #TB_window #TB_title a.tb-theme-preview-link, #TB_window #TB_title a.tb-theme-preview-link:visited { font-weight: 600; text-decoration: none; } #TB_window #TB_title { background-color: #222; color: #cfcfcf; } /*------------------------------------------------------------------------------ 16.3 - Custom Header Screen ------------------------------------------------------------------------------*/ .appearance_page_custom-header #headimg { border: 1px solid #DFDFDF; overflow: hidden; width: 100%; } .appearance_page_custom-header #upload-form p label { font-size: 12px; } .appearance_page_custom-header .available-headers .default-header { float: right; margin: 0 0 20px 20px; } .appearance_page_custom-header .random-header { clear: both; margin: 0 0 20px 20px; vertical-align: middle; } .appearance_page_custom-header .available-headers label input, .appearance_page_custom-header .random-header label input { margin-left: 10px; } .appearance_page_custom-header .available-headers label img { vertical-align: middle; } /*------------------------------------------------------------------------------ 16.4 - Custom Background Screen ------------------------------------------------------------------------------*/ div#custom-background-image { min-height: 100px; border: 1px solid #dfdfdf; } div#custom-background-image img { max-width: 400px; max-height: 300px; } /*------------------------------------------------------------------------------ 17.0 - Plugins ------------------------------------------------------------------------------*/ #dashboard_right_now .versions .b, #post-status-display, #post-visibility-display, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover, .media-item .percent, .plugins .name, #pass-strength-result.strong, #pass-strength-result.short, #ed_reply_toolbar #ed_reply_strong, .item-controls .item-order a, .feature-filter .feature-name { font-weight: 600; } .plugins p { margin: 0 4px; padding: 0; } .plugins .desc p { margin: 0 0 8px; } .plugins td.desc { line-height: 1.5em; } .plugins .desc ul, .plugins .desc ol { margin: 0 2em 0 0; } .plugins .desc ul { list-style-type: disc; } .plugins .row-actions { font-size: 13px; padding: 0; } .plugins .inactive td, .plugins .inactive th, .plugins .active td, .plugins .active th { padding: 10px 9px; } .plugins .update th, .plugins .update td { border-bottom: 0; } .plugin-update-tr td { border-top: 0; } #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title { padding-left: 12px; white-space:nowrap; } .plugins .inactive .plugin-title strong { font-weight: 400; } .plugins .second, .plugins .row-actions { padding: 0 0 5px; } .plugins .update .second, .plugins .update .row-actions { padding-bottom: 0; } .plugins-php .widefat tfoot th, .plugins-php .widefat tfoot td { border-top-style: solid; border-top-width: 1px; } .plugin-update-tr .update-message { border: none; font-size: 13px; font-weight: normal; margin: 6px 12px 12px; padding: 6px 12px; } .plugin-update-tr .update-message:before { content: '\f463'; display: inline-block; font: normal 20px/1 'dashicons'; speak: none; margin: 0 -2px 0 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: top; } .plugin-install-php h4 { margin: 2.5em 0 8px; } /*------------------------------------------------------------------------------ 18.0 - Users ------------------------------------------------------------------------------*/ #profile-page .form-table textarea { width: 500px; margin-bottom: 6px; } #profile-page .form-table #rich_editing { margin-left: 5px } #your-profile legend { font-size: 22px; } #display_name { width: 15em; } #createuser .form-field input { width: 25em; } .scheme-list { } .color-option { display: inline-block; width: 24%; padding: 5px 15px 15px; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 3px; } .color-option:hover, .color-option.selected { background: #ddd; } .color-palette { width: 100%; border-spacing: 0; border-collapse: collapse; } .color-palette td { height: 20px; padding: 0; border: none; } .color-option { cursor: pointer; } /*------------------------------------------------------------------------------ 19.0 - Tools ------------------------------------------------------------------------------*/ body.press-this { color: #333; margin: 0; padding: 0; min-width: 708px; min-height: 400px; } .press-this #titlediv #title { font-size: 1.4em; } .press-this #site-heading:before { top: 3px; position: relative; display: inline-block; font: normal 18px/1 'dashicons'; speak: none; color: #727272; content: '\f120'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .pressthis { margin: 20px 0; } .pressthis a, .pressthis a:hover, .pressthis a:focus, .pressthis a:active { display: inline-block; position: relative; cursor: move; color: #333; background: #e6e6e6; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #b4b4b4; font-style: normal; line-height: 16px; font-size: 14px; text-decoration: none; } .pressthis a:active { outline: none; } .pressthis a:hover:after { -webkit-transform: skew(20deg) rotate(9deg); -moz-transform: skew(20deg) rotate(9deg); transform: skew(20deg) rotate(9deg); -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); } .pressthis a span { display: inline-block; margin: 0px 0 0; padding: 0px 9px 8px 12px; } .pressthis a span:before { font: normal 20px/1 'dashicons'; content:'\f157'; position: relative; display: inline-block; top: 4px; margin-left: 4px; } .pressthis a:after { content: ''; width: 70%; height: 55%; z-index: -1; position: absolute; left: 10px; bottom: 9px; background: transparent; -webkit-transform: skew(20deg) rotate(6deg); -moz-transform: skew(20deg) rotate(6deg); transform: skew(20deg) rotate(6deg); -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); } /*------------------------------------------------------------------------------ 20.0 - Settings ------------------------------------------------------------------------------*/ #utc-time, #local-time { padding-right: 25px; font-style: italic; } .defaultavatarpicker .avatar { margin: 2px 0; vertical-align: middle; } .options-general-php .spinner { float: none; margin: -3px 3px; } /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ #wpfooter { position: absolute; bottom: 0; right: 0; left: 0; padding: 10px 0; margin-left: 20px; border-top-width: 1px; border-top-style: solid; } #wpfooter p { font-size: 13px; margin: 0; line-height: 20px; } #footer-thankyou { font-style: italic; } #wpfooter a { text-decoration: none; } #wpfooter a:hover { text-decoration: underline; } /*------------------------------------------------------------------------------ 22.0 - About Pages ------------------------------------------------------------------------------*/ .about-wrap { position: relative; margin: 25px 20px 0 40px; max-width: 1050px; /* readability */ font-size: 15px; } .about-wrap div.updated, .about-wrap div.error { display: none !important; } .about-wrap hr { border: 0; height: 0; margin: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } .about-wrap img { margin: 0.5em 5px 0.5em 0; max-width: 100%; } /* Typography */ .about-wrap p { line-height: 1.6em; font-size: 14px; } .about-wrap h1 { margin: 0.2em 0 0 200px; line-height: 1.2em; font-size: 2.8em; font-weight: 400; } .about-wrap .about-text, .about-wrap p.about-description, .about-wrap li.wp-person a.web { font-weight: normal; line-height: 1.6em; font-size: 19px; } .about-description { margin-top: 1.4em; } .about-text { margin: 1em 0 1em 200px; min-height: 60px; font-size: 24px; } .about-wrap .changelog h2.about-headline-callout { margin: 1.1em 0 0.2em; font-size: 2.4em; font-weight: 300; line-height: 1.3; text-align: center; } .about-wrap h3 { margin: 1em 0 .6em; font-size: 1.5em; line-height: 1.5em; } .about-wrap .feature-section h4 { margin: 1.4em 0 0.6em 0; font-size: 1.2em; } .about-wrap .feature-section p { margin-top: 0.6em; } .about-wrap code, .about-wrap ol li p { font-size: 14px; } /* 3.8 Images */ .about-wrap .about-colors-img { bottom: -25px; } .about-wrap .about-themes-img { bottom: -38px; } .about-wrap .about-overview-img { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; } .about-colors-img img, .about-themes-img img { margin: 0 0; padding: 0; line-height: 1; } /* Point Releases */ .about-wrap .point-releases { margin-top: 5px; } .about-wrap .changelog.point-releases h3 { padding-top: 35px; } .about-wrap .changelog.point-releases h3:first-child { padding-top: 7px; } /* WordPress Version Badge */ .wp-badge { background: url('../images/w-logo-white.png?ver=20131202') no-repeat; background: none, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; background-position: center 24px; background-size: 85px 85px; font-size: 14px; text-align: center; font-weight: 600; margin: 5px 0 0; padding-top: 120px; height: 40px; display: inline-block; width: 150px; text-rendering: optimizeLegibility; } .about-wrap .wp-badge { position: absolute; top: 0; left: 0; } /* Tabs */ .about-wrap h2.nav-tab-wrapper { padding-right: 6px; } .about-wrap h2 .nav-tab { padding: 4px 15px 6px; margin: 0 0 -1px 3px; font-size: 18px; vertical-align: top; border-width: 1px; } .about-wrap h2 .nav-tab-active { font-weight: bold; } /* Changelog / Update screen */ .about-wrap .feature-section { padding-bottom: 20px; } .about-wrap .feature-section.col { margin-bottom: 0; } .about-wrap .feature-section.center-col > div { margin: auto; width: 60%; } .about-wrap .about-colors .one-col > div { width: 100%; } .about-wrap .feature-section.two-col > div { position: relative; width: 50%; float: right; } .about-wrap .feature-section.three-col > div { position: relative; width: 29.95%; margin-left: 4.999999999%; float: right; } .about-wrap .feature-section.col .last-feature { margin-left: 0; } .about-wrap .about-updates img, .about-wrap .about-twentyfourteen img { margin: 2em 0 0 0; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .about-wrap .about-twentyfourteen img { margin-top: 1em; } .about-wrap .changelog .feature-section { overflow: hidden; } .about-wrap .about-colors .scheme-list { margin-bottom: 1em; } .about-wrap .about-colors .color-option { padding-top: 10px; } .about-wrap .about-colors .color-option label { display: inline-block; margin: 0.25em 0 0.5em; } .about-wrap .feature-section.two-col div p { margin-left: 3%; } .about-wrap .feature-section div p img { float: left; margin-right: 10px; max-width: 20%; } .about-wrap .changelog li { list-style-type: disc; margin-right: 3em; } /* Return to Dashboard Home link */ .about-wrap .return-to-dashboard { margin: 30px -5px 0 0; font-size: 14px; font-weight: bold; } .about-wrap .return-to-dashboard a { text-decoration: none; padding: 0 5px; } /* Credits */ .about-wrap h4.wp-people-group { margin-top: 2.6em; font-size: 16px; } .about-wrap ul.wp-people-group { overflow: hidden; padding: 0 5px; margin: 0 -5px 0 -15px; } .about-wrap ul.compact { margin-bottom: 0 } .about-wrap li.wp-person { float: right; margin-left: 10px; } .about-wrap li.wp-person img.gravatar { float: right; margin: 0 0 10px 10px; padding: 2px; width: 60px; height: 60px; } .about-wrap ul.compact li.wp-person img.gravatar { width: 30px; height: 30px; } .about-wrap li.wp-person { height: 70px; width: 280px; padding-bottom: 15px; } .about-wrap ul.compact li.wp-person { height: auto; width: 180px; padding-bottom: 0; margin-bottom: 0; } .about-wrap #wp-people-group-validators + p.wp-credits-list { margin-top: 0; } .about-wrap li.wp-person a.web { display: block; margin: 6px 0 2px; font-size: 16px; text-decoration: none; } .about-wrap p.wp-credits-list a { white-space: nowrap; } /* Freedoms */ .freedoms-php .about-wrap ol { margin: 40px 60px; } .freedoms-php .about-wrap ol li { list-style-type: decimal; font-weight: bold; } .freedoms-php .about-wrap ol p { font-weight: normal; margin: 0.6em 0; } /*------------------------------------------------------------------------------ 23.0 - Full Overlay w/ Sidebar ------------------------------------------------------------------------------*/ body.full-overlay-active { overflow: hidden; } .wp-full-overlay { background: transparent; z-index: 500000; position: fixed; overflow: visible; top: 0; bottom: 0; right: 0; left: 0; height: 100%; min-width: 0; } .wp-full-overlay-sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; width: 300px; height: 100%; top: 0; bottom: 0; right: 0; padding: 0; margin: 0; z-index: 10; overflow: auto; background: transparent; border-left: none; } .wp-full-overlay.collapsed .wp-full-overlay-sidebar { overflow: visible; } .wp-full-overlay.collapsed, .wp-full-overlay.expanded .wp-full-overlay-sidebar { margin-right: 0 !important; } .wp-full-overlay.expanded { margin-right: 300px; } .wp-full-overlay.collapsed .wp-full-overlay-sidebar { margin-right: -300px; } .wp-full-overlay-sidebar:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; z-index: 1000; } .wp-full-overlay-main { position: absolute; right: 0; left: 0; top: 0; bottom: 0; height: 100%; } .wp-full-overlay-sidebar .wp-full-overlay-header { position: absolute; right: 0; left: 0; height: 45px; padding: 0 15px; line-height: 45px; z-index: 10; margin: 0; border-top: none; -webkit-box-shadow: none; box-shadow: none; } .wp-full-overlay-sidebar .wp-full-overlay-header a.back { margin-top: 9px; } .wp-full-overlay-sidebar .wp-full-overlay-footer { bottom: 0; border-bottom: none; border-top: none; -webkit-box-shadow: none; box-shadow: none; } .wp-full-overlay-sidebar .wp-full-overlay-sidebar-content { position: absolute; top: 45px; bottom: 45px; right: 0; left: 0; overflow: auto; } /* Close Link */ .wp-full-overlay .close-full-overlay { text-decoration: none; } /* Collapse Button */ .wp-full-overlay a.collapse-sidebar { position: absolute; bottom: 12px; right: 0; z-index: 50; display: block; width: 19px; height: 19px; margin-right: 15px; padding: 0; border-radius: 50%; text-decoration: none; } .wp-full-overlay.collapsed .collapse-sidebar { position: absolute; right: 100%; } .wp-full-overlay .collapse-sidebar-arrow { position: static; margin-top: 0; margin-right: 0; display: block; width: auto; height: auto; background: none; } .wp-full-overlay .collapse-sidebar-arrow:before { border-radius: 50%; float: right; content: "\f148"; font: normal 20px/1 'dashicons'; speak: none; display: block; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .wp-full-overlay.collapsed .collapse-sidebar-arrow:before, .rtl .wp-full-overlay .collapse-sidebar-arrow:before { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before { -ms-transform: none; -webkit-transform: none; transform: none; } .wp-full-overlay.collapsed .collapse-sidebar-arrow { background-position: -1px -109px; } .wp-full-overlay .collapse-sidebar-label { position: absolute; right: 100%; line-height: 20px; margin-right: 10px; } .wp-full-overlay.collapsed .collapse-sidebar-label { display: none; } /* Animations */ .wp-full-overlay, .wp-full-overlay-sidebar, .wp-full-overlay .collapse-sidebar, .wp-full-overlay-main { -webkit-transition-property: right, left, top, bottom, width, margin; -moz-transition-property: right, left, top, bottom, width, margin; -ms-transition-property: right, left, top, bottom, width, margin; -o-transition-property: right, left, top, bottom, width, margin; transition-property: right, left, top, bottom, width, margin; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; } /*------------------------------------------------------------------------------ 24.0 - Customize Loader ------------------------------------------------------------------------------*/ .no-customize-support .hide-if-no-customize, .customize-support .hide-if-customize, .no-customize-support.wp-core-ui .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .customize-support.wp-core-ui .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize { display: none; } #customize-container { display: none; background: #fff; z-index: 500000; position: fixed; overflow: visible; top: 0; bottom: 0; right: 0; left: 0; height: 100%; } .customize-active #customize-container { display: block; } .customize-loading #customize-container iframe { opacity: 0; } .customize-loading #customize-container { background: #fff url('../images/spinner.gif') no-repeat fixed center center; background-size: 20px 20px; } #customize-container iframe, #theme-installer iframe { height: 100%; width: 100%; z-index: 20; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } #customize-container .collapse-sidebar { bottom: 16px; } #customize-controls { margin-top: 0; } #theme-installer { display: none; } #theme-installer.single-theme { display: block; } .install-theme-info { display: none; padding: 10px 20px 20px; } .single-theme .install-theme-info { padding-top: 15px; } #theme-installer .install-theme-info { display: block; } .install-theme-info .theme-install { float: left; margin-top: 18px; } .install-theme-info .theme-name { font-size: 16px; line-height: 24px; margin-bottom: 0; margin-top: 0; } .install-theme-info .theme-screenshot { margin-top: 15px; width: 258px; border: 1px solid #ccc; } .install-theme-info .theme-details { overflow: hidden; } .theme-details .theme-version { margin: 15px 0; float: right; } .theme-details .star-rating { margin: 7px 0; float: left; } .theme-details .theme-description { float: right; color: #777; line-height: 20px; } #theme-installer .wp-full-overlay-header { margin-top: 9px; } #theme-installer .wp-full-overlay-header .theme-install { float: left; /* For when .theme-install is a span rather than a.button-primary (already installed theme) */ line-height: 26px; } #theme-installer .wp-full-overlay-sidebar { background: #EEE; border-left: 1px solid #DDD; } #theme-installer .wp-full-overlay-main { background: #fff url('../images/spinner.gif') no-repeat fixed center center; background-size: 20px 20px; } /*------------------------------------------------------------------------------ 25.0 - Tabbed Admin Screen Interface (Experimental) ------------------------------------------------------------------------------*/ .nav-tab { border-style: solid; border-width: 1px 1px 0; font-size: 12px; line-height: 16px; display: inline-block; padding: 4px 14px 6px; text-decoration: none; margin: -4px 0 -1px 4px; } .nav-tab-active { border-width: 1px; } .nav-tab-active, .nav-tab-active:hover { border-bottom-width: 1px; border-bottom-style: solid; } h2.nav-tab-wrapper, h3.nav-tab-wrapper { border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 0; padding-right: 10px; } h2 .nav-tab { padding: 6px 10px; font-weight: bold; font-size: 15px; line-height: 24px; } /*------------------------------------------------------------------------------ 26.0 - Misc ------------------------------------------------------------------------------*/ #excerpt, .attachmentlinks { margin: 0; height: 4em; width: 98%; } #template div { margin-left: 190px; } p.pagenav { margin: 0; display: inline; } .pagenav span { font-weight: 600; margin: 0 6px; } .row-title { font-size: 14px !important; font-weight: 600; } .column-comment .comment-author { margin-bottom: 0.6em; } .column-author img, .column-username img, .column-comment .comment-author img { float: right; margin-left: 10px; margin-top: 1px; } .row-actions { font-size: 13px; visibility: hidden; padding: 2px 0 0; } tr:hover .row-actions, .mobile .row-actions, .row-actions.visible, div.comment-item:hover .row-actions { visibility: visible; } /* deprecated */ .row-actions-visible { padding: 2px 0 0; } .form-table .pre { padding: 8px; margin: 0; } table.form-table td .updated { font-size: 13px; } .tagchecklist { margin-right: 14px; font-size: 12px; overflow: auto; } .tagchecklist br { display: none; } .tagchecklist strong { margin-right: -8px; position: absolute; } .tagchecklist span { margin-left: 25px; display: block; float: right; font-size: 13px; line-height: 1.8em; white-space: nowrap; cursor: default; } .tagchecklist span a { margin: 1px -17px 0 0; cursor: pointer; width: 20px; height: 20px; display: block; float: right; text-indent: 0; overflow: hidden; position: absolute; } #poststuff h2 { margin-top: 20px; font-size: 1.5em; margin-bottom: 15px; padding: 0 0 3px; clear: right; } #poststuff h3, .metabox-holder h3 { font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; } #poststuff .inside { margin: 6px 0 0 0; } #poststuff .inside #parent_id, #poststuff .inside #page_template { max-width: 100%; } .inline-edit-row #post_parent, .inline-edit-row select[name="page_template"] { max-width: 80%; } .ie8 #poststuff .inside #parent_id, .ie8 #poststuff .inside #page_template, .ie8 .inline-edit-row #post_parent, .ie8 .inline-edit-row select[name="page_template"] { width: 250px; } #post-visibility-select { line-height: 1.5em; margin-top: 3px; } #poststuff #submitdiv .inside { margin: 0; padding: 0; } .edit-form-section { margin-bottom: 20px; } #templateside ul li a { text-decoration: none; } .tool-box .title { margin: 8px 0; font-size: 18px; font-weight: normal; line-height: 24px; } #sidemenu { margin: -30px 315px 0 15px; list-style: none; position: relative; float: left; padding-right: 10px; font-size: 12px; } #sidemenu a { padding: 0 7px; display: block; float: right; line-height: 28px; border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; -webkit-transition: none; -moz-transition: none; transition: none; } #sidemenu li { display: inline; line-height: 200%; list-style: none; text-align: center; white-space: nowrap; margin: 0; padding: 0; } #sidemenu a.current { font-weight: normal; padding-right: 6px; padding-left: 6px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; border-width: 1px; border-style: solid; } #sidemenu li a .count-0 { display: none; } .plugin-install #description, .plugin-install-network #description { width: 60%; } table .vers, table .column-visible, table .column-rating { text-align: right; } .error-message { color: red; font-weight: 600; } /* Scrollbar fix for bulk upgrade iframe */ body.iframe { height: 98%; } /* Upgrader styles, Specific to Language Packs */ .lp-show-latest p { display: none; } .lp-show-latest p:last-child, .lp-show-latest .lp-error p { display: block; } /* - Only used once or twice in all of WP - deprecate for global style ------------------------------------------------------------------------------*/ td.media-icon { text-align: center; width: 80px; padding-top: 8px; padding-bottom: 8px; } td.media-icon img { max-width: 80px; max-height: 60px; } #howto { font-size: 11px; margin: 0 5px; display: block; } .importers td { padding-left: 14px; } .importers { font-size: 16px; width: auto; } #post-body #post-body-content #namediv h3 { margin-top: 0; } #namediv h3 label { vertical-align: baseline; } #namediv table { width: 100%; } #namediv td.first { width: 10px; white-space: nowrap; } #namediv input { width: 98%; } #namediv p { margin: 10px 0; } #submitdiv h3 { margin-bottom: 0 !important; } /* - Used - but could/should be deprecated with a CSS reset ------------------------------------------------------------------------------*/ .zerosize { height: 0; width: 0; margin: 0; border: 0; padding: 0; overflow: hidden; position: absolute; } br.clear { height: 2px; line-height: 2px; } .checkbox { border: none; margin: 0; padding: 0; } fieldset { border: 0; padding: 0; margin: 0; } .post-categories { display: inline; margin: 0; padding: 0; } .post-categories li { display: inline; } /*------------------------------------------------------------------------------ 27.0 - Localization ------------------------------------------------------------------------------*/ /* RTL except Hebrew (see below): Tahoma as the first font; */ body.rtl, body.rtl .press-this a.wp-switch-editor { font-family: Tahoma, Arial, sans-serif; } /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */ body.locale-he-il, body.locale-he-il .press-this a.wp-switch-editor { font-family: Arial, sans-serif; } /* he_IL: Have <em> be bold rather than italic. */ .locale-he-il em { font-style: normal; font-weight: bold; } /*----------------------------------------------------------------------------- MERGED -------------------------------------------------------------------------------*/ /* dashboard */ .edit-box { display: none; } h3:hover .edit-box { display: inline; } #dashboard-widgets form .input-text-wrap input { width: 100%; } #dashboard-widgets form .textarea-wrap textarea { width: 100%; } #dashboard-widgets .postbox form .submit { float: none; margin: .5em 0 0; padding: 0; border: none; } #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { min-width: 0; } #dashboard-widgets a { text-decoration: none; } #dashboard-widgets h3 a { text-decoration: underline; } #dashboard-widgets h3 .postbox-title-action { position: absolute; left: 10px; padding: 0; top: 5px; } .js #dashboard-widgets h3 .postbox-title-action { left: 33px; } #dashboard-widgets h4 { font-weight: normal; font-size: 14px; margin: 0 0 .2em; padding: 0; } #dashboard_plugins h5 { font-size: 14px; } /* Recent Comments */ #latest-comments #the-comment-list { position: relative; } #activity-widget #latest-comments #the-comment-list .comment-item { padding: 1em 12px; } #latest-comments #the-comment-list .pingback { padding-right: 12px !important; } #latest-comments #the-comment-list .comment-item:first-child { border-top: none; } #latest-comments #the-comment-list .comment-item h4 { line-height: 1.5em; margin-top: 0; color: #666; } #latest-comments #the-comment-list .comment-item h4 cite { font-style: normal; font-weight: normal; } #latest-comments #the-comment-list .comment-item blockquote, #latest-comments #the-comment-list .comment-item blockquote p { margin: 0; padding: 0; display: inline; } #latest-comments #the-comment-list .comment-item p.row-actions { margin: 3px 0 0; padding: 0; font-size: 13px; } /* QuickDraft */ #title-wrap label { cursor: text; } #title-wrap #title { padding: 2px 6px; font-size: 1.3em; line-height: 100%; outline: none; } #title-wrap #title-prompt-text { font-size: 1.1em; padding: 5px 8px; } /* Feeds */ .rss-widget ul { margin: 0; padding: 0; list-style: none; } a.rsswidget { font-size: 14px; font-weight: 600; line-height: 1.7em; } .rss-widget ul li { line-height: 1.5em; margin-bottom: 12px; } .rss-widget span.rss-date { color: #999; font-size: 13px; margin-right: 3px; } .rss-widget cite { display: block; text-align: left; margin: 0 0 1em; padding: 0; } .rss-widget cite:before { content: '\2014'; } .dashboard-comment-wrap { overflow: hidden; word-wrap: break-word; } /* Browser Nag */ #dashboard_browser_nag a.update-browser-link { font-size: 1.2em; font-weight: 600; } #dashboard_browser_nag a { text-decoration: underline; } #dashboard_browser_nag p.browser-update-nag.has-browser-icon { padding-left: 125px; } #dashboard_browser_nag .browser-icon { margin-top: -35px; } #dashboard_browser_nag.postbox.browser-insecure { background-color: #ac1b1b; border-color: #ac1b1b; } #dashboard_browser_nag.postbox { background-color: #e29808; background-image: none; border-color: #edc048; color: #fff; -webkit-box-shadow: none; box-shadow: none; } #dashboard_browser_nag.postbox.browser-insecure h3 { border-bottom-color: #cd5a5a; color: #fff; } #dashboard_browser_nag.postbox h3 { border-bottom-color: #f6e2ac; background: transparent none; color: #fff; -webkit-box-shadow: none; box-shadow: none; } #dashboard_browser_nag a { color: #fff; } /* Make the browser nags easier to read with Open Sans */ #dashboard_browser_nag h3.hndle { border: none; font-weight: 600; font-size: 20px; padding-top: 10px; } .postbox#dashboard_browser_nag p a.dismiss { font-size: 14px; } .postbox#dashboard_browser_nag p, .postbox#dashboard_browser_nag a, .postbox#dashboard_browser_nag p.browser-update-nag { font-size: 16px; } /* login */ #loginform p.submit, .login-action-lostpassword p.submit { border: none; margin: -10px 0 20px; /* May want to revisit this */ } .login * { margin: 0; padding: 0; } .login form { margin-top: 20px; margin-right: 0; padding: 26px 24px 46px; font-weight: normal; overflow: hidden; } .login form .forgetmenot { font-weight: normal; float: right; margin-bottom: 0; } .login .button-primary { float: left; } #login form p { margin-bottom: 0; } #login form p.submit { margin: 0; padding: 0; } .login label { color: #777; font-size: 14px; } .login form .forgetmenot label { font-size: 12px; line-height: 19px; } .login h1 { text-align: center; } .login h1 a { background-image: url('../images/w-logo-blue.png?ver=20131202'); background-image: none, url('../images/wordpress-logo.svg?ver=20131107'); background-size: 80px 80px; background-position: center top; background-repeat: no-repeat; color: #999; height: 80px; font-size: 20px; font-weight: normal; line-height: 1.3em; margin: 0 auto 25px; padding: 0; text-decoration: none; width: 80px; text-indent: -9999px; outline: none; overflow: hidden; display: block; } #login { width: 320px; padding: 8% 0 0; margin: auto; } #login_error, .login .message { margin-right: 0; padding: 12px; } .login #nav, .login #backtoblog { font-size: 13px; padding: 0 24px 0; } .login #nav { margin: 24px 0 0 0; } #backtoblog { margin: 16px 0 0 0; } .login form .input, .login input[type="text"] { font-size: 24px; line-height: 1; width: 100%; padding: 3px; margin: 2px 0 16px 6px; } .login #pass-strength-result { width: 250px; font-weight: 600; border-style: solid; border-width: 1px; margin: 12px 0 6px; padding: 6px 5px; text-align: center; } .mobile #login { padding: 20px 0; } .mobile #login form, .mobile #login .message, .mobile #login_error { margin-right: 0; } .mobile #login #nav, .mobile #login #backtoblog { margin-right: 8px; } .mobile #login h1 a { width: auto; } body.interim-login { height: auto; } .interim-login #login { padding: 0; margin: 5px auto 20px; } .interim-login.login h1 a { width: auto; } .interim-login #login_error, .interim-login.login .message { margin: 0 0 16px; } .interim-login.login form { margin: 0; } /* ms */ /* Background Color for Site Status */ .wp-list-table .site-deleted { background: #ff8573; } .wp-list-table .site-spammed { background: #faafaa; } .wp-list-table .site-archived { background: #ffebe8; } .wp-list-table .site-mature { background: #fecac2; } /* nav-menu */ .no-js #message { display: block; } .accordion-section ul.category-tabs, .accordion-section ul.add-menu-item-tabs, .accordion-section ul.wp-tab-bar { margin: 0; } .accordion-section .categorychecklist { margin: 13px 0; } #nav-menu-meta .accordion-section-content { padding: 18px 13px; } #nav-menu-meta .button-controls { margin-bottom: 0; } #nav-menus-frame { margin-right: 300px; margin-top: 23px; } #nav-menus-frame .accordion-section-content .inside { font-size: 14px; } #wpbody-content #menu-settings-column { display:inline; width:281px; margin-right: -300px; clear: both; float: right; padding-top: 0; } #menu-settings-column .inside { clear: both; margin: 10px 0 0; } .metabox-holder-disabled .postbox, .metabox-holder-disabled .accordion-section-content, .metabox-holder-disabled .accordion-section-title { opacity: 0.5; filter: alpha(opacity=50); } .metabox-holder-disabled .button-controls .select-all { display: none; } #wpbody { position: relative; } .blank-slate .menu-name { height: 2em; } .blank-slate .menu-settings { border: none; margin-top: 0; padding-top: 0; overflow: hidden; } .is-submenu { font-style: italic; font-weight: normal; margin-right: 4px; } .manage-menus { margin-top: 23px; padding: 10px; overflow: hidden; } .manage-menus select { float: right; margin-left: 6px; } .manage-menus .selected-menu { float: right; margin: 5px 0 0 6px; } .manage-menus .submit-btn { float: right; margin-top: 1px; } .menu-edit p { margin: .3em 0 .6em; } .menu-edit #post-body-content h3 { margin: 1em 0 10px; } .menu-settings { border-top-width: 1px; border-top-style: solid; margin-top: 2em; } .menu-settings dl { margin: 0 0 10px; overflow: hidden; padding-right: 18%; } .menu-settings dd { float: right; margin: 0; width: 100%; } .menu-settings dt { float: right; clear: both; width: 21.951%; padding: 3px 0 0; margin-right: -21.951%; } .menu-settings label { vertical-align: baseline; } .menu-edit .checkbox-input { margin-top: 4px; } .theme-location-set { font-size: 11px; } /* Menu Container */ #menu-management-liquid { float: right; min-width: 100%; margin-top: 3px; } #menu-management { position: relative; margin-left: 20px; margin-top: -3px; width: 100%; } #menu-management .menu-edit { margin-bottom: 20px; } .nav-menus-php #post-body { padding: 0 10px 10px; border-width: 1px 0; border-style: solid; } #nav-menu-header, #nav-menu-footer { padding: 0 10px; } #nav-menu-header { border-bottom: 1px solid; margin-bottom: 0; } #nav-menu-header .menu-name-label { margin-top: 4px; } .nav-menus-php #post-body div.updated, .nav-menus-php #post-body div.error { margin: 0; } .nav-menus-php #post-body-content { position: relative; float: none; } #menu-management .menu-add-new abbr { font-weight:600; } #select-nav-menu-container { text-align: left; padding: 0 10px 3px 10px; margin-bottom: 5px; } #select-nav-menu { width: 100px; display: inline; } #menu-name-label { margin-top: -2px; } .widefat td.menu-location-menus { padding-bottom: 5px; } .menu-location-menus select { float: right; } #locations-nav-menu-wrapper { padding: 5px 0; } .locations-nav-menu-select select { float: right; width: 160px; margin-left: 5px; } .locations-row-links { float: right; margin: 6px 6px 0 0; } .locations-edit-menu-link, .locations-add-menu-link { margin: 0 3px; } .locations-edit-menu-link { padding-left: 3px; border-left: 1px solid #ccc; } #wpbody .open-label { display: block; float:right; } #wpbody .open-label span { padding-left: 10px; } .js .input-with-default-title { font-style: italic; } #menu-management .inside { padding: 0 10px; } /* Add Menu Item Boxes */ .postbox .howto input, .accordion-container .howto input { width: 180px; float: left; } .accordion-container .outer-border { margin: 0; } .customlinkdiv .howto input { width: 180px; } .customlinkdiv p { margin-top: 0 } #nav-menu-theme-locations .howto select { width: 100%; } #nav-menu-theme-locations .button-controls { text-align: left; } .add-menu-item-view-all { height: 400px; } /* Button Primary Actions */ #menu-container .submit { margin: 0 0 10px; padding: 0; } .nav-menus-php .add-new-menu-action { float: right; margin: 6px 6px 0 0; line-height: 15px; } .nav-menus-php .meta-sep, .nav-menus-php .submitdelete, .nav-menus-php .submitcancel { display: block; float: right; margin: 6px 0; line-height: 15px; } .meta-sep { padding: 0 2px; } #cancel-save { text-decoration: underline; font-size: 12px; margin-right: 20px; margin-top: 5px; } .button.right, .button-secondary.right, .button-primary.right { float: left; } /* Button Secondary Actions */ .list-controls { float: right; margin-top: 5px; } .add-to-menu { float: left; } .postbox .spinner { display: none; vertical-align: middle; } .button-controls { clear:both; margin: 10px 0; } .show-all, .hide-all { cursor: pointer; } .hide-all { display: none; } /* Create Menu */ #menu-name { width: 270px; } #manage-menu .inside { padding: 0px 0px; } /* Custom Links */ #available-links dt { display: block; } #add-custom-link .howto { font-size: 12px; } #add-custom-link label span { display: block; float: right; margin-top: 5px; padding-left: 5px; } .menu-item-textbox { width: 180px; } .nav-menus-php .howto span { margin-top: 6px; display: block; float: right; } /* Menu item types */ .quick-search { width: 190px; } .nav-menus-php .list-wrap { display: none; clear: both; margin-bottom: 10px; } .nav-menus-php .list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; } .nav-menus-php .postbox p.submit { margin-bottom: 0; } /* Listings */ .nav-menus-php .list li { display: none; margin: 0; margin-bottom: 5px; } .nav-menus-php .list li .menu-item-title { cursor: pointer; display: block; } .nav-menus-php .list li .menu-item-title input { margin-left: 3px; margin-top: -3px; } .menu-item-title input[type=checkbox] { display: inline-block; margin-top: -4px; } /* Nav Menu */ #menu-container .inside { padding-bottom: 10px; } .menu { padding-top:1em; } #menu-to-edit { margin: 0; padding: 0.1em 0; } .menu ul { width: 100%; } .menu li { margin-bottom: 0; position:relative; } .menu-item-bar { clear:both; line-height:1.5em; position:relative; margin: 9px 0 0; } .menu-item-bar .menu-item-handle { border: 1px solid #dfdfdf; position: relative; padding: 10px 15px; height: auto; width: 382px; line-height: 30px; overflow: hidden; word-wrap: break-word; } #menu-to-edit .menu-item-invalid .menu-item-handle { background: #f6c9cc; border-color: #f1acb1; } .no-js .menu-item-edit-active .item-edit { display: none; } .js .menu-item-handle { cursor: move; } .menu li.deleting .menu-item-handle { background-image: none; } .menu-item-handle .item-title { font-size: 13px; font-weight: 600; line-height: 20px; display: block; margin-left: 13em; } /* Sortables */ li.menu-item.ui-sortable-helper dl { margin-top: 0; } li.menu-item.ui-sortable-helper .menu-item-transport dl { margin-top: 13px; } .menu .sortable-placeholder { height: 35px; width: 410px; margin-top: 13px; } /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */ .menu-item-depth-0 { margin-right: 0px; } .menu-item-depth-1 { margin-right: 30px; } .menu-item-depth-2 { margin-right: 60px; } .menu-item-depth-3 { margin-right: 90px; } .menu-item-depth-4 { margin-right: 120px; } .menu-item-depth-5 { margin-right: 150px; } .menu-item-depth-6 { margin-right: 180px; } .menu-item-depth-7 { margin-right: 210px; } .menu-item-depth-8 { margin-right: 240px; } .menu-item-depth-9 { margin-right: 270px; } .menu-item-depth-10 { margin-right: 300px; } .menu-item-depth-11 { margin-right: 330px; } .menu-item-depth-0 .menu-item-transport { margin-right: 0px; } .menu-item-depth-1 .menu-item-transport { margin-right: -30px; } .menu-item-depth-2 .menu-item-transport { margin-right: -60px; } .menu-item-depth-3 .menu-item-transport { margin-right: -90px; } .menu-item-depth-4 .menu-item-transport { margin-right: -120px; } .menu-item-depth-5 .menu-item-transport { margin-right: -150px; } .menu-item-depth-6 .menu-item-transport { margin-right: -180px; } .menu-item-depth-7 .menu-item-transport { margin-right: -210px; } .menu-item-depth-8 .menu-item-transport { margin-right: -240px; } .menu-item-depth-9 .menu-item-transport { margin-right: -270px; } .menu-item-depth-10 .menu-item-transport { margin-right: -300px; } .menu-item-depth-11 .menu-item-transport { margin-right: -330px; } body.menu-max-depth-0 { min-width: 950px !important; } body.menu-max-depth-1 { min-width: 980px !important; } body.menu-max-depth-2 { min-width: 1010px !important; } body.menu-max-depth-3 { min-width: 1040px !important; } body.menu-max-depth-4 { min-width: 1070px !important; } body.menu-max-depth-5 { min-width: 1100px !important; } body.menu-max-depth-6 { min-width: 1130px !important; } body.menu-max-depth-7 { min-width: 1160px !important; } body.menu-max-depth-8 { min-width: 1190px !important; } body.menu-max-depth-9 { min-width: 1220px !important; } body.menu-max-depth-10 { min-width: 1250px !important; } body.menu-max-depth-11 { min-width: 1280px !important; } /* Menu item controls */ .item-type { font-size: 12px; padding: 12px 10px; line-height: 18px; display: block; } .item-controls { font-size: 12px; position: absolute; left: 20px; top: -1px; } .item-controls a { text-decoration: none; } .item-controls a:hover { cursor: pointer; } .item-controls .item-order { padding-left: 10px; } .nav-menus-php .item-edit { position: absolute; left: -20px; top: 0; display: block; width: 30px; height: 40px; margin-left: 0 !important; text-indent: 100%; outline: none; overflow: hidden; white-space: nowrap; } /* Menu editing */ .menu-instructions-inactive { display: none; } .menu-item-settings { display: block; width: 402px; padding: 10px 10px 10px 0; position: relative; z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ } .menu-item-settings .field-move a { display: none; margin: 0 2px; } .menu-item-edit-active .menu-item-settings { display: block; } .menu-item-edit-inactive .menu-item-settings { display: none; } .add-menu-item-pagelinks { margin: .5em auto; text-align: center; } .link-to-original { display: block; margin: 0 0 10px; padding: 3px 5px 5px; font-size: 12px; font-style: italic; } .link-to-original a { padding-right: 4px; font-style: normal; } .hidden-field { display: none; } .menu-item-settings .description-thin, .menu-item-settings .description-wide { margin-left: 10px; float: right; } .description-thin { width: 190px; height: 40px; } .description-wide { width: 390px; } .menu-item-actions { padding-top: 15px; } #cancel-save { cursor: pointer; } /* Major/minor publishing actions (classes) */ .nav-menus-php .major-publishing-actions { clear: both; padding: 3px 0 6px; } .nav-menus-php .major-publishing-actions .publishing-action { text-align: left; float: left; line-height: 23px; margin: 4px 0 1px; } .nav-menus-php .blank-slate .menu-settings { display: none; } .nav-menus-php .delete-action { float: right; margin-top: 2px; } .nav-menus-php .submitbox .submitcancel { border-bottom: 1px solid; padding: 1px 2px; text-decoration: none; } .nav-menus-php .major-publishing-actions .form-invalid { padding-right: 4px; margin-right: -4px; border: 0 none; } /* Clearfix */ #menu-item-name-wrap:after, #menu-item-url-wrap:after, #menu-name-label:after, #menu-settings-column .inside:after, #nav-menus-frame:after, .nav-menus-php #post-body-content:after, .nav-menus-php .button-controls:after, .nav-menus-php .major-publishing-actions:after, .nav-menus-php .menu-item-settings:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } #nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; } /* Star Ratings - Back-compat for pre-3.8 */ div.star-holder { position: relative; height: 17px; width: 100px; background: url('../images/stars.png?ver=20121108') repeat-x bottom right; } div.star-holder .star-rating { background: url('../images/stars.png?ver=20121108') repeat-x top right; height: 17px; float: right; } /* Star Ratings */ .star-rating { white-space: nowrap; } .star-rating .star { display: inline-block; width: 20px; height: 20px; -webkit-font-smoothing: antialiased; font-size: 20px; line-height: 1; font-family: 'dashicons'; text-decoration: inherit; font-weight: normal; font-style: normal; vertical-align: top; -moz-transition: color .1s ease-in 0; -webkit-transition: color .1s ease-in 0; text-align: center; color: #0074a2; } .star-rating .star-full:before { content:'\f155'; } .star-rating .star-half:before { content:'\f459'; } .rtl .star-rating .star-half { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } .star-rating .star-empty:before { content:'\f154'; } div.action-links { font-weight: normal; margin: 6px 0 0; } /* Header on thickbox */ #plugin-information-header { margin: 0; padding: 0 5px; font-weight: 600; position: relative; border-bottom-width: 1px; border-bottom-style: solid; height: 2.5em; } #plugin-information ul#sidemenu { font-weight: normal; margin: 0 5px; position: absolute; right: 0; bottom: -1px; } /* Install sidemenu */ #plugin-information { height: auto; } #plugin-information p.action-button { width: 100%; padding-bottom: 0; margin-bottom: 0; margin-top: 10px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } #plugin-information .action-button a { text-align: center; font-weight: 600; text-decoration: none; display: block; line-height: 2em; } #plugin-information h2 { clear: none !important; margin-left: 200px; } #plugin-information .fyi { margin: 0 10px 50px; width: 210px; } #plugin-information .fyi h2 { font-size: 0.9em; margin-bottom: 0; margin-left: 0; } #plugin-information .fyi h2.mainheader { padding: 5px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } #plugin-information .fyi ul { padding: 10px 7px 10px 5px; margin: 0; list-style: none; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } #plugin-information .fyi li { margin-left: 0; } #plugin-information #section-holder { padding: 10px; } #plugin-information .section ul, #plugin-information .section ol { margin-right: 16px; list-style-type: square; list-style-image: none; } #plugin-information #section-screenshots ol { list-style: none; margin: 0; } #plugin-information #section-screenshots li img { vertical-align: text-top; max-width: 100%; width: auto; height: auto; } #plugin-information #section-screenshots li p { font-style: italic; padding-right: 20px; padding-bottom: 2em; } #plugin-information #section-screenshots ol, #plugin-information .updated, #plugin-information pre { margin-left: 215px; } #plugin-information pre { padding: 7px; overflow: auto; border-width: 1px; border-style: solid; } .plugin-version-author-uri { font-size: 13px; } img { border: none; } /* Header */ #wphead { border-bottom-width: 1px; border-bottom-style: solid; } .press-this #wphead { height: 32px; margin-right: 0; margin-left: 0; margin-bottom: 5px; } .press-this #header-logo { float: right; margin: 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .press-this #wphead h1 { font-weight: normal; font-size: 16px; line-height: 32px; margin: 0; float: right; } .press-this #wphead h1 a { text-decoration: none; } .press-this #wphead h1 a:hover { text-decoration: underline; } .press-this #message { margin: 10px 0; } .press-this .posting { margin-left: 252px; } .press-this-sidebar { float: left; width: 240px; padding-top: 10px; } .press-this #title { margin-right: 0; margin-left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .press-this .tagchecklist { margin-top: 8px; } .press-this #titlediv { margin: 0; } .press-this .wp-media-buttons { cursor: default; padding: 8px 8px 6px; } .press-this .howto { margin-top: 2px; margin-bottom: 3px; font-size: 12px; font-style: italic; display: block; } .press-this #wp-content-editor-container { clear: none; } .press-this #poststuff .inside { margin-top: 18px; } .press-this .category-tabs { margin-bottom: 3px; } /* Editor/Main Column */ .press-this #poststuff { margin: 0 10px 10px; padding: 0; } .press-this #photo-add-url-div input[type="text"] { width: 220px; } #poststuff #editor-toolbar { height: 30px; } div.zerosize { border: 0 none; height: 0; margin: 0; overflow: hidden; padding: 0; width: 0; } .posting { margin-left: 212px; position: relative; } .press-this .inner-sidebar { width: 200px; } .press-this .inner-sidebar .sleeve { padding-top: 5px; } .press-this #submitdiv p { margin: 0; padding: 6px; } .press-this #submitdiv #publishing-actions { border-bottom: 1px solid #dfdfdf; } .press-this #publish { float: left; } .press-this #poststuff h2, .press-this #poststuff h3 { font-size: 14px; line-height: 1; } .press-this #tagsdiv-post_tag h3, .press-this #categorydiv h3 { cursor: pointer; } .press-this #submitdiv h3 { cursor: default; } h3.tb { font-weight: 600; font-size: 12px; margin-right: 5px; } #TB_window { border: 1px solid #333; } .press-this .postbox, .press-this .stuffbox { margin-bottom: 10px; min-width: 0; } .js .meta-box-sortables .postbox:hover .handlediv { margin-left: 0 !important; } /* Metabox collapse arrow indicators */ .js .sidebar-name .sidebar-name-arrow:before, .js .meta-box-sortables .postbox .handlediv:before { left: 12px; font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 8px 10px; top: 0; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .js #widgets-left .sidebar-name .sidebar-name-arrow { display: none; } .js #widgets-left .widgets-holder-wrap.closed .sidebar-name .sidebar-name-arrow, .js #widgets-left .sidebar-name:hover .sidebar-name-arrow { display: block; } /* Show the arrow only on hover */ .js .sidebar-name .sidebar-name-arrow:before, .js .meta-box-sortables .postbox .handlediv:before { content: '\f142'; } .js .widgets-holder-wrap.closed .sidebar-name-arrow:before, .js .meta-box-sortables .postbox.closed .handlediv:before { content: '\f140'; } .press-this #submitdiv:hover .handlediv { background: none; } .tbtitle { font-size: 1.7em; outline: none; padding: 3px 4px; border-color: #dfdfdf; } .press-this .actions { float: left; margin: -19px 0 0; } .press-this #extra-fields .actions { margin: -32px 0 0 -7px; } .press-this .actions li { float: right; list-style: none; margin-left: 10px; } #extra-fields .button { margin-left: 5px; } /* Photo Styles */ #photo_saving { margin: 0 8px 8px; vertical-align: middle; } #img_container_container { overflow: auto; } #extra-fields { margin-top: 10px; position: relative; } #extra-fields h2 { margin: 12px; } #waiting { margin-top: 10px; overflow: hidden; } #waiting span { float: left; margin: 0 5px 0 0; } #waiting .spinner { display: block; } #extra-fields .postbox { margin-bottom: 5px; } #extra-fields .titlewrap { padding: 0; overflow: auto; height: 120px; } #img_container a { display: block; float: right; overflow: hidden; } #img_container img, #img_container a { width: 68px; height: 68px; } #img_container img { border: none; background-color: #f4f4f4; cursor: pointer; } #img_container a, #img_container a:link, #img_container a:visited { border: 1px solid #ccc; display: block; position: relative; } #img_container a:hover, #img_container a:active { border-color: #000; z-index: 1000; border-width: 1px; } /* Video */ #embed-code { width: 100%; height: 98px; } /* Categories */ .press-this .categorydiv div.tabs-panel { height: 100px; } /* Tags */ .press-this .tagsdiv .newtag { width: 120px; } .press-this #content { margin: 5px 0; padding: 0 5px; border: 0 none; height: 345px; font-family: Consolas, Monaco, monospace; font-size: 13px; line-height: 19px; background: transparent; } /* Submit */ .press-this #publishing-actions .spinner { display: inline; vertical-align: middle; } #TB_ajaxContent #options { position: absolute; top: 20px; left: 25px; padding: 5px; } #TB_ajaxContent h3 { margin-bottom: .25em; } .error a { text-decoration: underline; } .updated a { text-decoration: none; padding-bottom: 2px; } /* tag hints */ .taghint { color: #aaa; margin: -17px 7px 0 0; visibility: hidden; } input.newtag ~ div.taghint { visibility: visible; } input.newtag:focus ~ div.taghint { visibility: hidden; } /* TinyMCE */ #mce_fullscreen_container { background: #fff; } #photo-add-url-div input[type="text"] { width: 300px; } /* Theme/Plugin Editor */ .alignleft h3 { margin: 0; } #template textarea { font-family: Consolas, Monaco, monospace; font-size: 13px; width: 97%; background: #f9f9f9; outline: none; } /* @noflip */ #template textarea, #docs-list { direction: ltr; } #template p { width: 97%; } #templateside { float: left; width: 190px; word-wrap: break-word; } #templateside h3, #postcustomstuff p.submit { margin: 0; } #templateside h4 { margin: 1em 0 0; } #templateside ol, #templateside ul { margin: .5em 0; padding: 0; } #templateside li { margin: 4px 0; } #templateside a, .theme-editor-php .highlight { display: block; padding: 3px 12px 3px 3px; text-decoration: none; } .theme-editor-php .highlight { margin: -3px -12px -3px 3px; } #templateside .highlight { border: none; font-weight: bold; } .nonessential { font-size: 11px; font-style: italic; padding-right: 12px; } #documentation { margin-top: 10px; } #documentation label { line-height: 22px; vertical-align: baseline; font-weight: 600; } .fileedit-sub { padding: 10px 0 8px; line-height: 180%; } .feature-filter { padding: 8px 12px 0; } .feature-filter .feature-group { float: right; margin: 5px 10px 10px; } .feature-filter .feature-group li { display: inline-block; vertical-align: top; list-style-type: none; padding-left: 25px; width: 150px; } /* General Widgets Styles */ .widget { margin: 0 auto 10px; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .widget-top { font-size: 13px; font-weight: 600; background: #f7f7f7; } .widget-top a.widget-action, .widget-top a.widget-action:hover { text-decoration: none; } .widget-title h4 { margin: 0; padding: 15px; line-height: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .widgets-holder-wrap .widget-inside { border-top: none; padding: 1px 15px 15px 15px; line-height: 16px; } /* Widget Dragging Helpers */ .widget.ui-draggable-dragging { min-width: 100%; } .widget.ui-sortable-helper { opacity: 0.8; } .widget-placeholder { border: 1px dashed #bbb; margin: 0 auto 10px; height: 45px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #widgets-right .widget-placeholder { margin-top: 0; } #widgets-right .closed .widget-placeholder { height: 0; border: 0; margin-top: -10px; } /* Widget Sidebars */ .sidebar-name { border: none; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .sidebar-name-arrow { position: absolute; top: 0; left: 0; bottom: 0; } .js .sidebar-name { cursor: pointer; } .sidebar-name h3 { margin: 0; padding: 8px 10px; overflow: hidden; white-space: nowrap; } .widgets-holder-wrap .description { padding: 0 0 15px; margin: 0; font-style: normal; color: #777; } #widgets-right .widgets-holder-wrap .description { padding-right: 7px; padding-left: 7px; } /* Widgets 2-col Layout */ div.widget-liquid-left { margin: 0; width: 38%; float: right; } div.widget-liquid-right { float: left; width: 58%; } /* Widgets Left - Available Widgets */ div#widgets-left { padding-top: 12px; } div#widgets-left .closed .sidebar-name, div#widgets-left .inactive-sidebar.closed .sidebar-name { margin-bottom: 10px; } div#widgets-left .sidebar-name h3 { padding: 10px 0; margin: 0 0 0 10px; } div#widgets-left .sidebar-name .sidebar-name-arrow:before { left: 0; top: 4px; padding: 4px 4px 4px 6px; } div#widgets-left .widget-holder { background: transparent; border: none; } #available-widgets .widget-action { display: none; } #available-widgets .widget { margin: 0; } #available-widgets .widget:nth-child(odd) { clear: both; } #available-widgets .widget .widget-description { display: block; padding: 10px 15px; font-size: 12px; } #available-widgets #widget-list { position: relative; } /* Inactive Sidebars */ #widgets-left .inactive-sidebar { clear: both; width: 100%; background: transparent; padding: 0; margin: 0 0 20px 0; border: none; box-shadow: none; } #widgets-left .inactive-sidebar.first { margin-top: 40px; } /* Not sure what this is for... */ div#widgets-left .inactive-sidebar .widget.expanded { right: auto; } .widget-title-action { float: left; position: relative; } div#widgets-left .inactive-sidebar .widgets-sortables { min-height: 42px; padding: 0; background: transparent; margin: 0; position: relative; } /* Widgets Right */ div#widgets-right:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div#widgets-right .sidebars-column-1, div#widgets-right .sidebars-column-2 { max-width: 450px; } div#widgets-right .widgets-holder-wrap { margin: 10px 0 0 0; } div#widgets-right .sidebar-description { min-height: 20px; margin-top: -5px; } div#widgets-right .sidebar-name h3 { padding: 15px 7px; } div#widgets-right .sidebar-name .sidebar-name-arrow:before { left: 0; top: 4px; } div#widgets-right .widget-top { padding: 0; } div#widgets-right .widgets-sortables { padding: 0 8px; margin-bottom: 9px; position: relative; min-height: 123px; } div#widgets-right .closed .widgets-sortables { min-height: 0; margin-bottom: 0; } .sidebar-name .spinner { margin: -5px 5px; float: none; } /* Dragging a widget over a closed sidebar */ #widgets-right .widgets-holder-wrap.widget-hover { border-color: #777; box-shadow: 0 1px 2px rgba(0,0,0,0.3); } /* Accessibility Mode */ .widgets_access #widgets-left .widget .widget-top { cursor: auto; } .widgets_access #wpwrap .widgets-holder-wrap.closed .sidebar-description, .widgets_access #wpwrap .widgets-holder-wrap.closed .widget, .widgets_access #wpwrap .widget-control-edit { display: block; } .widgets_access #widgets-left .widget .widget-top:hover, .widgets_access #widgets-right .widget .widget-top:hover { border-color: #ddd; } #available-widgets .widget-control-edit .edit, #widgets-left .inactive-sidebar .widget-control-edit .add, #widgets-right .widget-control-edit .add { display: none; } .widget-control-edit { display: block; color: #666; background: #EEE; padding: 0 15px; line-height: 43px; border-right: 1px solid #DDD; } #widgets-left .widget-control-edit:hover, #widgets-right .widget-control-edit:hover { color: #fff; background: #444; border-right: 0; outline: 1px solid #444; } .widgets-holder-wrap .sidebar-name, .widgets-holder-wrap .sidebar-description { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .editwidget { margin: 0 auto; } .editwidget .widget-inside { display: block; padding: 0 15px; } .editwidget .widget-control-actions { margin-top: 20px; } .js .widgets-holder-wrap.closed .widget, .js .widgets-holder-wrap.closed .sidebar-description, .js .closed br.clear { display: none; } .nav-menus-php .item-edit:before, .widget-top a.widget-action:after, .control-section .accordion-section-title:after, .accordion-section-title:after { left: 0; content: '\f140'; border: none; background: none; font: normal 20px/1 'dashicons'; speak: none; display: block; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .widget-top a.widget-action:after { padding: 12px 12px 0; } .nav-menus-php .item-edit:before { line-height: 2.1; } .control-section .accordion-section-title:after, .accordion-section-title:after { float: left; left: 20px; top: -2px; } .control-section.open .accordion-section-title:after, #customize-info.open .accordion-section-title:after, .nav-menus-php .menu-item-edit-active .item-edit:before { content: '\f142'; } /* Hide Widget Settings by Default */ .widget-inside, .widget-description { display: none; } /* Dragging widgets over the available widget area show's a "Deactivate" message */ #removing-widget { display: none; font-weight: normal; padding-right: 15px; font-size: 12px; line-height: 1; } .widget-control-noform, #access-off, .widgets_access .widget-action, .widgets_access .sidebar-name-arrow, .widgets_access #access-on, .widgets_access .widget-holder .description, .no-js .widget-holder .description { display: none; } .widgets_access .widget-holder, .widgets_access #widget-list { padding-top: 10px; } .widgets_access #access-off { display: inline; } .widgets_access .sidebar-name, .widgets_access .widget .widget-top { cursor: default; } /* Widgets Area Chooser */ .widget-liquid-left #widgets-left.chooser #available-widgets .widget, .widget-liquid-left #widgets-left.chooser .inactive-sidebar { transition: opacity 0.1s linear; } .widget-liquid-left #widgets-left.chooser #available-widgets .widget, .widget-liquid-left #widgets-left.chooser .inactive-sidebar { /* -webkit-filter: blur(1px); */ opacity: 0.2; pointer-events: none; } .widget-liquid-left #widgets-left.chooser #available-widgets .widget-in-question { /* -webkit-filter: none; */ opacity: 1; pointer-events: auto; } .widgets-chooser ul.widgets-chooser-sidebars { margin: 0; list-style-type: none; max-height: 300px; overflow: auto; } .widgets-chooser { display: none; } .widgets-chooser ul { border: 1px solid #ccc; } .widgets-chooser li { padding: 10px 35px 10px 15px; border-bottom: 1px solid #ccc; background: #fff; margin: 0; cursor: pointer; outline: none; position: relative; transition: background: 0.2s ease-in-out; } .widgets-chooser li:hover, .widgets-chooser li:focus { background: rgba(255,255,255,0.7); } .widgets-chooser li:focus:before { content: '\f147'; display: block; -webkit-font-smoothing: antialiased; font: normal 26px/1 'dashicons'; color: #999; position: absolute; top: 7px; right: 5px; } .widgets-chooser li:last-child { border: none; } .widgets-chooser li.widgets-chooser-selected { background: #2ea2cc; color: #fff; } .widgets-chooser li.widgets-chooser-selected:before, .widgets-chooser li.widgets-chooser-selected:focus:before { content: '\f147'; display: block; -webkit-font-smoothing: antialiased; font: normal 26px/1 'dashicons'; color: #fff; position: absolute; top: 7px; right: 5px; } .widgets-chooser .widgets-chooser-actions { padding: 10px 0 12px 0; text-align: center; } .widgets-chooser button { margin-left: 5px; } #available-widgets .widget .widget-top { cursor: pointer; } /* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */ .ui-sortable, .ui-draggable { -ms-touch-action: none; touch-action: none; } .meta-box-sortables.ui-sortable, .widgets-holder-wrap .ui-draggable, .widgets-holder-wrap .ui-sortable, .menu.ui-sortable { -ms-touch-action: auto; touch-action: auto; } .meta-box-sortables.ui-sortable .hndle, .menu.ui-sortable .menu-item-handle { -ms-touch-action: none; touch-action: none; } /* Accordion */ .accordion-section { border-bottom: 1px solid #dfdfdf; margin: 0; } .accordion-section.open .accordion-section-content, .no-js .accordion-section .accordion-section-content { display: block; } .accordion-section.open:hover { border-bottom-color: #dfdfdf; } .accordion-section-content { display: none; padding: 10px 20px 15px; overflow: hidden; background: #fff; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; } .accordion-section-title { margin: 0; padding: 12px 15px 15px; position: relative; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .js .accordion-section-title { cursor: pointer; } .js .accordion-section-title:after { position: absolute; top: 12px; left: 10px; z-index: 1; } .accordion-section-title:focus { outline: none; } .accordion-section-title:hover:after, .accordion-section-title:focus:after { border-color: #aaa transparent; } .cannot-expand .accordion-section-title { cursor: auto; } .cannot-expand .accordion-section-title:after { display: none; } .control-section .accordion-section-title { border-right: none; border-left: none; padding: 10px 14px 11px 10px; line-height: 21px; background: #fff; } .control-section .accordion-section-title:after { top: 11px; } .js .control-section:hover .accordion-section-title, .js .control-section .accordion-section-title:hover, .js .control-section.open .accordion-section-title, .js .control-section .accordion-section-title:focus { color: #222; background: #f5f5f5; } .control-section.open .accordion-section-title { /* When expanded */ border-bottom: 1px solid #dfdfdf; } .sticky-menu #TB_window .updated { margin: 16px 0 0; } li#wp-admin-bar-menu-toggle { display: none; } /* =Media Queries -------------------------------------------------------------- */ @media screen and (max-width: 480px) { div.widget-liquid-left { width: 100%; float: none; border-left: none; padding-left: 0; } #widgets-left .sidebar-name { margin-left: 0; } #widgets-left #available-widgets .widget-top { margin-left: 0; } #widgets-left .inactive-sidebar .widgets-sortables { margin-left: 0; } div.widget-liquid-right { width: 100%; float: none; } div.widget { margin: 0 auto 10px !important; max-width: 480px; } } @media screen and (max-width: 320px) { div.widget { max-width: 320px; } } @media only screen and (max-width: 768px) { /* categories */ #col-left { width: 100%; } #col-right { width: 100%; } } @media only screen and (min-width: 769px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (max-width: 860px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (min-width: 980px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (max-width: 768px) { /* categories */ #col-left { width: 100%; } #col-right { width: 100%; } .form-field input, .form-field textarea { width: 99%; } .form-wrap .form-field { padding:0; } /* users */ #profile-page .form-table textarea { max-width: 400px; width: auto; } /* menu locations */ #menu-locations-wrap .widefat { width: 100%; } } @media only screen and (min-width: 1250px) { #widgets-left #available-widgets .widget { width: 49%; float: right; } .widget.ui-draggable-dragging { min-width: 49%; } #widgets-left #available-widgets .widget:nth-child(even) { float: left; } #widgets-right .sidebars-column-1, #widgets-right .sidebars-column-2 { float: right; width: 49%; } #widgets-right .sidebars-column-1 { margin-left: 2%; } #widgets-right.single-sidebar .sidebars-column-1, #widgets-right.single-sidebar .sidebars-column-2 { float: none; width: 100%; margin: 0; } } /** * HiDPI Displays */ @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { tr.wp-locked .locked-indicator { background-image: url('../images/lock-2x.png'); background-size: 16px 16px; } #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-2x.gif') no-repeat scroll left bottom; background-size: 11px 11px; } .rtl #content-resize-handle, .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom; } /* Back-compat for pre-3.8 */ div.star-holder { background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom right; background-size: 21px 37px; } /* Back-compat for pre-3.8 */ div.star-holder .star-rating { background: url('../images/stars-2x.png?ver=20121108') repeat-x top right; background-size: 21px 37px; } .wp-full-overlay .collapse-sidebar-arrow { background-image: url('../images/arrows-2x.png'); background-size: 15px 123px; } .spinner, .imgedit-wait, .customize-loading #customize-container, .revision-tick.completed-false, #theme-installer .wp-full-overlay-main { background-image: url('../images/spinner-2x.gif'); } } /* =Localized CSS -------------------------------------------------------------- */ /* zh_CN: Remove italic properties. */ .locale-zh-cn .howto, .locale-zh-cn .tablenav .displaying-num, .locale-zh-cn .js .input-with-default-title, .locale-zh-cn .link-to-original, .locale-zh-cn .inline-edit-row fieldset span.title, .locale-zh-cn .inline-edit-row fieldset span.checkbox-title, .locale-zh-cn #utc-time, .locale-zh-cn #local-time, .locale-zh-cn p.install-help, .locale-zh-cn p.help, .locale-zh-cn p.description, .locale-zh-cn span.description, .locale-zh-cn .form-wrap p { font-style: normal; } /* zh_CN: Enlarge dashboard widget 'Configure' link */ .locale-zh-cn .hdnle a { font-size: 12px; } /* zn_CH: Enlarge font size, set font-size: normal */ .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } /* Zn_CH: Distraction free writing. * More beautiful font for "Just write." * Larger text for HTML/Visual mode. */ .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; } .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } /* zh_CN: Enlarge font-size. */ .locale-zh-cn #sort-buttons { font-size: 1em !important; } /* de_DE: Text needs more space for translation */ .locale-de-de .inline-edit-row fieldset label span.title { width: 7em; /* default 5em */ } .locale-de-de .inline-edit-row fieldset label span.input-text-wrap { margin-right: 7em; /* default 5em */ } .locale-de-de #customize-header-actions .button { padding: 0 5px 1px; /* default 0 10px 1px */ } .locale-de-de #customize-header-actions .spinner { margin: 16px 3px 0; /* default 16px 4px 0 5px */ } /* ru_RU: Text needs more room to breathe. */ .locale-ru-ru .inline-edit-row fieldset label span.title { width: 8em; /* default 5em */ } .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap { margin-right: 8em; /* default 5em */ } .locale-ru-ru.press-this .posting { margin-left: 277px; /* default 252px + 25px */ } .locale-ru-ru .press-this-sidebar { width: 265px; /* default 240px + 25px */ } .locale-ru-ru #customize-header-actions .button { padding: 0 5px 1px; /* default 0 10px 1px */ } .locale-ru-ru #customize-header-actions .spinner { margin: 16px 3px 0; /* default 16px 4px 0 5px */ } /* lt_LT: QuickEdit */ .locale-lt-lt .inline-edit-row fieldset label span.title { width: 8em; } .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap { margin-right: 8em; } @-ms-viewport { width: device-width; } @media screen and ( max-width: 782px ) { html.wp-toolbar { padding-top: 46px; } body { min-width: 240px; overflow-x: hidden; } body * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; } #wpwrap { background: #f0f0f0; } #wpcontent, .auto-fold #wpcontent { position: relative; margin-right: 0; padding-right: 10px; } .wrap { margin-left: 12px; margin-right: 0; } .col-wrap { padding: 0; } .sticky-menu #adminmenuwrap { position: relative; z-index: auto; top: 0; } /* Hidden Elements */ #screen-meta, #screen-meta-links, #collapse-menu, .post-format-select { display: none !important; } /* Input Elements */ textarea { -webkit-appearance: none; } input[type=text], input[type=search], input[type=password], input[type=number] { -webkit-appearance: none; padding: 6px 10px; } input.code { padding-bottom: 5px; padding-top: 10px; } input[type=checkbox], .widefat th input[type=checkbox] { -webkit-appearance: none; padding: 10px; } .widefat th input[type=checkbox] { margin-bottom: 8px; } input[type=checkbox]:checked:before, .widefat th input[type=checkbox]:before { font: normal 30px/1 'Dashicons'; margin: -3px -5px; } input[type=radio], input[type=checkbox] { height: 25px; width: 25px; } .wp-admin p input[type=checkbox], .wp-admin p input[type=radio] { margin-top: -3px; } input[type=radio]:checked:before { vertical-align: middle; width: 9px; height: 9px; margin: 7px; line-height: 16px; } .wp-upload-form input[type=submit] { margin-top: 10px; } #wpbody select { height: 36px; font-size: 16px; } .wp-admin .button-cancel { padding: 0; font-size: 14px; } .wrap .add-new-h2, .wrap .add-new-h2:active { padding: 10px 15px; font-size: 14px; } .wp-color-result { height: auto; padding-right: 45px; } .wp-color-result:after { font-size: 14px; height: auto; padding: 6px 14px; } #createuser .form-field input { width: 100%; } /* Feedback Messages */ .wrap div.updated, .wrap div.error, .media-upload-form div.error { margin: 20px 0 10px 0; padding: 5px 10px; font-size: 14px; line-height: 175%; } /* Sidebar Adjustments */ .auto-fold #adminmenu, .auto-fold #adminmenuback, .auto-fold #adminmenuwrap { position: absolute; width: 190px; z-index: 100; } .auto-fold #adminmenuback, .auto-fold #adminmenuwrap { display: none; } .auto-fold #adminmenu li.menu-top { width: 100%; } /* Resize the admin menu items to a comfortable touch size */ .auto-fold #adminmenu li a { font-size: 16px; padding: 5px; } .auto-fold #adminmenu li.menu-top .wp-submenu > li > a { padding: 10px 20px 10px 10px; } /* Restore the menu names */ .auto-fold #adminmenu .wp-menu-name { display: block; margin-right: 35px; } /* Switch the arrow side */ .auto-fold ul#adminmenu a.wp-has-current-submenu:after, .auto-fold ul#adminmenu > li.current > a.current:after { border-width: 8px; margin-top: -8px; } .auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { display: none; } /* Make the submenus appear correctly when tapped. */ #adminmenu .wp-submenu { position: relative; display: none; } .auto-fold #adminmenu .selected .wp-submenu, .auto-fold #adminmenu .wp-menu-open .wp-submenu { position: relative; display: block; top: 0; right: -1px; -webkit-box-shadow: none; box-shadow: none; } .auto-fold #adminmenu .selected .wp-submenu:after, .auto-fold #adminmenu .wp-menu-open .wp-submenu:after { display: none; } .auto-fold #adminmenu .opensub .wp-submenu { display: none; } .auto-fold #adminmenu .selected .wp-submenu { display: block; } .auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { display: block; } .auto-fold #adminmenu a.menu-top:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { position: relative; right: -1px; left: 0; top: 0; } /* Remove submenu headers and adjust sub meu*/ #adminmenu .wp-submenu .wp-submenu-head { display: none; } /* Sidebar Toggle */ #wp-responsive-toggle { position: fixed; top: 5px; right: 4px; padding-left: 10px; z-index: 99999; border: none; box-sizing: border-box; -moz-box-sizing: border-box; } .wrap .icon32 + h2 { margin-top: -2px; } .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { background: #333; } .wp-responsive-open #wpbody { left: -190px; } .auto-fold .wp-responsive-open #adminmenuback, .auto-fold .wp-responsive-open #adminmenuwrap { display: block; } /* General New Post Form */ #post-body-content { min-width: 0; } #titlediv #title-prompt-text, #wp-fullscreen-title-prompt-text { padding: 10px 10px; } .post-format-options { padding-left: 0; } .post-format-options a { margin-left: 5px; margin-bottom: 5px; min-width: 52px; } .post-format-options .post-format-title { font-size: 11px; } .post-format-options a div { height: 28px; width: 28px; } .post-format-options a div:before { font-size: 26px !important; } /* General Metabox */ .postbox { font-size: 14px; } #poststuff h3, .metabox-holder h3 { padding: 12px; } .postbox .handlediv { margin-top: 3px; } /* Publish Metabox Options */ #post-visibility-select { line-height: 280%; } .wp-core-ui .save-post-visibility, .wp-core-ui .save-timestamp { vertical-align: middle; margin-left: 15px; } .timestamp-wrap select#mm { display: block; width: 100%; margin-bottom: 10px; } .timestamp-wrap #jj, .timestamp-wrap #aa, .timestamp-wrap #hh, .timestamp-wrap #mn { padding: 12px 3px; font-size: 14px; margin-bottom: 5px; width: auto; text-align: center; } /* Categories Metabox */ ul.category-tabs { margin: 30px 0 15px; } ul.category-tabs li.tabs { padding: 15px; } .press-this ul.category-tabs li.tabs { padding: 3px 5px 5px; /* Reset tabs in Press This to standard size */ } ul.categorychecklist li { margin-bottom: 15px; } ul.categorychecklist ul { margin-top: 15px; } .category-add input[type=text], .category-add select { max-width: none; margin-bottom: 15px; } /* Tags Metabox */ .tagsdiv .newtag { width: 100%; padding: 25px 10px; margin-bottom: 15px; } .tagchecklist { margin: 25px 10px; } .tagchecklist span { font-size: 16px; line-height: 120%; } /* Revisions */ #diff-next-revision, #diff-previous-revision { margin-top: -1em; } table.diff { -ms-word-break: break-all; word-break: break-all; word-wrap: break-word; } /* Discussion */ #commentstatusdiv p { line-height: 2.8; } /* TinyMCE Adjustments */ .mceToolbar * { white-space: normal !important; } .mceToolbar tr, .mceToolbar td { float: right !important; } .wp_themeSkin a.mceButton { width: 30px; height: 30px; } .wp_themeSkin .mceButton .mceIcon { margin-top: 5px; margin-right: 5px; } .wp_themeSkin .mceSplitButton { margin-top: 1px; } .wp_themeSkin .mceSplitButton td a.mceAction { padding-top: 6px; padding-bottom: 6px; padding-right: 6px; padding-left: 3px; } .wp_themeSkin .mceSplitButton td a.mceOpen, .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen { padding-top: 6px; padding-bottom: 6px; background-position: 1px 6px; } .wp_themeSkin table.mceListBox { margin: 5px; } div.quicktags-toolbar input { padding: 10px 20px; } #wp-content-editor-tools { overflow: hidden; padding: 20px 0 1px 15px; top: 1px; } a.wp-switch-editor { font-size: 16px; line-height: 1em; margin: 3px 7px 0 0; padding: 12px 15px; } #wp-content-media-buttons a { font-size: 16px; line-height: 37px; height: 39px; padding: 0 15px 0 20px; } .wp-media-buttons span.wp-media-buttons-icon, .wp-media-buttons span.jetpack-contact-form-icon { width: 22px !important; margin-top: -3px !important; margin-right: -5px !important; } .wp-media-buttons .add_media span.wp-media-buttons-icon:before, .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before { font-size: 20px !important; } #content_wp_fullscreen { display: none; } .misc-pub-section { padding: 20px 10px 20px; } .misc-pub-section > a { float: left; font-size: 16px; } #delete-action, #publishing-action { line-height: 47px; } /* Subsubsub Nav */ .subsubsub { font-size: 16px; text-align: center; margin-bottom: 15px; } /* WP List Table Options & Filters */ .tablenav { height: auto; } .tablenav.top { margin: 0; } .tablenav.bottom { position: relative; margin-top: 15px; } .tablenav br { display: none; } .tablenav br.clear { display: block; } #wpbody-content { padding-bottom: 100px; } p.search-box { float: none; position: absolute; bottom: 0; width: 98%; height: 90px; margin-bottom: 20px; } p.search-box input[name="s"] { height: auto; float: none; width: 100%; margin-bottom: 10px; vertical-align: middle; -webkit-appearance: none; } p.search-box input[type="submit"] { margin-bottom: 10px; } .tablenav.top .actions, .view-switch { display: none; } /* Pagination */ .tablenav.top .displaying-num { display: none; } .tablenav.bottom .displaying-num { position: absolute; left: 0; top: 10px; font-size: 14px; } .tablenav-pages { width: 100%; text-align: center; margin: 0 0 25px; } .tablenav.bottom .tablenav-pages { margin-top: 25px; } .tablenav.top .tablenav-pages.one-page { display: none; } .tablenav.bottom .tablenav-pages.one-page { margin: 15px 0 0 0; height: 0; } .tablenav-pages .pagination-links .paging-input { font-size: 18px; } .tablenav-pages .pagination-links a { padding: 8px 20px 11px; font-size: 18px; background: rgba(0, 0, 0, 0.05); } .tablenav-pages .pagination-links .current-page { padding: 10px; font-size: 14px; } /* WP List Table Adjustments: General */ .form-wrap > p { display: none; } .comment-count { font-size: 14px; } /* Columns to hide */ .fixed .column-date, .fixed .column-author, .column-categories, .column-tags, .tags .column-description, .media .column-parent, .users .column-email, .users .column-name, .sites .column-registered, .sites .column-users { display: none; } .fixed .column-comment .comment-author { display: block; } /* Posts */ .column-title { width: 85%; } .fixed .column-comments, .widefat .check-column { width: 35px } .widefat thead .check-column, .widefat tfoot .check-column { padding: 10px 0 10px; } .widefat * { word-wrap: normal; } /* Quick Edit and Bulk Edit */ #wpbody-content .quick-edit-row-post .inline-edit-col-left, #wpbody-content .quick-edit-row-post .inline-edit-col-right, #wpbody-content .inline-edit-row-post .inline-edit-col-center, #wpbody-content .quick-edit-row-page .inline-edit-col-left, #wpbody-content .quick-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row-post .inline-edit-col-right, #wpbody-content .bulk-edit-row .inline-edit-col-left, #wpbody-content .bulk-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row .inline-edit-col-bottom { float: none; width: 100%; } #wpbody-content .quick-edit-row fieldset .inline-edit-col label, #wpbody-content .quick-edit-row fieldset .inline-edit-group label, #wpbody-content .bulk-edit-row fieldset .inline-edit-col label, #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { max-width: none; float: none; margin-bottom: 5px; } #wpbody .bulk-edit-row fieldset select { display: block; width: 100%; max-width: none; -moz-box-sizing: border-box; box-sizing: border-box; } .inline-edit-row fieldset ul.cat-checklist label, .inline-edit-row #bulk-titles div { font-size: 16px; } .inline-edit-row fieldset label span.title { float: none; } .inline-edit-row fieldset label.inline-edit-tags { padding: 0 0.5em; } .inline-edit-row fieldset .inline-edit-col label.inline-edit-tags { padding: 0; } .inline-edit-row fieldset label span.input-text-wrap { margin-right: 0; } .inline-edit-row fieldset input[name=jj], .inline-edit-row fieldset input[name=hh], .inline-edit-row fieldset input[name=mn] { width: 3em; } .inline-edit-row fieldset input[name=aa] { width: 4.5em; } #bulk-titles div { margin: 0.8em 0.3em; } #bulk-titles div a { height: 22px; } /* Taxonomies */ .tags .column-posts { width: 50px; } .tags .column-slug { width: 30%; } /* Comments */ .comments .column-response { width: 35%; } /* Users */ .users .column-role { width: 35%; } /* Network admin sites */ .sites .column-blogname { width: 55%; } /* Updates */ #wpbody-content #update-themes-table .plugin-title { width: auto; } /* Form Tables */ .form-table { -moz-box-sizing: border-box; box-sizing: border-box; } .form-table th, .form-table td { display: block; width: auto; vertical-align: middle; } .form-table .color-palette td { display: table-cell; width: 15px; } .form-table table.color-palette { margin-left: 10px; } textarea, input { font-size: 16px; } .form-table td input[type="text"], .form-table td input[type="password"], .form-table td select, .form-table td textarea, .form-table span.description, #profile-page .form-table textarea { width: 100%; font-size: 16px; line-height: 1.5; padding: 7px 10px; display: block; max-width: none; box-sizing: border-box; -moz-box-sizing: border-box; } input[type=text].small-text, input[type=search].small-text, input[type=password].small-text, input[type=number].small-text, input[type="number"].small-text, .form-table input[type=text].small-text { width: auto; max-width: 55px; display: inline; padding: 3px 6px; margin: 0 3px; } #pass-strength-result { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; padding: 8px; } .form-table span.description { padding: 4px 0 0; line-height: 1.4em; } .form-table th { padding-top: 10px; padding-bottom: 0; border-bottom: 0; } .form-table td { padding-top: 8px; padding-right: 0; } .form-table input.regular-text { width: 100%; } .form-table label { font-size: 14px; } .form-table fieldset label { display: block; } #utc-time { margin-top: 10px; } #utc-time, #local-time { display: block; float: none; padding: 0; line-height: 2; } /* Add/Edit Media */ .wp_attachment_details label[for="content"] { font-size: 14px; line-height: 1.5em; } /* Links */ .link-manager-php #posts-filter { margin-top: 25px; } .link-manager-php .tablenav.bottom { overflow: hidden; } .links-table #link_rel { max-width: none; } .links-table th, .links-table td { padding: 10px 0; } /** * Nav Menus * ---------------------------------------------------------------------------- */ body.nav-menus-php { min-width: 0 !important; } #nav-menus-frame { margin-right: 0; float: none; width: 100%; } #wpbody-content #menu-settings-column { display: block; width: 100%; float: none; margin-right: 0; } #side-sortables .add-menu-item-tabs { margin: 15px 0 14px; } ul.add-menu-item-tabs li.tabs { padding: 13px 15px 14px; } .nav-menus-php .item-controls .item-type { margin-top: 2px; } .nav-menus-php .customlinkdiv .howto input { width: 65%; } .nav-menus-php .quick-search { width: 85%; } #menu-management-liquid { margin-top: 25px; } .nav-menus-php .menu-name-label.howto span { margin-top: 13px } .menu-name-label #menu-name { margin-top: 4px; } .nav-menus-php .major-publishing-actions .publishing-action { margin-top: 6px; } .nav-menus-php .delete-action { font-size: 14px; line-height: 50px; margin-top: 12px; } .menu-item-bar .menu-item-handle, .menu-item-settings, .description-wide { width: auto; } .menu-item-settings { padding: 10px; } .menu-item-settings .description-thin, .menu-item-settings .description-wide { width: 100%; height: auto; } .menu-item-settings input { width: 100%; } .menu-settings dl { padding-right: 0; } .menu-settings dd { float: none; width: 100%; margin-bottom: 15px; } .menu-settings dt { float: none; width: auto; margin-right: 0; margin-bottom: 15px; } .available-theme .action-links .delete-theme { float: none; margin: 0; padding: 0; clear: both; } .available-theme .action-links .delete-theme a { padding: 0; } /* Widget Management Page (Needs UX work on mobile) */ #templateside { float: none; width: auto; } #templateside li { margin: 0; } #templateside li a { display: block; padding: 5px; } #templateside .highlight { padding: 5px; margin-right: -5px; margin-top: -5px; } #template div { float: none; margin: 0; width: auto; } #template textarea { width: 100%; } .fileedit-sub .alignright { margin-top: 15px; } /* Plugin/Theme Management Page */ .wp-list-table.plugins { position: relative; margin-top: 35px; margin-bottom: 50px; } .wp-list-table.plugins thead .column-description, #wpbody-content .wp-list-table.plugins tfoot .column-description, .wp-list-table.plugins th#description { display: none; } #wpbody-content .wp-list-table.plugins, #wpbody-content .wp-list-table.plugins thead, #wpbody-content .wp-list-table.plugins tbody, #wpbody-content .wp-list-table.plugins tr, #wpbody-content .wp-list-table.plugins .column-description, #wpbody-content .wp-list-table.plugins .plugin-title, #wpbody-content .wp-list-table.plugins .theme-title, #wpbody-content .wp-list-table.plugins .plugin-update, #wpbody-content .wp-list-table.plugins .manage-column.column-name { display: block; width: auto; } .wp-list-table.plugins thead, .wp-list-table.plugins tfoot { position: absolute; top: -35px; right: 0; left: 0; width: auto; height: 35px; } .wp-list-table.plugins tfoot { bottom: -35px; top: auto; } .active, .inactive { padding-top: 0; } .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title { padding-top: 13px; padding-bottom: 4px; } .plugins tr.active + tr.inactive th.check-column, .plugins tr.active + tr.inactive td, .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title, .wp-list-table.plugins tbody th { box-shadow: none; -webkit-box-shadow: none; } .plugins tbody { padding: 1px 0 0; } .plugins tr.active + tr.inactive td.column-description { -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); } .plugins tr.active + tr.inactive th.check-column, .plugins tr.active + tr.inactive td { border-top: none; } .wp-list-table.plugins .column-description { padding-top: 0; } .wp-list-table.plugins .manage-column.column-name, .wp-list-table.plugins .column-description, .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title { padding-left: 12px; padding-right: 46px; } .wp-list-table.plugins tr { position: relative; } .wp-list-table.plugins th.check-column, .wp-list-table.plugins tr.update th.check-column { position: absolute; height: auto; top: 0; bottom: 0; right: 0; padding-right: 2px; padding-top: 18px; } .wp-list-table.plugins thead th.check-column, .wp-list-table.plugins tfoot th.check-column { padding-right: 3px; padding-top: 11px; background: none; } .widefat tbody th.check-column input[type="checkbox"] { margin-top: -3px; margin-right: 8px; } .wp-list-table.plugins .active .check-column input, .wp-list-table.plugins .update .check-column input { margin-right: 5px; } .wp-list-table.plugins thead .check-column input, .wp-list-table.plugins tfoot .check-column input { margin-top: -6px; } .wp-list-table.plugins .active th.check-column { background: none; } .wp-list-table.plugins .plugin-title strong, .wp-list-table.plugins .theme-title strong { font-size: 1.4em; line-height: 1.6em; } /* Add New plugins page */ table.plugin-install .column-name, table.plugin-install .column-version, table.plugin-install .column-rating, table.plugin-install .column-description { display: block; width: auto; } table.plugin-install th.column-name, table.plugin-install th.column-version, table.plugin-install th.column-rating, table.plugin-install th.column-description { display: none; } table.plugin-install td.column-name strong { font-size: 1.4em; line-height: 1.6em; } table.plugin-install #the-list td { -webkit-box-shadow: none; box-shadow: none; } table.plugin-install #the-list tr { display: block; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); } /* Dashboard */ #dashboard_recent_comments #the-comment-list .comment-item .avatar { height: 30px; width: 30px; margin: 4px 0 5px 10px; } /* About Page */ .about-wrap .feature-section.one-col > div, .about-wrap .feature-section.two-col > div, .about-wrap .three-col.about-updates > div { width: 100%; margin: 0; float: none; } .about-wrap .about-colors .color-option { width: 49%; } /* Moderate Comment */ .comment-ays { border-bottom: none; } #wpfooter { display: none; } #comments-form .checkforspam { display: none; } /* Reset responsive styles in Press This */ .press-this a.wp-switch-editor { font: 13px/19px "Open Sans", sans-serif; margin: 5px 5px 0 0; padding: 3px 8px 4px; } .press-this #wp-content-media-buttons a { padding: 0; line-height: normal; height: auto; } .press-this #wp-content-editor-tools { padding: 0; top: 3px; } .press-this .category-tabs { margin-top: 0; } .press-this .tagsdiv .newtag { width: 120px; padding: 3px 5px; margin-bottom: 0; } .press-this .tagchecklist { padding: 0; margin-bottom: 0; } .press-this .wp_themeSkin a.mceButton { width: 20px; height: 20px; } .press-this .wp_themeSkin .mceButton .mceIcon { margin: 0; } .press-this #poststuff h3, .press-this .metabox-holder h3 { padding: 7px 12px; } .interim-login input[type=checkbox], .press-this input[type=checkbox], .press-this input[type=radio] { height: 16px; width: 16px; } .interim-login input[type=checkbox]:checked:before, .press-this input[type=checkbox]:checked:before { width: 16px; font: normal 21px/1 'dashicons'; margin: -3px -4px 0 0; } .press-this input[type=radio]:checked:before { font: normal 21px/1 'dashicons'; width: 6px; height: 6px; margin: 4px; } .press-this ul.categorychecklist ul, .press-this ul.categorychecklist li { margin-top: 0; margin-bottom: 0; } .press-this div.quicktags-toolbar input { padding: 2px 4px; } .press-this textarea, .press-this input { font-size: 14px; } .press-this .tagchecklist span { font-size: 13px; line-height: 1.8em; } } @media only screen and (max-width: 500px) { .about-wrap { margin-left: 20px; margin-right: 10px; } .about-wrap h1, .about-text { margin-left: 0; } .about-text { margin-bottom: 0.25em; } .about-wrap .wp-badge { position: relative; margin-bottom: 1.5em; width: 100%; } .about-wrap .feature-section.three-col div { width: 100%; float: none; } .about-wrap .three-col.about-updates .col-1 { padding: 0; float: none; } .about-wrap .three-col.about-updates .col-2 { margin: 0 0 20px; width: 100%; float: none; } /* Align Add Media + Visual + Text tabs */ #wp-content-media-buttons a { font-size: 14px; padding: 0 10px 0 10px; } } @media screen and ( max-width: 782px ) { #wpadminbar #wp-admin-bar-menu-toggle a { display: block; padding: 0; overflow: hidden; outline: none; text-decoration: none; border: 1px solid transparent; background: none; height: 44px; margin-right: -1px; } li#wp-admin-bar-menu-toggle { display: block; } #wpadminbar #wp-admin-bar-menu-toggle a:hover { border: 1px solid transparent; } #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { content: '\f228'; display: inline-block; float: right; font: normal 40px/45px 'Dashicons'; vertical-align: middle; outline: none; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 44px; width: 50px; padding: 0; border: none; text-align: center; text-decoration: none; box-sizing: border-box; -moz-box-sizing: border-box; } } /* Smartphone */ @media screen and (max-width: 600px) { #adminmenuwrap, #adminmenuback { display: none; } .wp-responsive-open #adminmenuwrap, .wp-responsive-open #adminmenuback { display: block; } /* Disable horizontal scroll when responsive menu is open since we push the main content off to the right. */ #wpwrap.wp-responsive-open { overflow-x: hidden; } html.wp-toolbar { padding-top: 0; } #wpbody { padding-top: 46px; } .auto-fold #adminmenu { top: 46px; } #wp-responsive-overlay { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 400; } /* Keep the close icon from overlapping the Welcome text. */ .welcome-panel .welcome-panel-close { overflow: hidden; text-indent: 100%; white-space: nowrap; width: 20px; height: 20px; left: 0; padding: 5px; } /* Make the close icon larger for tappability. */ #welcome-panel.welcome-panel .welcome-panel-close::before { font-size: 20px; margin: 0; } /* Keep full-width boxes on Edit Post page from causing horizontal scroll */ div#post-body.metabox-holder.columns-1 { overflow-x: hidden; } /* Color Picker Options */ .color-option { width: 49%; } }
www/misc/blog/wp-admin/css/wp-admin-rtl.css
#wpwrap { height: auto; min-height: 100%; width: 100%; position: relative; -webkit-font-smoothing: subpixel-antialiased; } #wpcontent { height: 100%; } #wpcontent, #wpfooter { margin-right: 180px; } .folded #wpcontent, .folded #wpfooter { margin-right: 56px; } #wpbody-content { padding-bottom: 65px; float: right; width: 100%; overflow: visible !important; } #adminmenuback, #adminmenuwrap, #adminmenu, #adminmenu .wp-submenu { width: 160px; } #adminmenuback { position: absolute; top: 0; bottom: 0; z-index: -1; } #adminmenu { clear: right; margin: 12px 0 0; padding: 0; list-style: none; } .folded #adminmenuback, .folded #adminmenuwrap, .folded #adminmenu, .folded #adminmenu li.menu-top { width: 36px; } /* inner 2 column liquid layout */ .inner-sidebar { float: left; clear: left; display: none; width: 281px; position: relative; } .columns-2 .inner-sidebar { margin-left: auto; width: 286px; display: block; } .inner-sidebar #side-sortables, .columns-2 .inner-sidebar #side-sortables { min-height: 300px; width: 280px; padding: 0; } .has-right-sidebar .inner-sidebar { display: block; } .has-right-sidebar #post-body { float: right; clear: right; width: 100%; margin-left: -2000px; } .has-right-sidebar #post-body-content { margin-left: 300px; float: none; width: auto; } /* 2 columns main area */ #col-container, #col-left, #col-right { overflow: hidden; padding: 0; margin: 0; } #col-left { width: 35%; } #col-right { float: left; clear: left; width: 65%; } .col-wrap { padding: 0 7px; } /* utility classes */ .alignleft { float: right; } .alignright { float: left; } .textleft { text-align: right; } .textright { text-align: left; } .clear { clear: both; } /* Hide visually but not from screen readers */ .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; } .screen-reader-shortcut { position: absolute; top: -1000em; } .screen-reader-shortcut:focus { right: 6px; top: -25px; height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f1f1f1; color: #21759b; z-index: 100000; line-height: normal; -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0,0,0,.6); text-decoration: none; outline: none; } .hidden, .js .closed .inside, .js .hide-if-js, .no-js .hide-if-no-js, .js.wp-core-ui .hide-if-js, .js .wp-core-ui .hide-if-js, .no-js.wp-core-ui .hide-if-no-js, .no-js .wp-core-ui .hide-if-no-js { display: none; } /* include margin and padding in the width calculation of input and textarea */ input, input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; /* ie8 only */ box-sizing: border-box; } input[type="checkbox"], input[type="radio"] { border-width: 1px; border-style: solid; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 16px; margin: -4px 0 0 4px; outline: 0; padding: 0 !important; text-align: center; vertical-align: middle; width: 16px; min-width: 16px; -webkit-appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box; } td > input[type="checkbox"], .wp-admin p input[type=checkbox], .wp-admin p input[type=radio] { margin-top: 0; } .wp-admin p label input[type=checkbox] { margin-top: -4px; } .wp-admin p label input[type=radio] { margin-top: -2px; } input[type=radio] { border-radius: 50%; margin-left: 4px; line-height: 10px; } input[type=checkbox]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled:checked:before, input[type=radio]:disabled:checked:before { opacity: 0.7; } input[type=checkbox]:checked:before, input[type=radio]:checked:before { float: right; display: inline-block; vertical-align: middle; width: 16px; font: normal 21px/1 'dashicons'; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input[type=checkbox]:checked:before { content: '\f147'; margin: -3px -4px 0 0; } input[type=radio]:checked:before { content: '\2022'; text-indent: -9999px; border-radius: 50px; font-size: 24px; width: 6px; height: 6px; margin: 4px; line-height: 16px; } @-moz-document url-prefix() { input[type=checkbox], input[type=radio], .form-table input.tog { margin-bottom: -1px; } } /* Search */ input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration { display: none; } .ie8 input[type="password"], .ie8 .login form .input { font-family: sans-serif; } /* general */ html, body { height: 100%; margin: 0; padding: 0; } body { font-family: "Open Sans", sans-serif; font-size: 13px; line-height: 1.4em; min-width: 600px; } body.iframe { min-width: 0; padding-top: 1px; } body.login { background: #fbfbfb; min-width: 0; } iframe, img { border: 0; } td, textarea, input, select, button { font-family: inherit; font-size: inherit; font-weight: inherit; } td, textarea { line-height: inherit; } textarea { overflow: auto; } textarea, input, select { font-size: 14px; padding: 3px 5px; line-height: 15px; border-radius: 0; /* Reset mobile webkit's default element styling */ } textarea { padding: 2px 6px; line-height: 1.4; } a, input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea, div, select { outline: 0; } .wp-admin input[type="file"] { padding: 3px 0; } a:focus, a:active { outline: thin dotted; } #adminmenu a:focus, #adminmenu a:active, .screen-reader-text:focus { outline: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } p, .wp_attachment_details label[for="content"] { font-size: 13px; line-height: 1.5; margin: 1em 0; } blockquote { margin: 1em; } label { cursor: pointer; } li, dd { margin-bottom: 6px; } input, select { margin: 1px; padding: 3px 5px; } h1, h2, h3, h4, h5, h6 { display: block; font-weight: 600; } h1 { font-size: 2em; margin: .67em 0; } h2 { font-size: 1.5em; margin: .83em 0; font-weight: 400; } h3 { font-size: 1.3em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } ul, ol { padding: 0; } ul { list-style: none; } ol { list-style-type: decimal; margin-right: 2em; } ul.ul-disc { list-style: disc outside; } ul.ul-square { list-style: square outside; } ol.ol-decimal { list-style: decimal outside; } ul.ul-disc, ul.ul-square, ol.ol-decimal { margin-right: 1.8em; } ul.ul-disc > li, ul.ul-square > li, ol.ol-decimal > li { margin: 0 0 0.5em; } /* @noflip */ .code, code { font-family: Consolas, Monaco, monospace; direction: ltr; } input.code { padding-top: 6px; } textarea.code { line-height: 1.4; padding: 4px 6px 1px 6px; } kbd, code { padding: 3px 5px 2px 5px; margin: 0 1px; font-size: 13px; } .subsubsub { list-style: none; margin: 8px 0 0; padding: 0; font-size: 13px; float: right; } .subsubsub a { line-height: 2; padding: .2em; text-decoration: none; } .subsubsub a .count, .subsubsub a.current .count { color: #999; font-weight: normal; } .subsubsub a.current { font-weight: 600; border: none; } .subsubsub li { display: inline-block; margin: 0; padding: 0; white-space: nowrap; } textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select, .tablenav-pages span.current, #titlediv #title, #postcustomstuff table, #postcustomstuff input, #postcustomstuff textarea, .imgedit-menu div, .plugin-update-tr .update-message, #poststuff .inside .the-tagcloud, .nav-menus-php .list-container, .menu-item-handle, .link-to-original, .nav-menus-php .major-publishing-actions .form-invalid, #TB_window, .tbtitle, .highlight { border-width: 1px; border-style: solid; } /* .widefat - main style for tables */ .widefat { border-spacing: 0; width: 100%; clear: both; margin: 0; } .widefat * { word-wrap: break-word; } .widefat a { text-decoration: none; } .widefat td, .widefat th { padding: 8px 10px; } .widefat tfoot th { border-bottom: none; } .widefat .no-items td { border-bottom-width: 0; } .widefat td { vertical-align: top; } .widefat td, .widefat td p, .widefat td ol, .widefat td ul { font-size: 13px; line-height: 1.5em; } .widefat th { text-align: right; line-height: 1.3em; font-size: 14px; } .widefat th input { margin: 0 8px 0 0; padding: 0; vertical-align: text-top; } .widefat .check-column { width: 2.2em; padding: 6px 0 25px; vertical-align: top; } .widefat th input[type=checkbox] { margin-top: -1px; } .widefat tbody th.check-column { padding: 9px 0 22px; } .widefat.media .check-column { padding-top: 8px; } .widefat thead th.check-column, .widefat tbody th.check-column, .widefat tfoot th.check-column { padding: 11px 3px 0 0; } .widefat thead th.check-column { padding-top: 10px; } .plugins tbody th.check-column, .plugins tbody { padding: 8px 2px 0 0; } .plugins tbody th.check-column input[type=checkbox] { margin-top: 4px; } #update-plugins-table tbody td p { margin-top: 0; } #update-plugins-table tbody td p strong { font-size: 14px; } .plugins thead th.check-column, .plugins tfoot th.check-column, .plugins .inactive th.check-column { padding-right: 6px; } .upgrade .plugins td, .upgrade .plugins th { -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); } .upgrade .plugins tr:last-of-type td, .upgrade .plugins tr:last-of-type th { -webkit-box-shadow: none; box-shadow: none; } #update-plugins-table thead th.check-column, #update-plugins-table tfoot th.check-column { padding-top: 11px; } .update-php div.updated, .update-php div.error { margin-right: 0; } .no-js .widefat thead .check-column input, .no-js .widefat tfoot .check-column input { display: none; } .widefat .num, .column-comments, .column-links, .column-posts { text-align: center; } .widefat th#comments { vertical-align: middle; } .wrap { margin: 10px 2px 0 20px; } div.updated, div.error { padding: 0 0.6em; margin: 5px 15px 2px; } div.updated p, div.error p { margin: 0.5em 0; padding: 2px; } .wrap div.updated, .wrap div.error, .media-upload-form div.error { margin: 5px 0 15px; } div.updated, .login .message, .press-this #message { border: none; padding: 1px 12px; } div.error, .login #login_error { border: none; } div.error { padding: 1px 12px; } .wrap h2, .subtitle { font-weight: normal; margin: 0; } .wrap h2 { font-size: 23px; font-weight: 400; padding: 9px 0 4px 15px; line-height: 29px; } .subtitle { font-size: 14px; padding-right: 25px; } .wrap .add-new-h2, .wrap .add-new-h2:active { margin-right: 4px; padding: 4px 8px; position: relative; top: -3px; text-decoration: none; border: none; border-radius: 2px; text-shadow: none; font-weight: 600; font-size: 13px; } .wrap h2.long-header { padding-left: 0; } html, .wp-dialog { background-color: #fff; } textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select { background-color: #fff; color: #333; } select[disabled] { color: #7f7f7f; } select:focus { border-color: #aaa; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, select:focus, .widgets-chooser ul, #widgets-left .widget-in-question .widget-top, #available-widgets .widget-top:hover, div#widgets-right .widget-top:hover { -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.1); } input[readonly] { background-color: #eee; } :-moz-placeholder, .wp-core-ui :-moz-placeholder { color: #a9a9a9; } /*------------------------------------------------------------------------------ 1.0 - Text Styles ------------------------------------------------------------------------------*/ .widget .widget-top, .postbox h3, .stuffbox h3, .control-section .accordion-section-title, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, .checkbox, .side-info, #your-profile #rich_editing, .widefat thead th, .widefat tfoot th { line-height: 1.4em; } .quicktags, .search { font-size: 12px; } .icon32 { display: none; } .icon16 { height: 18px; width: 18px; padding: 6px 6px; margin: -6px -8px 0 0; float: right; } /* New Menu icons */ .icon16:before { font: normal 20px/1 'dashicons'; speak: none; padding: 6px 0; height: 34px; width: 20px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .icon16.icon-dashboard:before, #adminmenu .menu-icon-dashboard div.wp-menu-image:before { content: '\f226'; } .icon16.icon-post:before, #adminmenu .menu-icon-post div.wp-menu-image:before { content: '\f109'; } .icon16.icon-media:before, #adminmenu .menu-icon-media div.wp-menu-image:before { content: '\f104'; } .icon16.icon-links:before, #adminmenu .menu-icon-links div.wp-menu-image:before { content: '\f103'; } .icon16.icon-page:before, #adminmenu .menu-icon-page div.wp-menu-image:before { content: '\f105'; } .icon16.icon-comments:before, #adminmenu .menu-icon-comments div.wp-menu-image:before { content: '\f101'; margin-top: 1px; } .icon16.icon-appearance:before, #adminmenu .menu-icon-appearance div.wp-menu-image:before { content: '\f100'; } .icon16.icon-plugins:before, #adminmenu .menu-icon-plugins div.wp-menu-image:before { content: '\f106'; } .icon16.icon-users:before, #adminmenu .menu-icon-users div.wp-menu-image:before { content: '\f110'; } .icon16.icon-tools:before, #adminmenu .menu-icon-tools div.wp-menu-image:before { content: '\f107'; } .icon16.icon-settings:before, #adminmenu .menu-icon-settings div.wp-menu-image:before { content: '\f108'; } .icon16.icon-site:before, #adminmenu .menu-icon-site div.wp-menu-image:before { content: '\f112' } .icon16.icon-generic:before, #adminmenu .menu-icon-generic div.wp-menu-image:before { content: '\f111'; } /* hide background-image for icons above */ .icon16.icon-dashboard, .menu-icon-dashboard div.wp-menu-image, .icon16.icon-post, .menu-icon-post div.wp-menu-image, .icon16.icon-media, .menu-icon-media div.wp-menu-image, .icon16.icon-links, .menu-icon-links div.wp-menu-image, .icon16.icon-page, .menu-icon-page div.wp-menu-image, .icon16.icon-comments, .menu-icon-comments div.wp-menu-image, .icon16.icon-appearance, .menu-icon-appearance div.wp-menu-image, .icon16.icon-plugins, .menu-icon-plugins div.wp-menu-image, .icon16.icon-users, .menu-icon-users div.wp-menu-image, .icon16.icon-tools, .menu-icon-tools div.wp-menu-image, .icon16.icon-settings, .menu-icon-settings div.wp-menu-image, .icon16.icon-site, .menu-icon-site div.wp-menu-image, .icon16.icon-generic, .menu-icon-generic div.wp-menu-image { background-image: none !important; } .key-labels label { line-height: 24px; } strong, b { font-weight: 600; } .pre { /* https://developer.mozilla.org/en-US/docs/CSS/white-space */ white-space: pre-wrap; /* css-3 */ word-wrap: break-word; /* IE 5.5 - 7 */ } .howto { font-style: italic; display: block; } p.install-help { margin: 8px 0; font-style: italic; } .no-break { white-space: nowrap; } hr { border: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #fafafa; } /*------------------------------------------------------------------------------ 2.0 - Forms ------------------------------------------------------------------------------*/ .wp-admin select { padding: 2px; line-height: 28px; height: 28px; vertical-align: middle; } .wp-admin .button-cancel { padding: 0 5px; line-height: 2; } .meta-box-sortables select { max-width: 100%; } .wp-admin select[multiple] { height: auto; } .submit { padding: 1.5em 0; margin: 5px 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } form p.submit a.cancel:hover { text-decoration: none; } p.submit { text-align: right; max-width: 100%; margin-top: 20px; padding-top: 10px; } .textright p.submit { border: none; text-align: left; } table.form-table + p.submit, table.form-table + input + p.submit, table.form-table + input + input + p.submit { border-top: none; padding-top: 0; } table.widefat span.delete a:hover, table.widefat span.trash a:hover, table.widefat span.spam a:hover, #dashboard_recent_comments .delete a:hover, #dashboard_recent_comments .trash a:hover, #dashboard_recent_comments .spam a:hover, .plugins a.delete:hover, #all-plugins-table .plugins a.delete:hover, #search-plugins-table .plugins a.delete:hover, .submitbox .submitdelete:hover, #media-items a.delete:hover, #media-items a.delete-permanently:hover, #nav-menu-footer .menu-delete:hover { text-decoration: none; border: none; } #minor-publishing-actions input, #major-publishing-actions input, #minor-publishing-actions .preview { text-align: center; } textarea.all-options, input.all-options { width: 250px; } input.large-text, textarea.large-text { width: 99%; } input.regular-text, #adduser .form-field input { width: 25em; } input.small-text { width: 50px; padding: 1px 6px; } input[type="number"].small-text { width: 65px; } #doaction, #doaction2, #post-query-submit { margin: 1px 0 0 8px; } .tablenav #changeit, .tablenav #delete_all, .tablenav #clear-recent-list { margin-top: 1px; } .tablenav .actions select { float: right; margin-left: 6px; max-width: 200px; } .ie8 .tablenav .actions select { width: 155px; } .ie8 .tablenav .actions select#cat { width: 200px; } #timezone_string option { margin-right: 1em; } label, #your-profile label + a { vertical-align: middle; } fieldset label, #your-profile label + a { vertical-align: middle; } .options-media-php label[for*="_size_"], #misc-publishing-actions label { vertical-align: baseline; } #misc-publishing-actions label[for="post_status"]:before { content: '\f173'; display: inline-block; font: normal 20px/1 'dashicons'; speak: none; right: -1px; padding: 0 0 0 5px; position: relative; top: 0; text-decoration: none !important; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #pass-strength-result { border-style: solid; border-width: 1px; float: right; margin: 13px 1px 5px 5px; padding: 3px 5px; text-align: center; width: 200px; display: none; } .indicator-hint { padding-top: 8px; } p.search-box { float: left; margin: 0; } .network-admin.themes-php p.search-box { clear: right; } .search-box input[name="s"], #search-plugins input[name="s"], .tagsdiv .newtag { float: right; height: 28px; margin: 0 0 0 4px; } input[type="text"].ui-autocomplete-loading { background: transparent url('../images/loading.gif') no-repeat left center; visibility: visible; } ul#add-to-blog-users { margin: 0 14px 0 0; } .ui-autocomplete-input.open { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .ui-autocomplete { padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-width: 1px; border-style: solid; } .ui-autocomplete li { margin-bottom: 0; white-space: nowrap; text-align: right; } .ui-autocomplete li a { display: block; height: 100%; padding: 4px 10px; } .ui-autocomplete li a.ui-state-focus { cursor: pointer; } /*------------------------------------------------------------------------------ 3.0 - Actions ------------------------------------------------------------------------------*/ #major-publishing-actions { padding: 10px; clear: both; border-top: 1px solid #ddd; background: #f5f5f5; } #delete-action { line-height: 28px; vertical-align: middle; text-align: right; float: right; } #publishing-action { text-align: left; float: left; line-height: 23px; } #publishing-action .spinner { float: right; } #misc-publishing-actions { padding: 6px 0 0; } .misc-pub-section { padding: 6px 10px 8px; } .misc-pub-section:first-child { border-top-width: 0; } .misc-pub-section-last { border-bottom-width: 0; } #minor-publishing-actions { padding: 10px 10px 0 10px; text-align: left; } #save-post { float: right; } .preview { float: left; } #sticky-span { margin-right: 18px; } .side-info { margin: 0; padding: 4px; font-size: 11px; } .side-info h5 { padding-bottom: 7px; font-size: 14px; margin: 12px 2px 5px; border-bottom-width: 1px; border-bottom-style: solid; } .side-info ul { margin: 0; padding-right: 18px; list-style: square; } .approve, .unapproved .unapprove { display: none; } .unapproved .approve, .spam .approve, .trash .approve { display: inline; } td.action-links, th.action-links { text-align: left; } /*------------------------------------------------------------------------------ 4.0 - Notifications ------------------------------------------------------------------------------*/ #update-nag, .update-nag { display: inline-block; line-height: 19px; padding: 11px 15px; font-size: 14px; text-align: right; margin: 25px 2px 0 20px; } .plugins .plugin-update { padding: 0; } .plugin-update .update-message { margin: 0 31px 8px 10px; font-weight: 600; } ul#dismissed-updates { display: none; } form.upgrade { margin-top: 8px; } form.upgrade .hint { font-style: italic; font-size: 85%; margin: -0.5em 0 2em 0; } .update-php .spinner { float: none; margin: -4px 0; } #ajax-loading, .ajax-loading, .ajax-feedback, .imgedit-wait-spin, .list-ajax-loading { /* deprecated */ visibility: hidden; } #ajax-response.alignleft { margin-right: 2em; } /*------------------------------------------------------------------------------ 5.0 - TinyMCE ------------------------------------------------------------------------------*/ /* nothing? */ /*------------------------------------------------------------------------------ 6.0 - Admin Header ------------------------------------------------------------------------------*/ #adminmenu a, #sidemenu a, #taglist a, #catlist a { text-decoration: none; } /*------------------------------------------------------------------------------ 6.1 - Screen Options Tabs ------------------------------------------------------------------------------*/ #screen-options-wrap, #contextual-help-wrap { margin: 0; padding: 8px 20px 12px; position: relative; } #contextual-help-wrap { overflow: auto; margin-right: 0 !important; } #screen-meta .screen-reader-text { visibility: hidden; } #screen-meta-links { margin: 0 0 0 20px; } #screen-meta-links a { padding: 3px 16px 3px 6px; } #screen-meta-links a:focus { outline: none; } /* screen options and help tabs revert */ #screen-meta { display: none; margin: 0 0px -1px 20px; position: relative; } #screen-options-link-wrap, #contextual-help-link-wrap { float: left; height: 28px; margin: 0 6px 0 0; } #screen-meta-links .screen-meta-toggle { position: relative; top: 0; } #screen-meta-links a.show-settings { display: block; font-size: 13px; height: 22px; line-height: 22px; text-decoration: none; z-index: 1; } #screen-meta-links a:after { left: 0; content: '\f140'; font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0 0 0 5px; bottom: 2px; position: relative; vertical-align: bottom; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } #screen-meta-links a.screen-meta-active:after { content: '\f142'; } #screen-meta-links a.show-settings:hover { text-decoration: none; } /* end screen options and help tabs */ .toggle-arrow { background-repeat: no-repeat; background-position: top right; background-color: transparent; height: 22px; line-height: 22px; display: block; } .toggle-arrow-active { background-position: bottom right; } #screen-options-wrap h5, #contextual-help-wrap h5 { margin: 8px 0; font-size: 13px; } .metabox-prefs label { display: inline-block; padding-left: 15px; line-height: 30px; } .metabox-prefs label input[type=checkbox] { margin-top: -4px; margin-left: 6px; } .metabox-prefs label input { margin: 0 2px 0 5px; } .metabox-prefs .columns-prefs label input { margin: 0 2px; } .metabox-prefs label a { display: none; } /*------------------------------------------------------------------------------ 6.2 - Help Menu ------------------------------------------------------------------------------*/ #contextual-help-wrap { padding: 0; } #contextual-help-columns { position: relative; } #contextual-help-back { position: absolute; top: 0; bottom: 0; right: 150px; left: 170px; border-width: 0 1px; border-style: solid; } #contextual-help-wrap.no-sidebar #contextual-help-back { left: 0; border-left-width: 0; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; } .contextual-help-tabs { float: right; width: 150px; margin: 0; } .contextual-help-tabs ul { margin: 1em 0; } .contextual-help-tabs li { margin-bottom: 0; list-style-type: none; border-style: solid; border-width: 0 2px 0 0; border-color: transparent; } .contextual-help-tabs a { display: block; padding: 5px 12px 5px 5px; line-height: 18px; text-decoration: none; border-style: solid; border-width: 1px 0 1px 0; border-color: transparent; } .contextual-help-tabs .active { padding: 0; margin: 0 0 0 -1px; border-width: 0 2px 0 0; border-style: solid; } .contextual-help-tabs-wrap { padding: 0 20px; overflow: auto; } .help-tab-content { display: none; margin: 0 0 12px 22px; line-height: 1.6em; } .help-tab-content.active { display: block; } .help-tab-content ul li { list-style-type: disc; margin-right: 18px; } .contextual-help-sidebar { width: 150px; float: left; padding: 0 12px 0 8px; overflow: auto; } /*------------------------------------------------------------------------------ 7.0 - Main Navigation (Left Menu) ------------------------------------------------------------------------------*/ #adminmenuwrap { position: relative; float: right; } /* side admin menu */ #adminmenu * { -webkit-user-select: none; -moz-user-select: none; user-select: none; } #adminmenu li { margin: 0; padding: 0; cursor: pointer; } #adminmenu a { display: block; line-height: 18px; padding: 2px 5px; } #adminmenu li.menu-top { border: none; min-height: 34px; position: relative; } #adminmenu .wp-submenu { list-style: none; position: absolute; top: -1000em; right: 160px; overflow: visible; word-wrap: break-word; } #adminmenu .wp-submenu, .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { padding: 7px 0 8px; z-index: 9999; } .js #adminmenu .sub-open, .js #adminmenu .opensub .wp-submenu, #adminmenu a.menu-top:focus + .wp-submenu, .no-js li.wp-has-submenu:hover .wp-submenu { top: -1px; } #adminmenu .wp-has-current-submenu .wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu { position: relative; z-index: 3; top: auto; right: auto; left: auto; bottom: auto; border: 0 none; margin-top: 0; -webkit-box-shadow: none; box-shadow: none; } .folded #adminmenu .wp-submenu.sub-open, .folded #adminmenu .opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu a.menu-top:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu, .no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu { top: 0; right: 36px; } .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { position: absolute; top: -1000em; } #adminmenu .wp-not-current-submenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { min-width: 160px; width: auto; } #adminmenu .wp-submenu a { font-size: 13px; line-height: 1.2; margin: 0; padding: 6px 0; } #adminmenu .wp-not-current-submenu li > a, .folded #adminmenu .wp-has-current-submenu li > a { padding-left: 16px; padding-right: 14px; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } #adminmenu .wp-has-current-submenu ul > li > a, .folded #adminmenu li.menu-top .wp-submenu > li > a { padding: 6px 12px; } #adminmenu a.menu-top, #adminmenu .wp-submenu-head { font-size: 14px; font-weight: 400; line-height: 18px; padding: 0; } #adminmenu .wp-submenu-head, .folded #adminmenu .wp-menu-name { display: none; } .folded #adminmenu .wp-submenu-head { display: block; } #adminmenu .wp-submenu li { padding: 0; margin: 0; overflow: hidden; } #adminmenu .wp-menu-image img { padding: 9px 0px 0 0; opacity: 0.6; filter: alpha(opacity=60); } #adminmenu div.wp-menu-name { padding: 8px 0; } #adminmenu div.wp-menu-image { float: right; width: 36px; height: 30px; margin: 0; text-align: center; } #adminmenu div.wp-menu-image.svg { background-repeat: no-repeat; background-position: center; background-size: 20px auto; } div.wp-menu-image:before { font: normal 20px/1 'dashicons' !important; speak: none; color: #999; padding: 8px 0; height: 36px; width: 20px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .folded #adminmenu div.wp-menu-image { width: 35px; height: 30px; position: absolute; z-index: 25; } .folded #adminmenu a.menu-top { height: 34px; } /* No @font-face support */ .no-font-face #adminmenu .wp-menu-image { display: none; } .no-font-face #adminmenu div.wp-menu-name { padding: 8px 12px; } .no-font-face.auto-fold #adminmenu .wp-menu-name { margin-right: 0; } /* End no @font-face support */ /* Sticky admin menu */ .sticky-menu #adminmenuwrap { position: fixed; z-index: 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */ } /* A new arrow */ .wp-menu-arrow { display: none !important; } ul#adminmenu a.wp-has-current-submenu { position: relative; } ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after { left: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 8px; top: 50%; margin-top: -8px; } .folded ul#adminmenu li:hover a.wp-has-current-submenu:after { display: none; } .folded ul#adminmenu a.wp-has-current-submenu:after, .folded ul#adminmenu > li a.current:after { border-width: 4px; margin-top: -4px; } /* flyout menu arrow */ #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { left: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 8px; top: 10px; z-index: 10000; } .folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { border-width: 4px; margin-top: -4px; top: 18px; } /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus { position: relative; } .folded #adminmenu li.menu-top:hover, .folded #adminmenu li.opensub > a.menu-top, .folded #adminmenu li > a.menu-top:focus { z-index: 10000; } #adminmenu li.menu-top:hover .wp-menu-image img, #adminmenu li.wp-has-current-submenu .wp-menu-image img { opacity: 1; filter: alpha(opacity=100); } #adminmenu li.wp-menu-separator { height: 3px; padding: 0; margin: 0 0 6px 0; border-width: 1px 0; border-style: solid; cursor: inherit; } #adminmenu div.separator { height: 1px; padding: 0; border-width: 1px 0 0 0; border-style: solid; } #adminmenu .wp-submenu .wp-submenu-head { font-weight: 400; font-size: 14px; padding: 8px 11px 8px 4px; margin: -7px 0px 4px; } #adminmenu li.current, .folded #adminmenu li.wp-menu-open { border: 0 none; } #adminmenu .awaiting-mod, #adminmenu span.update-plugins, #sidemenu li a span.update-plugins { display: inline-block; font-size: 9px; line-height: 17px; font-weight: 600; margin: 1px 2px 0 0; vertical-align: top; -webkit-border-radius: 10px; border-radius: 10px; z-index: 26; } #adminmenu li .awaiting-mod span, #adminmenu li span.update-plugins span, #sidemenu li a span.update-plugins span { display: block; padding: 0 6px; } #adminmenu li span.count-0, #sidemenu li a .count-0 { display: none; } #adminmenu #collapse-menu { font-size: 13px; line-height: 34px; margin-top: 10px; } .folded #collapse-menu span { display: none; } #collapse-button, #collapse-button div { width: 15px; height: 15px; } #collapse-button { float: right; height: 15px; margin: 10px 11px 10px 8px; width: 15px; -webkit-border-radius: 10px; border-radius: 10px; } #wpwrap #collapse-button div { padding: 0; } #collapse-button div:after { content: '\f148'; display: block; line-height: 15px; right: -3px; top: -3px; font: normal 20px/1 'dashicons' !important; speak: none; margin: 0 auto; padding: 0 !important; position: relative; text-align: center; width: 20px; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .folded #collapse-button div:after, .rtl #collapse-button div:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rtl.folded #collapse-button div:after { -ms-transform: none; -webkit-transform: none; transform: none; } /* Auto-folding of the admin menu */ @media only screen and (max-width: 900px) { .auto-fold #wpcontent, .auto-fold #wpfooter { margin-right: 56px; } .auto-fold #adminmenuback, .auto-fold #adminmenuwrap, .auto-fold #adminmenu, .auto-fold #adminmenu li.menu-top { width: 36px; } .auto-fold #adminmenu .wp-submenu.sub-open, .auto-fold #adminmenu .opensub .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .auto-fold #adminmenu a.menu-top:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { top: 0px; right: 36px; } .auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { position: absolute; top: -1000em; margin-left: -1px; padding: 7px 0 8px; z-index: 9999; } .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { min-width: 150px; width: auto; } .auto-fold #adminmenu .wp-has-current-submenu li > a { padding-left: 16px; padding-right: 14px; } .auto-fold #adminmenu li.menu-top .wp-submenu > li > a { padding-right: 12px; } .auto-fold #adminmenu .wp-menu-name { display: none; } .auto-fold #adminmenu .wp-submenu-head { display: block; } .auto-fold #adminmenu div.wp-menu-image { height: 30px; width: 34px; position: absolute; z-index: 25; } .auto-fold #adminmenu a.menu-top { height: 34px; } .auto-fold #adminmenu li.wp-menu-open { border: 0 none; } .auto-fold #adminmenu .wp-has-current-submenu.menu-top-last { margin-bottom: 0; } .auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { display: none; } .auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { border-width: 4px; margin-top: -4px; top: 16px; } .auto-fold ul#adminmenu a.wp-has-current-submenu:after, .auto-fold ul#adminmenu > li a.current:after { border-width: 4px; margin-top: -4px; } .auto-fold #adminmenu li.menu-top:hover, .auto-fold #adminmenu li.opensub > a.menu-top, .auto-fold #adminmenu li > a.menu-top:focus { z-index: 10000; } .auto-fold #collapse-menu span { display: none; } .auto-fold #collapse-button div { background: none; } .auto-fold #collapse-button div:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rtl.auto-fold #collapse-button div:after { -ms-transform: none; -webkit-transform: none; transform: none; } } /* List table styles */ .post-com-count-wrapper { min-width: 22px; } .post-com-count { background: none; height: 1.3em; line-height: 1.1em; display: block; text-decoration: none; padding: 0 0 6px; cursor: pointer; background-position: center -80px; background-repeat: no-repeat; } .post-com-count:after { /* draw bubble connector using CSS! */ content: ""; display: block; width: 0; height: 0; margin-right: 8px; border-top: 5px solid #bbbbbb; border-left: 5px solid transparent; } .post-com-count span { font-size: 11px; font-weight: 600; height: 1.4em; line-height: 1.4em; min-width: 0.7em; padding: 0 6px; display: inline-block; -webkit-border-radius: 5px; border-radius: 5px; } strong .post-com-count { background-position: center -55px; } .post-com-count:hover { background-position: center -3px; } .column-response .post-com-count { float: right; margin-left: 5px; text-align: center; } .response-links { float: right; } #the-comment-list .attachment-80x60 { padding: 4px 8px; } th .comment-grey-bubble { height: 16px; width: 16px; } th .comment-grey-bubble:before { content: '\f101'; font: normal 20px/.5 'dashicons'; speak: none; display: inline-block; padding: 0; top: 4px; right: -4px; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } /*------------------------------------------------------------------------------ 8.0 - Layout Blocks ------------------------------------------------------------------------------*/ html.wp-toolbar { padding-top: 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .narrow { width: 70%; margin-bottom: 40px; } .narrow p { line-height: 150%; } .widefat th, .widefat td { overflow: hidden; } .widefat th { font-weight: normal; } .widefat td p { margin: 2px 0 0.8em; } .widefat .column-comment p { margin: 0.6em 0; } /* Screens with postboxes */ .postbox-container { float: right; } #wpbody-content #dashboard-widgets.columns-1 .postbox-container { width: 100%; } #wpbody-content #dashboard-widgets.columns-2 .postbox-container { width: 49.5%; } #wpbody-content #dashboard-widgets.columns-2 #postbox-container-2, #wpbody-content #dashboard-widgets.columns-2 #postbox-container-3, #wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 { float: left; width: 50.5%; } #wpbody-content #dashboard-widgets.columns-3 .postbox-container { width: 33.5%; } #wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 { width: 33%; } #wpbody-content #dashboard-widgets.columns-3 #postbox-container-3, #wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 { float: left; } #wpbody-content #dashboard-widgets.columns-4 .postbox-container { width: 25%; } .postbox-container .meta-box-sortables { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .metabox-holder .postbox-container .empty-container { border: 3px dashed #bbb; height: 250px; } .metabox-holder.columns-1 .postbox-container .empty-container, .columns-2 #postbox-container-3 .empty-container, .columns-2 #postbox-container-4 .empty-container, .columns-3 #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } .ie8 #wpbody-content #dashboard-widgets .postbox-container { width: 49.5%; } .ie8 #wpbody-content #dashboard-widgets #postbox-container-2, .ie8 #wpbody-content #dashboard-widgets #postbox-container-3, .ie8 #wpbody-content #dashboard-widgets #postbox-container-4 { float: left; width: 50.5%; } .ie8 #dashboard-widgets #postbox-container-3 .empty-container, .ie8 #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } #poststuff { padding-top: 10px; min-width: 763px; } #poststuff #post-body { padding: 0; } #post-body-content { width: 100%; min-width: 463px; float: right; } #poststuff .postbox-container { width: 100%; } #poststuff #post-body.columns-2 { margin-left: 300px; } #post-body.columns-2 #postbox-container-1 { float: left; margin-left: -300px; width: 280px; } #post-body.columns-2 #side-sortables { min-height: 250px; } #dashboard-widgets .postbox-container { width: 25%; } #dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { border: none !important; } #dashboard-widgets-wrap { overflow: hidden; } /* one column on the dash */ @media only screen and (max-width: 799px) { #wpbody-content #dashboard-widgets .postbox-container { width: 100%; } #wpbody-content .metabox-holder .postbox-container .empty-container { border: 0 none; height: 0; min-height: 0; } } /* two columns on the dash, but keep the setting if one is selected */ @media only screen and (min-width: 800px) and (max-width: 1499px) { #wpbody-content #dashboard-widgets .postbox-container { width: 49.5%; } #wpbody-content #dashboard-widgets #postbox-container-2, #wpbody-content #dashboard-widgets #postbox-container-3, #wpbody-content #dashboard-widgets #postbox-container-4 { float: left; width: 50.5%; } #dashboard-widgets #postbox-container-3 .empty-container, #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { width: 100%; } #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { border: 0 none; height: 0; min-height: 0; } /* show the radio buttons for column prefs only for one or two columns */ .index-php .screen-layout, .index-php .columns-prefs { display: block; } .columns-prefs .columns-prefs-3, .columns-prefs .columns-prefs-4 { display: none; } } /* three columns on the dash */ @media only screen and (min-width: 1500px) and (max-width: 1800px) { #wpbody-content #dashboard-widgets .postbox-container { width: 33.5%; } #wpbody-content #dashboard-widgets #postbox-container-1 { width: 33%; } #wpbody-content #dashboard-widgets #postbox-container-3, #wpbody-content #dashboard-widgets #postbox-container-4 { float: left; } #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } } /* one column on the post write/edit screen */ @media only screen and (max-width: 850px) { #poststuff { min-width: 0; } #wpbody-content #poststuff #post-body { margin: 0; } #wpbody-content #post-body.columns-2 #postbox-container-1 { margin-left: 0; width: 100%; } #poststuff #postbox-container-1 .empty-container, #poststuff #postbox-container-1 #side-sortables:empty { border: 0 none; height: 0; min-height: 0; } #poststuff #post-body.columns-2 #side-sortables { min-height: 0; } /* hide the radio buttons for column prefs */ .screen-layout, .columns-prefs { display: none; } } .js .postbox .hndle { cursor: move; } .hndle a { font-size: 11px; font-weight: normal; } .postbox .handlediv { float: left; width: 27px; height: 30px; } .js .postbox .handlediv { cursor: pointer; } .sortable-placeholder { border-width: 1px; border-style: dashed; margin-bottom: 20px; } .postbox, .stuffbox { margin-bottom: 20px; padding: 0; line-height: 1; } .postbox h3, .stuffbox h3 { margin-top: 1px; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .js .widget .widget-top, .js .postbox h3 { cursor: move; } .postbox .inside, .stuffbox .inside { padding: 0 12px 12px; line-height: 1.4em; font-size: 13px; } .postbox .inside { margin: 11px 0; position: relative; } #dashboard-widgets .postbox .inside { margin-bottom: 0; } .postbox .inside > p:last-child, .rss-widget ul li:last-child { margin-bottom: 1px !important; } .postbox.closed h3 { border: none; -webkit-box-shadow: none; box-shadow: none; } .postbox table.form-table { margin-bottom: 0; } .temp-border { border: 1px dotted #ccc; } .columns-prefs label { padding: 0 5px; } /*------------------------------------------------------------------------------ 9.0 - Dashboard ------------------------------------------------------------------------------*/ #dashboard-widgets-wrap { margin: 0 -8px; } #wpbody-content .metabox-holder { padding-top: 10px; } #dashboard-widgets .meta-box-sortables { margin: 0 8px; min-height: 100px; } #the-comment-list td.comment p.comment-author { margin-top: 0; margin-right: 0; } #the-comment-list p.comment-author img { float: right; margin-left: 8px; } #the-comment-list p.comment-author strong a { border: none; } #the-comment-list td { vertical-align: top; } #the-comment-list td.comment { word-wrap: break-word; } /* Welcome Panel */ .welcome-panel { position: relative; overflow: auto; margin: 16px 0; padding: 23px 10px 0; font-size: 13px; line-height: 2.1em; } .welcome-panel h3 { margin: 0; font-size: 21px; font-weight: normal; line-height: 1.2; } .welcome-panel h4 { margin: 1.33em 0 0; font-size: 16px; } .welcome-panel li { font-size: 14px; } .welcome-panel .about-description { font-size: 16px; margin: 0; } .welcome-panel .welcome-panel-close { position: absolute; top: 5px; left: 10px; padding: 20px 3px 0 15px; font-size: 13px; text-decoration: none; line-height: 1; } #welcome-panel.welcome-panel .welcome-panel-close::before, .tagchecklist span a:before, #bulk-titles div a:before { content: '\f153'; display: block !important; font: normal 16px/1 'dashicons'; speak: none; height: 20px; margin: 2px 0; text-align: center; width: 20px; -webkit-font-smoothing: antialiased !important; } #welcome-panel.welcome-panel .welcome-panel-close::before { position: absolute; right: -18px; margin-top: -2px; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .wp-core-ui .welcome-panel .button.button-hero { margin: 15px 0 3px; } .welcome-panel-content { margin-right: 13px; max-width: 1500px; } .welcome-panel .welcome-panel-column-container { clear: both; overflow: hidden; position: relative; } .welcome-panel .welcome-panel-column { width: 32%; min-width: 200px; float: right; } .ie8 .welcome-panel .welcome-panel-column { min-width: 230px; } .welcome-panel .welcome-panel-column:first-child { width: 36%; } .welcome-panel-column p.hide-if-no-customize { margin-top: 10px; } .welcome-panel-column p { margin-top: 7px; } .welcome-panel .welcome-icon { display: block; padding: 0 0 8px; background: transparent !important; } .welcome-panel .welcome-icon:before { font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0 0 0 10px; top: -1px; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; vertical-align: top; } .welcome-panel .welcome-write-blog:before, .welcome-panel .welcome-edit-page:before { content:'\f119'; top: -3px; } .welcome-panel .welcome-add-page:before { content:'\f132'; } .welcome-panel .welcome-view-site:before { content:'\f115'; top: -2px; } .welcome-panel .welcome-widgets-menus:before { content:'\f116'; top: -2px; } .welcome-panel .welcome-comments:before { content:'\f117'; top: -1px; } .welcome-panel .welcome-learn-more:before { content:'\f118'; top: -1px; } .welcome-panel .welcome-widgets-menus { line-height: 16px; } .welcome-panel .welcome-panel-column ul { margin: 0.8em 0 1em 1em; } .welcome-panel .welcome-panel-column li { line-height: 16px; list-style-type: none; } /* Dashboard WordPress news */ #dashboard_primary .inside { margin: 0; padding: 0; } #dashboard_primary .widget-loading, #dashboard_primary .dashboard-widget-control-form { padding: 12px 12px 0; } body #dashboard-widgets .postbox form .submit { margin: 0; } .dashboard-widget-control-form { overflow: hidden; } .dashboard-widget-control-form p { margin-top: 0; } .rssSummary { color: #777; margin-top: 4px; } #dashboard_primary .rss-widget { border-bottom: 1px solid #eee; font-size: 13px; padding: 8px 12px 10px; } #dashboard_primary .rss-widget:last-child { border-bottom: none; padding-bottom: 8px; } #dashboard_primary .rss-widget a { font-weight: normal; } #dashboard_primary .rss-widget span, #dashboard_primary .rss-widget span.rss-date { color: #777; } #dashboard_primary .rss-widget span.rss-date { margin-right: 12px; } #dashboard_primary .rss-widget ul li { margin-bottom: 8px; } /* Dashboard right now */ #dashboard_right_now ul { margin: 0; overflow: hidden; } #dashboard_right_now li { width: 50%; float: right; margin-bottom: 10px; } #dashboard_right_now .inside { overflow: hidden; padding: 0; } #dashboard_right_now .main { padding: 0 12px 11px; } #dashboard_right_now .main p { margin: 0; } .mu-storage { overflow: hidden; } #dashboard-widgets h4.mu-storage { margin-bottom: 10px; } /* Dashboard right now - Colors */ #dashboard_right_now li a:before, #dashboard_right_now li span:before { color: #888; } #dashboard_right_now .sub { color: #777; background: #f5f5f5; border-top: 1px solid #eee; padding: 10px 12px 6px 12px; } #dashboard_right_now .sub h4 { color: #555; } #dashboard_right_now .sub p { margin: 0 0 1em; } #dashboard_right_now .warning a:before, #dashboard_right_now .warning span:before { color: #d54e21; } /* Dashboard right now - Icons */ #dashboard_right_now li a:before, #dashboard_right_now li span:before { content: '\f159'; font: normal 20px/1 'dashicons'; speak: none; display: block; float: right; margin: 0 0 0 5px; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; text-decoration: none !important; } #dashboard_right_now .page-count a:before, #dashboard_right_now .page-count span:before { content: '\f105'; } #dashboard_right_now .post-count a:before, #dashboard_right_now .post-count span:before { content: '\f109'; } #dashboard_right_now .comment-count a:before { content: '\f101'; } #dashboard_right_now .comment-mod-count a:before { content: '\f125'; } #dashboard_right_now .storage-count a:before { content: '\f104'; } #dashboard_right_now .storage-count.warning a:before { content: '\f153'; } /* Dashboard Quick Draft */ #dashboard_quick_press .inside { margin: 0; padding: 0; } #dashboard_quick_press div.updated { margin-bottom: 10px; border: 1px solid #eee; border-width: 1px 0 1px 1px; } #dashboard_quick_press form { overflow: hidden; margin: 12px; } #dashboard_quick_press .drafts, #dashboard_quick_press .easy-blogging { padding: 10px 0 0; } /* Dashboard Quick Draft - Form styling */ input#save-post { float: right; } form.initial-form.quickpress-open label.prompt { font-style: normal; } form.initial-form.quickpress-open input#title { height: auto; } #dashboard_quick_press input, #dashboard_quick_press textarea { box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin: 0; } #dashboard_quick_press textarea { resize: vertical; } #dashboard-widgets .postbox form .submit { margin: -39px 0; float: left; } #description-wrap { margin-top: 12px; } #title-wrap #title-prompt-text, .textarea-wrap #content-prompt-text { color: #777; } #title-wrap #title-prompt-text { font-size: 1.1em; padding: 7px 8px; } .input-text-wrap, .textarea-wrap { position: relative; } .input-text-wrap .prompt, .textarea-wrap .prompt { position: absolute; } .textarea-wrap #content-prompt-text { font-size: 1.1em; padding: 7px 8px; } .textarea-wrap textarea#content { margin: 0 0 8px; padding: 6px 7px; } #quick-press textarea#content { min-height: 90px; max-height: 1300px; resize: none; } /* Dashboard Quick Draft - Drafts list */ .js #dashboard_quick_press .drafts { border-top: 1px solid #eee; } #dashboard_quick_press .drafts abbr { border: none; } #dashboard_quick_press .drafts h4 { margin: 0 12px 8px; font-weight: normal; } #dashboard_quick_press .drafts .view-all { float: left; margin: 0 0 0 12px; } #dashboard_primary a.rsswidget { font-weight: normal; } #dashboard_quick_press .drafts ul { margin: 0 12px; } #dashboard_quick_press .drafts li { margin-bottom: 1em; } #dashboard_quick_press .drafts li time { color: #777; } #dashboard_quick_press .drafts p { margin: 0; word-wrap: break-word; } #dashboard_quick_press .draft-title { overflow: hidden; } #dashboard_quick_press .draft-title a, #dashboard_quick_press .draft-title time { float: right; margin: 0 0 0 5px; } /* Dashboard activity widget */ #dashboard-widgets #dashboard_activity h4 { margin: 0 12px 8px 0; font-weight: normal; } #dashboard-widgets #dashboard_activity h4.comment-meta { margin: 0; } #dashboard_activity h4.comment-meta { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; } #dashboard_activity ul { padding: 0 12px; } #dashboard_activity .comment-meta span.approve:before { content: '\f227'; font: 20px/.5 "dashicons"; margin-right: 12px; vertical-align: middle; position: relative; top: -1px; margin-left: 2px; } #dashboard_activity .inside { padding: 0; margin: 0; } #dashboard_activity .no-activity { overflow: hidden; padding: 0 12px 12px; text-align: center; } #dashboard_activity .no-activity p { color: #999; font-size: 16px; } #dashboard_activity .no-activity .smiley { margin-top: 0; } #dashboard_activity .no-activity .smiley:before { content: '\f328'; font: normal 120px/1 'dashicons'; speak: none; display: block; margin: 0 0 0 5px; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; text-decoration: none !important; } #dashboard_activity .subsubsub { float: none; border-top: 1px solid #eeeeee; margin-top: 0; padding: 8px 12px 4px; } #future-posts .show-more, #published-posts .show-more { float: left; margin-left: 12px; } #future-posts ul, #published-posts ul { clear: both; margin-bottom: 0; } #future-posts li, #published-posts li { overflow: hidden; margin-bottom: 8px; } #future-posts ul span, #published-posts ul span { color: #777; float: right; margin-left: 8px; min-width: 150px; } .activity-block { border-bottom: 1px solid #eee; overflow: hidden; padding: 8px 0 4px; } .activity-block:last-child { border-bottom: none; } .activity-block .subsubsub li { color: #ddd; } /* Dashboard activity widget - Comments */ #activity-widget #the-comment-list tr.undo, #activity-widget #the-comment-list div.undo { background: none; padding: 6px 0; } #activity-widget #the-comment-list .alternate, #activity-widget #the-comment-list .alt { background: none; } #activity-widget #the-comment-list .comment { background: #fafafa; padding: 12px; position: relative; } #activity-widget #the-comment-list img { position: absolute; right: 13px; top: 13px; } #activity-widget #the-comment-list .dashboard-comment-wrap { padding-right: 63px; } #activity-widget #the-comment-list .dashboard-comment-wrap blockquote { margin: 1em 0; } #activity-widget #the-comment-list .comment-item h4 { font-size: 13px; color: #999; } #activity-widget #the-comment-list .comment-item p.row-actions { margin: 4px 0 0 0; } #activity-widget #the-comment-list .comment-item:first-child { border-top: 1px solid #eeeeee; } #activity-widget #the-comment-list .unapproved:before { content: ""; display: block; position: absolute; right: 0; top: 0; bottom: 0; background: #d54e21; width: 4px; } #activity-widget #the-comment-list .spam-undo-inside .avatar, #activity-widget #the-comment-list .trash-undo-inside .avatar { margin-left: 20px; position: relative; top: 0; } /* Browse happy box */ #dashboard-widgets #dashboard_browser_nag.postbox .inside { margin: 10px; } @media screen and (max-width: 870px) { .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { display: block; float: none; width: 100%; } .welcome-panel .welcome-panel-column li { display: inline-block; margin-left: 13px; } .welcome-panel .welcome-panel-column ul { margin: 0.4em 0 0; } } /*------------------------------------------------------------------------------ 10.0 - List Posts (/Pages/etc) ------------------------------------------------------------------------------*/ table.fixed { table-layout: fixed; } .fixed .column-rating, .fixed .column-visible { width: 8%; } .fixed .column-posts, .fixed .column-date, .fixed .column-parent, .fixed .column-links, .fixed .column-author, .fixed .column-format { width: 10%; } .fixed .column-comment .comment-author { display: none; } .fixed .column-response, .fixed .column-categories, .fixed .column-tags, .fixed .column-rel, .fixed .column-role { width: 15%; } .fixed .column-slug { width: 25%; } .fixed .column-locations { width: 35%; } .fixed .column-comments { width: 4em; padding: 8px 0; text-align: right; } .fixed .column-comments .vers { padding-right: 3px; } .fixed .column-comments a { float: right; } .fixed .column-icon { width: 80px; } #comments-form .fixed .column-author { width: 20%; } #commentsdiv.postbox .inside { margin: 0; padding: 0; } #commentsdiv .inside .row-actions { line-height:18px; } #commentsdiv .inside .column-author { width: 25%; } #commentsdiv .column-comment p { margin: 0.6em 0; padding: 0; } #commentsdiv #replyrow td { padding: 0; } #commentsdiv p { padding: 8px 10px; margin: 0; } #commentsdiv .comments-box { border: 0 none; } #commentsdiv .comments-box thead th { background: transparent; padding: 0 7px 4px; font-style: italic; } #commentsdiv .comments-box tr:last-child td { border-bottom: 0 none; } #commentsdiv .spinner { padding-right: 5px; } .sorting-indicator { display: none; width: 10px; height: 4px; margin-top: 8px; margin-right: 7px; } .sorting-indicator:before { background: none; content: '\f142'; font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0; top: -4px; right: -8px; color: #444; line-height: 10px; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .column-comments .sorting-indicator:before { top: 0; right: -10px; } th.sorted.asc .sorting-indicator:before, th.desc:hover span.sorting-indicator:before { content: '\f142'; } th.sorted.desc .sorting-indicator:before, th.asc:hover span.sorting-indicator:before { content: '\f140'; } tr.wp-locked .locked-indicator { background: url('../images/lock.png') no-repeat; margin: -2px 6px 0 0; height: 20px; width: 16px; } tr.wp-locked .check-column label, tr.wp-locked .check-column input[type="checkbox"], tr.wp-locked .row-actions .inline, tr.wp-locked .row-actions .trash { display: none; } tr .locked-info { height: 0; opacity: 0; } tr.wp-locked .locked-info { margin-top: 8px; height: auto; opacity: 1; } .locked-text { vertical-align: top; } tr.locked-info, tr.wp-locked .locked-info { -webkit-transition: height 1s, opacity 500ms; -moz-transition: height 1s, opacity 500ms; -ms-transition: height 1s, opacity 500ms; -o-transition: height 1s, opacity 500ms; transition: height 1s, opacity 500ms; } .fixed .column-comments .sorting-indicator { margin-top: 3px; } #menu-locations-wrap .widefat { width: 60%; } .widefat th.sortable, .widefat th.sorted { padding: 0; } th.sortable a, th.sorted a { display: block; overflow: hidden; padding: 7px 10px 8px 7px; } .fixed .column-comments.sortable a, .fixed .column-comments.sorted a { padding: 8px 0; } th.sortable a span, th.sorted a span { float: right; cursor: pointer; } th.sorted.asc .sorting-indicator, th.desc:hover span.sorting-indicator { display: block; background-position: 0 0; } th.sorted.desc .sorting-indicator, th.asc:hover span.sorting-indicator { display: block; background-position: -7px 0; } /* Bulk Actions */ .tablenav-pages a { font-weight: 600; margin-left: 1px; padding: 0 2px; } .tablenav-pages .current-page { padding-top: 0; text-align: center; } .tablenav-pages .next-page { margin-right: 2px; } .tablenav a.button-secondary { display: block; margin: 3px 0 0 8px; } .tablenav { clear: both; height: 30px; margin: 6px 0 4px; vertical-align: middle; } .tablenav.themes { max-width: 98%; } .tablenav .tablenav-pages { float: left; display: block; cursor: default; height: 30px; line-height: 30px; font-size: 12px; } .tablenav .no-pages, .tablenav .one-page .pagination-links { display: none; } .tablenav .tablenav-pages a, .tablenav-pages span.current { text-decoration: none; padding: 3px 6px; } .tablenav .tablenav-pages a { padding: 0 10px 3px; font-size: 16px; font-weight: normal; } .tablenav .tablenav-pages a.disabled:hover , .tablenav .tablenav-pages a.disabled:active { cursor: default; } .tablenav .displaying-num { margin-left: 2px; font-size: 12px; font-style: italic; } .tablenav .actions { overflow: hidden; padding: 2px 0 0 8px; } .tablenav .delete { margin-left: 20px; } .view-switch { float: left; margin: 5px 8px 0 16px; } .view-switch img { display: none; } .view-switch a { text-decoration: none; } .view-switch > a { display: inline-block; width: 18px; height: 18px; } .view-switch > a:before { content: '\f163'; display: inline-block; float: right; font: normal 20px/1 'dashicons'; speak: none; vertical-align: middle; margin-right: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .view-switch > a + a:before { margin-right: 5px; content: '\f164'; } .filter { float: right; margin: -5px 10px 0 0; } .filter .subsubsub { margin-right: -10px; margin-top: 13px; } .screen-per-page { width: 4em; } #posts-filter fieldset { float: right; margin: 0 0 1em 1.5ex; padding: 0; } #posts-filter fieldset legend { padding: 0 1px .2em 0; } /*------------------------------------------------------------------------------ 10.1 - Inline Editing ------------------------------------------------------------------------------*/ /* .quick-edit* is for Quick Edit .bulk-edit* is for Bulk Edit .inline-edit* is for everything */ /* Layout */ #wpbody-content .inline-edit-row fieldset { font-size: 12px; float: right; margin: 0; padding: 0; width: 100%; } tr.inline-edit-row td, #wpbody-content .inline-edit-row fieldset .inline-edit-col { padding: 0 0.5em; } #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { border-width: 0 1px 0 0; border-style: none none none solid; } #wpbody-content .quick-edit-row-post .inline-edit-col-left { width: 40%; } #wpbody-content .quick-edit-row-post .inline-edit-col-right { width: 39%; } #wpbody-content .inline-edit-row-post .inline-edit-col-center { width: 20%; } #wpbody-content .quick-edit-row-page .inline-edit-col-left { width: 50%; } #wpbody-content .quick-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row-post .inline-edit-col-right { width: 49%; } #wpbody-content .bulk-edit-row .inline-edit-col-left { width: 30%; } #wpbody-content .bulk-edit-row-page .inline-edit-col-right { width: 69%; } #wpbody-content .bulk-edit-row .inline-edit-col-bottom { float: left; width: 69%; } #wpbody-content .inline-edit-row-page .inline-edit-col-right { margin-top: 27px; } .inline-edit-row fieldset .inline-edit-group { clear: both; } .inline-edit-row fieldset .inline-edit-group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .inline-edit-row p.submit { clear: both; padding: 0.5em; margin: 0.5em 0 0; } .inline-edit-row span.error { line-height: 22px; margin: 0 15px; padding: 3px 5px; } /* Positioning */ .inline-edit-row h4 { margin: .2em 0; padding: 0; line-height: 23px; } .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { margin: 0; padding: 0; line-height: 27px; } .inline-edit-row fieldset label, .inline-edit-row fieldset span.inline-edit-categories-label { display: block; margin: .2em 0; } .inline-edit-row fieldset label.inline-edit-tags { margin-top: 0; } .inline-edit-row fieldset label.inline-edit-tags span.title { margin: .2em 0; width: auto; } .inline-edit-row fieldset label span.title { display: block; float: right; width: 5em; } .inline-edit-row fieldset label span.input-text-wrap { display: block; margin-right: 5em; } .quick-edit-row-post fieldset.inline-edit-col-right label span.title { width: auto; padding-left: 0.5em; } .inline-edit-row .input-text-wrap input[type=text] { width: 100%; } .inline-edit-row fieldset label input[type=checkbox] { vertical-align: text-bottom; } .inline-edit-row fieldset label textarea { width: 100%; height: 4em; } #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { max-width: 50%; } #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { margin-left: 0.5em } .inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input { width: 6em; } .inline-edit-save .spinner { padding: 4px 10px 0; vertical-align: top; float: left; } /* Styling */ .inline-edit-row h4 { text-transform: uppercase; } .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { font-style: italic; line-height: 1.8em; } /* Specific Elements */ .inline-edit-row fieldset input[type="text"], .inline-edit-row fieldset textarea { border-style: solid; border-width: 1px; } .inline-edit-row fieldset .inline-edit-date { float: right; } .inline-edit-row fieldset input[name=jj], .inline-edit-row fieldset input[name=hh], .inline-edit-row fieldset input[name=mn] { font-size: 12px; width: 2.1em; } .inline-edit-row fieldset input[name=aa] { font-size: 12px; width: 3.5em; } .inline-edit-row fieldset label input.inline-edit-password-input { width: 8em; } ul.cat-checklist { height: 12em; border-style: solid; border-width: 1px; overflow-y: scroll; padding: 0 5px; margin: 0; } #bulk-titles { display: block; height: 12em; border-style: solid; border-width: 1px; overflow-y: scroll; padding: 0 5px; margin: 0 0 5px; } .inline-edit-row fieldset ul.cat-checklist li, .inline-edit-row fieldset ul.cat-checklist input { margin: 0; } .inline-edit-row fieldset ul.cat-checklist label, .inline-edit-row #bulk-titles div { font-style: normal; font-size: 11px; } .inline-edit-row fieldset label input.inline-edit-menu-order-input { width: 3em; } .inline-edit-row fieldset label input.inline-edit-slug-input { width: 75%; } .quick-edit-row-post fieldset label.inline-edit-status { float: right; } #bulk-titles { line-height: 140%; } #bulk-titles div { margin: 0.2em 0.3em; } #bulk-titles div a { cursor: pointer; display: block; float: right; height: 18px; margin: 0 -2px 0 3px; overflow: hidden; position: relative; width: 20px; } #bulk-titles div a:before { position: relative; top: -3px; } /*------------------------------------------------------------------------------ 11.0 - Write/Edit Post Screen ------------------------------------------------------------------------------*/ #show-comments { overflow: hidden; } #save-action .spinner, #show-comments a, #show-comments .spinner { float: right; } #lost-connection-notice .spinner { display: block; float: right; margin: 0 0 0 5px; } #titlediv { position: relative; margin-bottom: 10px; } #titlediv label { cursor: text; } #titlediv div.inside { margin: 0; } #poststuff #titlewrap { border: 0; padding: 0; } #titlediv #title { padding: 3px 8px; font-size: 1.7em; line-height: 100%; height: 1.7em; width: 100%; outline: none; margin: 0; } #titlediv #title-prompt-text, #wp-fullscreen-title-prompt-text { color: #777; position: absolute; font-size: 1.7em; padding: 11px 10px; } #wp-fullscreen-save .fs-saved { color: #999; float: left; margin-top: 4px; } #wp-fullscreen-title-prompt-text { padding: 11px; } #poststuff .inside-submitbox, #side-sortables .inside-submitbox { margin: 0 3px; font-size: 11px; } input#link_description, input#link_url { width: 98%; } #pending { background: 0 none; border: 0 none; padding: 0; font-size: 11px; margin-top: -1px; } #edit-slug-box { line-height: 24px; min-height: 25px; /* Yes, line-height + 1 */ margin-top: 5px; padding: 0 10px; } #edit-slug-box .cancel { margin-left: 10px; font-size: 11px; } #editable-post-name-full { display: none; } #editable-post-name input { font-size: 13px; height: 22px; margin: 0; width: 16em; } .postarea h3 label { float: right; } .submitbox .submit { text-align: right; padding: 12px 10px 10px; font-size: 11px; } .submitbox .submitdelete { text-decoration: none; padding: 1px 2px; } .submitbox .submit a:hover { text-decoration: underline; } .submitbox .submit input { margin-bottom: 8px; margin-left: 4px; padding: 6px; } .inside-submitbox #post_status { margin: 2px -2px 2px 0; } #post-status-select { margin-top: 3px; } /* Post Screen */ #post-body #normal-sortables { min-height: 50px; } .postbox { position: relative; min-width: 255px; } #trackback_url { width: 99%; } #normal-sortables .postbox .submit { background: transparent none; border: 0 none; float: left; padding: 0 12px; margin:0; } .category-add input[type="text"], .category-add select { width: 100%; max-width: 260px; vertical-align: baseline; } #side-sortables .category-add input[type="text"], #side-sortables .category-add select { margin: 0 0 1em; } .press-this #side-sortables .category-tabs li, ul.category-tabs li, #side-sortables .add-menu-item-tabs li, .wp-tab-bar li { display: inline; line-height: 1.35em; } .no-js .category-tabs li.hide-if-no-js { display: none; } .category-tabs a, #side-sortables .add-menu-item-tabs a, .wp-tab-bar a { text-decoration: none; } .category-tabs { margin: 8px 0 5px; } #category-adder h4 { margin: 10px 0; } #side-sortables .add-menu-item-tabs, .wp-tab-bar { margin-bottom: 3px; } #normal-sortables .postbox #replyrow .submit { float: none; margin: 0; padding: 0 7px 5px; } #side-sortables .submitbox .submit input, #side-sortables .submitbox .submit .preview, #side-sortables .submitbox .submit a.preview:hover { border: 0 none; } #side-sortables .inside-submitbox .insidebox, .stuffbox .insidebox { margin: 11px 0; } ul.category-tabs, ul.add-menu-item-tabs, ul.wp-tab-bar { margin-top: 12px; } ul.category-tabs li { border-style: solid; border-width: 1px; position: relative; } ul.add-menu-item-tabs li.tabs, .wp-tab-active { border-style: solid solid none; border-width: 1px 1px 0; } ul.add-menu-item-tabs li.tabs { padding-bottom: 3px; position: relative; } #post-body .add-menu-item-tabs li.tabs { border-style: solid none solid solid; border-width: 1px 1px 1px 0; margin-left: -1px; } ul.category-tabs li, ul.add-menu-item-tabs li, ul.wp-tab-bar li { padding: 3px 5px 5px; } #postimagediv .inside img { max-width: 100%; height: auto; } form#tags-filter { position: relative; } /* Edit posts */ td.post-title strong, td.plugin-title strong { display: block; margin-bottom: .2em; font-size: 14px; } td.post-title p, td.plugin-title p { margin: 6px 0; } /* Global classes */ .wp-hidden-children .wp-hidden-child, .ui-tabs-hide { display: none; } .commentlist .avatar { vertical-align: text-top; } #post-body .tagsdiv #newtag { margin-left: 5px; width: 16em; } #side-sortables input#post_password { width: 94% } #side-sortables .tagsdiv #newtag { width: 68%; } #post-status-info { width: 100%; } #post-status-info td { font-size: 12px; } .autosave-info { padding: 2px 15px; text-align: left; } #editorcontent #post-status-info { border: none; } #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize.gif') no-repeat scroll left bottom; width: 12px; height: 12px; cursor: sw-resize; } .rtl #content-resize-handle, .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom; } #post-body .wp_themeSkin .mceStatusbar a.mceResize { bottom: 3px; position: absolute; left: 3px; } #post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize { bottom: -20px; } #content-resize-handle { position: absolute; left: 3px; bottom: -20px; } .press-this #content-resize-handle { bottom: 2px; } .tmce-active #content-resize-handle { display: none; } #wp-word-count { display: block; padding: 2px 10px; } #timestampdiv select { height: 21px; line-height: 14px; padding: 0; vertical-align: top; font-size: 12px; } #aa, #jj, #hh, #mn { padding: 1px; font-size: 12px; } #jj, #hh, #mn { width: 2em; } #aa { width: 3.4em; } .curtime #timestamp { padding: 2px 0 1px 0; display: inline !important; height: auto !important; } #post-body #visibility:before, .curtime #timestamp:before, #post-body .misc-pub-revisions:before { font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 0 0 0 2px; top: 0; right: -1px; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } #post-body #visibility:before { content: '\f177'; } .curtime #timestamp:before { content: '\f145'; top: -1px; } #post-body .misc-pub-revisions:before { content: '\f321'; } #timestampdiv { padding-top: 5px; line-height: 23px; } #timestampdiv p { margin: 8px 0 6px; } #timestampdiv input { border-width: 1px; border-style: solid; } .notification-dialog { position: fixed; top: 30%; right: 50%; width: 450px; margin-right: -225px; background: #fff; line-height: 1.5; z-index: 1000005; } .notification-dialog-background { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: #000; opacity: 0.5; filter: alpha(opacity=50); z-index: 1000000; } #post-lock-dialog .post-locked-message, #post-lock-dialog .post-taken-over { margin: 25px; } #post-lock-dialog .post-locked-message a.button { margin-left: 10px; } #post-lock-dialog .post-locked-avatar { float: right; margin: 0 0 20px 20px; } #post-lock-dialog .wp-tab-first { outline: 0; } #post-lock-dialog .locked-saving img { float: right; margin-left: 3px; } #post-lock-dialog.saving .locked-saving, #post-lock-dialog.saved .locked-saved { display: inline; } /*------------------------------------------------------------------------------ 11.1 - Custom Fields ------------------------------------------------------------------------------*/ #postcustomstuff thead th { padding: 5px 8px 8px; } #postcustom #postcustomstuff .submit { border: 0 none; float: none; padding: 0 8px 8px; } #side-sortables #postcustom #postcustomstuff .submit { margin: 0; padding: 0; } #side-sortables #postcustom #postcustomstuff #the-list textarea { height: 85px; } #side-sortables #postcustom #postcustomstuff td.left input, #side-sortables #postcustom #postcustomstuff td.left select, #side-sortables #postcustomstuff #newmetaleft a { margin: 3px 3px 0; } #postcustomstuff table { margin: 0; width: 100%; border-width: 1px; border-style: solid; border-spacing: 0; } #postcustomstuff tr { vertical-align: top; } #postcustomstuff table input, #postcustomstuff table select, #postcustomstuff table textarea { width: 96%; margin: 8px; } #side-sortables #postcustomstuff table input, #side-sortables #postcustomstuff table select, #side-sortables #postcustomstuff table textarea { margin: 3px; } #postcustomstuff th.left, #postcustomstuff td.left { width: 38%; } #postcustomstuff .submit input { margin: 0; width: auto; } #postcustomstuff #newmetaleft a { display: inline-block; margin: 0 8px 8px; text-decoration: none; } .no-js #postcustomstuff #enternew { display: none; } #post-body-content .compat-attachment-fields { margin-bottom: 20px; } .compat-attachment-fields th { padding-top: 5px; padding-left: 10px; } /*------------------------------------------------------------------------------ 11.2 - Post Revisions ------------------------------------------------------------------------------*/ .revisions-control-frame, .revisions-diff-frame { position: relative; } .revisions-controls { padding-top: 40px; height: 100px; z-index: 1; } .revisions-controls input[type="checkbox"] { position: relative; top: -1px; vertical-align: text-bottom; } .revisions.pinned .revisions-controls { position: fixed; top: 0; height: 82px; } .revisions-tickmarks { position: relative; margin: 0 auto; height: 0.7em; top: 7px; max-width: 70%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .revisions-tickmarks > div { position: absolute; height: 100%; border-style: solid; border-width: 0 0 0 1px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .revisions-tickmarks > div:first-child { border-width: 0; } .comparing-two-revisions .revisions-controls { height: 140px; } .comparing-two-revisions.pinned .revisions-controls { height: 124px; } .revisions .diff-error { position: absolute; text-align: center; margin: 0 auto; width: 100%; display: none; } .revisions.diff-error .diff-error { display: block; } .revisions .loading-indicator { position: fixed; vertical-align: middle; opacity: 0; width: 100%; top: 50%; margin-right: -90px; -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; filter: alpha(opacity=0); /* ie8 and earlier */ } body.folded .revisions .loading-indicator { margin-right: -32px; } .revisions .loading-indicator span.spinner { display: block; margin: 0 auto; float: none; } .revisions.loading .loading-indicator { opacity: 1; filter: alpha(opacity=100); /* ie8 and earlier */ } .revisions .diff { -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; } .revisions.loading .diff { opacity: 0.5; filter: alpha(opacity=50); /* ie8 and earlier */ } .revisions.diff-error .diff { visibility: hidden; } .revisions-meta { margin-top: 20px; } .revision-toggle-compare-mode { position: absolute; top: 0; left: 0; } .comparing-two-revisions .revisions-previous, .comparing-two-revisions .revisions-next, .revisions-meta .diff-meta-to strong { display: none; } .revisions-controls .author-card .date { color: #777; } .revisions-controls .author-card.autosave { color: #d54e21; } .revisions-controls .author-card .author-name { font-weight: bold; } .comparing-two-revisions .diff-meta-to strong { display: block; } .revisions.pinned .revisions-buttons { padding: 0 11px; } .revisions-previous, .revisions-next { position: relative; z-index: 1; } .revisions-previous { float: right; } .revisions-next { float: left; } .revisions-controls .wp-slider { max-width: 70%; margin: 0 auto; top: -3px; } .revisions-diff { padding: 15px; } .revisions-diff h3:first-child { margin-top: 0; } /* Revision meta box */ .post-revisions li img, #revisions-meta-restored img { vertical-align: middle; } table.diff tbody tr td:nth-child(2) { width: 4%; } table.diff { width: 100%; white-space: pre-wrap; } table.diff col.content { width: auto; } table.diff col.content.diffsplit { width: 48%; } table.diff col.diffsplit.middle { width: auto; } table.diff col.ltype { width: 30px; } table.diff tr { background-color: transparent; } table.diff td, table.diff th { font-family: Consolas, Monaco, monospace; font-size: 14px; line-height: 1.618; padding: .5em; } table.diff td h1, table.diff td h2, table.diff td h3, table.diff td h4, table.diff td h5, table.diff td h6 { margin: 0; } table.diff .diff-deletedline del, table.diff .diff-addedline ins { text-decoration: none; } .diff-meta { padding: 5px; clear: both; min-height: 32px; } .diff-title strong { line-height: 32px; min-width: 60px; text-align: left; float: right; margin-left: 5px; } .revisions-controls .author-card .author-info { font-size: 12px; line-height: 16px; } .revisions-controls .author-card .avatar, .revisions-controls .author-card .author-info { float: right; margin-right: 6px; margin-left: 6px; } .revisions-controls .author-card .byline { display: block; font-size: 12px; } .revisions-controls .author-card .avatar { vertical-align: middle; } .diff-meta input.restore-revision { float: left; margin-right: 6px; margin-left: 6px; margin-top: 4px; } .diff-meta-from { display: none; } .comparing-two-revisions .diff-meta-from { display: block; } .revisions-tooltip { position: absolute; bottom: 105px; margin-left: 0; margin-right: -69px; z-index: 0; max-width: 350px; min-width: 130px; padding: 8px 4px; display: none; opacity: 0; } .revisions-tooltip.flipped { margin-right: 0; margin-left: -70px; } .revisions.pinned .revisions-tooltip { display: none !important; } .comparing-two-revisions .revisions-tooltip { bottom: 145px; } .revisions-tooltip-arrow { width: 70px; height: 15px; overflow: hidden; position: absolute; right: 0; margin-right: 35px; bottom: -15px; } .revisions-tooltip.flipped .revisions-tooltip-arrow { margin-right: 0; margin-left: 35px; right: auto; left: 0; } .revisions-tooltip-arrow > span { content: ""; position: absolute; right: 20px; top: -20px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .revisions-tooltip.flipped .revisions-tooltip-arrow > span { right: auto; left: 20px; } .ie8 .revisions-tooltip-arrow > span { right: 15px; top: -25px; -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; } .ie8 .revisions-tooltip.flipped .revisions-tooltip-arrow > span { left: 25px; } .revisions-tooltip, .revisions-tooltip-arrow > span { border-width: 1px; border-style: solid; } .revisions-tooltip { display: none; } .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; right: 0; margin-right: -35px; bottom: 90px; z-index: 10000; } .arrow::after { z-index: 9999; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { right: 20%; } .arrow:after { content: ""; position: absolute; right: 20px; top: -20px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .revisions-tooltip, .revisions-tooltip-arrow:after { border-width: 1px; border-style: solid; } div.revisions-controls > .wp-slider > .ui-slider-handle { margin-right: -10px; } .rtl div.revisions-controls > .wp-slider > .ui-slider-handle { margin-left: -10px; } /* jQuery UI Slider */ .wp-slider.ui-slider { position: relative; border-width: 1px; border-style: solid; text-align: right; cursor: pointer; } .wp-slider .ui-slider-handle { border-radius: 50%; height: 18px; margin-top: -3px; outline: none; position: absolute; width: 18px; z-index: 2; } .wp-slider .ui-slider-handle:before { background: none; position: absolute; top: 0; right: 0; content: "\f229"; font: normal 18px/1 'dashicons'; speak: none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale; } .wp-slider .ui-slider-handle.from-handle:before, .wp-slider .ui-slider-handle.to-handle:before { font-size: 20px !important; margin: -1px -1px 0 0; } .wp-slider .ui-slider-handle.from-handle:before { content: '\f139'; } .wp-slider .ui-slider-handle.to-handle:before { content: '\f141'; } .rtl .wp-slider .ui-slider-handle.from-handle:before { content: '\f141'; } .rtl .wp-slider .ui-slider-handle.to-handle:before { content: '\f139'; left: -1px; } .wp-slider .ui-slider-range { position: absolute; font-size: .7em; display: block; border: 0; background-color: transparent; background-image: none; } .wp-slider.ui-slider-horizontal { height: .7em; } .wp-slider.ui-slider-horizontal .ui-slider-handle { top: -.25em; margin-right: -.6em; } .wp-slider.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .wp-slider.ui-slider-horizontal .ui-slider-range-min { right: 0; } .wp-slider.ui-slider-horizontal .ui-slider-range-max { left: 0; } /*------------------------------------------------------------------------------ 11.3 - Featured Images ------------------------------------------------------------------------------*/ #select-featured-image { padding: 4px 0; overflow: hidden; } #select-featured-image img { max-width: 100%; height: auto; margin-bottom: 10px; } #select-featured-image a { float: right; clear: both; } #select-featured-image .remove { display: none; margin-top: 10px; } .js #select-featured-image.has-featured-image .remove { display: inline-block; } .no-js #select-featured-image .choose { display: none; } /*------------------------------------------------------------------------------ 11.4 - Post formats ------------------------------------------------------------------------------*/ .post-state-format { overflow: hidden; display: inline-block; vertical-align: middle; height: 20px; width: 20px; margin-left: 5px; margin-top: -4px; } .post-state-format:before { display: block; height: 20px; width: 20px; font: normal 20px/1 'dashicons' !important; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #post-formats-select { line-height: 2em; } #post-formats-select .post-format-icon:before { top: 5px; } input.post-format { margin-top: 1px; } label.post-format-icon { margin-right: 0px; padding: 2px 0px 2px 0; } .post-format-icon:before { position: relative; display: inline-block; margin-left: 7px; font: normal 20px/1 'dashicons'; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .post-state-format.post-format-standard:before, .post-format-icon.post-format-standard:before, a.post-state-format.format-standard:before { content: '\f109'; } .post-state-format.post-format-image:before, .post-format-icon.post-format-image:before, a.post-state-format.format-image:before { content: '\f128'; } .post-state-format.post-format-gallery:before, .post-format-icon.post-format-gallery:before, a.post-state-format.format-gallery:before { content: '\f161'; } .post-state-format.post-format-audio:before, .post-format-icon.post-format-audio:before, a.post-state-format.format-audio:before { content: '\f127'; } .post-state-format.post-format-video:before, .post-format-icon.post-format-video:before, a.post-state-format.format-video:before { content: '\f126'; } .post-state-format.post-format-chat:before, .post-format-icon.post-format-chat:before, a.post-state-format.format-chat:before { content: '\f125'; } .post-state-format.post-format-status:before, .post-format-icon.post-format-status:before, a.post-state-format.format-status:before { content: '\f130'; } .post-state-format.post-format-aside:before, .post-format-icon.post-format-aside:before, a.post-state-format.format-aside:before { content: '\f123'; } .post-state-format.post-format-quote:before, .post-format-icon.post-format-quote:before, a.post-state-format.format-quote:before { content: '\f122'; } .post-state-format.post-format-link:before, .post-format-icon.post-format-link:before, a.post-state-format.format-link:before { content: '\f103'; } /*------------------------------------------------------------------------------ 12.0 - Categories ------------------------------------------------------------------------------*/ .category-adder { margin-right: 120px; padding: 4px 0; } .category-adder h4 { margin: 0 0 8px; } #side-sortables .category-adder { margin: 0; } #post-body ul.add-menu-item-tabs { float: right; width: 120px; text-align: left; /* Negative margin for the sake of those without JS: all tabs display */ margin: 0 5px 0 -120px; padding: 0; } ul.add-menu-item-tabs li { padding: 3px 8px 3px 5px; } #post-body ul.add-menu-item-tabs li.tabs { -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .wp-tab-panel, .categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel { min-height: 42px; max-height: 200px; overflow: auto; padding: 0 0.9em; border-style: solid; border-width: 1px; } div.tabs-panel-active { display:block; } div.tabs-panel-inactive { display:none; } #front-page-warning, #front-static-pages ul, ul.export-filters, .inline-editor ul.cat-checklist ul, .categorydiv ul.categorychecklist ul, .customlinkdiv ul.categorychecklist ul, .posttypediv ul.categorychecklist ul, .taxonomydiv ul.categorychecklist ul { margin-right: 18px; } ul.categorychecklist li { margin: 0; padding: 0; line-height: 22px; word-wrap: break-word; } .categorydiv .tabs-panel, .customlinkdiv .tabs-panel, .posttypediv .tabs-panel, .taxonomydiv .tabs-panel { border-width: 3px; border-style: solid; } .form-wrap p, .form-wrap label { font-size: 11px; } .form-wrap label { display: block; padding: 2px; font-size: 12px; } .form-field input, .form-field textarea { border-style: solid; border-width: 1px; width: 95%; } p.description, .form-wrap p { margin: 2px 0 5px; } p.help, p.description, span.description, .form-wrap p { font-size: 13px; font-style: italic; } .form-wrap .form-field { margin: 0 0 10px; padding: 8px 0; } .form-wrap .form-field #parent { max-width: 100%; } .col-wrap h3 { margin: 12px 0; font-size: 1.1em; } .col-wrap p.submit { margin-top: -10px; } /*------------------------------------------------------------------------------ 13.0 - Tags ------------------------------------------------------------------------------*/ .tagsdiv { margin-top: -8px; } #poststuff .taghint { color: #aaa; margin: 15px 12px -24px 0; } #poststuff .tagsdiv .howto { margin: 0 0 6px 0; } .ajaxtag .newtag { position: relative; } .tagsdiv .newtag { width: 180px; } .tagsdiv .the-tags { display: block; height: 60px; margin: 0 auto; overflow: auto; width: 260px; } #post-body-content .tagsdiv .the-tags { margin: 0 5px; } p.popular-tags { border: none; line-height: 2em; max-width: 1000px; padding: 8px 12px 12px; text-align: justify; } p.popular-tags a { padding: 0 3px; } .tagcloud { width: 97%; margin: 0 0 40px; text-align: justify; } .tagcloud h3 { margin: 2px 0 12px; } .ac_results { padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; display: none; border-width: 1px; border-style: solid; } .wp-customizer .ac_results { z-index: 500000; } .ac_results li { padding: 2px 5px; white-space: nowrap; text-align: right; } .ac_over { cursor: pointer; } .ac_match { text-decoration: underline; } /* links tables */ table.links-table { width: 100%; } .links-table th { font-weight: normal; text-align: right; vertical-align: top; min-width: 80px; width: 20%; word-wrap: break-word; } .links-table th, .links-table td { padding: 5px 0; } .links-table td label { margin-left: 8px; } .links-table td input[type="text"], .links-table td textarea { width: 100%; } .links-table #link_rel { max-width: 280px; } /*------------------------------------------------------------------------------ 14.0 - Media Screen ------------------------------------------------------------------------------*/ .media-item .describe { border-collapse: collapse; width: 100%; border-top-style: solid; border-top-width: 1px; clear: both; cursor: default; } .media-item.media-blank .describe { border: 0; } .media-item .describe th { vertical-align: top; text-align: right; padding: 5px 10px 10px; width: 140px; } .media-item .describe .align th { padding-top: 0; } .media-item .media-item-info tr { background-color: transparent; } .media-item .describe td { padding: 0 0 8px 8px; vertical-align: top; } .media-item thead.media-item-info td { padding: 4px 10px 0; } .media-item .media-item-info .A1B1 { padding: 0 10px 0 0; } .media-item td.savesend { padding-bottom: 15px; } .media-item .thumbnail { max-height: 128px; max-width: 128px; } #wpbody-content #async-upload-wrap a { display: none; } .media-upload-form { margin-top: 20px; } .media-upload-form td label { margin-left: 6px; margin-right: 2px; } .media-upload-form .align .field label { display: inline; padding: 0 23px 0 0; margin: 0 3px 0 1em; font-weight: 600; } .media-upload-form tr.image-size label { margin: 0 5px 0 0; font-weight: 600; } .media-upload-form th.label label { font-weight: 600; margin: 0.5em; font-size: 13px; } .media-upload-form th.label label span { padding: 0 5px; } abbr.required { border: medium none; text-decoration: none; } .media-item .describe input[type="text"], .media-item .describe textarea { width: 460px; } .media-item .describe p.help { margin: 0; padding: 0 5px 0 0; } .media-item .edit-attachment, .describe-toggle-on, .describe-toggle-off { display: block; line-height: 36px; float: left; } .media-item .describe-toggle-off, .media-item.open .describe-toggle-on { display: none; } .media-item.open .describe-toggle-off { display: block; } #media-items .media-item { border-bottom-style: solid; border-bottom-width: 1px; min-height: 36px; position: relative; width: 100%; } #media-items { width: 623px; } .media-new-php #media-items { margin: 1em 0; } #media-items:empty { border: 0 none; } .media-item .filename { line-height: 36px; overflow: hidden; } .media-item .error-div { padding-right: 10px; } .media-item .pinkynail { float: right; margin: 2px 0 0 10px; max-width: 40px; max-height: 32px; } .media-item .startopen, .media-item .startclosed { display: none; } .media-item .original { position: relative; height: 34px; } .media-item .progress { float: left; height: 22px; margin: 7px 0 0; width: 200px; line-height: 2em; padding: 0; overflow: hidden; margin-bottom: 2px; border-radius: 22px; background: #ddd; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } .media-item .bar { z-index: 9; width: 0; height: 100%; margin-top: -22px; border-radius: 22px; background-color: #0074a2; -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); box-shadow: inset 0 0 2px rgba(0,0,0,0.3); } .media-item .progress .percent { z-index: 10; position: relative; width: 200px; padding: 0; color: #fff; text-align: center; line-height: 22px; font-weight: 400; text-shadow: 0px 1px 2px rgba(0,0,0,0.2); } .upload-php .fixed .column-parent { width: 15%; } .js .html-uploader #plupload-upload-ui { display: none; } .js .html-uploader #html-upload-ui { display: block; } .media-upload-form .media-item.error { margin: 0; padding: 0; } .media-upload-form .media-item.error p, .media-item .error-div { line-height: 16px; margin: 5px 10px; padding: 0; } .media-item .error-div a.dismiss { display: block; float: left; margin: 5px 15px 0 4px; } /*------------------------------------------------------------------------------ 14.1 - Media Library ------------------------------------------------------------------------------*/ .find-box { width: 600px; height: 300px; overflow: hidden; padding: 33px 0 51px; position: absolute; z-index: 1000; } .find-box-head { cursor: move; font-weight: 600; height: 2em; line-height: 2em; padding: 1px 12px; position: absolute; top: 5px; width: 100%; } .find-box-inside { overflow: auto; padding: 6px; height: 100%; } .find-box-search { overflow: hidden; padding: 9px; position: relative; } .find-box-search .spinner { float: none; right: 125px; position: absolute; top: 9px; } #find-posts-input { float: right; width: 140px; height: 24px; } #find-posts-search { float: right; margin: 1px 3px 0 4px; } #find-posts-response { margin: 8px 0; padding: 0 1px 6px; } #find-posts-response table { width: 100%; } #find-posts-response .found-radio { padding: 3px 8px 0 0; width: 15px; } .find-box-buttons { padding: 8px; overflow: hidden; } .find-box #resize-se { position: absolute; left: 1px; bottom: 1px; } .ui-find-overlay { position: absolute; top: 0; right: 0; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); } ul#dismissed-updates { display: none; } form.upgrade { margin-top: 8px; } form.upgrade .hint { font-style: italic; font-size: 85%; margin: -0.5em 0 2em 0; } #poststuff .inside .the-tagcloud { margin: 5px 0 10px; padding: 8px; border-width: 1px; border-style: solid; line-height: 1.8em; word-spacing: 3px; -webkit-border-radius: 6px; border-radius: 6px; } .drag-drop #drag-drop-area { border: 4px dashed #bbb; height: 200px; } .drag-drop .drag-drop-inside { margin: 70px auto 0; width: 250px; } .drag-drop-inside p { color: #aaa; font-size: 14px; margin: 5px 0; display: none; } .drag-drop .drag-drop-inside p { text-align: center; } .drag-drop-inside p.drag-drop-info { font-size: 20px; } .drag-drop .drag-drop-inside p, .drag-drop-inside p.drag-drop-buttons { display: block; } /* #drag-drop-area:-moz-drag-over { border-color: #83b4d8; } borger color while dragging a file over the uploader drop area */ .drag-drop.drag-over #drag-drop-area { border-color: #83b4d8; } #plupload-upload-ui { position: relative; } /*------------------------------------------------------------------------------ 14.2 - Image Editor ------------------------------------------------------------------------------*/ .wp_attachment_details #attachment_caption { height: 4em; } .describe .image-editor { vertical-align: top; } .imgedit-wrap { position: relative; } .imgedit-settings p { margin: 8px 0; } .post-php .imgedit-wrap table { width: 100%; } .describe .imgedit-wrap table td, .wp_attachment_holder .imgedit-wrap table td { vertical-align: top; padding-top: 0; } .describe .imgedit-wrap table td.imgedit-settings { padding: 0 5px; } .wp_attachment_holder .imgedit-wrap table td.imgedit-settings { width: 250px; } td.imgedit-settings input { margin-top: 0; vertical-align: middle; } .imgedit-wait { position: absolute; top: 0; background: #fff url('../images/spinner.gif') no-repeat scroll 22px 10px; background-size: 20px 20px; opacity: 0.7; filter: alpha(opacity=70); width: 100%; height: 500px; display: none; } .spinner { background: url('../images/spinner.gif') no-repeat; background-size: 20px 20px; display: none; float: left; opacity: 0.7; filter: alpha(opacity=70); width: 20px; height: 20px; margin: 2px 5px 0; } .no-float { float: none; } .media-disabled, .imgedit-settings .disabled { color: grey; } .wp_attachment_image, .A1B1 { overflow: hidden; } .wp_attachment_image .button, .A1B1 .button { float: right; } .no-js .wp_attachment_image .button { display: none; } .wp_attachment_image .spinner, .A1B1 .spinner { float: right; padding: 0 0 4px 0; vertical-align: bottom; } .imgedit-menu { margin: 0 0 12px; min-width: 300px; } .imgedit-menu div { float: right; width: 32px; background: none; margin: 0 0 0 8px; height: 32px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 28px; } .imgedit-menu div:before { font: normal 20px/1 'dashicons'; speak: none; vertical-align: middle; } .imgedit-crop:before { content:'\f165'; } .imgedit-rleft:before { content:'\f166'; } .imgedit-rright:before { content:'\f167'; } .imgedit-flipv:before { content:'\f168'; } .imgedit-fliph:before { content:'\f169'; } .imgedit-undo:before { content:'\f171'; } .imgedit-redo:before { content:'\f172'; } .imgedit-crop-wrap { position: relative; } .imgedit-crop { margin: 0 0 0 8px; } .imgedit-rleft { margin: 0 3px; } .imgedit-rright { margin: 0 3px 0 8px; } .imgedit-flipv { margin: 0 3px; } .imgedit-fliph { margin: 0 3px 0 8px; } .imgedit-undo { margin: 0 3px; } .imgedit-redo { margin: 0 3px 0 8px; } .imgedit-applyto img { margin: 0 0 0 8px; } .imgedit-group-top { margin: 5px 0; } .imgedit-applyto .imgedit-label { padding: 2px 0 0; display: block; } .imgedit-help { display: none; font-style: italic; margin-bottom: 8px; } a.imgedit-help-toggle { text-decoration: none; } .form-table td.imgedit-response { padding: 0; } .imgedit-submit { margin: 8px 0; } .imgedit-submit-btn { margin-right: 20px; } .imgedit-wrap .nowrap { white-space: nowrap; } span.imgedit-scale-warn { color: red; font-size: 20px; font-style: normal; visibility: hidden; vertical-align: middle; } .imgedit-group { margin-bottom: 8px; padding: 2px 10px; } /*------------------------------------------------------------------------------ 15.0 - Comments Screen ------------------------------------------------------------------------------*/ .form-table { border-collapse: collapse; margin-top: 0.5em; width: 100%; clear: both; } .form-table, .form-table td, .form-table th, .form-table td p, .form-wrap label { font-size: 14px; } .form-table td { margin-bottom: 9px; padding: 15px 10px; line-height: 1.3; vertical-align: middle; } .form-table th, .form-wrap label { font-weight: normal; text-shadow: none; vertical-align: baseline; } .form-table th { vertical-align: top; text-align: right; padding: 20px 0 20px 10px; width: 200px; line-height: 1.3; font-weight: 600; } .form-table th.th-full { width: auto; font-weight: 400; } .form-table input.tog { margin-top: 2px; margin-left: 2px; float: right; } .form-table td p { margin-top: 4px; margin-bottom: 0; } .form-table td fieldset label { margin: 0.25em 0 0.5em !important; display: inline-block; } .form-table td fieldset label, .form-table td fieldset p, .form-table td fieldset li { line-height: 1.4em; } .form-table input.tog, .form-table input[type=radio] { margin-top: -4px; margin-left: 4px; float: none; } .commentlist li { padding: 1em 1em .2em; margin: 0; border-bottom-width: 1px; border-bottom-style: solid; } .commentlist li li { border-bottom: 0; padding: 0; } .commentlist p { padding: 0; margin: 0 0 .8em; } /* reply to comments */ #replyrow input { border-width: 1px; border-style: solid; } #replyrow td { padding: 2px; } #replysubmit { margin: 0; padding: 0 5px 3px; text-align: center; } #replysubmit .spinner { padding: 2px 0 0; vertical-align: top; float: left; } #replysubmit .button { margin-left: 5px; } #replysubmit .error { color: red; line-height: 21px; text-align: center; } #replyrow h5 { margin: .2em 0 0; padding: 0 5px; line-height: 1.4em; font-size: 1em; } #edithead .inside { float: right; padding: 3px 5px 2px 0; margin: 0; text-align: center; } #edithead .inside input { width: 180px; } #edithead label { padding: 2px 0; } #replycontainer { padding: 5px; } #replycontent { height: 120px; -webkit-box-shadow: none; box-shadow: none; } .comment-php .wp-editor-area { height: 200px; } .comment-ays { margin-bottom: 0; border-bottom-style: solid; border-bottom-width: 1px; } .comment-ays .alt { background-color: transparent; } .trash-undo-inside, .spam-undo-inside { margin: 1px 0 1px 8px; line-height: 16px; } .spam-undo-inside .avatar, .trash-undo-inside .avatar { height: 20px; width: 20px; margin-left: 8px; vertical-align: middle; } .stuffbox .editcomment { clear: none; } #comment-status-radio p { margin: 3px 0 5px; } #comment-status-radio input { margin: 2px 0 5px 3px; vertical-align: middle; } #comment-status-radio label { padding: 5px 0; } .commentlist .avatar { vertical-align: text-top; } #the-comment-list .unapproved th.check-column input { margin-right: 4px; } /*------------------------------------------------------------------------------ 16.0 - Themes ------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------ 16.1 - Manage Themes ------------------------------------------------------------------------------*/ .theme-browser .themes { clear: both; padding: 0 0 100px; } .themes-php .wrap h2 { float: right; margin-bottom: 15px; } .network-admin.themes-php .wrap h2 { margin-bottom: 0; } .themes-php .wrap h2 .button { margin-right: 20px; } .themes-php .wrap .theme-count { color: #fff; border-radius: 30px; background: #777; font-size: 14px; padding: 4px 10px; font-weight: 600; margin-right: 5px; margin-left: 20px; position: relative; top: -3px; } /* Position admin messages */ .themes-php div.updated, .themes-php div.error { margin: 0 0 20px 0; clear: both; } .themes-php div.updated a { text-decoration: underline; } /** * Main theme element * (has flexible margins) */ .theme-browser .theme { cursor: pointer; float: right; margin: 0 0 4% 4%; position: relative; width: 30.6%; border: 1px solid #dedede; -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ie8 .theme-browser .theme { width: 30%; margin: 0 0 4% 3%; } .theme-browser .theme:nth-child(3n) { margin-left: 0; } .theme-browser .theme:hover, .theme-browser .theme:focus { cursor: pointer; } .theme-browser .theme .theme-name { font-size: 15px; font-weight: 600; margin: 0; padding: 15px; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: #fff; background: rgba(255,255,255,0.65); } /* Activate and Customize buttons, shown on hover */ .theme-browser .theme .theme-actions { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; -webkit-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; position: absolute; bottom: 0; left: 0; height: 38px; padding: 9px 10px 0 10px; background: rgba(244, 244, 244, 0.7); border-right: 1px solid rgba(0,0,0,0.05); } .theme-browser .theme:hover .theme-actions { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } .theme-browser .theme .theme-actions .button-primary { margin-left: 3px; } .theme-browser .theme .theme-actions .button-secondary { float: none; margin-right: 3px; } /** * Theme Screenshot * * Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size * It is also responsive. */ .theme-browser .theme .theme-screenshot { display: block; overflow: hidden; position: relative; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .theme-browser .theme .theme-screenshot:after { content: ''; display: block; padding-top: 66.66666%; /* using a 3/2 aspect ratio */ } .theme-browser .theme .theme-screenshot img { height: auto; position: absolute; right: 0; top: 0; width: 100%; -webkit-transform: translateZ( 0 ); /* Prevents rendering bugs in Chrome */ -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .theme-browser .theme:hover .theme-screenshot { background: #fff; } .theme-browser.rendered .theme:hover .theme-screenshot img { opacity: 0.4; } .theme-browser .theme .more-details { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; position: absolute; top: 35%; left: 25%; right: 25%; background: #222; background: rgba(0,0,0,0.7); color: #fff; font-size: 15px; text-shadow: 0 1px 0 rgba(0,0,0,0.6); -webkit-font-smoothing: antialiased; font-weight: 600; padding: 15px 12px; text-align: center; border-radius: 3px; -webkit-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; } .theme-browser .theme:focus { outline: 1px dotted #222; } /* Hide shortcut actions and hover feedback when using tab navigation */ .theme-browser .theme:focus .theme-actions { display: none; } /* Restore display of theme controls if you hover a focused theme */ .theme-browser .theme:focus:hover .theme-actions { display: block; } .theme-browser .theme:focus .more-details { opacity: 1; } /* Current theme needs to have its action always on view */ .theme-browser .theme.active:focus .theme-actions { display: block; } .theme-browser.rendered .theme:hover .more-details { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } /** * Displays a theme update notice * when an update is available. */ .theme-browser .theme .theme-update { background: #d54e21; background: rgba(213, 78, 33, 0.95); color: #fff; display: block; font-size: 13px; font-weight: 400; height: 48px; line-height: 48px; padding: 0 10px; position: absolute; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(0,0,0,0.25); overflow: hidden; } .theme-browser .theme .theme-update:before { content: '\f463'; display: inline-block; font: normal 20px/1 'dashicons'; margin: 0 0 0 6px; opacity: 0.8; position: relative; top: 5px; speak: none; -webkit-font-smoothing: antialiased; } /** * The currently active theme */ .theme-browser .theme.active .theme-name { background: #2f2f2f; color: #fff; padding-left: 110px; font-weight: 300; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5); box-shadow: inset 0 1px 1px rgba(0,0,0,0.5); } .theme-browser .theme.active .theme-name span { font-weight: 600; } .theme-browser .theme.active .theme-actions { background: rgba(49,49,49,0.7); border-right: none; opacity: 1; } .theme-browser .theme.active .theme-actions .button-primary { margin-left: 0; } .theme-browser .theme .theme-author { background: #222; color: #eee; display: none; font-size: 14px; margin: 0 10px; padding: 5px 10px; position: absolute; bottom: 56px; } .theme-browser .theme.display-author .theme-author { display: block; } .theme-browser .theme.display-author .theme-author a { color: inherit; text-decoration: none; } /** * Add new theme */ .theme-browser .theme.add-new-theme { border: none; box-shadow: none; } .theme-browser .theme.add-new-theme a { color: #999; text-decoration: none; display: block; position: relative; z-index: 1; } .theme-browser .theme.add-new-theme:after { display: block; content: ''; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; background: transparent; background: rgba(0, 0, 0, 0); position: absolute; top: 0; right: 0; left: 0; bottom: 0; padding: 10% 0 0 0; text-shadow: none; border: 5px dashed #d5d2ca; border: 5px dashed rgba(0, 0, 0, 0.1); -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .theme-browser .theme.add-new-theme span:after { background: #e5e5e5; background: rgba(153, 153, 153, 0.1); border-radius: 50%; display: inline-block; content: '\f132'; -webkit-font-smoothing: antialiased; font: normal 74px/115px 'dashicons'; width: 100px; height: 100px; vertical-align: middle; text-align: center; color: rgb(153, 153, 153); position: absolute; top: 30%; right: 50%; margin-right: -50px; text-indent: -4px; padding: 0; text-shadow: none; z-index:4; } .rtl .theme-browser .theme.add-new-theme span:after { text-indent: 4px; } .theme-browser .theme.add-new-theme:hover .theme-screenshot { background: none; } .theme-browser .theme.add-new-theme:hover span:after { background: #fff; color: #0074a2; } .theme-browser .theme.add-new-theme:hover:after { border-color: transparent; color: #fff; background: #0074a2; content: ''; } .theme-browser .theme.add-new-theme .theme-name { background: none; text-align: center; box-shadow: none; font-weight: 400; position: relative; top: 0; margin-top: -10%; margin-bottom: 10%; } .theme-browser .theme.add-new-theme:hover .theme-name { color: #fff; z-index: 2; } /* * The search form */ .themes-php .theme-search { position: relative; top: -2px; right: 20px; font-size: 16px; font-weight: 300; line-height: 1.5; width: 280px; } /** * Theme Overlay * Shown when clicking a theme */ .theme-overlay .theme-backdrop { position: absolute; right: -20px; left: 0; top: 0; bottom: 0; background: #f1f1f1; background: rgba( 238, 238, 238, 0.9 ); z-index: 10; } body.theme-overlay-open { overflow: hidden; } .theme-overlay .theme-header { position: absolute; top: 0; right: 0; left: 0; height: 48px; border-bottom: 1px solid #ddd; } .theme-overlay .theme-header .close { cursor: pointer; height: 48px; width: 50px; text-align: center; float: left; border: 0; border-right: 1px solid #ddd; background-color: transparent; } .theme-overlay .theme-header .close:hover:before, .theme-overlay .theme-header .close:focus:before { color: #fff; } .theme-overlay .theme-header .close:before { font: normal 30px/50px 'dashicons' !important; color: #777; display: inline-block; content: '\f335'; font-weight: 300; } /* Left and right navigation */ .theme-overlay .theme-header .right, .theme-overlay .theme-header .left { cursor: pointer; color: #777; background-color: transparent; height: 48px; width: 54px; float: right; text-align: center; border: 0; border-left: 1px solid #ddd; } .theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover, .theme-overlay .theme-header .close:focus, .theme-overlay .theme-header .right:focus, .theme-overlay .theme-header .left:focus { background: #0074a2; color: #fff; } .theme-overlay .theme-header .left.disabled, .theme-overlay .theme-header .right.disabled, .theme-overlay .theme-header .left.disabled:hover, .theme-overlay .theme-header .right.disabled:hover { color: #ccc; background: inherit; cursor: inherit; } .theme-overlay .theme-header .right:before, .theme-overlay .theme-header .left:before { font: normal 20px/50px 'dashicons' !important; display: inline; font-weight: 300; } .theme-overlay .theme-header .left:before { content: '\f340'; } .theme-overlay .theme-header .right:before { content: '\f344'; } .rtl .theme-overlay .theme-header .left:before { content: '\f345'; } .rtl .theme-overlay .theme-header .right:before { content: '\f341'; } .theme-overlay .theme-wrap { clear: both; position: fixed; top: 9%; right: 190px; left: 30px; bottom: 3%; background: #fff; -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); z-index: 20; box-sizing: border-box; } .theme-overlay .theme-wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } body.folded .theme-overlay .theme-wrap { right: 70px; } .theme-overlay .theme-about { position: absolute; top: 49px; bottom: 57px; right: 0; left: 0; overflow: auto; padding: 2% 4%; } .theme-overlay .theme-about:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .theme-overlay .theme-actions { position: absolute; text-align: center; bottom: 0; right: 0; left: 0; padding: 10px 25px 5px; background: #f3f3f3; z-index: 30; box-sizing: border-box; border-top: 1px solid #eee; } .ie8 .theme-overlay .theme-actions { border: 1px solid #eee; } .theme-overlay .theme-actions a { margin-left: 5px; margin-bottom: 5px; } .theme-overlay .theme-actions .delete-theme { color: #a00; position: absolute; left: 10px; bottom: 5px; text-decoration: none; border-color: transparent; box-shadow: none; background: transparent; } .theme-overlay .theme-actions .delete-theme:hover, .theme-overlay .theme-actions .delete-theme:focus { background: #d54e21; color: #fff; border-color: #d54e21; } .theme-overlay .theme-actions .active-theme, .theme-overlay.active .theme-actions .inactive-theme { display: none; } .theme-overlay .theme-actions .inactive-theme, .theme-overlay.active .theme-actions .active-theme { display: block; } /** * Theme Screenshots gallery */ .theme-overlay .theme-screenshots { float: right; margin: 0 0 0 30px; width: 55%; max-width: 880px; text-align: center; } /* First screenshot, shown big */ .theme-overlay .screenshot { border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; position: relative; -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2); box-shadow: 0 0 0 1px rgba(0,0,0,0.2); } .theme-overlay .screenshot:after { content: ''; display: block; padding-top: 75%; /* using a 4/3 aspect ratio */ } .theme-overlay .screenshot img { height: auto; position: absolute; right: 0; top: 0; width: 100%; } /* Handles old 300px screenshots */ .theme-overlay.small-screenshot .theme-screenshots { position: absolute; width: 302px; } .theme-overlay.small-screenshot .theme-info { margin-right: 350px; width: auto; } /* Other screenshots, shown small and square */ .theme-overlay .screenshot.thumb { background: #ccc; border: 1px solid #eee; float: none; display: inline-block; margin: 10px 5px 0; width: 140px; height: 80px; cursor: pointer; } .theme-overlay .screenshot.thumb:after { content: ''; display: block; padding-top: 100%; /* using a 1/1 aspect ratio */ } .theme-overlay .screenshot.thumb img { cursor: pointer; height: auto; position: absolute; right: 0; top: 0; width: 100%; height: auto; } .theme-overlay .screenshot.selected { background: transparent; border: 2px solid #2ea2cc; } .theme-overlay .screenshot.selected img { opacity: 0.8; } /* No screenshot placeholder */ .theme-browser .theme .theme-screenshot.blank, .theme-overlay .screenshot.blank { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=); } /** * Theme heading information */ .theme-overlay .theme-info { width: 40%; float: right; } .theme-overlay .current-label { background: #333; color: #fff; font-size: 11px; display: inline-block; padding: 2px 8px; border-radius: 2px; margin: 0 0 -10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .theme-overlay .theme-name { color: #222; font-size: 32px; font-weight: 100; margin: 10px 0 0; line-height: 1.3; } .theme-overlay .theme-version { color: #999; font-size: 13px; font-weight: 400; float: none; display: inline-block; margin-right: 10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .theme-overlay .theme-author { color: #686868; font-size: 16px; font-weight: 400; margin: 15px 0 25px; } .theme-overlay .theme-author a { text-decoration: none; } .theme-overlay .theme-description { color: #555; font-size: 15px; font-weight: 400; line-height: 1.5; margin: 30px 0 0 0; } .theme-overlay .theme-tags { border-top: 3px solid #eee; color: #888; font-size: 13px; font-weight: 400; margin: 30px 0 0 0; padding-top: 20px; } .theme-overlay .theme-tags span { color: #444; font-weight: bold; margin-left: 5px; } /* Theme Updates info */ .theme-overlay .theme-update-message { background: #fefaf7; border: 1px solid #eee; border-right: 4px solid #d54e21; border-radius: 3px; padding: 5px 20px 10px; } .theme-overlay .theme-update { color: #222; font-size: 18px; display: inline-block; line-height: 40px; margin: 0; } .theme-overlay .parent-theme { background: #f7fcfe; border: 1px solid #eee; border-right: 4px solid #2ea2cc; font-size: 14px; font-weight: normal; margin-top: 30px; padding: 10px 20px 10px 10px; } .theme-overlay .parent-theme strong { font-weight: 700; } /** * Single Theme Mode * Displays detailed view inline when a user has no switch capabilities */ .single-theme .theme-overlay .theme-backdrop, .single-theme .theme-overlay .theme-header, .single-theme .theme { display: none; } .single-theme .theme-overlay .theme-wrap { clear: both; min-height: 330px; position: relative; right: auto; left: auto; top: auto; bottom: auto; } .single-theme .theme-overlay .theme-about { padding: 30px 30px 70px; position: static; } .single-theme .theme-overlay .theme-actions { position: absolute; } /** * Basic Responsive structure... * * Shuffles theme columns around based on screen width */ @media only screen and (min-width: 2000px) { #wpwrap .theme-browser .theme { width: 17.6%; margin: 0 0 3% 3%; } #wpwrap .theme-browser .theme:nth-child(3n), #wpwrap .theme-browser .theme:nth-child(4n) { margin-left: 3%; } #wpwrap .theme-browser .theme:nth-child(5n) { margin-left: 0; } } @media only screen and (min-width: 1680px) { .theme-overlay .theme-wrap { width: 1450px; margin: 0 auto; } } /* Maximum screenshot width reaches 440px */ @media only screen and (min-width: 1640px) { .theme-browser .theme { width: 22.7%; margin: 0 0 3% 3%; } .theme-browser .theme .theme-screenshot:after { padding-top: 75%; /* using a 4/3 aspect ratio */ } .theme-browser .theme:nth-child(3n) { margin-left: 3%; } .theme-browser .theme:nth-child(4n) { margin-left: 0; } } /* Maximum screenshot width reaches 440px */ @media only screen and (max-width: 1120px) { .theme-browser .theme { width: 47.5%; margin-left: 0; } .theme-browser .theme:nth-child(even) { margin-left: 0; } .theme-browser .theme:nth-child(odd) { margin-left: 5%; } } /* Admin menu is folded */ @media only screen and (max-width: 900px) { .theme-overlay .theme-wrap { right: 65px; } } @media only screen and (max-width: 780px) { body.folded .theme-overlay .theme-wrap, .theme-overlay .theme-wrap { top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */ left: 0; bottom: 0; right: 0; padding: 70px 20px 20px; border: none; z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */ position: fixed; } .theme-browser .theme.active .theme-name span { /* Hide the "Active: " label on smaller screens. */ display: none; } .theme-overlay .theme-screenshots { width: 40%; } .theme-overlay .theme-info { width: 50%; } .single-theme .theme-wrap { padding: 10px; } .theme-browser .theme .theme-actions { padding: 5px 10px 4px 10px; } .theme-overlay.small-screenshot .theme-screenshots { position: static; float: none; max-width: 302px; } .theme-overlay.small-screenshot .theme-info { margin-right: 0; width: auto; } .theme:not(.active):hover .theme-actions, .theme:hover .more-details { display: none; } .theme-browser.rendered .theme:hover .theme-screenshot img { opacity: 1.0; } } @media only screen and (max-width: 480px) { .theme-browser .theme { width: 100%; margin-left: 0; } .theme-browser .theme:nth-child(2n), .theme-browser .theme:nth-child(3n) { margin-left: 0; } } @media only screen and (max-width: 650px) { .theme-overlay .theme-update, .theme-overlay .theme-description { margin-right: 0; } .theme-overlay .theme-actions .delete-theme { position: relative; left: auto; bottom: auto; } .theme-overlay .theme-actions .inactive-theme { display: inline; } .theme-overlay .theme-screenshots { width: 100%; float: none; } .theme-overlay .theme-info { width: 100%; } .theme-overlay .theme-author { margin: 5px 0 15px 0; } .theme-overlay .current-label { margin-top: 10px; font-size: 13px; } .themes-php .wrap h2 { width: 100%; } .themes-php .theme-search { float: none; clear: both; right: 0; top: 0; left: 0; margin: 10px 0; width: 100%; } .theme-browser .theme.add-new-theme span:after { font: normal 60px/90px 'dashicons'; width: 80px; height: 80px; top: 30%; right: 50%; text-indent: 0; margin-right: -40px; } .single-theme .theme-wrap { margin: 0 -10px 0 -12px; padding: 10px; } .single-theme .theme-overlay .theme-about { padding: 10px; overflow: visible; } .single-theme .current-label { display: none; } .single-theme .theme-overlay .theme-actions { position: static; } } .broken-themes { clear: both; } .broken-themes table { text-align: right; width: 50%; border-spacing: 3px; padding: 3px; } /*------------------------------------------------------------------------------ 16.2 - Install Themes ------------------------------------------------------------------------------*/ .theme-install-php h4 { margin: 2.5em 0 8px; } .theme-install-php .tablenav { height: auto; } .theme-install-php .spinner { margin-top: 9px; } .available-theme { display: inline-block; margin-left: 10px; overflow: hidden; padding: 20px 0 20px 20px; vertical-align: top; width: 300px; } .available-theme .screenshot { width: 300px; height: 225px; display: block; border-width: 1px; border-style: solid; margin-bottom: 10px; overflow: hidden; } .available-theme img { width: 300px; } .available-theme h3 { margin: 15px 0 0; } .available-theme .theme-author { line-height: 18px; } .available-theme .action-links { margin-top: 10px; overflow: hidden; } .available-theme a.screenshot:focus { border-color: #777; } .available-theme .action-links li { float: right; padding-left: 10px; margin-left: 10px; border-left: 1px solid #dfdfdf; } .available-theme .action-links li { padding-left: 8px; margin-left: 8px; } .ie8 .available-theme .action-links li { padding-left: 7px; margin-left: 7px; } .available-theme .action-links li:last-child { padding-left: 0; margin-left: 0; border-left: 0; } .available-theme .action-links .delete-theme { float: left; margin-right: 8px; margin-left: 0; } .available-theme .action-links .delete-theme a { color: red; padding: 2px; } .available-theme .action-links .delete-theme a:hover { background: red; color: #fff; text-decoration: none; } .available-theme .action-links p { float: right; } /* Allow for three-up in small windows when sidebar is collapsed */ @media only screen and (max-width: 1200px) { .folded .available-theme, .folded .available-theme .screenshot { width: 300px; } .folded .available-theme .screenshot { height: 225px; } } /* Adjust three-up display in smaller windows when sidebar is collapsed */ @media only screen and (max-width: 1079px) { .folded .available-theme, .folded .available-theme .screenshot { width: 270px; } .folded .available-theme .screenshot { height: 203px; } } /* Allow for three-up on 1024px wide screens, e.g. tablets */ @media only screen and (max-width: 1200px) { .available-theme, .available-theme .screenshot { width: 240px; } .available-theme .screenshot { height: 180px; } .available-theme img { width: 100%; } } #post-body ul.add-menu-item-tabs li.tabs a, #TB_window #TB_title a.tb-theme-preview-link, #TB_window #TB_title a.tb-theme-preview-link:visited { font-weight: 600; text-decoration: none; } #TB_window #TB_title { background-color: #222; color: #cfcfcf; } /*------------------------------------------------------------------------------ 16.3 - Custom Header Screen ------------------------------------------------------------------------------*/ .appearance_page_custom-header #headimg { border: 1px solid #DFDFDF; overflow: hidden; width: 100%; } .appearance_page_custom-header #upload-form p label { font-size: 12px; } .appearance_page_custom-header .available-headers .default-header { float: right; margin: 0 0 20px 20px; } .appearance_page_custom-header .random-header { clear: both; margin: 0 0 20px 20px; vertical-align: middle; } .appearance_page_custom-header .available-headers label input, .appearance_page_custom-header .random-header label input { margin-left: 10px; } .appearance_page_custom-header .available-headers label img { vertical-align: middle; } /*------------------------------------------------------------------------------ 16.4 - Custom Background Screen ------------------------------------------------------------------------------*/ div#custom-background-image { min-height: 100px; border: 1px solid #dfdfdf; } div#custom-background-image img { max-width: 400px; max-height: 300px; } /*------------------------------------------------------------------------------ 17.0 - Plugins ------------------------------------------------------------------------------*/ #dashboard_right_now .versions .b, #post-status-display, #post-visibility-display, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover, .media-item .percent, .plugins .name, #pass-strength-result.strong, #pass-strength-result.short, #ed_reply_toolbar #ed_reply_strong, .item-controls .item-order a, .feature-filter .feature-name { font-weight: 600; } .plugins p { margin: 0 4px; padding: 0; } .plugins .desc p { margin: 0 0 8px; } .plugins td.desc { line-height: 1.5em; } .plugins .desc ul, .plugins .desc ol { margin: 0 2em 0 0; } .plugins .desc ul { list-style-type: disc; } .plugins .row-actions { font-size: 13px; padding: 0; } .plugins .inactive td, .plugins .inactive th, .plugins .active td, .plugins .active th { padding: 10px 9px; } .plugins .update th, .plugins .update td { border-bottom: 0; } .plugin-update-tr td { border-top: 0; } #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title { padding-left: 12px; white-space:nowrap; } .plugins .inactive .plugin-title strong { font-weight: 400; } .plugins .second, .plugins .row-actions { padding: 0 0 5px; } .plugins .update .second, .plugins .update .row-actions { padding-bottom: 0; } .plugins-php .widefat tfoot th, .plugins-php .widefat tfoot td { border-top-style: solid; border-top-width: 1px; } .plugin-update-tr .update-message { border: none; font-size: 13px; font-weight: normal; margin: 6px 12px 12px; padding: 6px 12px; } .plugin-update-tr .update-message:before { content: '\f463'; display: inline-block; font: normal 20px/1 'dashicons'; speak: none; margin: 0 -2px 0 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: top; } .plugin-install-php h4 { margin: 2.5em 0 8px; } /*------------------------------------------------------------------------------ 18.0 - Users ------------------------------------------------------------------------------*/ #profile-page .form-table textarea { width: 500px; margin-bottom: 6px; } #profile-page .form-table #rich_editing { margin-left: 5px } #your-profile legend { font-size: 22px; } #display_name { width: 15em; } #createuser .form-field input { width: 25em; } .scheme-list { } .color-option { display: inline-block; width: 24%; padding: 5px 15px 15px; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 3px; } .color-option:hover, .color-option.selected { background: #ddd; } .color-palette { width: 100%; border-spacing: 0; border-collapse: collapse; } .color-palette td { height: 20px; padding: 0; border: none; } .color-option { cursor: pointer; } /*------------------------------------------------------------------------------ 19.0 - Tools ------------------------------------------------------------------------------*/ body.press-this { color: #333; margin: 0; padding: 0; min-width: 708px; min-height: 400px; } .press-this #titlediv #title { font-size: 1.4em; } .press-this #site-heading:before { top: 3px; position: relative; display: inline-block; font: normal 18px/1 'dashicons'; speak: none; color: #727272; content: '\f120'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .pressthis { margin: 20px 0; } .pressthis a, .pressthis a:hover, .pressthis a:focus, .pressthis a:active { display: inline-block; position: relative; cursor: move; color: #333; background: #e6e6e6; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #b4b4b4; font-style: normal; line-height: 16px; font-size: 14px; text-decoration: none; } .pressthis a:active { outline: none; } .pressthis a:hover:after { -webkit-transform: skew(20deg) rotate(9deg); -moz-transform: skew(20deg) rotate(9deg); transform: skew(20deg) rotate(9deg); -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); } .pressthis a span { display: inline-block; margin: 0px 0 0; padding: 0px 9px 8px 12px; } .pressthis a span:before { font: normal 20px/1 'dashicons'; content:'\f157'; position: relative; display: inline-block; top: 4px; margin-left: 4px; } .pressthis a:after { content: ''; width: 70%; height: 55%; z-index: -1; position: absolute; left: 10px; bottom: 9px; background: transparent; -webkit-transform: skew(20deg) rotate(6deg); -moz-transform: skew(20deg) rotate(6deg); transform: skew(20deg) rotate(6deg); -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); } /*------------------------------------------------------------------------------ 20.0 - Settings ------------------------------------------------------------------------------*/ #utc-time, #local-time { padding-right: 25px; font-style: italic; } .defaultavatarpicker .avatar { margin: 2px 0; vertical-align: middle; } .options-general-php .spinner { float: none; margin: -3px 3px; } /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ #wpfooter { position: absolute; bottom: 0; right: 0; left: 0; padding: 10px 0; margin-left: 20px; border-top-width: 1px; border-top-style: solid; } #wpfooter p { font-size: 13px; margin: 0; line-height: 20px; } #footer-thankyou { font-style: italic; } #wpfooter a { text-decoration: none; } #wpfooter a:hover { text-decoration: underline; } /*------------------------------------------------------------------------------ 22.0 - About Pages ------------------------------------------------------------------------------*/ .about-wrap { position: relative; margin: 25px 20px 0 40px; max-width: 1050px; /* readability */ font-size: 15px; } .about-wrap div.updated, .about-wrap div.error { display: none !important; } .about-wrap hr { border: 0; height: 0; margin: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } .about-wrap img { margin: 0.5em 5px 0.5em 0; max-width: 100%; } /* Typography */ .about-wrap p { line-height: 1.6em; font-size: 14px; } .about-wrap h1 { margin: 0.2em 0 0 200px; line-height: 1.2em; font-size: 2.8em; font-weight: 400; } .about-wrap .about-text, .about-wrap p.about-description, .about-wrap li.wp-person a.web { font-weight: normal; line-height: 1.6em; font-size: 19px; } .about-description { margin-top: 1.4em; } .about-text { margin: 1em 0 1em 200px; min-height: 60px; font-size: 24px; } .about-wrap .changelog h2.about-headline-callout { margin: 1.1em 0 0.2em; font-size: 2.4em; font-weight: 300; line-height: 1.3; text-align: center; } .about-wrap h3 { margin: 1em 0 .6em; font-size: 1.5em; line-height: 1.5em; } .about-wrap .feature-section h4 { margin: 1.4em 0 0.6em 0; font-size: 1.2em; } .about-wrap .feature-section p { margin-top: 0.6em; } .about-wrap code, .about-wrap ol li p { font-size: 14px; } /* 3.8 Images */ .about-wrap .about-colors-img { bottom: -25px; } .about-wrap .about-themes-img { bottom: -38px; } .about-wrap .about-overview-img { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; } .about-colors-img img, .about-themes-img img { margin: 0 0; padding: 0; line-height: 1; } /* Point Releases */ .about-wrap .point-releases { margin-top: 5px; } .about-wrap .changelog.point-releases h3 { padding-top: 35px; } .about-wrap .changelog.point-releases h3:first-child { padding-top: 7px; } /* WordPress Version Badge */ .wp-badge { background: url('../images/w-logo-white.png?ver=20131202') no-repeat; background: none, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; background-position: center 24px; background-size: 85px 85px; font-size: 14px; text-align: center; font-weight: 600; margin: 5px 0 0; padding-top: 120px; height: 40px; display: inline-block; width: 150px; text-rendering: optimizeLegibility; } .about-wrap .wp-badge { position: absolute; top: 0; left: 0; } /* Tabs */ .about-wrap h2.nav-tab-wrapper { padding-right: 6px; } .about-wrap h2 .nav-tab { padding: 4px 15px 6px; margin: 0 0 -1px 3px; font-size: 18px; vertical-align: top; border-width: 1px; } .about-wrap h2 .nav-tab-active { font-weight: bold; } /* Changelog / Update screen */ .about-wrap .feature-section { padding-bottom: 20px; } .about-wrap .feature-section.col { margin-bottom: 0; } .about-wrap .feature-section.center-col > div { margin: auto; width: 60%; } .about-wrap .about-colors .one-col > div { width: 100%; } .about-wrap .feature-section.two-col > div { position: relative; width: 50%; float: right; } .about-wrap .feature-section.three-col > div { position: relative; width: 29.95%; margin-left: 4.999999999%; float: right; } .about-wrap .feature-section.col .last-feature { margin-left: 0; } .about-wrap .about-updates img, .about-wrap .about-twentyfourteen img { margin: 2em 0 0 0; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .about-wrap .about-twentyfourteen img { margin-top: 1em; } .about-wrap .changelog .feature-section { overflow: hidden; } .about-wrap .about-colors .scheme-list { margin-bottom: 1em; } .about-wrap .about-colors .color-option { padding-top: 10px; } .about-wrap .about-colors .color-option label { display: inline-block; margin: 0.25em 0 0.5em; } .about-wrap .feature-section.two-col div p { margin-left: 3%; } .about-wrap .feature-section div p img { float: left; margin-right: 10px; max-width: 20%; } .about-wrap .changelog li { list-style-type: disc; margin-right: 3em; } /* Return to Dashboard Home link */ .about-wrap .return-to-dashboard { margin: 30px -5px 0 0; font-size: 14px; font-weight: bold; } .about-wrap .return-to-dashboard a { text-decoration: none; padding: 0 5px; } /* Credits */ .about-wrap h4.wp-people-group { margin-top: 2.6em; font-size: 16px; } .about-wrap ul.wp-people-group { overflow: hidden; padding: 0 5px; margin: 0 -5px 0 -15px; } .about-wrap ul.compact { margin-bottom: 0 } .about-wrap li.wp-person { float: right; margin-left: 10px; } .about-wrap li.wp-person img.gravatar { float: right; margin: 0 0 10px 10px; padding: 2px; width: 60px; height: 60px; } .about-wrap ul.compact li.wp-person img.gravatar { width: 30px; height: 30px; } .about-wrap li.wp-person { height: 70px; width: 280px; padding-bottom: 15px; } .about-wrap ul.compact li.wp-person { height: auto; width: 180px; padding-bottom: 0; margin-bottom: 0; } .about-wrap #wp-people-group-validators + p.wp-credits-list { margin-top: 0; } .about-wrap li.wp-person a.web { display: block; margin: 6px 0 2px; font-size: 16px; text-decoration: none; } .about-wrap p.wp-credits-list a { white-space: nowrap; } /* Freedoms */ .freedoms-php .about-wrap ol { margin: 40px 60px; } .freedoms-php .about-wrap ol li { list-style-type: decimal; font-weight: bold; } .freedoms-php .about-wrap ol p { font-weight: normal; margin: 0.6em 0; } /*------------------------------------------------------------------------------ 23.0 - Full Overlay w/ Sidebar ------------------------------------------------------------------------------*/ body.full-overlay-active { overflow: hidden; } .wp-full-overlay { background: transparent; z-index: 500000; position: fixed; overflow: visible; top: 0; bottom: 0; right: 0; left: 0; height: 100%; min-width: 0; } .wp-full-overlay-sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; width: 300px; height: 100%; top: 0; bottom: 0; right: 0; padding: 0; margin: 0; z-index: 10; overflow: auto; background: transparent; border-left: none; } .wp-full-overlay.collapsed .wp-full-overlay-sidebar { overflow: visible; } .wp-full-overlay.collapsed, .wp-full-overlay.expanded .wp-full-overlay-sidebar { margin-right: 0 !important; } .wp-full-overlay.expanded { margin-right: 300px; } .wp-full-overlay.collapsed .wp-full-overlay-sidebar { margin-right: -300px; } .wp-full-overlay-sidebar:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; z-index: 1000; } .wp-full-overlay-main { position: absolute; right: 0; left: 0; top: 0; bottom: 0; height: 100%; } .wp-full-overlay-sidebar .wp-full-overlay-header { position: absolute; right: 0; left: 0; height: 45px; padding: 0 15px; line-height: 45px; z-index: 10; margin: 0; border-top: none; -webkit-box-shadow: none; box-shadow: none; } .wp-full-overlay-sidebar .wp-full-overlay-header a.back { margin-top: 9px; } .wp-full-overlay-sidebar .wp-full-overlay-footer { bottom: 0; border-bottom: none; border-top: none; -webkit-box-shadow: none; box-shadow: none; } .wp-full-overlay-sidebar .wp-full-overlay-sidebar-content { position: absolute; top: 45px; bottom: 45px; right: 0; left: 0; overflow: auto; } /* Close Link */ .wp-full-overlay .close-full-overlay { text-decoration: none; } /* Collapse Button */ .wp-full-overlay a.collapse-sidebar { position: absolute; bottom: 12px; right: 0; z-index: 50; display: block; width: 19px; height: 19px; margin-right: 15px; padding: 0; border-radius: 50%; text-decoration: none; } .wp-full-overlay.collapsed .collapse-sidebar { position: absolute; right: 100%; } .wp-full-overlay .collapse-sidebar-arrow { position: static; margin-top: 0; margin-right: 0; display: block; width: auto; height: auto; background: none; } .wp-full-overlay .collapse-sidebar-arrow:before { border-radius: 50%; float: right; content: "\f148"; font: normal 20px/1 'dashicons'; speak: none; display: block; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .wp-full-overlay.collapsed .collapse-sidebar-arrow:before, .rtl .wp-full-overlay .collapse-sidebar-arrow:before { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before { -ms-transform: none; -webkit-transform: none; transform: none; } .wp-full-overlay.collapsed .collapse-sidebar-arrow { background-position: -1px -109px; } .wp-full-overlay .collapse-sidebar-label { position: absolute; right: 100%; line-height: 20px; margin-right: 10px; } .wp-full-overlay.collapsed .collapse-sidebar-label { display: none; } /* Animations */ .wp-full-overlay, .wp-full-overlay-sidebar, .wp-full-overlay .collapse-sidebar, .wp-full-overlay-main { -webkit-transition-property: right, left, top, bottom, width, margin; -moz-transition-property: right, left, top, bottom, width, margin; -ms-transition-property: right, left, top, bottom, width, margin; -o-transition-property: right, left, top, bottom, width, margin; transition-property: right, left, top, bottom, width, margin; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; } /*------------------------------------------------------------------------------ 24.0 - Customize Loader ------------------------------------------------------------------------------*/ .no-customize-support .hide-if-no-customize, .customize-support .hide-if-customize, .no-customize-support.wp-core-ui .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .customize-support.wp-core-ui .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize { display: none; } #customize-container { display: none; background: #fff; z-index: 500000; position: fixed; overflow: visible; top: 0; bottom: 0; right: 0; left: 0; height: 100%; } .customize-active #customize-container { display: block; } .customize-loading #customize-container iframe { opacity: 0; } .customize-loading #customize-container { background: #fff url('../images/spinner.gif') no-repeat fixed center center; background-size: 20px 20px; } #customize-container iframe, #theme-installer iframe { height: 100%; width: 100%; z-index: 20; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } #customize-container .collapse-sidebar { bottom: 16px; } #customize-controls { margin-top: 0; } #theme-installer { display: none; } #theme-installer.single-theme { display: block; } .install-theme-info { display: none; padding: 10px 20px 20px; } .single-theme .install-theme-info { padding-top: 15px; } #theme-installer .install-theme-info { display: block; } .install-theme-info .theme-install { float: left; margin-top: 18px; } .install-theme-info .theme-name { font-size: 16px; line-height: 24px; margin-bottom: 0; margin-top: 0; } .install-theme-info .theme-screenshot { margin-top: 15px; width: 258px; border: 1px solid #ccc; } .install-theme-info .theme-details { overflow: hidden; } .theme-details .theme-version { margin: 15px 0; float: right; } .theme-details .star-rating { margin: 7px 0; float: left; } .theme-details .theme-description { float: right; color: #777; line-height: 20px; } #theme-installer .wp-full-overlay-header { margin-top: 9px; } #theme-installer .wp-full-overlay-header .theme-install { float: left; /* For when .theme-install is a span rather than a.button-primary (already installed theme) */ line-height: 26px; } #theme-installer .wp-full-overlay-sidebar { background: #EEE; border-left: 1px solid #DDD; } #theme-installer .wp-full-overlay-main { background: #fff url('../images/spinner.gif') no-repeat fixed center center; background-size: 20px 20px; } /*------------------------------------------------------------------------------ 25.0 - Tabbed Admin Screen Interface (Experimental) ------------------------------------------------------------------------------*/ .nav-tab { border-style: solid; border-width: 1px 1px 0; font-size: 12px; line-height: 16px; display: inline-block; padding: 4px 14px 6px; text-decoration: none; margin: -4px 0 -1px 4px; } .nav-tab-active { border-width: 1px; } .nav-tab-active, .nav-tab-active:hover { border-bottom-width: 1px; border-bottom-style: solid; } h2.nav-tab-wrapper, h3.nav-tab-wrapper { border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 0; padding-right: 10px; } h2 .nav-tab { padding: 6px 10px; font-weight: bold; font-size: 15px; line-height: 24px; } /*------------------------------------------------------------------------------ 26.0 - Misc ------------------------------------------------------------------------------*/ #excerpt, .attachmentlinks { margin: 0; height: 4em; width: 98%; } #template div { margin-left: 190px; } p.pagenav { margin: 0; display: inline; } .pagenav span { font-weight: 600; margin: 0 6px; } .row-title { font-size: 14px !important; font-weight: 600; } .column-comment .comment-author { margin-bottom: 0.6em; } .column-author img, .column-username img, .column-comment .comment-author img { float: right; margin-left: 10px; margin-top: 1px; } .row-actions { font-size: 13px; visibility: hidden; padding: 2px 0 0; } tr:hover .row-actions, .mobile .row-actions, .row-actions.visible, div.comment-item:hover .row-actions { visibility: visible; } /* deprecated */ .row-actions-visible { padding: 2px 0 0; } .form-table .pre { padding: 8px; margin: 0; } table.form-table td .updated { font-size: 13px; } .tagchecklist { margin-right: 14px; font-size: 12px; overflow: auto; } .tagchecklist br { display: none; } .tagchecklist strong { margin-right: -8px; position: absolute; } .tagchecklist span { margin-left: 25px; display: block; float: right; font-size: 13px; line-height: 1.8em; white-space: nowrap; cursor: default; } .tagchecklist span a { margin: 1px -17px 0 0; cursor: pointer; width: 20px; height: 20px; display: block; float: right; text-indent: 0; overflow: hidden; position: absolute; } #poststuff h2 { margin-top: 20px; font-size: 1.5em; margin-bottom: 15px; padding: 0 0 3px; clear: right; } #poststuff h3, .metabox-holder h3 { font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; } #poststuff .inside { margin: 6px 0 0 0; } #poststuff .inside #parent_id, #poststuff .inside #page_template { max-width: 100%; } .inline-edit-row #post_parent, .inline-edit-row select[name="page_template"] { max-width: 80%; } .ie8 #poststuff .inside #parent_id, .ie8 #poststuff .inside #page_template, .ie8 .inline-edit-row #post_parent, .ie8 .inline-edit-row select[name="page_template"] { width: 250px; } #post-visibility-select { line-height: 1.5em; margin-top: 3px; } #poststuff #submitdiv .inside { margin: 0; padding: 0; } .edit-form-section { margin-bottom: 20px; } #templateside ul li a { text-decoration: none; } .tool-box .title { margin: 8px 0; font-size: 18px; font-weight: normal; line-height: 24px; } #sidemenu { margin: -30px 315px 0 15px; list-style: none; position: relative; float: left; padding-right: 10px; font-size: 12px; } #sidemenu a { padding: 0 7px; display: block; float: right; line-height: 28px; border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; -webkit-transition: none; -moz-transition: none; transition: none; } #sidemenu li { display: inline; line-height: 200%; list-style: none; text-align: center; white-space: nowrap; margin: 0; padding: 0; } #sidemenu a.current { font-weight: normal; padding-right: 6px; padding-left: 6px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; border-width: 1px; border-style: solid; } #sidemenu li a .count-0 { display: none; } .plugin-install #description, .plugin-install-network #description { width: 60%; } table .vers, table .column-visible, table .column-rating { text-align: right; } .error-message { color: red; font-weight: 600; } /* Scrollbar fix for bulk upgrade iframe */ body.iframe { height: 98%; } /* Upgrader styles, Specific to Language Packs */ .lp-show-latest p { display: none; } .lp-show-latest p:last-child, .lp-show-latest .lp-error p { display: block; } /* - Only used once or twice in all of WP - deprecate for global style ------------------------------------------------------------------------------*/ td.media-icon { text-align: center; width: 80px; padding-top: 8px; padding-bottom: 8px; } td.media-icon img { max-width: 80px; max-height: 60px; } #howto { font-size: 11px; margin: 0 5px; display: block; } .importers td { padding-left: 14px; } .importers { font-size: 16px; width: auto; } #post-body #post-body-content #namediv h3 { margin-top: 0; } #namediv h3 label { vertical-align: baseline; } #namediv table { width: 100%; } #namediv td.first { width: 10px; white-space: nowrap; } #namediv input { width: 98%; } #namediv p { margin: 10px 0; } #submitdiv h3 { margin-bottom: 0 !important; } /* - Used - but could/should be deprecated with a CSS reset ------------------------------------------------------------------------------*/ .zerosize { height: 0; width: 0; margin: 0; border: 0; padding: 0; overflow: hidden; position: absolute; } br.clear { height: 2px; line-height: 2px; } .checkbox { border: none; margin: 0; padding: 0; } fieldset { border: 0; padding: 0; margin: 0; } .post-categories { display: inline; margin: 0; padding: 0; } .post-categories li { display: inline; } /*------------------------------------------------------------------------------ 27.0 - Localization ------------------------------------------------------------------------------*/ /* RTL except Hebrew (see below): Tahoma as the first font; */ body.rtl, body.rtl .press-this a.wp-switch-editor { font-family: Tahoma, Arial, sans-serif; } /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */ body.locale-he-il, body.locale-he-il .press-this a.wp-switch-editor { font-family: Arial, sans-serif; } /* he_IL: Have <em> be bold rather than italic. */ .locale-he-il em { font-style: normal; font-weight: bold; } /*----------------------------------------------------------------------------- MERGED -------------------------------------------------------------------------------*/ /* dashboard */ .edit-box { display: none; } h3:hover .edit-box { display: inline; } #dashboard-widgets form .input-text-wrap input { width: 100%; } #dashboard-widgets form .textarea-wrap textarea { width: 100%; } #dashboard-widgets .postbox form .submit { float: none; margin: .5em 0 0; padding: 0; border: none; } #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { min-width: 0; } #dashboard-widgets a { text-decoration: none; } #dashboard-widgets h3 a { text-decoration: underline; } #dashboard-widgets h3 .postbox-title-action { position: absolute; left: 10px; padding: 0; top: 5px; } .js #dashboard-widgets h3 .postbox-title-action { left: 33px; } #dashboard-widgets h4 { font-weight: normal; font-size: 14px; margin: 0 0 .2em; padding: 0; } #dashboard_plugins h5 { font-size: 14px; } /* Recent Comments */ #latest-comments #the-comment-list { position: relative; } #activity-widget #latest-comments #the-comment-list .comment-item { padding: 1em 12px; } #latest-comments #the-comment-list .pingback { padding-right: 12px !important; } #latest-comments #the-comment-list .comment-item:first-child { border-top: none; } #latest-comments #the-comment-list .comment-item h4 { line-height: 1.5em; margin-top: 0; color: #666; } #latest-comments #the-comment-list .comment-item h4 cite { font-style: normal; font-weight: normal; } #latest-comments #the-comment-list .comment-item blockquote, #latest-comments #the-comment-list .comment-item blockquote p { margin: 0; padding: 0; display: inline; } #latest-comments #the-comment-list .comment-item p.row-actions { margin: 3px 0 0; padding: 0; font-size: 13px; } /* QuickDraft */ #title-wrap label { cursor: text; } #title-wrap #title { padding: 2px 6px; font-size: 1.3em; line-height: 100%; outline: none; } #title-wrap #title-prompt-text { font-size: 1.1em; padding: 5px 8px; } /* Feeds */ .rss-widget ul { margin: 0; padding: 0; list-style: none; } a.rsswidget { font-size: 14px; font-weight: 600; line-height: 1.7em; } .rss-widget ul li { line-height: 1.5em; margin-bottom: 12px; } .rss-widget span.rss-date { color: #999; font-size: 13px; margin-right: 3px; } .rss-widget cite { display: block; text-align: left; margin: 0 0 1em; padding: 0; } .rss-widget cite:before { content: '\2014'; } .dashboard-comment-wrap { overflow: hidden; word-wrap: break-word; } /* Browser Nag */ #dashboard_browser_nag a.update-browser-link { font-size: 1.2em; font-weight: 600; } #dashboard_browser_nag a { text-decoration: underline; } #dashboard_browser_nag p.browser-update-nag.has-browser-icon { padding-left: 125px; } #dashboard_browser_nag .browser-icon { margin-top: -35px; } #dashboard_browser_nag.postbox.browser-insecure { background-color: #ac1b1b; border-color: #ac1b1b; } #dashboard_browser_nag.postbox { background-color: #e29808; background-image: none; border-color: #edc048; color: #fff; -webkit-box-shadow: none; box-shadow: none; } #dashboard_browser_nag.postbox.browser-insecure h3 { border-bottom-color: #cd5a5a; color: #fff; } #dashboard_browser_nag.postbox h3 { border-bottom-color: #f6e2ac; background: transparent none; color: #fff; -webkit-box-shadow: none; box-shadow: none; } #dashboard_browser_nag a { color: #fff; } /* Make the browser nags easier to read with Open Sans */ #dashboard_browser_nag h3.hndle { border: none; font-weight: 600; font-size: 20px; padding-top: 10px; } .postbox#dashboard_browser_nag p a.dismiss { font-size: 14px; } .postbox#dashboard_browser_nag p, .postbox#dashboard_browser_nag a, .postbox#dashboard_browser_nag p.browser-update-nag { font-size: 16px; } /* login */ #loginform p.submit, .login-action-lostpassword p.submit { border: none; margin: -10px 0 20px; /* May want to revisit this */ } .login * { margin: 0; padding: 0; } .login form { margin-top: 20px; margin-right: 0; padding: 26px 24px 46px; font-weight: normal; overflow: hidden; } .login form .forgetmenot { font-weight: normal; float: right; margin-bottom: 0; } .login .button-primary { float: left; } #login form p { margin-bottom: 0; } #login form p.submit { margin: 0; padding: 0; } .login label { color: #777; font-size: 14px; } .login form .forgetmenot label { font-size: 12px; line-height: 19px; } .login h1 { text-align: center; } .login h1 a { background-image: url('../images/w-logo-blue.png?ver=20131202'); background-image: none, url('../images/wordpress-logo.svg?ver=20131107'); background-size: 80px 80px; background-position: center top; background-repeat: no-repeat; color: #999; height: 80px; font-size: 20px; font-weight: normal; line-height: 1.3em; margin: 0 auto 25px; padding: 0; text-decoration: none; width: 80px; text-indent: -9999px; outline: none; overflow: hidden; display: block; } #login { width: 320px; padding: 8% 0 0; margin: auto; } #login_error, .login .message { margin-right: 0; padding: 12px; } .login #nav, .login #backtoblog { font-size: 13px; padding: 0 24px 0; } .login #nav { margin: 24px 0 0 0; } #backtoblog { margin: 16px 0 0 0; } .login form .input, .login input[type="text"] { font-size: 24px; line-height: 1; width: 100%; padding: 3px; margin: 2px 0 16px 6px; } .login #pass-strength-result { width: 250px; font-weight: 600; border-style: solid; border-width: 1px; margin: 12px 0 6px; padding: 6px 5px; text-align: center; } .mobile #login { padding: 20px 0; } .mobile #login form, .mobile #login .message, .mobile #login_error { margin-right: 0; } .mobile #login #nav, .mobile #login #backtoblog { margin-right: 8px; } .mobile #login h1 a { width: auto; } body.interim-login { height: auto; } .interim-login #login { padding: 0; margin: 5px auto 20px; } .interim-login.login h1 a { width: auto; } .interim-login #login_error, .interim-login.login .message { margin: 0 0 16px; } .interim-login.login form { margin: 0; } /* ms */ /* Background Color for Site Status */ .wp-list-table .site-deleted { background: #ff8573; } .wp-list-table .site-spammed { background: #faafaa; } .wp-list-table .site-archived { background: #ffebe8; } .wp-list-table .site-mature { background: #fecac2; } /* nav-menu */ .no-js #message { display: block; } .accordion-section ul.category-tabs, .accordion-section ul.add-menu-item-tabs, .accordion-section ul.wp-tab-bar { margin: 0; } .accordion-section .categorychecklist { margin: 13px 0; } #nav-menu-meta .accordion-section-content { padding: 18px 13px; } #nav-menu-meta .button-controls { margin-bottom: 0; } #nav-menus-frame { margin-right: 300px; margin-top: 23px; } #nav-menus-frame .accordion-section-content .inside { font-size: 14px; } #wpbody-content #menu-settings-column { display:inline; width:281px; margin-right: -300px; clear: both; float: right; padding-top: 0; } #menu-settings-column .inside { clear: both; margin: 10px 0 0; } .metabox-holder-disabled .postbox, .metabox-holder-disabled .accordion-section-content, .metabox-holder-disabled .accordion-section-title { opacity: 0.5; filter: alpha(opacity=50); } .metabox-holder-disabled .button-controls .select-all { display: none; } #wpbody { position: relative; } .blank-slate .menu-name { height: 2em; } .blank-slate .menu-settings { border: none; margin-top: 0; padding-top: 0; overflow: hidden; } .is-submenu { font-style: italic; font-weight: normal; margin-right: 4px; } .manage-menus { margin-top: 23px; padding: 10px; overflow: hidden; } .manage-menus select { float: right; margin-left: 6px; } .manage-menus .selected-menu { float: right; margin: 5px 0 0 6px; } .manage-menus .submit-btn { float: right; margin-top: 1px; } .menu-edit p { margin: .3em 0 .6em; } .menu-edit #post-body-content h3 { margin: 1em 0 10px; } .menu-settings { border-top-width: 1px; border-top-style: solid; margin-top: 2em; } .menu-settings dl { margin: 0 0 10px; overflow: hidden; padding-right: 18%; } .menu-settings dd { float: right; margin: 0; width: 100%; } .menu-settings dt { float: right; clear: both; width: 21.951%; padding: 3px 0 0; margin-right: -21.951%; } .menu-settings label { vertical-align: baseline; } .menu-edit .checkbox-input { margin-top: 4px; } .theme-location-set { font-size: 11px; } /* Menu Container */ #menu-management-liquid { float: right; min-width: 100%; margin-top: 3px; } #menu-management { position: relative; margin-left: 20px; margin-top: -3px; width: 100%; } #menu-management .menu-edit { margin-bottom: 20px; } .nav-menus-php #post-body { padding: 0 10px 10px; border-width: 1px 0; border-style: solid; } #nav-menu-header, #nav-menu-footer { padding: 0 10px; } #nav-menu-header { border-bottom: 1px solid; margin-bottom: 0; } #nav-menu-header .menu-name-label { margin-top: 4px; } .nav-menus-php #post-body div.updated, .nav-menus-php #post-body div.error { margin: 0; } .nav-menus-php #post-body-content { position: relative; float: none; } #menu-management .menu-add-new abbr { font-weight:600; } #select-nav-menu-container { text-align: left; padding: 0 10px 3px 10px; margin-bottom: 5px; } #select-nav-menu { width: 100px; display: inline; } #menu-name-label { margin-top: -2px; } .widefat td.menu-location-menus { padding-bottom: 5px; } .menu-location-menus select { float: right; } #locations-nav-menu-wrapper { padding: 5px 0; } .locations-nav-menu-select select { float: right; width: 160px; margin-left: 5px; } .locations-row-links { float: right; margin: 6px 6px 0 0; } .locations-edit-menu-link, .locations-add-menu-link { margin: 0 3px; } .locations-edit-menu-link { padding-left: 3px; border-left: 1px solid #ccc; } #wpbody .open-label { display: block; float:right; } #wpbody .open-label span { padding-left: 10px; } .js .input-with-default-title { font-style: italic; } #menu-management .inside { padding: 0 10px; } /* Add Menu Item Boxes */ .postbox .howto input, .accordion-container .howto input { width: 180px; float: left; } .accordion-container .outer-border { margin: 0; } .customlinkdiv .howto input { width: 180px; } .customlinkdiv p { margin-top: 0 } #nav-menu-theme-locations .howto select { width: 100%; } #nav-menu-theme-locations .button-controls { text-align: left; } .add-menu-item-view-all { height: 400px; } /* Button Primary Actions */ #menu-container .submit { margin: 0 0 10px; padding: 0; } .nav-menus-php .add-new-menu-action { float: right; margin: 6px 6px 0 0; line-height: 15px; } .nav-menus-php .meta-sep, .nav-menus-php .submitdelete, .nav-menus-php .submitcancel { display: block; float: right; margin: 6px 0; line-height: 15px; } .meta-sep { padding: 0 2px; } #cancel-save { text-decoration: underline; font-size: 12px; margin-right: 20px; margin-top: 5px; } .button.right, .button-secondary.right, .button-primary.right { float: left; } /* Button Secondary Actions */ .list-controls { float: right; margin-top: 5px; } .add-to-menu { float: left; } .postbox .spinner { display: none; vertical-align: middle; } .button-controls { clear:both; margin: 10px 0; } .show-all, .hide-all { cursor: pointer; } .hide-all { display: none; } /* Create Menu */ #menu-name { width: 270px; } #manage-menu .inside { padding: 0px 0px; } /* Custom Links */ #available-links dt { display: block; } #add-custom-link .howto { font-size: 12px; } #add-custom-link label span { display: block; float: right; margin-top: 5px; padding-left: 5px; } .menu-item-textbox { width: 180px; } .nav-menus-php .howto span { margin-top: 6px; display: block; float: right; } /* Menu item types */ .quick-search { width: 190px; } .nav-menus-php .list-wrap { display: none; clear: both; margin-bottom: 10px; } .nav-menus-php .list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; } .nav-menus-php .postbox p.submit { margin-bottom: 0; } /* Listings */ .nav-menus-php .list li { display: none; margin: 0; margin-bottom: 5px; } .nav-menus-php .list li .menu-item-title { cursor: pointer; display: block; } .nav-menus-php .list li .menu-item-title input { margin-left: 3px; margin-top: -3px; } .menu-item-title input[type=checkbox] { display: inline-block; margin-top: -4px; } /* Nav Menu */ #menu-container .inside { padding-bottom: 10px; } .menu { padding-top:1em; } #menu-to-edit { margin: 0; padding: 0.1em 0; } .menu ul { width: 100%; } .menu li { margin-bottom: 0; position:relative; } .menu-item-bar { clear:both; line-height:1.5em; position:relative; margin: 9px 0 0; } .menu-item-bar .menu-item-handle { border: 1px solid #dfdfdf; position: relative; padding: 10px 15px; height: auto; width: 382px; line-height: 30px; overflow: hidden; word-wrap: break-word; } #menu-to-edit .menu-item-invalid .menu-item-handle { background: #f6c9cc; border-color: #f1acb1; } .no-js .menu-item-edit-active .item-edit { display: none; } .js .menu-item-handle { cursor: move; } .menu li.deleting .menu-item-handle { background-image: none; } .menu-item-handle .item-title { font-size: 13px; font-weight: 600; line-height: 20px; display: block; margin-left: 13em; } /* Sortables */ li.menu-item.ui-sortable-helper dl { margin-top: 0; } li.menu-item.ui-sortable-helper .menu-item-transport dl { margin-top: 13px; } .menu .sortable-placeholder { height: 35px; width: 410px; margin-top: 13px; } /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */ .menu-item-depth-0 { margin-right: 0px; } .menu-item-depth-1 { margin-right: 30px; } .menu-item-depth-2 { margin-right: 60px; } .menu-item-depth-3 { margin-right: 90px; } .menu-item-depth-4 { margin-right: 120px; } .menu-item-depth-5 { margin-right: 150px; } .menu-item-depth-6 { margin-right: 180px; } .menu-item-depth-7 { margin-right: 210px; } .menu-item-depth-8 { margin-right: 240px; } .menu-item-depth-9 { margin-right: 270px; } .menu-item-depth-10 { margin-right: 300px; } .menu-item-depth-11 { margin-right: 330px; } .menu-item-depth-0 .menu-item-transport { margin-right: 0px; } .menu-item-depth-1 .menu-item-transport { margin-right: -30px; } .menu-item-depth-2 .menu-item-transport { margin-right: -60px; } .menu-item-depth-3 .menu-item-transport { margin-right: -90px; } .menu-item-depth-4 .menu-item-transport { margin-right: -120px; } .menu-item-depth-5 .menu-item-transport { margin-right: -150px; } .menu-item-depth-6 .menu-item-transport { margin-right: -180px; } .menu-item-depth-7 .menu-item-transport { margin-right: -210px; } .menu-item-depth-8 .menu-item-transport { margin-right: -240px; } .menu-item-depth-9 .menu-item-transport { margin-right: -270px; } .menu-item-depth-10 .menu-item-transport { margin-right: -300px; } .menu-item-depth-11 .menu-item-transport { margin-right: -330px; } body.menu-max-depth-0 { min-width: 950px !important; } body.menu-max-depth-1 { min-width: 980px !important; } body.menu-max-depth-2 { min-width: 1010px !important; } body.menu-max-depth-3 { min-width: 1040px !important; } body.menu-max-depth-4 { min-width: 1070px !important; } body.menu-max-depth-5 { min-width: 1100px !important; } body.menu-max-depth-6 { min-width: 1130px !important; } body.menu-max-depth-7 { min-width: 1160px !important; } body.menu-max-depth-8 { min-width: 1190px !important; } body.menu-max-depth-9 { min-width: 1220px !important; } body.menu-max-depth-10 { min-width: 1250px !important; } body.menu-max-depth-11 { min-width: 1280px !important; } /* Menu item controls */ .item-type { font-size: 12px; padding: 12px 10px; line-height: 18px; display: block; } .item-controls { font-size: 12px; position: absolute; left: 20px; top: -1px; } .item-controls a { text-decoration: none; } .item-controls a:hover { cursor: pointer; } .item-controls .item-order { padding-left: 10px; } .nav-menus-php .item-edit { position: absolute; left: -20px; top: 0; display: block; width: 30px; height: 40px; margin-left: 0 !important; text-indent: 100%; outline: none; overflow: hidden; white-space: nowrap; } /* Menu editing */ .menu-instructions-inactive { display: none; } .menu-item-settings { display: block; width: 402px; padding: 10px 10px 10px 0; position: relative; z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ } .menu-item-settings .field-move a { display: none; margin: 0 2px; } .menu-item-edit-active .menu-item-settings { display: block; } .menu-item-edit-inactive .menu-item-settings { display: none; } .add-menu-item-pagelinks { margin: .5em auto; text-align: center; } .link-to-original { display: block; margin: 0 0 10px; padding: 3px 5px 5px; font-size: 12px; font-style: italic; } .link-to-original a { padding-right: 4px; font-style: normal; } .hidden-field { display: none; } .menu-item-settings .description-thin, .menu-item-settings .description-wide { margin-left: 10px; float: right; } .description-thin { width: 190px; height: 40px; } .description-wide { width: 390px; } .menu-item-actions { padding-top: 15px; } #cancel-save { cursor: pointer; } /* Major/minor publishing actions (classes) */ .nav-menus-php .major-publishing-actions { clear: both; padding: 3px 0 6px; } .nav-menus-php .major-publishing-actions .publishing-action { text-align: left; float: left; line-height: 23px; margin: 4px 0 1px; } .nav-menus-php .blank-slate .menu-settings { display: none; } .nav-menus-php .delete-action { float: right; margin-top: 2px; } .nav-menus-php .submitbox .submitcancel { border-bottom: 1px solid; padding: 1px 2px; text-decoration: none; } .nav-menus-php .major-publishing-actions .form-invalid { padding-right: 4px; margin-right: -4px; border: 0 none; } /* Clearfix */ #menu-item-name-wrap:after, #menu-item-url-wrap:after, #menu-name-label:after, #menu-settings-column .inside:after, #nav-menus-frame:after, .nav-menus-php #post-body-content:after, .nav-menus-php .button-controls:after, .nav-menus-php .major-publishing-actions:after, .nav-menus-php .menu-item-settings:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } #nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; } /* Star Ratings - Back-compat for pre-3.8 */ div.star-holder { position: relative; height: 17px; width: 100px; background: url('../images/stars.png?ver=20121108') repeat-x bottom right; } div.star-holder .star-rating { background: url('../images/stars.png?ver=20121108') repeat-x top right; height: 17px; float: right; } /* Star Ratings */ .star-rating { white-space: nowrap; } .star-rating .star { display: inline-block; width: 20px; height: 20px; -webkit-font-smoothing: antialiased; font-size: 20px; line-height: 1; font-family: 'dashicons'; text-decoration: inherit; font-weight: normal; font-style: normal; vertical-align: top; -moz-transition: color .1s ease-in 0; -webkit-transition: color .1s ease-in 0; text-align: center; color: #0074a2; } .star-rating .star-full:before { content:'\f155'; } .star-rating .star-half:before { content:'\f459'; } .rtl .star-rating .star-half { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } .star-rating .star-empty:before { content:'\f154'; } div.action-links { font-weight: normal; margin: 6px 0 0; } /* Header on thickbox */ #plugin-information-header { margin: 0; padding: 0 5px; font-weight: 600; position: relative; border-bottom-width: 1px; border-bottom-style: solid; height: 2.5em; } #plugin-information ul#sidemenu { font-weight: normal; margin: 0 5px; position: absolute; right: 0; bottom: -1px; } /* Install sidemenu */ #plugin-information { height: auto; } #plugin-information p.action-button { width: 100%; padding-bottom: 0; margin-bottom: 0; margin-top: 10px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } #plugin-information .action-button a { text-align: center; font-weight: 600; text-decoration: none; display: block; line-height: 2em; } #plugin-information h2 { clear: none !important; margin-left: 200px; } #plugin-information .fyi { margin: 0 10px 50px; width: 210px; } #plugin-information .fyi h2 { font-size: 0.9em; margin-bottom: 0; margin-left: 0; } #plugin-information .fyi h2.mainheader { padding: 5px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } #plugin-information .fyi ul { padding: 10px 7px 10px 5px; margin: 0; list-style: none; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } #plugin-information .fyi li { margin-left: 0; } #plugin-information #section-holder { padding: 10px; } #plugin-information .section ul, #plugin-information .section ol { margin-right: 16px; list-style-type: square; list-style-image: none; } #plugin-information #section-screenshots ol { list-style: none; margin: 0; } #plugin-information #section-screenshots li img { vertical-align: text-top; max-width: 100%; width: auto; height: auto; } #plugin-information #section-screenshots li p { font-style: italic; padding-right: 20px; padding-bottom: 2em; } #plugin-information #section-screenshots ol, #plugin-information .updated, #plugin-information pre { margin-left: 215px; } #plugin-information pre { padding: 7px; overflow: auto; border-width: 1px; border-style: solid; } .plugin-version-author-uri { font-size: 13px; } img { border: none; } /* Header */ #wphead { border-bottom-width: 1px; border-bottom-style: solid; } .press-this #wphead { height: 32px; margin-right: 0; margin-left: 0; margin-bottom: 5px; } .press-this #header-logo { float: right; margin: 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .press-this #wphead h1 { font-weight: normal; font-size: 16px; line-height: 32px; margin: 0; float: right; } .press-this #wphead h1 a { text-decoration: none; } .press-this #wphead h1 a:hover { text-decoration: underline; } .press-this #message { margin: 10px 0; } .press-this .posting { margin-left: 252px; } .press-this-sidebar { float: left; width: 240px; padding-top: 10px; } .press-this #title { margin-right: 0; margin-left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .press-this .tagchecklist { margin-top: 8px; } .press-this #titlediv { margin: 0; } .press-this .wp-media-buttons { cursor: default; padding: 8px 8px 6px; } .press-this .howto { margin-top: 2px; margin-bottom: 3px; font-size: 12px; font-style: italic; display: block; } .press-this #wp-content-editor-container { clear: none; } .press-this #poststuff .inside { margin-top: 18px; } .press-this .category-tabs { margin-bottom: 3px; } /* Editor/Main Column */ .press-this #poststuff { margin: 0 10px 10px; padding: 0; } .press-this #photo-add-url-div input[type="text"] { width: 220px; } #poststuff #editor-toolbar { height: 30px; } div.zerosize { border: 0 none; height: 0; margin: 0; overflow: hidden; padding: 0; width: 0; } .posting { margin-left: 212px; position: relative; } .press-this .inner-sidebar { width: 200px; } .press-this .inner-sidebar .sleeve { padding-top: 5px; } .press-this #submitdiv p { margin: 0; padding: 6px; } .press-this #submitdiv #publishing-actions { border-bottom: 1px solid #dfdfdf; } .press-this #publish { float: left; } .press-this #poststuff h2, .press-this #poststuff h3 { font-size: 14px; line-height: 1; } .press-this #tagsdiv-post_tag h3, .press-this #categorydiv h3 { cursor: pointer; } .press-this #submitdiv h3 { cursor: default; } h3.tb { font-weight: 600; font-size: 12px; margin-right: 5px; } #TB_window { border: 1px solid #333; } .press-this .postbox, .press-this .stuffbox { margin-bottom: 10px; min-width: 0; } .js .meta-box-sortables .postbox:hover .handlediv { margin-left: 0 !important; } /* Metabox collapse arrow indicators */ .js .sidebar-name .sidebar-name-arrow:before, .js .meta-box-sortables .postbox .handlediv:before { left: 12px; font: normal 20px/1 'dashicons'; speak: none; display: inline-block; padding: 8px 10px; top: 0; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .js #widgets-left .sidebar-name .sidebar-name-arrow { display: none; } .js #widgets-left .widgets-holder-wrap.closed .sidebar-name .sidebar-name-arrow, .js #widgets-left .sidebar-name:hover .sidebar-name-arrow { display: block; } /* Show the arrow only on hover */ .js .sidebar-name .sidebar-name-arrow:before, .js .meta-box-sortables .postbox .handlediv:before { content: '\f142'; } .js .widgets-holder-wrap.closed .sidebar-name-arrow:before, .js .meta-box-sortables .postbox.closed .handlediv:before { content: '\f140'; } .press-this #submitdiv:hover .handlediv { background: none; } .tbtitle { font-size: 1.7em; outline: none; padding: 3px 4px; border-color: #dfdfdf; } .press-this .actions { float: left; margin: -19px 0 0; } .press-this #extra-fields .actions { margin: -32px 0 0 -7px; } .press-this .actions li { float: right; list-style: none; margin-left: 10px; } #extra-fields .button { margin-left: 5px; } /* Photo Styles */ #photo_saving { margin: 0 8px 8px; vertical-align: middle; } #img_container_container { overflow: auto; } #extra-fields { margin-top: 10px; position: relative; } #extra-fields h2 { margin: 12px; } #waiting { margin-top: 10px; overflow: hidden; } #waiting span { float: left; margin: 0 5px 0 0; } #waiting .spinner { display: block; } #extra-fields .postbox { margin-bottom: 5px; } #extra-fields .titlewrap { padding: 0; overflow: auto; height: 120px; } #img_container a { display: block; float: right; overflow: hidden; } #img_container img, #img_container a { width: 68px; height: 68px; } #img_container img { border: none; background-color: #f4f4f4; cursor: pointer; } #img_container a, #img_container a:link, #img_container a:visited { border: 1px solid #ccc; display: block; position: relative; } #img_container a:hover, #img_container a:active { border-color: #000; z-index: 1000; border-width: 1px; } /* Video */ #embed-code { width: 100%; height: 98px; } /* Categories */ .press-this .categorydiv div.tabs-panel { height: 100px; } /* Tags */ .press-this .tagsdiv .newtag { width: 120px; } .press-this #content { margin: 5px 0; padding: 0 5px; border: 0 none; height: 345px; font-family: Consolas, Monaco, monospace; font-size: 13px; line-height: 19px; background: transparent; } /* Submit */ .press-this #publishing-actions .spinner { display: inline; vertical-align: middle; } #TB_ajaxContent #options { position: absolute; top: 20px; left: 25px; padding: 5px; } #TB_ajaxContent h3 { margin-bottom: .25em; } .error a { text-decoration: underline; } .updated a { text-decoration: none; padding-bottom: 2px; } /* tag hints */ .taghint { color: #aaa; margin: -17px 7px 0 0; visibility: hidden; } input.newtag ~ div.taghint { visibility: visible; } input.newtag:focus ~ div.taghint { visibility: hidden; } /* TinyMCE */ #mce_fullscreen_container { background: #fff; } #photo-add-url-div input[type="text"] { width: 300px; } /* Theme/Plugin Editor */ .alignleft h3 { margin: 0; } #template textarea { font-family: Consolas, Monaco, monospace; font-size: 13px; width: 97%; background: #f9f9f9; outline: none; } /* @noflip */ #template textarea, #docs-list { direction: ltr; } #template p { width: 97%; } #templateside { float: left; width: 190px; word-wrap: break-word; } #templateside h3, #postcustomstuff p.submit { margin: 0; } #templateside h4 { margin: 1em 0 0; } #templateside ol, #templateside ul { margin: .5em 0; padding: 0; } #templateside li { margin: 4px 0; } #templateside a, .theme-editor-php .highlight { display: block; padding: 3px 12px 3px 3px; text-decoration: none; } .theme-editor-php .highlight { margin: -3px -12px -3px 3px; } #templateside .highlight { border: none; font-weight: bold; } .nonessential { font-size: 11px; font-style: italic; padding-right: 12px; } #documentation { margin-top: 10px; } #documentation label { line-height: 22px; vertical-align: baseline; font-weight: 600; } .fileedit-sub { padding: 10px 0 8px; line-height: 180%; } .feature-filter { padding: 8px 12px 0; } .feature-filter .feature-group { float: right; margin: 5px 10px 10px; } .feature-filter .feature-group li { display: inline-block; vertical-align: top; list-style-type: none; padding-left: 25px; width: 150px; } /* General Widgets Styles */ .widget { margin: 0 auto 10px; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .widget-top { font-size: 13px; font-weight: 600; background: #f7f7f7; } .widget-top a.widget-action, .widget-top a.widget-action:hover { text-decoration: none; } .widget-title h4 { margin: 0; padding: 15px; line-height: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .widgets-holder-wrap .widget-inside { border-top: none; padding: 1px 15px 15px 15px; line-height: 16px; } /* Widget Dragging Helpers */ .widget.ui-draggable-dragging { min-width: 100%; } .widget.ui-sortable-helper { opacity: 0.8; } .widget-placeholder { border: 1px dashed #bbb; margin: 0 auto 10px; height: 45px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #widgets-right .widget-placeholder { margin-top: 0; } #widgets-right .closed .widget-placeholder { height: 0; border: 0; margin-top: -10px; } /* Widget Sidebars */ .sidebar-name { border: none; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .sidebar-name-arrow { position: absolute; top: 0; left: 0; bottom: 0; } .js .sidebar-name { cursor: pointer; } .sidebar-name h3 { margin: 0; padding: 8px 10px; overflow: hidden; white-space: nowrap; } .widgets-holder-wrap .description { padding: 0 0 15px; margin: 0; font-style: normal; color: #777; } #widgets-right .widgets-holder-wrap .description { padding-right: 7px; padding-left: 7px; } /* Widgets 2-col Layout */ div.widget-liquid-left { margin: 0; width: 38%; float: right; } div.widget-liquid-right { float: left; width: 58%; } /* Widgets Left - Available Widgets */ div#widgets-left { padding-top: 12px; } div#widgets-left .closed .sidebar-name, div#widgets-left .inactive-sidebar.closed .sidebar-name { margin-bottom: 10px; } div#widgets-left .sidebar-name h3 { padding: 10px 0; margin: 0 0 0 10px; } div#widgets-left .sidebar-name .sidebar-name-arrow:before { left: 0; top: 4px; padding: 4px 4px 4px 6px; } div#widgets-left .widget-holder { background: transparent; border: none; } #available-widgets .widget-action { display: none; } #available-widgets .widget { margin: 0; } #available-widgets .widget:nth-child(odd) { clear: both; } #available-widgets .widget .widget-description { display: block; padding: 10px 15px; font-size: 12px; } #available-widgets #widget-list { position: relative; } /* Inactive Sidebars */ #widgets-left .inactive-sidebar { clear: both; width: 100%; background: transparent; padding: 0; margin: 0 0 20px 0; border: none; box-shadow: none; } #widgets-left .inactive-sidebar.first { margin-top: 40px; } /* Not sure what this is for... */ div#widgets-left .inactive-sidebar .widget.expanded { right: auto; } .widget-title-action { float: left; position: relative; } div#widgets-left .inactive-sidebar .widgets-sortables { min-height: 42px; padding: 0; background: transparent; margin: 0; position: relative; } /* Widgets Right */ div#widgets-right:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div#widgets-right .sidebars-column-1, div#widgets-right .sidebars-column-2 { max-width: 450px; } div#widgets-right .widgets-holder-wrap { margin: 10px 0 0 0; } div#widgets-right .sidebar-description { min-height: 20px; margin-top: -5px; } div#widgets-right .sidebar-name h3 { padding: 15px 7px; } div#widgets-right .sidebar-name .sidebar-name-arrow:before { left: 0; top: 4px; } div#widgets-right .widget-top { padding: 0; } div#widgets-right .widgets-sortables { padding: 0 8px; margin-bottom: 9px; position: relative; min-height: 123px; } div#widgets-right .closed .widgets-sortables { min-height: 0; margin-bottom: 0; } .sidebar-name .spinner { margin: -5px 5px; float: none; } /* Dragging a widget over a closed sidebar */ #widgets-right .widgets-holder-wrap.widget-hover { border-color: #777; box-shadow: 0 1px 2px rgba(0,0,0,0.3); } /* Accessibility Mode */ .widgets_access #widgets-left .widget .widget-top { cursor: auto; } .widgets_access #wpwrap .widgets-holder-wrap.closed .sidebar-description, .widgets_access #wpwrap .widgets-holder-wrap.closed .widget, .widgets_access #wpwrap .widget-control-edit { display: block; } .widgets_access #widgets-left .widget .widget-top:hover, .widgets_access #widgets-right .widget .widget-top:hover { border-color: #ddd; } #available-widgets .widget-control-edit .edit, #widgets-left .inactive-sidebar .widget-control-edit .add, #widgets-right .widget-control-edit .add { display: none; } .widget-control-edit { display: block; color: #666; background: #EEE; padding: 0 15px; line-height: 43px; border-right: 1px solid #DDD; } #widgets-left .widget-control-edit:hover, #widgets-right .widget-control-edit:hover { color: #fff; background: #444; border-right: 0; outline: 1px solid #444; } .widgets-holder-wrap .sidebar-name, .widgets-holder-wrap .sidebar-description { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .editwidget { margin: 0 auto; } .editwidget .widget-inside { display: block; padding: 0 15px; } .editwidget .widget-control-actions { margin-top: 20px; } .js .widgets-holder-wrap.closed .widget, .js .widgets-holder-wrap.closed .sidebar-description, .js .closed br.clear { display: none; } .nav-menus-php .item-edit:before, .widget-top a.widget-action:after, .control-section .accordion-section-title:after, .accordion-section-title:after { left: 0; content: '\f140'; border: none; background: none; font: normal 20px/1 'dashicons'; speak: none; display: block; padding: 0; text-indent: 0; text-align: center; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } .widget-top a.widget-action:after { padding: 12px 12px 0; } .nav-menus-php .item-edit:before { line-height: 2.1; } .control-section .accordion-section-title:after, .accordion-section-title:after { float: left; left: 20px; top: -2px; } .control-section.open .accordion-section-title:after, #customize-info.open .accordion-section-title:after, .nav-menus-php .menu-item-edit-active .item-edit:before { content: '\f142'; } /* Hide Widget Settings by Default */ .widget-inside, .widget-description { display: none; } /* Dragging widgets over the available widget area show's a "Deactivate" message */ #removing-widget { display: none; font-weight: normal; padding-right: 15px; font-size: 12px; line-height: 1; } .widget-control-noform, #access-off, .widgets_access .widget-action, .widgets_access .sidebar-name-arrow, .widgets_access #access-on, .widgets_access .widget-holder .description, .no-js .widget-holder .description { display: none; } .widgets_access .widget-holder, .widgets_access #widget-list { padding-top: 10px; } .widgets_access #access-off { display: inline; } .widgets_access .sidebar-name, .widgets_access .widget .widget-top { cursor: default; } /* Widgets Area Chooser */ .widget-liquid-left #widgets-left.chooser #available-widgets .widget, .widget-liquid-left #widgets-left.chooser .inactive-sidebar { transition: opacity 0.1s linear; } .widget-liquid-left #widgets-left.chooser #available-widgets .widget, .widget-liquid-left #widgets-left.chooser .inactive-sidebar { /* -webkit-filter: blur(1px); */ opacity: 0.2; pointer-events: none; } .widget-liquid-left #widgets-left.chooser #available-widgets .widget-in-question { /* -webkit-filter: none; */ opacity: 1; pointer-events: auto; } .widgets-chooser ul.widgets-chooser-sidebars { margin: 0; list-style-type: none; max-height: 300px; overflow: auto; } .widgets-chooser { display: none; } .widgets-chooser ul { border: 1px solid #ccc; } .widgets-chooser li { padding: 10px 35px 10px 15px; border-bottom: 1px solid #ccc; background: #fff; margin: 0; cursor: pointer; outline: none; position: relative; transition: background: 0.2s ease-in-out; } .widgets-chooser li:hover, .widgets-chooser li:focus { background: rgba(255,255,255,0.7); } .widgets-chooser li:focus:before { content: '\f147'; display: block; -webkit-font-smoothing: antialiased; font: normal 26px/1 'dashicons'; color: #999; position: absolute; top: 7px; right: 5px; } .widgets-chooser li:last-child { border: none; } .widgets-chooser li.widgets-chooser-selected { background: #2ea2cc; color: #fff; } .widgets-chooser li.widgets-chooser-selected:before, .widgets-chooser li.widgets-chooser-selected:focus:before { content: '\f147'; display: block; -webkit-font-smoothing: antialiased; font: normal 26px/1 'dashicons'; color: #fff; position: absolute; top: 7px; right: 5px; } .widgets-chooser .widgets-chooser-actions { padding: 10px 0 12px 0; text-align: center; } .widgets-chooser button { margin-left: 5px; } #available-widgets .widget .widget-top { cursor: pointer; } /* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */ .ui-sortable, .ui-draggable { -ms-touch-action: none; touch-action: none; } .meta-box-sortables.ui-sortable, .widgets-holder-wrap .ui-draggable, .widgets-holder-wrap .ui-sortable, .menu.ui-sortable { -ms-touch-action: auto; touch-action: auto; } .meta-box-sortables.ui-sortable .hndle, .menu.ui-sortable .menu-item-handle { -ms-touch-action: none; touch-action: none; } /* Accordion */ .accordion-section { border-bottom: 1px solid #dfdfdf; margin: 0; } .accordion-section.open .accordion-section-content, .no-js .accordion-section .accordion-section-content { display: block; } .accordion-section.open:hover { border-bottom-color: #dfdfdf; } .accordion-section-content { display: none; padding: 10px 20px 15px; overflow: hidden; background: #fff; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; } .accordion-section-title { margin: 0; padding: 12px 15px 15px; position: relative; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .js .accordion-section-title { cursor: pointer; } .js .accordion-section-title:after { position: absolute; top: 12px; left: 10px; z-index: 1; } .accordion-section-title:focus { outline: none; } .accordion-section-title:hover:after, .accordion-section-title:focus:after { border-color: #aaa transparent; } .cannot-expand .accordion-section-title { cursor: auto; } .cannot-expand .accordion-section-title:after { display: none; } .control-section .accordion-section-title { border-right: none; border-left: none; padding: 10px 14px 11px 10px; line-height: 21px; background: #fff; } .control-section .accordion-section-title:after { top: 11px; } .js .control-section:hover .accordion-section-title, .js .control-section .accordion-section-title:hover, .js .control-section.open .accordion-section-title, .js .control-section .accordion-section-title:focus { color: #222; background: #f5f5f5; } .control-section.open .accordion-section-title { /* When expanded */ border-bottom: 1px solid #dfdfdf; } .sticky-menu #TB_window .updated { margin: 16px 0 0; } li#wp-admin-bar-menu-toggle { display: none; } /* =Media Queries -------------------------------------------------------------- */ @media screen and (max-width: 480px) { div.widget-liquid-left { width: 100%; float: none; border-left: none; padding-left: 0; } #widgets-left .sidebar-name { margin-left: 0; } #widgets-left #available-widgets .widget-top { margin-left: 0; } #widgets-left .inactive-sidebar .widgets-sortables { margin-left: 0; } div.widget-liquid-right { width: 100%; float: none; } div.widget { margin: 0 auto 10px !important; max-width: 480px; } } @media screen and (max-width: 320px) { div.widget { max-width: 320px; } } @media only screen and (max-width: 768px) { /* categories */ #col-left { width: 100%; } #col-right { width: 100%; } } @media only screen and (min-width: 769px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (max-width: 860px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (min-width: 980px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (max-width: 768px) { /* categories */ #col-left { width: 100%; } #col-right { width: 100%; } .form-field input, .form-field textarea { width: 99%; } .form-wrap .form-field { padding:0; } /* users */ #profile-page .form-table textarea { max-width: 400px; width: auto; } /* menu locations */ #menu-locations-wrap .widefat { width: 100%; } } @media only screen and (min-width: 1250px) { #widgets-left #available-widgets .widget { width: 49%; float: right; } .widget.ui-draggable-dragging { min-width: 49%; } #widgets-left #available-widgets .widget:nth-child(even) { float: left; } #widgets-right .sidebars-column-1, #widgets-right .sidebars-column-2 { float: right; width: 49%; } #widgets-right .sidebars-column-1 { margin-left: 2%; } #widgets-right.single-sidebar .sidebars-column-1, #widgets-right.single-sidebar .sidebars-column-2 { float: none; width: 100%; margin: 0; } } /** * HiDPI Displays */ @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { tr.wp-locked .locked-indicator { background-image: url('../images/lock-2x.png'); background-size: 16px 16px; } #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-2x.gif') no-repeat scroll left bottom; background-size: 11px 11px; } .rtl #content-resize-handle, .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom; } /* Back-compat for pre-3.8 */ div.star-holder { background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom right; background-size: 21px 37px; } /* Back-compat for pre-3.8 */ div.star-holder .star-rating { background: url('../images/stars-2x.png?ver=20121108') repeat-x top right; background-size: 21px 37px; } .wp-full-overlay .collapse-sidebar-arrow { background-image: url('../images/arrows-2x.png'); background-size: 15px 123px; } .spinner, .imgedit-wait, .customize-loading #customize-container, .revision-tick.completed-false, #theme-installer .wp-full-overlay-main { background-image: url('../images/spinner-2x.gif'); } } /* =Localized CSS -------------------------------------------------------------- */ /* zh_CN: Remove italic properties. */ .locale-zh-cn .howto, .locale-zh-cn .tablenav .displaying-num, .locale-zh-cn .js .input-with-default-title, .locale-zh-cn .link-to-original, .locale-zh-cn .inline-edit-row fieldset span.title, .locale-zh-cn .inline-edit-row fieldset span.checkbox-title, .locale-zh-cn #utc-time, .locale-zh-cn #local-time, .locale-zh-cn p.install-help, .locale-zh-cn p.help, .locale-zh-cn p.description, .locale-zh-cn span.description, .locale-zh-cn .form-wrap p { font-style: normal; } /* zh_CN: Enlarge dashboard widget 'Configure' link */ .locale-zh-cn .hdnle a { font-size: 12px; } /* zn_CH: Enlarge font size, set font-size: normal */ .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } /* Zn_CH: Distraction free writing. * More beautiful font for "Just write." * Larger text for HTML/Visual mode. */ .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; } .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } /* zh_CN: Enlarge font-size. */ .locale-zh-cn #sort-buttons { font-size: 1em !important; } /* de_DE: Text needs more space for translation */ .locale-de-de .inline-edit-row fieldset label span.title { width: 7em; /* default 5em */ } .locale-de-de .inline-edit-row fieldset label span.input-text-wrap { margin-right: 7em; /* default 5em */ } .locale-de-de #customize-header-actions .button { padding: 0 5px 1px; /* default 0 10px 1px */ } .locale-de-de #customize-header-actions .spinner { margin: 16px 3px 0; /* default 16px 4px 0 5px */ } /* ru_RU: Text needs more room to breathe. */ .locale-ru-ru .inline-edit-row fieldset label span.title { width: 8em; /* default 5em */ } .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap { margin-right: 8em; /* default 5em */ } .locale-ru-ru.press-this .posting { margin-left: 277px; /* default 252px + 25px */ } .locale-ru-ru .press-this-sidebar { width: 265px; /* default 240px + 25px */ } .locale-ru-ru #customize-header-actions .button { padding: 0 5px 1px; /* default 0 10px 1px */ } .locale-ru-ru #customize-header-actions .spinner { margin: 16px 3px 0; /* default 16px 4px 0 5px */ } /* lt_LT: QuickEdit */ .locale-lt-lt .inline-edit-row fieldset label span.title { width: 8em; } .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap { margin-right: 8em; } @-ms-viewport { width: device-width; } @media screen and ( max-width: 782px ) { html.wp-toolbar { padding-top: 46px; } body { min-width: 240px; overflow-x: hidden; } body * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; } #wpwrap { background: #f0f0f0; } #wpcontent, .auto-fold #wpcontent { position: relative; margin-right: 0; padding-right: 10px; } .wrap { margin-left: 12px; margin-right: 0; } .col-wrap { padding: 0; } .sticky-menu #adminmenuwrap { position: relative; z-index: auto; top: 0; } /* Hidden Elements */ #screen-meta, #screen-meta-links, #collapse-menu, .post-format-select { display: none !important; } /* Input Elements */ textarea { -webkit-appearance: none; } input[type=text], input[type=search], input[type=password], input[type=number] { -webkit-appearance: none; padding: 6px 10px; } input.code { padding-bottom: 5px; padding-top: 10px; } input[type=checkbox], .widefat th input[type=checkbox] { -webkit-appearance: none; padding: 10px; } .widefat th input[type=checkbox] { margin-bottom: 8px; } input[type=checkbox]:checked:before, .widefat th input[type=checkbox]:before { font: normal 30px/1 'Dashicons'; margin: -3px -5px; } input[type=radio], input[type=checkbox] { height: 25px; width: 25px; } .wp-admin p input[type=checkbox], .wp-admin p input[type=radio] { margin-top: -3px; } input[type=radio]:checked:before { vertical-align: middle; width: 9px; height: 9px; margin: 7px; line-height: 16px; } .wp-upload-form input[type=submit] { margin-top: 10px; } #wpbody select { height: 36px; font-size: 16px; } .wp-admin .button-cancel { padding: 0; font-size: 14px; } .wrap .add-new-h2, .wrap .add-new-h2:active { padding: 10px 15px; font-size: 14px; } .wp-color-result { height: auto; padding-right: 45px; } .wp-color-result:after { font-size: 14px; height: auto; padding: 6px 14px; } #createuser .form-field input { width: 100%; } /* Feedback Messages */ .wrap div.updated, .wrap div.error, .media-upload-form div.error { margin: 20px 0 10px 0; padding: 5px 10px; font-size: 14px; line-height: 175%; } /* Sidebar Adjustments */ .auto-fold #adminmenu, .auto-fold #adminmenuback, .auto-fold #adminmenuwrap { position: absolute; width: 190px; z-index: 100; } .auto-fold #adminmenuback, .auto-fold #adminmenuwrap { display: none; } .auto-fold #adminmenu li.menu-top { width: 100%; } /* Resize the admin menu items to a comfortable touch size */ .auto-fold #adminmenu li a { font-size: 16px; padding: 5px; } .auto-fold #adminmenu li.menu-top .wp-submenu > li > a { padding: 10px 20px 10px 10px; } /* Restore the menu names */ .auto-fold #adminmenu .wp-menu-name { display: block; margin-right: 35px; } /* Switch the arrow side */ .auto-fold ul#adminmenu a.wp-has-current-submenu:after, .auto-fold ul#adminmenu > li.current > a.current:after { border-width: 8px; margin-top: -8px; } .auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { display: none; } /* Make the submenus appear correctly when tapped. */ #adminmenu .wp-submenu { position: relative; display: none; } .auto-fold #adminmenu .selected .wp-submenu, .auto-fold #adminmenu .wp-menu-open .wp-submenu { position: relative; display: block; top: 0; right: -1px; -webkit-box-shadow: none; box-shadow: none; } .auto-fold #adminmenu .selected .wp-submenu:after, .auto-fold #adminmenu .wp-menu-open .wp-submenu:after { display: none; } .auto-fold #adminmenu .opensub .wp-submenu { display: none; } .auto-fold #adminmenu .selected .wp-submenu { display: block; } .auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { display: block; } .auto-fold #adminmenu a.menu-top:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { position: relative; right: -1px; left: 0; top: 0; } /* Remove submenu headers and adjust sub meu*/ #adminmenu .wp-submenu .wp-submenu-head { display: none; } /* Sidebar Toggle */ #wp-responsive-toggle { position: fixed; top: 5px; right: 4px; padding-left: 10px; z-index: 99999; border: none; box-sizing: border-box; -moz-box-sizing: border-box; } .wrap .icon32 + h2 { margin-top: -2px; } .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { background: #333; } .wp-responsive-open #wpbody { left: -190px; } .auto-fold .wp-responsive-open #adminmenuback, .auto-fold .wp-responsive-open #adminmenuwrap { display: block; } /* General New Post Form */ #post-body-content { min-width: 0; } #titlediv #title-prompt-text, #wp-fullscreen-title-prompt-text { padding: 10px 10px; } .post-format-options { padding-left: 0; } .post-format-options a { margin-left: 5px; margin-bottom: 5px; min-width: 52px; } .post-format-options .post-format-title { font-size: 11px; } .post-format-options a div { height: 28px; width: 28px; } .post-format-options a div:before { font-size: 26px !important; } /* General Metabox */ .postbox { font-size: 14px; } #poststuff h3, .metabox-holder h3 { padding: 12px; } .postbox .handlediv { margin-top: 3px; } /* Publish Metabox Options */ #post-visibility-select { line-height: 280%; } .wp-core-ui .save-post-visibility, .wp-core-ui .save-timestamp { vertical-align: middle; margin-left: 15px; } .timestamp-wrap select#mm { display: block; width: 100%; margin-bottom: 10px; } .timestamp-wrap #jj, .timestamp-wrap #aa, .timestamp-wrap #hh, .timestamp-wrap #mn { padding: 12px 3px; font-size: 14px; margin-bottom: 5px; width: auto; text-align: center; } /* Categories Metabox */ ul.category-tabs { margin: 30px 0 15px; } ul.category-tabs li.tabs { padding: 15px; } .press-this ul.category-tabs li.tabs { padding: 3px 5px 5px; /* Reset tabs in Press This to standard size */ } ul.categorychecklist li { margin-bottom: 15px; } ul.categorychecklist ul { margin-top: 15px; } .category-add input[type=text], .category-add select { max-width: none; margin-bottom: 15px; } /* Tags Metabox */ .tagsdiv .newtag { width: 100%; padding: 25px 10px; margin-bottom: 15px; } .tagchecklist { margin: 25px 10px; } .tagchecklist span { font-size: 16px; line-height: 120%; } /* Revisions */ #diff-next-revision, #diff-previous-revision { margin-top: -1em; } table.diff { -ms-word-break: break-all; word-break: break-all; word-wrap: break-word; } /* Discussion */ #commentstatusdiv p { line-height: 2.8; } /* TinyMCE Adjustments */ .mceToolbar * { white-space: normal !important; } .mceToolbar tr, .mceToolbar td { float: right !important; } .wp_themeSkin a.mceButton { width: 30px; height: 30px; } .wp_themeSkin .mceButton .mceIcon { margin-top: 5px; margin-right: 5px; } .wp_themeSkin .mceSplitButton { margin-top: 1px; } .wp_themeSkin .mceSplitButton td a.mceAction { padding-top: 6px; padding-bottom: 6px; padding-right: 6px; padding-left: 3px; } .wp_themeSkin .mceSplitButton td a.mceOpen, .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen { padding-top: 6px; padding-bottom: 6px; background-position: 1px 6px; } .wp_themeSkin table.mceListBox { margin: 5px; } div.quicktags-toolbar input { padding: 10px 20px; } #wp-content-editor-tools { overflow: hidden; padding: 20px 0 1px 15px; top: 1px; } a.wp-switch-editor { font-size: 16px; line-height: 1em; margin: 3px 7px 0 0; padding: 12px 15px; } #wp-content-media-buttons a { font-size: 16px; line-height: 37px; height: 39px; padding: 0 15px 0 20px; } .wp-media-buttons span.wp-media-buttons-icon, .wp-media-buttons span.jetpack-contact-form-icon { width: 22px !important; margin-top: -3px !important; margin-right: -5px !important; } .wp-media-buttons .add_media span.wp-media-buttons-icon:before, .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before { font-size: 20px !important; } #content_wp_fullscreen { display: none; } .misc-pub-section { padding: 20px 10px 20px; } .misc-pub-section > a { float: left; font-size: 16px; } #delete-action, #publishing-action { line-height: 47px; } /* Subsubsub Nav */ .subsubsub { font-size: 16px; text-align: center; margin-bottom: 15px; } /* WP List Table Options & Filters */ .tablenav { height: auto; } .tablenav.top { margin: 0; } .tablenav.bottom { position: relative; margin-top: 15px; } .tablenav br { display: none; } .tablenav br.clear { display: block; } #wpbody-content { padding-bottom: 100px; } p.search-box { float: none; position: absolute; bottom: 0; width: 98%; height: 90px; margin-bottom: 20px; } p.search-box input[name="s"] { height: auto; float: none; width: 100%; margin-bottom: 10px; vertical-align: middle; -webkit-appearance: none; } p.search-box input[type="submit"] { margin-bottom: 10px; } .tablenav.top .actions, .view-switch { display: none; } /* Pagination */ .tablenav.top .displaying-num { display: none; } .tablenav.bottom .displaying-num { position: absolute; left: 0; top: 10px; font-size: 14px; } .tablenav-pages { width: 100%; text-align: center; margin: 0 0 25px; } .tablenav.bottom .tablenav-pages { margin-top: 25px; } .tablenav.top .tablenav-pages.one-page { display: none; } .tablenav.bottom .tablenav-pages.one-page { margin: 15px 0 0 0; height: 0; } .tablenav-pages .pagination-links .paging-input { font-size: 18px; } .tablenav-pages .pagination-links a { padding: 8px 20px 11px; font-size: 18px; background: rgba(0, 0, 0, 0.05); } .tablenav-pages .pagination-links .current-page { padding: 10px; font-size: 14px; } /* WP List Table Adjustments: General */ .form-wrap > p { display: none; } .comment-count { font-size: 14px; } /* Columns to hide */ .fixed .column-date, .fixed .column-author, .column-categories, .column-tags, .tags .column-description, .media .column-parent, .users .column-email, .users .column-name, .sites .column-registered, .sites .column-users { display: none; } .fixed .column-comment .comment-author { display: block; } /* Posts */ .column-title { width: 85%; } .fixed .column-comments, .widefat .check-column { width: 35px } .widefat thead .check-column, .widefat tfoot .check-column { padding: 10px 0 10px; } .widefat * { word-wrap: normal; } /* Quick Edit and Bulk Edit */ #wpbody-content .quick-edit-row-post .inline-edit-col-left, #wpbody-content .quick-edit-row-post .inline-edit-col-right, #wpbody-content .inline-edit-row-post .inline-edit-col-center, #wpbody-content .quick-edit-row-page .inline-edit-col-left, #wpbody-content .quick-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row-post .inline-edit-col-right, #wpbody-content .bulk-edit-row .inline-edit-col-left, #wpbody-content .bulk-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row .inline-edit-col-bottom { float: none; width: 100%; } #wpbody-content .quick-edit-row fieldset .inline-edit-col label, #wpbody-content .quick-edit-row fieldset .inline-edit-group label, #wpbody-content .bulk-edit-row fieldset .inline-edit-col label, #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { max-width: none; float: none; margin-bottom: 5px; } #wpbody .bulk-edit-row fieldset select { display: block; width: 100%; max-width: none; -moz-box-sizing: border-box; box-sizing: border-box; } .inline-edit-row fieldset ul.cat-checklist label, .inline-edit-row #bulk-titles div { font-size: 16px; } .inline-edit-row fieldset label span.title { float: none; } .inline-edit-row fieldset label.inline-edit-tags { padding: 0 0.5em; } .inline-edit-row fieldset .inline-edit-col label.inline-edit-tags { padding: 0; } .inline-edit-row fieldset label span.input-text-wrap { margin-right: 0; } .inline-edit-row fieldset input[name=jj], .inline-edit-row fieldset input[name=hh], .inline-edit-row fieldset input[name=mn] { width: 3em; } .inline-edit-row fieldset input[name=aa] { width: 4.5em; } #bulk-titles div { margin: 0.8em 0.3em; } #bulk-titles div a { height: 22px; } /* Taxonomies */ .tags .column-posts { width: 50px; } .tags .column-slug { width: 30%; } /* Comments */ .comments .column-response { width: 35%; } /* Users */ .users .column-role { width: 35%; } /* Network admin sites */ .sites .column-blogname { width: 55%; } /* Updates */ #wpbody-content #update-themes-table .plugin-title { width: auto; } /* Form Tables */ .form-table { -moz-box-sizing: border-box; box-sizing: border-box; } .form-table th, .form-table td { display: block; width: auto; vertical-align: middle; } .form-table .color-palette td { display: table-cell; width: 15px; } .form-table table.color-palette { margin-left: 10px; } textarea, input { font-size: 16px; } .form-table td input[type="text"], .form-table td input[type="password"], .form-table td select, .form-table td textarea, .form-table span.description, #profile-page .form-table textarea { width: 100%; font-size: 16px; line-height: 1.5; padding: 7px 10px; display: block; max-width: none; box-sizing: border-box; -moz-box-sizing: border-box; } input[type=text].small-text, input[type=search].small-text, input[type=password].small-text, input[type=number].small-text, input[type="number"].small-text, .form-table input[type=text].small-text { width: auto; max-width: 55px; display: inline; padding: 3px 6px; margin: 0 3px; } #pass-strength-result { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; padding: 8px; } .form-table span.description { padding: 4px 0 0; line-height: 1.4em; } .form-table th { padding-top: 10px; padding-bottom: 0; border-bottom: 0; } .form-table td { padding-top: 8px; padding-right: 0; } .form-table input.regular-text { width: 100%; } .form-table label { font-size: 14px; } .form-table fieldset label { display: block; } #utc-time { margin-top: 10px; } #utc-time, #local-time { display: block; float: none; padding: 0; line-height: 2; } /* Add/Edit Media */ .wp_attachment_details label[for="content"] { font-size: 14px; line-height: 1.5em; } /* Links */ .link-manager-php #posts-filter { margin-top: 25px; } .link-manager-php .tablenav.bottom { overflow: hidden; } .links-table #link_rel { max-width: none; } .links-table th, .links-table td { padding: 10px 0; } /** * Nav Menus * ---------------------------------------------------------------------------- */ body.nav-menus-php { min-width: 0 !important; } #nav-menus-frame { margin-right: 0; float: none; width: 100%; } #wpbody-content #menu-settings-column { display: block; width: 100%; float: none; margin-right: 0; } #side-sortables .add-menu-item-tabs { margin: 15px 0 14px; } ul.add-menu-item-tabs li.tabs { padding: 13px 15px 14px; } .nav-menus-php .item-controls .item-type { margin-top: 2px; } .nav-menus-php .customlinkdiv .howto input { width: 65%; } .nav-menus-php .quick-search { width: 85%; } #menu-management-liquid { margin-top: 25px; } .nav-menus-php .menu-name-label.howto span { margin-top: 13px } .menu-name-label #menu-name { margin-top: 4px; } .nav-menus-php .major-publishing-actions .publishing-action { margin-top: 6px; } .nav-menus-php .delete-action { font-size: 14px; line-height: 50px; margin-top: 12px; } .menu-item-bar .menu-item-handle, .menu-item-settings, .description-wide { width: auto; } .menu-item-settings { padding: 10px; } .menu-item-settings .description-thin, .menu-item-settings .description-wide { width: 100%; height: auto; } .menu-item-settings input { width: 100%; } .menu-settings dl { padding-right: 0; } .menu-settings dd { float: none; width: 100%; margin-bottom: 15px; } .menu-settings dt { float: none; width: auto; margin-right: 0; margin-bottom: 15px; } .available-theme .action-links .delete-theme { float: none; margin: 0; padding: 0; clear: both; } .available-theme .action-links .delete-theme a { padding: 0; } /* Widget Management Page (Needs UX work on mobile) */ #templateside { float: none; width: auto; } #templateside li { margin: 0; } #templateside li a { display: block; padding: 5px; } #templateside .highlight { padding: 5px; margin-right: -5px; margin-top: -5px; } #template div { float: none; margin: 0; width: auto; } #template textarea { width: 100%; } .fileedit-sub .alignright { margin-top: 15px; } /* Plugin/Theme Management Page */ .wp-list-table.plugins { position: relative; margin-top: 35px; margin-bottom: 50px; } .wp-list-table.plugins thead .column-description, #wpbody-content .wp-list-table.plugins tfoot .column-description, .wp-list-table.plugins th#description { display: none; } #wpbody-content .wp-list-table.plugins, #wpbody-content .wp-list-table.plugins thead, #wpbody-content .wp-list-table.plugins tbody, #wpbody-content .wp-list-table.plugins tr, #wpbody-content .wp-list-table.plugins .column-description, #wpbody-content .wp-list-table.plugins .plugin-title, #wpbody-content .wp-list-table.plugins .theme-title, #wpbody-content .wp-list-table.plugins .plugin-update, #wpbody-content .wp-list-table.plugins .manage-column.column-name { display: block; width: auto; } .wp-list-table.plugins thead, .wp-list-table.plugins tfoot { position: absolute; top: -35px; right: 0; left: 0; width: auto; height: 35px; } .wp-list-table.plugins tfoot { bottom: -35px; top: auto; } .active, .inactive { padding-top: 0; } .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title { padding-top: 13px; padding-bottom: 4px; } .plugins tr.active + tr.inactive th.check-column, .plugins tr.active + tr.inactive td, .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title, .wp-list-table.plugins tbody th { box-shadow: none; -webkit-box-shadow: none; } .plugins tbody { padding: 1px 0 0; } .plugins tr.active + tr.inactive td.column-description { -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); } .plugins tr.active + tr.inactive th.check-column, .plugins tr.active + tr.inactive td { border-top: none; } .wp-list-table.plugins .column-description { padding-top: 0; } .wp-list-table.plugins .manage-column.column-name, .wp-list-table.plugins .column-description, .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title { padding-left: 12px; padding-right: 46px; } .wp-list-table.plugins tr { position: relative; } .wp-list-table.plugins th.check-column, .wp-list-table.plugins tr.update th.check-column { position: absolute; height: auto; top: 0; bottom: 0; right: 0; padding-right: 2px; padding-top: 18px; } .wp-list-table.plugins thead th.check-column, .wp-list-table.plugins tfoot th.check-column { padding-right: 3px; padding-top: 11px; background: none; } .widefat tbody th.check-column input[type="checkbox"] { margin-top: -3px; margin-right: 8px; } .wp-list-table.plugins .active .check-column input, .wp-list-table.plugins .update .check-column input { margin-right: 5px; } .wp-list-table.plugins thead .check-column input, .wp-list-table.plugins tfoot .check-column input { margin-top: -6px; } .wp-list-table.plugins .active th.check-column { background: none; } .wp-list-table.plugins .plugin-title strong, .wp-list-table.plugins .theme-title strong { font-size: 1.4em; line-height: 1.6em; } /* Add New plugins page */ table.plugin-install .column-name, table.plugin-install .column-version, table.plugin-install .column-rating, table.plugin-install .column-description { display: block; width: auto; } table.plugin-install th.column-name, table.plugin-install th.column-version, table.plugin-install th.column-rating, table.plugin-install th.column-description { display: none; } table.plugin-install td.column-name strong { font-size: 1.4em; line-height: 1.6em; } table.plugin-install #the-list td { -webkit-box-shadow: none; box-shadow: none; } table.plugin-install #the-list tr { display: block; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); } /* Dashboard */ #dashboard_recent_comments #the-comment-list .comment-item .avatar { height: 30px; width: 30px; margin: 4px 0 5px 10px; } /* About Page */ .about-wrap .feature-section.one-col > div, .about-wrap .feature-section.two-col > div, .about-wrap .three-col.about-updates > div { width: 100%; margin: 0; float: none; } .about-wrap .about-colors .color-option { width: 49%; } /* Moderate Comment */ .comment-ays { border-bottom: none; } #wpfooter { display: none; } #comments-form .checkforspam { display: none; } /* Reset responsive styles in Press This */ .press-this a.wp-switch-editor { font: 13px/19px "Open Sans", sans-serif; margin: 5px 5px 0 0; padding: 3px 8px 4px; } .press-this #wp-content-media-buttons a { padding: 0; line-height: normal; height: auto; } .press-this #wp-content-editor-tools { padding: 0; top: 3px; } .press-this .category-tabs { margin-top: 0; } .press-this .tagsdiv .newtag { width: 120px; padding: 3px 5px; margin-bottom: 0; } .press-this .tagchecklist { padding: 0; margin-bottom: 0; } .press-this .wp_themeSkin a.mceButton { width: 20px; height: 20px; } .press-this .wp_themeSkin .mceButton .mceIcon { margin: 0; } .press-this #poststuff h3, .press-this .metabox-holder h3 { padding: 7px 12px; } .interim-login input[type=checkbox], .press-this input[type=checkbox], .press-this input[type=radio] { height: 16px; width: 16px; } .interim-login input[type=checkbox]:checked:before, .press-this input[type=checkbox]:checked:before { width: 16px; font: normal 21px/1 'dashicons'; margin: -3px -4px 0 0; } .press-this input[type=radio]:checked:before { font: normal 21px/1 'dashicons'; width: 6px; height: 6px; margin: 4px; } .press-this ul.categorychecklist ul, .press-this ul.categorychecklist li { margin-top: 0; margin-bottom: 0; } .press-this div.quicktags-toolbar input { padding: 2px 4px; } .press-this textarea, .press-this input { font-size: 14px; } .press-this .tagchecklist span { font-size: 13px; line-height: 1.8em; } } @media only screen and (max-width: 500px) { .about-wrap { margin-left: 20px; margin-right: 10px; } .about-wrap h1, .about-text { margin-left: 0; } .about-text { margin-bottom: 0.25em; } .about-wrap .wp-badge { position: relative; margin-bottom: 1.5em; width: 100%; } .about-wrap .feature-section.three-col div { width: 100%; float: none; } .about-wrap .three-col.about-updates .col-1 { padding: 0; float: none; } .about-wrap .three-col.about-updates .col-2 { margin: 0 0 20px; width: 100%; float: none; } /* Align Add Media + Visual + Text tabs */ #wp-content-media-buttons a { font-size: 14px; padding: 0 10px 0 10px; } } @media screen and ( max-width: 782px ) { #wpadminbar #wp-admin-bar-menu-toggle a { display: block; padding: 0; overflow: hidden; outline: none; text-decoration: none; border: 1px solid transparent; background: none; height: 44px; margin-right: -1px; } li#wp-admin-bar-menu-toggle { display: block; } #wpadminbar #wp-admin-bar-menu-toggle a:hover { border: 1px solid transparent; } #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { content: '\f228'; display: inline-block; float: right; font: normal 40px/45px 'Dashicons'; vertical-align: middle; outline: none; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 44px; width: 50px; padding: 0; border: none; text-align: center; text-decoration: none; box-sizing: border-box; -moz-box-sizing: border-box; } } /* Smartphone */ @media screen and (max-width: 600px) { #adminmenuwrap, #adminmenuback { display: none; } .wp-responsive-open #adminmenuwrap, .wp-responsive-open #adminmenuback { display: block; } /* Disable horizontal scroll when responsive menu is open since we push the main content off to the right. */ #wpwrap.wp-responsive-open { overflow-x: hidden; } html.wp-toolbar { padding-top: 0; } #wpbody { padding-top: 46px; } .auto-fold #adminmenu { top: 46px; } #wp-responsive-overlay { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 400; } /* Keep the close icon from overlapping the Welcome text. */ .welcome-panel .welcome-panel-close { overflow: hidden; text-indent: 100%; white-space: nowrap; width: 20px; height: 20px; left: 0; padding: 5px; } /* Make the close icon larger for tappability. */ #welcome-panel.welcome-panel .welcome-panel-close::before { font-size: 20px; margin: 0; } /* Keep full-width boxes on Edit Post page from causing horizontal scroll */ div#post-body.metabox-holder.columns-1 { overflow-x: hidden; } /* Color Picker Options */ .color-option { width: 49%; } }
0.201185
0.063366
label {white-space: nowrap;} .left-block{margin-top: 25px; padding-top: 25px; border-top: 1px solid #777; font-weight: bold;} .left-block div {display: flex; padding: 5px 10px 5px 5px; justify-content: space-between;} .menu-value {color: #779;} .checkbox-label{margin-left: 3em; position: relative; top: -2px;} .switch-block {margin: 20px 0px 15px 0px;} .header-block {color: #ddd;} .nested {padding: 0px 10px 0px 10px; border: 1px solid #ddd;} .mr {margin: 5px 0px 5px 0px !important;} .spacer {text-align: center; font-weight: 300; color: #ddd; padding-bottom: 10px; margin: 15px 0px 15px 0px; border-bottom: 1px solid #ddd;} .comment {margin: 1em 0;} .frame {width: 100%; height: 480px; min-height: 50px; resize: vertical;} .iframe {resize: vertical; width: 100%; height: 100%; frameborder: 0; scrolling:"yes";} body { background-image: url('wp_dark.webp'); background-color: #454545; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .switch { position: relative; display: inline-block; width: 40px; height: 12px; background-color: transparent; border-radius: 12px; transition: all 0.3s; box-shadow: inset 5px 9px 9px #777; border: 1px solid #ccccccd9; } .switch::after { content: ''; position: absolute; width: 15px; height: 30px; border-radius: 30px; background-color: #AAA; border: 1px solid #ccccccd9; box-shadow: 5px 9px 9px #777; top: -7px; left: 2px; transition: all 0.3s; } .checkbox:checked + .switch::after { left : 20px; background-color: #1f8dd6; } .checkbox:checked + .switch { background-color: transparent; } .checkbox { display : none; } /* Button shade style */ button{ position:relative; transition:500ms ease all; outline:none; } button:hover{ background:#eee!important; color:rgb(0, 120, 230)!important; box-shadow: 3px 3px 5px 2px #97B1BF; } button:focus{ opacity: 0.7; box-shadow: unset; background: rgb(0, 140, 250); color:rgb(50, 50, 50)!important; } button:before,button:after{ content:''; position:absolute; top:0; right:0; height:2px; width:0; background: rgb(0, 120, 230); } button:after{ right:inherit; top:inherit; left:0; bottom:0; } button:hover:before,button:hover:after{ width:100%; transition:1000ms ease all; } /* Sensor displays style inspired by https://github.com/viperet/esp8266-power-monitor */ .display { text-align: center; background: #000; border-radius: 10px; border: 1px solid rgb(100, 100, 255); box-shadow: 0px 0px 2px 6px rgba(0,0,0,0.5); margin: 15px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 10px; } .display > div { display: inline-block; margin: 0 auto; padding: 0.15em 0.1em 0 0.1em; color: #FFF; line-height: 1em; text-align: center; font-family: 'Courier Prime'; font-size: 45px; background: linear-gradient(0deg, rgba(220,220,255,1) 25%, rgba(180,80,80,1) 50%, rgba(220,220,255,1) 75%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .display > div::before { font-family: sans-serif; font-size: 0.5em; padding: 0 1em 0 0.5em; -webkit-text-fill-color: rgb(220, 223, 93); } .display > div::after { font-family: sans-serif; font-size: 0.5em; height: 3vh; padding: 0 0 0 0.5em; -webkit-text-fill-color: rgb(192, 178, 178); } /* example of additional styles for display divs #vcc:before { content: 'Vcc:'; } #vcc:after { content: 'V'; } */
resources/html/css/style_dark.css
label {white-space: nowrap;} .left-block{margin-top: 25px; padding-top: 25px; border-top: 1px solid #777; font-weight: bold;} .left-block div {display: flex; padding: 5px 10px 5px 5px; justify-content: space-between;} .menu-value {color: #779;} .checkbox-label{margin-left: 3em; position: relative; top: -2px;} .switch-block {margin: 20px 0px 15px 0px;} .header-block {color: #ddd;} .nested {padding: 0px 10px 0px 10px; border: 1px solid #ddd;} .mr {margin: 5px 0px 5px 0px !important;} .spacer {text-align: center; font-weight: 300; color: #ddd; padding-bottom: 10px; margin: 15px 0px 15px 0px; border-bottom: 1px solid #ddd;} .comment {margin: 1em 0;} .frame {width: 100%; height: 480px; min-height: 50px; resize: vertical;} .iframe {resize: vertical; width: 100%; height: 100%; frameborder: 0; scrolling:"yes";} body { background-image: url('wp_dark.webp'); background-color: #454545; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .switch { position: relative; display: inline-block; width: 40px; height: 12px; background-color: transparent; border-radius: 12px; transition: all 0.3s; box-shadow: inset 5px 9px 9px #777; border: 1px solid #ccccccd9; } .switch::after { content: ''; position: absolute; width: 15px; height: 30px; border-radius: 30px; background-color: #AAA; border: 1px solid #ccccccd9; box-shadow: 5px 9px 9px #777; top: -7px; left: 2px; transition: all 0.3s; } .checkbox:checked + .switch::after { left : 20px; background-color: #1f8dd6; } .checkbox:checked + .switch { background-color: transparent; } .checkbox { display : none; } /* Button shade style */ button{ position:relative; transition:500ms ease all; outline:none; } button:hover{ background:#eee!important; color:rgb(0, 120, 230)!important; box-shadow: 3px 3px 5px 2px #97B1BF; } button:focus{ opacity: 0.7; box-shadow: unset; background: rgb(0, 140, 250); color:rgb(50, 50, 50)!important; } button:before,button:after{ content:''; position:absolute; top:0; right:0; height:2px; width:0; background: rgb(0, 120, 230); } button:after{ right:inherit; top:inherit; left:0; bottom:0; } button:hover:before,button:hover:after{ width:100%; transition:1000ms ease all; } /* Sensor displays style inspired by https://github.com/viperet/esp8266-power-monitor */ .display { text-align: center; background: #000; border-radius: 10px; border: 1px solid rgb(100, 100, 255); box-shadow: 0px 0px 2px 6px rgba(0,0,0,0.5); margin: 15px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 10px; } .display > div { display: inline-block; margin: 0 auto; padding: 0.15em 0.1em 0 0.1em; color: #FFF; line-height: 1em; text-align: center; font-family: 'Courier Prime'; font-size: 45px; background: linear-gradient(0deg, rgba(220,220,255,1) 25%, rgba(180,80,80,1) 50%, rgba(220,220,255,1) 75%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .display > div::before { font-family: sans-serif; font-size: 0.5em; padding: 0 1em 0 0.5em; -webkit-text-fill-color: rgb(220, 223, 93); } .display > div::after { font-family: sans-serif; font-size: 0.5em; height: 3vh; padding: 0 0 0 0.5em; -webkit-text-fill-color: rgb(192, 178, 178); } /* example of additional styles for display divs #vcc:before { content: 'Vcc:'; } #vcc:after { content: 'V'; } */
0.33231
0.140779
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap"); @import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap"); @import url("./animations.css"); @import url("./slideshow.css"); @import url("./editor.css"); @import url("./modal.css"); @import url("./preview.css"); @import url("./slides.css"); @import url("./presentations.css"); @import url("./toolbar.css"); @import url("./loading.css") * { box-sizing: border-box; } @media print { #slidecard { height: 100% !important; width: 100% !important; display: inline-block; } } strong { font-weight: 700; } h1 { font-weight: 900; } body, html { padding: 0; margin: 0; display: flex; flex-direction: column; font-family: "Montserrat", sans-serif; height: 99vh; overflow: hidden; } .main { display: grid; grid-template-areas: "toolbar" "body"; } .container { padding: 4px; display: flex; flex-flow: column; } .card { position: relative; display: flex; flex-flow: column; justify-content: stretch; min-width: 200px; max-width: 300px; height: fit-content; margin: 10px; border-radius: 2%; background-color: rgba(44, 62, 80, 1); box-shadow: 1px 1px 2px 1px #95a5a6; color: rgba(236, 240, 241, 1); } .card > *{ max-width: 100%; } .card:hover { box-shadow: 1px 1px 5px 4px #95a5a6; } .card-header { max-height: 100px; padding: 4px; background-color: rgba(44, 62, 80, 1); border-bottom: 1px #34495e; display: flex; justify-content: space-around; align-content: center; } .card-body { max-height: 200px; padding: 2px; background-color: rgba(44, 62, 80, 1); border-bottom: 1px #34495e; } .card:hover .card-delete { opacity: 1; } .card:hover .preview-edit { opacity: 1; } .card-footer { max-height: 100px; padding: 2px; background-color: rgba(44, 62, 80, 1); display: flex; flex-flow: wrap; justify-content: space-between; align-content: center; } .card-delete { -webkit-appearance: none; -moz-appearance: none; position: absolute; top: 5px; right: 5px; opacity: 0; cursor: pointer; } .card-delete:before { font-size: 10px; content: "X"; } .card-delete:hover { background-color: #e74c3c; color: rgba(44, 62, 80, 1); } .card-btn { -webkit-appearance: none; -moz-appearance: none; height: 40px; margin: 2px; padding: 10px; border-radius: 2px; cursor: pointer; font-size: 18px; transition: all 0.2s; display: flex; flex-flow: wrap; } .card-btn:hover { background-color: rgba(189, 195, 199, 1); color: rgba(44, 62, 80, 1); } pre.lang-js { display: block; width: 100%; padding: 20px; font-size: 17px; line-height: 1.2em; background: rgba(44, 62, 80, 1); color: rgba(39, 174, 96, 1); border-radius: 6px; font-family: "Fira Code"; } pre.lang-js > * { overflow-wrap: break-word; } .lang-html { font-family: "Fira Code"; background: rgba(44, 62, 80, 1); background: linear-gradient(180deg, #ccc 0, #ccc 1.2em, #eee 0); color: rgba(41, 128, 185, 1); } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } pre { font-size: 2rem; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } .full-width { width: 100%; } @media only screen and (min-width: 600px) { .container { flex-flow: wrap; } }
src/styles/index.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap"); @import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap"); @import url("./animations.css"); @import url("./slideshow.css"); @import url("./editor.css"); @import url("./modal.css"); @import url("./preview.css"); @import url("./slides.css"); @import url("./presentations.css"); @import url("./toolbar.css"); @import url("./loading.css") * { box-sizing: border-box; } @media print { #slidecard { height: 100% !important; width: 100% !important; display: inline-block; } } strong { font-weight: 700; } h1 { font-weight: 900; } body, html { padding: 0; margin: 0; display: flex; flex-direction: column; font-family: "Montserrat", sans-serif; height: 99vh; overflow: hidden; } .main { display: grid; grid-template-areas: "toolbar" "body"; } .container { padding: 4px; display: flex; flex-flow: column; } .card { position: relative; display: flex; flex-flow: column; justify-content: stretch; min-width: 200px; max-width: 300px; height: fit-content; margin: 10px; border-radius: 2%; background-color: rgba(44, 62, 80, 1); box-shadow: 1px 1px 2px 1px #95a5a6; color: rgba(236, 240, 241, 1); } .card > *{ max-width: 100%; } .card:hover { box-shadow: 1px 1px 5px 4px #95a5a6; } .card-header { max-height: 100px; padding: 4px; background-color: rgba(44, 62, 80, 1); border-bottom: 1px #34495e; display: flex; justify-content: space-around; align-content: center; } .card-body { max-height: 200px; padding: 2px; background-color: rgba(44, 62, 80, 1); border-bottom: 1px #34495e; } .card:hover .card-delete { opacity: 1; } .card:hover .preview-edit { opacity: 1; } .card-footer { max-height: 100px; padding: 2px; background-color: rgba(44, 62, 80, 1); display: flex; flex-flow: wrap; justify-content: space-between; align-content: center; } .card-delete { -webkit-appearance: none; -moz-appearance: none; position: absolute; top: 5px; right: 5px; opacity: 0; cursor: pointer; } .card-delete:before { font-size: 10px; content: "X"; } .card-delete:hover { background-color: #e74c3c; color: rgba(44, 62, 80, 1); } .card-btn { -webkit-appearance: none; -moz-appearance: none; height: 40px; margin: 2px; padding: 10px; border-radius: 2px; cursor: pointer; font-size: 18px; transition: all 0.2s; display: flex; flex-flow: wrap; } .card-btn:hover { background-color: rgba(189, 195, 199, 1); color: rgba(44, 62, 80, 1); } pre.lang-js { display: block; width: 100%; padding: 20px; font-size: 17px; line-height: 1.2em; background: rgba(44, 62, 80, 1); color: rgba(39, 174, 96, 1); border-radius: 6px; font-family: "Fira Code"; } pre.lang-js > * { overflow-wrap: break-word; } .lang-html { font-family: "Fira Code"; background: rgba(44, 62, 80, 1); background: linear-gradient(180deg, #ccc 0, #ccc 1.2em, #eee 0); color: rgba(41, 128, 185, 1); } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } pre { font-size: 2rem; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } .full-width { width: 100%; } @media only screen and (min-width: 600px) { .container { flex-flow: wrap; } }
0.363873
0.075756
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { max-width: 100%; vertical-align: middle; border: 0; height: auto; -ms-interpolation-mode: bicubic; } #map_canvas img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; border: 0; -webkit-appearance: button; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } body { margin: 0; font-family: sans-serif; font-size: 14px; line-height: 22px; color: #333333; background-color: #fefefe; } .container { position: relative; padding-left: 20px; padding-right: 20px; } .row { width: 100%; min-width: 0; margin: 0 auto; position: relative; max-width: 1170px; } .column { float: left; margin-left: 3.09091%; } .column:first-child { margin-left: 0; } /* Desktop Column ------------------------------------------------------------------- */ .col1 { width: 5.5%; } .col2 { width: 14.09091%; } .col3 { width: 22.68182%; } .col4 { width: 31.27273%; } .col5 { width: 39.86364%; } .col6 { width: 48.45455%; } .col7 { width: 57.04545%; } .col8 { width: 65.63636%; } .col9 { width: 74.22727%; } .col10 { width: 82.81818%; } .col11 { width: 91.40909%; } .col12 { width: 100%; } .column.alpha { clear: left; margin-left: 0; } /* Tablet Column ------------------------------------------------------------------- */ @media(min-width: 768px) { .col1-sm { width: 5.5%; } .col2-sm { width: 14.09091%; } .col3-sm { width: 22.68182%; } .col4-sm { width: 31.27273%; } .col5-sm { width: 39.86364%; } .col6-sm { width: 48.45455%; } .col7-sm { width: 57.04545%; } .col8-sm { width: 65.63636%; } .col9-sm { width: 74.22727%; } .col10-sm { width: 82.81818%; } .col11-sm { width: 91.40909%; } .col12-sm { width: 100%; } } /* Large Screen ------------------------------------------------------------------- */ @media (min-width: 992px) { .col1 { width: 5.5%; } .col2 { width: 14.09091%; } .col3 { width: 22.68182%; } .col4 { width: 31.27273%; } .col5 { width: 39.86364%; } .col6 { width: 48.45455%; } .col7 { width: 57.04545%; } .col8 { width: 65.63636%; } .col9 { width: 74.22727%; } .col10 { width: 82.81818%; } .col11 { width: 91.40909%; } .col12 { width: 100%; } } p { margin: 0 0 11px; } p small { font-size: 12px; color: #999999; } .lead { margin-bottom: 22px; font-size: 20px; font-weight: 200; line-height: 33px; } h1, h2, h3, h4, h5, h6 { margin: 12px 0; font-family: inherit; font-weight: bold; color: inherit; text-rendering: optimizelegibility; } h1, h2, h3 { line-height: 1.5 } h1 { font-size: 30px; } h2 { font-size: 26px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h6 { font-size: 12px; } .page-header { padding-bottom: 21px; margin: 22px 0; border-bottom: 1px solid #eeeeee; } .page-header h1 { line-height: 1; } ul, ol { padding: 0; margin: 0 0 11px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { line-height: 22px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } dl { margin-bottom: 22px; } dt, dd { line-height: 22px; } dt { font-weight: bold; line-height: 21px; } dd { margin-left: 11px; } hr { margin: 22px 0; border: 0; border-top: 1px solid #ebebeb; border-bottom: 1px solid white; } strong { font-weight: bold; } em { font-style: italic; } abbr[title] { cursor: help; border-bottom: 1px dotted #999999; } blockquote { padding: 0 0 0 15px; margin: 0 0 22px; border-left: 5px solid #eeeeee; } blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 27.5px; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 22px; font-style: normal; line-height: 22px; } small { font-size: 100%; } cite { font-style: normal; } code, pre { padding: 0 3px 2px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 13px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; } pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 12.95px; line-height: 22px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } pre code { padding: 0; color: inherit; background-color: transparent; border: 0; } form { margin: 0 0 22px; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 33px; font-size: 21px; line-height: 44px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } legend small { font-size: 16.5px; color: #999999; } label, input, button, select, textarea { font-size: 14px; font-weight: normal; line-height: 22px; } input, button, select, textarea { font-family: sans-serif; } label { display: block; margin-bottom: 5px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 22px; padding: 4px 6px; margin-bottom: 9px; font-size: 14px; line-height: 22px; color: #555555; } input, textarea { width: 210px; } textarea { height: auto; resize: vertical; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #fff; border: 1px solid #e9e9e9; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(67, 156, 34, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 173, 36, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 173, 36, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 173, 36, 0.6); } input[type="radio"], input[type="checkbox"] { margin: 3px 0; *margin-top: 0; /* IE7 */ line-height: normal; cursor: pointer; } input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } .uneditable-textarea { width: auto; height: auto; } select, input[type="file"] { height: 28px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 28px; } select { width: 220px; border: 1px solid #bbb; } select[multiple], select[size] { height: auto; } select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; border-color: #ddd; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid { color: #b94a48; border-color: #ee5f5b; } input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } table thead { background: #dddddd; } table thead th { border-color: #dddddd; } table { width: 100%; margin-bottom: 22px; } table th, table td { padding: 8px; line-height: 22px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } table th { font-weight: bold; } table thead th { vertical-align: bottom; } table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 0; } table tbody + tbody { border-top: 2px solid #dddddd; } table { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapsed; border-left: 0; } table th, table td { border-left: 1px solid #dddddd; } table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td { border-top: 0; } .clearfix, .row { *zoom: 1; } .clearfix:before, .row:before, .clearfix:after, .row:after { display: table; content: ""; } .clearfix:after, .row:after { clear: both; } .pull-right, .alignright { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; } .accel { -webkit-transform: translate3d(0, 0, 0); } /* Divider vertical */ .divider-vertical { width: 2px; height: 60px; background-size: 1px 100%; background-position: 0 0, 1px 0; background-repeat: no-repeat; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(110%, transparent)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(110%, transparent)); background-image: -webkit-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -webkit-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%); background-image: -moz-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -moz-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%); background-image: linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%); } .hide-text { text-indent: -119988px; overflow: hidden; text-align: left; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .hr-ruler { margin: 45px 0; border: none; height: 1px; background: #d5d5d5; } .cssgradients .hr-ruler { background-color: transparent; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(213, 213, 213, 0)), color-stop(50%, #d5d5d5), color-stop(100%, rgba(213, 213, 213, 0))); background-image: -webkit-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0)); background-image: -moz-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0)); background-image: linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0)); } .cssgradients .hr-ruler.no-bg { background: none; } .hr-double { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; height: 2px; margin: 43px 10px; } /* =================================================================== Responsive: Landscape phone to desktop/tablet =================================================================== */ @media (max-width: 767px) { .container { width: auto; padding-left: 10px; padding-right: 10px; } .row-fluid { width: 100%; } .column { float: none; display: block; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .col1-xs, .col2-xs, .col3-xs, .col4-xs, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs { float: left; } .col1-xs { width: 5.5%; } .col2-xs { width: 14.09091%; } .col3-xs { width: 22.68182%; } .col4-xs { width: 31.27273%; } .col5-xs { width: 39.86364%; } .col6-xs { width: 48.45455%; } .col7-xs { width: 57.04545%; } .col8-xs { width: 65.63636%; } .col9-xs { width: 74.22727%; } .col10-xs { width: 82.81818%; } .col11-xs { width: 91.40909%; } .col12-xs { width: 100%; } } /* =================================================================== BUTTONS =================================================================== */ .btn, input[type="submit"], .comment-respond input[type="submit"] { display: inline-block; padding: 7px 15px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; font-family: sans-serif; -webkit-font-smoothing: antialiased; } .btn:focus, input[type="submit"], { outline: 0; outline: 0; outline-offset: -2px; } .btn-bold, input[type="submit"], .comment-respond input[type="submit"] { font-weight: bold; } .btn-uppercase { font-size: 11px; text-transform: uppercase; } .btn-wide, input.btn-wide { padding-left: 30px; padding-right: 30px; } .btn-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-block { display: block; } /* Button Size ------------------------------------------------------------------- */ .btn-small, input.btn-small { padding-top: 4px; padding-bottom: 4px; font-size: 11px; } .btn-mini { font-size: 11px; padding: 3px 5px; } .btn-mini.btn-uppercase { font-size: 10px; } .btn:hover { text-decoration: none; } /* Button No Background ------------------------------------------------------------------- */ .btn-no-bg { border-width: 2px; padding-top: 6px; padding-bottom: 6px; border-style: solid; } /* Button Text Color ------------------------------------------------------------------- */ .btn-primary, .btn-primary:hover, .btn-primary.btn-no-bg:hover, .btn-darkgray, .btn-darkgray:hover, .btn-lightgreen, .btn-lightgreen:hover, .btn-red, .btn-red:hover{ color: #fff; } /* Button Primary ------------------------------------------------------------------- */ .btn-primary { background: #53a71d; } .btn-primary.btn-no-bg { background: none; color: #53a71d; border-color: #53a71d; } .btn-primary.btn-no-bg:hover { background: #53a71d; } /* Btn Gray ------------------------------------------------------------------- */ .btn-darkgray { background: #5e5d5e; } /* Button Light Green ------------------------------------------------------------------- */ .btn-lightgreen { background: #9fa69b; } /* Button Red ------------------------------------------------------------------- */ .btn-red { background: #FF3A34; }
sites/wordpresslesson.dev/public/wp-content/themes/tavisha/includes/css/framework.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { max-width: 100%; vertical-align: middle; border: 0; height: auto; -ms-interpolation-mode: bicubic; } #map_canvas img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; border: 0; -webkit-appearance: button; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } body { margin: 0; font-family: sans-serif; font-size: 14px; line-height: 22px; color: #333333; background-color: #fefefe; } .container { position: relative; padding-left: 20px; padding-right: 20px; } .row { width: 100%; min-width: 0; margin: 0 auto; position: relative; max-width: 1170px; } .column { float: left; margin-left: 3.09091%; } .column:first-child { margin-left: 0; } /* Desktop Column ------------------------------------------------------------------- */ .col1 { width: 5.5%; } .col2 { width: 14.09091%; } .col3 { width: 22.68182%; } .col4 { width: 31.27273%; } .col5 { width: 39.86364%; } .col6 { width: 48.45455%; } .col7 { width: 57.04545%; } .col8 { width: 65.63636%; } .col9 { width: 74.22727%; } .col10 { width: 82.81818%; } .col11 { width: 91.40909%; } .col12 { width: 100%; } .column.alpha { clear: left; margin-left: 0; } /* Tablet Column ------------------------------------------------------------------- */ @media(min-width: 768px) { .col1-sm { width: 5.5%; } .col2-sm { width: 14.09091%; } .col3-sm { width: 22.68182%; } .col4-sm { width: 31.27273%; } .col5-sm { width: 39.86364%; } .col6-sm { width: 48.45455%; } .col7-sm { width: 57.04545%; } .col8-sm { width: 65.63636%; } .col9-sm { width: 74.22727%; } .col10-sm { width: 82.81818%; } .col11-sm { width: 91.40909%; } .col12-sm { width: 100%; } } /* Large Screen ------------------------------------------------------------------- */ @media (min-width: 992px) { .col1 { width: 5.5%; } .col2 { width: 14.09091%; } .col3 { width: 22.68182%; } .col4 { width: 31.27273%; } .col5 { width: 39.86364%; } .col6 { width: 48.45455%; } .col7 { width: 57.04545%; } .col8 { width: 65.63636%; } .col9 { width: 74.22727%; } .col10 { width: 82.81818%; } .col11 { width: 91.40909%; } .col12 { width: 100%; } } p { margin: 0 0 11px; } p small { font-size: 12px; color: #999999; } .lead { margin-bottom: 22px; font-size: 20px; font-weight: 200; line-height: 33px; } h1, h2, h3, h4, h5, h6 { margin: 12px 0; font-family: inherit; font-weight: bold; color: inherit; text-rendering: optimizelegibility; } h1, h2, h3 { line-height: 1.5 } h1 { font-size: 30px; } h2 { font-size: 26px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h6 { font-size: 12px; } .page-header { padding-bottom: 21px; margin: 22px 0; border-bottom: 1px solid #eeeeee; } .page-header h1 { line-height: 1; } ul, ol { padding: 0; margin: 0 0 11px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { line-height: 22px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } dl { margin-bottom: 22px; } dt, dd { line-height: 22px; } dt { font-weight: bold; line-height: 21px; } dd { margin-left: 11px; } hr { margin: 22px 0; border: 0; border-top: 1px solid #ebebeb; border-bottom: 1px solid white; } strong { font-weight: bold; } em { font-style: italic; } abbr[title] { cursor: help; border-bottom: 1px dotted #999999; } blockquote { padding: 0 0 0 15px; margin: 0 0 22px; border-left: 5px solid #eeeeee; } blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 27.5px; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 22px; font-style: normal; line-height: 22px; } small { font-size: 100%; } cite { font-style: normal; } code, pre { padding: 0 3px 2px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 13px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; } pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 12.95px; line-height: 22px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } pre code { padding: 0; color: inherit; background-color: transparent; border: 0; } form { margin: 0 0 22px; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 33px; font-size: 21px; line-height: 44px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } legend small { font-size: 16.5px; color: #999999; } label, input, button, select, textarea { font-size: 14px; font-weight: normal; line-height: 22px; } input, button, select, textarea { font-family: sans-serif; } label { display: block; margin-bottom: 5px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 22px; padding: 4px 6px; margin-bottom: 9px; font-size: 14px; line-height: 22px; color: #555555; } input, textarea { width: 210px; } textarea { height: auto; resize: vertical; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #fff; border: 1px solid #e9e9e9; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(67, 156, 34, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 173, 36, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 173, 36, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 173, 36, 0.6); } input[type="radio"], input[type="checkbox"] { margin: 3px 0; *margin-top: 0; /* IE7 */ line-height: normal; cursor: pointer; } input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } .uneditable-textarea { width: auto; height: auto; } select, input[type="file"] { height: 28px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 28px; } select { width: 220px; border: 1px solid #bbb; } select[multiple], select[size] { height: auto; } select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; border-color: #ddd; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid { color: #b94a48; border-color: #ee5f5b; } input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } table thead { background: #dddddd; } table thead th { border-color: #dddddd; } table { width: 100%; margin-bottom: 22px; } table th, table td { padding: 8px; line-height: 22px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } table th { font-weight: bold; } table thead th { vertical-align: bottom; } table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 0; } table tbody + tbody { border-top: 2px solid #dddddd; } table { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapsed; border-left: 0; } table th, table td { border-left: 1px solid #dddddd; } table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td { border-top: 0; } .clearfix, .row { *zoom: 1; } .clearfix:before, .row:before, .clearfix:after, .row:after { display: table; content: ""; } .clearfix:after, .row:after { clear: both; } .pull-right, .alignright { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; } .accel { -webkit-transform: translate3d(0, 0, 0); } /* Divider vertical */ .divider-vertical { width: 2px; height: 60px; background-size: 1px 100%; background-position: 0 0, 1px 0; background-repeat: no-repeat; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(110%, transparent)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(110%, transparent)); background-image: -webkit-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -webkit-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%); background-image: -moz-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -moz-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%); background-image: linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%); } .hide-text { text-indent: -119988px; overflow: hidden; text-align: left; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .hr-ruler { margin: 45px 0; border: none; height: 1px; background: #d5d5d5; } .cssgradients .hr-ruler { background-color: transparent; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(213, 213, 213, 0)), color-stop(50%, #d5d5d5), color-stop(100%, rgba(213, 213, 213, 0))); background-image: -webkit-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0)); background-image: -moz-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0)); background-image: linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0)); } .cssgradients .hr-ruler.no-bg { background: none; } .hr-double { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; height: 2px; margin: 43px 10px; } /* =================================================================== Responsive: Landscape phone to desktop/tablet =================================================================== */ @media (max-width: 767px) { .container { width: auto; padding-left: 10px; padding-right: 10px; } .row-fluid { width: 100%; } .column { float: none; display: block; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .col1-xs, .col2-xs, .col3-xs, .col4-xs, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs { float: left; } .col1-xs { width: 5.5%; } .col2-xs { width: 14.09091%; } .col3-xs { width: 22.68182%; } .col4-xs { width: 31.27273%; } .col5-xs { width: 39.86364%; } .col6-xs { width: 48.45455%; } .col7-xs { width: 57.04545%; } .col8-xs { width: 65.63636%; } .col9-xs { width: 74.22727%; } .col10-xs { width: 82.81818%; } .col11-xs { width: 91.40909%; } .col12-xs { width: 100%; } } /* =================================================================== BUTTONS =================================================================== */ .btn, input[type="submit"], .comment-respond input[type="submit"] { display: inline-block; padding: 7px 15px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; font-family: sans-serif; -webkit-font-smoothing: antialiased; } .btn:focus, input[type="submit"], { outline: 0; outline: 0; outline-offset: -2px; } .btn-bold, input[type="submit"], .comment-respond input[type="submit"] { font-weight: bold; } .btn-uppercase { font-size: 11px; text-transform: uppercase; } .btn-wide, input.btn-wide { padding-left: 30px; padding-right: 30px; } .btn-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-block { display: block; } /* Button Size ------------------------------------------------------------------- */ .btn-small, input.btn-small { padding-top: 4px; padding-bottom: 4px; font-size: 11px; } .btn-mini { font-size: 11px; padding: 3px 5px; } .btn-mini.btn-uppercase { font-size: 10px; } .btn:hover { text-decoration: none; } /* Button No Background ------------------------------------------------------------------- */ .btn-no-bg { border-width: 2px; padding-top: 6px; padding-bottom: 6px; border-style: solid; } /* Button Text Color ------------------------------------------------------------------- */ .btn-primary, .btn-primary:hover, .btn-primary.btn-no-bg:hover, .btn-darkgray, .btn-darkgray:hover, .btn-lightgreen, .btn-lightgreen:hover, .btn-red, .btn-red:hover{ color: #fff; } /* Button Primary ------------------------------------------------------------------- */ .btn-primary { background: #53a71d; } .btn-primary.btn-no-bg { background: none; color: #53a71d; border-color: #53a71d; } .btn-primary.btn-no-bg:hover { background: #53a71d; } /* Btn Gray ------------------------------------------------------------------- */ .btn-darkgray { background: #5e5d5e; } /* Button Light Green ------------------------------------------------------------------- */ .btn-lightgreen { background: #9fa69b; } /* Button Red ------------------------------------------------------------------- */ .btn-red { background: #FF3A34; }
0.31384
0.068756
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap'); body { background-color: #FFF; } .top-intro { display: flex; margin-left: auto; margin-right: auto; padding-top: 48px; flex-wrap: wrap-reverse; max-width: 1096px; align-items: center; justify-content: center; } .top-text { width: 60%; min-width: 360px; } .top-text h1 { margin: 0; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600; font-size: 48px; line-height: 116%; color: #263238; } .top-text p { padding-top: 16px; padding-right: 72px; margin: 0; font-family: 'Inter', sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 180%; color: #37474f; } .top-animation { width: 40% max-width: 420px; min-width: 360px; } .cta-wrapper { margin-left: auto; margin-right: auto; padding-top: 48px; } .cta-wrapper button { display: block; margin: auto; padding: 16px 20px; background: linear-gradient(96.66deg, #323EDD 0%, #307FE2 100%); border-radius: 4px; font-family: 'Inter', sans-serif; color: #FFF; font-weight: 600; font-size: 24px; line-height: 120%; cursor: pointer; border: none; transition: 0.3s ease-in } .cta-wrapper button:hover { box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15); } .width-wrapper { display: block; margin-left: auto; margin-right: auto; padding-top: 108px; max-width: 800px; } .results-wrapper p { margin-left: 20px; } .status-wrapper{ display: none; /* display: flex; */ margin-left: 0; margin-right: auto; padding-top: 20%; flex-wrap: wrap-reverse; max-width: 1096px; align-items: center; justify-content: center; } /* animation related stuff */ .loading-wrapper{ margin-left: auto; margin-right: auto; display: none; text-align: center; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 20px; color: #307FE2; } #result-good{ margin-left: auto; margin-right: auto; text-align: left; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 20px; color: #424242; max-width: 300px; border-radius: 4px; background: #e0e0e0; padding: 12px 16px; } #result-bad{ margin-left: auto; margin-right: auto; text-align: left; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 20px; color: #424242; max-width: 300px; border-radius: 4px; background: #e0e0e0; padding: 12px 16px; } .loading { display: flex; justify-content: center; /* padding-top: 2rem; */ position: absolute; top: 50%; left:40%; } .loading div { width: 0.8rem; height: 0.8rem; margin: 2rem 0.3rem; background: #307FE2; border-radius: 50%; animation: 0.6s bounce infinite alternate; } .loading div:nth-child(2) { animation-delay: 0.150s; } .loading div:nth-child(3) { animation-delay: 0.3s; } @keyframes bounce { to { opacity: 0.3; transform: translate3d(0, -1rem, 0); } }
src/video.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap'); body { background-color: #FFF; } .top-intro { display: flex; margin-left: auto; margin-right: auto; padding-top: 48px; flex-wrap: wrap-reverse; max-width: 1096px; align-items: center; justify-content: center; } .top-text { width: 60%; min-width: 360px; } .top-text h1 { margin: 0; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600; font-size: 48px; line-height: 116%; color: #263238; } .top-text p { padding-top: 16px; padding-right: 72px; margin: 0; font-family: 'Inter', sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 180%; color: #37474f; } .top-animation { width: 40% max-width: 420px; min-width: 360px; } .cta-wrapper { margin-left: auto; margin-right: auto; padding-top: 48px; } .cta-wrapper button { display: block; margin: auto; padding: 16px 20px; background: linear-gradient(96.66deg, #323EDD 0%, #307FE2 100%); border-radius: 4px; font-family: 'Inter', sans-serif; color: #FFF; font-weight: 600; font-size: 24px; line-height: 120%; cursor: pointer; border: none; transition: 0.3s ease-in } .cta-wrapper button:hover { box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15); } .width-wrapper { display: block; margin-left: auto; margin-right: auto; padding-top: 108px; max-width: 800px; } .results-wrapper p { margin-left: 20px; } .status-wrapper{ display: none; /* display: flex; */ margin-left: 0; margin-right: auto; padding-top: 20%; flex-wrap: wrap-reverse; max-width: 1096px; align-items: center; justify-content: center; } /* animation related stuff */ .loading-wrapper{ margin-left: auto; margin-right: auto; display: none; text-align: center; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 20px; color: #307FE2; } #result-good{ margin-left: auto; margin-right: auto; text-align: left; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 20px; color: #424242; max-width: 300px; border-radius: 4px; background: #e0e0e0; padding: 12px 16px; } #result-bad{ margin-left: auto; margin-right: auto; text-align: left; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 20px; color: #424242; max-width: 300px; border-radius: 4px; background: #e0e0e0; padding: 12px 16px; } .loading { display: flex; justify-content: center; /* padding-top: 2rem; */ position: absolute; top: 50%; left:40%; } .loading div { width: 0.8rem; height: 0.8rem; margin: 2rem 0.3rem; background: #307FE2; border-radius: 50%; animation: 0.6s bounce infinite alternate; } .loading div:nth-child(2) { animation-delay: 0.150s; } .loading div:nth-child(3) { animation-delay: 0.3s; } @keyframes bounce { to { opacity: 0.3; transform: translate3d(0, -1rem, 0); } }
0.5144
0.072308
html, body{ font-size: 100%; font-family: 'Open Sans', sans-serif; background:#fff; } p{ margin:0; font-size:14px; } h1,h2,h3,h4,h5,h6{ font-family: 'Quicksand', sans-serif; margin:0; } ul,label{ margin:0; padding:0; } body a:hover{ text-decoration:none; } /*-- header --*/ .header-top-left ul li a,input[type="submit"],.related-post-right h4 a,.categories ul li a,.reply a,.comments-grid-right h3 a,.admin a,.single-left2-sub ul li a,.single-left2 ul.com li a,.contact-grid1-left1 a,.more a,.services-top-breadcrumbs-right ul li a,.events-grid1 p,.footer-grid1-right a,.m1 a,.events-grid1 ul li a,.footer-copy p a,.events-grid1 h4 a,.footer-grid p a,.footer-grid ul li a{ transition:.5s ease-in-out; -webkit-transition:.5s ease-in-out; -moz-transition:.5s ease-in-out; -o-transition:.5s ease-in-out; -ms-transition:.5s ease-in-out; } .header{ padding:1em 0 0; background:#212121; } .header-top-left{ float:left; margin:.2em 0 0; } .header-top-left ul li{ display:inline-block; font-size:14px; color:#fff; margin-right:2em; } .header-top-left ul li span{ left:-.5em; padding-left:1em; } .header-top-left ul li a{ color:#fff; text-decoration:none; } .header-top-left ul li a:hover{ color:#F25086; } .header-top-left1{ float:left; margin-left:38em; } /*-- social-icons --*/ ul.social-icons li { display: inline-block; } .icon { display: inline-block; vertical-align: top; overflow: hidden; margin: 0; width: 30px; height: 30px; font-size: 0; text-indent: -9999px; } .icon-border { position: relative; } .icon-border::before, .icon-border::after { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .icon-border::before { z-index: 1; -webkit-transition: box-shadow 0.3s; transition: box-shadow 0.3s; } .icon-border::after { z-index: 2; } /* facebook */ .icon-border.facebook::before { box-shadow:inset 0 0 0 48px #212121; } .icon-border.facebook:hover::before { box-shadow:inset 0 0 0 2px #F25086; } .icon-border.facebook::after { background:url(../images/img-sp.png) no-repeat 8px 5px; display:block; } .icon-border1.facebook:hover::after { background:url(../images/img-sp.png) no-repeat 8px -24px; display:block; } /* twitter */ .icon-border.twitter::before { box-shadow:inset 0 0 0 48px #212121; } .icon-border.twitter:hover::before { box-shadow:inset 0 0 0 2px #F25086; } .icon-border.twitter::after { background:url(../images/img-sp.png) no-repeat -21px 4px; display:block; } .icon-border1.twitter:hover::after { background:url(../images/img-sp.png) no-repeat -21px -26px; display:block; } /* instagram */ .icon-border.instagram::before { box-shadow: inset 0 0 0 48px #212121; } .icon-border.instagram:hover::before { box-shadow: inset 0 0 0 2px #F25086; } .icon-border.instagram::after { background:url(../images/img-sp.png) no-repeat -51px 5px; display:block; } .icon-border1.instagram:hover::after { background:url(../images/img-sp.png) no-repeat -51px -25px; display:block; } /* pinterest */ .icon-border.pinterest::before { box-shadow: inset 0 0 0 48px #212121; } .icon-border.pinterest:hover::before { box-shadow: inset 0 0 0 2px #F25086; } .icon-border.pinterest::after { background:url(../images/img-sp.png) no-repeat -86px 5px; display:block; } .icon-border1.pinterest:hover::after { background:url(../images/img-sp.png) no-repeat -86px -24px; display:block; } /*-- //social-icons --*/ .header-top-right{ float:right; } /*--search--*/ .search{ position:relative; display: inline-block; } label.icon-search { color:#fff; cursor: pointer; } .search_form{ position:absolute; z-index:9999; right:0; top:15px; overflow: hidden; width: 20px; height:0px; background:#4D4D4D; transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; } .search_form form{ /*-- w3layouts --*/ opacity:0; transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; } .search_form input[type='text']{ width: 443px; padding: 10px; outline: none; font-size: 14px; color:#fff; border: 1px solid #999; background: none; } .search_form input[type='submit']{ width:32px; height:32px; outline:none; border:none; background:url(../images/img-sp.png) no-repeat -8px -57px; display:inline-block; } .search_box{ visibility: hidden; } .search_box:checked~.search_form{ width: 500px; height: 62px; padding: 10px; top: 44px; transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s; -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s; } .search_box:checked~.search_form form{ opacity:1; transition:0.3s all ease-out 0.5s; -webkit-transition:0.3s all ease-out 0.5s; } label.icon-search span { top: 0.5em; } /*--//search--*/ .header-top { padding-bottom: .5em; border-bottom:1px solid #434343; } .navbar-default { background: none; border: none; margin-bottom: 0; /*-- agileits --*/ border-radius: 0; } .navbar-collapse { padding: 0; } .navbar-brand { padding: 30px 0px 0; font-size: 1.5em; height: 72px; color: #F25086 !important; line-height: .5em; } .navbar-brand span{ display: block; font-size: 14px; padding-left: .4em; color: #fff; } .navbar-nav { float: right; } .navbar-nav > li > a { font-size: 14px; padding: 26px 30px; text-transform: uppercase; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color:#00B6FF; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; background: #00B6FF; } .navbar-default .navbar-nav > li > a { color: #B0B0B0; } /* Bounce To Bottom */ .hvr-bounce-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; /*-- w3layouts --*/ -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hvr-bounce-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#00B6FF; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active { color: white; } .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before,.special-services-grid:hover .more-sub:before{ -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } /*-- //header --*/ /*-- banner --*/ .carousel-content{ position: absolute; top: 10%; left: auto; right: auto; width: 80%; } .banner-left{ margin:2em 0 0; } .banner-left h3{ /*-- agileits --*/ text-transform: capitalize; font-size: 1.4em; color: #fff; padding: .2em .5em; background:#00B6FF; line-height: 1.5em; } .banner-left p{ margin: 1em 0 0; padding: .5em 1em; background: #F25086; line-height: 1.5em; color: #fff; width: 60%; } .banner-right{ background:#fff; padding:2em; margin:3.5em 0 0; } .banner-right h3{ font-size: 1.5em; color: #00B6FF; margin: 0 0 2em; line-height: 1.5em; text-align: center; text-transform: uppercase; position: relative; padding-bottom: .5em; } .banner-right h3:before,.banner-right h3:after{ content:''; background:#212121; width:20%; height:1px; position:absolute; bottom:0%; } .banner-right h3 span::before{ content: ''; width: 10px; height: 10px; border: 1px solid #212121; border-radius: 50%; position: absolute; left: 48.8%; bottom: -8%; } .banner-right h3:after{ right:25%; } .banner-right h3:before{ left:25%; } select#country,select#country1,select#country2,select#country3,select.dropdown { width: 100%; padding: 10px 10px 10px 45px; border: 1px solid #CFCFCF; color: #999; font-size: 14px; outline: none; position: relative; } .section_room span,.keywords span { position: absolute; color:#727272; z-index: 999; top: .9em; left: 1em; } .section_room span.tent{ background: url(../images/img-sp.png) no-repeat -54px -70px; display: block; width: 24px; height: 18px; } .section_room span.bath{ background: url(../images/img-sp.png) no-repeat -96px -67px; display: block; width: 24px; height: 19px; } .section_room,.keywords { position: relative; } .section_room:nth-child(2),.reservation-grids:nth-child(4){ margin:1em 0; } .reservation-grid-left{ float:left; width:48%; } .reservation-grid-right{ float:right; width:48%; } .keywords input[type="text"], .keywords input[type="file"]{ width: 100%; padding: 10px 10px 10px 45px; border: 1px solid #CFCFCF; color: #999; font-size: 14px; outline: none; background:none; margin-bottom:1em; } .keywords input[type="password"]{ width: 100%; padding: 10px 10px 10px 45px; border: 1px solid #CFCFCF; color: #999; font-size: 14px; outline: none; background:none; margin-bottom:1em; } .keywords input[type="submit"]{ width: 100%; padding: 10px 0; border:none; color: #fff; text-transform:uppercase; font-size: 1em; outline: none; background:#F25086; margin-top: 10px; } .keywords input[type="submit"]:hover{ background:#00B6FF; } /*-- //banner --*/ /*-- about --*/ .about,.testimonials,.events,.services,.special-services,.gallery,.typo,.contact,.single{ padding:5em 0; } .about h3,.testimonials h3,.events h3,.services h3,.special-services h3,.gallery h3,h3.title,.contact h3{ text-align:center; font-size:3em; color:#00B6FF; padding-bottom:.2em; position:relative; } .about h3:before,.about h3:after,.testimonials h3:before,.testimonials h3:after,.events h3:before,.events h3:after,.services h3:before,.services h3:after,.special-services h3:before,.special-services h3:after,.gallery h3:before,.gallery h3:after,h3.title:before,h3.title:after,.contact h3:before,.contact h3:after{ content:''; background:#212121; width:10%; height:1px; position:absolute; bottom:0%; } .about h3 span::before,.testimonials h3 span::before,.events h3 span:before,.services h3 span:before,.special-services h3 span:before,.gallery h3 span:before,h3.title span:before,.contact h3 span:before{ content: ''; width: 10px; height: 10px; border: 1px solid #212121; border-radius: 50%; position: absolute; left: 49%; bottom: -6%; } .about h3:after,.testimonials h3:after,.events h3:after,.services h3:after,.special-services h3:after,.gallery h3:after,h3.title:after,.contact h3:after{ right:39%; } .about h3:before,.testimonials h3:before,.events h3:before,.services h3:before,.special-services h3:before,.gallery h3:before,h3.title:before,.contact h3:before{ left:38%; } p.autem{ text-align: center; color: #999; line-height: 1.8em; text-transform: uppercase; margin: 1em 0 0 !important; font-weight: 500 !important; } .about-grids p.delectus{ margin:3em auto; color:#999; width:70%; line-height:1.8em; text-align:center; } figure { margin: 0; padding: 0; height: 273px; position: relative; display: block; cursor: pointer; overflow: hidden; border:none; } figure:hover figcaption { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); top: 0; } figcaption { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; position: absolute; height: 100%; width: 100%; top: -100%; background: rgba(0,0,0,.5); color: #fff; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); text-align: center; } figcaption h4 { color: #fff; padding: 0; margin-bottom: 0; position: relative; text-align: center; left: 100%; margin:2em 0 0.8em; font-size: 1.5em; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; -ms-transition-delay: .5s; transition-delay: .5s; } figcaption p { padding: 0px 20px; margin-bottom: 0; position: relative; left: 100%; margin-bottom:1em; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; text-align:center; line-height:1.8em; } figcaption ul{ -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s; -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; -ms-transition-delay: 1.3s; transition-delay: 1.3s; } figure:hover h4,figure:hover p,figure:hover ul{ left: 0; } figure img { -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -o-transition: all 1.5s; -ms-transition: all 1.5s; transition: all 1.5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; -ms-transition-delay: .5s; transition-delay: .5s; } figure:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .about-grids-bottom{ margin:3em 0 0; } .about-grids-bottom-grid h4{ font-size:1.7em; color:#212121; } .about-grids-bottom-grid p{ color:#999; line-height:1.8em; margin:1em 0 0; } /*-- //about --*/ /*-- about-bottom --*/ .about-bottom{ background:url(../images/5.jpg) no-repeat 0px 0px; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; min-height:400px; text-align:center; padding:6em 0 0; } .about-bottom-grid span{ background: url(../images/img-sp.png) no-repeat -4px -113px; display: block; width: 64px; height: 64px; margin: 0 auto; } .about-bottom h3{ font-size: 1.8em; color: #fff; margin: 1em auto 1em; line-height: 1.5em; width: 80%; text-transform: capitalize; } .about-bottom p{ color:#fff; font-size:1em; text-align:right; } .testimonials-grids{ margin:3em 0 0; } .testimonials-grid-left2{ padding-bottom: 1em; border-bottom: 1px solid #E2E2E2; } .testimonials-grid-left2 h4{ font-size: 1.1em; color: #999; line-height: 1.8em; margin:1em 0 .5em; text-transform: capitalize; } .testimonials-grid-left2 p{ font-style:italic; text-align:right; color:#212121; } .testimonials-grid-left-grid:nth-child(2) { margin: 1.5em 0 0; } /*-- wmuslider --*/ .wmuSlider { position: relative; overflow: hidden; } .wmuSlider .wmuSliderWrapper article img { /*--max-width: 100%; width: auto; height: auto; display:block;--*/ } /* Default Skin */ .wmuSliderPagination { z-index: 2; position: absolute; right: 0%; top: 96%; } ul.wmuSliderPagination { padding:0; } .wmuSliderPagination li { float: left; margin: 0 8px 0 0; list-style-type: none; } .wmuSliderPagination a { display: block; text-indent: -9999px; width: 7px; height: 7px; background: #CFCFCF; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; } .wmuSliderPagination a.wmuActive { background:#F25086; } /* Default Skin */ .wmuGallery .wmuGalleryImage { margin-bottom: 10px; } .banner-wrap{ padding:0 0 4em; } /*-- //wmuslider --*/ .testimonials-grid-right h4{ font-size:1.5em; color:#212121; text-align: right; padding-bottom:.5em; position:relative; } .testimonials-grid-right h4:after{ content: ''; background: #212121; width: 25%; height: 1px; position: absolute; bottom: 0%; right: 10%; } .testimonials-grid-right p{ text-align:right; margin:1em 0 0em; color:#999; line-height:1.8em; } /*-- //about-bottom --*/ /*-- events --*/ .events{ background:#f5f5f5; } .events-grids{ margin:3em 0 0; } .events-grid1 { padding:1em; background: #FFF; width: 100%; } .events-grid1 h4 a{ font-size: 1.5em; color: #212121; display: block; margin:0.5em 0 0.1em; line-height: 1.5em; text-transform: capitalize; text-decoration:none; } .events-grid1 h4 a:hover{ color:#fff; } .events-grid1 p{ color:#999; line-height:1.8em; } .events-grid1 ul li{ display:inline-block; color:#999; font-size:14px; padding-right: 2em; } .events-grid1 ul li a span,.events-grid1 ul li span{ padding-left:1em; left:-.5em; } .events-grid1 ul li a{ color:#999; text-decoration:none; } .events-grid1 ul li a:hover{ color:#fff; } .events-grid1 p{ color:#999; line-height:1.8em; margin:1.5em 0 0; } .events-grid:hover .events-grid1 ul li,.events-grid:hover .events-grid1 p,.events-grid:hover .events-grid1 ul li a,.events-grid:hover .events-grid1 h4 a{ color:#fff; } /* Sweep To Top */ .hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); -ms-transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#F25086; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active { color: white; } .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); } /*-- //events --*/ /*-- footer --*/ .footer{ background:#333; padding:4em 0; } .footer h2{ color:#fff; font-size:2em; margin: 0; text-align: center; text-transform: capitalize; } .footer p.para{ color:#898989; font-size:14px; margin:1em auto 2em; text-align: center; line-height:1.8em; width:60%; } .footer-grid p{ color:#898989; font-size:14px; margin:0; line-height:1.8em; } .footer-grid p a{ color:#898989; display:block; margin:1em 0; } .footer-grid p a:hover{ color:#fff; } .footer-contact input[type="text"]{ outline:none; border:none; background:#fff; padding:13px 15px; font-size:14px; width:80%; margin:0 auto; } .footer-contact input[type="submit"] { outline: none; background:#F25086; color: #fff; font-size: 1em; width: 18.3%; padding:12px 0 14px; margin-left: .5em; border:none; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } .footer-contact input[type="submit"]:hover{ color:#fff; background:#00B6FF; } .footer-contact{ width:65%; margin:0 auto 3em; } .footer-grid ul li{ color: #fff; margin: 0 0 1em; background:url(../images/img-sp.png) no-repeat -80px -132px; list-style-type: none; padding-left: 3em; } .footer-grid ul li a{ font-size:14px; color:#999; text-decoration:none; } .footer-grid ul li a:hover{ color:#fff; } .footer-copy{ margin:2em 0 0; padding:2em 0; border-top:1px solid #464646; border-bottom:1px solid #464646; } .footer-copy p{ color:#fff; text-align:center; margin:0; font-size:14px; line-height: 1.8em; } .footer-copy p a{ color:#00B6FF; text-decoration:none; } .footer-copy p a:hover{ color:#fff; } .footer1{ margin:0 !important; } .footer-grid1-left { float: left; width: 35%; } .footer-grid1-right { float: right; width: 60%; } .footer-grid1-right a { font-size: 1em; color: #999; text-decoration: none; text-transform: capitalize; display: block; margin: 0 0 0.5em; } .footer-grid1-right a:hover{ color:#fff; } .m1 a{ color:#F25086; } .m1 a:hover{ color:#fff; } .footer-grid1:nth-child(2) { margin: 1em 0; } .footer-grid p span { padding-left: 1em; left: -.5em; color:#fff; } .footer-grid-instagram{ float:left; width:50%; } /*-- //footer --*/ .testimonials-grid-right h5 { font-size: 1em; color: #999; text-align: right; margin: 2em 0 0; } .progress-bar1 { background-color: #F7F7F7; height: 25px; padding: 5px; width: 420px; margin: 1em 0 1em 7.5em; line-height: 0px; } .progress-bar1 span { display: inline-block; height: 100%; background-color: #777; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; -webkit-transition: width .4s ease-in-out; -moz-transition: width .4s ease-in-out; -ms-transition: width .4s ease-in-out; -o-transition: width .4s ease-in-out; transition: width .4s ease-in-out; } /*---------------------------*/ .blue span { background-color: #34c2e3; } .orange span { background-color: #fecf23; background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215)); background-image: -webkit-linear-gradient(top, #fecf23, #fd9215); background-image: -moz-linear-gradient(top, #fecf23, #fd9215); background-image: -ms-linear-gradient(top, #fecf23, #fd9215); background-image: -o-linear-gradient(top, #fecf23, #fd9215); background-image: linear-gradient(top, #fecf23, #fd9215); } .green span { background-color: #a5df41; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916)); background-image: -webkit-linear-gradient(top, #a5df41, #4ca916); background-image: -moz-linear-gradient(top, #a5df41, #4ca916); background-image: -ms-linear-gradient(top, #a5df41, #4ca916); background-image: -o-linear-gradient(top, #a5df41, #4ca916); background-image: linear-gradient(top, #a5df41, #4ca916); } /*---------------------------*/ .stripes span { -webkit-background-size: 30px 30px; -moz-background-size: 30px 30px; background-size: 30px 30px; background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-animation: animate-stripes 3s linear infinite; -moz-animation: animate-stripes 3s linear infinite; } @-webkit-keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 60px 0; } } @-moz-keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 60px 0; } } /*---------------------------*/ .shine span { position: relative; } .shine span::after { content: ''; opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-animation: animate-shine 2s ease-out infinite; -moz-animation: animate-shine 2s ease-out infinite; } @-webkit-keyframes animate-shine { 0% { opacity: 0; width: 0; } 50% { opacity: .5; } 100% { opacity: 0; width: 95%; } } @-moz-keyframes animate-shine { 0% { opacity: 0; width: 0; } 50% { opacity: .5; } 100% { opacity: 0; width: 95%; } } /*---------------------------*/ .glow span { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; -webkit-animation: animate-glow 1s ease-out infinite; -moz-animation: animate-glow 1s ease-out infinite; } @-webkit-keyframes animate-glow { 0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } 50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset; } 100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } } @-moz-keyframes animate-glow { 0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } 50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset; } 100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } } /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/arrow.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 --*/ /*-- services --*/ .services-top-breadcrumbs{ padding:1em 0; background:#f5f5f5; } .services-top-breadcrumbs-left{ float:right; } .services-top-breadcrumbs-right{ float:left; margin: 0.7em 0 0; } .services-top-breadcrumbs-left h3{ font-size:2em; color:#212121; } .services-top-breadcrumbs-right ul li{ display:inline-block; font-size:1em; color:#999; } .services-top-breadcrumbs-right ul li i{ padding:0 1em; } .services-top-breadcrumbs-right ul li a{ color:#00B6FF; text-decoration:none; } .services-top-breadcrumbs-right ul li a:hover{ color:#212121; } .services-grids:nth-child(3){ margin:4em 0 2em; } .services-grid-left span{ font-size:1.5em; color:#F25086; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; top: 0.5em; } .services-grid-right h4{ font-size:1.5em; color:#212121; line-height:1.5em; padding-bottom:.5em; position:relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; text-transform: capitalize; } .services-grid-right h4 a{ color:#212121; text-decoration:none; } .services-grid:hover .services-grid-left span{ color:#212121; } .services-grid:hover .services-grid-right h4 a{ color:#F25086; } .services-grid:hover .services-grid-right h4 a:after { background:#F25086; width: 170px; } .services-grid-right h4 a:after { content: ''; position: absolute; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; width: 80px; height: 1px; background: #212121; left: 0px; bottom: 0; } .services-grid-right p{ margin:1em 0; color:#999; line-height:1.8em; } .services-grid-right { padding-right: 0; } .more a{ color:#212121; text-decoration:none; } .services-grid:hover .more a,.more a:hover{ color:#00B6FF; } /*-- //services --*/ /*-- services-bottom --*/ .services-bottom{ background:url(../images/11.jpg) no-repeat 0px 0px; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; min-height:300px; padding: 4em 0 0; } .services-bottom-left{ float:left; width:60%; } .services-bottom-left h3{ font-size:2em; color:#fff; line-height:1.5em; text-transform: capitalize; } .services-bottom-left p{ color:#f5f5f5; line-height:1.8em; margin:.5em 0 0; } .services-bottom-right{ float: right; width: 40%; text-align: right; margin: 3em 0 0; } .m2 a{ font-size: 14px; color: #fff; background: #00B6FF; padding: 8px 40px; text-decoration: none; } .hvr-bounce-to-bottom1:before { background: #F25086; } /*-- //services-bottom --*/ /*-- special-services --*/ .special-services-grid1{ position:relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .special-services-grid1:after{ content: ''; position: absolute; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; width: 20px; height: 5px; background: #212121; bottom: 0; } .special-services-grid:hover .special-services-grid1:after { background: #00B6FF; width: 255px; } .special-services-grid h4 a{ text-transform:capitalize; font-size:1.3em; color:#212121; line-height:1.5em; margin:1em 0 .5em; text-decoration:none; display:block; } .special-services-grid:hover h4 a{ color:#00B6FF; } .special-services-grid p{ color:#999; line-height:1.8em; margin-bottom:2em; } .special-services-grids,.gallery-grids{ margin:4em 0 0; } .special-services-grids img{ width: 100%; } /*-- //special-services --*/ /*-- gallery --*/ .gallery-grid { margin-bottom: 2em; } /*-- //gallery --*/ /*--Typography--*/ .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3{ margin-bottom:2em; } .xs h3, h3.m_1{ color:#000; font-size:1.7em; font-weight:300; margin-bottom: 1em; } .grid_3 p{ color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4{ background:none; margin-top:50px; } .label { font-weight: 300 !important; border-radius:4px; } .grid_5{ background:none; padding:2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color:#F25086; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p{ line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .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: 10px 15px!important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } .alert { font-size: 0.85em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } @media (max-width:768px){ .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px){ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 10px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } } @media (max-width:480px){ .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert,p { font-size: 14px; } .pagination { margin: 20px 0 0px; } } @media (max-width: 320px){ .caption span { margin: 0 0 1.5em; } .grid_4 { margin-top: 18px; } h3.title { font-size: 1.6em; } .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .nav > li > a { font-size: 14px; } table.table.table-striped,.table-bordered,.bs-docs-example { display: none; } } /*--//Typography --*/ /*-- contact --*/ .contact-grids{ margin:3em 0; } .contact-grid { width: 75%; margin: 0 auto; } .contact-grid-left input[type="text"],.contact-grid-left input[type="email"],.contact-grid textarea{ outline: none; border: 1px solid #E4E4E4; background: #f5f5f5; padding: 10px; width: 100%; font-size: 14px; color: #212121; } .contact-grid-left input[type="text"]:nth-child(2){ margin:2em 0; } .contact-grid textarea{ margin: 0 1em; min-height: 200px; width: 96.5% !important; } .contact-grid input[type="submit"]{ outline: none; border: none; background: #F25086; padding: 10px 0; width: 35%; font-size: 1em; color: #fff; margin: 1em 0 0 16em; text-align: center; } .contact-grid input[type="submit"]:hover{ background:#00B6FF; } .map iframe{ width:100%; min-height:400px; } .contact-grid1-left1{ padding:2em; border: 1px solid #E4E4E4; background: #f5f5f5; text-align:center; } .contact-grid1-left1 span{ font-size:1.5em; color:#00B6FF; } .contact-grid1-left1 h4{ font-size:1.5em; color:#212121; margin:1em 0 .5em; } .contact-grid1-left1 p{ color:#999; line-height:1.8em; margin-bottom:2em; } .contact-grid1-left1 a{ font-size:14px; color:#F25086; text-decoration:none; } .contact-grid1-left1 a:hover{ color:#999; } .contact-grid1-left1 ul li{ list-style-type:none; margin-bottom:1em; font-size:14px; color:#999; } /*-- //contact --*/ /*-- single --*/ .single-gallery .images .image { position: relative; width: 100%; padding-bottom: 60%; height: 0; overflow: hidden; display: none; border-radius: 3px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); } .single-gallery .images .image.active { display: block; } .single-gallery .images .image .content { position: absolute; width: 100%; height: 100%; background: center no-repeat; background-size: cover; } .single-gallery .thumbs { margin-top: 10px; display: inline-block; width: 100%; text-align: center; } @media (max-width: 768px) { .single-gallery .thumbs { height: 80px; overflow-x: auto; overflow-y: hidden; } } .single-gallery .thumbs .thumb { box-sizing: border-box; background: center no-repeat; background-size: cover; display: inline-block; position: relative; margin: 4px; border: 3px solid transparent; width: 100px; height: 100px; cursor: pointer; } .single-gallery .thumbs .thumb:before { content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left: 45px; top: -8px; } @media (max-width: 768px) { .single-gallery .thumbs .thumb { width: 65px; height: 65px; } .single-gallery .thumbs .thumb:before { left: 25px; } } .single-gallery .thumbs .thumb.active { border-color: silver; } .single-gallery .thumbs .thumb.active:before { border-bottom-color: silver; } .single-left2 h3{ font-size: 1.8em; color: #1F2027; margin: 1em 0 1em; line-height: 1.5em; text-transform: capitalize; } .single-left2 ul.com li{ display:inline-block; margin-left:2em; color:#626262; } .single-left2 ul.com li span{ left:-.8em; } .single-left2 ul.com li a{ color:#999; font-size:14px; text-decoration:none; } .single-left2 ul.com li a:hover{ color:#F25086; } .single-left2-sub{ padding:2em 0; } .single-left2-sub ul li{ display:inline-block; font-size:1.5em; color:#F25086; } .single-left2-sub ul li:nth-child(1){ margin-right:1em; } .single-left2-sub ul li a{ padding: 5px 10px; border: 1px solid #999; color: #999; text-decoration: none; font-size: .6em; } .single-left2-sub ul li a:hover{ background: #00B6FF; border: 1px solid #00B6FF; color:#fff; } ul.com,.single-left4{ padding: 1.5em 0; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; } .single-left3 p{ font-size:14px; color:#999; line-height:1.8em; margin:0; } .single-left3 p span{ display:block; margin:1em 0; } .single-left4 h4{ font-size: 1.5em; color: #F25086; margin: 0 0 0.5em; } .single-left4{ text-align:center; } .admin p { color: #f5f5f5; font-size: 14px; margin: 0; line-height: 1.8em; position: relative; padding-left: 3.5em; } .admin { padding: 2em; background: #212121; margin:3em 0 0; } .admin p:before { position: absolute; top: 0%; left: 0%; content: ''; background: url(../images/img-sp.png) no-repeat -10px -192px; width: 32px; height: 32px; display: block; } .admin a { display: block; text-align: right; color:#F25086; font-size: 1em; text-decoration: none; } .admin a:hover { color:#fff; } .comments h4,.write-reply h3,.categories h3,.related-posts h3{ font-size:1.8em; margin:0; color:#1F2027; line-height:1.5em; } .comments { margin:5em 0; } .comments-grid-left{ float:left; width:15%; } .comments-grid-right{ float:right; width:80%; } .comments-grid-right h3 a{ font-size:.9em; color:#00B6FF; margin:0; text-decoration:none; } .comments-grid-right h3 a:hover{ color:#999; } .comments-grid-right h5{ font-size:.8em; color:#999; margin:.5em 0 1em; } .comments-grid-right p{ margin:0 0 1em; line-height:1.8em; font-size:14px; color:#999; } .reply a{ font-size:1em; color:#1F2027; text-decoration:none; } .reply a:hover{ color:#F25086; } .comments-grid:nth-child(2) { margin: 3em 0; } .comments-grid-left img { padding: .5em; box-shadow: 0px 0px 4px #999; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; } .write-reply form{ margin:2em 0 0; } .write-reply input[type="text"],.write-reply input[type="email"],.write-reply textarea{ outline: none; width:100%; background: #F3F3F3; padding: 10px; border: 1px solid #DBDBDB; font-size: 14px; color: #999; } .write-reply textarea{ min-height:250px; resize:none; } .write-reply input[type="text"]{ margin:.5em 0; } .write-reply input[type="submit"]{ outline: none; width:100%; background:#00B6FF; padding: 10px 0; border:none; font-size: 1em; color: #fff; } .write-reply input[type="submit"]:hover{ background:#F25086; } .write-reply input[type="text"]:nth-child(2) { margin: 0.1em 0 .5em; } .categories ul li { list-style-type: none; background:url(../images/img-sp.png) no-repeat -10px -241px; display: block; padding-left: 3em; margin: 1.5em 0; color: #999; font-size: 14px; } .categories ul li a { color: #999; text-decoration:none; letter-spacing:1px; } .categories ul li a:hover{ color:#00b6ff; } .categories-mid { margin:2em 0; } .related-post-left{ float:left; width:30%; } .related-post-right{ float:right; width:65%; } .related-post:nth-child(3) { margin: 2em 0; } .related-post:nth-child(2) { margin:2em 0 0; } .related-post-right h4 a{ color:#F25086; font-size: 1em; text-transform: capitalize; text-decoration: none; line-height: 1.5em; } .related-post-right h4 a:hover{ text-decoration:none; color:#1F2027; } .related-post-right p { color: #999; font-size: 14px; margin: .5em 0 0; line-height: 1.8em; } /*-- //single --*/ /*-----start-responsive-design------*/ @media (max-width:1366px){ .banner-right { margin: 2em 0 0; } .banner { min-height: 570px; } .header-top-left1 { margin-left: 39em; } } @media (max-width:1280px){ .navbar-nav > li > a { padding: 26px 25px; } .about, .testimonials, .events, .services, .special-services, .gallery, .typo, .contact, .single { padding: 4em 0; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 2.7em; } } @media (max-width: 1080px){ .header-top-left1 { margin-left: 26em; } .navbar-brand { font-size: 1.3em; } .banner-left h3 { font-size: 1.28em; } .banner-right h3 { margin: 0 0 1.5em; } .banner { min-height: 545px; } .about-grids p.delectus { width: 85%; } figure { height: 219px; } figcaption h4 { margin: 1em 0 0.8em; } .about-bottom { min-height: 355px; padding: 4em 0 0; } .progress-bar1 { width: 424px; margin: 1em 0 1em 1em; } .events-grid1 h4 a { font-size: 1.3em; } .footer-contact { width: 77%; } .footer-grid { padding-left: 0; } .footer-grid1-right a { font-size: 14px; } .services-grid-right h4 { font-size: 1.25em; } .services-bottom-right { width: 20%; } .services-bottom-left h3 { font-size: 1.8em; } .services-bottom-left { width: 75%; } .services-bottom { min-height: 250px; padding: 3em 0 0; } .services-grids:nth-child(3) { margin: 3em 0 2em; } .special-services-grid { padding-left: 0; } .special-services-grid h4 a { font-size: 1.14em; } .special-services-grid:hover .special-services-grid1:after { width: 220px; } .single-left2 h3 { font-size: 1.5em; } .single-left2-sub ul li { font-size: 1.2em; } .single-left2-sub ul li a { font-size: 13px; } .comments-grid:nth-child(2) { margin: 2em 0; } .comments { margin: 4em 0; } .contact-grid1-left1 h4 { font-size: 1.33em; } .contact-grid1-left1 { padding: 2em 1.5em; } .contact-grid { width: 90%; } .map iframe { min-height: 300px; } } @media (max-width:991px){ .header-top-left1 { margin-left: 13em; } .navbar-nav > li > a { padding: 26px 18px; } .banner-right { width: 49%; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 2.4em; } .about h3:before, .about h3:after, .testimonials h3:before, .testimonials h3:after, .events h3:before, .events h3:after, .services h3:before, .services h3:after, .special-services h3:before, .special-services h3:after, .gallery h3:before, .gallery h3:after, h3.title:before, h3.title:after, .contact h3:before, .contact h3:after { width: 18%; } .about h3:after, .testimonials h3:after, .events h3:after, .services h3:after, .special-services h3:after, .gallery h3:after, h3.title:after, .contact h3:after { right: 30%; } .about h3:before, .testimonials h3:before, .events h3:before, .services h3:before, .special-services h3:before, .gallery h3:before, h3.title:before, .contact h3:before { left: 29%; } .about-grids p.delectus { width: 100%; } .about-grid { float: left; width:50%; } figure { height: 353px; } .about-grid img { width: 100%; } figcaption h4 { margin:4.5em 0 0.8em; } .about-grid:nth-child(3) { margin-bottom:2em; } .about-grids-bottom-grid:nth-child(2) { margin: 2em 0; } .about-bottom h3 { font-size: 1.7em; width: 100%; } .testimonials-grid-right { margin: 3em 0 0; } .banner-wrap { padding: 0 0 3em; } .progress-bar1 { width: 498px; margin: 1em 0 1em 12em; } .events-grid { width: 33.33%; float: left; padding-left: 0; } .events-grid1 h4 a { font-size: 1.01em; } .events-grid1 ul li { padding-right: 0em; } .footer p.para { width: 85%; } .footer-contact { width: 100%; } .footer-grid { padding-left: 1em; float: left; width: 50%; } .footer-grid:nth-child(2) { margin-bottom:2em; } .footer-grid1-right a { font-size: 1em; } .services-grid:nth-child(2) { margin: 2em 0; } .services-bottom-right { width: 23%; } .special-services-grid { float: left; width: 50%; padding-left:1em; } .special-services-grid:nth-child(2) { margin-bottom:2em; } .special-services-grid:hover .special-services-grid1:after { width: 329px; } .single-right { margin: 2em 0 0; } .single-left2 h3 { font-size: 1.6em; } .banner-left { margin: 15em 0 0; } .related-post-right h4 a { font-size: 1.3em; } .related-post-right { margin: 1.5em 0 0; } .gallery-grid { float: left; width: 50%; } .gallery { padding: 4em 0 2em !important; } .contact-grid input[type="submit"] { margin: 1em 0 0 14.5em; } .contact-grid1-left { width: 90.5%; margin: 0 auto; } .contact-grid1-left:nth-child(2) { margin:2em auto; } .banner-left p { width: 70%; } .testimonials-grid-left1 img { margin: 0 auto; } } @media (max-width:800px){ .navbar-brand { font-size: 1.2em; height: 68px; } .navbar-nav > li > a { padding: 24px 18px; } .banner-right h3 { font-size: 1.3em; margin: 0 0 1em; } .banner-right h3:before { left: 10%; } .banner-right h3:after { right: 10%; } .banner-right h3:before, .banner-right h3:after { width: 35%; } .banner-left { margin: 10em 0 0; } .banner-right { margin: 1em 0 0; padding: 1.5em; } .banner { min-height: 485px; } .about-bottom { min-height: 320px; padding: 3em 0 0; } .about, .testimonials, .events, .services, .special-services, .gallery, .typo, .contact, .single { padding: 3em 0; } .about-grids-bottom-grid h4 { font-size: 1.5em; } .footer { padding: 3em 0; } .services-bottom-left h3 { font-size: 1.5em; } .gallery { padding: 3em 0 1em !important; } } @media (max-width:767px){ .services-bottom { min-height: 221px; padding: 2.5em 0 0; } .special-services-grids, .gallery-grids { margin: 3em 0 0; } .navbar-default .navbar-toggle { border-color: #fff; } .navbar-toggle { margin: 1em 0 0; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; } .navbar-collapse { box-shadow: none; } .navbar-nav { float: none; margin: 0; text-align: center; background: #fff; } .navbar-nav > li > a { padding: 15px 0; } .banner-left h3 { font-size: .99em; } } @media (max-width:736px){ .header-top-left1 { margin-left: 11em; } .progress-bar1 { width: 515px; margin: 1em 0 1em 9em; } .banner { background-position: -115px 0px; } } @media (max-width:667px){ .header-top-left1 { margin-left: 6em; } .progress-bar1 { margin: 1em 0 1em 3em; } } @media (max-width: 640px){ .header-top-left1 { margin-left: 4em; } .search_box:checked~.search_form { width: 400px; top: 40px; } .search_form input[type='text'] { width: 340px; } .banner-left p { width: 90%; } select#country, select#country1, select#country2, select#country3 { padding: 8px 8px 8px 40px; font-size: 13px; } .section_room span, .keywords span { top: .7em; left: .8em; } .keywords input[type="submit"] { padding: 8px 0; font-size: 14px; } .banner { min-height: 455px; } .banner-left h3 { font-size: 1.2em; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 2em; } .about-grids p.delectus { margin: 2em auto 3em; } figure { height: 286px; } figcaption h4 { margin: 2.5em 0 0.8em; } .about-bottom-grid span { background: url(../images/img-sp.png) no-repeat 6px -84px; height: 50px; background-size: 350%; } .about-bottom h3 { font-size: 1.5em; } .about-bottom { min-height: 300px; padding: 2em 0 0; } .events-grid { width:70%; float: none; padding-left: 1em; margin: 0 auto; } .events-grid:nth-child(2) { margin:2em auto; } .events-grid1 h4 a { font-size: 1.3em; } .footer h2 { font-size: 1.7em; } .footer-contact input[type="text"] { padding: 10px; width: 75%; } .footer-contact input[type="submit"] { font-size: 14px; width: 23%; padding: 11px 0 11px; } .footer-copy { padding: 1.5em 0; } .services-bottom-left { width: 100%; float: none; text-align: center; } .services-bottom-right { width: 100%; float: none; text-align: center; margin:1em 0 0; } .services-bottom { min-height: 245px; padding: 2em 0 0; } .special-services-grid:hover .special-services-grid1:after { width: 265px; } .related-post-right { margin: 1em 0 0; } .services-top-breadcrumbs { padding: 1.5em 0; } .services-top-breadcrumbs-right ul li { font-size: 14px; } .services-top-breadcrumbs-left h3 { font-size: 1.5em; } .services-top-breadcrumbs-right { margin: 0; } .hidden-xs { display: block !important; } .contact-grid { width: 100%; } .contact-grid textarea { width: 94.8% !important; } .contact-grid input[type="submit"] { margin: 1em 0 0 12.5em; } .contact-grid1-left { width: 98.5%; } .map iframe { min-height: 250px; } } @media (max-width: 600px){ .header-top-left1 { margin-left: 2em; } .progress-bar1 { margin: 1em 0 1em 0em; } .banner-left p { width: 95%; } } @media (max-width:568px){ .header-top-left1 { margin-left: 1em; } .navbar-nav > li > a { padding: 10px 0; } } @media (max-width:480px){ .header-top-left ul li { font-size: 13px; margin-right: 0em; } .header-top-left1 { margin-left: 0.3em; } .banner-left { margin: 2em 0 0; float: none; width: 100%; text-align: center; } .banner-right { padding: 1em; float: none; width: 100%; } .banner-left h3 { font-size: 1.1em; } .banner { min-height: 555px; } .about, .testimonials, .events, .services, .special-services, .gallery, .typo, .contact, .single { padding: 2em 0; } .about-grid { margin:0; width: 50%; } figcaption h4 { font-size: 1.1em; margin: 1em 0 0.8em; } figure { height: 200px; } .about-bottom h3 { font-size: 1.2em; } .about-bottom { min-height: 265px; } .testimonials-grid-left2 h4 { font-size: 1em; margin: 0em 0 .5em; } .progress-bar1 { width: 404px; } .events-grid { width: 85%; } .banner-left p { width: 100%; } .footer h2 { font-size: 1.5em; } .footer { padding: 2em 0; } .footer p.para { width: 100%; } .footer-contact input[type="text"] { width: 74%; } .footer-grid { float: none; width: 100%; } .footer-contact { margin: 0 auto 2em; } .footer-grid:nth-child(2),.special-services-grid:nth-child(2) { margin: 2em auto; } .footer-grid:nth-child(3),.special-services-grid:nth-child(3) { margin-bottom: 2em; } .single-left2 h3 { font-size: 1.2em; } .single-left2 ul.com li { margin-left: 1em; } .comments { margin: 2em 0; } .comments h4, .write-reply h3, .categories h3, .related-posts h3 { font-size: 1.5em; } .comments-grid-right h3 a { font-size: .8em; } .special-services-grid { float: none; width: 80%; margin: 0 auto; } .special-services-grid:hover .special-services-grid1:after { width: 316px; } .special-services-grids, .gallery-grids { margin: 2em 0 0; } .services-grids:nth-child(3) { margin: 2em 0 2em; } .related-post-right h4 a { font-size: 1.1em; } .related-post-right { margin: 0; } .gallery-grid { float: none; width: 80%; margin: 0 auto 2em; } .contact-grids { margin: 2em 0; } .contact-grid input[type="submit"] { margin: 1em 0 0 10.5em; font-size: 14px; } .contact-grid textarea { width: 93% !important; } .gallery { padding: 2em 0 0em !important; } } @media (max-width: 414px){ .header-top-left1 { margin-left: 0; } .header-top-left { float: none; margin: 0; text-align: center; } .search_box:checked~.search_form { width: 365px; } .search_form input[type='text'] { width: 308px; } .navbar-brand { font-size: 1.1em; height: 65px; } .banner { min-height: 585px; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 1.8em; } .about h3 span::before, .testimonials h3 span::before, .events h3 span:before, .services h3 span:before, .special-services h3 span:before, .gallery h3 span:before, h3.title span:before, .contact h3 span:before { width: 6px; height: 6px; } .about h3:before, .testimonials h3:before, .events h3:before, .services h3:before, .special-services h3:before, .gallery h3:before, h3.title:before, .contact h3:before { left: 17%; } .about h3:before, .about h3:after, .testimonials h3:before, .testimonials h3:after, .events h3:before, .events h3:after, .services h3:before, .services h3:after, .special-services h3:before, .special-services h3:after, .gallery h3:before, .gallery h3:after, h3.title:before, h3.title:after, .contact h3:before, .contact h3:after { width: 30%; } .about h3:after, .testimonials h3:after, .events h3:after, .services h3:after, .special-services h3:after, .gallery h3:after, h3.title:after, .contact h3:after { right: 17%; } .about-grids p.delectus { margin: 2em auto 2em; } .about-grid { margin: 0 auto; width: 84%; float: none; } .about-grid:nth-child(3) { margin: 2em auto; } .about-grid:nth-child(4) { margin:0 auto 2em; } figcaption h4 { font-size: 1.3em; margin: 1.5em 0 0.8em; } .about-grids-bottom-grid,.testimonials-grid-left,.services-grid,.single-left,.single-right { padding: 0; } .single-left2-sub ul li:nth-child(1) { margin-right: 0.5em; } .services-grid:nth-child(2) { margin: 1em 0; } .services-grids:nth-child(3) { margin: 2em 0 1em; } .services-bottom-left h3 { font-size: 1.3em; } .special-services-grid { width: 100%; } .special-services-grid:hover .special-services-grid1:after { width: 336px; } .services-bottom { min-height: 270px; } .about-grids-bottom-grid h4 { font-size: 1.3em; } .progress-bar1 { width: 337px; margin: 1em 0 0; } .events-grids { margin: 2em 0 0; } .events-grid { width: 100%; } .footer-contact input[type="submit"] { width: 100%; padding: 10px 0; margin: 1em 0 0; } .footer-contact input[type="text"] { width: 100%; } .single-left2-sub { padding: 1.5em 0; } .admin { padding: 1.5em; margin: 2em 0 0; } .admin p { margin: 0 0 1em; } .comments-grid-left { width: 25%; } .comments-grid-right { width: 70%; } .reply a { font-size: 14px; } .gallery-grid { width: 100%; } .contact-grid-left { padding: 0; } .contact-grid-left input[type="text"]:nth-child(2) { margin: 1em 0; } .contact-grid textarea { width: 100% !important; margin: 0; } .contact-grid input[type="submit"] { margin: 1em 0 0; width: 100%; } .contact-grid1-left { width: 100%; } } @media (max-width:384px){ .search_box:checked~.search_form { width: 333px; } .search_form input[type='text'] { width: 276px; } .about-grids p.delectus { margin: 1em auto 2em; } .about-grid { width: 92%; } .about-bottom-grid span { background: url(../images/img-sp.png) no-repeat 19px -59px; height: 36px; background-size: 250%; } .testimonials-grids { margin: 2em 0 0; } .progress-bar1 { width: 307px; } .single-left2-sub ul li a { padding: 5px 7px; } .single-left2-sub ul li:nth-child(1) { margin-right: 0.3em; } .special-services-grid:hover .special-services-grid1:after { width: 306px; } .contact-grid1-left { padding: 0; } } @media (max-width: 375px){ .about-grid { width: 94%; } .progress-bar1 { width: 298px; } .footer h2 { font-size: 1.4em; } .events-grid1 h4 a { font-size: 1.1em; } .special-services-grid:hover .special-services-grid1:after { width: 297px; } .write-reply form { margin: 1.5em 0 0; } .related-post-right h4 a { font-size: 1em; } .contact-grid1-left1 p { margin-bottom: 1em; } .contact-grid1-left1 { padding: 1em; } } @media (max-width: 320px){ .search_box:checked~.search_form { width: 285px; } .search_form input[type='text'] { width: 228px; font-size: 13px; } .navbar-brand { font-size: 1em; height: 60px; } .navbar-toggle { margin: 0.8em 0 0; } .banner-left h3,.about-bottom p,.footer-grid1-right a,.single-left2 ul.com li span,.write-reply input[type="submit"] { font-size: 14px; } .about-bottom h3 { font-size: 1em; } .about-bottom { min-height: 230px; padding: 1.5em 0 0; } .testimonials-grid-right { margin: 2em 0 0; padding: 0; } .banner-left { margin: 1em 0 0; } .comments h4, .write-reply h3, .categories h3, .related-posts h3 { font-size: 1.3em; } .comments-grid-right h3 a { font-size: .65em; } .related-post-right h4 a { font-size: .9em; } .alert, p,.keywords input[type="text"],.services-top-breadcrumbs-right ul li,.categories ul li,.related-post-right p,.write-reply input[type="text"], .write-reply input[type="email"], .write-reply textarea,.admin p,.comments-grid-right p,.single-left3 p,.single-left2 ul.com li a,.contact-grid1-left1 a,.contact-grid-left input[type="text"], .contact-grid-left input[type="email"], .contact-grid textarea,.contact-grid1-left1 ul li,.footer-copy p,.nav > li > a,.footer-grid ul li a,.events-grid1 ul li,.footer p.para,.footer-contact input[type="text"],.footer-grid p { font-size: 13px; } .services-top-breadcrumbs-right ul li i { padding: 0 0.5em; } .services-top-breadcrumbs-left h3 { font-size: 1.2em; } .single-left4 h4 { font-size: 1.3em; } .services-grid-left { padding: 0; } .services-bottom-left h3 { font-size: 1.2em; } .services-bottom { min-height: 270px; } .services-grid-right h4 { font-size: 1.1em; } .footer h2 { font-size: 1.2em; } .banner-right h3 { font-size: 1em; } .reservation-grid-left { float: none; width: 100%; } .section_room:nth-child(2), .reservation-grids:nth-child(4) { margin: 0.5em 0; } .reservation-grid-right { float: none; width: 100%; margin: .5em 0 0; } .banner-left p { margin: .5em 0; } .banner-right { margin: 0; } .banner { min-height: 535px; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 1.5em; } .about-grid { width: 100%; } .testimonials-grid-right h4:after { width: 50%; } .progress-bar1 { width: 273px; margin: .5em 0 0; } .events-grid,.footer-grid,.special-services-grid,.gallery-grid{ padding: 0; } .special-services-grid:hover .special-services-grid1:after { width: 273px; } .m2 a { padding: 8px 20px; } .special-services-grid p { margin-bottom: 1em; } .gallery-grid { margin: 0 auto 1em; } .gallery { padding: 2em 0 1em !important; } .map iframe { min-height: 150px; } .contact-grid1-left1 h4 { font-size: 1.1em; } .contact-grid1-left1 span { font-size: 1.2em; } .search_box:checked~.search_form { height: 50px; padding: 5px; } select#country, select#country1, select#country2, select#country3 { padding: 5px 8px 5px 40px; } .section_room span, .keywords span { top: .7em; font-size: 14px; } } .datepicker{z-index:9999 !important;} .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{ background: #eeeeee!important; border-radius: 0px!important; cursor: not-allowed!important; } .datepicker table tr td.day:hover, .datepicker table tr td.day.focused{ border-radius: 0px!important; } .datepicker table tr td.today,.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover{ background: #F25086!important; color: #ffffff!important; border: 1px solid #00B6FF!important; border-radius: 0px!important; } .room-sec { margin: 15px 0; } .room-sec h4{ color: #616468; letter-spacing: 1px; font-size: 22px; font-weight: 300; margin-top: 13px; } .room-sec p { font-size: 13px; color: #6A6B6C; width: 100%; margin: 10px 0; line-height: 1.5em; } .room-sec .items li { display: inline-block; list-style-type: none; } .sub-title{ margin: 30px 0px 20px; text-transform: uppercase; } .margin-40-y{ margin: 40px 0px; } .caret-up { width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid; display: inline-block; margin-left: 2px; vertical-align: middle; } .list-inline > li{ display: inline-block!important; } .header-top .nav > li > a{ padding: 5px 10px; color: #ffffff; } .header-top .nav > li.dropdown.open > a{ padding: 5px 10px; color: #ffffff; background: #00B6FF!important; } .dropdown-menu{ border-radius: 0px; } .dropdown-menu a{ padding: 10px; } .dropdown-menu a:hover{ color: #ffffff; background: #00B6FF!important; } .panel, .panel-heading{ border-radius: 0px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{ color: #000000; } .offer-image{ border: 1px solid #eeeeee; } .offer-description{ background: #eeeeee; padding: 10px; } .offer-description h4{ font-size: 30px; color: #00B6FF; margin-bottom: 10px; } .offer-description i, .offer-description strong{ color: #F25086; } .discount { position: relative; font-size: 50px; line-height: 60px; text-align: center; font-weight: bold; padding: 0px; color: #f1c40f; border: 2px solid #f1c40f; } .recent-work-wrap .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; border-radius: 0; background: #00B6FF; color: #fff; vertical-align: middle; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms; padding: 30px; } .recent-work-wrap .overlay .preview { bottom: 0; display: inline-block; height: 35px; line-height: 35px; border-radius: 0; background: transparent; text-align: center; color: #fff; } .portfolio-items, .portfolio-filter { list-style: none outside none; margin: 0 0 40px 0; padding: 2; } .portfolio-filter>li { display: inline-block; } .portfolio-filter>li a { font-size: 14px; font-weight: 400; margin-right: 20px; text-transform: uppercase; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; border: 1px solid #F2F2F2; outline: none; padding: 10px; } .portfolio-items>li { float: left; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .pricing_heading { margin-top: 120px } .recent-work-wrap .recent-work-inner { top: 0; background: transparent; opacity: .8; width: 100%; border-radius: 0; margin-bottom: 0; text-align: center; } .recent-work-wrap .recent-work-inner h3 a { font-size: 24px; color: #fff; text-transform: uppercase; } .recent-work-wrap { position: relative; border: 1px solid #eeeeee; padding: 15px; } .recent-work-wrap .overlay .preview { bottom: 0; display: inline-block; height: 35px; line-height: 35px; border-radius: 0; background: transparent; text-align: center; color: #fff; padding-top: 30px; } .recent-work-wrap:hover .overlay { opacity: 1; }
assets/front/css/style-new.css
html, body{ font-size: 100%; font-family: 'Open Sans', sans-serif; background:#fff; } p{ margin:0; font-size:14px; } h1,h2,h3,h4,h5,h6{ font-family: 'Quicksand', sans-serif; margin:0; } ul,label{ margin:0; padding:0; } body a:hover{ text-decoration:none; } /*-- header --*/ .header-top-left ul li a,input[type="submit"],.related-post-right h4 a,.categories ul li a,.reply a,.comments-grid-right h3 a,.admin a,.single-left2-sub ul li a,.single-left2 ul.com li a,.contact-grid1-left1 a,.more a,.services-top-breadcrumbs-right ul li a,.events-grid1 p,.footer-grid1-right a,.m1 a,.events-grid1 ul li a,.footer-copy p a,.events-grid1 h4 a,.footer-grid p a,.footer-grid ul li a{ transition:.5s ease-in-out; -webkit-transition:.5s ease-in-out; -moz-transition:.5s ease-in-out; -o-transition:.5s ease-in-out; -ms-transition:.5s ease-in-out; } .header{ padding:1em 0 0; background:#212121; } .header-top-left{ float:left; margin:.2em 0 0; } .header-top-left ul li{ display:inline-block; font-size:14px; color:#fff; margin-right:2em; } .header-top-left ul li span{ left:-.5em; padding-left:1em; } .header-top-left ul li a{ color:#fff; text-decoration:none; } .header-top-left ul li a:hover{ color:#F25086; } .header-top-left1{ float:left; margin-left:38em; } /*-- social-icons --*/ ul.social-icons li { display: inline-block; } .icon { display: inline-block; vertical-align: top; overflow: hidden; margin: 0; width: 30px; height: 30px; font-size: 0; text-indent: -9999px; } .icon-border { position: relative; } .icon-border::before, .icon-border::after { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .icon-border::before { z-index: 1; -webkit-transition: box-shadow 0.3s; transition: box-shadow 0.3s; } .icon-border::after { z-index: 2; } /* facebook */ .icon-border.facebook::before { box-shadow:inset 0 0 0 48px #212121; } .icon-border.facebook:hover::before { box-shadow:inset 0 0 0 2px #F25086; } .icon-border.facebook::after { background:url(../images/img-sp.png) no-repeat 8px 5px; display:block; } .icon-border1.facebook:hover::after { background:url(../images/img-sp.png) no-repeat 8px -24px; display:block; } /* twitter */ .icon-border.twitter::before { box-shadow:inset 0 0 0 48px #212121; } .icon-border.twitter:hover::before { box-shadow:inset 0 0 0 2px #F25086; } .icon-border.twitter::after { background:url(../images/img-sp.png) no-repeat -21px 4px; display:block; } .icon-border1.twitter:hover::after { background:url(../images/img-sp.png) no-repeat -21px -26px; display:block; } /* instagram */ .icon-border.instagram::before { box-shadow: inset 0 0 0 48px #212121; } .icon-border.instagram:hover::before { box-shadow: inset 0 0 0 2px #F25086; } .icon-border.instagram::after { background:url(../images/img-sp.png) no-repeat -51px 5px; display:block; } .icon-border1.instagram:hover::after { background:url(../images/img-sp.png) no-repeat -51px -25px; display:block; } /* pinterest */ .icon-border.pinterest::before { box-shadow: inset 0 0 0 48px #212121; } .icon-border.pinterest:hover::before { box-shadow: inset 0 0 0 2px #F25086; } .icon-border.pinterest::after { background:url(../images/img-sp.png) no-repeat -86px 5px; display:block; } .icon-border1.pinterest:hover::after { background:url(../images/img-sp.png) no-repeat -86px -24px; display:block; } /*-- //social-icons --*/ .header-top-right{ float:right; } /*--search--*/ .search{ position:relative; display: inline-block; } label.icon-search { color:#fff; cursor: pointer; } .search_form{ position:absolute; z-index:9999; right:0; top:15px; overflow: hidden; width: 20px; height:0px; background:#4D4D4D; transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; } .search_form form{ /*-- w3layouts --*/ opacity:0; transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; } .search_form input[type='text']{ width: 443px; padding: 10px; outline: none; font-size: 14px; color:#fff; border: 1px solid #999; background: none; } .search_form input[type='submit']{ width:32px; height:32px; outline:none; border:none; background:url(../images/img-sp.png) no-repeat -8px -57px; display:inline-block; } .search_box{ visibility: hidden; } .search_box:checked~.search_form{ width: 500px; height: 62px; padding: 10px; top: 44px; transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s; -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s; } .search_box:checked~.search_form form{ opacity:1; transition:0.3s all ease-out 0.5s; -webkit-transition:0.3s all ease-out 0.5s; } label.icon-search span { top: 0.5em; } /*--//search--*/ .header-top { padding-bottom: .5em; border-bottom:1px solid #434343; } .navbar-default { background: none; border: none; margin-bottom: 0; /*-- agileits --*/ border-radius: 0; } .navbar-collapse { padding: 0; } .navbar-brand { padding: 30px 0px 0; font-size: 1.5em; height: 72px; color: #F25086 !important; line-height: .5em; } .navbar-brand span{ display: block; font-size: 14px; padding-left: .4em; color: #fff; } .navbar-nav { float: right; } .navbar-nav > li > a { font-size: 14px; padding: 26px 30px; text-transform: uppercase; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color:#00B6FF; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; background: #00B6FF; } .navbar-default .navbar-nav > li > a { color: #B0B0B0; } /* Bounce To Bottom */ .hvr-bounce-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; /*-- w3layouts --*/ -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hvr-bounce-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#00B6FF; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active { color: white; } .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before,.special-services-grid:hover .more-sub:before{ -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } /*-- //header --*/ /*-- banner --*/ .carousel-content{ position: absolute; top: 10%; left: auto; right: auto; width: 80%; } .banner-left{ margin:2em 0 0; } .banner-left h3{ /*-- agileits --*/ text-transform: capitalize; font-size: 1.4em; color: #fff; padding: .2em .5em; background:#00B6FF; line-height: 1.5em; } .banner-left p{ margin: 1em 0 0; padding: .5em 1em; background: #F25086; line-height: 1.5em; color: #fff; width: 60%; } .banner-right{ background:#fff; padding:2em; margin:3.5em 0 0; } .banner-right h3{ font-size: 1.5em; color: #00B6FF; margin: 0 0 2em; line-height: 1.5em; text-align: center; text-transform: uppercase; position: relative; padding-bottom: .5em; } .banner-right h3:before,.banner-right h3:after{ content:''; background:#212121; width:20%; height:1px; position:absolute; bottom:0%; } .banner-right h3 span::before{ content: ''; width: 10px; height: 10px; border: 1px solid #212121; border-radius: 50%; position: absolute; left: 48.8%; bottom: -8%; } .banner-right h3:after{ right:25%; } .banner-right h3:before{ left:25%; } select#country,select#country1,select#country2,select#country3,select.dropdown { width: 100%; padding: 10px 10px 10px 45px; border: 1px solid #CFCFCF; color: #999; font-size: 14px; outline: none; position: relative; } .section_room span,.keywords span { position: absolute; color:#727272; z-index: 999; top: .9em; left: 1em; } .section_room span.tent{ background: url(../images/img-sp.png) no-repeat -54px -70px; display: block; width: 24px; height: 18px; } .section_room span.bath{ background: url(../images/img-sp.png) no-repeat -96px -67px; display: block; width: 24px; height: 19px; } .section_room,.keywords { position: relative; } .section_room:nth-child(2),.reservation-grids:nth-child(4){ margin:1em 0; } .reservation-grid-left{ float:left; width:48%; } .reservation-grid-right{ float:right; width:48%; } .keywords input[type="text"], .keywords input[type="file"]{ width: 100%; padding: 10px 10px 10px 45px; border: 1px solid #CFCFCF; color: #999; font-size: 14px; outline: none; background:none; margin-bottom:1em; } .keywords input[type="password"]{ width: 100%; padding: 10px 10px 10px 45px; border: 1px solid #CFCFCF; color: #999; font-size: 14px; outline: none; background:none; margin-bottom:1em; } .keywords input[type="submit"]{ width: 100%; padding: 10px 0; border:none; color: #fff; text-transform:uppercase; font-size: 1em; outline: none; background:#F25086; margin-top: 10px; } .keywords input[type="submit"]:hover{ background:#00B6FF; } /*-- //banner --*/ /*-- about --*/ .about,.testimonials,.events,.services,.special-services,.gallery,.typo,.contact,.single{ padding:5em 0; } .about h3,.testimonials h3,.events h3,.services h3,.special-services h3,.gallery h3,h3.title,.contact h3{ text-align:center; font-size:3em; color:#00B6FF; padding-bottom:.2em; position:relative; } .about h3:before,.about h3:after,.testimonials h3:before,.testimonials h3:after,.events h3:before,.events h3:after,.services h3:before,.services h3:after,.special-services h3:before,.special-services h3:after,.gallery h3:before,.gallery h3:after,h3.title:before,h3.title:after,.contact h3:before,.contact h3:after{ content:''; background:#212121; width:10%; height:1px; position:absolute; bottom:0%; } .about h3 span::before,.testimonials h3 span::before,.events h3 span:before,.services h3 span:before,.special-services h3 span:before,.gallery h3 span:before,h3.title span:before,.contact h3 span:before{ content: ''; width: 10px; height: 10px; border: 1px solid #212121; border-radius: 50%; position: absolute; left: 49%; bottom: -6%; } .about h3:after,.testimonials h3:after,.events h3:after,.services h3:after,.special-services h3:after,.gallery h3:after,h3.title:after,.contact h3:after{ right:39%; } .about h3:before,.testimonials h3:before,.events h3:before,.services h3:before,.special-services h3:before,.gallery h3:before,h3.title:before,.contact h3:before{ left:38%; } p.autem{ text-align: center; color: #999; line-height: 1.8em; text-transform: uppercase; margin: 1em 0 0 !important; font-weight: 500 !important; } .about-grids p.delectus{ margin:3em auto; color:#999; width:70%; line-height:1.8em; text-align:center; } figure { margin: 0; padding: 0; height: 273px; position: relative; display: block; cursor: pointer; overflow: hidden; border:none; } figure:hover figcaption { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); top: 0; } figcaption { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; position: absolute; height: 100%; width: 100%; top: -100%; background: rgba(0,0,0,.5); color: #fff; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); text-align: center; } figcaption h4 { color: #fff; padding: 0; margin-bottom: 0; position: relative; text-align: center; left: 100%; margin:2em 0 0.8em; font-size: 1.5em; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; -ms-transition-delay: .5s; transition-delay: .5s; } figcaption p { padding: 0px 20px; margin-bottom: 0; position: relative; left: 100%; margin-bottom:1em; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; text-align:center; line-height:1.8em; } figcaption ul{ -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s; -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; -ms-transition-delay: 1.3s; transition-delay: 1.3s; } figure:hover h4,figure:hover p,figure:hover ul{ left: 0; } figure img { -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -o-transition: all 1.5s; -ms-transition: all 1.5s; transition: all 1.5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; -ms-transition-delay: .5s; transition-delay: .5s; } figure:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .about-grids-bottom{ margin:3em 0 0; } .about-grids-bottom-grid h4{ font-size:1.7em; color:#212121; } .about-grids-bottom-grid p{ color:#999; line-height:1.8em; margin:1em 0 0; } /*-- //about --*/ /*-- about-bottom --*/ .about-bottom{ background:url(../images/5.jpg) no-repeat 0px 0px; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; min-height:400px; text-align:center; padding:6em 0 0; } .about-bottom-grid span{ background: url(../images/img-sp.png) no-repeat -4px -113px; display: block; width: 64px; height: 64px; margin: 0 auto; } .about-bottom h3{ font-size: 1.8em; color: #fff; margin: 1em auto 1em; line-height: 1.5em; width: 80%; text-transform: capitalize; } .about-bottom p{ color:#fff; font-size:1em; text-align:right; } .testimonials-grids{ margin:3em 0 0; } .testimonials-grid-left2{ padding-bottom: 1em; border-bottom: 1px solid #E2E2E2; } .testimonials-grid-left2 h4{ font-size: 1.1em; color: #999; line-height: 1.8em; margin:1em 0 .5em; text-transform: capitalize; } .testimonials-grid-left2 p{ font-style:italic; text-align:right; color:#212121; } .testimonials-grid-left-grid:nth-child(2) { margin: 1.5em 0 0; } /*-- wmuslider --*/ .wmuSlider { position: relative; overflow: hidden; } .wmuSlider .wmuSliderWrapper article img { /*--max-width: 100%; width: auto; height: auto; display:block;--*/ } /* Default Skin */ .wmuSliderPagination { z-index: 2; position: absolute; right: 0%; top: 96%; } ul.wmuSliderPagination { padding:0; } .wmuSliderPagination li { float: left; margin: 0 8px 0 0; list-style-type: none; } .wmuSliderPagination a { display: block; text-indent: -9999px; width: 7px; height: 7px; background: #CFCFCF; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; } .wmuSliderPagination a.wmuActive { background:#F25086; } /* Default Skin */ .wmuGallery .wmuGalleryImage { margin-bottom: 10px; } .banner-wrap{ padding:0 0 4em; } /*-- //wmuslider --*/ .testimonials-grid-right h4{ font-size:1.5em; color:#212121; text-align: right; padding-bottom:.5em; position:relative; } .testimonials-grid-right h4:after{ content: ''; background: #212121; width: 25%; height: 1px; position: absolute; bottom: 0%; right: 10%; } .testimonials-grid-right p{ text-align:right; margin:1em 0 0em; color:#999; line-height:1.8em; } /*-- //about-bottom --*/ /*-- events --*/ .events{ background:#f5f5f5; } .events-grids{ margin:3em 0 0; } .events-grid1 { padding:1em; background: #FFF; width: 100%; } .events-grid1 h4 a{ font-size: 1.5em; color: #212121; display: block; margin:0.5em 0 0.1em; line-height: 1.5em; text-transform: capitalize; text-decoration:none; } .events-grid1 h4 a:hover{ color:#fff; } .events-grid1 p{ color:#999; line-height:1.8em; } .events-grid1 ul li{ display:inline-block; color:#999; font-size:14px; padding-right: 2em; } .events-grid1 ul li a span,.events-grid1 ul li span{ padding-left:1em; left:-.5em; } .events-grid1 ul li a{ color:#999; text-decoration:none; } .events-grid1 ul li a:hover{ color:#fff; } .events-grid1 p{ color:#999; line-height:1.8em; margin:1.5em 0 0; } .events-grid:hover .events-grid1 ul li,.events-grid:hover .events-grid1 p,.events-grid:hover .events-grid1 ul li a,.events-grid:hover .events-grid1 h4 a{ color:#fff; } /* Sweep To Top */ .hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); -ms-transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#F25086; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active { color: white; } .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); } /*-- //events --*/ /*-- footer --*/ .footer{ background:#333; padding:4em 0; } .footer h2{ color:#fff; font-size:2em; margin: 0; text-align: center; text-transform: capitalize; } .footer p.para{ color:#898989; font-size:14px; margin:1em auto 2em; text-align: center; line-height:1.8em; width:60%; } .footer-grid p{ color:#898989; font-size:14px; margin:0; line-height:1.8em; } .footer-grid p a{ color:#898989; display:block; margin:1em 0; } .footer-grid p a:hover{ color:#fff; } .footer-contact input[type="text"]{ outline:none; border:none; background:#fff; padding:13px 15px; font-size:14px; width:80%; margin:0 auto; } .footer-contact input[type="submit"] { outline: none; background:#F25086; color: #fff; font-size: 1em; width: 18.3%; padding:12px 0 14px; margin-left: .5em; border:none; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } .footer-contact input[type="submit"]:hover{ color:#fff; background:#00B6FF; } .footer-contact{ width:65%; margin:0 auto 3em; } .footer-grid ul li{ color: #fff; margin: 0 0 1em; background:url(../images/img-sp.png) no-repeat -80px -132px; list-style-type: none; padding-left: 3em; } .footer-grid ul li a{ font-size:14px; color:#999; text-decoration:none; } .footer-grid ul li a:hover{ color:#fff; } .footer-copy{ margin:2em 0 0; padding:2em 0; border-top:1px solid #464646; border-bottom:1px solid #464646; } .footer-copy p{ color:#fff; text-align:center; margin:0; font-size:14px; line-height: 1.8em; } .footer-copy p a{ color:#00B6FF; text-decoration:none; } .footer-copy p a:hover{ color:#fff; } .footer1{ margin:0 !important; } .footer-grid1-left { float: left; width: 35%; } .footer-grid1-right { float: right; width: 60%; } .footer-grid1-right a { font-size: 1em; color: #999; text-decoration: none; text-transform: capitalize; display: block; margin: 0 0 0.5em; } .footer-grid1-right a:hover{ color:#fff; } .m1 a{ color:#F25086; } .m1 a:hover{ color:#fff; } .footer-grid1:nth-child(2) { margin: 1em 0; } .footer-grid p span { padding-left: 1em; left: -.5em; color:#fff; } .footer-grid-instagram{ float:left; width:50%; } /*-- //footer --*/ .testimonials-grid-right h5 { font-size: 1em; color: #999; text-align: right; margin: 2em 0 0; } .progress-bar1 { background-color: #F7F7F7; height: 25px; padding: 5px; width: 420px; margin: 1em 0 1em 7.5em; line-height: 0px; } .progress-bar1 span { display: inline-block; height: 100%; background-color: #777; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; -webkit-transition: width .4s ease-in-out; -moz-transition: width .4s ease-in-out; -ms-transition: width .4s ease-in-out; -o-transition: width .4s ease-in-out; transition: width .4s ease-in-out; } /*---------------------------*/ .blue span { background-color: #34c2e3; } .orange span { background-color: #fecf23; background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215)); background-image: -webkit-linear-gradient(top, #fecf23, #fd9215); background-image: -moz-linear-gradient(top, #fecf23, #fd9215); background-image: -ms-linear-gradient(top, #fecf23, #fd9215); background-image: -o-linear-gradient(top, #fecf23, #fd9215); background-image: linear-gradient(top, #fecf23, #fd9215); } .green span { background-color: #a5df41; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916)); background-image: -webkit-linear-gradient(top, #a5df41, #4ca916); background-image: -moz-linear-gradient(top, #a5df41, #4ca916); background-image: -ms-linear-gradient(top, #a5df41, #4ca916); background-image: -o-linear-gradient(top, #a5df41, #4ca916); background-image: linear-gradient(top, #a5df41, #4ca916); } /*---------------------------*/ .stripes span { -webkit-background-size: 30px 30px; -moz-background-size: 30px 30px; background-size: 30px 30px; background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-animation: animate-stripes 3s linear infinite; -moz-animation: animate-stripes 3s linear infinite; } @-webkit-keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 60px 0; } } @-moz-keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 60px 0; } } /*---------------------------*/ .shine span { position: relative; } .shine span::after { content: ''; opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-animation: animate-shine 2s ease-out infinite; -moz-animation: animate-shine 2s ease-out infinite; } @-webkit-keyframes animate-shine { 0% { opacity: 0; width: 0; } 50% { opacity: .5; } 100% { opacity: 0; width: 95%; } } @-moz-keyframes animate-shine { 0% { opacity: 0; width: 0; } 50% { opacity: .5; } 100% { opacity: 0; width: 95%; } } /*---------------------------*/ .glow span { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; -webkit-animation: animate-glow 1s ease-out infinite; -moz-animation: animate-glow 1s ease-out infinite; } @-webkit-keyframes animate-glow { 0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } 50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset; } 100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } } @-moz-keyframes animate-glow { 0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } 50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset; } 100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset; } } /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/arrow.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 --*/ /*-- services --*/ .services-top-breadcrumbs{ padding:1em 0; background:#f5f5f5; } .services-top-breadcrumbs-left{ float:right; } .services-top-breadcrumbs-right{ float:left; margin: 0.7em 0 0; } .services-top-breadcrumbs-left h3{ font-size:2em; color:#212121; } .services-top-breadcrumbs-right ul li{ display:inline-block; font-size:1em; color:#999; } .services-top-breadcrumbs-right ul li i{ padding:0 1em; } .services-top-breadcrumbs-right ul li a{ color:#00B6FF; text-decoration:none; } .services-top-breadcrumbs-right ul li a:hover{ color:#212121; } .services-grids:nth-child(3){ margin:4em 0 2em; } .services-grid-left span{ font-size:1.5em; color:#F25086; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; top: 0.5em; } .services-grid-right h4{ font-size:1.5em; color:#212121; line-height:1.5em; padding-bottom:.5em; position:relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; text-transform: capitalize; } .services-grid-right h4 a{ color:#212121; text-decoration:none; } .services-grid:hover .services-grid-left span{ color:#212121; } .services-grid:hover .services-grid-right h4 a{ color:#F25086; } .services-grid:hover .services-grid-right h4 a:after { background:#F25086; width: 170px; } .services-grid-right h4 a:after { content: ''; position: absolute; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; width: 80px; height: 1px; background: #212121; left: 0px; bottom: 0; } .services-grid-right p{ margin:1em 0; color:#999; line-height:1.8em; } .services-grid-right { padding-right: 0; } .more a{ color:#212121; text-decoration:none; } .services-grid:hover .more a,.more a:hover{ color:#00B6FF; } /*-- //services --*/ /*-- services-bottom --*/ .services-bottom{ background:url(../images/11.jpg) no-repeat 0px 0px; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; min-height:300px; padding: 4em 0 0; } .services-bottom-left{ float:left; width:60%; } .services-bottom-left h3{ font-size:2em; color:#fff; line-height:1.5em; text-transform: capitalize; } .services-bottom-left p{ color:#f5f5f5; line-height:1.8em; margin:.5em 0 0; } .services-bottom-right{ float: right; width: 40%; text-align: right; margin: 3em 0 0; } .m2 a{ font-size: 14px; color: #fff; background: #00B6FF; padding: 8px 40px; text-decoration: none; } .hvr-bounce-to-bottom1:before { background: #F25086; } /*-- //services-bottom --*/ /*-- special-services --*/ .special-services-grid1{ position:relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .special-services-grid1:after{ content: ''; position: absolute; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; width: 20px; height: 5px; background: #212121; bottom: 0; } .special-services-grid:hover .special-services-grid1:after { background: #00B6FF; width: 255px; } .special-services-grid h4 a{ text-transform:capitalize; font-size:1.3em; color:#212121; line-height:1.5em; margin:1em 0 .5em; text-decoration:none; display:block; } .special-services-grid:hover h4 a{ color:#00B6FF; } .special-services-grid p{ color:#999; line-height:1.8em; margin-bottom:2em; } .special-services-grids,.gallery-grids{ margin:4em 0 0; } .special-services-grids img{ width: 100%; } /*-- //special-services --*/ /*-- gallery --*/ .gallery-grid { margin-bottom: 2em; } /*-- //gallery --*/ /*--Typography--*/ .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3{ margin-bottom:2em; } .xs h3, h3.m_1{ color:#000; font-size:1.7em; font-weight:300; margin-bottom: 1em; } .grid_3 p{ color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4{ background:none; margin-top:50px; } .label { font-weight: 300 !important; border-radius:4px; } .grid_5{ background:none; padding:2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color:#F25086; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p{ line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .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: 10px 15px!important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } .alert { font-size: 0.85em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } @media (max-width:768px){ .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px){ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 10px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } } @media (max-width:480px){ .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert,p { font-size: 14px; } .pagination { margin: 20px 0 0px; } } @media (max-width: 320px){ .caption span { margin: 0 0 1.5em; } .grid_4 { margin-top: 18px; } h3.title { font-size: 1.6em; } .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .nav > li > a { font-size: 14px; } table.table.table-striped,.table-bordered,.bs-docs-example { display: none; } } /*--//Typography --*/ /*-- contact --*/ .contact-grids{ margin:3em 0; } .contact-grid { width: 75%; margin: 0 auto; } .contact-grid-left input[type="text"],.contact-grid-left input[type="email"],.contact-grid textarea{ outline: none; border: 1px solid #E4E4E4; background: #f5f5f5; padding: 10px; width: 100%; font-size: 14px; color: #212121; } .contact-grid-left input[type="text"]:nth-child(2){ margin:2em 0; } .contact-grid textarea{ margin: 0 1em; min-height: 200px; width: 96.5% !important; } .contact-grid input[type="submit"]{ outline: none; border: none; background: #F25086; padding: 10px 0; width: 35%; font-size: 1em; color: #fff; margin: 1em 0 0 16em; text-align: center; } .contact-grid input[type="submit"]:hover{ background:#00B6FF; } .map iframe{ width:100%; min-height:400px; } .contact-grid1-left1{ padding:2em; border: 1px solid #E4E4E4; background: #f5f5f5; text-align:center; } .contact-grid1-left1 span{ font-size:1.5em; color:#00B6FF; } .contact-grid1-left1 h4{ font-size:1.5em; color:#212121; margin:1em 0 .5em; } .contact-grid1-left1 p{ color:#999; line-height:1.8em; margin-bottom:2em; } .contact-grid1-left1 a{ font-size:14px; color:#F25086; text-decoration:none; } .contact-grid1-left1 a:hover{ color:#999; } .contact-grid1-left1 ul li{ list-style-type:none; margin-bottom:1em; font-size:14px; color:#999; } /*-- //contact --*/ /*-- single --*/ .single-gallery .images .image { position: relative; width: 100%; padding-bottom: 60%; height: 0; overflow: hidden; display: none; border-radius: 3px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); } .single-gallery .images .image.active { display: block; } .single-gallery .images .image .content { position: absolute; width: 100%; height: 100%; background: center no-repeat; background-size: cover; } .single-gallery .thumbs { margin-top: 10px; display: inline-block; width: 100%; text-align: center; } @media (max-width: 768px) { .single-gallery .thumbs { height: 80px; overflow-x: auto; overflow-y: hidden; } } .single-gallery .thumbs .thumb { box-sizing: border-box; background: center no-repeat; background-size: cover; display: inline-block; position: relative; margin: 4px; border: 3px solid transparent; width: 100px; height: 100px; cursor: pointer; } .single-gallery .thumbs .thumb:before { content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left: 45px; top: -8px; } @media (max-width: 768px) { .single-gallery .thumbs .thumb { width: 65px; height: 65px; } .single-gallery .thumbs .thumb:before { left: 25px; } } .single-gallery .thumbs .thumb.active { border-color: silver; } .single-gallery .thumbs .thumb.active:before { border-bottom-color: silver; } .single-left2 h3{ font-size: 1.8em; color: #1F2027; margin: 1em 0 1em; line-height: 1.5em; text-transform: capitalize; } .single-left2 ul.com li{ display:inline-block; margin-left:2em; color:#626262; } .single-left2 ul.com li span{ left:-.8em; } .single-left2 ul.com li a{ color:#999; font-size:14px; text-decoration:none; } .single-left2 ul.com li a:hover{ color:#F25086; } .single-left2-sub{ padding:2em 0; } .single-left2-sub ul li{ display:inline-block; font-size:1.5em; color:#F25086; } .single-left2-sub ul li:nth-child(1){ margin-right:1em; } .single-left2-sub ul li a{ padding: 5px 10px; border: 1px solid #999; color: #999; text-decoration: none; font-size: .6em; } .single-left2-sub ul li a:hover{ background: #00B6FF; border: 1px solid #00B6FF; color:#fff; } ul.com,.single-left4{ padding: 1.5em 0; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; } .single-left3 p{ font-size:14px; color:#999; line-height:1.8em; margin:0; } .single-left3 p span{ display:block; margin:1em 0; } .single-left4 h4{ font-size: 1.5em; color: #F25086; margin: 0 0 0.5em; } .single-left4{ text-align:center; } .admin p { color: #f5f5f5; font-size: 14px; margin: 0; line-height: 1.8em; position: relative; padding-left: 3.5em; } .admin { padding: 2em; background: #212121; margin:3em 0 0; } .admin p:before { position: absolute; top: 0%; left: 0%; content: ''; background: url(../images/img-sp.png) no-repeat -10px -192px; width: 32px; height: 32px; display: block; } .admin a { display: block; text-align: right; color:#F25086; font-size: 1em; text-decoration: none; } .admin a:hover { color:#fff; } .comments h4,.write-reply h3,.categories h3,.related-posts h3{ font-size:1.8em; margin:0; color:#1F2027; line-height:1.5em; } .comments { margin:5em 0; } .comments-grid-left{ float:left; width:15%; } .comments-grid-right{ float:right; width:80%; } .comments-grid-right h3 a{ font-size:.9em; color:#00B6FF; margin:0; text-decoration:none; } .comments-grid-right h3 a:hover{ color:#999; } .comments-grid-right h5{ font-size:.8em; color:#999; margin:.5em 0 1em; } .comments-grid-right p{ margin:0 0 1em; line-height:1.8em; font-size:14px; color:#999; } .reply a{ font-size:1em; color:#1F2027; text-decoration:none; } .reply a:hover{ color:#F25086; } .comments-grid:nth-child(2) { margin: 3em 0; } .comments-grid-left img { padding: .5em; box-shadow: 0px 0px 4px #999; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; } .write-reply form{ margin:2em 0 0; } .write-reply input[type="text"],.write-reply input[type="email"],.write-reply textarea{ outline: none; width:100%; background: #F3F3F3; padding: 10px; border: 1px solid #DBDBDB; font-size: 14px; color: #999; } .write-reply textarea{ min-height:250px; resize:none; } .write-reply input[type="text"]{ margin:.5em 0; } .write-reply input[type="submit"]{ outline: none; width:100%; background:#00B6FF; padding: 10px 0; border:none; font-size: 1em; color: #fff; } .write-reply input[type="submit"]:hover{ background:#F25086; } .write-reply input[type="text"]:nth-child(2) { margin: 0.1em 0 .5em; } .categories ul li { list-style-type: none; background:url(../images/img-sp.png) no-repeat -10px -241px; display: block; padding-left: 3em; margin: 1.5em 0; color: #999; font-size: 14px; } .categories ul li a { color: #999; text-decoration:none; letter-spacing:1px; } .categories ul li a:hover{ color:#00b6ff; } .categories-mid { margin:2em 0; } .related-post-left{ float:left; width:30%; } .related-post-right{ float:right; width:65%; } .related-post:nth-child(3) { margin: 2em 0; } .related-post:nth-child(2) { margin:2em 0 0; } .related-post-right h4 a{ color:#F25086; font-size: 1em; text-transform: capitalize; text-decoration: none; line-height: 1.5em; } .related-post-right h4 a:hover{ text-decoration:none; color:#1F2027; } .related-post-right p { color: #999; font-size: 14px; margin: .5em 0 0; line-height: 1.8em; } /*-- //single --*/ /*-----start-responsive-design------*/ @media (max-width:1366px){ .banner-right { margin: 2em 0 0; } .banner { min-height: 570px; } .header-top-left1 { margin-left: 39em; } } @media (max-width:1280px){ .navbar-nav > li > a { padding: 26px 25px; } .about, .testimonials, .events, .services, .special-services, .gallery, .typo, .contact, .single { padding: 4em 0; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 2.7em; } } @media (max-width: 1080px){ .header-top-left1 { margin-left: 26em; } .navbar-brand { font-size: 1.3em; } .banner-left h3 { font-size: 1.28em; } .banner-right h3 { margin: 0 0 1.5em; } .banner { min-height: 545px; } .about-grids p.delectus { width: 85%; } figure { height: 219px; } figcaption h4 { margin: 1em 0 0.8em; } .about-bottom { min-height: 355px; padding: 4em 0 0; } .progress-bar1 { width: 424px; margin: 1em 0 1em 1em; } .events-grid1 h4 a { font-size: 1.3em; } .footer-contact { width: 77%; } .footer-grid { padding-left: 0; } .footer-grid1-right a { font-size: 14px; } .services-grid-right h4 { font-size: 1.25em; } .services-bottom-right { width: 20%; } .services-bottom-left h3 { font-size: 1.8em; } .services-bottom-left { width: 75%; } .services-bottom { min-height: 250px; padding: 3em 0 0; } .services-grids:nth-child(3) { margin: 3em 0 2em; } .special-services-grid { padding-left: 0; } .special-services-grid h4 a { font-size: 1.14em; } .special-services-grid:hover .special-services-grid1:after { width: 220px; } .single-left2 h3 { font-size: 1.5em; } .single-left2-sub ul li { font-size: 1.2em; } .single-left2-sub ul li a { font-size: 13px; } .comments-grid:nth-child(2) { margin: 2em 0; } .comments { margin: 4em 0; } .contact-grid1-left1 h4 { font-size: 1.33em; } .contact-grid1-left1 { padding: 2em 1.5em; } .contact-grid { width: 90%; } .map iframe { min-height: 300px; } } @media (max-width:991px){ .header-top-left1 { margin-left: 13em; } .navbar-nav > li > a { padding: 26px 18px; } .banner-right { width: 49%; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 2.4em; } .about h3:before, .about h3:after, .testimonials h3:before, .testimonials h3:after, .events h3:before, .events h3:after, .services h3:before, .services h3:after, .special-services h3:before, .special-services h3:after, .gallery h3:before, .gallery h3:after, h3.title:before, h3.title:after, .contact h3:before, .contact h3:after { width: 18%; } .about h3:after, .testimonials h3:after, .events h3:after, .services h3:after, .special-services h3:after, .gallery h3:after, h3.title:after, .contact h3:after { right: 30%; } .about h3:before, .testimonials h3:before, .events h3:before, .services h3:before, .special-services h3:before, .gallery h3:before, h3.title:before, .contact h3:before { left: 29%; } .about-grids p.delectus { width: 100%; } .about-grid { float: left; width:50%; } figure { height: 353px; } .about-grid img { width: 100%; } figcaption h4 { margin:4.5em 0 0.8em; } .about-grid:nth-child(3) { margin-bottom:2em; } .about-grids-bottom-grid:nth-child(2) { margin: 2em 0; } .about-bottom h3 { font-size: 1.7em; width: 100%; } .testimonials-grid-right { margin: 3em 0 0; } .banner-wrap { padding: 0 0 3em; } .progress-bar1 { width: 498px; margin: 1em 0 1em 12em; } .events-grid { width: 33.33%; float: left; padding-left: 0; } .events-grid1 h4 a { font-size: 1.01em; } .events-grid1 ul li { padding-right: 0em; } .footer p.para { width: 85%; } .footer-contact { width: 100%; } .footer-grid { padding-left: 1em; float: left; width: 50%; } .footer-grid:nth-child(2) { margin-bottom:2em; } .footer-grid1-right a { font-size: 1em; } .services-grid:nth-child(2) { margin: 2em 0; } .services-bottom-right { width: 23%; } .special-services-grid { float: left; width: 50%; padding-left:1em; } .special-services-grid:nth-child(2) { margin-bottom:2em; } .special-services-grid:hover .special-services-grid1:after { width: 329px; } .single-right { margin: 2em 0 0; } .single-left2 h3 { font-size: 1.6em; } .banner-left { margin: 15em 0 0; } .related-post-right h4 a { font-size: 1.3em; } .related-post-right { margin: 1.5em 0 0; } .gallery-grid { float: left; width: 50%; } .gallery { padding: 4em 0 2em !important; } .contact-grid input[type="submit"] { margin: 1em 0 0 14.5em; } .contact-grid1-left { width: 90.5%; margin: 0 auto; } .contact-grid1-left:nth-child(2) { margin:2em auto; } .banner-left p { width: 70%; } .testimonials-grid-left1 img { margin: 0 auto; } } @media (max-width:800px){ .navbar-brand { font-size: 1.2em; height: 68px; } .navbar-nav > li > a { padding: 24px 18px; } .banner-right h3 { font-size: 1.3em; margin: 0 0 1em; } .banner-right h3:before { left: 10%; } .banner-right h3:after { right: 10%; } .banner-right h3:before, .banner-right h3:after { width: 35%; } .banner-left { margin: 10em 0 0; } .banner-right { margin: 1em 0 0; padding: 1.5em; } .banner { min-height: 485px; } .about-bottom { min-height: 320px; padding: 3em 0 0; } .about, .testimonials, .events, .services, .special-services, .gallery, .typo, .contact, .single { padding: 3em 0; } .about-grids-bottom-grid h4 { font-size: 1.5em; } .footer { padding: 3em 0; } .services-bottom-left h3 { font-size: 1.5em; } .gallery { padding: 3em 0 1em !important; } } @media (max-width:767px){ .services-bottom { min-height: 221px; padding: 2.5em 0 0; } .special-services-grids, .gallery-grids { margin: 3em 0 0; } .navbar-default .navbar-toggle { border-color: #fff; } .navbar-toggle { margin: 1em 0 0; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; } .navbar-collapse { box-shadow: none; } .navbar-nav { float: none; margin: 0; text-align: center; background: #fff; } .navbar-nav > li > a { padding: 15px 0; } .banner-left h3 { font-size: .99em; } } @media (max-width:736px){ .header-top-left1 { margin-left: 11em; } .progress-bar1 { width: 515px; margin: 1em 0 1em 9em; } .banner { background-position: -115px 0px; } } @media (max-width:667px){ .header-top-left1 { margin-left: 6em; } .progress-bar1 { margin: 1em 0 1em 3em; } } @media (max-width: 640px){ .header-top-left1 { margin-left: 4em; } .search_box:checked~.search_form { width: 400px; top: 40px; } .search_form input[type='text'] { width: 340px; } .banner-left p { width: 90%; } select#country, select#country1, select#country2, select#country3 { padding: 8px 8px 8px 40px; font-size: 13px; } .section_room span, .keywords span { top: .7em; left: .8em; } .keywords input[type="submit"] { padding: 8px 0; font-size: 14px; } .banner { min-height: 455px; } .banner-left h3 { font-size: 1.2em; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 2em; } .about-grids p.delectus { margin: 2em auto 3em; } figure { height: 286px; } figcaption h4 { margin: 2.5em 0 0.8em; } .about-bottom-grid span { background: url(../images/img-sp.png) no-repeat 6px -84px; height: 50px; background-size: 350%; } .about-bottom h3 { font-size: 1.5em; } .about-bottom { min-height: 300px; padding: 2em 0 0; } .events-grid { width:70%; float: none; padding-left: 1em; margin: 0 auto; } .events-grid:nth-child(2) { margin:2em auto; } .events-grid1 h4 a { font-size: 1.3em; } .footer h2 { font-size: 1.7em; } .footer-contact input[type="text"] { padding: 10px; width: 75%; } .footer-contact input[type="submit"] { font-size: 14px; width: 23%; padding: 11px 0 11px; } .footer-copy { padding: 1.5em 0; } .services-bottom-left { width: 100%; float: none; text-align: center; } .services-bottom-right { width: 100%; float: none; text-align: center; margin:1em 0 0; } .services-bottom { min-height: 245px; padding: 2em 0 0; } .special-services-grid:hover .special-services-grid1:after { width: 265px; } .related-post-right { margin: 1em 0 0; } .services-top-breadcrumbs { padding: 1.5em 0; } .services-top-breadcrumbs-right ul li { font-size: 14px; } .services-top-breadcrumbs-left h3 { font-size: 1.5em; } .services-top-breadcrumbs-right { margin: 0; } .hidden-xs { display: block !important; } .contact-grid { width: 100%; } .contact-grid textarea { width: 94.8% !important; } .contact-grid input[type="submit"] { margin: 1em 0 0 12.5em; } .contact-grid1-left { width: 98.5%; } .map iframe { min-height: 250px; } } @media (max-width: 600px){ .header-top-left1 { margin-left: 2em; } .progress-bar1 { margin: 1em 0 1em 0em; } .banner-left p { width: 95%; } } @media (max-width:568px){ .header-top-left1 { margin-left: 1em; } .navbar-nav > li > a { padding: 10px 0; } } @media (max-width:480px){ .header-top-left ul li { font-size: 13px; margin-right: 0em; } .header-top-left1 { margin-left: 0.3em; } .banner-left { margin: 2em 0 0; float: none; width: 100%; text-align: center; } .banner-right { padding: 1em; float: none; width: 100%; } .banner-left h3 { font-size: 1.1em; } .banner { min-height: 555px; } .about, .testimonials, .events, .services, .special-services, .gallery, .typo, .contact, .single { padding: 2em 0; } .about-grid { margin:0; width: 50%; } figcaption h4 { font-size: 1.1em; margin: 1em 0 0.8em; } figure { height: 200px; } .about-bottom h3 { font-size: 1.2em; } .about-bottom { min-height: 265px; } .testimonials-grid-left2 h4 { font-size: 1em; margin: 0em 0 .5em; } .progress-bar1 { width: 404px; } .events-grid { width: 85%; } .banner-left p { width: 100%; } .footer h2 { font-size: 1.5em; } .footer { padding: 2em 0; } .footer p.para { width: 100%; } .footer-contact input[type="text"] { width: 74%; } .footer-grid { float: none; width: 100%; } .footer-contact { margin: 0 auto 2em; } .footer-grid:nth-child(2),.special-services-grid:nth-child(2) { margin: 2em auto; } .footer-grid:nth-child(3),.special-services-grid:nth-child(3) { margin-bottom: 2em; } .single-left2 h3 { font-size: 1.2em; } .single-left2 ul.com li { margin-left: 1em; } .comments { margin: 2em 0; } .comments h4, .write-reply h3, .categories h3, .related-posts h3 { font-size: 1.5em; } .comments-grid-right h3 a { font-size: .8em; } .special-services-grid { float: none; width: 80%; margin: 0 auto; } .special-services-grid:hover .special-services-grid1:after { width: 316px; } .special-services-grids, .gallery-grids { margin: 2em 0 0; } .services-grids:nth-child(3) { margin: 2em 0 2em; } .related-post-right h4 a { font-size: 1.1em; } .related-post-right { margin: 0; } .gallery-grid { float: none; width: 80%; margin: 0 auto 2em; } .contact-grids { margin: 2em 0; } .contact-grid input[type="submit"] { margin: 1em 0 0 10.5em; font-size: 14px; } .contact-grid textarea { width: 93% !important; } .gallery { padding: 2em 0 0em !important; } } @media (max-width: 414px){ .header-top-left1 { margin-left: 0; } .header-top-left { float: none; margin: 0; text-align: center; } .search_box:checked~.search_form { width: 365px; } .search_form input[type='text'] { width: 308px; } .navbar-brand { font-size: 1.1em; height: 65px; } .banner { min-height: 585px; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 1.8em; } .about h3 span::before, .testimonials h3 span::before, .events h3 span:before, .services h3 span:before, .special-services h3 span:before, .gallery h3 span:before, h3.title span:before, .contact h3 span:before { width: 6px; height: 6px; } .about h3:before, .testimonials h3:before, .events h3:before, .services h3:before, .special-services h3:before, .gallery h3:before, h3.title:before, .contact h3:before { left: 17%; } .about h3:before, .about h3:after, .testimonials h3:before, .testimonials h3:after, .events h3:before, .events h3:after, .services h3:before, .services h3:after, .special-services h3:before, .special-services h3:after, .gallery h3:before, .gallery h3:after, h3.title:before, h3.title:after, .contact h3:before, .contact h3:after { width: 30%; } .about h3:after, .testimonials h3:after, .events h3:after, .services h3:after, .special-services h3:after, .gallery h3:after, h3.title:after, .contact h3:after { right: 17%; } .about-grids p.delectus { margin: 2em auto 2em; } .about-grid { margin: 0 auto; width: 84%; float: none; } .about-grid:nth-child(3) { margin: 2em auto; } .about-grid:nth-child(4) { margin:0 auto 2em; } figcaption h4 { font-size: 1.3em; margin: 1.5em 0 0.8em; } .about-grids-bottom-grid,.testimonials-grid-left,.services-grid,.single-left,.single-right { padding: 0; } .single-left2-sub ul li:nth-child(1) { margin-right: 0.5em; } .services-grid:nth-child(2) { margin: 1em 0; } .services-grids:nth-child(3) { margin: 2em 0 1em; } .services-bottom-left h3 { font-size: 1.3em; } .special-services-grid { width: 100%; } .special-services-grid:hover .special-services-grid1:after { width: 336px; } .services-bottom { min-height: 270px; } .about-grids-bottom-grid h4 { font-size: 1.3em; } .progress-bar1 { width: 337px; margin: 1em 0 0; } .events-grids { margin: 2em 0 0; } .events-grid { width: 100%; } .footer-contact input[type="submit"] { width: 100%; padding: 10px 0; margin: 1em 0 0; } .footer-contact input[type="text"] { width: 100%; } .single-left2-sub { padding: 1.5em 0; } .admin { padding: 1.5em; margin: 2em 0 0; } .admin p { margin: 0 0 1em; } .comments-grid-left { width: 25%; } .comments-grid-right { width: 70%; } .reply a { font-size: 14px; } .gallery-grid { width: 100%; } .contact-grid-left { padding: 0; } .contact-grid-left input[type="text"]:nth-child(2) { margin: 1em 0; } .contact-grid textarea { width: 100% !important; margin: 0; } .contact-grid input[type="submit"] { margin: 1em 0 0; width: 100%; } .contact-grid1-left { width: 100%; } } @media (max-width:384px){ .search_box:checked~.search_form { width: 333px; } .search_form input[type='text'] { width: 276px; } .about-grids p.delectus { margin: 1em auto 2em; } .about-grid { width: 92%; } .about-bottom-grid span { background: url(../images/img-sp.png) no-repeat 19px -59px; height: 36px; background-size: 250%; } .testimonials-grids { margin: 2em 0 0; } .progress-bar1 { width: 307px; } .single-left2-sub ul li a { padding: 5px 7px; } .single-left2-sub ul li:nth-child(1) { margin-right: 0.3em; } .special-services-grid:hover .special-services-grid1:after { width: 306px; } .contact-grid1-left { padding: 0; } } @media (max-width: 375px){ .about-grid { width: 94%; } .progress-bar1 { width: 298px; } .footer h2 { font-size: 1.4em; } .events-grid1 h4 a { font-size: 1.1em; } .special-services-grid:hover .special-services-grid1:after { width: 297px; } .write-reply form { margin: 1.5em 0 0; } .related-post-right h4 a { font-size: 1em; } .contact-grid1-left1 p { margin-bottom: 1em; } .contact-grid1-left1 { padding: 1em; } } @media (max-width: 320px){ .search_box:checked~.search_form { width: 285px; } .search_form input[type='text'] { width: 228px; font-size: 13px; } .navbar-brand { font-size: 1em; height: 60px; } .navbar-toggle { margin: 0.8em 0 0; } .banner-left h3,.about-bottom p,.footer-grid1-right a,.single-left2 ul.com li span,.write-reply input[type="submit"] { font-size: 14px; } .about-bottom h3 { font-size: 1em; } .about-bottom { min-height: 230px; padding: 1.5em 0 0; } .testimonials-grid-right { margin: 2em 0 0; padding: 0; } .banner-left { margin: 1em 0 0; } .comments h4, .write-reply h3, .categories h3, .related-posts h3 { font-size: 1.3em; } .comments-grid-right h3 a { font-size: .65em; } .related-post-right h4 a { font-size: .9em; } .alert, p,.keywords input[type="text"],.services-top-breadcrumbs-right ul li,.categories ul li,.related-post-right p,.write-reply input[type="text"], .write-reply input[type="email"], .write-reply textarea,.admin p,.comments-grid-right p,.single-left3 p,.single-left2 ul.com li a,.contact-grid1-left1 a,.contact-grid-left input[type="text"], .contact-grid-left input[type="email"], .contact-grid textarea,.contact-grid1-left1 ul li,.footer-copy p,.nav > li > a,.footer-grid ul li a,.events-grid1 ul li,.footer p.para,.footer-contact input[type="text"],.footer-grid p { font-size: 13px; } .services-top-breadcrumbs-right ul li i { padding: 0 0.5em; } .services-top-breadcrumbs-left h3 { font-size: 1.2em; } .single-left4 h4 { font-size: 1.3em; } .services-grid-left { padding: 0; } .services-bottom-left h3 { font-size: 1.2em; } .services-bottom { min-height: 270px; } .services-grid-right h4 { font-size: 1.1em; } .footer h2 { font-size: 1.2em; } .banner-right h3 { font-size: 1em; } .reservation-grid-left { float: none; width: 100%; } .section_room:nth-child(2), .reservation-grids:nth-child(4) { margin: 0.5em 0; } .reservation-grid-right { float: none; width: 100%; margin: .5em 0 0; } .banner-left p { margin: .5em 0; } .banner-right { margin: 0; } .banner { min-height: 535px; } .about h3, .testimonials h3, .events h3, .services h3, .special-services h3, .gallery h3, h3.title, .contact h3 { font-size: 1.5em; } .about-grid { width: 100%; } .testimonials-grid-right h4:after { width: 50%; } .progress-bar1 { width: 273px; margin: .5em 0 0; } .events-grid,.footer-grid,.special-services-grid,.gallery-grid{ padding: 0; } .special-services-grid:hover .special-services-grid1:after { width: 273px; } .m2 a { padding: 8px 20px; } .special-services-grid p { margin-bottom: 1em; } .gallery-grid { margin: 0 auto 1em; } .gallery { padding: 2em 0 1em !important; } .map iframe { min-height: 150px; } .contact-grid1-left1 h4 { font-size: 1.1em; } .contact-grid1-left1 span { font-size: 1.2em; } .search_box:checked~.search_form { height: 50px; padding: 5px; } select#country, select#country1, select#country2, select#country3 { padding: 5px 8px 5px 40px; } .section_room span, .keywords span { top: .7em; font-size: 14px; } } .datepicker{z-index:9999 !important;} .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{ background: #eeeeee!important; border-radius: 0px!important; cursor: not-allowed!important; } .datepicker table tr td.day:hover, .datepicker table tr td.day.focused{ border-radius: 0px!important; } .datepicker table tr td.today,.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover{ background: #F25086!important; color: #ffffff!important; border: 1px solid #00B6FF!important; border-radius: 0px!important; } .room-sec { margin: 15px 0; } .room-sec h4{ color: #616468; letter-spacing: 1px; font-size: 22px; font-weight: 300; margin-top: 13px; } .room-sec p { font-size: 13px; color: #6A6B6C; width: 100%; margin: 10px 0; line-height: 1.5em; } .room-sec .items li { display: inline-block; list-style-type: none; } .sub-title{ margin: 30px 0px 20px; text-transform: uppercase; } .margin-40-y{ margin: 40px 0px; } .caret-up { width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid; display: inline-block; margin-left: 2px; vertical-align: middle; } .list-inline > li{ display: inline-block!important; } .header-top .nav > li > a{ padding: 5px 10px; color: #ffffff; } .header-top .nav > li.dropdown.open > a{ padding: 5px 10px; color: #ffffff; background: #00B6FF!important; } .dropdown-menu{ border-radius: 0px; } .dropdown-menu a{ padding: 10px; } .dropdown-menu a:hover{ color: #ffffff; background: #00B6FF!important; } .panel, .panel-heading{ border-radius: 0px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{ color: #000000; } .offer-image{ border: 1px solid #eeeeee; } .offer-description{ background: #eeeeee; padding: 10px; } .offer-description h4{ font-size: 30px; color: #00B6FF; margin-bottom: 10px; } .offer-description i, .offer-description strong{ color: #F25086; } .discount { position: relative; font-size: 50px; line-height: 60px; text-align: center; font-weight: bold; padding: 0px; color: #f1c40f; border: 2px solid #f1c40f; } .recent-work-wrap .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; border-radius: 0; background: #00B6FF; color: #fff; vertical-align: middle; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms; padding: 30px; } .recent-work-wrap .overlay .preview { bottom: 0; display: inline-block; height: 35px; line-height: 35px; border-radius: 0; background: transparent; text-align: center; color: #fff; } .portfolio-items, .portfolio-filter { list-style: none outside none; margin: 0 0 40px 0; padding: 2; } .portfolio-filter>li { display: inline-block; } .portfolio-filter>li a { font-size: 14px; font-weight: 400; margin-right: 20px; text-transform: uppercase; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; border: 1px solid #F2F2F2; outline: none; padding: 10px; } .portfolio-items>li { float: left; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .pricing_heading { margin-top: 120px } .recent-work-wrap .recent-work-inner { top: 0; background: transparent; opacity: .8; width: 100%; border-radius: 0; margin-bottom: 0; text-align: center; } .recent-work-wrap .recent-work-inner h3 a { font-size: 24px; color: #fff; text-transform: uppercase; } .recent-work-wrap { position: relative; border: 1px solid #eeeeee; padding: 15px; } .recent-work-wrap .overlay .preview { bottom: 0; display: inline-block; height: 35px; line-height: 35px; border-radius: 0; background: transparent; text-align: center; color: #fff; padding-top: 30px; } .recent-work-wrap:hover .overlay { opacity: 1; }
0.284775
0.043937
html { scroll-behavior: smooth; } ::selection { color: white; background: hsl(171, 100%, 41%);/* WebKit/Blink Browsers */ } ::-moz-selection { color: white; background: hsl(171, 100%, 41%); /* Gecko Browsers */ } .navbar-item{ color: rgba(255,255,255,0.8) !important; } /* Navbar */ .navBg{ background-color:hsl(171, 100%, 41%)!important; } section.heroTop{ background-image: url(../images/background.jpg); background-position: center center; } .hero-image{ max-width: 400px; justify-content: center; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; } .arrowMargin{ margin-bottom: -10%; } #particles-js{ height: 100vh; z-index: -1; margin-bottom:-100vh;} /* Animations */ .hidden{ visibility: hidden; } .card:hover{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } .card:focus{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } article:hover{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } article:focus{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } /* Preloader */ #preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; z-index: 100; } #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: hsl(171, 100%, 41%); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color:hsl(204, 86%, 53%); -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; } #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #FFFFFF; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } }
public/css/style.css
html { scroll-behavior: smooth; } ::selection { color: white; background: hsl(171, 100%, 41%);/* WebKit/Blink Browsers */ } ::-moz-selection { color: white; background: hsl(171, 100%, 41%); /* Gecko Browsers */ } .navbar-item{ color: rgba(255,255,255,0.8) !important; } /* Navbar */ .navBg{ background-color:hsl(171, 100%, 41%)!important; } section.heroTop{ background-image: url(../images/background.jpg); background-position: center center; } .hero-image{ max-width: 400px; justify-content: center; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; } .arrowMargin{ margin-bottom: -10%; } #particles-js{ height: 100vh; z-index: -1; margin-bottom:-100vh;} /* Animations */ .hidden{ visibility: hidden; } .card:hover{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } .card:focus{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } article:hover{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } article:focus{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: scale(1.02); } /* Preloader */ #preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; z-index: 100; } #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: hsl(171, 100%, 41%); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color:hsl(204, 86%, 53%); -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; } #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #FFFFFF; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } }
0.522933
0.068506
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: Montserrat; font-weight: normal; src: url("/font/Montserrat-Regular.ttf") format("opentype"); } @font-face { font-family: Montserrat; font-weight: bold; src: url("/font/Montserrat-Bold.ttf") format("opentype"); } @font-face { font-family: OpenSans; font-weight: normal; src: url("/font/OpenSans-Regular.ttf") format("opentype"); } @font-face { font-family: OpenSans; font-weight: bold; src: url("/font/OpenSans-Bold.ttf") format("opentype"); } @font-face { font-family: 'Oswald-semibold'; src: url('/font/Oswald-SemiBold.woff2') format('woff2'), url('/font/Oswald-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Oswald-bold'; src: url('/font/Oswald-Bold.woff2') format('woff2'), url('/font/Oswald-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } body { font-family: OpenSans, system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: normal; background: rgba(255, 255, 255); font-size: 17px; color: #525252; } button, a{ font-size: 18px; line-height: 32px; color: #2d2e32; } @media (max-width: 768px) { body { font-size: 16px; } } h1, h2, h3, h4, h5, h6 { font-family: 'Oswald-bold'; color: #000; font-weight: 700; text-transform: uppercase; } /* Mobile Phones */ h1 { font-size: 48px; line-height: 52px; } h2 { font-size: 32px; line-height: 38px; } h3 { font-size: 26px; line-height: 30px; } /* Big Screen desktops */ @media (min-width: 768px) { h1 { font-size: 120px; line-height: 0.94em; } h2 { font-size: 84px; line-height: 1em; } h3 { font-size: 60px; line-height: 1.016em } } /** Brand Colors */ /* Light blue — Primary accent color */ .text-lightblue { color: #ff005b; } .bg-lightblue { background: #ff005b; } .border-lightblue { border-bottom: 1px solid #ff005b; } .text-midblue { color: #ff005b; } /*Light blue gradient — Gradient accent color */ .lightblue-grad { background: rgb(143, 238, 245); background: linear-gradient( 90deg, rgba(143, 238, 245, 1) 0%, rgba(127, 228, 235, 1) 50%, rgba(110, 216, 224, 1) 100% ); } /*Logo gradient — Gradient for logo or other small applications */ .logo-grad { background: rgb(143, 238, 245); background: linear-gradient( 90deg, rgba(143, 238, 245, 1) 0%, rgba(80, 190, 198, 1) 50% ); } /** Buttons */ button { width: 100%; } .primary-btn { height: 48px; padding: 5px 15px !important; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; background: #000; text-transform: uppercase; } .secondary-btn, .button-transparent { height: 48px; padding: 0 20px; font-weight: 700; background: none; border: 1px solid #000; font-size: 18px; color: #000; display: flex; justify-content: center; align-items: center; text-transform: uppercase; } .secondary-btn:hover, .button-transparent:hover { background-color: #000; border: 1px solid #000; color: #fff; display: flex; } .secondary-btn:hover { border: 1px solid #6b6b6b; color: #6b6b6b; } .button-trans-gray { padding: 0.7rem 1.5rem !important; color: white; font-weight: bold; background: none; border: 1px solid gray; text-transform: uppercase; } @media (min-width: 768px) { button { width: auto; } } .container { padding-left: 1rem; padding-right: 1rem; } .overflow-x-auto::-webkit-scrollbar { display: none; } .boxShadow { box-shadow: 0 1px 3px rgb(0 0 0 / 18%); } .secondary-color { color: #3ba5ac; } .brand-color { background: #3ba5ac; } .button-trans-gray { background-color: none; border: 1px solid gray !important; color: white; } button:focus, select:focus { outline: none; } button:hover { color: rgb(84, 110, 157); } input, textarea, select { @apply border p-4 bg-white focus:outline-none; overflow-y: auto; } .title { @apply font-bold pb-14 text-4xl text-left; color: #133e7c; } .sub-title { font-weight: bold; font-size: 20px; color: #05b298; } .box-shadow { box-shadow: 1px 1px 10px 1px #cbcbcb; } .sticky { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255); box-shadow: 0px 0px 5px 0px #cbcbcb; z-index: 300; } .footer ul li a { font-size: 16px; } /* new button style */ .edgtf-btn { position: relative; display: inline-block; vertical-align: middle; width: auto; margin: 0; font-family: Oswald,sans-serif; font-size: 2em; font-weight: 700; text-transform: uppercase; text-align: left; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; border-radius: 0; } .edgtf-btn.edgtf-btn-solid { color: #fff; border: 1px solid transparent; min-width: 350px; height: 56px; line-height: 54px; padding-left: 30px; padding-right: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; } .edgtf-btn.edgtf-btn-solid { padding-left: 0!important; } .edgtf-btn.edgtf-btn-solid span { position: absolute; -webkit-transform: translateX(-101%); -ms-transform: translateX(-101%); transform: translateX(-101%); color: #000; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; font-size: 22px; } .edgtf-btn.edgtf-btn-solid:after { content: attr(data-text); position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; background: #000; color: #fff; padding-left: 30px; padding-right: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%); clip-path: polygon(0 0,100% 0,100% 100%,0 100%); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; text-align: center; } .edgtf-btn.edgtf-btn-solid:hover span { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .edgtf-btn.edgtf-btn-solid:hover:after { -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%); clip-path: polygon(0 0,0 0,0 100%,0 100%); } .header-button.svelte-3ktdnv.svelte-3ktdnv{ height: 48px; padding: 0 20px; font-weight: 700; background: none; border: 1px solid #000 !important; font-size: 18px; color: #000 !important; display: flex; justify-content: center; align-items: center; text-transform: uppercase; border-radius: 0 !important; } .header-button:hover{ background-color: #000 !important; border: 1px solid #000 !important; color: #fff !important; display: flex; } body.edgtf-theme-cursor #wpadminbar { cursor: default; } body.edgtf-theme-cursor #wpadminbar a, body.edgtf-theme-cursor #wpadminbar input.adminbar-input { cursor: pointer !important; } #edgtf-theme-cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 10000; mix-blend-mode: difference; visibility: hidden; } #edgtf-theme-cursor circle { fill: #fff; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5); -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s,-webkit-transform .2s; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #edgtf-theme-cursor { /* IE10+ CSS styles go here */ } #edgtf-theme-cursor circle { fill: #000; } } @supports (-ms-ime-align: auto) { #edgtf-theme-cursor circle { fill: #000; } } #edgtf-theme-cursor path { opacity: 0; -webkit-transition: opacity .05s; -o-transition: opacity .05s; transition: opacity .05s; } #edgtf-theme-cursor path[id*='morph'] { visibility: hidden; } .edgtf-moving { will-change: transform; } .no-touch .edgtf-theme-cursor { cursor: none !important; } .no-touch .edgtf-theme-cursor a, .no-touch .edgtf-theme-cursor .tp-bullet, .no-touch .edgtf-theme-cursor input, .no-touch .edgtf-theme-cursor button { cursor: none !important; } #edgtf-theme-cursor.edgtf-visible { visibility: visible; } #edgtf-theme-cursor.edgtf-hovering circle { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } #edgtf-theme-cursor.edgtf-visible.edgtf-flame { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-flame circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-flame #edgtf-cursor-flame { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-cart { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-cart circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-cart #edgtf-cursor-cart { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-close { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-close circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-close #edgtf-cursor-close { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-move { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-move circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-move #edgtf-cursor-move { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-eye { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-eye circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-eye #edgtf-cursor-eye { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } @supports (not (-ms-high-contrast: none)) and (not (-ms-ime-align: auto)) { #edgtf-theme-cursor.edgtf-override { mix-blend-mode: difference !important; } #edgtf-theme-cursor.edgtf-override circle { fill: #fff; -webkit-transform: scale(0.5) !important; -ms-transform: scale(0.5) !important; transform: scale(0.5) !important; } #edgtf-theme-cursor.edgtf-override.edgtf-hovering circle { -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; } #edgtf-theme-cursor.edgtf-override path { opacity: 0 !important; } } #edgtf-theme-cursor #edgtf-cursor-flame { -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-animation: burn 1s infinite; animation: burn 1s infinite; } @-webkit-keyframes burn { 0%, 100% { -webkit-transform: skewX(-1deg); transform: skewX(-1deg); } 20% { -webkit-transform: skew(-0.7deg) scaleX(0.98); transform: skew(-0.7deg) scaleX(0.98); } 50% { -webkit-transform: skewX(1deg) scaleX(1.07) translateX(-2px); transform: skewX(1deg) scaleX(1.07) translateX(-2px); } } @keyframes burn { 0%, 100% { -webkit-transform: skewX(-1deg); transform: skewX(-1deg); } 20% { -webkit-transform: skew(-0.7deg) scaleX(0.98); transform: skew(-0.7deg) scaleX(0.98); } 50% { -webkit-transform: skewX(1deg) scaleX(1.07) translateX(-2px); transform: skewX(1deg) scaleX(1.07) translateX(-2px); } } @-webkit-keyframes cursorBlink { 0% { opacity: 1; -webkit-transform: scale(0.5); transform: scale(0.5); } 100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); } } @keyframes cursorBlink { 0% { opacity: 1; -webkit-transform: scale(0.5); transform: scale(0.5); } 100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); } } #edgtf-theme-cursor.edgtf-blink { visibility: visible; } #edgtf-theme-cursor.edgtf-blink circle { -webkit-animation: cursorBlink 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: cursorBlink 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; } #edgtf-theme-cursor.edgtf-blink .path { display: none; } @media all and (-ms-high-contrast: none) { .edgtf-section-title-holder .edgtf-st-title .edgtf-st-title-hollow { color: #fff; text-shadow: -1px -1px 0px #bbbbbb, 1px 1px 0px #bbbbbb, -1px 1px 0px #bbbbbb, 1px -1px 0px #bbbbbb; } } .hover.svelte-uiqmis.svelte-uiqmis, .tabs.svelte-uiqmis div.svelte-uiqmis:hover{ border-bottom: 3px solid #FF005C !important; } .toggle-checkbox.svelte-1s481vr:checked+.toggle-label.svelte-1s481vr{ background: #FF005C !important; } .toggle-checkbox.svelte-1s481vr.svelte-1s481vr:checked{ border: 1px solid #FF005C !important; } .dark-bg { background-color: #445268; color: #f4f4f4; } aside.svelte-jzh4eb { left: inherit !important; top: 0; transition: right 0.3s ease-in-out !important; z-index: 10; background-color: white; right: -100% !important; } .open.svelte-jzh4eb{ left: inherit !important; -webkit-animation: svelte-jzh4eb-changeColor 2s ease forwards; animation: svelte-jzh4eb-changeColor 2s ease forwards; right: 0 !important; } .menu-container.svelte-jzh4eb{ right: 0; }
src/main.css
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: Montserrat; font-weight: normal; src: url("/font/Montserrat-Regular.ttf") format("opentype"); } @font-face { font-family: Montserrat; font-weight: bold; src: url("/font/Montserrat-Bold.ttf") format("opentype"); } @font-face { font-family: OpenSans; font-weight: normal; src: url("/font/OpenSans-Regular.ttf") format("opentype"); } @font-face { font-family: OpenSans; font-weight: bold; src: url("/font/OpenSans-Bold.ttf") format("opentype"); } @font-face { font-family: 'Oswald-semibold'; src: url('/font/Oswald-SemiBold.woff2') format('woff2'), url('/font/Oswald-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Oswald-bold'; src: url('/font/Oswald-Bold.woff2') format('woff2'), url('/font/Oswald-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } body { font-family: OpenSans, system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: normal; background: rgba(255, 255, 255); font-size: 17px; color: #525252; } button, a{ font-size: 18px; line-height: 32px; color: #2d2e32; } @media (max-width: 768px) { body { font-size: 16px; } } h1, h2, h3, h4, h5, h6 { font-family: 'Oswald-bold'; color: #000; font-weight: 700; text-transform: uppercase; } /* Mobile Phones */ h1 { font-size: 48px; line-height: 52px; } h2 { font-size: 32px; line-height: 38px; } h3 { font-size: 26px; line-height: 30px; } /* Big Screen desktops */ @media (min-width: 768px) { h1 { font-size: 120px; line-height: 0.94em; } h2 { font-size: 84px; line-height: 1em; } h3 { font-size: 60px; line-height: 1.016em } } /** Brand Colors */ /* Light blue — Primary accent color */ .text-lightblue { color: #ff005b; } .bg-lightblue { background: #ff005b; } .border-lightblue { border-bottom: 1px solid #ff005b; } .text-midblue { color: #ff005b; } /*Light blue gradient — Gradient accent color */ .lightblue-grad { background: rgb(143, 238, 245); background: linear-gradient( 90deg, rgba(143, 238, 245, 1) 0%, rgba(127, 228, 235, 1) 50%, rgba(110, 216, 224, 1) 100% ); } /*Logo gradient — Gradient for logo or other small applications */ .logo-grad { background: rgb(143, 238, 245); background: linear-gradient( 90deg, rgba(143, 238, 245, 1) 0%, rgba(80, 190, 198, 1) 50% ); } /** Buttons */ button { width: 100%; } .primary-btn { height: 48px; padding: 5px 15px !important; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; background: #000; text-transform: uppercase; } .secondary-btn, .button-transparent { height: 48px; padding: 0 20px; font-weight: 700; background: none; border: 1px solid #000; font-size: 18px; color: #000; display: flex; justify-content: center; align-items: center; text-transform: uppercase; } .secondary-btn:hover, .button-transparent:hover { background-color: #000; border: 1px solid #000; color: #fff; display: flex; } .secondary-btn:hover { border: 1px solid #6b6b6b; color: #6b6b6b; } .button-trans-gray { padding: 0.7rem 1.5rem !important; color: white; font-weight: bold; background: none; border: 1px solid gray; text-transform: uppercase; } @media (min-width: 768px) { button { width: auto; } } .container { padding-left: 1rem; padding-right: 1rem; } .overflow-x-auto::-webkit-scrollbar { display: none; } .boxShadow { box-shadow: 0 1px 3px rgb(0 0 0 / 18%); } .secondary-color { color: #3ba5ac; } .brand-color { background: #3ba5ac; } .button-trans-gray { background-color: none; border: 1px solid gray !important; color: white; } button:focus, select:focus { outline: none; } button:hover { color: rgb(84, 110, 157); } input, textarea, select { @apply border p-4 bg-white focus:outline-none; overflow-y: auto; } .title { @apply font-bold pb-14 text-4xl text-left; color: #133e7c; } .sub-title { font-weight: bold; font-size: 20px; color: #05b298; } .box-shadow { box-shadow: 1px 1px 10px 1px #cbcbcb; } .sticky { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255); box-shadow: 0px 0px 5px 0px #cbcbcb; z-index: 300; } .footer ul li a { font-size: 16px; } /* new button style */ .edgtf-btn { position: relative; display: inline-block; vertical-align: middle; width: auto; margin: 0; font-family: Oswald,sans-serif; font-size: 2em; font-weight: 700; text-transform: uppercase; text-align: left; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; border-radius: 0; } .edgtf-btn.edgtf-btn-solid { color: #fff; border: 1px solid transparent; min-width: 350px; height: 56px; line-height: 54px; padding-left: 30px; padding-right: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; } .edgtf-btn.edgtf-btn-solid { padding-left: 0!important; } .edgtf-btn.edgtf-btn-solid span { position: absolute; -webkit-transform: translateX(-101%); -ms-transform: translateX(-101%); transform: translateX(-101%); color: #000; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; font-size: 22px; } .edgtf-btn.edgtf-btn-solid:after { content: attr(data-text); position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; background: #000; color: #fff; padding-left: 30px; padding-right: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%); clip-path: polygon(0 0,100% 0,100% 100%,0 100%); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; text-align: center; } .edgtf-btn.edgtf-btn-solid:hover span { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .edgtf-btn.edgtf-btn-solid:hover:after { -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%); clip-path: polygon(0 0,0 0,0 100%,0 100%); } .header-button.svelte-3ktdnv.svelte-3ktdnv{ height: 48px; padding: 0 20px; font-weight: 700; background: none; border: 1px solid #000 !important; font-size: 18px; color: #000 !important; display: flex; justify-content: center; align-items: center; text-transform: uppercase; border-radius: 0 !important; } .header-button:hover{ background-color: #000 !important; border: 1px solid #000 !important; color: #fff !important; display: flex; } body.edgtf-theme-cursor #wpadminbar { cursor: default; } body.edgtf-theme-cursor #wpadminbar a, body.edgtf-theme-cursor #wpadminbar input.adminbar-input { cursor: pointer !important; } #edgtf-theme-cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 10000; mix-blend-mode: difference; visibility: hidden; } #edgtf-theme-cursor circle { fill: #fff; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5); -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s,-webkit-transform .2s; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #edgtf-theme-cursor { /* IE10+ CSS styles go here */ } #edgtf-theme-cursor circle { fill: #000; } } @supports (-ms-ime-align: auto) { #edgtf-theme-cursor circle { fill: #000; } } #edgtf-theme-cursor path { opacity: 0; -webkit-transition: opacity .05s; -o-transition: opacity .05s; transition: opacity .05s; } #edgtf-theme-cursor path[id*='morph'] { visibility: hidden; } .edgtf-moving { will-change: transform; } .no-touch .edgtf-theme-cursor { cursor: none !important; } .no-touch .edgtf-theme-cursor a, .no-touch .edgtf-theme-cursor .tp-bullet, .no-touch .edgtf-theme-cursor input, .no-touch .edgtf-theme-cursor button { cursor: none !important; } #edgtf-theme-cursor.edgtf-visible { visibility: visible; } #edgtf-theme-cursor.edgtf-hovering circle { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } #edgtf-theme-cursor.edgtf-visible.edgtf-flame { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-flame circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-flame #edgtf-cursor-flame { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-cart { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-cart circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-cart #edgtf-cursor-cart { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-close { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-close circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-close #edgtf-cursor-close { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-move { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-move circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-move #edgtf-cursor-move { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-eye { mix-blend-mode: unset; } #edgtf-theme-cursor.edgtf-visible.edgtf-eye circle { fill: #000; -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } #edgtf-theme-cursor.edgtf-visible.edgtf-eye #edgtf-cursor-eye { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } @supports (not (-ms-high-contrast: none)) and (not (-ms-ime-align: auto)) { #edgtf-theme-cursor.edgtf-override { mix-blend-mode: difference !important; } #edgtf-theme-cursor.edgtf-override circle { fill: #fff; -webkit-transform: scale(0.5) !important; -ms-transform: scale(0.5) !important; transform: scale(0.5) !important; } #edgtf-theme-cursor.edgtf-override.edgtf-hovering circle { -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; } #edgtf-theme-cursor.edgtf-override path { opacity: 0 !important; } } #edgtf-theme-cursor #edgtf-cursor-flame { -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-animation: burn 1s infinite; animation: burn 1s infinite; } @-webkit-keyframes burn { 0%, 100% { -webkit-transform: skewX(-1deg); transform: skewX(-1deg); } 20% { -webkit-transform: skew(-0.7deg) scaleX(0.98); transform: skew(-0.7deg) scaleX(0.98); } 50% { -webkit-transform: skewX(1deg) scaleX(1.07) translateX(-2px); transform: skewX(1deg) scaleX(1.07) translateX(-2px); } } @keyframes burn { 0%, 100% { -webkit-transform: skewX(-1deg); transform: skewX(-1deg); } 20% { -webkit-transform: skew(-0.7deg) scaleX(0.98); transform: skew(-0.7deg) scaleX(0.98); } 50% { -webkit-transform: skewX(1deg) scaleX(1.07) translateX(-2px); transform: skewX(1deg) scaleX(1.07) translateX(-2px); } } @-webkit-keyframes cursorBlink { 0% { opacity: 1; -webkit-transform: scale(0.5); transform: scale(0.5); } 100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); } } @keyframes cursorBlink { 0% { opacity: 1; -webkit-transform: scale(0.5); transform: scale(0.5); } 100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); } } #edgtf-theme-cursor.edgtf-blink { visibility: visible; } #edgtf-theme-cursor.edgtf-blink circle { -webkit-animation: cursorBlink 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: cursorBlink 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; } #edgtf-theme-cursor.edgtf-blink .path { display: none; } @media all and (-ms-high-contrast: none) { .edgtf-section-title-holder .edgtf-st-title .edgtf-st-title-hollow { color: #fff; text-shadow: -1px -1px 0px #bbbbbb, 1px 1px 0px #bbbbbb, -1px 1px 0px #bbbbbb, 1px -1px 0px #bbbbbb; } } .hover.svelte-uiqmis.svelte-uiqmis, .tabs.svelte-uiqmis div.svelte-uiqmis:hover{ border-bottom: 3px solid #FF005C !important; } .toggle-checkbox.svelte-1s481vr:checked+.toggle-label.svelte-1s481vr{ background: #FF005C !important; } .toggle-checkbox.svelte-1s481vr.svelte-1s481vr:checked{ border: 1px solid #FF005C !important; } .dark-bg { background-color: #445268; color: #f4f4f4; } aside.svelte-jzh4eb { left: inherit !important; top: 0; transition: right 0.3s ease-in-out !important; z-index: 10; background-color: white; right: -100% !important; } .open.svelte-jzh4eb{ left: inherit !important; -webkit-animation: svelte-jzh4eb-changeColor 2s ease forwards; animation: svelte-jzh4eb-changeColor 2s ease forwards; right: 0 !important; } .menu-container.svelte-jzh4eb{ right: 0; }
0.383295
0.080357
body { overflow-x: hidden; } .bg-muted { background: #f2f2f2; } .table-fix { table-layout: fixed; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .container { width: 1190px; max-width: none !important; } .high-lighted { color: #df483d; } .admin-frame-header { background: #2a2f36; } .admin-frame-header .navbar { height: 50px; margin-bottom: 0; border: 0; } .admin-frame-header .navbar-header { height: 100%; } .admin-frame-header .navbar-nav { margin: 0; } .admin-frame-header .navbar-brand { width: 180px; height: 100%; padding-top: 13px; padding-bottom: 13px; border-right: 1px solid #15181a; border-bottom: 1px solid #15181a; } .admin-frame-header .navbar-brand img { margin: 0 auto; } .admin-frame-header .navbar-nav.navbar-right > li { border-left: 1px solid #15181a; } .admin-frame-header .navbar-nav.navbar-right > li a { color: #fff; padding: 0; line-height: 45px; display: block; } .admin-frame-header .navbar-nav.navbar-right > li a:hover, .admin-frame-header .navbar-nav.navbar-right > li a:focus, .admin-frame-header .navbar-nav.navbar-right > li a:active { color: #ccc; } .admin-frame-header .navbar-nav > li { color: #fff; line-height: 50px; font-size: 14px; font-weight: bold; padding: 0 20px; transition: color .2s linear; } .admin-frame-aside { position: absolute; top: 0; left: 0; bottom: 0; width: 180px; padding-top: 50px; } .admin-frame-aside .child-list { position: absolute; top: 50px; bottom: 0; left: 180px; width: 180px; margin: 0; box-shadow: 2px 2px 4px #ccc; background: #fff; z-index: 9; display: block !important; -webkit-transform: translateX(-100%); transform: translateX(-100%); height: auto !important; box-shadow: none; background: #f2f2f2; } .admin-frame-aside .child-list.collapsing, .admin-frame-aside .child-list.in { -webkit-transform: translateX(0); transform: translateX(0); z-index: 10; } .admin-frame-aside .child-list li { position: relative; font-size: 12px; } .admin-frame-aside .child-list li:not(:last-child):after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #e1e2e5; } .admin-frame-aside .child-list li:hover, .admin-frame-aside .child-list li.active { background: #fff; } .admin-frame-aside .child-list a { display: block; line-height: 45px; padding: 0; text-align: center; text-decoration: none; } .admin-frame-aside .nav { position: absolute; top: 50px; left: 0; bottom: 0; width: 180px; background: #2a2f36; color: #fff; z-index: 11; } .admin-frame-aside .nav > li { margin: 0; border-top: 1px solid #15181a; } .admin-frame-aside .nav > li:first-child { border-top: 0; } .admin-frame-aside .nav > li:after { position: absolute; content: ' '; right: 0; top: 50%; margin-top: -6px; border-right: 6px solid #f2f2f2; border-top: 6px solid transparent; border-bottom: 6px solid transparent; opacity: 1; transition: opacity 0s .2s linear; } .admin-frame-aside .nav > li.collapsed > a { background: transparent; } .admin-frame-aside .nav > li.collapsed:after { opacity: 0; } .admin-frame-aside .nav > li > a { border-radius: 0; padding: 0; line-height: 44px; height: 44px; display: block; background: #ce4e45; color: #fff; text-align: center; font-size: 12px; } .admin-frame-aside .nav > li > a.hover, .admin-frame-aside .nav > li > a:hover, .admin-frame-aside .nav > li > a.active { background: #ce4e45; } .admin-frame-main { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow-x: auto; overflow-y: auto; margin: 50px 0 0 180px; font-size: 0; } .admin-main-wrap { min-width: 1190px; padding: 0 30px; font-size: 14px; } body { overflow-x: auto; } .iScrollVerticalScrollbar { position: absolute; top: 0; bottom: 0; right: 0; width: 8px; background: #fff; box-shadow: inset 0 0 6px #666; } .iScrollIndicator { position: absolute; width: 100%; background: #df483d; border-radius: 6px; } .admin-role-edit > .nav-tabs { margin: 30px 0; border-bottom: 3px solid #df483d; } .admin-role-edit > .nav-tabs li { margin-bottom: 0; text-align: center; } .admin-role-edit > .nav-tabs li.active a { border: 0; background: #df483d; color: #fff; } .admin-role-edit > .nav-tabs li a { min-width: 100px; line-height: 1; height: 34px; background: #fce7e6; border: 0; margin-right: 20px; } .admin-management-container { margin: 20px 0; } .admin-management-container > .clearfix { margin: 20px 0; } .admin-management-container .btn-round { min-width: 208px; padding: 6px 16px; border-radius: 18px; } .admin-management-container .form-inline select.form-control { width: 120px; } .admin-management-container .form-inline .form-group { margin: 0 10px 0 30px; } .admin-management-container .form-inline .form-group + .input-group { margin-left: 30px; } .admin-management-container .form-inline .input-group { background: #fff; } .admin-management-container .form-inline .input-group input { border-radius: 17px; width: 360px; padding-right: 40px; background: transparent; } .admin-management-container .form-inline .input-group .btn { position: relative; z-index: 3; margin-top: 1px; margin-left: -40px; background: transparent; } .admin-management-container.admin-management-store .admin-management-panel { height: 530px; } .admin-management-container.admin-management-store > .admin-management-panel { margin: 40px 0; height: auto; } .admin-management-container.admin-management-store > .admin-management-panel .header .col-xs-3 { position: relative; } .admin-management-container.admin-management-store > .admin-management-panel .header .col-xs-3:last-child:after { display: none; } .admin-management-container.admin-management-store > .admin-management-panel .header .col-xs-3:after { font-family: 'Glyphicons Halflings'; content: "\e258"; position: absolute; right: 0; color: #999; } .admin-management-container.admin-management-store > .admin-management-panel li { line-height: 48px; border-bottom: 1px dashed #ccc; font-size: 16px; } .admin-management-container.admin-management-store > .admin-management-panel .btn { width: 140px; height: 34px; border-radius: 17px; border-color: #df483d; color: #df483d; font-size: 16px; font-weight: 600; } .admin-management-container.admin-management-store > .admin-management-panel .btn:hover { background: #df483d; color: #fff; } .admin-management-container.admin-management-store .btn-round { min-width: 120px; } .admin-management-panel { height: 700px; background: #fff; border-radius: 4px; border: 1px solid #b2b2b2; box-shadow: 0 0 4px #b2b2b2; font-size: 12px; position: relative; } .admin-management-panel.admin-manage-role { height: 400px; margin-bottom: 30px; } .admin-management-panel.admin-manage-role + .admin-management-panel { height: 270px; } .admin-management-panel .header { text-align: center; line-height: 40px; font-weight: 600; border-bottom: 1px solid #b2b2b2; box-shadow: 0 4px 4px -1px #b2b2b2; position: relative; z-index: 1; font-size: 14px; } .admin-management-panel .header:before, .admin-management-panel .header:after { content: " "; display: table; } .admin-management-panel .header:after { clear: both; } .admin-management-panel .header > div { white-space: nowrap; } .admin-management-panel .header .btn-block { margin: 5px 0; } .admin-management-panel .footer { position: absolute; bottom: 0; left: 0; right: 0; height: 50px; display: table-cell; padding: 10px 20px; vertical-align: middle; box-shadow: 0 -4px 4px -1px #b2b2b2; } .admin-management-panel .footer .pagination, .admin-management-panel .footer .pagination-info { margin: 0; font-size: 12px; } .admin-management-panel .iscroll_container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } .admin-management-panel .iscroll_container.with-header { top: 40px; } .admin-management-panel .iscroll_container.with-footer { bottom: 50px; } .admin-management-panel .list-unstyled { margin: 0; } .admin-management-panel .list-unstyled a { text-decoration: none; } .admin-management-panel .list-unstyled.dashed-split li { border-bottom: 1px dashed #b2b2b2; } .admin-management-panel .list-unstyled.has-col-8:before, .admin-management-panel .list-unstyled.has-col-8:after { content: " "; display: table; } .admin-management-panel .list-unstyled.has-col-8:after { clear: both; } .admin-management-panel .list-unstyled.has-col-8 li { width: 19%; padding-left: 15px; text-align: left; float: left; line-height: 50px; } .admin-management-panel .list-unstyled.has-col-8 li.title { width: 100%; border-top: 2px solid #b2b2b2; margin-top: 10px; line-height: 32px; font-size: 14px; text-align: left; padding: 0 15px; } .admin-management-panel .list-unstyled.has-col-8 li.title:first-child { border: 0; } .admin-management-panel .list-unstyled.has-col-8 .checkbox { line-height: 32px; } .admin-management-panel .list-unstyled.has-col-8 .checkbox input { margin-top: 10px; } .admin-management-panel .list-unstyled li { line-height: 42px; text-align: center; } .admin-management-panel .list-unstyled li:before, .admin-management-panel .list-unstyled li:after { content: " "; display: table; } .admin-management-panel .list-unstyled li:after { clear: both; } .admin-management-panel .list-unstyled li a div { background: #fce7e6; } .admin-management-panel .list-unstyled li.active { background: #fce7e6; } .admin-management-panel .list-unstyled li a.collapsed div { background: #fff; } .admin-management-panel .list-unstyled li .btn { margin: 0 4px; padding: 4px 8px; font-size: 12px; line-height: 1.25; } .admin-management-panel .list-unstyled li [class^='col-xs'] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .admin-management-panel .list-unstyled .collapse-info { box-shadow: inset 0 2px 4px #b2b2b2; background: #e7e7e7; } .admin-management-panel .list-unstyled .collapse-info li { line-height: 30px; } #J_role_list li, #J_department_list li { cursor: pointer; }
admin/modules/site/views/assets/css/employee.css
body { overflow-x: hidden; } .bg-muted { background: #f2f2f2; } .table-fix { table-layout: fixed; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .container { width: 1190px; max-width: none !important; } .high-lighted { color: #df483d; } .admin-frame-header { background: #2a2f36; } .admin-frame-header .navbar { height: 50px; margin-bottom: 0; border: 0; } .admin-frame-header .navbar-header { height: 100%; } .admin-frame-header .navbar-nav { margin: 0; } .admin-frame-header .navbar-brand { width: 180px; height: 100%; padding-top: 13px; padding-bottom: 13px; border-right: 1px solid #15181a; border-bottom: 1px solid #15181a; } .admin-frame-header .navbar-brand img { margin: 0 auto; } .admin-frame-header .navbar-nav.navbar-right > li { border-left: 1px solid #15181a; } .admin-frame-header .navbar-nav.navbar-right > li a { color: #fff; padding: 0; line-height: 45px; display: block; } .admin-frame-header .navbar-nav.navbar-right > li a:hover, .admin-frame-header .navbar-nav.navbar-right > li a:focus, .admin-frame-header .navbar-nav.navbar-right > li a:active { color: #ccc; } .admin-frame-header .navbar-nav > li { color: #fff; line-height: 50px; font-size: 14px; font-weight: bold; padding: 0 20px; transition: color .2s linear; } .admin-frame-aside { position: absolute; top: 0; left: 0; bottom: 0; width: 180px; padding-top: 50px; } .admin-frame-aside .child-list { position: absolute; top: 50px; bottom: 0; left: 180px; width: 180px; margin: 0; box-shadow: 2px 2px 4px #ccc; background: #fff; z-index: 9; display: block !important; -webkit-transform: translateX(-100%); transform: translateX(-100%); height: auto !important; box-shadow: none; background: #f2f2f2; } .admin-frame-aside .child-list.collapsing, .admin-frame-aside .child-list.in { -webkit-transform: translateX(0); transform: translateX(0); z-index: 10; } .admin-frame-aside .child-list li { position: relative; font-size: 12px; } .admin-frame-aside .child-list li:not(:last-child):after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #e1e2e5; } .admin-frame-aside .child-list li:hover, .admin-frame-aside .child-list li.active { background: #fff; } .admin-frame-aside .child-list a { display: block; line-height: 45px; padding: 0; text-align: center; text-decoration: none; } .admin-frame-aside .nav { position: absolute; top: 50px; left: 0; bottom: 0; width: 180px; background: #2a2f36; color: #fff; z-index: 11; } .admin-frame-aside .nav > li { margin: 0; border-top: 1px solid #15181a; } .admin-frame-aside .nav > li:first-child { border-top: 0; } .admin-frame-aside .nav > li:after { position: absolute; content: ' '; right: 0; top: 50%; margin-top: -6px; border-right: 6px solid #f2f2f2; border-top: 6px solid transparent; border-bottom: 6px solid transparent; opacity: 1; transition: opacity 0s .2s linear; } .admin-frame-aside .nav > li.collapsed > a { background: transparent; } .admin-frame-aside .nav > li.collapsed:after { opacity: 0; } .admin-frame-aside .nav > li > a { border-radius: 0; padding: 0; line-height: 44px; height: 44px; display: block; background: #ce4e45; color: #fff; text-align: center; font-size: 12px; } .admin-frame-aside .nav > li > a.hover, .admin-frame-aside .nav > li > a:hover, .admin-frame-aside .nav > li > a.active { background: #ce4e45; } .admin-frame-main { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow-x: auto; overflow-y: auto; margin: 50px 0 0 180px; font-size: 0; } .admin-main-wrap { min-width: 1190px; padding: 0 30px; font-size: 14px; } body { overflow-x: auto; } .iScrollVerticalScrollbar { position: absolute; top: 0; bottom: 0; right: 0; width: 8px; background: #fff; box-shadow: inset 0 0 6px #666; } .iScrollIndicator { position: absolute; width: 100%; background: #df483d; border-radius: 6px; } .admin-role-edit > .nav-tabs { margin: 30px 0; border-bottom: 3px solid #df483d; } .admin-role-edit > .nav-tabs li { margin-bottom: 0; text-align: center; } .admin-role-edit > .nav-tabs li.active a { border: 0; background: #df483d; color: #fff; } .admin-role-edit > .nav-tabs li a { min-width: 100px; line-height: 1; height: 34px; background: #fce7e6; border: 0; margin-right: 20px; } .admin-management-container { margin: 20px 0; } .admin-management-container > .clearfix { margin: 20px 0; } .admin-management-container .btn-round { min-width: 208px; padding: 6px 16px; border-radius: 18px; } .admin-management-container .form-inline select.form-control { width: 120px; } .admin-management-container .form-inline .form-group { margin: 0 10px 0 30px; } .admin-management-container .form-inline .form-group + .input-group { margin-left: 30px; } .admin-management-container .form-inline .input-group { background: #fff; } .admin-management-container .form-inline .input-group input { border-radius: 17px; width: 360px; padding-right: 40px; background: transparent; } .admin-management-container .form-inline .input-group .btn { position: relative; z-index: 3; margin-top: 1px; margin-left: -40px; background: transparent; } .admin-management-container.admin-management-store .admin-management-panel { height: 530px; } .admin-management-container.admin-management-store > .admin-management-panel { margin: 40px 0; height: auto; } .admin-management-container.admin-management-store > .admin-management-panel .header .col-xs-3 { position: relative; } .admin-management-container.admin-management-store > .admin-management-panel .header .col-xs-3:last-child:after { display: none; } .admin-management-container.admin-management-store > .admin-management-panel .header .col-xs-3:after { font-family: 'Glyphicons Halflings'; content: "\e258"; position: absolute; right: 0; color: #999; } .admin-management-container.admin-management-store > .admin-management-panel li { line-height: 48px; border-bottom: 1px dashed #ccc; font-size: 16px; } .admin-management-container.admin-management-store > .admin-management-panel .btn { width: 140px; height: 34px; border-radius: 17px; border-color: #df483d; color: #df483d; font-size: 16px; font-weight: 600; } .admin-management-container.admin-management-store > .admin-management-panel .btn:hover { background: #df483d; color: #fff; } .admin-management-container.admin-management-store .btn-round { min-width: 120px; } .admin-management-panel { height: 700px; background: #fff; border-radius: 4px; border: 1px solid #b2b2b2; box-shadow: 0 0 4px #b2b2b2; font-size: 12px; position: relative; } .admin-management-panel.admin-manage-role { height: 400px; margin-bottom: 30px; } .admin-management-panel.admin-manage-role + .admin-management-panel { height: 270px; } .admin-management-panel .header { text-align: center; line-height: 40px; font-weight: 600; border-bottom: 1px solid #b2b2b2; box-shadow: 0 4px 4px -1px #b2b2b2; position: relative; z-index: 1; font-size: 14px; } .admin-management-panel .header:before, .admin-management-panel .header:after { content: " "; display: table; } .admin-management-panel .header:after { clear: both; } .admin-management-panel .header > div { white-space: nowrap; } .admin-management-panel .header .btn-block { margin: 5px 0; } .admin-management-panel .footer { position: absolute; bottom: 0; left: 0; right: 0; height: 50px; display: table-cell; padding: 10px 20px; vertical-align: middle; box-shadow: 0 -4px 4px -1px #b2b2b2; } .admin-management-panel .footer .pagination, .admin-management-panel .footer .pagination-info { margin: 0; font-size: 12px; } .admin-management-panel .iscroll_container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } .admin-management-panel .iscroll_container.with-header { top: 40px; } .admin-management-panel .iscroll_container.with-footer { bottom: 50px; } .admin-management-panel .list-unstyled { margin: 0; } .admin-management-panel .list-unstyled a { text-decoration: none; } .admin-management-panel .list-unstyled.dashed-split li { border-bottom: 1px dashed #b2b2b2; } .admin-management-panel .list-unstyled.has-col-8:before, .admin-management-panel .list-unstyled.has-col-8:after { content: " "; display: table; } .admin-management-panel .list-unstyled.has-col-8:after { clear: both; } .admin-management-panel .list-unstyled.has-col-8 li { width: 19%; padding-left: 15px; text-align: left; float: left; line-height: 50px; } .admin-management-panel .list-unstyled.has-col-8 li.title { width: 100%; border-top: 2px solid #b2b2b2; margin-top: 10px; line-height: 32px; font-size: 14px; text-align: left; padding: 0 15px; } .admin-management-panel .list-unstyled.has-col-8 li.title:first-child { border: 0; } .admin-management-panel .list-unstyled.has-col-8 .checkbox { line-height: 32px; } .admin-management-panel .list-unstyled.has-col-8 .checkbox input { margin-top: 10px; } .admin-management-panel .list-unstyled li { line-height: 42px; text-align: center; } .admin-management-panel .list-unstyled li:before, .admin-management-panel .list-unstyled li:after { content: " "; display: table; } .admin-management-panel .list-unstyled li:after { clear: both; } .admin-management-panel .list-unstyled li a div { background: #fce7e6; } .admin-management-panel .list-unstyled li.active { background: #fce7e6; } .admin-management-panel .list-unstyled li a.collapsed div { background: #fff; } .admin-management-panel .list-unstyled li .btn { margin: 0 4px; padding: 4px 8px; font-size: 12px; line-height: 1.25; } .admin-management-panel .list-unstyled li [class^='col-xs'] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .admin-management-panel .list-unstyled .collapse-info { box-shadow: inset 0 2px 4px #b2b2b2; background: #e7e7e7; } .admin-management-panel .list-unstyled .collapse-info li { line-height: 30px; } #J_role_list li, #J_department_list li { cursor: pointer; }
0.458834
0.061961
@charset 'UTF-8'; @import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600'); @import url('font-awesome.min.css'); /* Helios by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Responsive iFrame */ .visible-sm, .visible-md { display: none !important; } .responsive-iframe-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*********************************************************************************/ /* Basic */ /*********************************************************************************/ body { background: #f0f4f4; color: #5b5b5b; } body.is-loading * { -moz-transition: none !important; -webkit-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; -moz-animation: none !important; -webkit-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } body,input,textarea,select { font-size: 15pt; line-height: 1.85em; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; } h1,h2,h3,h4,h5,h6 { font-weight: 400; color: #483949; line-height: 1.25em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; border-bottom-color: transparent; } h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600; } h2 { font-size: 2.85em; } h3 { font-size: 1.25em; } h4 { font-size: 1em; margin: 0 0 0.25em 0; } strong, b { font-weight: 400; color: #483949; } em, i { font-style: italic; } a { color: inherit; border-bottom: solid 1px rgba(128,128,128,0.15); text-decoration: none; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; } a:hover { color: #ef8376; border-bottom-color: transparent; } sub { position: relative; top: 0.5em; font-size: 0.8em; } sup { position: relative; top: -0.5em; font-size: 0.8em; } blockquote { border-left: solid 0.5em #ddd; padding: 1em 0 1em 2em; font-style: italic; } p, ul, ol, dl, table { margin-bottom: 1em; } p { text-align: justify; } br.clear { clear: both; } hr { position: relative; display: block; border: 0; top: 4.5em; margin-bottom: 9em; height: 6px; border-top: solid 1px rgba(128,128,128,0.2); border-bottom: solid 1px rgba(128,128,128,0.2); } hr:before, hr:after { content: ''; position: absolute; top: -8px; display: block; width: 1px; height: 21px; background: rgba(128,128,128,0.2); } hr:before { left: -1px; } hr:after { right: -1px; } .timestamp { color: rgba(128,128,128,0.75); font-size: 0.8em; } /* Sections/Article */ section, article { margin-bottom: 3em; } section > :last-child, article > :last-child { margin-bottom: 0; } section:last-child, article:last-child { margin-bottom: 0; } .row > section, .row > article { margin-bottom: 0; } section.special > header, section.special > footer, article.special > header, article.special > footer { text-align: center; } header { margin: 0 0 1em 0; } header > p { display: block; font-size: 1.5em; margin: 1em 0 2em 0; line-height: 1.5em; text-align: inherit; } footer { margin: 2.5em 0 0 0; } /* Image */ .image { position: relative; display: inline-block; border: 0; outline: 0; } /* Uncomment the block below if you want linked images to highlight on hover */ .image img { display: block; width: 100%; } .image.fit { display: block; width: 100%; } .image.featured { display: block; width: 100%; margin: 0 0 4em 0; } .image.left { float: left; margin: 0 2em 2em 0; } .image.centered { display: block; margin: 0 0 2em 0; } .image.centered img { margin: 0 auto; width: auto; } /* List */ ul { } ul.default { list-style: disc; padding-left: 1em; } ul.default li { padding-left: 0.5em; } ul.actions { margin: 3em 0 0 0; } form ul.actions { margin-top: 0; } ul.actions li { display: inline-block; margin: 0 0.75em 0 0.75em; } ul.actions li:first-child { margin-left: 0; } ul.actions li:last-child { margin-right: 0; } ul.divided { } ul.divided li { border-top: solid 1px rgba(128,128,128,0.2); padding-top: 1.5em; margin-top: 1.5em; } ul.divided li:first-child { border-top: 0; padding-top: 0; margin-top: 0; } ul.menu { height: 1em; line-height: 1em; } ul.menu li { display: inline-block; border-left: solid 1px rgba(128,128,128,0.2); padding-left: 1.25em; margin-left: 1.25em; } ul.menu li:first-child { border-left: 0; padding-left: 0; margin-left: 0; } ul.icons { position: relative; background: rgba(128,128,128,0.05); border-radius: 4em; display: inline-block; padding: 0.35em 0.75em 0.35em 0.75em; font-size: 1.25em; cursor: default; } ul.icons li { display: inline-block; } ul.icons li a { display: inline-block; background: none; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; border-radius: 100%; border: 0; color: inherit; } ul.icons li a:hover { color: #ef8376; } ol { } ol.default { list-style: decimal; padding-left: 1.25em; } ol.default li { padding-left: 0.25em; } /* Form */ form { } form label { display: block; font-weight: 400; color: #483949; margin: 0 0 1em 0; } form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea { -webkit-appearance: none; display: block; border: 0; background: #fafafa; width: 100%; border-radius: 0.5em; border: solid 1px #E5E5E5; padding: 1em; -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; } form input[type="text"], form input[type="email"], form input[type="password"], form select { line-height: 1em; } form textarea { min-height: 9em; } form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus { background: #fff; border-color: #df7366; } form .formerize-placeholder { color: #555 !important; } form ::-webkit-input-placeholder { color: #555 !important; } form :-moz-placeholder { color: #555 !important; } form ::-moz-placeholder { color: #555 !important; } form :-ms-input-placeholder { color: #555 !important; } form ::-moz-focus-inner { border: 0; } /* Table */ table { width: 100%; } table.default { width: 100%; } table.default tbody tr { border-top: solid 1px #e5e5e5; } table.default tbody tr:first-child { border-top: 0; } table.default tbody tr:nth-child(2n+1) { background: #fafafa; } table.default td { padding: 0.5em 1em 0.5em 1em; } table.default th { text-align: left; font-weight: 400; padding: 0.5em 1em 0.5em 1em; } table.default thead { border-bottom: solid 2px #e5e5e5; } table.default tfoot { border-top: solid 2px #e5e5e5; } /* Button */ input[type="button"], input[type="submit"], input[type="reset"], .button { position: relative; display: inline-block; background: #df7366; color: #fff; text-align: center; border-radius: 0.5em; text-decoration: none; padding: 0.65em 3em 0.65em 3em; border: 0; cursor: pointer; outline: 0; font-weight: 300; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover { color: #fff; background: #ef8376; } input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt, .button.alt { background: #2B252C; } input[type="button"].alt:hover, input[type="submit"].alt:hover, input[type="reset"].alt:hover, .button.alt:hover { background: #3B353C; } /* Post */ .post { } .post.stub { text-align: center; } .post.stub header { margin: 0; } /*********************************************************************************/ /* Icons */ /*********************************************************************************/ .icon { text-decoration: none; } .icon:before { display: inline-block; font-family: FontAwesome; font-size: 1.25em; text-decoration: none; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .icon > .label { display: none; } .icon.circled { position: relative; display: inline-block; background: #2b252c; color: #fff; border-radius: 100%; width: 1em; height: 1em; line-height: 3.25em; text-align: center; font-size: 1.25em; } header .icon.circled { margin: 0 0 2em 0; } /*********************************************************************************/ /* Wrapper */ /*********************************************************************************/ .wrapper { background: #fff; margin: 0 0 2em 0; padding: 6em 0 6em 0; } .wrapper.style1 { } .wrapper.style2 { padding-top: 0; } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #header { position: relative; background-image: url('../images/header.jpg'); background-size: cover; background-position: center center; background-attachment: fixed; color: #fff; text-align: center; padding: 2.5em 0 2em 0; cursor: default; } .homepage #header { padding: 4em 0 4em 0; } .homepage #header .overlay { content: ''; background: #1C0920; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1.0; -moz-transition: opacity 2s ease-in-out; -webkit-transition: opacity 2s ease-in-out; -o-transition: opacity 2s ease-in-out; -ms-transition: opacity 2s ease-in-out; transition: opacity 2s ease-in-out; } .homepage #header.ready .overlay { opacity: 0; } #header .inner { position: relative; z-index: 1; margin: 0; padding: 4em 0 0 0; } #header h1 { color: #fff; font-size: 3em; line-height: 1em; } .homepage #header h1 { font-size: 4em; } #header h1 a { color: inherit; } #header header > p { font-size: 1.25em; margin: 0; } #header .button { display: inline-block; border-radius: 100%; width: 3em; height: 3em; line-height: 3em; text-align: center; font-size: 1.25em; padding: 0; } #header header { display: inline-block; } #header footer { margin: 1em 0 0 0; } #header hr { top: 1.5em; margin-bottom: 3em; border-bottom-color: rgba(192,192,192,0.35); box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35); } #header hr:before, #header hr:after { background: rgba(192,192,192,0.35); } /*********************************************************************************/ /* Nav */ /*********************************************************************************/ #nav { position: absolute; top: 0; left: 0; width: 100%; text-align: center; padding: 1.5em 0 1.5em 0; z-index: 1; overflow: hidden; } #nav > ul { line-height: 0px; position: relative; display: inline-block; margin: 0; height: 21px; border-left: solid 1px rgba(192,192,192,0.35); border-right: solid 1px rgba(192,192,192,0.35); } #nav > ul:before, #nav > ul:after { content: ''; display: block; width: 300%; position: absolute; top: 50%; margin-top: -2px; height: 5px; border-top: solid 1px rgba(192,192,192,0.35); border-bottom: solid 1px rgba(192,192,192,0.35); } #nav > ul:before { left: 100%; margin-left: 1px; } #nav > ul:after { right: 100%; margin-right: 1px; } #nav > ul > li { display: inline-block; margin: -9px 0.5em 0 0.5em; border-radius: 0.5em; padding: 0.85em; border: solid 1px transparent; -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; -o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; } #nav > ul > li.active { border-color: rgba(192,192,192,0.35); } #nav > ul > li > a, #nav > ul > li > span { display: block; color: inherit; text-decoration: none; border: 0; outline: 0; } #nav > ul > li > ul { display: none; } .dropotron { background: rgba(255,255,255,0.975); padding: 1em 1.25em 1em 1.25em; line-height: 1em; height: auto; text-align: left; border-radius: 0.5em; box-shadow: 0 0.15em 0.25em 0 rgba(0,0,0,0.25); min-width: 12em; margin-top: -1em; } .dropotron li { border-top: solid 1px rgba(128,128,128,0.2); color: #5b5b5b; } .dropotron li:first-child { border-top: 0; } .dropotron li:hover { color: #ef8376; } .dropotron li a, .dropotron li span { display: block; border: 0; padding: 0.5em 0 0.5em 0; -moz-transition: color 0.35s ease-in-out; -webkit-transition: color 0.35s ease-in-out; -o-transition: color 0.35s ease-in-out; -ms-transition: color 0.35s ease-in-out; transition: color 0.35s ease-in-out; } .dropotron.level-0 { margin-top: 2em; font-size: 0.9em; } .dropotron.level-0:before { content: ''; position: absolute; left: 50%; top: -0.7em; margin-left: -0.75em; border-bottom: solid 0.75em rgba(255,255,255,0.975); border-left: solid 0.75em rgba(64,64,64,0); border-right: solid 0.75em rgba(64,64,64,0); } /*********************************************************************************/ /* Banner */ /*********************************************************************************/ #banner { background: #fff; text-align: center; padding: 1.5em 0 1.5em 0; margin-bottom: 0; } #banner header > p { margin-bottom: 0; } /*********************************************************************************/ /* Content */ /*********************************************************************************/ #content { } #content > hr { top: 3em; margin-bottom: 6em; } #content > section { margin-bottom: 0; } /*********************************************************************************/ /* Sidebar */ /*********************************************************************************/ #sidebar { } #sidebar > hr.first { display: none; } #sidebar > hr { top: 3em; margin-bottom: 6em; } #sidebar > section { margin-bottom: 0; } /*********************************************************************************/ /* Main */ /*********************************************************************************/ #main { margin-bottom: 0; } #main section:first-of-type { padding-top: 2em; } /*********************************************************************************/ /* Footer */ /*********************************************************************************/ #footer { position: relative; overflow: hidden; padding: 6em 0 6em 0; background: #2b252c; color: #fff; } #footer .icon.circled { background: #fff; color: #2b252c; } #footer header { text-align: center; cursor: default; } #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { color: #fff; } #footer .contact { text-align: center; } #footer .contact p { text-align: center; margin: 0 0 3em 0; } #footer .copyright { text-align: center; color: rgba(128,128,128,0.75); font-size: 0.8em; cursor: default; } #footer .copyright a { color: rgba(128,128,128,0.75); } #footer .copyright a:hover { color: rgba(212,212,212,0.85); } /*********************************************************************************/ /* Carousel */ /*********************************************************************************/ .carousel { position: relative; overflow: hidden; padding: 2em 0 2em 0; margin-bottom: 0; } .carousel .forward, .carousel .backward { position: absolute; top: 50%; width: 6em; height: 12em; margin-top: -6em; cursor: pointer; } .carousel .forward { right: 0; } .carousel .backward { left: 0; } .carousel .forward:before, .carousel .backward:before { content: ''; display: block; width: 6em; height: 6em; border-radius: 100%; background-color: rgba(72,57,73, 0.5); position: absolute; top: 50%; margin-top: -3em; -moz-transition: background-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out; -webkit-backface-visibility: hidden; } .carousel .forward:after, .carousel .backward:after { content: ''; width: 3em; height: 3em; position: absolute; top: 50%; margin: -1.5em 0 0 0; background: url('images/arrow.svg') no-repeat center center; } .carousel .forward:after { right: -0.25em; } .carousel .backward:after { left: -0.25em; -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); } .carousel .forward:before { right: -3em; } .carousel .backward:before { left: -3em; } .carousel .forward:hover:before, .carousel .backward:hover:before { background-color: rgba(239,131,118, 0.75); } .carousel .reel { white-space: nowrap; position: relative; -webkit-overflow-scrolling: touch; padding: 0 2em 0 2em; } .carousel article { display: inline-block; width: 18em; background: #fff; text-align: center; /* padding: 0 1em 3em 1em; */ padding: 0 1em 0 1em; margin: 0 2em 0 0; white-space: normal; opacity: 1.0; -moz-transition: opacity 0.75s ease-in-out; -webkit-transition: opacity 0.75s ease-in-out; -o-transition: opacity 0.75s ease-in-out; -ms-transition: opacity 0.75s ease-in-out; transition: opacity 0.75s ease-in-out; } .carousel article.loading { opacity: 0; } .carousel article .image { position: relative; left: -1em; top: 0; width: auto; margin-right: -2em; /* margin-bottom: 3em; */ margin-bottom: 0; } .carousel article p { text-align: center; } /*********************************************************************************/ /* Fancybox */ /*********************************************************************************/ /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox/fancybox_sprite.png'); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url('images/fancybox/fancybox_loading.gif') center center no-repeat; } .fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('images/fancybox/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: 10px; background-position: 0 -36px; } .fancybox-next span { right: 10px; background-position: 0 -72px; } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } /* Overlay helper */ .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('images/fancybox/fancybox_overlay.png'); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } /* Title helper */ .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); } /*Retina graphics!*/ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox/fancybox_sprite@2x.png'); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ } #fancybox-loading div { background-image: url('images/fancybox/fancybox_loading@2x.gif'); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } } /*********************************************************************************/ /* Fancybox Buttons */ /*********************************************************************************/ #fancybox-buttons { position: fixed; left: 0; width: 100%; z-index: 8050; } #fancybox-buttons.top { top: 10px; } #fancybox-buttons.bottom { bottom: 10px; } #fancybox-buttons ul { display: block; width: 166px; height: 30px; margin: 0 auto; padding: 0; list-style: none; border: 1px solid #111; border-radius: 3px; -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); background: rgb(50,50,50); background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51))); background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); } #fancybox-buttons ul li { float: left; margin: 0; padding: 0; } #fancybox-buttons a { display: block; width: 30px; height: 30px; text-indent: -9999px; background-color: transparent; background-image: url('fancybox_buttons.png'); background-repeat: no-repeat; outline: none; opacity: 0.8; } #fancybox-buttons a:hover { opacity: 1; } #fancybox-buttons a.btnPrev { background-position: 5px 0; } #fancybox-buttons a.btnNext { background-position: -33px 0; border-right: 1px solid #3e3e3e; } #fancybox-buttons a.btnPlay { background-position: 0 -30px; } #fancybox-buttons a.btnPlayOn { background-position: -30px -30px; } #fancybox-buttons a.btnToggle { background-position: 3px -60px; border-left: 1px solid #111; border-right: 1px solid #3e3e3e; width: 35px } #fancybox-buttons a.btnToggleOn { background-position: -27px -60px; } #fancybox-buttons a.btnClose { border-left: 1px solid #111; width: 35px; background-position: -56px 0px; } #fancybox-buttons a.btnDisabled { opacity : 0.4; cursor: default; } /*********************************************************************************/ /* Fancybox Thumbs */ /*********************************************************************************/ #fancybox-thumbs { position: fixed; left: 0; width: 100%; overflow: hidden; z-index: 8050; } #fancybox-thumbs.bottom { bottom: 2px; } #fancybox-thumbs.top { top: 2px; } #fancybox-thumbs ul { position: relative; list-style: none; margin: 0; padding: 0; } #fancybox-thumbs ul li { float: left; padding: 1px; opacity: 0.5; } #fancybox-thumbs ul li.active { opacity: 0.75; padding: 0; border: 1px solid #fff; } #fancybox-thumbs ul li:hover { opacity: 1; } #fancybox-thumbs ul li a { display: block; position: relative; overflow: hidden; border: 1px solid #222; background: #111; outline: none; } #fancybox-thumbs ul li img { display: block; position: relative; border: 0; padding: 0; max-width: none; }
css/style.css
@charset 'UTF-8'; @import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600'); @import url('font-awesome.min.css'); /* Helios by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Responsive iFrame */ .visible-sm, .visible-md { display: none !important; } .responsive-iframe-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*********************************************************************************/ /* Basic */ /*********************************************************************************/ body { background: #f0f4f4; color: #5b5b5b; } body.is-loading * { -moz-transition: none !important; -webkit-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; -moz-animation: none !important; -webkit-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } body,input,textarea,select { font-size: 15pt; line-height: 1.85em; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; } h1,h2,h3,h4,h5,h6 { font-weight: 400; color: #483949; line-height: 1.25em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; border-bottom-color: transparent; } h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600; } h2 { font-size: 2.85em; } h3 { font-size: 1.25em; } h4 { font-size: 1em; margin: 0 0 0.25em 0; } strong, b { font-weight: 400; color: #483949; } em, i { font-style: italic; } a { color: inherit; border-bottom: solid 1px rgba(128,128,128,0.15); text-decoration: none; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; } a:hover { color: #ef8376; border-bottom-color: transparent; } sub { position: relative; top: 0.5em; font-size: 0.8em; } sup { position: relative; top: -0.5em; font-size: 0.8em; } blockquote { border-left: solid 0.5em #ddd; padding: 1em 0 1em 2em; font-style: italic; } p, ul, ol, dl, table { margin-bottom: 1em; } p { text-align: justify; } br.clear { clear: both; } hr { position: relative; display: block; border: 0; top: 4.5em; margin-bottom: 9em; height: 6px; border-top: solid 1px rgba(128,128,128,0.2); border-bottom: solid 1px rgba(128,128,128,0.2); } hr:before, hr:after { content: ''; position: absolute; top: -8px; display: block; width: 1px; height: 21px; background: rgba(128,128,128,0.2); } hr:before { left: -1px; } hr:after { right: -1px; } .timestamp { color: rgba(128,128,128,0.75); font-size: 0.8em; } /* Sections/Article */ section, article { margin-bottom: 3em; } section > :last-child, article > :last-child { margin-bottom: 0; } section:last-child, article:last-child { margin-bottom: 0; } .row > section, .row > article { margin-bottom: 0; } section.special > header, section.special > footer, article.special > header, article.special > footer { text-align: center; } header { margin: 0 0 1em 0; } header > p { display: block; font-size: 1.5em; margin: 1em 0 2em 0; line-height: 1.5em; text-align: inherit; } footer { margin: 2.5em 0 0 0; } /* Image */ .image { position: relative; display: inline-block; border: 0; outline: 0; } /* Uncomment the block below if you want linked images to highlight on hover */ .image img { display: block; width: 100%; } .image.fit { display: block; width: 100%; } .image.featured { display: block; width: 100%; margin: 0 0 4em 0; } .image.left { float: left; margin: 0 2em 2em 0; } .image.centered { display: block; margin: 0 0 2em 0; } .image.centered img { margin: 0 auto; width: auto; } /* List */ ul { } ul.default { list-style: disc; padding-left: 1em; } ul.default li { padding-left: 0.5em; } ul.actions { margin: 3em 0 0 0; } form ul.actions { margin-top: 0; } ul.actions li { display: inline-block; margin: 0 0.75em 0 0.75em; } ul.actions li:first-child { margin-left: 0; } ul.actions li:last-child { margin-right: 0; } ul.divided { } ul.divided li { border-top: solid 1px rgba(128,128,128,0.2); padding-top: 1.5em; margin-top: 1.5em; } ul.divided li:first-child { border-top: 0; padding-top: 0; margin-top: 0; } ul.menu { height: 1em; line-height: 1em; } ul.menu li { display: inline-block; border-left: solid 1px rgba(128,128,128,0.2); padding-left: 1.25em; margin-left: 1.25em; } ul.menu li:first-child { border-left: 0; padding-left: 0; margin-left: 0; } ul.icons { position: relative; background: rgba(128,128,128,0.05); border-radius: 4em; display: inline-block; padding: 0.35em 0.75em 0.35em 0.75em; font-size: 1.25em; cursor: default; } ul.icons li { display: inline-block; } ul.icons li a { display: inline-block; background: none; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; border-radius: 100%; border: 0; color: inherit; } ul.icons li a:hover { color: #ef8376; } ol { } ol.default { list-style: decimal; padding-left: 1.25em; } ol.default li { padding-left: 0.25em; } /* Form */ form { } form label { display: block; font-weight: 400; color: #483949; margin: 0 0 1em 0; } form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea { -webkit-appearance: none; display: block; border: 0; background: #fafafa; width: 100%; border-radius: 0.5em; border: solid 1px #E5E5E5; padding: 1em; -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out; } form input[type="text"], form input[type="email"], form input[type="password"], form select { line-height: 1em; } form textarea { min-height: 9em; } form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus { background: #fff; border-color: #df7366; } form .formerize-placeholder { color: #555 !important; } form ::-webkit-input-placeholder { color: #555 !important; } form :-moz-placeholder { color: #555 !important; } form ::-moz-placeholder { color: #555 !important; } form :-ms-input-placeholder { color: #555 !important; } form ::-moz-focus-inner { border: 0; } /* Table */ table { width: 100%; } table.default { width: 100%; } table.default tbody tr { border-top: solid 1px #e5e5e5; } table.default tbody tr:first-child { border-top: 0; } table.default tbody tr:nth-child(2n+1) { background: #fafafa; } table.default td { padding: 0.5em 1em 0.5em 1em; } table.default th { text-align: left; font-weight: 400; padding: 0.5em 1em 0.5em 1em; } table.default thead { border-bottom: solid 2px #e5e5e5; } table.default tfoot { border-top: solid 2px #e5e5e5; } /* Button */ input[type="button"], input[type="submit"], input[type="reset"], .button { position: relative; display: inline-block; background: #df7366; color: #fff; text-align: center; border-radius: 0.5em; text-decoration: none; padding: 0.65em 3em 0.65em 3em; border: 0; cursor: pointer; outline: 0; font-weight: 300; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover { color: #fff; background: #ef8376; } input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt, .button.alt { background: #2B252C; } input[type="button"].alt:hover, input[type="submit"].alt:hover, input[type="reset"].alt:hover, .button.alt:hover { background: #3B353C; } /* Post */ .post { } .post.stub { text-align: center; } .post.stub header { margin: 0; } /*********************************************************************************/ /* Icons */ /*********************************************************************************/ .icon { text-decoration: none; } .icon:before { display: inline-block; font-family: FontAwesome; font-size: 1.25em; text-decoration: none; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .icon > .label { display: none; } .icon.circled { position: relative; display: inline-block; background: #2b252c; color: #fff; border-radius: 100%; width: 1em; height: 1em; line-height: 3.25em; text-align: center; font-size: 1.25em; } header .icon.circled { margin: 0 0 2em 0; } /*********************************************************************************/ /* Wrapper */ /*********************************************************************************/ .wrapper { background: #fff; margin: 0 0 2em 0; padding: 6em 0 6em 0; } .wrapper.style1 { } .wrapper.style2 { padding-top: 0; } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #header { position: relative; background-image: url('../images/header.jpg'); background-size: cover; background-position: center center; background-attachment: fixed; color: #fff; text-align: center; padding: 2.5em 0 2em 0; cursor: default; } .homepage #header { padding: 4em 0 4em 0; } .homepage #header .overlay { content: ''; background: #1C0920; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1.0; -moz-transition: opacity 2s ease-in-out; -webkit-transition: opacity 2s ease-in-out; -o-transition: opacity 2s ease-in-out; -ms-transition: opacity 2s ease-in-out; transition: opacity 2s ease-in-out; } .homepage #header.ready .overlay { opacity: 0; } #header .inner { position: relative; z-index: 1; margin: 0; padding: 4em 0 0 0; } #header h1 { color: #fff; font-size: 3em; line-height: 1em; } .homepage #header h1 { font-size: 4em; } #header h1 a { color: inherit; } #header header > p { font-size: 1.25em; margin: 0; } #header .button { display: inline-block; border-radius: 100%; width: 3em; height: 3em; line-height: 3em; text-align: center; font-size: 1.25em; padding: 0; } #header header { display: inline-block; } #header footer { margin: 1em 0 0 0; } #header hr { top: 1.5em; margin-bottom: 3em; border-bottom-color: rgba(192,192,192,0.35); box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35); } #header hr:before, #header hr:after { background: rgba(192,192,192,0.35); } /*********************************************************************************/ /* Nav */ /*********************************************************************************/ #nav { position: absolute; top: 0; left: 0; width: 100%; text-align: center; padding: 1.5em 0 1.5em 0; z-index: 1; overflow: hidden; } #nav > ul { line-height: 0px; position: relative; display: inline-block; margin: 0; height: 21px; border-left: solid 1px rgba(192,192,192,0.35); border-right: solid 1px rgba(192,192,192,0.35); } #nav > ul:before, #nav > ul:after { content: ''; display: block; width: 300%; position: absolute; top: 50%; margin-top: -2px; height: 5px; border-top: solid 1px rgba(192,192,192,0.35); border-bottom: solid 1px rgba(192,192,192,0.35); } #nav > ul:before { left: 100%; margin-left: 1px; } #nav > ul:after { right: 100%; margin-right: 1px; } #nav > ul > li { display: inline-block; margin: -9px 0.5em 0 0.5em; border-radius: 0.5em; padding: 0.85em; border: solid 1px transparent; -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; -o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; } #nav > ul > li.active { border-color: rgba(192,192,192,0.35); } #nav > ul > li > a, #nav > ul > li > span { display: block; color: inherit; text-decoration: none; border: 0; outline: 0; } #nav > ul > li > ul { display: none; } .dropotron { background: rgba(255,255,255,0.975); padding: 1em 1.25em 1em 1.25em; line-height: 1em; height: auto; text-align: left; border-radius: 0.5em; box-shadow: 0 0.15em 0.25em 0 rgba(0,0,0,0.25); min-width: 12em; margin-top: -1em; } .dropotron li { border-top: solid 1px rgba(128,128,128,0.2); color: #5b5b5b; } .dropotron li:first-child { border-top: 0; } .dropotron li:hover { color: #ef8376; } .dropotron li a, .dropotron li span { display: block; border: 0; padding: 0.5em 0 0.5em 0; -moz-transition: color 0.35s ease-in-out; -webkit-transition: color 0.35s ease-in-out; -o-transition: color 0.35s ease-in-out; -ms-transition: color 0.35s ease-in-out; transition: color 0.35s ease-in-out; } .dropotron.level-0 { margin-top: 2em; font-size: 0.9em; } .dropotron.level-0:before { content: ''; position: absolute; left: 50%; top: -0.7em; margin-left: -0.75em; border-bottom: solid 0.75em rgba(255,255,255,0.975); border-left: solid 0.75em rgba(64,64,64,0); border-right: solid 0.75em rgba(64,64,64,0); } /*********************************************************************************/ /* Banner */ /*********************************************************************************/ #banner { background: #fff; text-align: center; padding: 1.5em 0 1.5em 0; margin-bottom: 0; } #banner header > p { margin-bottom: 0; } /*********************************************************************************/ /* Content */ /*********************************************************************************/ #content { } #content > hr { top: 3em; margin-bottom: 6em; } #content > section { margin-bottom: 0; } /*********************************************************************************/ /* Sidebar */ /*********************************************************************************/ #sidebar { } #sidebar > hr.first { display: none; } #sidebar > hr { top: 3em; margin-bottom: 6em; } #sidebar > section { margin-bottom: 0; } /*********************************************************************************/ /* Main */ /*********************************************************************************/ #main { margin-bottom: 0; } #main section:first-of-type { padding-top: 2em; } /*********************************************************************************/ /* Footer */ /*********************************************************************************/ #footer { position: relative; overflow: hidden; padding: 6em 0 6em 0; background: #2b252c; color: #fff; } #footer .icon.circled { background: #fff; color: #2b252c; } #footer header { text-align: center; cursor: default; } #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { color: #fff; } #footer .contact { text-align: center; } #footer .contact p { text-align: center; margin: 0 0 3em 0; } #footer .copyright { text-align: center; color: rgba(128,128,128,0.75); font-size: 0.8em; cursor: default; } #footer .copyright a { color: rgba(128,128,128,0.75); } #footer .copyright a:hover { color: rgba(212,212,212,0.85); } /*********************************************************************************/ /* Carousel */ /*********************************************************************************/ .carousel { position: relative; overflow: hidden; padding: 2em 0 2em 0; margin-bottom: 0; } .carousel .forward, .carousel .backward { position: absolute; top: 50%; width: 6em; height: 12em; margin-top: -6em; cursor: pointer; } .carousel .forward { right: 0; } .carousel .backward { left: 0; } .carousel .forward:before, .carousel .backward:before { content: ''; display: block; width: 6em; height: 6em; border-radius: 100%; background-color: rgba(72,57,73, 0.5); position: absolute; top: 50%; margin-top: -3em; -moz-transition: background-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out; -webkit-backface-visibility: hidden; } .carousel .forward:after, .carousel .backward:after { content: ''; width: 3em; height: 3em; position: absolute; top: 50%; margin: -1.5em 0 0 0; background: url('images/arrow.svg') no-repeat center center; } .carousel .forward:after { right: -0.25em; } .carousel .backward:after { left: -0.25em; -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); } .carousel .forward:before { right: -3em; } .carousel .backward:before { left: -3em; } .carousel .forward:hover:before, .carousel .backward:hover:before { background-color: rgba(239,131,118, 0.75); } .carousel .reel { white-space: nowrap; position: relative; -webkit-overflow-scrolling: touch; padding: 0 2em 0 2em; } .carousel article { display: inline-block; width: 18em; background: #fff; text-align: center; /* padding: 0 1em 3em 1em; */ padding: 0 1em 0 1em; margin: 0 2em 0 0; white-space: normal; opacity: 1.0; -moz-transition: opacity 0.75s ease-in-out; -webkit-transition: opacity 0.75s ease-in-out; -o-transition: opacity 0.75s ease-in-out; -ms-transition: opacity 0.75s ease-in-out; transition: opacity 0.75s ease-in-out; } .carousel article.loading { opacity: 0; } .carousel article .image { position: relative; left: -1em; top: 0; width: auto; margin-right: -2em; /* margin-bottom: 3em; */ margin-bottom: 0; } .carousel article p { text-align: center; } /*********************************************************************************/ /* Fancybox */ /*********************************************************************************/ /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox/fancybox_sprite.png'); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url('images/fancybox/fancybox_loading.gif') center center no-repeat; } .fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('images/fancybox/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: 10px; background-position: 0 -36px; } .fancybox-next span { right: 10px; background-position: 0 -72px; } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } /* Overlay helper */ .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('images/fancybox/fancybox_overlay.png'); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } /* Title helper */ .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); } /*Retina graphics!*/ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox/fancybox_sprite@2x.png'); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ } #fancybox-loading div { background-image: url('images/fancybox/fancybox_loading@2x.gif'); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } } /*********************************************************************************/ /* Fancybox Buttons */ /*********************************************************************************/ #fancybox-buttons { position: fixed; left: 0; width: 100%; z-index: 8050; } #fancybox-buttons.top { top: 10px; } #fancybox-buttons.bottom { bottom: 10px; } #fancybox-buttons ul { display: block; width: 166px; height: 30px; margin: 0 auto; padding: 0; list-style: none; border: 1px solid #111; border-radius: 3px; -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); background: rgb(50,50,50); background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51))); background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); } #fancybox-buttons ul li { float: left; margin: 0; padding: 0; } #fancybox-buttons a { display: block; width: 30px; height: 30px; text-indent: -9999px; background-color: transparent; background-image: url('fancybox_buttons.png'); background-repeat: no-repeat; outline: none; opacity: 0.8; } #fancybox-buttons a:hover { opacity: 1; } #fancybox-buttons a.btnPrev { background-position: 5px 0; } #fancybox-buttons a.btnNext { background-position: -33px 0; border-right: 1px solid #3e3e3e; } #fancybox-buttons a.btnPlay { background-position: 0 -30px; } #fancybox-buttons a.btnPlayOn { background-position: -30px -30px; } #fancybox-buttons a.btnToggle { background-position: 3px -60px; border-left: 1px solid #111; border-right: 1px solid #3e3e3e; width: 35px } #fancybox-buttons a.btnToggleOn { background-position: -27px -60px; } #fancybox-buttons a.btnClose { border-left: 1px solid #111; width: 35px; background-position: -56px 0px; } #fancybox-buttons a.btnDisabled { opacity : 0.4; cursor: default; } /*********************************************************************************/ /* Fancybox Thumbs */ /*********************************************************************************/ #fancybox-thumbs { position: fixed; left: 0; width: 100%; overflow: hidden; z-index: 8050; } #fancybox-thumbs.bottom { bottom: 2px; } #fancybox-thumbs.top { top: 2px; } #fancybox-thumbs ul { position: relative; list-style: none; margin: 0; padding: 0; } #fancybox-thumbs ul li { float: left; padding: 1px; opacity: 0.5; } #fancybox-thumbs ul li.active { opacity: 0.75; padding: 0; border: 1px solid #fff; } #fancybox-thumbs ul li:hover { opacity: 1; } #fancybox-thumbs ul li a { display: block; position: relative; overflow: hidden; border: 1px solid #222; background: #111; outline: none; } #fancybox-thumbs ul li img { display: block; position: relative; border: 0; padding: 0; max-width: none; }
0.290075
0.045395
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } section { min-height: 100vh; background: #eaeaea; } #home-brand{ width: fit-content; display: flex; align-items: center; justify-content: center; padding-top: 36vh; margin: auto; } #home-brand a{ margin:10px; } #logo-img{ box-shadow: -6px 6px 200px rgba(0, 255, 255, 1); } h2 { font-size: 8em; color: #eaeaea; text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgb(21, 190, 212); } .box1 { position: absolute; top: 70px; right: 100px; width: 220px; height: 220px; background: #eaeaea; border-radius: 50%; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgba(0, 255, 255, 1); } .box1 img{ border-radius: 50%; height:100%; width:100%; } .box2 { position: absolute; bottom: 50px; right: 100px; width: 220px; height: 220px; background: #eaeaea; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgb(600, 100, 2000,250); } .box3 { position: absolute; bottom: 30px; left: 100px; width: 220px; height: 220px; background: #eaeaea; border-radius: 50%; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgba(0, 0, 255, 1); } .box3 img{ border-radius: 50%; height:100%; width:100%; } .box3:before { content: ''; position: absolute; bottom: 50px; left: 50px; right: 50px; bottom: 50px; background: #eaeaea; border-radius: 50%; box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px rgba(255, 255, 255, 1); } .box4 { position: absolute; top: 70px; left: 100px; width: 220px; height: 220px; background: #eaeaea; border-radius: 50px; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgb(119, 21, 199); } .box4:before { content: ''; position: absolute; top: 50px; left: 50px; right: 50px; bottom: 50px; background: #eaeaea; border-radius: 30px; box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px rgba(255, 255, 255, 1); } @media only screen and (max-width: 700px) { #home-brand{ flex-direction: column; padding-top: 24vh; margin: auto; } #home-brand h2{ font-size: 6em; } #home-brand a{ margin:3.5px; } #home-brand #logo-img{ height:120px; width: 120px; } .box1,.box2,.box3,.box4{ width: 80px; height: 80px; } .box1{ top:5%; right:5%; } .box2{ bottom:5%; right:5%; } .box3{ bottom:5%; left:5%; } .box4{ top:5%; left:5%; } }
CSS/home.css
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } section { min-height: 100vh; background: #eaeaea; } #home-brand{ width: fit-content; display: flex; align-items: center; justify-content: center; padding-top: 36vh; margin: auto; } #home-brand a{ margin:10px; } #logo-img{ box-shadow: -6px 6px 200px rgba(0, 255, 255, 1); } h2 { font-size: 8em; color: #eaeaea; text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgb(21, 190, 212); } .box1 { position: absolute; top: 70px; right: 100px; width: 220px; height: 220px; background: #eaeaea; border-radius: 50%; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgba(0, 255, 255, 1); } .box1 img{ border-radius: 50%; height:100%; width:100%; } .box2 { position: absolute; bottom: 50px; right: 100px; width: 220px; height: 220px; background: #eaeaea; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgb(600, 100, 2000,250); } .box3 { position: absolute; bottom: 30px; left: 100px; width: 220px; height: 220px; background: #eaeaea; border-radius: 50%; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgba(0, 0, 255, 1); } .box3 img{ border-radius: 50%; height:100%; width:100%; } .box3:before { content: ''; position: absolute; bottom: 50px; left: 50px; right: 50px; bottom: 50px; background: #eaeaea; border-radius: 50%; box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px rgba(255, 255, 255, 1); } .box4 { position: absolute; top: 70px; left: 100px; width: 220px; height: 220px; background: #eaeaea; border-radius: 50px; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px rgb(119, 21, 199); } .box4:before { content: ''; position: absolute; top: 50px; left: 50px; right: 50px; bottom: 50px; background: #eaeaea; border-radius: 30px; box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px rgba(255, 255, 255, 1); } @media only screen and (max-width: 700px) { #home-brand{ flex-direction: column; padding-top: 24vh; margin: auto; } #home-brand h2{ font-size: 6em; } #home-brand a{ margin:3.5px; } #home-brand #logo-img{ height:120px; width: 120px; } .box1,.box2,.box3,.box4{ width: 80px; height: 80px; } .box1{ top:5%; right:5%; } .box2{ bottom:5%; right:5%; } .box3{ bottom:5%; left:5%; } .box4{ top:5%; left:5%; } }
0.257765
0.069384
@charset "utf-8"; ul, ol { list-style: none; } body{ /* -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;*/ } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; border: none; } .header { height: 70px; background: url('../images/logo_login.png') no-repeat 0 center; } .footer { color: #CECACA; } .loginWraper { background: url('../images/bg_01.png') no-repeat center; } .login-tit { text-align: center; font-weight: 800; } .loginBox { background-color: #fff; width: 320px; margin-left: -135px; margin-top: -180px; padding: 20px 0 30px; } .loginBox .input-text { width: 200px; border: none; } .loginBox .row { margin-top: 5px; } .btn.size-L { padding: 8px 115px; } .loginBox .row .form-label .Hui-iconfont { font-size: 14px; } .loginBox .loginCode { width:48% } .loginBox .refresh{ width:10%; width: 10%; } .input-text.size-L { font-size: 14px; height: 30px; padding: 0; } .loginBox .col-xs-8 { padding-left: 0; border-bottom: 1px solid #ECE9E9; } .form-horizontal .form-label { margin-top: 2px; } #logform { background-color: #fff; padding: 10px 20px; border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -webkit-border-radius: 5px; } .loginBox .input-text.focus { borde-color: #fff; box-shadow: none; } #loginform .row { margin: 0; } #logform .formControls input[type="text"],#logform .formControls input[type="password"] { box-sizing: border-box; width: 100%; height: 35px; padding: 5px; border-bottom: 1px solid #BFBFBF; } #logform .loginCodeCotainer.formControls input{ width:52% } #loginform .forPassword .register{ justify-content: space-between; -webkit-justify-content: space-between; } #loginform .forPassword .register a{ width:auto } #logform .formControls { margin-bottom: 12px; position: relative; } .display-flex { display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; } #logform .register { justify-content: space-between; } #logform .forgetPsd { align-items: center; -moz-box-align: center; -webkit-box-align: center; } #logform .forgetPsd input { margin: 0 8px 0 0; } #loginform .safeLogin { padding: 0 20px; } #loginform .imdLogin{ margin: 12px 0; } #loginform .formControls .closeImg{ width: 10%; position: absolute; right: 0; top: 7px; } #loginform .safeLogin a { width: 100%; border-radius: 3px; -webkit-border-radius: 3px; } #loginform .loginTtl{ padding-left: 20px; } .btn.size-L { padding: 8px 100px; } .input-text.size-L { font-size: 14px; height: 30px; padding: 0; } .form-horizontal .form-label { margin-top: 2px; padding-right:15px; text-align: right; } .col-sm-2{ width: 120px; } .col-xs-9{ /*width:auto;*/ } /**防止弹出层拉长 dapeng**/ .row{ margin-left:0px; margin-right:0px; } .formControls .btn-success{ background-color: #06273f; border-color: #86899e; } .btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { background-color: #c79668; border-color: #c79668; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{ color:#fff; background-color:#636674; border-color:#636674 } .navbar-wrapper{ background: #f5f5f5; } /* .navbar { background: #31333c; border-bottom: 1px solid #ccc; } */ .Hui-tabNav{ background-color: #f5f5f5; } .navbar-nav > ul > li, .navbar-nav > ul > li > a { color: #86899e; line-height:65px; } .menu-nav ul > li a{ width: 60px; } /*// .menu-nav ul > li a:hover { // width: 60px; // height: 30px; // line-height: 30px; // display: inline-block; // background-color: #c79668; // color: #fff; // border-radius: 15px; // -o-border-radius: 15px; // -ms-border-radius: 15px; // -webkit-border-radius: 15px; // }*/ .menu-nav ul > li.active a{ /* width: 60px; height: 30px; line-height: 30px; display: inline-block;*/ /*background-color: #c79668;*/ color: #c79668; /* border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; -webkit-border-radius: 15px;*/ } .menu-nav ul > li.active{ border-bottom: 2px solid #c79668; } .Hui-aside { background-color: #393945; } .Hui-aside .menu_dropdown dt { border-bottom: 1px solid #575a6a; } .Hui-aside .menu_dropdown dt { color: #86899e; } .Hui-aside .menu_dropdown dt:hover { color: #c79668; } .Hui-aside .menu_dropdown li a { color: #86899e; background-color:#33333b; } .Hui-aside .menu_dropdown li a:hover { color: #c89664; background-color: #33333b; } .Hui-aside .menu_dropdown dd { background-color: #4d4f5d; } .label-danger, .badge-danger { background-color: #c79668; } .page-container{ padding-top: 10px; } .page-container.order-detail-container { padding: 0 20px; } .order-detail-container .orderBasicInfo li { float: left; margin-right: 30px; } .order-detail-container .orderBasicInfo ul { height: 50px; line-height: 50px; border-bottom: 1px dashed #dadada; } .order-detail-container .buyerInfo .buyerInfo-item { height: 40px; line-height: 40px; } .item-left { float: left } .item-right { float: right; } .order-detail-container .buyerInfo { padding: 10px 0; } .margin-right { margin-right: 10px; } .order-detail-container .goodsInfo th { padding: 10px; background: #f8f9fb; } .order-detail-container .goodsInfo td { padding: 15px; } .order-detail-container .goodsInfo .goodsImg { width: 100px; margin-right: 10px; } .order-detail-container .goodsInfo td { text-align: center; } .order-detail-container .goodsInfo td:first-child { text-align: left; } a.button { /* border: 1px solid #c89664; color: #c89664; width: 80px; display: inline-block; text-align: center; height: 20px; line-height: 20px; border-radius: 2px; -webkit-border-radius: 2px;*/ } .order-detail-container .paymentInfo { height: 50px; line-height: 50px; border-bottom: 1px dashed #dadada; } .order-detail-container .paymentInfo ul { float: right; } .order-detail-container .paymentInfo li { float: left; margin-left: 30px; } .order-detail-container .orderRemark { height: 50px; line-height: 50px; padding-top: 20px; border-bottom: 1px dashed #CCC; } .order-detail-container .buyerInfo .item-right { width: 150px; text-align: center; } .postGoods-container { background: #f8f9fb; padding: 0 10px; } .postGoods-container .step-top { height: 120px; border-radius: 3px; -webkit-border-radius: 3px; } .postGoods-container .productType { margin-top: 10px; padding: 0 30px; } .postGoods-container .nomalCategories select { background: #f8f9fb; border-radius: 3px; -webkit-border-radius: 3px; height: 30px; padding: 5px; border: 1px solid #dadada; float: right; width: 80%; } .text-center { text-align: center; } .postGoods-container .nomalCategories { height: 30px; line-height: 30px; padding-top: 10px; } .postGoods-container .nomalCategories span { width: 20%; display: inline-block; } .postGoods-container .categoriesInfo { margin-top: 10px; } .postGoods-container .categoriesInfo .catInfoItem { width: calc((100% - 16px) / 3); margin-right: 8px; border: 1px solid #dadada; border-radius: 3px; -webkit-border-radius: 3px; padding: 10px; height: 160px; overflow-y: auto; } .postGoods-container .categoriesInfo .catInfoItem:last-child { margin: 0; } .postGoods-container .categoriesInfo .catInfoItem li { height: 28px; line-height: 28px; } .postGoods-container .clearBoth { clear: both; } .postGoods-container .categoriesInfo-inner { float: right; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; width: 80%; } .postGoods-container .categoriesInfo .goodsTypeList.catInfoItem { width: 100% } .postGoods-container .nextStep { float: right; width: 80%; padding: 30px 0 40px 0; } .postGoods-container .nextStep a { width: 100%; background: #636675; color: #fff; text-align: center; height: 38px; line-height: 38px; display: block; border-radius: 3px; -webkit-border-radius: 3px; } .postGoods-container .step-top, .postGoods-container .step-top .stepItem { display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; box-align: center; -webkit-box-align: center; } .postGoods-container .step-top { justify-content: center; box-pack:center; -webkit-box-pack: center; } .postGoods-container .step-top .stepItem i{ margin: 0 60px; } .postGoods-container .step-top .stepItem:first-child { margin: 0; } .icon-rightDrc-gray { width: 1.6rem; height: 1.6rem; background: url("/static/h-ui/images/stepImg/ic_arrow_normal.png") center center no-repeat;; } .postGoods-container .productBasicInfo{ margin-top: 10px; } .postGoods-container .productBasicInfo .tab-link a{ padding:5px 10px; border-radius: 3px; -webkit-border-radius: 3px; width: 100px; text-align: center; display: block; } a:hover{ text-decoration: none; } .postGoods-container .productBasicInfo .mainContainer{ padding:0 35px; } .mc-Item{ padding: 20px 0; border-bottom: 1px dashed #dadada; } .item-l{ height: 48px; line-height: 48px; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; box-align: center; -webkit-box-align: center; } .item-l a{ border: 1px solid #dadada; background: #c89664; color:#fff; text-align: center; margin-left: 35px; border-radius: 3px; -webkit-border-radius: 3px; display: block; width:90px; height:24px; line-height: 24px; } .item-l select{ margin-left: 8px; width:150px; border:1px solid #dadada; border-radius: 3px; -webkit-boder-radius:3px; height: 24px; line-height: 24px; padding:0 5px; } .item-l input{ margin-left: 8px; width:320px; border:1px solid #dadada; border-radius: 3px; -webkit-boder-radius:3px; height: 24px; line-height: 24px; padding:0 5px; } .item-l .item-label{ width:70px; text-align: justify; text-justify: distribute-all-lines; text-align-last: justify; } .item-l input[type="number"]{ width:30px; border:1px solid #dadada; border-radius: 3px; -webkit-boder-radius:3px; height: 24px; line-height: 24px; padding:0 5px; } .item-l .ipt-l{ margin-left: 8px; } .item-l input[type="radio"]{ width:20px; height: 16px; margin: 0 0 0 8px; } .item-l input[type="radio"]:checked{ background-color:red } .item-l input[type="radio"].iptRdo-2{ margin-left: 50px; } .item-l .uploadImg{ margin-left: 78px; background: #636675; color:#fff; width:271px } .item-l textarea{ margin-left: 8px; } .item-l.forUpload a.button{ width:150px } .stepOpreation { padding:40px 0 80px 0; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; } .stepOpreation a{ width:45%; height: 38px; line-height: 38px; text-align: center; } .stepOpreation a.prev{ background: #636675; color:#fff; } .stepOpreation a.next{ background: #c89664; color:#fff; } .table-bg thead th{ background-color:#f8f9fb; } .footer_wrap{ border: 1px solid #CCC; border-top: none; } .popwinbottom{ margin-right: 20px; } .popwinbottom button { margin-right: 10px; } .button-group, .button-group-y { display: inline-block; position: relative; vertical-align: middle; width: 100%; } .downward, .arrow { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; display: inline-block; height: 0; margin-left: 2px; vertical-align: middle; width: 0; } .drop-menu { background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); display: none; float: left; left: 0; list-style: outside none none; margin: 1px 0 0; min-width: 100px; padding: 5px 0; position: absolute; top: 100%; z-index: 1; } .open .drop-menu { display: block; } .drop-menu a { clear: both; color: #333; display: block; padding: 5px 20px; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; white-space: nowrap; } .button { background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; cursor: pointer; display: inline-block; font-weight: 400; text-align: center; transition: background-color 0.1s linear 0s; vertical-align: middle; white-space: nowrap; width: auto; padding: 4px 12px; } .btnchose{ background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; cursor: pointer; display: inline-block; font-weight: 400; text-align: center; transition: background-color 0.1s linear 0s; vertical-align: middle; white-space: nowrap; width: auto; padding: 4px 12px; } .orderBasicInfo{ padding-top: 50px; } .breadcrumb{ z-index: 999; } .input{ font-size: 14px; height: 31px; line-height: 1.42857; padding: 4px; border: 1px solid #ddd; box-sizing: border-box; transition: all 0.2s linear 0s; } .button[disabled] { box-shadow: none; cursor: not-allowed; opacity: 0.5; pointer-events: none; } .label, .badge{ background:transparent; color: #000; } #helppop{ display: none; } .width250{ width: 180px; } .text-c{ text-align: left; } .navbar-wrapper{ height: 45px; } .Hui-aside{ top: 65px; position: fixed; } .Hui-article-box{ top: 65px; margin-left:10px; } .navbar-fixed-top{ top:0px; } .button-group .btn{ float: left; } .dropdown-toggle{ float: left; border-left: none; } .checkestatus select{ margin-top: 10px; margin-bottom: 10px; } .mt-20{ width: 100%; position: relative; } .table{ width: 100%; position: relative; } .table .thead{ width: 100%; z-index: 9999; } .navbar .logo{ line-height:65px; margin-right: 20px; } .menu_dropdown-arrow{ background: url('/newui/static/h-ui.admin/images/leftbar_packup.png'); width: 30px; height: 30px; text-indent: 9999px; } .Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow{ transform:rotate(450deg); -ms-transform:rotate(450deg); /* IE 9 */ -moz-transform:rotate(450deg); /* Firefox */ -webkit-transform:rotate(450deg); /* Safari 和 Chrome */ -o-transform:rotate(450deg); } .Hui-aside .menu_dropdown dd li{ height: 32px; line-height: 32px; } .Hui-aside .menu_dropdown dd li a{ line-height: 32px; } .Hui-aside .menu_dropdown dd li a.clickOn{ color: #c79668; background-color:#464855; width:150px; } .Hui-aside{ padding-top: 0; margin-top: 0; } .Hui-aside .menu_dropdown dt .menu_dropdown-arrow{ top: 13%; } .Hui-aside .menu_dropdown dd ul{ padding: 3px 8px; margin: 0; background-color: #33333b; } .Hui-aside .menu_dropdown dt{ height: 40px; line-height: 40px; border-bottom: 1px solid hsl(0, 1%, 20%); border-top: 1px solid #3f4146; } body { /*font-family: "dongqingheiti", serif ;*/font-family: "SansGBW3540ef46c715f87";} @font-face { font-family: "dongqingheiti"; src: url("/newui/static/h-ui.admin/css/dongqingheiti.otf"); src: local('hakuyoxingshu7000 Regular'), local('hakuyoxingshu7000'), url('7000.ttf') format('truetype'), url('7000.svg#hakuyoxingshu7000') format('svg'); } .face{ float: left; margin-left: -50px; line-height:65px; } .dropDown_A .Hui-iconfont{ background: url('/newui/static/h-ui.admin/images/leftbar_pulldown.png'); width: 30px; height: 30px; text-indent: 9999px; display: inline-block; /*margin-top: 10px;*/ line-height: 85px; } .line { height: 100%; width: 1px; background: #CCC; } #Hui-userbar { width: 160px; } #Hui-userbar ul { float: left; width: 100%; position: absolute; } .vertical{ width:0; height:70px; border-left:1px solid #41434e; float: right; margin-top: -4px; padding-right: 10px; } .logout{ line-height: 65px; right: -10%; position: absolute; } .es-list li.selected{ background-color: #f8f9fb; color: #c89664; } .input-text:hover , .textarea:hover{ border: 1px solid #dadada; background-color: #f8f9fb; } .table-hover tbody tr:hover td,.table-hover tbody tr:hover th{ background-color:#f8f9fb; } select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appearance:none; /*在选择框的最右侧中间显示小箭头图片*/ background: url("/newui/static/h-ui.admin/images/leftbar_pulldown.png") no-repeat scroll right center transparent; background-color: #f8f9fb; /*为下拉小箭头留出一点位置,避免被文字覆盖*/ padding-right: 14px; height: 31px; } .open a{ color: #c89664; } /*清除ie的默认选择框样式清除,隐藏下拉箭头*/ select::-ms-expand { display: none; } .bg-main{ background-color: #c79668; color: #FFF; } .btn-primary{ background-color: #c79668; color:#FFF; border-color: #c79668; } .table thead tr th{ background-color: #f5f5f5; } #btn_search_advanced{ background: url('/newui/static/h-ui.admin/images/ic_search.png'); width: 70px; height: 30px; text-indent:-9999px; border: none; } .search_bar .radius{ background: url('/newui/static/h-ui.admin/images/ic_refresh.png'); width: 40px; height: 30px; text-indent:-9999px; border: none; } .search_bar a.btn:hover{ background-color: #FFF; } .search_bar a.radius:hover{ background-color: #FFF; } .Hui-aside{ width:160px; } .Hui-article-box,.dislpayArrow{ left:161px; } .navbar{ background: #31333c none repeat scroll 0 0; } .container-fluid{padding-left: 0px;} .logo img{width:258px;padding-top: 15px; padding-left: 20px;} /*4.2.3 翻页导航 Name: mod_pageNav Example: <div class="pageNav" id="pageNav"></div> Explain: 需要调用pagenav.cn.js */ .pageNav{float:none;clear:both;font-size:0px;font-family: "Hiragino Sans GB";padding:0px 0px;text-align:center;padding-top:3px;} .pageNav span,.pageNav a,.pageNav b{font-size:14px;margin-right:5px;overflow:hidden;padding:3px 9px} .pageNav a{border:1px solid #CCDBE4;cursor:pointer} .pageNav b{color:#000} .pageNav .mor{padding:3px;font-weight:bold} .pageSize-input{ line-height:20px;height:20px;margin-top:-10px;text-align: center;width:40px;margin-left: 3px;margin-right: 3px; } .page-text{ font-size: 14px; overflow: hidden; border:0px; font-family: Arial,Helvetica,sans-serif; } .page-active{ background-color: #5a98de !important;/**636674**/ border:1px solid #ccc; color: #fff; } .a-buttom{ margin-left: 5px; color: #5d5e66; } .a-buttom .del{ color: red; } .underline { color: #0a6699; } .col-xs-12{padding-left: 0px;} .label-error{ background-color: #999; color: #fff; display: inline-block; font-size: 11.844px; font-weight: bold; line-height: 14px; overflow: hidden; padding: 2px 4px; vertical-align: middle; white-space: nowrap; } .label-success{ color: #fff; display: inline-block; font-size: 11.844px; font-weight: bold; line-height: 14px; overflow: hidden; padding: 2px 4px; vertical-align: middle; white-space: nowrap; background-color: #5eb95e; } .data_sort{ text-align: center; } .number{ width:60px; text-align: center; } .listTableSort{ color: #0000f1; } .dropDown_A,.dropDown_hover{line-height: 45px;}
public/newui/static/h-ui.admin/css/style11.css
@charset "utf-8"; ul, ol { list-style: none; } body{ /* -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;*/ } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; border: none; } .header { height: 70px; background: url('../images/logo_login.png') no-repeat 0 center; } .footer { color: #CECACA; } .loginWraper { background: url('../images/bg_01.png') no-repeat center; } .login-tit { text-align: center; font-weight: 800; } .loginBox { background-color: #fff; width: 320px; margin-left: -135px; margin-top: -180px; padding: 20px 0 30px; } .loginBox .input-text { width: 200px; border: none; } .loginBox .row { margin-top: 5px; } .btn.size-L { padding: 8px 115px; } .loginBox .row .form-label .Hui-iconfont { font-size: 14px; } .loginBox .loginCode { width:48% } .loginBox .refresh{ width:10%; width: 10%; } .input-text.size-L { font-size: 14px; height: 30px; padding: 0; } .loginBox .col-xs-8 { padding-left: 0; border-bottom: 1px solid #ECE9E9; } .form-horizontal .form-label { margin-top: 2px; } #logform { background-color: #fff; padding: 10px 20px; border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -webkit-border-radius: 5px; } .loginBox .input-text.focus { borde-color: #fff; box-shadow: none; } #loginform .row { margin: 0; } #logform .formControls input[type="text"],#logform .formControls input[type="password"] { box-sizing: border-box; width: 100%; height: 35px; padding: 5px; border-bottom: 1px solid #BFBFBF; } #logform .loginCodeCotainer.formControls input{ width:52% } #loginform .forPassword .register{ justify-content: space-between; -webkit-justify-content: space-between; } #loginform .forPassword .register a{ width:auto } #logform .formControls { margin-bottom: 12px; position: relative; } .display-flex { display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; } #logform .register { justify-content: space-between; } #logform .forgetPsd { align-items: center; -moz-box-align: center; -webkit-box-align: center; } #logform .forgetPsd input { margin: 0 8px 0 0; } #loginform .safeLogin { padding: 0 20px; } #loginform .imdLogin{ margin: 12px 0; } #loginform .formControls .closeImg{ width: 10%; position: absolute; right: 0; top: 7px; } #loginform .safeLogin a { width: 100%; border-radius: 3px; -webkit-border-radius: 3px; } #loginform .loginTtl{ padding-left: 20px; } .btn.size-L { padding: 8px 100px; } .input-text.size-L { font-size: 14px; height: 30px; padding: 0; } .form-horizontal .form-label { margin-top: 2px; padding-right:15px; text-align: right; } .col-sm-2{ width: 120px; } .col-xs-9{ /*width:auto;*/ } /**防止弹出层拉长 dapeng**/ .row{ margin-left:0px; margin-right:0px; } .formControls .btn-success{ background-color: #06273f; border-color: #86899e; } .btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { background-color: #c79668; border-color: #c79668; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{ color:#fff; background-color:#636674; border-color:#636674 } .navbar-wrapper{ background: #f5f5f5; } /* .navbar { background: #31333c; border-bottom: 1px solid #ccc; } */ .Hui-tabNav{ background-color: #f5f5f5; } .navbar-nav > ul > li, .navbar-nav > ul > li > a { color: #86899e; line-height:65px; } .menu-nav ul > li a{ width: 60px; } /*// .menu-nav ul > li a:hover { // width: 60px; // height: 30px; // line-height: 30px; // display: inline-block; // background-color: #c79668; // color: #fff; // border-radius: 15px; // -o-border-radius: 15px; // -ms-border-radius: 15px; // -webkit-border-radius: 15px; // }*/ .menu-nav ul > li.active a{ /* width: 60px; height: 30px; line-height: 30px; display: inline-block;*/ /*background-color: #c79668;*/ color: #c79668; /* border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; -webkit-border-radius: 15px;*/ } .menu-nav ul > li.active{ border-bottom: 2px solid #c79668; } .Hui-aside { background-color: #393945; } .Hui-aside .menu_dropdown dt { border-bottom: 1px solid #575a6a; } .Hui-aside .menu_dropdown dt { color: #86899e; } .Hui-aside .menu_dropdown dt:hover { color: #c79668; } .Hui-aside .menu_dropdown li a { color: #86899e; background-color:#33333b; } .Hui-aside .menu_dropdown li a:hover { color: #c89664; background-color: #33333b; } .Hui-aside .menu_dropdown dd { background-color: #4d4f5d; } .label-danger, .badge-danger { background-color: #c79668; } .page-container{ padding-top: 10px; } .page-container.order-detail-container { padding: 0 20px; } .order-detail-container .orderBasicInfo li { float: left; margin-right: 30px; } .order-detail-container .orderBasicInfo ul { height: 50px; line-height: 50px; border-bottom: 1px dashed #dadada; } .order-detail-container .buyerInfo .buyerInfo-item { height: 40px; line-height: 40px; } .item-left { float: left } .item-right { float: right; } .order-detail-container .buyerInfo { padding: 10px 0; } .margin-right { margin-right: 10px; } .order-detail-container .goodsInfo th { padding: 10px; background: #f8f9fb; } .order-detail-container .goodsInfo td { padding: 15px; } .order-detail-container .goodsInfo .goodsImg { width: 100px; margin-right: 10px; } .order-detail-container .goodsInfo td { text-align: center; } .order-detail-container .goodsInfo td:first-child { text-align: left; } a.button { /* border: 1px solid #c89664; color: #c89664; width: 80px; display: inline-block; text-align: center; height: 20px; line-height: 20px; border-radius: 2px; -webkit-border-radius: 2px;*/ } .order-detail-container .paymentInfo { height: 50px; line-height: 50px; border-bottom: 1px dashed #dadada; } .order-detail-container .paymentInfo ul { float: right; } .order-detail-container .paymentInfo li { float: left; margin-left: 30px; } .order-detail-container .orderRemark { height: 50px; line-height: 50px; padding-top: 20px; border-bottom: 1px dashed #CCC; } .order-detail-container .buyerInfo .item-right { width: 150px; text-align: center; } .postGoods-container { background: #f8f9fb; padding: 0 10px; } .postGoods-container .step-top { height: 120px; border-radius: 3px; -webkit-border-radius: 3px; } .postGoods-container .productType { margin-top: 10px; padding: 0 30px; } .postGoods-container .nomalCategories select { background: #f8f9fb; border-radius: 3px; -webkit-border-radius: 3px; height: 30px; padding: 5px; border: 1px solid #dadada; float: right; width: 80%; } .text-center { text-align: center; } .postGoods-container .nomalCategories { height: 30px; line-height: 30px; padding-top: 10px; } .postGoods-container .nomalCategories span { width: 20%; display: inline-block; } .postGoods-container .categoriesInfo { margin-top: 10px; } .postGoods-container .categoriesInfo .catInfoItem { width: calc((100% - 16px) / 3); margin-right: 8px; border: 1px solid #dadada; border-radius: 3px; -webkit-border-radius: 3px; padding: 10px; height: 160px; overflow-y: auto; } .postGoods-container .categoriesInfo .catInfoItem:last-child { margin: 0; } .postGoods-container .categoriesInfo .catInfoItem li { height: 28px; line-height: 28px; } .postGoods-container .clearBoth { clear: both; } .postGoods-container .categoriesInfo-inner { float: right; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; width: 80%; } .postGoods-container .categoriesInfo .goodsTypeList.catInfoItem { width: 100% } .postGoods-container .nextStep { float: right; width: 80%; padding: 30px 0 40px 0; } .postGoods-container .nextStep a { width: 100%; background: #636675; color: #fff; text-align: center; height: 38px; line-height: 38px; display: block; border-radius: 3px; -webkit-border-radius: 3px; } .postGoods-container .step-top, .postGoods-container .step-top .stepItem { display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; box-align: center; -webkit-box-align: center; } .postGoods-container .step-top { justify-content: center; box-pack:center; -webkit-box-pack: center; } .postGoods-container .step-top .stepItem i{ margin: 0 60px; } .postGoods-container .step-top .stepItem:first-child { margin: 0; } .icon-rightDrc-gray { width: 1.6rem; height: 1.6rem; background: url("/static/h-ui/images/stepImg/ic_arrow_normal.png") center center no-repeat;; } .postGoods-container .productBasicInfo{ margin-top: 10px; } .postGoods-container .productBasicInfo .tab-link a{ padding:5px 10px; border-radius: 3px; -webkit-border-radius: 3px; width: 100px; text-align: center; display: block; } a:hover{ text-decoration: none; } .postGoods-container .productBasicInfo .mainContainer{ padding:0 35px; } .mc-Item{ padding: 20px 0; border-bottom: 1px dashed #dadada; } .item-l{ height: 48px; line-height: 48px; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; box-align: center; -webkit-box-align: center; } .item-l a{ border: 1px solid #dadada; background: #c89664; color:#fff; text-align: center; margin-left: 35px; border-radius: 3px; -webkit-border-radius: 3px; display: block; width:90px; height:24px; line-height: 24px; } .item-l select{ margin-left: 8px; width:150px; border:1px solid #dadada; border-radius: 3px; -webkit-boder-radius:3px; height: 24px; line-height: 24px; padding:0 5px; } .item-l input{ margin-left: 8px; width:320px; border:1px solid #dadada; border-radius: 3px; -webkit-boder-radius:3px; height: 24px; line-height: 24px; padding:0 5px; } .item-l .item-label{ width:70px; text-align: justify; text-justify: distribute-all-lines; text-align-last: justify; } .item-l input[type="number"]{ width:30px; border:1px solid #dadada; border-radius: 3px; -webkit-boder-radius:3px; height: 24px; line-height: 24px; padding:0 5px; } .item-l .ipt-l{ margin-left: 8px; } .item-l input[type="radio"]{ width:20px; height: 16px; margin: 0 0 0 8px; } .item-l input[type="radio"]:checked{ background-color:red } .item-l input[type="radio"].iptRdo-2{ margin-left: 50px; } .item-l .uploadImg{ margin-left: 78px; background: #636675; color:#fff; width:271px } .item-l textarea{ margin-left: 8px; } .item-l.forUpload a.button{ width:150px } .stepOpreation { padding:40px 0 80px 0; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; } .stepOpreation a{ width:45%; height: 38px; line-height: 38px; text-align: center; } .stepOpreation a.prev{ background: #636675; color:#fff; } .stepOpreation a.next{ background: #c89664; color:#fff; } .table-bg thead th{ background-color:#f8f9fb; } .footer_wrap{ border: 1px solid #CCC; border-top: none; } .popwinbottom{ margin-right: 20px; } .popwinbottom button { margin-right: 10px; } .button-group, .button-group-y { display: inline-block; position: relative; vertical-align: middle; width: 100%; } .downward, .arrow { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; display: inline-block; height: 0; margin-left: 2px; vertical-align: middle; width: 0; } .drop-menu { background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); display: none; float: left; left: 0; list-style: outside none none; margin: 1px 0 0; min-width: 100px; padding: 5px 0; position: absolute; top: 100%; z-index: 1; } .open .drop-menu { display: block; } .drop-menu a { clear: both; color: #333; display: block; padding: 5px 20px; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; white-space: nowrap; } .button { background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; cursor: pointer; display: inline-block; font-weight: 400; text-align: center; transition: background-color 0.1s linear 0s; vertical-align: middle; white-space: nowrap; width: auto; padding: 4px 12px; } .btnchose{ background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; cursor: pointer; display: inline-block; font-weight: 400; text-align: center; transition: background-color 0.1s linear 0s; vertical-align: middle; white-space: nowrap; width: auto; padding: 4px 12px; } .orderBasicInfo{ padding-top: 50px; } .breadcrumb{ z-index: 999; } .input{ font-size: 14px; height: 31px; line-height: 1.42857; padding: 4px; border: 1px solid #ddd; box-sizing: border-box; transition: all 0.2s linear 0s; } .button[disabled] { box-shadow: none; cursor: not-allowed; opacity: 0.5; pointer-events: none; } .label, .badge{ background:transparent; color: #000; } #helppop{ display: none; } .width250{ width: 180px; } .text-c{ text-align: left; } .navbar-wrapper{ height: 45px; } .Hui-aside{ top: 65px; position: fixed; } .Hui-article-box{ top: 65px; margin-left:10px; } .navbar-fixed-top{ top:0px; } .button-group .btn{ float: left; } .dropdown-toggle{ float: left; border-left: none; } .checkestatus select{ margin-top: 10px; margin-bottom: 10px; } .mt-20{ width: 100%; position: relative; } .table{ width: 100%; position: relative; } .table .thead{ width: 100%; z-index: 9999; } .navbar .logo{ line-height:65px; margin-right: 20px; } .menu_dropdown-arrow{ background: url('/newui/static/h-ui.admin/images/leftbar_packup.png'); width: 30px; height: 30px; text-indent: 9999px; } .Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow{ transform:rotate(450deg); -ms-transform:rotate(450deg); /* IE 9 */ -moz-transform:rotate(450deg); /* Firefox */ -webkit-transform:rotate(450deg); /* Safari 和 Chrome */ -o-transform:rotate(450deg); } .Hui-aside .menu_dropdown dd li{ height: 32px; line-height: 32px; } .Hui-aside .menu_dropdown dd li a{ line-height: 32px; } .Hui-aside .menu_dropdown dd li a.clickOn{ color: #c79668; background-color:#464855; width:150px; } .Hui-aside{ padding-top: 0; margin-top: 0; } .Hui-aside .menu_dropdown dt .menu_dropdown-arrow{ top: 13%; } .Hui-aside .menu_dropdown dd ul{ padding: 3px 8px; margin: 0; background-color: #33333b; } .Hui-aside .menu_dropdown dt{ height: 40px; line-height: 40px; border-bottom: 1px solid hsl(0, 1%, 20%); border-top: 1px solid #3f4146; } body { /*font-family: "dongqingheiti", serif ;*/font-family: "SansGBW3540ef46c715f87";} @font-face { font-family: "dongqingheiti"; src: url("/newui/static/h-ui.admin/css/dongqingheiti.otf"); src: local('hakuyoxingshu7000 Regular'), local('hakuyoxingshu7000'), url('7000.ttf') format('truetype'), url('7000.svg#hakuyoxingshu7000') format('svg'); } .face{ float: left; margin-left: -50px; line-height:65px; } .dropDown_A .Hui-iconfont{ background: url('/newui/static/h-ui.admin/images/leftbar_pulldown.png'); width: 30px; height: 30px; text-indent: 9999px; display: inline-block; /*margin-top: 10px;*/ line-height: 85px; } .line { height: 100%; width: 1px; background: #CCC; } #Hui-userbar { width: 160px; } #Hui-userbar ul { float: left; width: 100%; position: absolute; } .vertical{ width:0; height:70px; border-left:1px solid #41434e; float: right; margin-top: -4px; padding-right: 10px; } .logout{ line-height: 65px; right: -10%; position: absolute; } .es-list li.selected{ background-color: #f8f9fb; color: #c89664; } .input-text:hover , .textarea:hover{ border: 1px solid #dadada; background-color: #f8f9fb; } .table-hover tbody tr:hover td,.table-hover tbody tr:hover th{ background-color:#f8f9fb; } select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appearance:none; /*在选择框的最右侧中间显示小箭头图片*/ background: url("/newui/static/h-ui.admin/images/leftbar_pulldown.png") no-repeat scroll right center transparent; background-color: #f8f9fb; /*为下拉小箭头留出一点位置,避免被文字覆盖*/ padding-right: 14px; height: 31px; } .open a{ color: #c89664; } /*清除ie的默认选择框样式清除,隐藏下拉箭头*/ select::-ms-expand { display: none; } .bg-main{ background-color: #c79668; color: #FFF; } .btn-primary{ background-color: #c79668; color:#FFF; border-color: #c79668; } .table thead tr th{ background-color: #f5f5f5; } #btn_search_advanced{ background: url('/newui/static/h-ui.admin/images/ic_search.png'); width: 70px; height: 30px; text-indent:-9999px; border: none; } .search_bar .radius{ background: url('/newui/static/h-ui.admin/images/ic_refresh.png'); width: 40px; height: 30px; text-indent:-9999px; border: none; } .search_bar a.btn:hover{ background-color: #FFF; } .search_bar a.radius:hover{ background-color: #FFF; } .Hui-aside{ width:160px; } .Hui-article-box,.dislpayArrow{ left:161px; } .navbar{ background: #31333c none repeat scroll 0 0; } .container-fluid{padding-left: 0px;} .logo img{width:258px;padding-top: 15px; padding-left: 20px;} /*4.2.3 翻页导航 Name: mod_pageNav Example: <div class="pageNav" id="pageNav"></div> Explain: 需要调用pagenav.cn.js */ .pageNav{float:none;clear:both;font-size:0px;font-family: "Hiragino Sans GB";padding:0px 0px;text-align:center;padding-top:3px;} .pageNav span,.pageNav a,.pageNav b{font-size:14px;margin-right:5px;overflow:hidden;padding:3px 9px} .pageNav a{border:1px solid #CCDBE4;cursor:pointer} .pageNav b{color:#000} .pageNav .mor{padding:3px;font-weight:bold} .pageSize-input{ line-height:20px;height:20px;margin-top:-10px;text-align: center;width:40px;margin-left: 3px;margin-right: 3px; } .page-text{ font-size: 14px; overflow: hidden; border:0px; font-family: Arial,Helvetica,sans-serif; } .page-active{ background-color: #5a98de !important;/**636674**/ border:1px solid #ccc; color: #fff; } .a-buttom{ margin-left: 5px; color: #5d5e66; } .a-buttom .del{ color: red; } .underline { color: #0a6699; } .col-xs-12{padding-left: 0px;} .label-error{ background-color: #999; color: #fff; display: inline-block; font-size: 11.844px; font-weight: bold; line-height: 14px; overflow: hidden; padding: 2px 4px; vertical-align: middle; white-space: nowrap; } .label-success{ color: #fff; display: inline-block; font-size: 11.844px; font-weight: bold; line-height: 14px; overflow: hidden; padding: 2px 4px; vertical-align: middle; white-space: nowrap; background-color: #5eb95e; } .data_sort{ text-align: center; } .number{ width:60px; text-align: center; } .listTableSort{ color: #0000f1; } .dropDown_A,.dropDown_hover{line-height: 45px;}
0.145146
0.048249
div, p, h1, h2, h3, h4, h5, h6, span, a { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; background: black; } h1, h2, h3, h4, h5, h6 { font-weight: 300; font-family: 'Raleway', sans-serif; } a { text-decoration: none; color: #ffd990; cursor: pointer; } .navbar { width: 100%; display: block; position: fixed; top: 0; z-index: 100; background: rgba(0,0,0,0.8); } .navbar a { font-size: 1em; font-weight: 300; display: inline-block; width: 19%; color: #fff; padding: 20px 0; } .navbar a:hover { background: rgba(255,217,144,0.3); } .navbar .home-a { background: url('../img/logo-short-white.png') no-repeat center center; background-size: contain; } .navbar .home-a:hover { background: url('../img/logo-short-white.png') no-repeat center center, rgba(255,217,144,0.3); background-size: contain; } .hero { position: relative; } .hero-full-screen { width: 100%; height: 100vh; position: relative; } .hero-content { padding: 0 5%; color: #fff; z-index: 10; } .hero-committee-member { z-index: 10; margin-top: 5vh; position: relative; border-radius: 5px; min-height: 200px; } .committee-member-desc { position: absolute; bottom: 0; display: block; width: 100%; background: rgba(0,0,0,0.7); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; color: #fff; } .committee-member-desc h3 { font-weight: 700; margin-bottom: 0; } .committee-member-desc p { margin-top: 5px; box-sizing: bborder-box; padding-left: 10px; padding-right: 10px; } .committee-member-desc i { margin: 0 10px; } .news-item { z-index: 10; background: #fff; margin-bottom: 30px; border-radius: 5px; position: relative; } .news-item .news-image { min-height: 200px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .hero-classes .news-image { min-height: 200px; } .news-item .news-image, .news-item .news-snippet { position: relative; } .news-item .news-snippet { box-sizing: border-box; text-align: left; padding: 10px 20px 30px 20px; } .news-item .news-snippet .news-details { position: absolute; bottom: 20px; width: 100%; color: #888; font-size: 0.8em; font-style: italic; } .news-overlay { z-index: 11; position: absolute; width: 100%; padding: 20px 0; background: rgba(0,0,0,0.7); bottom: 0; left: 0; border-bottom-left-radius: 4px; } .hero-bottom { position: absolute; bottom: 30px; } .hero-home-1 { background: url('../img/home-1-bg.png') no-repeat fixed center center; background-size: cover; padding-top: 25vh; } .home-2, .home-4 { padding: 5vh 0; font-size: 1.5em; } .hero-home-3 { background: url('../img/home-3-bg-blur.png') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .home-4 h1 { font-style: italic; } .hero-news { background: url('../img/home-3-bg-blur.png') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .hero-news .hero-title, .hero-classes .hero-title { margin-bottom: 30px; } .hero-classes { background: url('../img/home-1-bg-blur.png') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .attendee-img { border-radius: 5px; margin-right: 10px; } .quote { display: none; vertical-align: middle; } .quote h2 { font-style: italic; } .hero-home-5 { background: url('../img/home-5-bg.jpg') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .center { text-align: center; } .main-logo { max-width: 100%; } .gradient-overlay { background: linear-gradient(to top,rgba(255,217,144,0.4),rgba(0,0,0,0.2)); height: 100%; width: 100%; position: absolute; top: 0; z-index: 1; } .block-overlay { background: rgba(0,0,0,0.7); height: 100%; width: 100%; position: absolute; top: 0; z-index: 1; } .button { color: #fff; padding: 10px 20px; min-width: 200px; border-radius: 5px; border: 1px solid #fff; display: inline-block; } .button-on-white { background: #fff; border-color: #333; color: #333; } .button-pad-vertical { margin-top: 5px; } .button:hover { color: #333; background: #ffd990; border-color: #ffd990; } .button-disabled, .button-disabled:hover { cursor: default; background: none; color: #aaa; border: 1px solid #aaa; } .hero-content .button { font-size: 1.3em; font-weight: 300; max-width: 500px; width: 40%; margin: 0 20px; } .container { max-width: 1200px; margin-left: auto; margin-right: auto; z-index: 2; position: relative; } @media(max-width: 1200px) { .container { width: 90%; margin-left: 5%; margin-right: 5%; } } .gold-background { background: rgb(255,217,144); } .footer { background: #000; color: #fff; padding: 20px; font-size: 0.8em; } .italic { font-style: italic; } .left { text-align: left; } .right { text-align: right; } .center { text-align: center; } .public-table { box-sizing: border-box; width: 100%; font-size: 0.9em; } .public-table .good { font-weight: bold; color: green; } .public-table .bad { font-weight: bold; color: red; } .public-table thead, .public-table tbody { width: 100%; }
css/polefitness.css
div, p, h1, h2, h3, h4, h5, h6, span, a { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; background: black; } h1, h2, h3, h4, h5, h6 { font-weight: 300; font-family: 'Raleway', sans-serif; } a { text-decoration: none; color: #ffd990; cursor: pointer; } .navbar { width: 100%; display: block; position: fixed; top: 0; z-index: 100; background: rgba(0,0,0,0.8); } .navbar a { font-size: 1em; font-weight: 300; display: inline-block; width: 19%; color: #fff; padding: 20px 0; } .navbar a:hover { background: rgba(255,217,144,0.3); } .navbar .home-a { background: url('../img/logo-short-white.png') no-repeat center center; background-size: contain; } .navbar .home-a:hover { background: url('../img/logo-short-white.png') no-repeat center center, rgba(255,217,144,0.3); background-size: contain; } .hero { position: relative; } .hero-full-screen { width: 100%; height: 100vh; position: relative; } .hero-content { padding: 0 5%; color: #fff; z-index: 10; } .hero-committee-member { z-index: 10; margin-top: 5vh; position: relative; border-radius: 5px; min-height: 200px; } .committee-member-desc { position: absolute; bottom: 0; display: block; width: 100%; background: rgba(0,0,0,0.7); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; color: #fff; } .committee-member-desc h3 { font-weight: 700; margin-bottom: 0; } .committee-member-desc p { margin-top: 5px; box-sizing: bborder-box; padding-left: 10px; padding-right: 10px; } .committee-member-desc i { margin: 0 10px; } .news-item { z-index: 10; background: #fff; margin-bottom: 30px; border-radius: 5px; position: relative; } .news-item .news-image { min-height: 200px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .hero-classes .news-image { min-height: 200px; } .news-item .news-image, .news-item .news-snippet { position: relative; } .news-item .news-snippet { box-sizing: border-box; text-align: left; padding: 10px 20px 30px 20px; } .news-item .news-snippet .news-details { position: absolute; bottom: 20px; width: 100%; color: #888; font-size: 0.8em; font-style: italic; } .news-overlay { z-index: 11; position: absolute; width: 100%; padding: 20px 0; background: rgba(0,0,0,0.7); bottom: 0; left: 0; border-bottom-left-radius: 4px; } .hero-bottom { position: absolute; bottom: 30px; } .hero-home-1 { background: url('../img/home-1-bg.png') no-repeat fixed center center; background-size: cover; padding-top: 25vh; } .home-2, .home-4 { padding: 5vh 0; font-size: 1.5em; } .hero-home-3 { background: url('../img/home-3-bg-blur.png') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .home-4 h1 { font-style: italic; } .hero-news { background: url('../img/home-3-bg-blur.png') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .hero-news .hero-title, .hero-classes .hero-title { margin-bottom: 30px; } .hero-classes { background: url('../img/home-1-bg-blur.png') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .attendee-img { border-radius: 5px; margin-right: 10px; } .quote { display: none; vertical-align: middle; } .quote h2 { font-style: italic; } .hero-home-5 { background: url('../img/home-5-bg.jpg') no-repeat fixed center center; background-size: cover; padding: 10vh 0; } .center { text-align: center; } .main-logo { max-width: 100%; } .gradient-overlay { background: linear-gradient(to top,rgba(255,217,144,0.4),rgba(0,0,0,0.2)); height: 100%; width: 100%; position: absolute; top: 0; z-index: 1; } .block-overlay { background: rgba(0,0,0,0.7); height: 100%; width: 100%; position: absolute; top: 0; z-index: 1; } .button { color: #fff; padding: 10px 20px; min-width: 200px; border-radius: 5px; border: 1px solid #fff; display: inline-block; } .button-on-white { background: #fff; border-color: #333; color: #333; } .button-pad-vertical { margin-top: 5px; } .button:hover { color: #333; background: #ffd990; border-color: #ffd990; } .button-disabled, .button-disabled:hover { cursor: default; background: none; color: #aaa; border: 1px solid #aaa; } .hero-content .button { font-size: 1.3em; font-weight: 300; max-width: 500px; width: 40%; margin: 0 20px; } .container { max-width: 1200px; margin-left: auto; margin-right: auto; z-index: 2; position: relative; } @media(max-width: 1200px) { .container { width: 90%; margin-left: 5%; margin-right: 5%; } } .gold-background { background: rgb(255,217,144); } .footer { background: #000; color: #fff; padding: 20px; font-size: 0.8em; } .italic { font-style: italic; } .left { text-align: left; } .right { text-align: right; } .center { text-align: center; } .public-table { box-sizing: border-box; width: 100%; font-size: 0.9em; } .public-table .good { font-weight: bold; color: green; } .public-table .bad { font-weight: bold; color: red; } .public-table thead, .public-table tbody { width: 100%; }
0.488527
0.117775
background-image: url(../../../../../packages/img/background.jpg); background-size: 100%; background-repeat: repeat; height: 100%; color: #e6e6e6; } body{ overflow-x: hidden; user-select:none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } #header .iconBox{ position: static; } #back,#options{ width: 9em; height: 9em; color: #000; font-family: comfortaa; margin-top: 1em; } #options{ padding: 8px; border: 6px solid #000; float: right; } #progressQuestionBar{ text-align: center; line-height: 50px; font-size: 30px; font-family: comfortaa; color: black; } #theme{ font-size: 4em; text-align: center; font-family: comfortaa; margin-top: 1%; position: static; color: #1e1e1e; } #qH3{ padding: 5px; padding-top: 30px; border-bottom: 1px double #1e1e1e; font-family: comfortaa; color: #1e1e1e; box-shadow: #008B8B 0px 3px; font-size: 2em; } .yesOrNo{ opacity: 0.8; width: 100%; margin: 4% 0.5%; margin-bottom: 2.5%; height: 100px; background-size: 100%; background-repeat: no-repeat; background-position-y: center; font-size: 2em; font-family: comfortaa; font-weight: 900; text-shadow: white 0px 0px 20px; } #a{ background-color: #e7314b; } #b{ background-color: #3db1d1; } #c{ background-color: #dfa50b; } #d{ background-color: #7c5d97;; } #colA{ background-image: url(../../../../../packages/img/a.jpg); background-size: 100%; border:solid black 2px; } #colB{ background-image: url(../../../../../packages/img/b.jpg); background-size: 100%; border:solid black 2px; } #colC{ background-image: url(../../../../../packages/img/c.jpg); background-size: 100%; border:solid black 2px; } #colD{ background-image: url(../../../../../packages/img/d.jpg); background-size: 100%; border:solid black 2px; } .modal-body{ color: black; font-family: comfortaa; } #loadingScreen{ width: -webkit-fill-available; height: -webkit-fill-available; background-color: black; } .progress{ background-color: transparent; } #progressBar{ transform: rotate(180deg); } #loader{ margin: 25%; text-align: center; } #loader p{ font-family: comfortaa; font-size: 2em; color: snow; } @media (min-width: 768px){ #containerMine{ width: 900px; } } @media (min-width: 992px){ #containerMine{ width: 1200px; } .yesOrNo{ font-size: 2em; } } #constantScreen{ top: 0; left: 0; position: absolute; background-image: url(../../../../../packages/img/background.jpg); width: -webkit-fill-available; height: 100%; z-index: -1; } #questionHere{ height: 250px; } @media only screen and (max-width: 800px){ #questionHere{ height: 0px; } } #repeat{ font-size: 1em; font-weight: 900; margin-bottom: 30px; } #rotator{ transition: transform .8s ease-in-out; -webkit-transition: transform .8s ease-in-out; } #rotator:hover{ transform: rotate(360deg); -webkit-transform: rotate(360deg); } #end{ display: none; padding-top: 1em; position: absolute; top: 20%; left: 5%; z-index: 1; background-color: rgba(64, 64, 64, 0.9); height: 480px; font-family: comfortaa; font-size: 2.5em; color: whitesmoke; line-height: 3em; text-align: center; width: 90%; } #endFade{ display: none; width: -webkit-fill-available; height: -webkit-fill-available; background-color: rgba(0, 0, 0, 0.5); position: absolute; } #progressor{ margin-top: 21px; border: 2px solid #008B8B; height: 50px; border-radius: 25px; background-color: rgba(58, 205, 60,0.3); } #next{ width: 6em; height: 2em; float: right; margin-top: 10px; font-size: 3em; line-height: 2em; text-align: center; font-family: comfortaa; visibility: visible; color: black; } #modalBody{ margin-top: 2em; position: fixed; width: 90%; height: 7em; background-color: rgba(180, 180, 180, 0.95); z-index: 5; text-align: center; left: 0em; margin: 5%; border-radius: 40px; } #muteMusic{ background-image: url(../../../../../packages/img/volume_on.png); background-size: contain; height: 1.5em; width: 1.5em; float: right; } @media (min-width: 768px){ .modal-dialog { width: 100%; } } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .switch input {display:none;} /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #2196F3; -webkit-transition: .4s; transition: .4s; } .slider:before { background-image: url(../../../../../packages/img/volume_on.png); background-size: contain; position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #ccc; } input:focus + .slider { box-shadow: 0 0 1px #ccc; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
skoly/oaslany/3/eko/financni-analyza/style.css
background-image: url(../../../../../packages/img/background.jpg); background-size: 100%; background-repeat: repeat; height: 100%; color: #e6e6e6; } body{ overflow-x: hidden; user-select:none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } #header .iconBox{ position: static; } #back,#options{ width: 9em; height: 9em; color: #000; font-family: comfortaa; margin-top: 1em; } #options{ padding: 8px; border: 6px solid #000; float: right; } #progressQuestionBar{ text-align: center; line-height: 50px; font-size: 30px; font-family: comfortaa; color: black; } #theme{ font-size: 4em; text-align: center; font-family: comfortaa; margin-top: 1%; position: static; color: #1e1e1e; } #qH3{ padding: 5px; padding-top: 30px; border-bottom: 1px double #1e1e1e; font-family: comfortaa; color: #1e1e1e; box-shadow: #008B8B 0px 3px; font-size: 2em; } .yesOrNo{ opacity: 0.8; width: 100%; margin: 4% 0.5%; margin-bottom: 2.5%; height: 100px; background-size: 100%; background-repeat: no-repeat; background-position-y: center; font-size: 2em; font-family: comfortaa; font-weight: 900; text-shadow: white 0px 0px 20px; } #a{ background-color: #e7314b; } #b{ background-color: #3db1d1; } #c{ background-color: #dfa50b; } #d{ background-color: #7c5d97;; } #colA{ background-image: url(../../../../../packages/img/a.jpg); background-size: 100%; border:solid black 2px; } #colB{ background-image: url(../../../../../packages/img/b.jpg); background-size: 100%; border:solid black 2px; } #colC{ background-image: url(../../../../../packages/img/c.jpg); background-size: 100%; border:solid black 2px; } #colD{ background-image: url(../../../../../packages/img/d.jpg); background-size: 100%; border:solid black 2px; } .modal-body{ color: black; font-family: comfortaa; } #loadingScreen{ width: -webkit-fill-available; height: -webkit-fill-available; background-color: black; } .progress{ background-color: transparent; } #progressBar{ transform: rotate(180deg); } #loader{ margin: 25%; text-align: center; } #loader p{ font-family: comfortaa; font-size: 2em; color: snow; } @media (min-width: 768px){ #containerMine{ width: 900px; } } @media (min-width: 992px){ #containerMine{ width: 1200px; } .yesOrNo{ font-size: 2em; } } #constantScreen{ top: 0; left: 0; position: absolute; background-image: url(../../../../../packages/img/background.jpg); width: -webkit-fill-available; height: 100%; z-index: -1; } #questionHere{ height: 250px; } @media only screen and (max-width: 800px){ #questionHere{ height: 0px; } } #repeat{ font-size: 1em; font-weight: 900; margin-bottom: 30px; } #rotator{ transition: transform .8s ease-in-out; -webkit-transition: transform .8s ease-in-out; } #rotator:hover{ transform: rotate(360deg); -webkit-transform: rotate(360deg); } #end{ display: none; padding-top: 1em; position: absolute; top: 20%; left: 5%; z-index: 1; background-color: rgba(64, 64, 64, 0.9); height: 480px; font-family: comfortaa; font-size: 2.5em; color: whitesmoke; line-height: 3em; text-align: center; width: 90%; } #endFade{ display: none; width: -webkit-fill-available; height: -webkit-fill-available; background-color: rgba(0, 0, 0, 0.5); position: absolute; } #progressor{ margin-top: 21px; border: 2px solid #008B8B; height: 50px; border-radius: 25px; background-color: rgba(58, 205, 60,0.3); } #next{ width: 6em; height: 2em; float: right; margin-top: 10px; font-size: 3em; line-height: 2em; text-align: center; font-family: comfortaa; visibility: visible; color: black; } #modalBody{ margin-top: 2em; position: fixed; width: 90%; height: 7em; background-color: rgba(180, 180, 180, 0.95); z-index: 5; text-align: center; left: 0em; margin: 5%; border-radius: 40px; } #muteMusic{ background-image: url(../../../../../packages/img/volume_on.png); background-size: contain; height: 1.5em; width: 1.5em; float: right; } @media (min-width: 768px){ .modal-dialog { width: 100%; } } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .switch input {display:none;} /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #2196F3; -webkit-transition: .4s; transition: .4s; } .slider:before { background-image: url(../../../../../packages/img/volume_on.png); background-size: contain; position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #ccc; } input:focus + .slider { box-shadow: 0 0 1px #ccc; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
0.311532
0.092852
*{ -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-appearance: none; } #gatsby-focus-wrapper { background: #eaeaea; } header .menu-nav { height: 100vh; position: fixed; top: 0; left: -100%; z-index: 10; transition-duration: 0.3s; background: #313131; } .nav-link::first-letter { visibility: visible; font-size:16px } a.nav-link { display: block; visibility: hidden; text-align: left; font-size: 0; } main{ background:#eaeaea; } header { width: 75px; } .menu-nav{ margin: 0px auto; max-width: 960px; padding: 1.45rem 1.0875rem; display: flex; justify-content: space-between; align-items: center; flex-direction: column; height: 100%; } section { min-height: 100vh; padding: 18px 24px; display: flex; align-items: center; /*scroll-snap-align: start;*/ flex-direction: column; justify-content: center; } section h2 { width: calc(100% + 48px); position: -webkit-sticky; position: sticky; top: 0; background: #eaeaea; padding: 10px 24px; margin: 0 -24px; opacity: 1; z-index: 1; text-align: left; display: flex; } section#contact h2 { text-align: center; } section#welcome >div { width: 100%; margin-top: 35px; } span.contrast-text { background: #ffcb00; padding: 2px 6px; } .skills, .tag-list { list-style: none; padding: 0; margin: 0; max-width: 400px; display: flex; flex-wrap: wrap; justify-content: flex-start; } .skills li, .tag { padding: 4px 12px; border-radius: 6px; margin: 0 10px 10px 0; cursor: pointer; color: #313131; font-size: 16px; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; } ul.skills li:hover, .tag:hover { color: #313131; box-shadow: 1px 1px 2px #b9b9b9, 0px 0px 2px #ffffff; } h1{ font-size: 48px; line-height: 80px; } li.tag>a { color: #313131; text-decoration: none; } /*main{ scroll-snap-type: y mandatory; overflow-y: scroll; height: 100vh; }*/ footer { position: absolute; right: 0; bottom: 0px; width: 100%; text-align: center; } .projects-container ul, .projects-container li { list-style: none; margin: 0; padding: 0; } #projects { flex-direction: column; justify-content: stretch; } .switch-container { display: flex; padding: 0 0; bottom: 0; width: auto; justify-content: center; background: #eaeaea; font-size: 16px; line-height: 16px; align-items: center; flex: 1; } .projects-container { font-size: 14px; height: auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .projects-container >ul { display: flex; flex-wrap: wrap; } .switch-container>span { height: 18px; } .projects-container .project-item { flex-grow: 1; border-radius: 6px; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; margin: 10px 4px; width: calc(100% - 8px); } .projects-container .project-item:hover { box-shadow: 1px 1px 2px #b9b9b9, 0px 0px 2px #ffffff; } .project-item a{ text-decoration: none; color: #313131; font-weight: 400; } .project-skills { margin-top: 10px; padding: 0 15px 15px; } .project-skills li:before {content: "#";color: #313131;font-weight: bold;} .project-item>div:first-of-type { padding: 15px; } .open-menu-container { bottom: 0; top: auto; left: 0; text-align: center; width: 75px; display: block; position: fixed; padding: 16px 0; transition-duration:.3s; transition-delay: 0.3s; z-index: 11; } #open-menu { border: none; cursor: pointer; width: 50px; height: 50px; align-items: center; display: flex; margin: auto; border-radius: 50px; background: #313131; transition: transform .3s ease-out .3s; } header.-open .menu-nav{ width: 300px; left:0px } header.-open .nav-link,header.-open .nav-link:first-letter { font-size: 18px; visibility: visible; text-align: center; } .menu-shadow{ box-shadow:none; transition: box-shadow 0s ease-out 0s; } header.-open .menu-shadow{ transition: box-shadow .3s ease-out .3s; border-radius: 50%; background: linear-gradient(145deg, #343434, #2c2c2c); box-shadow: 5px 5px 10px #2a2a2a, -5px -5px 10px #383838; } header.-open #open-menu { transform: rotate(-90deg); transition: transform .3s ease-out .3s; } header.-open .open-menu-container { width: 300px; } .follow { text-align: right; } .follow .tag-list { justify-content: flex-end; } .follow .tag-list li { margin: 0 0 10px 10px; } @media(min-width:760px){ header .menu-nav{ left:0; } main{ padding-left:75px; } .follow { text-align: left; } .follow .tag-list { justify-content: flex-start; } .follow .tag-list li { margin: 0 10px 10px 0; } } @media(min-width:1818px){ .open-menu-container { display: none; } header .menu-nav{ width: 300px; } a.nav-link{ display: inline; font-size: 18px; visibility: visible; text-align: center; } main{ padding-left: 0px } } .switch { width: 44px; height: 24px; border-radius: 15px; background: #eaeaea; margin: 0px 4px; position: relative; display: flex; cursor: pointer; box-shadow: inset 2px 2px 4px #b9b9b9, inset -2px -2px 4px #ffffff; } .switcher { content: ""; width: 18px; height: 18px; position: absolute; z-index: 9; border-radius: 50%; top: 4px; left: 4px; transition: transform 90ms cubic-bezier(.4,0,.2,1),left 90ms cubic-bezier(.4,0,.2,1); transition: left 90ms cubic-bezier(.4,0,.2,1); background: #eaeaea; box-shadow: 1px 1px 2px #b9b9b9, -1px -1px 2px #ffffff } input#projects-switch:checked + .switcher { left: 22px; } input#projects-switch { display: block; width: 100%; position: relative; z-index: 10; height: 100%; cursor: pointer; opacity: 0; } .commercial .commercial { background: #ffcb00; } .github .github { background: #ffcb00; } ._commercial ._git { display: none; } ._commercial ._com { display: flex; } ._github ._com { display: none; } ._github ._git { display:flex; } .projects-container h4 { margin: 0; } #about >div { width: 100%; } #contact input, textarea { border: none; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; border-radius: 6px; padding: 0 10px; line-height: 32px; font-size: 16px; width: 250px; background: #eaeaea; } #contact input:focus, textarea:focus { outline: none; box-shadow: 1px 1px 2px #b9b9b9, -1px -1px 2px #ffffff; } #contact button { border-radius: 8px; padding: 0px 30px; border: none; color: #313131; background: #eaeaea; cursor: pointer; font-size: 16px; line-height: 32px; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; } #contact button:hover { box-shadow: 1px 1px 2px #b9b9b9, -1px -1px 2px #ffffff; } .fade-in-left { -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards; animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards; } /* ---------------------------------------------- * Generated by Animista on 2020-6-12 0:4:56 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation fade-in-left * ---------------------------------------- */ @-webkit-keyframes fade-in-left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } @keyframes fade-in-left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } .fade-in { -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; } /* ---------------------------------------------- * Generated by Animista on 2020-6-12 0:7:35 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation fade-in * ---------------------------------------- */ @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .fade-in-fwd { -webkit-animation: fade-in-fwd 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-fwd 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; } /* ---------------------------------------------- * Generated by Animista on 2020-6-12 0:12:9 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation fade-in-fwd * ---------------------------------------- */ @-webkit-keyframes fade-in-fwd { 0% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px); opacity: 0; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } } @keyframes fade-in-fwd { 0% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px); opacity: 0; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } }
src/style/global.css
*{ -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-appearance: none; } #gatsby-focus-wrapper { background: #eaeaea; } header .menu-nav { height: 100vh; position: fixed; top: 0; left: -100%; z-index: 10; transition-duration: 0.3s; background: #313131; } .nav-link::first-letter { visibility: visible; font-size:16px } a.nav-link { display: block; visibility: hidden; text-align: left; font-size: 0; } main{ background:#eaeaea; } header { width: 75px; } .menu-nav{ margin: 0px auto; max-width: 960px; padding: 1.45rem 1.0875rem; display: flex; justify-content: space-between; align-items: center; flex-direction: column; height: 100%; } section { min-height: 100vh; padding: 18px 24px; display: flex; align-items: center; /*scroll-snap-align: start;*/ flex-direction: column; justify-content: center; } section h2 { width: calc(100% + 48px); position: -webkit-sticky; position: sticky; top: 0; background: #eaeaea; padding: 10px 24px; margin: 0 -24px; opacity: 1; z-index: 1; text-align: left; display: flex; } section#contact h2 { text-align: center; } section#welcome >div { width: 100%; margin-top: 35px; } span.contrast-text { background: #ffcb00; padding: 2px 6px; } .skills, .tag-list { list-style: none; padding: 0; margin: 0; max-width: 400px; display: flex; flex-wrap: wrap; justify-content: flex-start; } .skills li, .tag { padding: 4px 12px; border-radius: 6px; margin: 0 10px 10px 0; cursor: pointer; color: #313131; font-size: 16px; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; } ul.skills li:hover, .tag:hover { color: #313131; box-shadow: 1px 1px 2px #b9b9b9, 0px 0px 2px #ffffff; } h1{ font-size: 48px; line-height: 80px; } li.tag>a { color: #313131; text-decoration: none; } /*main{ scroll-snap-type: y mandatory; overflow-y: scroll; height: 100vh; }*/ footer { position: absolute; right: 0; bottom: 0px; width: 100%; text-align: center; } .projects-container ul, .projects-container li { list-style: none; margin: 0; padding: 0; } #projects { flex-direction: column; justify-content: stretch; } .switch-container { display: flex; padding: 0 0; bottom: 0; width: auto; justify-content: center; background: #eaeaea; font-size: 16px; line-height: 16px; align-items: center; flex: 1; } .projects-container { font-size: 14px; height: auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .projects-container >ul { display: flex; flex-wrap: wrap; } .switch-container>span { height: 18px; } .projects-container .project-item { flex-grow: 1; border-radius: 6px; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; margin: 10px 4px; width: calc(100% - 8px); } .projects-container .project-item:hover { box-shadow: 1px 1px 2px #b9b9b9, 0px 0px 2px #ffffff; } .project-item a{ text-decoration: none; color: #313131; font-weight: 400; } .project-skills { margin-top: 10px; padding: 0 15px 15px; } .project-skills li:before {content: "#";color: #313131;font-weight: bold;} .project-item>div:first-of-type { padding: 15px; } .open-menu-container { bottom: 0; top: auto; left: 0; text-align: center; width: 75px; display: block; position: fixed; padding: 16px 0; transition-duration:.3s; transition-delay: 0.3s; z-index: 11; } #open-menu { border: none; cursor: pointer; width: 50px; height: 50px; align-items: center; display: flex; margin: auto; border-radius: 50px; background: #313131; transition: transform .3s ease-out .3s; } header.-open .menu-nav{ width: 300px; left:0px } header.-open .nav-link,header.-open .nav-link:first-letter { font-size: 18px; visibility: visible; text-align: center; } .menu-shadow{ box-shadow:none; transition: box-shadow 0s ease-out 0s; } header.-open .menu-shadow{ transition: box-shadow .3s ease-out .3s; border-radius: 50%; background: linear-gradient(145deg, #343434, #2c2c2c); box-shadow: 5px 5px 10px #2a2a2a, -5px -5px 10px #383838; } header.-open #open-menu { transform: rotate(-90deg); transition: transform .3s ease-out .3s; } header.-open .open-menu-container { width: 300px; } .follow { text-align: right; } .follow .tag-list { justify-content: flex-end; } .follow .tag-list li { margin: 0 0 10px 10px; } @media(min-width:760px){ header .menu-nav{ left:0; } main{ padding-left:75px; } .follow { text-align: left; } .follow .tag-list { justify-content: flex-start; } .follow .tag-list li { margin: 0 10px 10px 0; } } @media(min-width:1818px){ .open-menu-container { display: none; } header .menu-nav{ width: 300px; } a.nav-link{ display: inline; font-size: 18px; visibility: visible; text-align: center; } main{ padding-left: 0px } } .switch { width: 44px; height: 24px; border-radius: 15px; background: #eaeaea; margin: 0px 4px; position: relative; display: flex; cursor: pointer; box-shadow: inset 2px 2px 4px #b9b9b9, inset -2px -2px 4px #ffffff; } .switcher { content: ""; width: 18px; height: 18px; position: absolute; z-index: 9; border-radius: 50%; top: 4px; left: 4px; transition: transform 90ms cubic-bezier(.4,0,.2,1),left 90ms cubic-bezier(.4,0,.2,1); transition: left 90ms cubic-bezier(.4,0,.2,1); background: #eaeaea; box-shadow: 1px 1px 2px #b9b9b9, -1px -1px 2px #ffffff } input#projects-switch:checked + .switcher { left: 22px; } input#projects-switch { display: block; width: 100%; position: relative; z-index: 10; height: 100%; cursor: pointer; opacity: 0; } .commercial .commercial { background: #ffcb00; } .github .github { background: #ffcb00; } ._commercial ._git { display: none; } ._commercial ._com { display: flex; } ._github ._com { display: none; } ._github ._git { display:flex; } .projects-container h4 { margin: 0; } #about >div { width: 100%; } #contact input, textarea { border: none; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; border-radius: 6px; padding: 0 10px; line-height: 32px; font-size: 16px; width: 250px; background: #eaeaea; } #contact input:focus, textarea:focus { outline: none; box-shadow: 1px 1px 2px #b9b9b9, -1px -1px 2px #ffffff; } #contact button { border-radius: 8px; padding: 0px 30px; border: none; color: #313131; background: #eaeaea; cursor: pointer; font-size: 16px; line-height: 32px; box-shadow: 2px 2px 6px #b9b9b9, -2px -2px 6px #ffffff; } #contact button:hover { box-shadow: 1px 1px 2px #b9b9b9, -1px -1px 2px #ffffff; } .fade-in-left { -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards; animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards; } /* ---------------------------------------------- * Generated by Animista on 2020-6-12 0:4:56 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation fade-in-left * ---------------------------------------- */ @-webkit-keyframes fade-in-left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } @keyframes fade-in-left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } .fade-in { -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; } /* ---------------------------------------------- * Generated by Animista on 2020-6-12 0:7:35 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation fade-in * ---------------------------------------- */ @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .fade-in-fwd { -webkit-animation: fade-in-fwd 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-fwd 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; } /* ---------------------------------------------- * Generated by Animista on 2020-6-12 0:12:9 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation fade-in-fwd * ---------------------------------------- */ @-webkit-keyframes fade-in-fwd { 0% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px); opacity: 0; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } } @keyframes fade-in-fwd { 0% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px); opacity: 0; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } }
0.263789
0.058993
.maze { border: 5px solid #292929; display: inline-block; vertical-align: top; } .maze .mazeRow .mazeSpace { display: inline-block; border: 5px solid #F8F8F8; width: 2em; height: 2em; overflow: hidden; line-height: 2em; font-size: 2em; text-align: center; position: relative; } .maze .mazeRow .mazeSpace.north { border-top-color: #292929; } .maze .mazeRow .mazeSpace.east { border-right-color: #292929; } .maze .mazeRow .mazeSpace.south { border-bottom-color: #292929; } .maze .mazeRow .mazeSpace.west { border-left-color: #292929; } .maze .mazeRow .mazeSpace i { display: block; position: absolute; width: 2em; color: #AAA; } .maze .mazeRow .mazeSpace i.robot { color: #292929; } div.actions { margin: 0; padding: 2em; list-style: none; display: inline-block; vertical-align: top; } div.actions i.robot { display: block; text-align: center; font-size: 3em; margin-top: .5em; } div.actions .btn { display: block; margin-bottom: .5em; } .btn { display: inline-block; *display: inline; padding: 4px 12px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 20px; *line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #bbbbbb; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #a2a2a2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; } .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; *background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */ background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.active, .btn:active { background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
css/robotmazeinterface.css
.maze { border: 5px solid #292929; display: inline-block; vertical-align: top; } .maze .mazeRow .mazeSpace { display: inline-block; border: 5px solid #F8F8F8; width: 2em; height: 2em; overflow: hidden; line-height: 2em; font-size: 2em; text-align: center; position: relative; } .maze .mazeRow .mazeSpace.north { border-top-color: #292929; } .maze .mazeRow .mazeSpace.east { border-right-color: #292929; } .maze .mazeRow .mazeSpace.south { border-bottom-color: #292929; } .maze .mazeRow .mazeSpace.west { border-left-color: #292929; } .maze .mazeRow .mazeSpace i { display: block; position: absolute; width: 2em; color: #AAA; } .maze .mazeRow .mazeSpace i.robot { color: #292929; } div.actions { margin: 0; padding: 2em; list-style: none; display: inline-block; vertical-align: top; } div.actions i.robot { display: block; text-align: center; font-size: 3em; margin-top: .5em; } div.actions .btn { display: block; margin-bottom: .5em; } .btn { display: inline-block; *display: inline; padding: 4px 12px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 20px; *line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #bbbbbb; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #a2a2a2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; } .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; *background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */ background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.active, .btn:active { background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
0.41561
0.290562
.__visly_scope_7oadCW5FEe_menu-checkable { width: 100%; height: 32px; background-color: transparent; padding-left: 8px; padding-right: 8px; padding-bottom: 0; flex-direction: row; flex-wrap: nowrap; align-items: center; align-content: flex-start; justify-content: flex-start; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_hover { background-color: #06f; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_pressed { background-color: #0052cc; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_focus { background-color: #06f; } .__visly_scope_7oadCW5FEe_menu-checkable .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #404040; font-family: Inter, sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; letter-spacing: 0.12px; align-self: auto; display: block; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_focus .__visly_scope_7oadCW5FEe_BQEFCgjjJC, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_hover .__visly_scope_7oadCW5FEe_BQEFCgjjJC, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_pressed .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #fff; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_disabled .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #aaa; } .__visly_scope_7oadCW5FEe_menu-checkable .__visly_scope_7oadCW5FEe_UoGGqVmdbn { width: 24px; height: unset; } .__visly_scope_7oadCW5FEe_menu-checkable .__visly_scope_7oadCW5FEe_PXGX4TkGEx { width: 16px; height: 16px; background-color: #1e1e1e; display: none; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_focus .__visly_scope_7oadCW5FEe_PXGX4TkGEx, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_hover .__visly_scope_7oadCW5FEe_PXGX4TkGEx { background-color: #fff; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none { background-color: #06f; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_focus, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_hover, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_pressed { background-color: #0052cc; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_disabled { background-color: transparent; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #fff; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_disabled .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #aaa; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none .__visly_scope_7oadCW5FEe_UoGGqVmdbn { width: 8px; height: unset; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none .__visly_scope_7oadCW5FEe_PXGX4TkGEx { background-color: #fff; display: block; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_disabled .__visly_scope_7oadCW5FEe_PXGX4TkGEx { background-color: #aaa; }
src/components/visly/Menu.Selectable.css
.__visly_scope_7oadCW5FEe_menu-checkable { width: 100%; height: 32px; background-color: transparent; padding-left: 8px; padding-right: 8px; padding-bottom: 0; flex-direction: row; flex-wrap: nowrap; align-items: center; align-content: flex-start; justify-content: flex-start; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_hover { background-color: #06f; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_pressed { background-color: #0052cc; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_focus { background-color: #06f; } .__visly_scope_7oadCW5FEe_menu-checkable .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #404040; font-family: Inter, sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; letter-spacing: 0.12px; align-self: auto; display: block; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_focus .__visly_scope_7oadCW5FEe_BQEFCgjjJC, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_hover .__visly_scope_7oadCW5FEe_BQEFCgjjJC, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_pressed .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #fff; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_disabled .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #aaa; } .__visly_scope_7oadCW5FEe_menu-checkable .__visly_scope_7oadCW5FEe_UoGGqVmdbn { width: 24px; height: unset; } .__visly_scope_7oadCW5FEe_menu-checkable .__visly_scope_7oadCW5FEe_PXGX4TkGEx { width: 16px; height: 16px; background-color: #1e1e1e; display: none; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_focus .__visly_scope_7oadCW5FEe_PXGX4TkGEx, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_default.__visly_state_hover .__visly_scope_7oadCW5FEe_PXGX4TkGEx { background-color: #fff; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none { background-color: #06f; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_focus, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_hover, .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_pressed { background-color: #0052cc; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_disabled { background-color: transparent; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #fff; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_disabled .__visly_scope_7oadCW5FEe_BQEFCgjjJC { color: #aaa; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none .__visly_scope_7oadCW5FEe_UoGGqVmdbn { width: 8px; height: unset; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_none .__visly_scope_7oadCW5FEe_PXGX4TkGEx { background-color: #fff; display: block; } .__visly_scope_7oadCW5FEe_menu-checkable.__visly_selected.__visly_state_disabled .__visly_scope_7oadCW5FEe_PXGX4TkGEx { background-color: #aaa; }
0.31732
0.078184
@-moz-document url-prefix("https://www.youtube.com/watch"), url-prefix("http://www.youtube.com/watch") { /* WIDE VIDEO FOR 1280 */ #body-container #player, #body-container #player-api { width: 1000px !important; height: 600px !important; max-width: 1000px !important; max-height: 600px !important; } #body-container .html5-main-video { height: 100% !important; width: 100% !important; } /* TOP FRAME FORMATING */ #masthead-search, #masthead-positioner { margin-left: auto !important; margin-right: auto !important; } #yt-masthead-container { border-bottom: 0px !important; } /* LOGO */ #logo { opacity: .40 !important; filter: alpha(opacity=0) !important; } #logo:hover { opacity: 1 !important; } #logo:active { opacity: 0 !important; } /* SEARCH FORMATING */ #yt-masthead-content { padding-top: 5px !important; padding-right: 150px !important; } #masthead-search-terms { border-radius: 9px !important; color: #cecece !important; } #masthead-search-term { color: #cecece !important; } .search-button:hover, .yt-uix-button-content:hover { opacity: 1 !important; } .search-button:active, .yt-uix-button-content:active { opacity: 0 !important; } .yt-uix-button-default,.yt-uix-button-text{ border-color:#181818 !important; background:#181818 !important; } .yt-uix-button-content { background: none !important; } .search-button { opacity: .40 !important; filter: alpha(opacity=0) !important; background-size: auto !important; width: 39px !important; height: 28px !important; margin: 0 0 0 0 !important; opacity: .40 !important; filter: alpha(opacity=0) !important; background: no-repeat url(http://s.ytimg.com/yts/imgbin/www-hitchhiker-vflUkjRR6.png) -5px -349px !important; margin-left: 20px !important; } #masthead-search-terms { -moz-transition: border-color 1.2s ease; -webkit-transition: border-color 1.2s ease; transition: border-color 1.2s ease; } /* CLEAR BUTONS */ .yt-uix-button-subscribed-branded, .yt-uix-button-subscribe-branded, .yt-uix-subscription-preferences-button, .yt-subscription-button-subscriber-count-branded-horizontal { background: none !important; border: 0px!important; } /* EXPAND DESCRIPTION */ .yt-uix-expander-collapsed, #watch-description-text, #watch-related { max-height: none !important; } /* SEARCH FORMATING */ #yt-masthead-content { padding-top: 5px !important; } #watch7-content{ border-radius: 9px !important; color: #cecece !important; } #masthead-search-term{ color: #cecece !important; } /* TITLE AND DESCRIPTION FORMATING */ #watch7-headline { right: 10px !important; text-align: right !important; width: 600px !important; float: right !important; } #eow-description { text-align: justify !important; } #watch-description { margin-top: -30px !important; } .watch-sidebar, #watch7-main { min-width: 0 !important; max-width: none !important; } #content { margin-top: 25px !important; } #page-container, #page-container, #watch7-sidebar, #page { padding: 0 !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: -200px !important; margin-top: 15px !important; } /* PAGE AND PLAYER FORMATING */ #player, #watch7-content div, #watch7-sidebar { background: transparent !important; } .watch-small { max-width: 600px!important; } #watch7-main > div { float: none !important; width: 100% !important; position: static !important; margin: 0 !important; } li.video-list-item { width: 31% !important; display: inline-block !important; margin: 15px 1% !important; vertical-align: top !important; } #watch-more-related-button { width: 100% !important; margin-top: 10px !important; } #watch7-content { border: 1px solid #E6E6E6 !important; } #watch7-content div { border-left: 0 !important; border-right: 0 !important; } div.action-panel-content { width: 100% !important; } #watch-description-extra-info { margin-left: auto !important; } #watch7-main-container { width: 85% !important; min-width: 640px !important; margin: 0 auto !important; padding: 0 !important; -webkit-transition: none !important; -moz-transition: none !important; transition: none !important; } #watch7-main-container > div { padding-left: 0 !important; } #watch7-main, #watch7-video, .watch7-playlist { width: 100% !important; } #page-container #page { width: auto !important; margin: 0 !important; } #player { margin: 0 auto !important; position: relative; width: 640px; } #page-container #page, #player { padding-left: 0 !important; min-width: 0 !important; -webkit-transition: none !important; -moz-transition: none !important; transition: none !important; } /* HIDE ELEMENTS */ #watch-discussion, #yt-uix-videoactionmenu-menu, #yt-masthead-signin, #guide, #watch7-branded-banner, .watch-sidebar-head, #watch-longform-ad, #watch-channel-brand-div { display: none !important; } .yt-uix-button { border-width: 0px !important; } #watch8-action-buttons, #watch-action-panels,#footer-container, #footer, .appbar-guide-toggle, #yt-masthead-user { display: none !important; } button[data-gen204="feature=watch-show-more-metadata"] { display: none !important; } div#watch-description-extras { display: none !important; } div.watch-sidebar-section:not(:last-child) { display: none; } /* COLORS */ html body { background-color: #181818 !important; } #masthead-positioner, #masthead-search-terms, #yt-masthead-container, #masthead-positioner-height-offset, #watch7-sidebar-contents { background-color: #181818 !important; } a { color: #aaa !important; } a:hover { color: #fff important; } span[class="title"] { color: #aaa !important; } .watch-title, .yt-user-info, .watch-time-text { color: #aaa !important; } #eow-description, #watch-description-clip, #watch-description-text { color: #888 !important; } .view-count, .attribution { color: #474848 !important; } }
data/usercss/106889.user.css
@-moz-document url-prefix("https://www.youtube.com/watch"), url-prefix("http://www.youtube.com/watch") { /* WIDE VIDEO FOR 1280 */ #body-container #player, #body-container #player-api { width: 1000px !important; height: 600px !important; max-width: 1000px !important; max-height: 600px !important; } #body-container .html5-main-video { height: 100% !important; width: 100% !important; } /* TOP FRAME FORMATING */ #masthead-search, #masthead-positioner { margin-left: auto !important; margin-right: auto !important; } #yt-masthead-container { border-bottom: 0px !important; } /* LOGO */ #logo { opacity: .40 !important; filter: alpha(opacity=0) !important; } #logo:hover { opacity: 1 !important; } #logo:active { opacity: 0 !important; } /* SEARCH FORMATING */ #yt-masthead-content { padding-top: 5px !important; padding-right: 150px !important; } #masthead-search-terms { border-radius: 9px !important; color: #cecece !important; } #masthead-search-term { color: #cecece !important; } .search-button:hover, .yt-uix-button-content:hover { opacity: 1 !important; } .search-button:active, .yt-uix-button-content:active { opacity: 0 !important; } .yt-uix-button-default,.yt-uix-button-text{ border-color:#181818 !important; background:#181818 !important; } .yt-uix-button-content { background: none !important; } .search-button { opacity: .40 !important; filter: alpha(opacity=0) !important; background-size: auto !important; width: 39px !important; height: 28px !important; margin: 0 0 0 0 !important; opacity: .40 !important; filter: alpha(opacity=0) !important; background: no-repeat url(http://s.ytimg.com/yts/imgbin/www-hitchhiker-vflUkjRR6.png) -5px -349px !important; margin-left: 20px !important; } #masthead-search-terms { -moz-transition: border-color 1.2s ease; -webkit-transition: border-color 1.2s ease; transition: border-color 1.2s ease; } /* CLEAR BUTONS */ .yt-uix-button-subscribed-branded, .yt-uix-button-subscribe-branded, .yt-uix-subscription-preferences-button, .yt-subscription-button-subscriber-count-branded-horizontal { background: none !important; border: 0px!important; } /* EXPAND DESCRIPTION */ .yt-uix-expander-collapsed, #watch-description-text, #watch-related { max-height: none !important; } /* SEARCH FORMATING */ #yt-masthead-content { padding-top: 5px !important; } #watch7-content{ border-radius: 9px !important; color: #cecece !important; } #masthead-search-term{ color: #cecece !important; } /* TITLE AND DESCRIPTION FORMATING */ #watch7-headline { right: 10px !important; text-align: right !important; width: 600px !important; float: right !important; } #eow-description { text-align: justify !important; } #watch-description { margin-top: -30px !important; } .watch-sidebar, #watch7-main { min-width: 0 !important; max-width: none !important; } #content { margin-top: 25px !important; } #page-container, #page-container, #watch7-sidebar, #page { padding: 0 !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: -200px !important; margin-top: 15px !important; } /* PAGE AND PLAYER FORMATING */ #player, #watch7-content div, #watch7-sidebar { background: transparent !important; } .watch-small { max-width: 600px!important; } #watch7-main > div { float: none !important; width: 100% !important; position: static !important; margin: 0 !important; } li.video-list-item { width: 31% !important; display: inline-block !important; margin: 15px 1% !important; vertical-align: top !important; } #watch-more-related-button { width: 100% !important; margin-top: 10px !important; } #watch7-content { border: 1px solid #E6E6E6 !important; } #watch7-content div { border-left: 0 !important; border-right: 0 !important; } div.action-panel-content { width: 100% !important; } #watch-description-extra-info { margin-left: auto !important; } #watch7-main-container { width: 85% !important; min-width: 640px !important; margin: 0 auto !important; padding: 0 !important; -webkit-transition: none !important; -moz-transition: none !important; transition: none !important; } #watch7-main-container > div { padding-left: 0 !important; } #watch7-main, #watch7-video, .watch7-playlist { width: 100% !important; } #page-container #page { width: auto !important; margin: 0 !important; } #player { margin: 0 auto !important; position: relative; width: 640px; } #page-container #page, #player { padding-left: 0 !important; min-width: 0 !important; -webkit-transition: none !important; -moz-transition: none !important; transition: none !important; } /* HIDE ELEMENTS */ #watch-discussion, #yt-uix-videoactionmenu-menu, #yt-masthead-signin, #guide, #watch7-branded-banner, .watch-sidebar-head, #watch-longform-ad, #watch-channel-brand-div { display: none !important; } .yt-uix-button { border-width: 0px !important; } #watch8-action-buttons, #watch-action-panels,#footer-container, #footer, .appbar-guide-toggle, #yt-masthead-user { display: none !important; } button[data-gen204="feature=watch-show-more-metadata"] { display: none !important; } div#watch-description-extras { display: none !important; } div.watch-sidebar-section:not(:last-child) { display: none; } /* COLORS */ html body { background-color: #181818 !important; } #masthead-positioner, #masthead-search-terms, #yt-masthead-container, #masthead-positioner-height-offset, #watch7-sidebar-contents { background-color: #181818 !important; } a { color: #aaa !important; } a:hover { color: #fff important; } span[class="title"] { color: #aaa !important; } .watch-title, .yt-user-info, .watch-time-text { color: #aaa !important; } #eow-description, #watch-description-clip, #watch-description-text { color: #888 !important; } .view-count, .attribution { color: #474848 !important; } }
0.234933
0.048519
@import url('https://fonts.googleapis.com/css?family=Montserrat'); *{ font-family: Montserrat, sans-serif; margin: 0; padding: 0; box-sizing: border-box; } /*Header*/ header li:hover{ color: #99000056; transition: all .3s; } header ul li a:hover{ color: rgba(194, 248, 0, 0.945); transition: all .5s; } header{ position: fixed; top: 0; left: 0; width: 100%; padding: 40px 100px; z-index: 10000; display: flex; justify-content: space-between; align-items: center; transition: 0.6s; padding: 10px 80px; background: #990000; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } header .Botones{ position: relative; display: flex; } header .Botones li{ list-style: none; margin-left: 30px; } header ul li>li{ float: left; } header .Botones li a{ text-decoration: none; color: #fff; font-weight: 300; } .Logo{ width: 150px; } .submenu{ position: absolute; background: #990000; display: none; transition: all .3s; } header ul li .submenu.sticky{ padding: 10px 80px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } header li:hover .submenu{ display: block; } header li:hover{ color: #99000056; transition: all .3s; } header ul li a:hover{ color: rgba(194, 248, 0, 0.945); transition: all .5s; } .submenu li a{ display: block; width: 180%; padding: 5px; color: #fff; } /*Galeria*/ .container{ display: grid; grid-template-columns: repeat(1, 1fr); max-width: 1000px; width: 90%; margin-left: auto; margin-right: auto; margin-top: 3em; margin-bottom: 3em; grid-gap: 30px; } .item{ background-color: #fff; cursor: pointer; box-shadow: 0 0 5px 0 rgba(0,0,0,.095); transition: all 300ms; } .item:hover{ transform: scale(1.05); } .item::after{ content: ""; background-color: rgba(179, 229, 252, .1); width: 100%; height: 100%; position:absolute; top: 0; left: 0; transform: scale(0); transition: all 300ms; opacity: 0; } .item:hover::after{ opacity: 1; transform: scale(1); } .item-text{ padding: 1em; } .item-img{ height: 195px; width: 313px; display: block; } .btn{ text-align: center; } .btn a{ text-decoration: none; text-align: center; height: auto; position: relative; border-radius: 10px; color: rgb(255, 255, 255); background-image: linear-gradient( -180deg , rgb(246, 95, 3) 0%, rgb(214, 0, 0) 96%); background-position: initial; cursor: pointer; text-decoration: none !important; } @media screen and (min-width: 590px){ .container{ grid-template-columns: repeat(2, 1fr); } } @media screen and (min-width: 960px){ .container{ grid-template-columns: repeat(3, 1fr); } } /*Footer*/ footer{ word-break: break-word; width: 100%; padding: 50px 0px; background-color: rgb(8, 8, 8); justify-content: space-evenly; } .Footersmall{ font-size: 12px; color: #fff; padding-left: 50px; overflow: hidden; position: relative; white-space: pre-line; } .Enlaces{ display: flex; -webkit-box-flex: 1; flex-grow: 1; -webkit-box-pack: end; justify-content: flex-end; } .Footer2{ display: flex; }
public/css/ServiciosRestaurante.css
@import url('https://fonts.googleapis.com/css?family=Montserrat'); *{ font-family: Montserrat, sans-serif; margin: 0; padding: 0; box-sizing: border-box; } /*Header*/ header li:hover{ color: #99000056; transition: all .3s; } header ul li a:hover{ color: rgba(194, 248, 0, 0.945); transition: all .5s; } header{ position: fixed; top: 0; left: 0; width: 100%; padding: 40px 100px; z-index: 10000; display: flex; justify-content: space-between; align-items: center; transition: 0.6s; padding: 10px 80px; background: #990000; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } header .Botones{ position: relative; display: flex; } header .Botones li{ list-style: none; margin-left: 30px; } header ul li>li{ float: left; } header .Botones li a{ text-decoration: none; color: #fff; font-weight: 300; } .Logo{ width: 150px; } .submenu{ position: absolute; background: #990000; display: none; transition: all .3s; } header ul li .submenu.sticky{ padding: 10px 80px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } header li:hover .submenu{ display: block; } header li:hover{ color: #99000056; transition: all .3s; } header ul li a:hover{ color: rgba(194, 248, 0, 0.945); transition: all .5s; } .submenu li a{ display: block; width: 180%; padding: 5px; color: #fff; } /*Galeria*/ .container{ display: grid; grid-template-columns: repeat(1, 1fr); max-width: 1000px; width: 90%; margin-left: auto; margin-right: auto; margin-top: 3em; margin-bottom: 3em; grid-gap: 30px; } .item{ background-color: #fff; cursor: pointer; box-shadow: 0 0 5px 0 rgba(0,0,0,.095); transition: all 300ms; } .item:hover{ transform: scale(1.05); } .item::after{ content: ""; background-color: rgba(179, 229, 252, .1); width: 100%; height: 100%; position:absolute; top: 0; left: 0; transform: scale(0); transition: all 300ms; opacity: 0; } .item:hover::after{ opacity: 1; transform: scale(1); } .item-text{ padding: 1em; } .item-img{ height: 195px; width: 313px; display: block; } .btn{ text-align: center; } .btn a{ text-decoration: none; text-align: center; height: auto; position: relative; border-radius: 10px; color: rgb(255, 255, 255); background-image: linear-gradient( -180deg , rgb(246, 95, 3) 0%, rgb(214, 0, 0) 96%); background-position: initial; cursor: pointer; text-decoration: none !important; } @media screen and (min-width: 590px){ .container{ grid-template-columns: repeat(2, 1fr); } } @media screen and (min-width: 960px){ .container{ grid-template-columns: repeat(3, 1fr); } } /*Footer*/ footer{ word-break: break-word; width: 100%; padding: 50px 0px; background-color: rgb(8, 8, 8); justify-content: space-evenly; } .Footersmall{ font-size: 12px; color: #fff; padding-left: 50px; overflow: hidden; position: relative; white-space: pre-line; } .Enlaces{ display: flex; -webkit-box-flex: 1; flex-grow: 1; -webkit-box-pack: end; justify-content: flex-end; } .Footer2{ display: flex; }
0.427038
0.076511
.interest-points-question .questions-list { position: absolute; left: -9999em; } .interest-points-padding { float: left; margin-bottom: 20px; max-width: 836px; background-color: #EBEBEB; } .interest-points-outer-wrapper { position: relative; float: left; max-width: 100%px; margin: 18px; text-align: center; border: 0px solid #DFDFDF; } .interest-points-outer-wrapper .droppable { position: relative; } .interest-points-outer-wrapper .items-start { height: 44px; background: #D2D2D2; } .interest-points-outer-wrapper .marker { position: absolute; z-index: 100; height: 36px; width: 36px; border-radius: 50%; font-size: 30px; line-height: 36px; color: #FFFFFF; cursor: move; } .interest-points-outer-wrapper .marker.minus { background-color: #FF0000; } .interest-points-outer-wrapper .marker.plus { background-color: #0BD30B; } .interest-points-outer-wrapper .marker.ui-draggable-dragging { background-image: url(../images/crosshairs_36x36.png); background-position: 0 0; background-size: 100% 100%; background-repeat: no-repeat; opacity:0.50; filter:alpha(opacity=50); } .interest-points-outer-wrapper .disabled-marker { opacity:0.20; filter:alpha(opacity=20); cursor: default; } .interest-points-outer-wrapper .marker.minus.parked { left: 12px !important; top: 4px !important; } .interest-points-outer-wrapper .marker.plus.parked { left: 62px !important; top: 4px !important; } .interest-points-outer-wrapper .marker.ui-draggable-dragging i { display: none; } .interest-points-outer-wrapper .input-wrapper { display: none; position: absolute; width: 360px; max-width: 50%; padding: 5px; background: #F8F8F8; border: 1px solid #E7E7E7; cursor: default; z-index: 101; } .interest-points-outer-wrapper .input-wrapper.top { bottom: 50%; } .interest-points-outer-wrapper .input-wrapper.bottom { top: 50%; } .interest-points-outer-wrapper .input-wrapper.left { right: 50%; } .interest-points-outer-wrapper .input-wrapper.right { left: 50%; } .interest-points-outer-wrapper .input-wrapper .controls { padding: 5px 10px; } .interest-points-outer-wrapper .input-wrapper i { color: #337AB7; cursor: pointer; } .interest-points-outer-wrapper .input-wrapper i:hover { color: #286090; } .interest-points-outer-wrapper .items-end-wrapper img { max-width: 100%; } @media only screen and (max-width: 480px) { /* .interest-points-outer-wrapper { margin: 10px; } .interest-points-outer-wrapper .items-start { height: 28px; } .interest-points-outer-wrapper .marker { height: 20px; width: 20px; font-size: 18px; line-height: 20px; } */ .interest-points-outer-wrapper .input-wrapper input { padding: 3px; font-size: 12px; } }
interestPoints/survey/questions/answer/multipleshorttext/assets/css/interestPoints.css
.interest-points-question .questions-list { position: absolute; left: -9999em; } .interest-points-padding { float: left; margin-bottom: 20px; max-width: 836px; background-color: #EBEBEB; } .interest-points-outer-wrapper { position: relative; float: left; max-width: 100%px; margin: 18px; text-align: center; border: 0px solid #DFDFDF; } .interest-points-outer-wrapper .droppable { position: relative; } .interest-points-outer-wrapper .items-start { height: 44px; background: #D2D2D2; } .interest-points-outer-wrapper .marker { position: absolute; z-index: 100; height: 36px; width: 36px; border-radius: 50%; font-size: 30px; line-height: 36px; color: #FFFFFF; cursor: move; } .interest-points-outer-wrapper .marker.minus { background-color: #FF0000; } .interest-points-outer-wrapper .marker.plus { background-color: #0BD30B; } .interest-points-outer-wrapper .marker.ui-draggable-dragging { background-image: url(../images/crosshairs_36x36.png); background-position: 0 0; background-size: 100% 100%; background-repeat: no-repeat; opacity:0.50; filter:alpha(opacity=50); } .interest-points-outer-wrapper .disabled-marker { opacity:0.20; filter:alpha(opacity=20); cursor: default; } .interest-points-outer-wrapper .marker.minus.parked { left: 12px !important; top: 4px !important; } .interest-points-outer-wrapper .marker.plus.parked { left: 62px !important; top: 4px !important; } .interest-points-outer-wrapper .marker.ui-draggable-dragging i { display: none; } .interest-points-outer-wrapper .input-wrapper { display: none; position: absolute; width: 360px; max-width: 50%; padding: 5px; background: #F8F8F8; border: 1px solid #E7E7E7; cursor: default; z-index: 101; } .interest-points-outer-wrapper .input-wrapper.top { bottom: 50%; } .interest-points-outer-wrapper .input-wrapper.bottom { top: 50%; } .interest-points-outer-wrapper .input-wrapper.left { right: 50%; } .interest-points-outer-wrapper .input-wrapper.right { left: 50%; } .interest-points-outer-wrapper .input-wrapper .controls { padding: 5px 10px; } .interest-points-outer-wrapper .input-wrapper i { color: #337AB7; cursor: pointer; } .interest-points-outer-wrapper .input-wrapper i:hover { color: #286090; } .interest-points-outer-wrapper .items-end-wrapper img { max-width: 100%; } @media only screen and (max-width: 480px) { /* .interest-points-outer-wrapper { margin: 10px; } .interest-points-outer-wrapper .items-start { height: 28px; } .interest-points-outer-wrapper .marker { height: 20px; width: 20px; font-size: 18px; line-height: 20px; } */ .interest-points-outer-wrapper .input-wrapper input { padding: 3px; font-size: 12px; } }
0.252661
0.05549
body { font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif; background: url(/images/bg.jpg); margin: 0px auto; padding: 0px; color: #eee; text-align: center; line-height: 160%; } div, img, form, ul { margin: 0px; padding: 0px; border: 0px; } small {font-size: 9px;} div, span, td, .text_l {text-align: left;} .clear {clear: both;} .text_r {text-align: right;} .text_c, div .text_c {text-align: center;} a {font: normal "Arial", sans-serif; text-decoration: none; color: #f9f2a1; } a:hover {text-decoration: underline; } .left {float: left;} .right {float: right;} .hidden {display: none;} li {list-style: none;} #wrapper {width: 870px; margin: 0px auto; padding: 0px;} #plain_wrapper {width: 450px; margin: 0px auto; padding: 0px; background: black url(/images/top_hearts_black.png) no-repeat; border: 10px solid #666;} #content {color: #d2d2d2; background: #0a1c34 url(/images/site_bg.png) repeat-x; padding: 0 0 0 0; min-height: 600px; height:auto !important; height:600px;} #just_for_hearts{background: url(/images/top_hearts_black.png) no-repeat;} #main {padding: 0px 20px 20px 20px; } #content_top {padding-top: 15px; margin: 0px 20px 5px 20px;} #search input {border: none; padding: 2px; font-size: 15px; width: 250px;} #search input.button {background: url(/images/search_button2.png) no-repeat; width: 30px; height: 30px; margin: 0 0 -1px 2px;} #welcome img {width: 17px; margin: 0 5px -5px 0; border: 1px solid #666;} #demo_links a {float: right; padding: 5px; background: #222; color: #f9f2a1; margin: 0 3px 0 3px;} #demo_links a:hover {background: #999; color: #333;} #top a {font-size: 20px; font-weight: bold; color: #ffcc00; margin: 0 8px;} #top img {margin: 0 0 0 10px;} #top .right {margin: 20px 0 0 0; width: 600px;} #top {padding: 30px 0 20px 0;} #front_left_column {width: 285px; margin: 0px 0px 0px 0px;} #front_middle_column {width: 195px; margin: 25px 25px 15px 0px; } .front_right_column {width: 268px; margin: 0 0 25px 0;} .front_right_column img {margin: 0 15px 0px 0; font-size: 12px;} .image {background: #222; margin: 0 12px 20px 0; } .image img {margin: 10px;} .small_down_image div {width: 100px; overflow: hidden; height: 100px;} .small_down_image {width: 110px; height: 110px;} .image:hover {background: #313131;} .image a {font-size: 9px;} .pad2 {margin: 30px;} #login_form, #forgot_form {padding: 5px 0 25px 0;} .comment {padding: 0 0 5px 0; margin: 3px 0 5px 0;} .newest_member {margin: 5px 0 18px 0;} .newest_member a{display: block;} .row input.checkbox {width: auto; border: none; background: none; padding: 0 0 0 0;} .row {padding: 7px 5px;} .row label {width: 140px; float: left;} textarea, .row input, .row select {float: left; width: 220px; background: #ddd; border: none; padding: 2px;} .row textarea {height: 200px;} input.button {background: #666; color: #ddd; font-weight: bold; font-size: 10px; width: auto; height: auto; padding: 5px;} input.button:hover {background: #2ab769; } div.button {background: #1a1a1a; border-top: 1px dotted #666; padding: 10px; height: 25px; margin-top: 15px;} h1 {font-size: 28px; letter-spacing: -1.2pt; color: white; font-weight: bold; margin: 25px 0 20px 0;} h2 {font-size: 14px; color: white; font-weight: bold; margin: 0 0 10px 0; text-transform: capitalize;} form h2 {margin: 30px 0 10px 0; border-bottom: 1px dotted #666; padding-bottom: 7px; clear: both;} h3 {font-size: 13px; margin-bottom: 10px;} #general_info, #upload_icon, #change_passwords {padding-bottom: 30px;} .instruction {padding: 5px; font-weight: bold;} .half {width: 46%;} #avatar_edit {padding: 3px; background: black; border: 1px solid #ddd; clear: both; margin: 10px 0;} #column_r {width: 220px; padding: 8px 0 0 0;} #column_l {width: 555px;} #column_r li a {font-size: 20px; text-transform: capitalize; display: block;} #column_r li, #column_r ul {padding: 14px 0;} .activity_box {clear: both; padding: 5px 0 0 0; margin: 0px 0 0px 0;} .activity_box strong {color: white;} .learn {border-top: none;} a.big_link {display: block; font-size: 12px;} .bio_stuff {width: 370px;} .bio_stuff h1 {margin-top: 0px;} h2 a {text-transform: capitalize; font-weight: normal; font-size: 11px;} .inside_box {margin: 0 10px 0 10px;} #sub_nav a {margin: 0 9px 0 0; padding: 5px; background: #1a1a1a; border: 1px solid #333;} #sub_nav {margin: 0 0 20px 0; padding-top: 10px;} .avatar {margin: 0 15px 5px 5px; width: 160px;} .avatar img {border: 1px solid #666;} .box {padding: 0 0 45px 0; clear: both;} .activity_box h2 {border-bottom: 1px dotted #971d4a; padding-bottom: 5px;} .upload_form {margin: 0 0 0 0;} .upload_form textarea {height: 100px; width: 100%;} .upload_form label {display: block; float: none;} #thickbox_form label {display: block; color: #eee;} #thickbox_form textarea {display: block; height: 200px; width: 96%;} .avatar_on_comment {margin: 0 10px 10px 0;} .comment_message {overflow: hidden; padding: 0 0 0 0; margin: 0 0 5px 0; max-height: 100px;} .comment_holder {padding-top: 10px;} .comments {padding: 0px 10px 0px 10px;} .pagination a, .pagination .current{padding: 2px; background: #222; margin: 0 2px;} .pagination select {padding: 0px; font-size: 10px; margin: 0 5px;} .pagination {padding: 10px 0;} #messages td, #messages th {padding: 3px;} #messages th {background: #971d4a; font-size: 10px;} #messages {width: 100%;} .unread {font-weight: bold;} .blurp {padding: 0 0 15px 0;} .blurp strong {display: block; color: white;} .blurp img {margin: 5px 15px 45px 0; float: left;} h2.getting_started {border-bottom: 1px dotted #333; padding: 15px 0 3px 0;} h1 img {width: 34px; border: 1px solid #333; margin-bottom: -5px;} .flashnotice {padding: 3px; margin-bottom: 10px; clear: both; background: #555;} .flasherror {padding: 3px; margin-bottom: 10px; clear: both; background: #e22c6f; color: white;} #blog .row textarea {height: 400px; width: 400px;} #blog .row input {width: 400px;} #blog .row input.button {width: auto;} .feed_item {padding: 3px 0;} .feed_item p {display: inline;} .feed_item .right {border-left: 1px solid #666; padding-left: 3px;margin-left: 3px; float: right; width: 15px;} .feed_item .left {width: 85%; } img.icon_small {width: 20px; margin: 0 1px -5px 0;} .inside_box li {padding: 2px;} .inside_box ul {padding-left: 15px;} .my_network {width: 52px; text-align: center; padding: 5px; margin: 0 10px 10px 0; border: 1px solid #333;} .my_network:hover {border: 1px solid #ccc;} .my_network img {margin: 0 5px 0 0; border: 1px solid black; } .my_network img:hover {border: 1px solid #ccc;} .my_network a {margin-top: 5px; font-size: 9px; line-height: 12px;} #comment_link {border-top: 1px dotted #333;} #border_top, .border_top {padding: 5px 0 5px 0; margin: 11px 0 11px 0;} #post_history li a {font-size: 12px;} #post_history li {padding: 0 0 14px 0;} ul#post_history {padding: 0 0 0 0;} .date_details_white {color: white;} .search_row {width: 90px; height: 115px; overflow: hidden; padding: 5px; margin: 0 10px 15px 0;} .search_row img {margin-bottom: 5px;} .search_row a {font-size: 10px;} .search_row div {text-align: center; } .flickr_image {padding:15px;} .flickr {width: 125px; height: 125px;} h2 span {font-weight: normal; font-size: 11px; margin-left: 5px;} /* * Forum Styles */ #forum_list_header, ul .forum, .forum_topics tr { margin: 3px 0px 3px 0px; position: relative; background: #222; } #forum_list_header div, ul .forum div, .forum_topics td { padding: 3px 10px; } #forum_list_header .info { margin-right: 220px; } #forum_list_header .last_post, ul .forum .last_post { position: absolute; right: 0px; width: 200px; height: 100%; /* border-left: 1px solid #000;*/ text-align: right; } ul .forum .info { margin-right: 220px; } ul .forum:hover, .forum_topics tr:hover { background: #313131; } ul .forum .details { margin-bottom: 5px; display: block; } ul .forum h2 { margin-bottom: 0px; } ul .forum h2 a{ font-size: 14px } div.forum .forum_name, .forum_topic h1 { margin-bottom: 5px; } div.forum .forum_description { margin-top: 10px; } div.forum table, table.forum_topics { width: 100%; } table.forum_topics tr.labels { background: #313131; font-weight: bold; } table.forum_topics td.last_post { text-align: right; width: 200px; } table.forum_topics td.posts { text-align: center; width: 50px; } table.forum_topics td.controls { text-align: right; width: 100px; } table.forum_topics td { border-bottom: 1px solid #000; } .forum_topic .post { position: relative; margin-bottom: 30px; } .forum_topic .info { left: 0; top: 0; position: absolute; width: 150px; height: 100%; background: #222; padding: 10px; } .forum_topic .body { padding: 10px; margin-left: 170px; border-top: 3px solid #222; min-height: 90px; } .topic_followup .body { text-align: right; } .topic_followup textarea{ float: none; width: 100%; margin-bottom: 10px; } #new_forum_topic textarea { width: 600px; } #message {padding: 4px; z-index: 100000; position: fixed; top: 38%; left: 40%; display: none; background: black; color: white; font-size: 18px;} #waiter {z-index:100000; position:fixed; background:white; display: none; height:13px; width:208px; border:0px; top: 50%; left: 50%; margin: -6px 0 0 -104px;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ *{padding: 0; margin: 0;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #TB_window { font: 12px Arial, Helvetica, sans-serif; color: #eee; } #TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#666666; } #TB_window a:link {color: #666666;} #TB_window a:visited {color: #666666;} #TB_window a:hover {color: #000;} #TB_window a:active {color: #666666;} #TB_window a:focus{color: #666666;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #TB_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; } .TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;} .TB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; } * html #TB_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); } #TB_window { position: fixed; background: black url(/images/top_hearts_black.png) no-repeat; border: 10px solid #666; z-index: 102; color:white; display:none; text-align:left; top:50%; left:50%; } #TB_window a {color: #e22c6f; font-weight: bold; text-decoration: underline;} #TB_window a:hover {color: #eee;} * html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); } #TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; } #TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left; } #TB_closeWindow{ height:25px; padding:11px 25px 10px 0; float:right; } #TB_closeAjaxWindow{ padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; } #TB_ajaxWindowTitle{ float:left; padding:7px 0 5px 10px; margin-bottom:1px; } #TB_title{ background-color:#999; height:27px; color: #555; margin-bottom: 15px; } #TB_ajaxContent{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; } #TB_ajaxContent.TB_modal{ padding:15px; } #TB_ajaxContent p{ padding:5px 0px 5px 0px; } #TB_load{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ } * html #TB_load { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); } #TB_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; } * html #TB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); } #TB_iframeContent{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }
public/stylesheets/application.css
body { font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif; background: url(/images/bg.jpg); margin: 0px auto; padding: 0px; color: #eee; text-align: center; line-height: 160%; } div, img, form, ul { margin: 0px; padding: 0px; border: 0px; } small {font-size: 9px;} div, span, td, .text_l {text-align: left;} .clear {clear: both;} .text_r {text-align: right;} .text_c, div .text_c {text-align: center;} a {font: normal "Arial", sans-serif; text-decoration: none; color: #f9f2a1; } a:hover {text-decoration: underline; } .left {float: left;} .right {float: right;} .hidden {display: none;} li {list-style: none;} #wrapper {width: 870px; margin: 0px auto; padding: 0px;} #plain_wrapper {width: 450px; margin: 0px auto; padding: 0px; background: black url(/images/top_hearts_black.png) no-repeat; border: 10px solid #666;} #content {color: #d2d2d2; background: #0a1c34 url(/images/site_bg.png) repeat-x; padding: 0 0 0 0; min-height: 600px; height:auto !important; height:600px;} #just_for_hearts{background: url(/images/top_hearts_black.png) no-repeat;} #main {padding: 0px 20px 20px 20px; } #content_top {padding-top: 15px; margin: 0px 20px 5px 20px;} #search input {border: none; padding: 2px; font-size: 15px; width: 250px;} #search input.button {background: url(/images/search_button2.png) no-repeat; width: 30px; height: 30px; margin: 0 0 -1px 2px;} #welcome img {width: 17px; margin: 0 5px -5px 0; border: 1px solid #666;} #demo_links a {float: right; padding: 5px; background: #222; color: #f9f2a1; margin: 0 3px 0 3px;} #demo_links a:hover {background: #999; color: #333;} #top a {font-size: 20px; font-weight: bold; color: #ffcc00; margin: 0 8px;} #top img {margin: 0 0 0 10px;} #top .right {margin: 20px 0 0 0; width: 600px;} #top {padding: 30px 0 20px 0;} #front_left_column {width: 285px; margin: 0px 0px 0px 0px;} #front_middle_column {width: 195px; margin: 25px 25px 15px 0px; } .front_right_column {width: 268px; margin: 0 0 25px 0;} .front_right_column img {margin: 0 15px 0px 0; font-size: 12px;} .image {background: #222; margin: 0 12px 20px 0; } .image img {margin: 10px;} .small_down_image div {width: 100px; overflow: hidden; height: 100px;} .small_down_image {width: 110px; height: 110px;} .image:hover {background: #313131;} .image a {font-size: 9px;} .pad2 {margin: 30px;} #login_form, #forgot_form {padding: 5px 0 25px 0;} .comment {padding: 0 0 5px 0; margin: 3px 0 5px 0;} .newest_member {margin: 5px 0 18px 0;} .newest_member a{display: block;} .row input.checkbox {width: auto; border: none; background: none; padding: 0 0 0 0;} .row {padding: 7px 5px;} .row label {width: 140px; float: left;} textarea, .row input, .row select {float: left; width: 220px; background: #ddd; border: none; padding: 2px;} .row textarea {height: 200px;} input.button {background: #666; color: #ddd; font-weight: bold; font-size: 10px; width: auto; height: auto; padding: 5px;} input.button:hover {background: #2ab769; } div.button {background: #1a1a1a; border-top: 1px dotted #666; padding: 10px; height: 25px; margin-top: 15px;} h1 {font-size: 28px; letter-spacing: -1.2pt; color: white; font-weight: bold; margin: 25px 0 20px 0;} h2 {font-size: 14px; color: white; font-weight: bold; margin: 0 0 10px 0; text-transform: capitalize;} form h2 {margin: 30px 0 10px 0; border-bottom: 1px dotted #666; padding-bottom: 7px; clear: both;} h3 {font-size: 13px; margin-bottom: 10px;} #general_info, #upload_icon, #change_passwords {padding-bottom: 30px;} .instruction {padding: 5px; font-weight: bold;} .half {width: 46%;} #avatar_edit {padding: 3px; background: black; border: 1px solid #ddd; clear: both; margin: 10px 0;} #column_r {width: 220px; padding: 8px 0 0 0;} #column_l {width: 555px;} #column_r li a {font-size: 20px; text-transform: capitalize; display: block;} #column_r li, #column_r ul {padding: 14px 0;} .activity_box {clear: both; padding: 5px 0 0 0; margin: 0px 0 0px 0;} .activity_box strong {color: white;} .learn {border-top: none;} a.big_link {display: block; font-size: 12px;} .bio_stuff {width: 370px;} .bio_stuff h1 {margin-top: 0px;} h2 a {text-transform: capitalize; font-weight: normal; font-size: 11px;} .inside_box {margin: 0 10px 0 10px;} #sub_nav a {margin: 0 9px 0 0; padding: 5px; background: #1a1a1a; border: 1px solid #333;} #sub_nav {margin: 0 0 20px 0; padding-top: 10px;} .avatar {margin: 0 15px 5px 5px; width: 160px;} .avatar img {border: 1px solid #666;} .box {padding: 0 0 45px 0; clear: both;} .activity_box h2 {border-bottom: 1px dotted #971d4a; padding-bottom: 5px;} .upload_form {margin: 0 0 0 0;} .upload_form textarea {height: 100px; width: 100%;} .upload_form label {display: block; float: none;} #thickbox_form label {display: block; color: #eee;} #thickbox_form textarea {display: block; height: 200px; width: 96%;} .avatar_on_comment {margin: 0 10px 10px 0;} .comment_message {overflow: hidden; padding: 0 0 0 0; margin: 0 0 5px 0; max-height: 100px;} .comment_holder {padding-top: 10px;} .comments {padding: 0px 10px 0px 10px;} .pagination a, .pagination .current{padding: 2px; background: #222; margin: 0 2px;} .pagination select {padding: 0px; font-size: 10px; margin: 0 5px;} .pagination {padding: 10px 0;} #messages td, #messages th {padding: 3px;} #messages th {background: #971d4a; font-size: 10px;} #messages {width: 100%;} .unread {font-weight: bold;} .blurp {padding: 0 0 15px 0;} .blurp strong {display: block; color: white;} .blurp img {margin: 5px 15px 45px 0; float: left;} h2.getting_started {border-bottom: 1px dotted #333; padding: 15px 0 3px 0;} h1 img {width: 34px; border: 1px solid #333; margin-bottom: -5px;} .flashnotice {padding: 3px; margin-bottom: 10px; clear: both; background: #555;} .flasherror {padding: 3px; margin-bottom: 10px; clear: both; background: #e22c6f; color: white;} #blog .row textarea {height: 400px; width: 400px;} #blog .row input {width: 400px;} #blog .row input.button {width: auto;} .feed_item {padding: 3px 0;} .feed_item p {display: inline;} .feed_item .right {border-left: 1px solid #666; padding-left: 3px;margin-left: 3px; float: right; width: 15px;} .feed_item .left {width: 85%; } img.icon_small {width: 20px; margin: 0 1px -5px 0;} .inside_box li {padding: 2px;} .inside_box ul {padding-left: 15px;} .my_network {width: 52px; text-align: center; padding: 5px; margin: 0 10px 10px 0; border: 1px solid #333;} .my_network:hover {border: 1px solid #ccc;} .my_network img {margin: 0 5px 0 0; border: 1px solid black; } .my_network img:hover {border: 1px solid #ccc;} .my_network a {margin-top: 5px; font-size: 9px; line-height: 12px;} #comment_link {border-top: 1px dotted #333;} #border_top, .border_top {padding: 5px 0 5px 0; margin: 11px 0 11px 0;} #post_history li a {font-size: 12px;} #post_history li {padding: 0 0 14px 0;} ul#post_history {padding: 0 0 0 0;} .date_details_white {color: white;} .search_row {width: 90px; height: 115px; overflow: hidden; padding: 5px; margin: 0 10px 15px 0;} .search_row img {margin-bottom: 5px;} .search_row a {font-size: 10px;} .search_row div {text-align: center; } .flickr_image {padding:15px;} .flickr {width: 125px; height: 125px;} h2 span {font-weight: normal; font-size: 11px; margin-left: 5px;} /* * Forum Styles */ #forum_list_header, ul .forum, .forum_topics tr { margin: 3px 0px 3px 0px; position: relative; background: #222; } #forum_list_header div, ul .forum div, .forum_topics td { padding: 3px 10px; } #forum_list_header .info { margin-right: 220px; } #forum_list_header .last_post, ul .forum .last_post { position: absolute; right: 0px; width: 200px; height: 100%; /* border-left: 1px solid #000;*/ text-align: right; } ul .forum .info { margin-right: 220px; } ul .forum:hover, .forum_topics tr:hover { background: #313131; } ul .forum .details { margin-bottom: 5px; display: block; } ul .forum h2 { margin-bottom: 0px; } ul .forum h2 a{ font-size: 14px } div.forum .forum_name, .forum_topic h1 { margin-bottom: 5px; } div.forum .forum_description { margin-top: 10px; } div.forum table, table.forum_topics { width: 100%; } table.forum_topics tr.labels { background: #313131; font-weight: bold; } table.forum_topics td.last_post { text-align: right; width: 200px; } table.forum_topics td.posts { text-align: center; width: 50px; } table.forum_topics td.controls { text-align: right; width: 100px; } table.forum_topics td { border-bottom: 1px solid #000; } .forum_topic .post { position: relative; margin-bottom: 30px; } .forum_topic .info { left: 0; top: 0; position: absolute; width: 150px; height: 100%; background: #222; padding: 10px; } .forum_topic .body { padding: 10px; margin-left: 170px; border-top: 3px solid #222; min-height: 90px; } .topic_followup .body { text-align: right; } .topic_followup textarea{ float: none; width: 100%; margin-bottom: 10px; } #new_forum_topic textarea { width: 600px; } #message {padding: 4px; z-index: 100000; position: fixed; top: 38%; left: 40%; display: none; background: black; color: white; font-size: 18px;} #waiter {z-index:100000; position:fixed; background:white; display: none; height:13px; width:208px; border:0px; top: 50%; left: 50%; margin: -6px 0 0 -104px;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ *{padding: 0; margin: 0;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #TB_window { font: 12px Arial, Helvetica, sans-serif; color: #eee; } #TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#666666; } #TB_window a:link {color: #666666;} #TB_window a:visited {color: #666666;} #TB_window a:hover {color: #000;} #TB_window a:active {color: #666666;} #TB_window a:focus{color: #666666;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #TB_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; } .TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;} .TB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; } * html #TB_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); } #TB_window { position: fixed; background: black url(/images/top_hearts_black.png) no-repeat; border: 10px solid #666; z-index: 102; color:white; display:none; text-align:left; top:50%; left:50%; } #TB_window a {color: #e22c6f; font-weight: bold; text-decoration: underline;} #TB_window a:hover {color: #eee;} * html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); } #TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; } #TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left; } #TB_closeWindow{ height:25px; padding:11px 25px 10px 0; float:right; } #TB_closeAjaxWindow{ padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; } #TB_ajaxWindowTitle{ float:left; padding:7px 0 5px 10px; margin-bottom:1px; } #TB_title{ background-color:#999; height:27px; color: #555; margin-bottom: 15px; } #TB_ajaxContent{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; } #TB_ajaxContent.TB_modal{ padding:15px; } #TB_ajaxContent p{ padding:5px 0px 5px 0px; } #TB_load{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ } * html #TB_load { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); } #TB_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; } * html #TB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); } #TB_iframeContent{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }
0.128238
0.0771
@import url(https://fonts.googleapis.com/css?family=Nunito); html { height: 100%; overflow: hidden; } body { margin:0; padding:0; perspective: 1px; transform-style: preserve-3d; height: 100%; overflow-y: scroll; overflow-x: hidden; min-height:100%; /*background-color: #48484a;*/ } /*1.1.2018 - <NAME> /* BANNER */ .homeSlide1BG { background-image: url('../img/home/bgHome.jpg'); background-size: 100% 100%; height: 92.2vh; width: 100% } .homeMainLogo { width: 300px; margin-left: auto; margin-right: auto; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .visionMissionTextHeader { padding-bottom: 20px; padding-left: 230px; padding-right: 230px; line-height: 30px; letter-spacing: 1px; text-align: center; font-size: 12px; font-color: #ffffff; } /* PC */ @media screen and (min-width: 769px) { /* YCO */ .slide { position: relative; padding-top: 17%; min-height: 100vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .slide:before { content: ""; position: absolute; top: 0; bottom: 0; left:0; right:0; } .slide, .slide:before { background: 50% 50% / cover; } .header { text-align: center; } #title { background-image: url('../img/home/bgHome.jpg'); background-attachment: fixed; } /* ABOUT US */ .aboutUsTitle { width: 600px; } .aboutUsDiv { padding-bottom: 20px; padding-top: 20px; padding-left: 300px; padding-right: 300px; line-height: 30px; letter-spacing: 1px; text-align: center; font-size: 12px; font-color: #ffffff } .aboutUsButtonCont { margin-top: 20px; } .aboutUsButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 180px; border: 0px; } .aboutUsLabel { font-size: 12px; letter-spacing: 2px; } #slide1{ background-image: url('../img/home/aboutUs.png'); background-color: #212020; background-size: 100% 100%; } .slideAboutUs { position: relative; min-height: 100vh; width: 100vw; padding: 10vh 7%; text-align: center; font-size: 11px; color: #ffffff; text-shadow: 0; } /* VISSION MISSION */ #slide2 { background-attachment: fixed; background-color: #b6d58f; } .slideVision { position: relative; min-height: 100vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .visionMissionIcon { width: 250px; margin-top: 0px; } .visionMission { max-height: 80%; max-width: 70%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .visionMissionLabel { font-weight: bold; font-size: 30px; } .visionMissionHR { height: 0; border: 0; border-top: 1px solid black; width: 150px; } .visionMissionText { padding-bottom: 40px; padding-top: 0px; padding-left: 40px; padding-right: 40px; line-height: 30px; letter-spacing: 1px; text-align: center; font-size: 12px; font-color: #ffffff; } /* CONTAINERS */ .mini-container img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .mini-container:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .mini-container { position:absolute; width:50%; height:50%; padding: 10px; } .imageCont { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 40px; } .imageCont2 { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 60px; } .imageCont3 { max-height: 80%; max-width: 80%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 40px; } #NW { top: 0; left: 0; background: cover; margin: auto; } #NE { top: 0; left: 50%; background: cover; margin: auto; background-color: #dbdbdb; } #SW { top: 50%; left: 0; background: cover; margin: auto; background-color: #dbdbdb; } #SE { top: 50%; left: 50%; background:cover; } /* CONTACT US */ #slide4 { background: #212121; } .slideContactUs { position: relative; padding: 10vh 10%; min-height: 85vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .csTitle { width: 600px; } .csForm { margin-top: 30px; } .csText { background-color: #212121; border-color: #b7d68f; border-radius: 0px; padding: 20px; color: #b7d68f; } .csSubjectCont { margin-top: 10px; } .csButtonCont { margin-top: 25px; } .csButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 250px; border: 0px; } .csButtonLabel { font-size: 12px; letter-spacing: 2px; } .icon1Cont { padding-top: 15px; padding-bottom: 30px; padding-left: 140px; } .csPlace { color: white; letter-spacing: 1px; margin-top: 20px; margin-left: 12px; } .icon2Cont { padding-left: 132px; padding-bottom: 30px; } .csInfo { color: white; letter-spacing: 1px; margin-top: 15px; margin-left: 20px; } .icon3Cont { padding-left: 126px; } .csNumber { color: white; letter-spacing: 1px; margin-top: 18px; margin-left: 24px; } } /* CP */ @media screen and (max-width: 768px) { .visionMissionTextHeader { padding-bottom: 20px; padding-left: 40px; padding-right: 40px; line-height: 20px; letter-spacing: 1px; text-align: center; font-size: 10px; font-color: #ffffff; } /* YCO */ .homeSlide1BG { background-image: url('../img/home/bgHome.jpg'); background-size: 100% 100%; height: 50vh; width: 100% } .slide { position: relative; padding-top: 30%; min-height: 40vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .slide:before { content: ""; position: absolute; top: 0; bottom: 0; left:0; right:0; } .slide, .slide:before { background: 50% 50% / cover; } .header { text-align: center; } #title { background-image: url('../img/home/bgHome.jpg'); background-attachment: fixed; } .homeMainLogo { width: 150px; } /* ABOUT US */ .aboutUsTitle { width: 300px; } .aboutUsDiv { padding-bottom: 20px; padding-top: 20px; padding-left: 50px; padding-right: 50px; line-height: 20px; letter-spacing: 1px; text-align: center; font-size: 10px; font-color: #ffffff } .aboutUsButtonCont { margin-top: 20px; } .aboutUsButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 150px; border: 0px; } .aboutUsLabel { font-size: 10px; letter-spacing: 2px; } #slide1{ background-image: url('../img/home/aboutUs.png'); background-color: #212020; background-size: 100% 100%; } .slideAboutUs { position: relative; min-height: 30vh; width: 100vw; padding: 5vh 5%; text-align: center; font-size: 11px; color: #ffffff; text-shadow: 0; } /* VISSION MISSION */ #slide2 { background-attachment: fixed; background-color: #b6d58f; } .slideVision { position: relative; min-height: 30vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .visionMissionIcon { margin-top: 0px; width: 100px; } .visionMission { max-height: 80%; max-width: 70%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .visionMissionLabel { font-weight: bold; font-size: 20px; } .visionMissionHR { height: 0; border: 0; border-top: 1px solid black; width: 100px; } .visionMissionText { padding-bottom: 40px; padding-top: 0px; padding-left: 20px; padding-right: 20px; line-height: 20px; letter-spacing: 1px; text-align: center; font-size: 10px; font-color: #ffffff; } /* CONTAINERS */ .mini-container img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .mini-container:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .mini-container { position: absolute; width: 50%; height: 50%; padding: 10px; } .imageCont { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 20px; } .imageCont2 { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 20px; } .imageCont3 { max-height: 80%; max-width: 80%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 20px; } #NW { top: 0; left: 0; background: cover; margin: auto; } #NE { top: 0; left: 50%; background: cover; margin: auto; background-color: #dbdbdb; } #SW { top: 50%; left: 0; background: cover; margin: auto; background-color: #dbdbdb; } #SE { top: 50%; left: 50%; background:cover; } /* CONTACT US */ #slide4 { background: #212121; } .slideContactUs { position: relative; padding: 5vh 5%; min-height: 40vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .csTitle { width: 300px; } .csForm { margin-top: 30px; } .csText { background-color: #212121; border-color: #b7d68f; border-radius: 0px; padding: 20px; color: #b7d68f; } .csSubjectCont { margin-top: 10px; } .csButtonCont { margin-top: 25px; } .csButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 250px; border: 0px; } .csButtonLabel { font-size: 12px; letter-spacing: 2px; } .icon1Cont { padding-top: 35px; padding-bottom: 30px; padding-left: 10px; } .csPlace { color: white; letter-spacing: 1px; margin-top: 20px; } .icon2Cont { padding-bottom: 30px; } .csInfo { color: white; letter-spacing: 1px; margin-top: 15px; margin-left: 10px; } .icon3Cont { } .csNumber { color: white; letter-spacing: 1px; margin-top: 18px; margin-left: 10px; } }
public/css/home.css
@import url(https://fonts.googleapis.com/css?family=Nunito); html { height: 100%; overflow: hidden; } body { margin:0; padding:0; perspective: 1px; transform-style: preserve-3d; height: 100%; overflow-y: scroll; overflow-x: hidden; min-height:100%; /*background-color: #48484a;*/ } /*1.1.2018 - <NAME> /* BANNER */ .homeSlide1BG { background-image: url('../img/home/bgHome.jpg'); background-size: 100% 100%; height: 92.2vh; width: 100% } .homeMainLogo { width: 300px; margin-left: auto; margin-right: auto; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .visionMissionTextHeader { padding-bottom: 20px; padding-left: 230px; padding-right: 230px; line-height: 30px; letter-spacing: 1px; text-align: center; font-size: 12px; font-color: #ffffff; } /* PC */ @media screen and (min-width: 769px) { /* YCO */ .slide { position: relative; padding-top: 17%; min-height: 100vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .slide:before { content: ""; position: absolute; top: 0; bottom: 0; left:0; right:0; } .slide, .slide:before { background: 50% 50% / cover; } .header { text-align: center; } #title { background-image: url('../img/home/bgHome.jpg'); background-attachment: fixed; } /* ABOUT US */ .aboutUsTitle { width: 600px; } .aboutUsDiv { padding-bottom: 20px; padding-top: 20px; padding-left: 300px; padding-right: 300px; line-height: 30px; letter-spacing: 1px; text-align: center; font-size: 12px; font-color: #ffffff } .aboutUsButtonCont { margin-top: 20px; } .aboutUsButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 180px; border: 0px; } .aboutUsLabel { font-size: 12px; letter-spacing: 2px; } #slide1{ background-image: url('../img/home/aboutUs.png'); background-color: #212020; background-size: 100% 100%; } .slideAboutUs { position: relative; min-height: 100vh; width: 100vw; padding: 10vh 7%; text-align: center; font-size: 11px; color: #ffffff; text-shadow: 0; } /* VISSION MISSION */ #slide2 { background-attachment: fixed; background-color: #b6d58f; } .slideVision { position: relative; min-height: 100vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .visionMissionIcon { width: 250px; margin-top: 0px; } .visionMission { max-height: 80%; max-width: 70%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .visionMissionLabel { font-weight: bold; font-size: 30px; } .visionMissionHR { height: 0; border: 0; border-top: 1px solid black; width: 150px; } .visionMissionText { padding-bottom: 40px; padding-top: 0px; padding-left: 40px; padding-right: 40px; line-height: 30px; letter-spacing: 1px; text-align: center; font-size: 12px; font-color: #ffffff; } /* CONTAINERS */ .mini-container img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .mini-container:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .mini-container { position:absolute; width:50%; height:50%; padding: 10px; } .imageCont { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 40px; } .imageCont2 { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 60px; } .imageCont3 { max-height: 80%; max-width: 80%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 40px; } #NW { top: 0; left: 0; background: cover; margin: auto; } #NE { top: 0; left: 50%; background: cover; margin: auto; background-color: #dbdbdb; } #SW { top: 50%; left: 0; background: cover; margin: auto; background-color: #dbdbdb; } #SE { top: 50%; left: 50%; background:cover; } /* CONTACT US */ #slide4 { background: #212121; } .slideContactUs { position: relative; padding: 10vh 10%; min-height: 85vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .csTitle { width: 600px; } .csForm { margin-top: 30px; } .csText { background-color: #212121; border-color: #b7d68f; border-radius: 0px; padding: 20px; color: #b7d68f; } .csSubjectCont { margin-top: 10px; } .csButtonCont { margin-top: 25px; } .csButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 250px; border: 0px; } .csButtonLabel { font-size: 12px; letter-spacing: 2px; } .icon1Cont { padding-top: 15px; padding-bottom: 30px; padding-left: 140px; } .csPlace { color: white; letter-spacing: 1px; margin-top: 20px; margin-left: 12px; } .icon2Cont { padding-left: 132px; padding-bottom: 30px; } .csInfo { color: white; letter-spacing: 1px; margin-top: 15px; margin-left: 20px; } .icon3Cont { padding-left: 126px; } .csNumber { color: white; letter-spacing: 1px; margin-top: 18px; margin-left: 24px; } } /* CP */ @media screen and (max-width: 768px) { .visionMissionTextHeader { padding-bottom: 20px; padding-left: 40px; padding-right: 40px; line-height: 20px; letter-spacing: 1px; text-align: center; font-size: 10px; font-color: #ffffff; } /* YCO */ .homeSlide1BG { background-image: url('../img/home/bgHome.jpg'); background-size: 100% 100%; height: 50vh; width: 100% } .slide { position: relative; padding-top: 30%; min-height: 40vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .slide:before { content: ""; position: absolute; top: 0; bottom: 0; left:0; right:0; } .slide, .slide:before { background: 50% 50% / cover; } .header { text-align: center; } #title { background-image: url('../img/home/bgHome.jpg'); background-attachment: fixed; } .homeMainLogo { width: 150px; } /* ABOUT US */ .aboutUsTitle { width: 300px; } .aboutUsDiv { padding-bottom: 20px; padding-top: 20px; padding-left: 50px; padding-right: 50px; line-height: 20px; letter-spacing: 1px; text-align: center; font-size: 10px; font-color: #ffffff } .aboutUsButtonCont { margin-top: 20px; } .aboutUsButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 150px; border: 0px; } .aboutUsLabel { font-size: 10px; letter-spacing: 2px; } #slide1{ background-image: url('../img/home/aboutUs.png'); background-color: #212020; background-size: 100% 100%; } .slideAboutUs { position: relative; min-height: 30vh; width: 100vw; padding: 5vh 5%; text-align: center; font-size: 11px; color: #ffffff; text-shadow: 0; } /* VISSION MISSION */ #slide2 { background-attachment: fixed; background-color: #b6d58f; } .slideVision { position: relative; min-height: 30vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .visionMissionIcon { margin-top: 0px; width: 100px; } .visionMission { max-height: 80%; max-width: 70%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .visionMissionLabel { font-weight: bold; font-size: 20px; } .visionMissionHR { height: 0; border: 0; border-top: 1px solid black; width: 100px; } .visionMissionText { padding-bottom: 40px; padding-top: 0px; padding-left: 20px; padding-right: 20px; line-height: 20px; letter-spacing: 1px; text-align: center; font-size: 10px; font-color: #ffffff; } /* CONTAINERS */ .mini-container img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .mini-container:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .mini-container { position: absolute; width: 50%; height: 50%; padding: 10px; } .imageCont { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 20px; } .imageCont2 { max-height: 70%; max-width: 70%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 20px; } .imageCont3 { max-height: 80%; max-width: 80%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 20px; } #NW { top: 0; left: 0; background: cover; margin: auto; } #NE { top: 0; left: 50%; background: cover; margin: auto; background-color: #dbdbdb; } #SW { top: 50%; left: 0; background: cover; margin: auto; background-color: #dbdbdb; } #SE { top: 50%; left: 50%; background:cover; } /* CONTACT US */ #slide4 { background: #212121; } .slideContactUs { position: relative; padding: 5vh 5%; min-height: 40vh; width: 100vw; box-sizing: border-box; transform-style: inherit; } .csTitle { width: 300px; } .csForm { margin-top: 30px; } .csText { background-color: #212121; border-color: #b7d68f; border-radius: 0px; padding: 20px; color: #b7d68f; } .csSubjectCont { margin-top: 10px; } .csButtonCont { margin-top: 25px; } .csButton { border-radius: 0px; background-color: #b7d68f; color: black; width: 250px; border: 0px; } .csButtonLabel { font-size: 12px; letter-spacing: 2px; } .icon1Cont { padding-top: 35px; padding-bottom: 30px; padding-left: 10px; } .csPlace { color: white; letter-spacing: 1px; margin-top: 20px; } .icon2Cont { padding-bottom: 30px; } .csInfo { color: white; letter-spacing: 1px; margin-top: 15px; margin-left: 10px; } .icon3Cont { } .csNumber { color: white; letter-spacing: 1px; margin-top: 18px; margin-left: 10px; } }
0.398524
0.081228
.theme-01 .car-slide-one { background: #8D8D8D; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); } .theme-01 .car-slide-one label { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); border: 2px solid #8A8A8A; background: #F6F6F6 none repeat scroll 0% 0%; } .theme-01 .car-slide-one input[type=checkbox]:checked + label, .theme-01 .car-slide-one input[type=radio]:checked + label{ background: #60FF00 none repeat scroll 0% 0%; } .theme-01 .car-slide-two { background: #8D8D8D; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); } .theme-01 .car-slide-two:after { background: #808080 none repeat scroll 0% 0%; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.2); } .theme-01 .car-slide-two label { box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); background: #fcfff4; background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); } .theme-01 .car-slide-two label:after { background: #8D8D8D none repeat scroll 0% 0%; box-shadow: 0px 1px 1px #000 inset, 0px 1px 0px rgba(255, 255, 255, 0.9); border: 1px solid #8D8D8D; } .theme-01 .car-slide-two input[type=checkbox]:checked + label:after, .theme-01 .car-slide-two input[type=radio]:checked + label:after{ background: #60FF00 none repeat scroll 0% 0%; } .theme-01 .car-slide-three { background: rgb(102, 102, 102) none repeat scroll 0 0; box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.6) inset, 0px 1px 0px rgba(255, 255, 255, 0.2); } .theme-01 .car-slide-three:after { color: #C6C6C6; } .theme-01 .car-slide-three:before { color: #00F500; } .theme-01 .car-slide-three label { box-shadow: 0px 0px 0px 4px #FFF; background: #FCFFF4 none repeat scroll 0% 0%; border: 2px solid rgb(102, 102, 102); } .theme-01 .car-rounded-one, .theme-01 .car-rounded-two, .theme-01 .car-squared-one, .theme-01 .car-squared-two{ box-shadow: 0px 1px 1px #FFF inset, 0px 1px 3px rgba(0, 0, 0, 0.5); background-color: #FFF; } .theme-01 .car-rounded-one label, .theme-01 .car-rounded-two label, .theme-01 .car-squared-one label, .theme-01 .car-squared-two label{ box-shadow: 0px 1px 1px #000 inset, 0px 1px 0px #D2C5C5; background-color: #808080; } .theme-01 .car-rounded-one label:after, .theme-01 .car-rounded-two label:after, .theme-01 .car-squared-one label:after, .theme-01 .car-squared-two label:after{ color: #00BF00; text-shadow: 1px 1px 0px #2D2D2D; background: #00bf00; background: linear-gradient(top, #00bf00 0%, #009400 100%); box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); } .theme-01 .car-squared-three label { box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4); background: linear-gradient(to bottom, rgb(181, 189, 200) 0%,rgb(120, 120, 120) 36%,rgb(134, 134, 134) 100%); }
src/Presentation/sys/html/css/plugins/car/allsige-car-theme.css
.theme-01 .car-slide-one { background: #8D8D8D; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); } .theme-01 .car-slide-one label { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); border: 2px solid #8A8A8A; background: #F6F6F6 none repeat scroll 0% 0%; } .theme-01 .car-slide-one input[type=checkbox]:checked + label, .theme-01 .car-slide-one input[type=radio]:checked + label{ background: #60FF00 none repeat scroll 0% 0%; } .theme-01 .car-slide-two { background: #8D8D8D; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); } .theme-01 .car-slide-two:after { background: #808080 none repeat scroll 0% 0%; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.2); } .theme-01 .car-slide-two label { box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); background: #fcfff4; background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); } .theme-01 .car-slide-two label:after { background: #8D8D8D none repeat scroll 0% 0%; box-shadow: 0px 1px 1px #000 inset, 0px 1px 0px rgba(255, 255, 255, 0.9); border: 1px solid #8D8D8D; } .theme-01 .car-slide-two input[type=checkbox]:checked + label:after, .theme-01 .car-slide-two input[type=radio]:checked + label:after{ background: #60FF00 none repeat scroll 0% 0%; } .theme-01 .car-slide-three { background: rgb(102, 102, 102) none repeat scroll 0 0; box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.6) inset, 0px 1px 0px rgba(255, 255, 255, 0.2); } .theme-01 .car-slide-three:after { color: #C6C6C6; } .theme-01 .car-slide-three:before { color: #00F500; } .theme-01 .car-slide-three label { box-shadow: 0px 0px 0px 4px #FFF; background: #FCFFF4 none repeat scroll 0% 0%; border: 2px solid rgb(102, 102, 102); } .theme-01 .car-rounded-one, .theme-01 .car-rounded-two, .theme-01 .car-squared-one, .theme-01 .car-squared-two{ box-shadow: 0px 1px 1px #FFF inset, 0px 1px 3px rgba(0, 0, 0, 0.5); background-color: #FFF; } .theme-01 .car-rounded-one label, .theme-01 .car-rounded-two label, .theme-01 .car-squared-one label, .theme-01 .car-squared-two label{ box-shadow: 0px 1px 1px #000 inset, 0px 1px 0px #D2C5C5; background-color: #808080; } .theme-01 .car-rounded-one label:after, .theme-01 .car-rounded-two label:after, .theme-01 .car-squared-one label:after, .theme-01 .car-squared-two label:after{ color: #00BF00; text-shadow: 1px 1px 0px #2D2D2D; background: #00bf00; background: linear-gradient(top, #00bf00 0%, #009400 100%); box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); } .theme-01 .car-squared-three label { box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4); background: linear-gradient(to bottom, rgb(181, 189, 200) 0%,rgb(120, 120, 120) 36%,rgb(134, 134, 134) 100%); }
0.38943
0.141222
.pell-content,.article-content{ font-family: "LiSong Pro Light", georgia, times, serif; height: auto; min-height: 600px; } .pell-content:empty:before{ content: "写点什么.."; } .pell-actionbar{ background-color: transparent; } .ant-modal-body{ padding-top: 10px; } .pell-content code, .article-content code{ position: relative; padding: 20px; user-modify: read-only; } .pell-content>pre, .article-content>pre{ position: relative; margin-bottom: 24px; overflow: hidden; border-radius: 8px; box-sizing: border-box; box-shadow: 0px 12px 16px #aaa; } .code-editor{ position: relative; margin-top: 46px; border-radius: 6px; overflow: hidden; } .code-editor-window{ position: relative; height: 24px; } .mac-window{ display: inline-block; width: 100%; height: 24px; background-color: #eee; background: linear-gradient(#eee, #dbdbdb); /* 标准的语法(必须放在最后) */ z-index: 99; text-align: center; border-bottom: 1px solid #c1c1c1; box-sizing: border-box; } .mac-window i{ position: absolute; top: 7px; left: 10px; content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 6px; } .mac-window>span{ display: inline-block; height: 100%; line-height: 24px; font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', Arial, Helvetica, 'WenQuanYi Micro Hei', 'tohoma,sans-serif'; font-weight: 500; } .mac-window i:nth-child(1) { background-color: #ff7769; } .mac-window i:nth-child(2) { left: 30px; background-color: #ffc73b; } .mac-window i:nth-child(3) { left: 50px; background-color: #24cf52; } h1 { font-size: 56px; line-height: 96px; font-family: "STKaiti", cursive; margin: 4px 0 -4px; text-align: center; font-weight: normal; position: relative; } h2 { font-size: 24px; line-height: 24px; font-weight: bold; text-align: center; font-variant: small-caps; word-spacing: .5em; letter-spacing: .2em; margin-top: -2px; } h3{ text-align: center; font-size: 18px; line-height: 72px; padding-top: 4px; /* font-family: "STKaiti"; */ } /* h2+p::first-letter { font-family: times, serif; font-size: 90px; float: left; line-height: .65; padding: .085em 3px 0 0; } */ h2+p::first-line { font-variant: small-caps; letter-spacing: .15em; } p { font-size: 18px; line-height: 24px; box-sizing: border-box; text-indent: 2em; margin-bottom: 24px; } blockquote { margin: 0px 20%; } blockquote span { font-size: 18px; /* font-style: italic; */ line-height: 24px; } blockquote span::before { content: "\201C" } blockquote span::after { content: "\201D" } blockquote{ font-family: "STFangsong"; font-weight: 600; } .hl-box pre, .hl-box code { height: 100%; padding: 0px!important; } .hl-box code{ padding: 20px!important; } .hljs{ font-size: 12px!important; line-height: 12px; }
www/src/components/editor.css
.pell-content,.article-content{ font-family: "LiSong Pro Light", georgia, times, serif; height: auto; min-height: 600px; } .pell-content:empty:before{ content: "写点什么.."; } .pell-actionbar{ background-color: transparent; } .ant-modal-body{ padding-top: 10px; } .pell-content code, .article-content code{ position: relative; padding: 20px; user-modify: read-only; } .pell-content>pre, .article-content>pre{ position: relative; margin-bottom: 24px; overflow: hidden; border-radius: 8px; box-sizing: border-box; box-shadow: 0px 12px 16px #aaa; } .code-editor{ position: relative; margin-top: 46px; border-radius: 6px; overflow: hidden; } .code-editor-window{ position: relative; height: 24px; } .mac-window{ display: inline-block; width: 100%; height: 24px; background-color: #eee; background: linear-gradient(#eee, #dbdbdb); /* 标准的语法(必须放在最后) */ z-index: 99; text-align: center; border-bottom: 1px solid #c1c1c1; box-sizing: border-box; } .mac-window i{ position: absolute; top: 7px; left: 10px; content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 6px; } .mac-window>span{ display: inline-block; height: 100%; line-height: 24px; font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', Arial, Helvetica, 'WenQuanYi Micro Hei', 'tohoma,sans-serif'; font-weight: 500; } .mac-window i:nth-child(1) { background-color: #ff7769; } .mac-window i:nth-child(2) { left: 30px; background-color: #ffc73b; } .mac-window i:nth-child(3) { left: 50px; background-color: #24cf52; } h1 { font-size: 56px; line-height: 96px; font-family: "STKaiti", cursive; margin: 4px 0 -4px; text-align: center; font-weight: normal; position: relative; } h2 { font-size: 24px; line-height: 24px; font-weight: bold; text-align: center; font-variant: small-caps; word-spacing: .5em; letter-spacing: .2em; margin-top: -2px; } h3{ text-align: center; font-size: 18px; line-height: 72px; padding-top: 4px; /* font-family: "STKaiti"; */ } /* h2+p::first-letter { font-family: times, serif; font-size: 90px; float: left; line-height: .65; padding: .085em 3px 0 0; } */ h2+p::first-line { font-variant: small-caps; letter-spacing: .15em; } p { font-size: 18px; line-height: 24px; box-sizing: border-box; text-indent: 2em; margin-bottom: 24px; } blockquote { margin: 0px 20%; } blockquote span { font-size: 18px; /* font-style: italic; */ line-height: 24px; } blockquote span::before { content: "\201C" } blockquote span::after { content: "\201D" } blockquote{ font-family: "STFangsong"; font-weight: 600; } .hl-box pre, .hl-box code { height: 100%; padding: 0px!important; } .hl-box code{ padding: 20px!important; } .hljs{ font-size: 12px!important; line-height: 12px; }
0.293404
0.079675
* { box-sizing: border-box; } body { margin: 0; padding: 0; /*font-family: 'Oswald', sans-serif;*/ } ul { padding: 0; margin: 0; } .hide { display: none !important; } .no-select{ -webkit-user-select: none; /* Safari 3.1+ */ -moz-user-select: none; /* Firefox 2+ */ -ms-user-select: none; /* IE 10+ */ user-select: none; /* Standard syntax */ } #main-svg { height: 800px; width: 100%; background: #eee; } .main-container { padding: 0; } .full-mask { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.7); z-index: 999; display: none; } .popup { width: 100%; max-width: 500px; min-height: 300px; background: #fff; position: relative; margin: 100px auto; } .popup .header { height: 30px; background: #000065; color: #fff; padding: 5px 10px; font-weight: bold; } .popup .close-icon { color: #fff; position: absolute; right: 0px; top: 0px; font-weight: bold; display: inline-block; padding: 5px 12px; cursor: pointer; } .popup .close-icon:hover { background: #f00; } .popup .body { padding: 5px 10px; } .popup .body .ip-op { width: 100%; height: 225px; resize: none; } .popup .btn-panel { padding: 5px 10px; } .connector { stroke-width: 2px; stroke: #000; } .r1 { /*width: 200px; height: 70px; */ fill: #fff; stroke-width: 1px; stroke: #aaa; } .knot { fill: #fff; stroke-width: 1px; stroke: #aaa; } .cg { transform: translate(100px, 100px); } .top-menu { margin: 0; padding: 0; list-style: none; background: #2c6f2c; color: #fff; position: fixed; top: 0; left: 0; right: 0; } .top-menu > li { display: inline-block; padding: 10px; font-weight: bold; position: relative; cursor: pointer; } .top-menu > li:hover { background: lightgreen; color: #000; } .top-menu > li:hover .sublist { display: block; } .top-menu .sublist { display: none; list-style: none; position: absolute; left: 0; top: 40px; width: 150px; background: lightgreen; color: #000; z-index: 9999; } .top-menu .sublist li { padding: 5px 10px; } .top-menu .sublist li:hover { background: #fff; } .el.selected-el { stroke: blue; } .leftbar { position: fixed; top: 40px; left: 0; bottom: 0; width: 40px; background: #2c6f2c; color: #fff; text-align: center; } .leftbar .icon { display: block; font-size: 22px; padding: 10px 0; color: #fff; border-bottom: 1px solid #fff; } .rightbar { position: fixed; right: 0; width: 250px; top: 40px; bottom: 0; background: #2c6f2c; transition: all 0.1s ease 0s; } .rightbar .btn-bar-collapser { position: absolute; background: #000; height: 40px; width: 20px; top: 0; left: -20px; color: #a2a2fd; text-align: center; font-size: 30px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; overflow: auto; } .rightbar .btn-bar-collapser .icon { display: block; padding-top: 5px; } .rightbar .btn-bar-collapser .left { display: none; } .rightbar.collapsed { width: 0; } .rightbar.collapsed .btn-bar-collapser .right { display: none; } .rightbar.collapsed .btn-bar-collapser .left { display: block; } .prop-window { background: lightgreen; } .prop-window .title-bar { background: #27e64c; color: #fff; padding: 3px 7px 0; font-size: 16px; } .prop-window .form-control { padding: 3px 7px; font-size: 12px; height: 27px; } .prop-window .prop-name { display: block; padding-top: 15px; font-weight: bold; font-size: 12px; }
ff.css
* { box-sizing: border-box; } body { margin: 0; padding: 0; /*font-family: 'Oswald', sans-serif;*/ } ul { padding: 0; margin: 0; } .hide { display: none !important; } .no-select{ -webkit-user-select: none; /* Safari 3.1+ */ -moz-user-select: none; /* Firefox 2+ */ -ms-user-select: none; /* IE 10+ */ user-select: none; /* Standard syntax */ } #main-svg { height: 800px; width: 100%; background: #eee; } .main-container { padding: 0; } .full-mask { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.7); z-index: 999; display: none; } .popup { width: 100%; max-width: 500px; min-height: 300px; background: #fff; position: relative; margin: 100px auto; } .popup .header { height: 30px; background: #000065; color: #fff; padding: 5px 10px; font-weight: bold; } .popup .close-icon { color: #fff; position: absolute; right: 0px; top: 0px; font-weight: bold; display: inline-block; padding: 5px 12px; cursor: pointer; } .popup .close-icon:hover { background: #f00; } .popup .body { padding: 5px 10px; } .popup .body .ip-op { width: 100%; height: 225px; resize: none; } .popup .btn-panel { padding: 5px 10px; } .connector { stroke-width: 2px; stroke: #000; } .r1 { /*width: 200px; height: 70px; */ fill: #fff; stroke-width: 1px; stroke: #aaa; } .knot { fill: #fff; stroke-width: 1px; stroke: #aaa; } .cg { transform: translate(100px, 100px); } .top-menu { margin: 0; padding: 0; list-style: none; background: #2c6f2c; color: #fff; position: fixed; top: 0; left: 0; right: 0; } .top-menu > li { display: inline-block; padding: 10px; font-weight: bold; position: relative; cursor: pointer; } .top-menu > li:hover { background: lightgreen; color: #000; } .top-menu > li:hover .sublist { display: block; } .top-menu .sublist { display: none; list-style: none; position: absolute; left: 0; top: 40px; width: 150px; background: lightgreen; color: #000; z-index: 9999; } .top-menu .sublist li { padding: 5px 10px; } .top-menu .sublist li:hover { background: #fff; } .el.selected-el { stroke: blue; } .leftbar { position: fixed; top: 40px; left: 0; bottom: 0; width: 40px; background: #2c6f2c; color: #fff; text-align: center; } .leftbar .icon { display: block; font-size: 22px; padding: 10px 0; color: #fff; border-bottom: 1px solid #fff; } .rightbar { position: fixed; right: 0; width: 250px; top: 40px; bottom: 0; background: #2c6f2c; transition: all 0.1s ease 0s; } .rightbar .btn-bar-collapser { position: absolute; background: #000; height: 40px; width: 20px; top: 0; left: -20px; color: #a2a2fd; text-align: center; font-size: 30px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; overflow: auto; } .rightbar .btn-bar-collapser .icon { display: block; padding-top: 5px; } .rightbar .btn-bar-collapser .left { display: none; } .rightbar.collapsed { width: 0; } .rightbar.collapsed .btn-bar-collapser .right { display: none; } .rightbar.collapsed .btn-bar-collapser .left { display: block; } .prop-window { background: lightgreen; } .prop-window .title-bar { background: #27e64c; color: #fff; padding: 3px 7px 0; font-size: 16px; } .prop-window .form-control { padding: 3px 7px; font-size: 12px; height: 27px; } .prop-window .prop-name { display: block; padding-top: 15px; font-weight: bold; font-size: 12px; }
0.380644
0.07373
*{ margin: 0; padding: 0; } /* Whole Doc */ body{ font-family: sans-serif; height: 90vh; background: url(./images/back.jpg); background-size: cover; } /* Our Team */ .team-section{ overflow: hidden; text-align: center; padding: 60px; } /* Heading */ .team-section h1{ text-transform: uppercase; margin-bottom: 60q; color: #c0392b; font-size: 40px; } .bdr1{ display: block; margin: auto; width: 160px; height: 3px; background: #c0392b; margin-bottom: 40px; } /* Images */ .pic{ margin-bottom: 40px; } .pic a{ display: inline-block; border: #c0392b 8px solid; clip-path: polygon(50% 0%, 96% 79%, 47% 96%, 0 100%, 0% 38%); margin: 0 10px; width: 160px; height: 200px; overflow: hidden; transition: all 0.5s ease-in; } .pic a img{ width: 100%; filter: grayscale(100%); transition: 0.4s all; } .pic a:hover > img{ filter: none; } .pic a:hover{ transform: rotate(-10deg); } /* Description */ .desc{ width: 600px; margin: auto; background-color: #2c3e50; font-size: 18px; font-weight: lighter; color: #ecf0f1; text-align: justify; height: 0; overflow: hidden; } .desc:target{ height: auto; padding: 40px; transition: all 0.5s ease-in; } .name, .social{ display: block; margin-bottom: 20px; text-align: center; text-transform: uppercase; font-size: 22px; transition: all 0.5s ease-in; } .social i{ cursor: pointer; transition: all 0.3s ease-in; } .social i:hover{ color: #c0392b; transform: translateY(-2px); } /* Bottom Div */ .bdr2{ width: 20%; margin: auto; height: 5px; background-color: #c0392b; } /* Responsive */ @media(max-width:1200px){ /* Whole Doc */ body{ height: 120vh; } } @media(max-width:800px){ /* Whole Doc */ body{ height: 150vh; } /* Description */ .desc{ width: 400px; } } @media(max-width:600px){ /* Description */ .desc{ width: 300px; font-size: 14px; } .name, .social{ font-size: 18px; } } @media(max-width:520px){ /* Whole Doc */ body{ height: 180vh; } /* Description */ .desc{ width: 200px; } } @media(max-width:400px){ /* Whole Doc */ body{ height: 180vh; } /* Description */ .desc{ font-size: 12px; width: 160px; } }
style.css
*{ margin: 0; padding: 0; } /* Whole Doc */ body{ font-family: sans-serif; height: 90vh; background: url(./images/back.jpg); background-size: cover; } /* Our Team */ .team-section{ overflow: hidden; text-align: center; padding: 60px; } /* Heading */ .team-section h1{ text-transform: uppercase; margin-bottom: 60q; color: #c0392b; font-size: 40px; } .bdr1{ display: block; margin: auto; width: 160px; height: 3px; background: #c0392b; margin-bottom: 40px; } /* Images */ .pic{ margin-bottom: 40px; } .pic a{ display: inline-block; border: #c0392b 8px solid; clip-path: polygon(50% 0%, 96% 79%, 47% 96%, 0 100%, 0% 38%); margin: 0 10px; width: 160px; height: 200px; overflow: hidden; transition: all 0.5s ease-in; } .pic a img{ width: 100%; filter: grayscale(100%); transition: 0.4s all; } .pic a:hover > img{ filter: none; } .pic a:hover{ transform: rotate(-10deg); } /* Description */ .desc{ width: 600px; margin: auto; background-color: #2c3e50; font-size: 18px; font-weight: lighter; color: #ecf0f1; text-align: justify; height: 0; overflow: hidden; } .desc:target{ height: auto; padding: 40px; transition: all 0.5s ease-in; } .name, .social{ display: block; margin-bottom: 20px; text-align: center; text-transform: uppercase; font-size: 22px; transition: all 0.5s ease-in; } .social i{ cursor: pointer; transition: all 0.3s ease-in; } .social i:hover{ color: #c0392b; transform: translateY(-2px); } /* Bottom Div */ .bdr2{ width: 20%; margin: auto; height: 5px; background-color: #c0392b; } /* Responsive */ @media(max-width:1200px){ /* Whole Doc */ body{ height: 120vh; } } @media(max-width:800px){ /* Whole Doc */ body{ height: 150vh; } /* Description */ .desc{ width: 400px; } } @media(max-width:600px){ /* Description */ .desc{ width: 300px; font-size: 14px; } .name, .social{ font-size: 18px; } } @media(max-width:520px){ /* Whole Doc */ body{ height: 180vh; } /* Description */ .desc{ width: 200px; } } @media(max-width:400px){ /* Whole Doc */ body{ height: 180vh; } /* Description */ .desc{ font-size: 12px; width: 160px; } }
0.457864
0.067362
* { box-sizing: border-box; } body { background: #92bde7; color: #485e74; line-height: 1.6em; font-family: sans-serif; padding: 1em; } .container { max-width: 1170px; margin-left: auto; margin-right: auto; padding: 1em; } ul { list-style: none; padding: 0; } .logo { text-align: center; margin-top: 0; } .logo span, .info h3 span { color: #ffffff; filter: drop-shadow( -1px 2px 0 rgba(72,94,116,0.70)); border-bottom: 1px solid #ffffff; } .info { background: linear-gradient(65deg, transparent 60%, #f9feff 60%); } .info .sm-img { background-image: url('../img/TWDLOGO.png'); background-size: cover; background-repeat: no-repeat; background-position: center; width: 100px; height: 100px; border-radius: 50%; box-shadow: inset -2px 2px 0 2px #485e74; filter: drop-shadow(-3px 0 0 rgba(0,0,0,0.50)); margin-left: 2em; } .wrapper { box-shadow: 0 0 20px 0 rgba(72,94,116,0.70); } .wrapper > * { padding: 1em; } .company { background: #c9e6ff; } .company h3, .company ul { text-align: center; margin: 0 0 1em 0; } .contact { background: #f9feff; } .contact form { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; } .contact form label { display: block; } .contact form p { margin: 0; } .contact form .full { grid-column: 1/3; } .contact form .button, .contact form input, .contact form textarea { width: 100%; padding: 1em; border: 1px solid #c9e6ff; } .contact form input:hover, .contact form input:focus { outline: none; } .contact form textarea, .contact form textarea:focus { color: #485e74; outline: none; } .contact form .button { background: #c9e6ff; border: 0; color: #485e74; text-transform: uppercase; transition: background .25s ease-in-out; } .contact form .button:focus { outline: none; } .contact form .button:hover { background: #92bde7; color: #ffffff; outline: none; } .fa { font-size: 1.4em; color: #fff; /*START gradient text*/ /* background: linear-gradient(90deg, #485e74 50%, #ffffff 55%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ /*END gradient text*/ /* NOTE: if UNCOMMENTING 'START ~ END' REMOVE ––> color: #fff; */ filter: drop-shadow(1px 0 0 rgba(0,0,0,0.50)); } li a { text-decoration: none; color: #485e74; } li a:hover { text-decoration: none; color: #fff; } @media screen and (min-width: 900px) { .wrapper { display: grid; grid-template-columns: 1fr 2fr; } .wrapper > * { padding: 2em; } .logo { margin-left: 1em; } .company h3, .company ul, .logo { text-align: left; } }
css/main.css
* { box-sizing: border-box; } body { background: #92bde7; color: #485e74; line-height: 1.6em; font-family: sans-serif; padding: 1em; } .container { max-width: 1170px; margin-left: auto; margin-right: auto; padding: 1em; } ul { list-style: none; padding: 0; } .logo { text-align: center; margin-top: 0; } .logo span, .info h3 span { color: #ffffff; filter: drop-shadow( -1px 2px 0 rgba(72,94,116,0.70)); border-bottom: 1px solid #ffffff; } .info { background: linear-gradient(65deg, transparent 60%, #f9feff 60%); } .info .sm-img { background-image: url('../img/TWDLOGO.png'); background-size: cover; background-repeat: no-repeat; background-position: center; width: 100px; height: 100px; border-radius: 50%; box-shadow: inset -2px 2px 0 2px #485e74; filter: drop-shadow(-3px 0 0 rgba(0,0,0,0.50)); margin-left: 2em; } .wrapper { box-shadow: 0 0 20px 0 rgba(72,94,116,0.70); } .wrapper > * { padding: 1em; } .company { background: #c9e6ff; } .company h3, .company ul { text-align: center; margin: 0 0 1em 0; } .contact { background: #f9feff; } .contact form { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; } .contact form label { display: block; } .contact form p { margin: 0; } .contact form .full { grid-column: 1/3; } .contact form .button, .contact form input, .contact form textarea { width: 100%; padding: 1em; border: 1px solid #c9e6ff; } .contact form input:hover, .contact form input:focus { outline: none; } .contact form textarea, .contact form textarea:focus { color: #485e74; outline: none; } .contact form .button { background: #c9e6ff; border: 0; color: #485e74; text-transform: uppercase; transition: background .25s ease-in-out; } .contact form .button:focus { outline: none; } .contact form .button:hover { background: #92bde7; color: #ffffff; outline: none; } .fa { font-size: 1.4em; color: #fff; /*START gradient text*/ /* background: linear-gradient(90deg, #485e74 50%, #ffffff 55%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ /*END gradient text*/ /* NOTE: if UNCOMMENTING 'START ~ END' REMOVE ––> color: #fff; */ filter: drop-shadow(1px 0 0 rgba(0,0,0,0.50)); } li a { text-decoration: none; color: #485e74; } li a:hover { text-decoration: none; color: #fff; } @media screen and (min-width: 900px) { .wrapper { display: grid; grid-template-columns: 1fr 2fr; } .wrapper > * { padding: 2em; } .logo { margin-left: 1em; } .company h3, .company ul, .logo { text-align: left; } }
0.438064
0.159348
@-moz-document regexp("(http)+s*(\\://)[a-zA-Z0-9\\.\\-\\_]+(/dotAdmin/|/c/|/dotTailLogServlet/)+.*") { div.layout__content aside.layout__sidebar, .ui-toolbar.ui-widget.ui-widget-header.ui-corner-all, nav, accordion-group a.accordion-group__title, accordion-group a.accordion-group__title.is-active, accordion-group div, accordion-group .accordion-group__content.ng-trigger.ng-trigger-expandAnimation, main.layout__main, .view-users .view-users__users-list .dojoxGridHeader, .dojoxGrid, .dojoxGrid.view-users__users-list, select, select option, div[dojotype="dijit.layout.ContentPane"] > div, .dijitPopup.dijitComboBoxMenuPopup .dijitMenu.dijitComboBoxMenu, div.portlet-main, div[dojotype="dijit.layout.ContentPane"] table.listingTable th, div.portlet-wrapper, body.dotcms, .content-edit__sidebar, #contentletActionsHanger a, [dojotype="dijit.layout.ContentPane"], .dijitDialogTitleBar, [dojotype="dijit.layout.BorderContainer"] [dojoattachpoint="tablesWrapper"] a, [dojotype="dijit.layout.BorderContainer"] [dojoattachpoint="tablesSummary"], .dijitDialogPaneContent, span.dijitButtonNode, span.dijitButtonNode .dijitButtonContents .dijitButtonText, .dojoxGrid .dojoxGridPaginator, a.advanced-search-button, .catPreview li, .tagsWrapper a, .dojoxGridScrollbox, .dojoxGrid { background-color: #181818; color: #bbb; border-color: #282828; } #assetTreeWrapper ul#TreeUL li[id*="TreeLI"] >div[style], #assetTreeWrapper ul#TreeUL li, #assetTreeWrapper ul#TreeUL li a, #assetTreeWrapper ul#TreeUL li span { background-color: #181818 !important; color: #bbb !important; } .dojoxGrid { background-color: #181818 !important; } a { background-color: transparent; } div.main-nav__submenu { background-color: #212121; } div.accordion-group__content a.main-nav__submenu--active, .categories-selector__breadcrumbs a:last-child { color: #eee; } #listingLanguagesTable td a, .categories-selector__breadcrumbs a, .mce-btn button > span { color: #bbb; } accordion .main-nav__submenu a:hover { color: #bbb; } .context-menu { background-color: #101010; border-color: #282828; } .context-menu__item { color: #bbb; } .context-menu__item:hover { background-color: #282828; } div[dojotype="dijit.layout.BorderContainer"], table td.dojoxGridCell, .portlet-sidebar, .calendar-events .portlet-sidebar .listingTable { background-color: #101010; color: #bbb; } div[dojotype="dijit.layout.ContentPane"] th, div[dojotype="dijit.layout.ContentPane"] table th, div[dojotype="dijit.layout.ContentPane"] .listingTable.actionTable tr.active, .listingTable tr.alternate_1 { background-color: #151515; border-color: #282828; } .portlet-sidebar .dojoxGrid, .dojoxGrid .dojoxGridMasterView .dojoxGridRow, .portlet-main .dijitTabContainer .dijitTabPaneWrapper table.listingTable th, body.dotcms, #listing-table th, .dojoxUploaderFileListTable th, .listingTable th { background-color: #181818 !important; } .listingTable td a { color: #bbb; } .listingTable tr.alternate_2, .listingTable tr.alternate_2 a { background-color: #222222 !important; } .dijitPopup.dijitComboBoxMenuPopup .dijitMenu.dijitComboBoxMenu .dijitMenuItem.dijitMenuItemHover, .listingTable tr.alternate_1:hover, .listingTable tr.alternate_1:hover a .listingTable tr.alternate_2:hover, .listingTable tr.alternate_2:hover a { background-color: #282828 !important; } accordion .accordion-group__title:hover, .contentRowSelected, .contentRowRoller { background-color: #323232 !important; } .layout__sidebar, .dijitContentPane { border-color: #202020; } .dijit.dijitReset.dijitInline.dijitButton, .dijitRight.dijitButtonNode.dijitArrowButton.dijitArrowButtonContainer, .dijit.dijitInline.dijitTextBox.dijitComboBox, .dijitComboButton, .dijitMenuTable, .dijitMenuTable.contentlet-menu-actions { background-color: #121212; border-color: #282828; } div.dijitTextBox, div[role=tablist] .dijitTab, .dijitTextBox.dijitTextArea.dijitExpandingTextArea, pre, .ui input[type=text], .ui input[type=text]:focus, .dijitInputField.dijitInputContainer input, .dijitRolesSelectTreeWrapper, .dijitTree, .dijitTreeContainer, .dijitHostFoldersTreeWrapper, input[readonly=readonly] { background-color: #151515; color: #bbb; border-color: #282828; } textarea[style] { background-color: #121212 !important; color: #bbb !important; border-color: #282828 !important; } div[role=tablist] .dijitTab.dijitTabChecked { border-top-color: #0E80CB; } .dijitTextBoxFocus input.dijitInputInner, .dijitTextBoxHover input.dijitInputInner, .dijit.dijitReset.dijitInline.dijitLeft.dijitTextBox, .dijitReset, span.dijitPlaceHolder.dijitInputField, .dijitRight.dijitButtonNode.dijitArrowButton.dijitArrowButtonContainer .dijitArrowButton.dijitArrowButtonContainer::before, .dijit.dijitTextBox.dijitTextBoxFocused, .dijit.dijitTextBox.dijitTextBoxFocused.dijitComboBoxOpened.dijitComboBoxFocused.dijitTextBoxOpenedFocused { color: #bbb !important; } .tailerBody { color: #bbb !important; font-size: 13px; } /* Dark Text */ tr.trIdxActive td { color: #181818; } .dijitTabListContainer-top.dijitTabController, #fullUserName { border-bottom-color: #282828 !important; } #userRolesTreeWrapper, div[dojotype="dijit.layout.ContentPane"] table tr, div[dojotype="dijit.layout.ContentPane"] table th, div[dojotype="dijit.layout.ContentPane"] table td, .portlet-main .dijitTabContainer .dijitTabPaneWrapper table.listingTable th, #listing-table th, .dojoxUploaderFileListTable th, .listingTable tr th, #listing-table th, .dojoxUploaderFileListTable th, .listingTable tr td, #contentletActionsHanger { border-top-color: #282828 !important; border-right-color: #282828 !important; border-bottom-color: #282828 !important; border-left-color: #282828 !important; } table.dojoxGridRowTable, table.dojoxGridRowTable .dojoxGridContent .dojoxGridRow, table.dojoxGridRowTable[role=presentation], .dojoxGrid .dojoxGridMasterView .dojoxGridRow, #dailyEvents h3, #ongoingEvents h3 { background-color: #151515; color: #bbb; border-top-color: #282828 !important; border-right-color: #282828 !important; border-bottom-color: #282828 !important; border-left-color: #282828 !important; } .dojoxGridRow.dojoxGridRowOdd .dojoxGridCell { background-color: #141414 !important; color: #bbb !important; } .dijitButtonDisabled.dijitDisabled, .dijitButtonDisabled.dijitDisabled .dijitButtonText { background-color: #404040; color: #5b5b5b; } .dojoxGridRow .dojoxGridCell { background-color: #181818 !important; color: #bbb !important; } .dojoxGridRow.dojoxGridRowOver .dojoxGridCell { background-color: #212121 !important; color: #bbb !important; } /* #0E80CB */ .dojoxGridRow.dojoxGridRowOdd.dojoxGridRowOver .dojoxGridCell { background-color: #212121 !important; color: #bbb !important; } #controlsdiv ~ table { background-color: #181818 !important; } } @-moz-document regexp("(.+\\?)+(.)*(leftMenu\\=1)+(.)*(com\\.dotmarketing\\.htmlpage\\.language)+(.)*(host\\_id)+(.)*") { td, #main_window, .dijitTabInner.dijitTabContent.dijitTab, .dijitTabContainerTop-dijitContentPane a, .dijitInputField.dijitInputContainer, .dijitTextBox dijitComboBox.dijitValidationTextBox, .dijitComboBox, .dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer { background-color: #181818; color: #bbb; border-color: #282828; } html.dj_webkit.dj_chrome.dj_contentbox body { background-color: #181818; color: #bbb; border-color: #282828; } }
data/usercss/161573.user.css
@-moz-document regexp("(http)+s*(\\://)[a-zA-Z0-9\\.\\-\\_]+(/dotAdmin/|/c/|/dotTailLogServlet/)+.*") { div.layout__content aside.layout__sidebar, .ui-toolbar.ui-widget.ui-widget-header.ui-corner-all, nav, accordion-group a.accordion-group__title, accordion-group a.accordion-group__title.is-active, accordion-group div, accordion-group .accordion-group__content.ng-trigger.ng-trigger-expandAnimation, main.layout__main, .view-users .view-users__users-list .dojoxGridHeader, .dojoxGrid, .dojoxGrid.view-users__users-list, select, select option, div[dojotype="dijit.layout.ContentPane"] > div, .dijitPopup.dijitComboBoxMenuPopup .dijitMenu.dijitComboBoxMenu, div.portlet-main, div[dojotype="dijit.layout.ContentPane"] table.listingTable th, div.portlet-wrapper, body.dotcms, .content-edit__sidebar, #contentletActionsHanger a, [dojotype="dijit.layout.ContentPane"], .dijitDialogTitleBar, [dojotype="dijit.layout.BorderContainer"] [dojoattachpoint="tablesWrapper"] a, [dojotype="dijit.layout.BorderContainer"] [dojoattachpoint="tablesSummary"], .dijitDialogPaneContent, span.dijitButtonNode, span.dijitButtonNode .dijitButtonContents .dijitButtonText, .dojoxGrid .dojoxGridPaginator, a.advanced-search-button, .catPreview li, .tagsWrapper a, .dojoxGridScrollbox, .dojoxGrid { background-color: #181818; color: #bbb; border-color: #282828; } #assetTreeWrapper ul#TreeUL li[id*="TreeLI"] >div[style], #assetTreeWrapper ul#TreeUL li, #assetTreeWrapper ul#TreeUL li a, #assetTreeWrapper ul#TreeUL li span { background-color: #181818 !important; color: #bbb !important; } .dojoxGrid { background-color: #181818 !important; } a { background-color: transparent; } div.main-nav__submenu { background-color: #212121; } div.accordion-group__content a.main-nav__submenu--active, .categories-selector__breadcrumbs a:last-child { color: #eee; } #listingLanguagesTable td a, .categories-selector__breadcrumbs a, .mce-btn button > span { color: #bbb; } accordion .main-nav__submenu a:hover { color: #bbb; } .context-menu { background-color: #101010; border-color: #282828; } .context-menu__item { color: #bbb; } .context-menu__item:hover { background-color: #282828; } div[dojotype="dijit.layout.BorderContainer"], table td.dojoxGridCell, .portlet-sidebar, .calendar-events .portlet-sidebar .listingTable { background-color: #101010; color: #bbb; } div[dojotype="dijit.layout.ContentPane"] th, div[dojotype="dijit.layout.ContentPane"] table th, div[dojotype="dijit.layout.ContentPane"] .listingTable.actionTable tr.active, .listingTable tr.alternate_1 { background-color: #151515; border-color: #282828; } .portlet-sidebar .dojoxGrid, .dojoxGrid .dojoxGridMasterView .dojoxGridRow, .portlet-main .dijitTabContainer .dijitTabPaneWrapper table.listingTable th, body.dotcms, #listing-table th, .dojoxUploaderFileListTable th, .listingTable th { background-color: #181818 !important; } .listingTable td a { color: #bbb; } .listingTable tr.alternate_2, .listingTable tr.alternate_2 a { background-color: #222222 !important; } .dijitPopup.dijitComboBoxMenuPopup .dijitMenu.dijitComboBoxMenu .dijitMenuItem.dijitMenuItemHover, .listingTable tr.alternate_1:hover, .listingTable tr.alternate_1:hover a .listingTable tr.alternate_2:hover, .listingTable tr.alternate_2:hover a { background-color: #282828 !important; } accordion .accordion-group__title:hover, .contentRowSelected, .contentRowRoller { background-color: #323232 !important; } .layout__sidebar, .dijitContentPane { border-color: #202020; } .dijit.dijitReset.dijitInline.dijitButton, .dijitRight.dijitButtonNode.dijitArrowButton.dijitArrowButtonContainer, .dijit.dijitInline.dijitTextBox.dijitComboBox, .dijitComboButton, .dijitMenuTable, .dijitMenuTable.contentlet-menu-actions { background-color: #121212; border-color: #282828; } div.dijitTextBox, div[role=tablist] .dijitTab, .dijitTextBox.dijitTextArea.dijitExpandingTextArea, pre, .ui input[type=text], .ui input[type=text]:focus, .dijitInputField.dijitInputContainer input, .dijitRolesSelectTreeWrapper, .dijitTree, .dijitTreeContainer, .dijitHostFoldersTreeWrapper, input[readonly=readonly] { background-color: #151515; color: #bbb; border-color: #282828; } textarea[style] { background-color: #121212 !important; color: #bbb !important; border-color: #282828 !important; } div[role=tablist] .dijitTab.dijitTabChecked { border-top-color: #0E80CB; } .dijitTextBoxFocus input.dijitInputInner, .dijitTextBoxHover input.dijitInputInner, .dijit.dijitReset.dijitInline.dijitLeft.dijitTextBox, .dijitReset, span.dijitPlaceHolder.dijitInputField, .dijitRight.dijitButtonNode.dijitArrowButton.dijitArrowButtonContainer .dijitArrowButton.dijitArrowButtonContainer::before, .dijit.dijitTextBox.dijitTextBoxFocused, .dijit.dijitTextBox.dijitTextBoxFocused.dijitComboBoxOpened.dijitComboBoxFocused.dijitTextBoxOpenedFocused { color: #bbb !important; } .tailerBody { color: #bbb !important; font-size: 13px; } /* Dark Text */ tr.trIdxActive td { color: #181818; } .dijitTabListContainer-top.dijitTabController, #fullUserName { border-bottom-color: #282828 !important; } #userRolesTreeWrapper, div[dojotype="dijit.layout.ContentPane"] table tr, div[dojotype="dijit.layout.ContentPane"] table th, div[dojotype="dijit.layout.ContentPane"] table td, .portlet-main .dijitTabContainer .dijitTabPaneWrapper table.listingTable th, #listing-table th, .dojoxUploaderFileListTable th, .listingTable tr th, #listing-table th, .dojoxUploaderFileListTable th, .listingTable tr td, #contentletActionsHanger { border-top-color: #282828 !important; border-right-color: #282828 !important; border-bottom-color: #282828 !important; border-left-color: #282828 !important; } table.dojoxGridRowTable, table.dojoxGridRowTable .dojoxGridContent .dojoxGridRow, table.dojoxGridRowTable[role=presentation], .dojoxGrid .dojoxGridMasterView .dojoxGridRow, #dailyEvents h3, #ongoingEvents h3 { background-color: #151515; color: #bbb; border-top-color: #282828 !important; border-right-color: #282828 !important; border-bottom-color: #282828 !important; border-left-color: #282828 !important; } .dojoxGridRow.dojoxGridRowOdd .dojoxGridCell { background-color: #141414 !important; color: #bbb !important; } .dijitButtonDisabled.dijitDisabled, .dijitButtonDisabled.dijitDisabled .dijitButtonText { background-color: #404040; color: #5b5b5b; } .dojoxGridRow .dojoxGridCell { background-color: #181818 !important; color: #bbb !important; } .dojoxGridRow.dojoxGridRowOver .dojoxGridCell { background-color: #212121 !important; color: #bbb !important; } /* #0E80CB */ .dojoxGridRow.dojoxGridRowOdd.dojoxGridRowOver .dojoxGridCell { background-color: #212121 !important; color: #bbb !important; } #controlsdiv ~ table { background-color: #181818 !important; } } @-moz-document regexp("(.+\\?)+(.)*(leftMenu\\=1)+(.)*(com\\.dotmarketing\\.htmlpage\\.language)+(.)*(host\\_id)+(.)*") { td, #main_window, .dijitTabInner.dijitTabContent.dijitTab, .dijitTabContainerTop-dijitContentPane a, .dijitInputField.dijitInputContainer, .dijitTextBox dijitComboBox.dijitValidationTextBox, .dijitComboBox, .dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer { background-color: #181818; color: #bbb; border-color: #282828; } html.dj_webkit.dj_chrome.dj_contentbox body { background-color: #181818; color: #bbb; border-color: #282828; } }
0.203945
0.054099
body { margin: 0 auto; font-family: "Raleway", "sans-serif"; overflow-x: hidden; } /*hero-section*/ .hero { height: 100vh; background-image: url("./images/banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; } .head { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 90vw; padding: 10px; font-size: 4vw; } h1 { text-shadow: 2px 2px #000000; } .btn { padding: 10px; background-color: rgb(172, 167, 167); color: #fff; border-radius: 5px; width: 11vw; font-size: 1.9vw; text-align: center; text-decoration: none; font-weight: 1000; } .btn:hover { background-color: #fff; color: rgb(172, 167, 167); cursor: pointer; } @media only screen and (max-width: 733px) { .btn { font-size: 15px; width: 120px; } } /*about*/ .about { height: 100vh; display: flex; background-color: rgb(216, 218, 221); justify-content: center; align-items: center; } .about-info { flex: 2; padding: 10px; } .about-info h2, p { padding: 0px; } .about-info > a { text-decoration: none; padding: 2px; } .about-info a:hover { border-bottom: 1px solid purple; } .about-pic { flex: 1; } .about-pic > img { width: 30vw; padding: 2px 30px; } @media only screen and (max-width: 733px) { .about { flex-direction: column; } .about-info { padding: 10px; flex: 0.5; } .about-pic > img { width: 65vw; padding-bottom: 10px; } } /*products*/ #products { background-color: rgb(172, 175, 177); height: 100vh; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; } .products-title { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 10px; text-align: center; } .products-title > h2, p { font-size: 2vw; } .product { width: 200px; } .product-list { display: flex; margin: 20px; /*20px*/ padding: 5px; flex-wrap: wrap; justify-content: center; } .product > img { width: 100px; height: 100px; padding-bottom: 4px; display: block; margin: auto; width: 50%; } .product > figcaption { text-align: center; padding: 2px; } .product > a { margin: 45%; text-decoration: none; font-size: 20px; color: #fff; } #products .btn { margin-top: 5px; border: 1px solid black; } .product a:hover { color: rgb(101, 101, 218); } @media only screen and (max-width: 780px) { .products-title > h2, p { font-size: 1.25em; } .product { width: 100px; } .product-list { margin: -3px; padding: 0px; } .product > img { width: 90px; } } /*contact*/ .contact { display: flex; justify-content: center; /* margin: 20px; */ padding: 20px; align-items: center; height: 100vh; background-color: rgb(216, 218, 221); } .contact-pic { padding: 10px; margin: 20px; } .contact-pic > img { width: 30vw; } .contact-info { font-size: 1.1em; padding: 10px; margin: 20px; } .contact-deets > p { font-size: 18px; margin-top: -20px; padding: 0; } @media only screen and (max-width: 733px) { .contact { display: flex; flex-direction: column; } .contact-pic > img { width: 50vw; } }
styles.css
body { margin: 0 auto; font-family: "Raleway", "sans-serif"; overflow-x: hidden; } /*hero-section*/ .hero { height: 100vh; background-image: url("./images/banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; } .head { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 90vw; padding: 10px; font-size: 4vw; } h1 { text-shadow: 2px 2px #000000; } .btn { padding: 10px; background-color: rgb(172, 167, 167); color: #fff; border-radius: 5px; width: 11vw; font-size: 1.9vw; text-align: center; text-decoration: none; font-weight: 1000; } .btn:hover { background-color: #fff; color: rgb(172, 167, 167); cursor: pointer; } @media only screen and (max-width: 733px) { .btn { font-size: 15px; width: 120px; } } /*about*/ .about { height: 100vh; display: flex; background-color: rgb(216, 218, 221); justify-content: center; align-items: center; } .about-info { flex: 2; padding: 10px; } .about-info h2, p { padding: 0px; } .about-info > a { text-decoration: none; padding: 2px; } .about-info a:hover { border-bottom: 1px solid purple; } .about-pic { flex: 1; } .about-pic > img { width: 30vw; padding: 2px 30px; } @media only screen and (max-width: 733px) { .about { flex-direction: column; } .about-info { padding: 10px; flex: 0.5; } .about-pic > img { width: 65vw; padding-bottom: 10px; } } /*products*/ #products { background-color: rgb(172, 175, 177); height: 100vh; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; } .products-title { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 10px; text-align: center; } .products-title > h2, p { font-size: 2vw; } .product { width: 200px; } .product-list { display: flex; margin: 20px; /*20px*/ padding: 5px; flex-wrap: wrap; justify-content: center; } .product > img { width: 100px; height: 100px; padding-bottom: 4px; display: block; margin: auto; width: 50%; } .product > figcaption { text-align: center; padding: 2px; } .product > a { margin: 45%; text-decoration: none; font-size: 20px; color: #fff; } #products .btn { margin-top: 5px; border: 1px solid black; } .product a:hover { color: rgb(101, 101, 218); } @media only screen and (max-width: 780px) { .products-title > h2, p { font-size: 1.25em; } .product { width: 100px; } .product-list { margin: -3px; padding: 0px; } .product > img { width: 90px; } } /*contact*/ .contact { display: flex; justify-content: center; /* margin: 20px; */ padding: 20px; align-items: center; height: 100vh; background-color: rgb(216, 218, 221); } .contact-pic { padding: 10px; margin: 20px; } .contact-pic > img { width: 30vw; } .contact-info { font-size: 1.1em; padding: 10px; margin: 20px; } .contact-deets > p { font-size: 18px; margin-top: -20px; padding: 0; } @media only screen and (max-width: 733px) { .contact { display: flex; flex-direction: column; } .contact-pic > img { width: 50vw; } }
0.476092
0.085061
.spinner-grow-my { display: inline-block; color: rgba(70, 145, 255, 0.75) !important; width: 5rem; height: 5rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow .75s linear infinite; animation: spinner-grow .75s linear infinite; } .pagination { display: -ms-flexbox; display: flex; justify-content: center; padding-left: 0; list-style: none; border-radius: 0.25rem; } .cursor-pointer:hover{ cursor: pointer; } .p-img-thumb{ width: 120px; height: 180px; } .p-img-thumb img{ width: 100%; height: 100%; } .p-img{ width: 300px; height: 452px; } .p-img img{ width: 100%; height: 100%; } .width-125{ width: 125px; } .woocommerce-loop-product__thumbnail.thumb{ width: 160px; } .badge { font-weight: 600; border: 1px solid; padding: .35em .5em; } .badge-warning { background-color: #ff9666; border-color: #ff9666; color: #ffffff; } .badge-danger { background-color: #fd427c; border-color: #fd427c; } .badge-success { background-color: #29db2d; border-color: #29db2d; } .badge-primary { background-color: #428bfa; border-color: #428bfa; } .bootstrap-select>.dropdown-toggle { position: relative; width: 100%; padding-bottom: 3px !important; text-align: right; white-space: nowrap; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 250px!important; } .text-line-trought{ text-decoration: line-through; } .color-red{ color: red; } .fz-13{ font-size: 13px; } .submenu{ overflow: hidden!important; overflow-x: hidden!important; overflow-y: hidden!important; } .bg-custom-blue{ background-color: #18A6FF; } .bg-custom-blue-second{ background-color: #009CFE; } .text-heder-sts-menu{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; font-size: 12px; line-height: 14px; color: #FFFFFF; } .text-header-menu-list{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; color: #FFFFFF; } /* Rectangle 34 */ .text-on-home-category{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 22px; line-height: 42px; color: #FFFFFF; } .top-25-procent{ top: 25%; } .ml-26px{ margin-left: 26px; } .mb-30{ margin-bottom: 30px; } .home-cat-item img{ width: 100%; height: 100%; } .home-cat-item{ overflow: hidden; } .text-title-home{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 36px; line-height: 42px; color: #000000; } .custom-nav-link.active{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal !important; font-size: 16px; line-height: 19px; /* identical to box height */ color: #000!important; } .custom-nav-link{ font-family: Roboto,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; /* identical to box height */ color: rgba(0, 0, 0, 0.5) !important; } .text-category-on-product{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal!important; font-size: 14px!important; line-height: 16px!important; color: #009BFD!important; } @media (min-width: 1200px) { .product__title { font-family: Roboto, sans-serif; font-style: normal; font-weight: 300!important; font-size: 18px!important; line-height: 18px!important; /* identical to box height, or 100% */ color: #000!important; } } .woocommerce-Price-amount.amount{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 24px!important; line-height: 22px!important; /* identical to box height, or 92% */ color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 13px!important; line-height: 22px; /* identical to box height, or 110% */ color: #FF6363!important; } .products .product:not(.product__card):not(.product__no-border):not(.product__list):not(.product__space) { position: relative; border-right: none; border-bottom: none; } .product__inner.home{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .m-30{ margin: 30px; } @media (min-width: 1200px) { .products .product:not(.product__card):not(.product__no-border):not(.product__list):not(.product__space):hover::after, .products .product:not(.product__card):not(.product__no-border):not(.product__list):not(.product__space):hover::before { background-color: transparent; } } .ml-30{ margin-left: 30px; } @media (min-width: 1200px) { .products .product:not(.product__card-v2):not(.product__no-border):hover { box-shadow: none; } } .bg-blue-cee{ background: #CEEBFF; } .btn-banner-1{ background: #008FEA; border-color: #008FEA; font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; /* identical to box height */ color: #FFFFFF; } .btn-banner-1:hover{ background: #0186db; border-color: #0186db; } .btn-banner-1:focus, .btn-banner-1.focus { color: #fff; background-color: #0186db; border-color: #0186db; box-shadow: 0 0 0 0.2rem #0186db; } .btn-banner-1:not(:disabled):not(.disabled):active, .btn-banner-1:not(:disabled):not(.disabled).active, .show > .btn-banner-1.dropdown-toggle { color: #fff; background-color: #0186db; border-color: #0186db; } .btn-banner-1:not(:disabled):not(.disabled):active:focus, .btn-banner-1:not(:disabled):not(.disabled).active:focus, .show > .btn-banner-1.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem #0186db; } .text-title-baner-1{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; font-size: 36px; line-height: 42px; color: #000000; } .text-banner-sale-25pr{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 48px; line-height: 56px; color: #008FEA; } .text-banner-300som{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; /* identical to box height */ color: rgba(0, 143, 234, 0.5); } .product__inner.overflow-hidden.bg-white.home-product-day{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .product__inner.overflow-hidden.cat-on-home{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .text-banner-2-1{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal!important; font-size: 36px; line-height: 42px; color: #FFFFFF; } .text-banner-2-2{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 48px; line-height: 56px; color: #FFFFFF; } .text-banner-2-3{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; position: absolute; bottom: 38px; color: rgba(255, 255, 255, 0.5); } .js-slick-carousel.cat-one-home.products.no-gutters .slick-list .slick-track{ padding-top: 15px; padding-bottom: 15px; } .pt-15{ padding-top: 15px; } .pb-15{ padding-bottom: 15px; } @media (min-width: 992px) { .pt-lg-20pr { padding-top: 20% !important; } } .banner-group1-item-3-text-1, .banner-group1-item-2-text-1, .banner-group1-item-1-text-1{ font-family: Roboto, sans-serif; font-style: normal!important; font-weight: normal!important; font-size: 36px!important; line-height: 42px!important; color: #009BFD!important; padding-top: 10px; } .banner-group1-item-2-text-1{ color: #fff!important; } .banner-group1-item-3-text-2, .banner-group1-item-2-text-2, .banner-group1-item-1-text-2{ font-family: Roboto, sans-serif; font-style: normal!important; font-weight: 500!important; font-size: 48px!important; line-height: 56px!important; color: #009BFD!important; padding-top: 10px; } .banner-group1-item-2-text-2{ color: #fff!important; } .banner-group1-item-3-text-3, .banner-group1-item-2-text-3, .banner-group1-item-1-text-3{ font-family: Roboto,sans-serif; font-style: normal!important; font-weight: normal!important; font-size: 14px!important; line-height: 16px!important; color: rgba(0, 155, 253, 0.5) !important; padding-top: 20px; } .banner-group1-item-2-text-3{ color: #fff!important; } .text-lh-1dot4.banner-group-1{ /*padding: 24px;*/ } .banner-3-text-1{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 36px; line-height: 42px; padding-top: 20%; color: #FFFFFF; } .banner-3-text-2{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 48px; line-height: 56px; padding-top: 12px; color: #FFF; } .banner-3-text-3{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; position: absolute; bottom: 60px; /* identical to box height */ color: rgba(255, 255, 255, 0.5); } .bg-footer{ background: #2D3942; } .btn-primary-blue-search { color: #fff; background-color: #00CFFD; border-color: #00CFFD; } h1.page-title{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 24px; line-height: 28px; color: #000; } .btn-filter{ background: #009BFD; border-radius: 3px; color: #fff; } .btn-filter:hover{ color: #fff; background: #0088dc; text-decoration: none; } .btn-filter:focus{ outline: 0; box-shadow: 0 0 0 0.2rem #018fe8; } .title-top-product{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; font-size: 14px; line-height: 18px; /* or 129% */ color: #000000; } .price-top-product{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 20px; line-height: 22px; /* or 110% */ color: #000000; } h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover { color: #009BFD; } a:hover{ color: #009BFD; } .product__inner.product-cart{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .woocommerce-loop-product__body.product__body .text-uppercase.text-truncate a{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 10px; line-height: 12px; color: #009BFD; } .pagination .page-item.active .page-link { z-index: 3; color: #fff !important; background-color: #009BFD; border-color: #009BFD; } .pagination .page-item .page-link:hover { background-color: #009BFD; border-color: #009BFD; color: #fff !important; transition: all 0.2s ease-in-out; } .u-slick__pagination li.slick-active { border: 2px solid #009BFD !important; border-radius: 50%; } .u-slick__pagination li.slick-active { border: 2px solid #009BFD !important; border-radius: 50%; } .u-slick__pagination li.slick-active span { background-color: #009BFD; margin: 0.25rem; } .border.px-3.width-125{ border: 1px solid #000!important; } .bg-single-product{ background: #EFF8FF; } .u-slick__arrow:hover { color: #fff; background-color: #009BFD; border-color: #009BFD; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #009BFD; background-color: #009BFD; } .btn.btn-block.rounded-0.btn-dark{ color: #fff; background-color: #009BFD; border-color: #009BFD; } .btn-dark:focus, .btn-dark.focus { color: #fff; background-color: #009BFD; border-color: #009BFD; box-shadow: 0 0 0 0.2rem rgba(1, 137, 220, 0.53); } .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #009BFD; border-color: #009BFD; } a.js-animation-link{ color: #009BFD; } a.js-animation-link.btn.btn-block.btn-outline-dark { color: #009BFD; border-color: #009BFD; } a.js-animation-link.btn.btn-block.btn-outline-dark:hover { color: #fff; border-color: #009BFD; background-color: #009BFD; } .btn-outline-dark { color: #009BFD; border-color: #009BFD; } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #009BFD; border-color: #009BFD; } .text-primary { color: #009BFD !important; } .btn-outline-dark:hover { color: #fff; background-color: #0090ec; border-color: #0084db; } .btn-outline-dark:hover { color: #fff; background-color: #009BFD; border-color: #009BFD; } /*###################-----------1440<window<1440---------------##########################################*/ @media only screen and (min-width: 1200px) and (max-width: 1440px) { .text-on-home-category{ font-size: 22px; line-height: 36px; } } /*###################-----------768<window<1200---------------##########################################*/ @media only screen and (min-width: 768px) and (max-width: 1200px) { .products.list-unstyled.row.no-gutters{ margin-left: -30px; } .text-on-home-category{ font-size: 18px; line-height: 26px; } .woocommerce-Price-amount.amount { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 14px!important; line-height: 18px!important; color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 9px!important; line-height: 18px; color: #FF6363!important; } } /*###################-----------575<window<768---------------##########################################*/ @media only screen and (min-width: 575px) and (max-width: 768px){ .text-on-home-category { font-size: 15px; line-height: 20px; } .woocommerce-Price-amount.amount { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 14px!important; line-height: 18px!important; color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 9px!important; line-height: 18px; color: #FF6363!important; } } /*###################-----------window<575---------------##########################################*/ @media only screen and (max-width: 575px){ .text-on-home-category { font-size: 22px; line-height: 40px; } .woocommerce-Price-amount.amount { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 14px!important; line-height: 18px!important; color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 9px!important; line-height: 18px; color: #FF6363!important; } }
public/frontend/src/css/custom.css
.spinner-grow-my { display: inline-block; color: rgba(70, 145, 255, 0.75) !important; width: 5rem; height: 5rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow .75s linear infinite; animation: spinner-grow .75s linear infinite; } .pagination { display: -ms-flexbox; display: flex; justify-content: center; padding-left: 0; list-style: none; border-radius: 0.25rem; } .cursor-pointer:hover{ cursor: pointer; } .p-img-thumb{ width: 120px; height: 180px; } .p-img-thumb img{ width: 100%; height: 100%; } .p-img{ width: 300px; height: 452px; } .p-img img{ width: 100%; height: 100%; } .width-125{ width: 125px; } .woocommerce-loop-product__thumbnail.thumb{ width: 160px; } .badge { font-weight: 600; border: 1px solid; padding: .35em .5em; } .badge-warning { background-color: #ff9666; border-color: #ff9666; color: #ffffff; } .badge-danger { background-color: #fd427c; border-color: #fd427c; } .badge-success { background-color: #29db2d; border-color: #29db2d; } .badge-primary { background-color: #428bfa; border-color: #428bfa; } .bootstrap-select>.dropdown-toggle { position: relative; width: 100%; padding-bottom: 3px !important; text-align: right; white-space: nowrap; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 250px!important; } .text-line-trought{ text-decoration: line-through; } .color-red{ color: red; } .fz-13{ font-size: 13px; } .submenu{ overflow: hidden!important; overflow-x: hidden!important; overflow-y: hidden!important; } .bg-custom-blue{ background-color: #18A6FF; } .bg-custom-blue-second{ background-color: #009CFE; } .text-heder-sts-menu{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; font-size: 12px; line-height: 14px; color: #FFFFFF; } .text-header-menu-list{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; color: #FFFFFF; } /* Rectangle 34 */ .text-on-home-category{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 22px; line-height: 42px; color: #FFFFFF; } .top-25-procent{ top: 25%; } .ml-26px{ margin-left: 26px; } .mb-30{ margin-bottom: 30px; } .home-cat-item img{ width: 100%; height: 100%; } .home-cat-item{ overflow: hidden; } .text-title-home{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 36px; line-height: 42px; color: #000000; } .custom-nav-link.active{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal !important; font-size: 16px; line-height: 19px; /* identical to box height */ color: #000!important; } .custom-nav-link{ font-family: Roboto,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; /* identical to box height */ color: rgba(0, 0, 0, 0.5) !important; } .text-category-on-product{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal!important; font-size: 14px!important; line-height: 16px!important; color: #009BFD!important; } @media (min-width: 1200px) { .product__title { font-family: Roboto, sans-serif; font-style: normal; font-weight: 300!important; font-size: 18px!important; line-height: 18px!important; /* identical to box height, or 100% */ color: #000!important; } } .woocommerce-Price-amount.amount{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 24px!important; line-height: 22px!important; /* identical to box height, or 92% */ color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 13px!important; line-height: 22px; /* identical to box height, or 110% */ color: #FF6363!important; } .products .product:not(.product__card):not(.product__no-border):not(.product__list):not(.product__space) { position: relative; border-right: none; border-bottom: none; } .product__inner.home{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .m-30{ margin: 30px; } @media (min-width: 1200px) { .products .product:not(.product__card):not(.product__no-border):not(.product__list):not(.product__space):hover::after, .products .product:not(.product__card):not(.product__no-border):not(.product__list):not(.product__space):hover::before { background-color: transparent; } } .ml-30{ margin-left: 30px; } @media (min-width: 1200px) { .products .product:not(.product__card-v2):not(.product__no-border):hover { box-shadow: none; } } .bg-blue-cee{ background: #CEEBFF; } .btn-banner-1{ background: #008FEA; border-color: #008FEA; font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; /* identical to box height */ color: #FFFFFF; } .btn-banner-1:hover{ background: #0186db; border-color: #0186db; } .btn-banner-1:focus, .btn-banner-1.focus { color: #fff; background-color: #0186db; border-color: #0186db; box-shadow: 0 0 0 0.2rem #0186db; } .btn-banner-1:not(:disabled):not(.disabled):active, .btn-banner-1:not(:disabled):not(.disabled).active, .show > .btn-banner-1.dropdown-toggle { color: #fff; background-color: #0186db; border-color: #0186db; } .btn-banner-1:not(:disabled):not(.disabled):active:focus, .btn-banner-1:not(:disabled):not(.disabled).active:focus, .show > .btn-banner-1.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem #0186db; } .text-title-baner-1{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; font-size: 36px; line-height: 42px; color: #000000; } .text-banner-sale-25pr{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 48px; line-height: 56px; color: #008FEA; } .text-banner-300som{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; /* identical to box height */ color: rgba(0, 143, 234, 0.5); } .product__inner.overflow-hidden.bg-white.home-product-day{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .product__inner.overflow-hidden.cat-on-home{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .text-banner-2-1{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal!important; font-size: 36px; line-height: 42px; color: #FFFFFF; } .text-banner-2-2{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 48px; line-height: 56px; color: #FFFFFF; } .text-banner-2-3{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; position: absolute; bottom: 38px; color: rgba(255, 255, 255, 0.5); } .js-slick-carousel.cat-one-home.products.no-gutters .slick-list .slick-track{ padding-top: 15px; padding-bottom: 15px; } .pt-15{ padding-top: 15px; } .pb-15{ padding-bottom: 15px; } @media (min-width: 992px) { .pt-lg-20pr { padding-top: 20% !important; } } .banner-group1-item-3-text-1, .banner-group1-item-2-text-1, .banner-group1-item-1-text-1{ font-family: Roboto, sans-serif; font-style: normal!important; font-weight: normal!important; font-size: 36px!important; line-height: 42px!important; color: #009BFD!important; padding-top: 10px; } .banner-group1-item-2-text-1{ color: #fff!important; } .banner-group1-item-3-text-2, .banner-group1-item-2-text-2, .banner-group1-item-1-text-2{ font-family: Roboto, sans-serif; font-style: normal!important; font-weight: 500!important; font-size: 48px!important; line-height: 56px!important; color: #009BFD!important; padding-top: 10px; } .banner-group1-item-2-text-2{ color: #fff!important; } .banner-group1-item-3-text-3, .banner-group1-item-2-text-3, .banner-group1-item-1-text-3{ font-family: Roboto,sans-serif; font-style: normal!important; font-weight: normal!important; font-size: 14px!important; line-height: 16px!important; color: rgba(0, 155, 253, 0.5) !important; padding-top: 20px; } .banner-group1-item-2-text-3{ color: #fff!important; } .text-lh-1dot4.banner-group-1{ /*padding: 24px;*/ } .banner-3-text-1{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 36px; line-height: 42px; padding-top: 20%; color: #FFFFFF; } .banner-3-text-2{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 48px; line-height: 56px; padding-top: 12px; color: #FFF; } .banner-3-text-3{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; position: absolute; bottom: 60px; /* identical to box height */ color: rgba(255, 255, 255, 0.5); } .bg-footer{ background: #2D3942; } .btn-primary-blue-search { color: #fff; background-color: #00CFFD; border-color: #00CFFD; } h1.page-title{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 24px; line-height: 28px; color: #000; } .btn-filter{ background: #009BFD; border-radius: 3px; color: #fff; } .btn-filter:hover{ color: #fff; background: #0088dc; text-decoration: none; } .btn-filter:focus{ outline: 0; box-shadow: 0 0 0 0.2rem #018fe8; } .title-top-product{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; font-size: 14px; line-height: 18px; /* or 129% */ color: #000000; } .price-top-product{ font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; font-size: 20px; line-height: 22px; /* or 110% */ color: #000000; } h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover { color: #009BFD; } a:hover{ color: #009BFD; } .product__inner.product-cart{ background: #FFFFFF; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); } .woocommerce-loop-product__body.product__body .text-uppercase.text-truncate a{ font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; font-size: 10px; line-height: 12px; color: #009BFD; } .pagination .page-item.active .page-link { z-index: 3; color: #fff !important; background-color: #009BFD; border-color: #009BFD; } .pagination .page-item .page-link:hover { background-color: #009BFD; border-color: #009BFD; color: #fff !important; transition: all 0.2s ease-in-out; } .u-slick__pagination li.slick-active { border: 2px solid #009BFD !important; border-radius: 50%; } .u-slick__pagination li.slick-active { border: 2px solid #009BFD !important; border-radius: 50%; } .u-slick__pagination li.slick-active span { background-color: #009BFD; margin: 0.25rem; } .border.px-3.width-125{ border: 1px solid #000!important; } .bg-single-product{ background: #EFF8FF; } .u-slick__arrow:hover { color: #fff; background-color: #009BFD; border-color: #009BFD; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #009BFD; background-color: #009BFD; } .btn.btn-block.rounded-0.btn-dark{ color: #fff; background-color: #009BFD; border-color: #009BFD; } .btn-dark:focus, .btn-dark.focus { color: #fff; background-color: #009BFD; border-color: #009BFD; box-shadow: 0 0 0 0.2rem rgba(1, 137, 220, 0.53); } .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #009BFD; border-color: #009BFD; } a.js-animation-link{ color: #009BFD; } a.js-animation-link.btn.btn-block.btn-outline-dark { color: #009BFD; border-color: #009BFD; } a.js-animation-link.btn.btn-block.btn-outline-dark:hover { color: #fff; border-color: #009BFD; background-color: #009BFD; } .btn-outline-dark { color: #009BFD; border-color: #009BFD; } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #009BFD; border-color: #009BFD; } .text-primary { color: #009BFD !important; } .btn-outline-dark:hover { color: #fff; background-color: #0090ec; border-color: #0084db; } .btn-outline-dark:hover { color: #fff; background-color: #009BFD; border-color: #009BFD; } /*###################-----------1440<window<1440---------------##########################################*/ @media only screen and (min-width: 1200px) and (max-width: 1440px) { .text-on-home-category{ font-size: 22px; line-height: 36px; } } /*###################-----------768<window<1200---------------##########################################*/ @media only screen and (min-width: 768px) and (max-width: 1200px) { .products.list-unstyled.row.no-gutters{ margin-left: -30px; } .text-on-home-category{ font-size: 18px; line-height: 26px; } .woocommerce-Price-amount.amount { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 14px!important; line-height: 18px!important; color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 9px!important; line-height: 18px; color: #FF6363!important; } } /*###################-----------575<window<768---------------##########################################*/ @media only screen and (min-width: 575px) and (max-width: 768px){ .text-on-home-category { font-size: 15px; line-height: 20px; } .woocommerce-Price-amount.amount { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 14px!important; line-height: 18px!important; color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 9px!important; line-height: 18px; color: #FF6363!important; } } /*###################-----------window<575---------------##########################################*/ @media only screen and (max-width: 575px){ .text-on-home-category { font-size: 22px; line-height: 40px; } .woocommerce-Price-amount.amount { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 14px!important; line-height: 18px!important; color: #000!important; } .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol .text-line-trought.color-red { font-family: Roboto, sans-serif; font-style: normal; font-weight: 500!important; font-size: 9px!important; line-height: 18px; color: #FF6363!important; } }
0.257485
0.087798
body { margin-top: 50px; margin-bottom: 20px; } .horizontal-menu { margin: 0; padding: 0; display: inline; } .horizontal-menu > li { display: inline-block; list-style: none; } .horizontal-menu > li:not(:first-child):before { content: " | "; color: #E5E5E5; margin-left: 0.3em; margin-right: 0.3em; } .vertical-menu { margin: 0; padding: 0; } .vertical-menu > li { margin-bottom: 0.5em; list-style: none; } .comma-separated-list { margin: 0; padding: 0; display: inline; } .comma-separated-list > li { margin: 0; padding: 0; display: inline; list-style: none; } .comma-separated-list > li:not(:last-child):after { content: ", "; } .metadata-label { color: gray; } .req-js { display: none !important; } .field-validation-error { color: #ff0000; } .field-validation-valid { display: none; } .input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; } .validation-summary-errors { font-weight: bold; color: #ff0000; } .validation-summary-valid { display: none; } footer { font-size: 0.9em; } .one-line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .image-container { text-align: center; line-height: 0; margin-bottom: 20px; } .image-container > .image-container-inner { display: inline-block; position: relative; max-width: 100%; } .zoom-ratio { position: absolute; right: 0; bottom: 0; display: block; padding: 4px; line-height: 1; border-radius: 4px 0 0 0; color: #ffffff; background-color: #000000; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; opacity: 1; } .zoom-ratio:hover { -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; opacity: 0; } .related-tags-border { border: 1px solid #ccc; border-radius: 4px; padding: 4px 8px; margin-top: 14px; margin-bottom: 20px; } .related-tags-container { height: 20px; line-height: 20px; overflow: hidden; } .tag-button:hover { background-color: #eee; text-decoration: none; } .tag-filter-button { color: #333333; font-size: 12px; } .tag-filter-button:hover { text-decoration: none; } .tag-cloud { padding: 0; margin: 0; text-align: center; } .tag-cloud > li { list-style-type: none; display: inline-block; padding: 0; margin: 8px; line-height: 1; } .tag.general { color: #006FFA; } .tag.copyright { color: #A0A; } .tag.character { color: #0A0; } .tag.artist { color: #A00; } .tag.highlight { color: red; } .tag > a { color: inherit; } .history-event.overriden, .history-event.overriden * { color: grey !important; } .history-event.prev, .history-event.prev * { background-color: #FEC7C7 !important; } .history-event.next, .history-event.next * { background-color: #C7FEC7 !important; } .modal .control-group { margin-bottom: 10px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: auto !important; background-color: white !important; border-color: #CCC !important; } .inline-form { display: inline; margin: 0; } .header-list { margin: 0; padding: 0; } .header-list > li { list-style-type: none; margin-bottom: 10px; border: 1px solid #DDD; border-radius: 3px; } .header-list > li > .header { background-color: #F9F9F9; border-bottom: 1px solid #DDD; padding: 4px; } .header-list > li > .content { padding: 6px; } .associative-list .key { padding: 6px; width: 160px; text-align: right; vertical-align: top; } .associative-list .value { padding: 6px 6px 6px 20px; vertical-align: top; } .change-list { margin: 0; padding: 0; } .change-list > li { list-style-type: none; display: inline-block; margin: 0 4px 4px 0; } .action-comment { font-style: italic; } #comment-form { max-width: 600px; margin: 10px 0; } #comment-textarea { width: 100%; box-sizing: border-box; } .comments-list { max-width: 600px; } .comment { margin: 2px 0; padding: 5px 10px 0; background-color: #F9F9F9; border-radius: 8px; } .comment-author a { font-weight: bold; color: inherit; } .comment-date { margin-left: 5px; color: #999; font-size: 0.9em; } .message-id { margin-left: 5px; color: #999; } .comment-body { padding: 5px 0; }
RMArt.Web/Styles/Site.css
body { margin-top: 50px; margin-bottom: 20px; } .horizontal-menu { margin: 0; padding: 0; display: inline; } .horizontal-menu > li { display: inline-block; list-style: none; } .horizontal-menu > li:not(:first-child):before { content: " | "; color: #E5E5E5; margin-left: 0.3em; margin-right: 0.3em; } .vertical-menu { margin: 0; padding: 0; } .vertical-menu > li { margin-bottom: 0.5em; list-style: none; } .comma-separated-list { margin: 0; padding: 0; display: inline; } .comma-separated-list > li { margin: 0; padding: 0; display: inline; list-style: none; } .comma-separated-list > li:not(:last-child):after { content: ", "; } .metadata-label { color: gray; } .req-js { display: none !important; } .field-validation-error { color: #ff0000; } .field-validation-valid { display: none; } .input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; } .validation-summary-errors { font-weight: bold; color: #ff0000; } .validation-summary-valid { display: none; } footer { font-size: 0.9em; } .one-line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .image-container { text-align: center; line-height: 0; margin-bottom: 20px; } .image-container > .image-container-inner { display: inline-block; position: relative; max-width: 100%; } .zoom-ratio { position: absolute; right: 0; bottom: 0; display: block; padding: 4px; line-height: 1; border-radius: 4px 0 0 0; color: #ffffff; background-color: #000000; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; opacity: 1; } .zoom-ratio:hover { -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; opacity: 0; } .related-tags-border { border: 1px solid #ccc; border-radius: 4px; padding: 4px 8px; margin-top: 14px; margin-bottom: 20px; } .related-tags-container { height: 20px; line-height: 20px; overflow: hidden; } .tag-button:hover { background-color: #eee; text-decoration: none; } .tag-filter-button { color: #333333; font-size: 12px; } .tag-filter-button:hover { text-decoration: none; } .tag-cloud { padding: 0; margin: 0; text-align: center; } .tag-cloud > li { list-style-type: none; display: inline-block; padding: 0; margin: 8px; line-height: 1; } .tag.general { color: #006FFA; } .tag.copyright { color: #A0A; } .tag.character { color: #0A0; } .tag.artist { color: #A00; } .tag.highlight { color: red; } .tag > a { color: inherit; } .history-event.overriden, .history-event.overriden * { color: grey !important; } .history-event.prev, .history-event.prev * { background-color: #FEC7C7 !important; } .history-event.next, .history-event.next * { background-color: #C7FEC7 !important; } .modal .control-group { margin-bottom: 10px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: auto !important; background-color: white !important; border-color: #CCC !important; } .inline-form { display: inline; margin: 0; } .header-list { margin: 0; padding: 0; } .header-list > li { list-style-type: none; margin-bottom: 10px; border: 1px solid #DDD; border-radius: 3px; } .header-list > li > .header { background-color: #F9F9F9; border-bottom: 1px solid #DDD; padding: 4px; } .header-list > li > .content { padding: 6px; } .associative-list .key { padding: 6px; width: 160px; text-align: right; vertical-align: top; } .associative-list .value { padding: 6px 6px 6px 20px; vertical-align: top; } .change-list { margin: 0; padding: 0; } .change-list > li { list-style-type: none; display: inline-block; margin: 0 4px 4px 0; } .action-comment { font-style: italic; } #comment-form { max-width: 600px; margin: 10px 0; } #comment-textarea { width: 100%; box-sizing: border-box; } .comments-list { max-width: 600px; } .comment { margin: 2px 0; padding: 5px 10px 0; background-color: #F9F9F9; border-radius: 8px; } .comment-author a { font-weight: bold; color: inherit; } .comment-date { margin-left: 5px; color: #999; font-size: 0.9em; } .message-id { margin-left: 5px; color: #999; } .comment-body { padding: 5px 0; }
0.428233
0.086401
@media (min-width: 25rem) { .ga-grid--width\.tiny\:1 > *, .ga-grid__cell--width\.tiny\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.tiny\:2 > *, .ga-grid__cell--width\.tiny\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.tiny\:3 > *, .ga-grid__cell--width\.tiny\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.tiny\:4 > *, .ga-grid__cell--width\.tiny\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.tiny\:5 > *, .ga-grid__cell--width\.tiny\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.tiny\:6 > *, .ga-grid__cell--width\.tiny\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.tiny\:7 > *, .ga-grid__cell--width\.tiny\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.tiny\:8 > *, .ga-grid__cell--width\.tiny\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.tiny\:9 > *, .ga-grid__cell--width\.tiny\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.tiny\:10 > *, .ga-grid__cell--width\.tiny\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.tiny\:11 > *, .ga-grid__cell--width\.tiny\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.tiny\:12 > *, .ga-grid__cell--width\.tiny\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 50rem) { .ga-grid--width\.small\:1 > *, .ga-grid__cell--width\.small\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.small\:2 > *, .ga-grid__cell--width\.small\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.small\:3 > *, .ga-grid__cell--width\.small\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.small\:4 > *, .ga-grid__cell--width\.small\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.small\:5 > *, .ga-grid__cell--width\.small\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.small\:6 > *, .ga-grid__cell--width\.small\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.small\:7 > *, .ga-grid__cell--width\.small\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.small\:8 > *, .ga-grid__cell--width\.small\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.small\:9 > *, .ga-grid__cell--width\.small\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.small\:10 > *, .ga-grid__cell--width\.small\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.small\:11 > *, .ga-grid__cell--width\.small\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.small\:12 > *, .ga-grid__cell--width\.small\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 75rem) { .ga-grid--width\.medium\:1 > *, .ga-grid__cell--width\.medium\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.medium\:2 > *, .ga-grid__cell--width\.medium\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.medium\:3 > *, .ga-grid__cell--width\.medium\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.medium\:4 > *, .ga-grid__cell--width\.medium\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.medium\:5 > *, .ga-grid__cell--width\.medium\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.medium\:6 > *, .ga-grid__cell--width\.medium\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.medium\:7 > *, .ga-grid__cell--width\.medium\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.medium\:8 > *, .ga-grid__cell--width\.medium\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.medium\:9 > *, .ga-grid__cell--width\.medium\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.medium\:10 > *, .ga-grid__cell--width\.medium\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.medium\:11 > *, .ga-grid__cell--width\.medium\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.medium\:12 > *, .ga-grid__cell--width\.medium\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 100rem) { .ga-grid--width\.large\:1 > *, .ga-grid__cell--width\.large\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.large\:2 > *, .ga-grid__cell--width\.large\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.large\:3 > *, .ga-grid__cell--width\.large\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.large\:4 > *, .ga-grid__cell--width\.large\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.large\:5 > *, .ga-grid__cell--width\.large\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.large\:6 > *, .ga-grid__cell--width\.large\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.large\:7 > *, .ga-grid__cell--width\.large\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.large\:8 > *, .ga-grid__cell--width\.large\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.large\:9 > *, .ga-grid__cell--width\.large\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.large\:10 > *, .ga-grid__cell--width\.large\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.large\:11 > *, .ga-grid__cell--width\.large\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.large\:12 > *, .ga-grid__cell--width\.large\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 125rem) { .ga-grid--width\.huge\:1 > *, .ga-grid__cell--width\.huge\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.huge\:2 > *, .ga-grid__cell--width\.huge\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.huge\:3 > *, .ga-grid__cell--width\.huge\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.huge\:4 > *, .ga-grid__cell--width\.huge\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.huge\:5 > *, .ga-grid__cell--width\.huge\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.huge\:6 > *, .ga-grid__cell--width\.huge\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.huge\:7 > *, .ga-grid__cell--width\.huge\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.huge\:8 > *, .ga-grid__cell--width\.huge\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.huge\:9 > *, .ga-grid__cell--width\.huge\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.huge\:10 > *, .ga-grid__cell--width\.huge\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.huge\:11 > *, .ga-grid__cell--width\.huge\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.huge\:12 > *, .ga-grid__cell--width\.huge\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } }
dist/bem/responsive/width.css
@media (min-width: 25rem) { .ga-grid--width\.tiny\:1 > *, .ga-grid__cell--width\.tiny\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.tiny\:2 > *, .ga-grid__cell--width\.tiny\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.tiny\:3 > *, .ga-grid__cell--width\.tiny\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.tiny\:4 > *, .ga-grid__cell--width\.tiny\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.tiny\:5 > *, .ga-grid__cell--width\.tiny\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.tiny\:6 > *, .ga-grid__cell--width\.tiny\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.tiny\:7 > *, .ga-grid__cell--width\.tiny\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.tiny\:8 > *, .ga-grid__cell--width\.tiny\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.tiny\:9 > *, .ga-grid__cell--width\.tiny\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.tiny\:10 > *, .ga-grid__cell--width\.tiny\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.tiny\:11 > *, .ga-grid__cell--width\.tiny\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.tiny\:12 > *, .ga-grid__cell--width\.tiny\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 50rem) { .ga-grid--width\.small\:1 > *, .ga-grid__cell--width\.small\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.small\:2 > *, .ga-grid__cell--width\.small\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.small\:3 > *, .ga-grid__cell--width\.small\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.small\:4 > *, .ga-grid__cell--width\.small\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.small\:5 > *, .ga-grid__cell--width\.small\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.small\:6 > *, .ga-grid__cell--width\.small\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.small\:7 > *, .ga-grid__cell--width\.small\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.small\:8 > *, .ga-grid__cell--width\.small\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.small\:9 > *, .ga-grid__cell--width\.small\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.small\:10 > *, .ga-grid__cell--width\.small\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.small\:11 > *, .ga-grid__cell--width\.small\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.small\:12 > *, .ga-grid__cell--width\.small\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 75rem) { .ga-grid--width\.medium\:1 > *, .ga-grid__cell--width\.medium\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.medium\:2 > *, .ga-grid__cell--width\.medium\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.medium\:3 > *, .ga-grid__cell--width\.medium\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.medium\:4 > *, .ga-grid__cell--width\.medium\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.medium\:5 > *, .ga-grid__cell--width\.medium\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.medium\:6 > *, .ga-grid__cell--width\.medium\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.medium\:7 > *, .ga-grid__cell--width\.medium\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.medium\:8 > *, .ga-grid__cell--width\.medium\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.medium\:9 > *, .ga-grid__cell--width\.medium\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.medium\:10 > *, .ga-grid__cell--width\.medium\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.medium\:11 > *, .ga-grid__cell--width\.medium\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.medium\:12 > *, .ga-grid__cell--width\.medium\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 100rem) { .ga-grid--width\.large\:1 > *, .ga-grid__cell--width\.large\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.large\:2 > *, .ga-grid__cell--width\.large\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.large\:3 > *, .ga-grid__cell--width\.large\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.large\:4 > *, .ga-grid__cell--width\.large\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.large\:5 > *, .ga-grid__cell--width\.large\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.large\:6 > *, .ga-grid__cell--width\.large\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.large\:7 > *, .ga-grid__cell--width\.large\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.large\:8 > *, .ga-grid__cell--width\.large\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.large\:9 > *, .ga-grid__cell--width\.large\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.large\:10 > *, .ga-grid__cell--width\.large\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.large\:11 > *, .ga-grid__cell--width\.large\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.large\:12 > *, .ga-grid__cell--width\.large\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } } @media (min-width: 125rem) { .ga-grid--width\.huge\:1 > *, .ga-grid__cell--width\.huge\:1 { -webkit-flex-basis: 8.33333%; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .ga-grid--width\.huge\:2 > *, .ga-grid__cell--width\.huge\:2 { -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .ga-grid--width\.huge\:3 > *, .ga-grid__cell--width\.huge\:3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .ga-grid--width\.huge\:4 > *, .ga-grid__cell--width\.huge\:4 { -webkit-flex-basis: 33.33333%; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .ga-grid--width\.huge\:5 > *, .ga-grid__cell--width\.huge\:5 { -webkit-flex-basis: 41.66667%; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .ga-grid--width\.huge\:6 > *, .ga-grid__cell--width\.huge\:6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .ga-grid--width\.huge\:7 > *, .ga-grid__cell--width\.huge\:7 { -webkit-flex-basis: 58.33333%; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .ga-grid--width\.huge\:8 > *, .ga-grid__cell--width\.huge\:8 { -webkit-flex-basis: 66.66667%; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .ga-grid--width\.huge\:9 > *, .ga-grid__cell--width\.huge\:9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .ga-grid--width\.huge\:10 > *, .ga-grid__cell--width\.huge\:10 { -webkit-flex-basis: 83.33333%; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .ga-grid--width\.huge\:11 > *, .ga-grid__cell--width\.huge\:11 { -webkit-flex-basis: 91.66667%; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .ga-grid--width\.huge\:12 > *, .ga-grid__cell--width\.huge\:12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } }
0.498047
0.041172
.jimu-widget-layerlist .dijit-container{ width: 100%; } .jimu-widget-layerlist .hidden{ display: none !important; } .jimu-widget-layerlist .esri-layer-list__list--root{ overflow-x: hidden; } .jimu-widget-layerlist .esri-layer-list{ max-height: initial; background: transparent; padding: 0; } .jimu-widget-layerlist .esri-layer-list__item{ background: inherit; max-height: 100%; overflow: visible; padding: 0; margin-left: 15px; } .jimu-rtl .jimu-widget-layerlist .esri-layer-list__item{ margin-left: 0; margin-right: 15px; } .jimu-widget-layerlist .esri-layer-list__item.esri-layer-list__item--has-children{ margin-left: 0; margin-right: 0; } .jimu-widget-layerlist .esri-layer-list__list--root > .esri-layer-list__item{ margin-left: 0 !important; margin-right: 0 !important; } .jimu-widget-layerlist .esri-layer-list__item:before{ display: none; } .jimu-widget-layerlist .esri-layer-list__item:after{ display: none; } .jimu-widget-layerlist .esri-layer-list__item-container .esri-icon-zoom-out-fixed{ display: none; } .jimu-widget-layerlist .esri-layer-list__item-container:hover .esri-icon-zoom-out-fixed{ display: block; } .jimu-widget-layerlist .esri-layer-list__item-container{ padding: 9px 0; border-bottom: none; } .jimu-widget-layerlist .dijit-container > ul.esri-layer-list__list--root > .esri-layer-list__item:first-child{ display: none; } .jimu-widget-layerlist .esri-layer-list__item-toggle{ width: 16px; height: 16px; } .jimu-widget-layerlist .esri-icon-visible{ display: inline-block; width: 16px; height: 16px; background: url(../../../jimu.js/css/images/checked_default.png) no-repeat center center; } .jimu-widget-layerlist .esri-icon-visible:before{ content: ""; } .jimu-widget-layerlist .esri-icon-non-visible{ display: inline-block; width: 16px; height: 16px; background: url(../../../jimu.js/css/images/checkbox_default.png) no-repeat center center; } .jimu-widget-layerlist .esri-icon-non-visible:before{ content: ""; } .jimu-widget-layerlist .jimu-widget-layeritem{ cursor: pointer; } .jimu-widget-layerlist .jimu-widget-layeritem.not-loaded{ display: none; } .jimu-widget-layerlist .jimu-widget-layeritem .layeritem-table{ width: 100%; table-layout: fixed; border-collapse: collapse; } .jimu-widget-layerlist .jimu-widget-layeritem .esri-icon-zoom-out-fixed{ font-size: 14px; cursor: pointer; display: none; } .jimu-widget-layerlist .jimu-widget-layeritem:hover .esri-icon-zoom-out-fixed{ display: block; } .jimu-widget-layerlist .jimu-widget-layeritem .layeritem-table td{ padding: 5px 0; } .jimu-widget-layerlist .jimu-widget-layeritem .jimu-checkbox .label{ cursor: pointer; } .jimu-widget-layerlist .ground-tip{ position: relative; height: 24px; margin-top: 5px; } .jimu-widget-layerlist .ground-tip > *{ position: absolute; width: 100%; } .jimu-widget-layerlist .ground-tip > div{ text-align: center; } .jimu-widget-layerlist .ground-tip span{ display: inline-block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-color: white; padding: 0 4px; } html[dir="rtl"] .jimu-widget-layerlist .esri-layer-list__child-toggle.esri-layer-list__child-toggle--open > .esri-layer-list__child-toggle-icon--closed-rtl.esri-icon-left-triangle-arrow{ display: none; }
WebAppBuilderForArcGIS/client/stemapp3d/widgets/LayerList/css/style.css
.jimu-widget-layerlist .dijit-container{ width: 100%; } .jimu-widget-layerlist .hidden{ display: none !important; } .jimu-widget-layerlist .esri-layer-list__list--root{ overflow-x: hidden; } .jimu-widget-layerlist .esri-layer-list{ max-height: initial; background: transparent; padding: 0; } .jimu-widget-layerlist .esri-layer-list__item{ background: inherit; max-height: 100%; overflow: visible; padding: 0; margin-left: 15px; } .jimu-rtl .jimu-widget-layerlist .esri-layer-list__item{ margin-left: 0; margin-right: 15px; } .jimu-widget-layerlist .esri-layer-list__item.esri-layer-list__item--has-children{ margin-left: 0; margin-right: 0; } .jimu-widget-layerlist .esri-layer-list__list--root > .esri-layer-list__item{ margin-left: 0 !important; margin-right: 0 !important; } .jimu-widget-layerlist .esri-layer-list__item:before{ display: none; } .jimu-widget-layerlist .esri-layer-list__item:after{ display: none; } .jimu-widget-layerlist .esri-layer-list__item-container .esri-icon-zoom-out-fixed{ display: none; } .jimu-widget-layerlist .esri-layer-list__item-container:hover .esri-icon-zoom-out-fixed{ display: block; } .jimu-widget-layerlist .esri-layer-list__item-container{ padding: 9px 0; border-bottom: none; } .jimu-widget-layerlist .dijit-container > ul.esri-layer-list__list--root > .esri-layer-list__item:first-child{ display: none; } .jimu-widget-layerlist .esri-layer-list__item-toggle{ width: 16px; height: 16px; } .jimu-widget-layerlist .esri-icon-visible{ display: inline-block; width: 16px; height: 16px; background: url(../../../jimu.js/css/images/checked_default.png) no-repeat center center; } .jimu-widget-layerlist .esri-icon-visible:before{ content: ""; } .jimu-widget-layerlist .esri-icon-non-visible{ display: inline-block; width: 16px; height: 16px; background: url(../../../jimu.js/css/images/checkbox_default.png) no-repeat center center; } .jimu-widget-layerlist .esri-icon-non-visible:before{ content: ""; } .jimu-widget-layerlist .jimu-widget-layeritem{ cursor: pointer; } .jimu-widget-layerlist .jimu-widget-layeritem.not-loaded{ display: none; } .jimu-widget-layerlist .jimu-widget-layeritem .layeritem-table{ width: 100%; table-layout: fixed; border-collapse: collapse; } .jimu-widget-layerlist .jimu-widget-layeritem .esri-icon-zoom-out-fixed{ font-size: 14px; cursor: pointer; display: none; } .jimu-widget-layerlist .jimu-widget-layeritem:hover .esri-icon-zoom-out-fixed{ display: block; } .jimu-widget-layerlist .jimu-widget-layeritem .layeritem-table td{ padding: 5px 0; } .jimu-widget-layerlist .jimu-widget-layeritem .jimu-checkbox .label{ cursor: pointer; } .jimu-widget-layerlist .ground-tip{ position: relative; height: 24px; margin-top: 5px; } .jimu-widget-layerlist .ground-tip > *{ position: absolute; width: 100%; } .jimu-widget-layerlist .ground-tip > div{ text-align: center; } .jimu-widget-layerlist .ground-tip span{ display: inline-block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-color: white; padding: 0 4px; } html[dir="rtl"] .jimu-widget-layerlist .esri-layer-list__child-toggle.esri-layer-list__child-toggle--open > .esri-layer-list__child-toggle-icon--closed-rtl.esri-icon-left-triangle-arrow{ display: none; }
0.304869
0.043427
.row-1 { background-color: red; } /* body { background: url(../images/bgsimple.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } */ /* line 9, ../sass/_julfer.scss */ .text-centered { text-align: center; } /* line 12, ../sass/_julfer.scss */ .non-padded { padding-left: 0; padding-right: 0; } /* line 16, ../sass/_julfer.scss */ .google-font { font-family: 'Julius Sans One', sans-serif; } /* line 19, ../sass/_julfer.scss */ hr { width: 60%; } /* line 23, ../sass/_julfer.scss */ #error-404 .container { padding: 30px; width: 100%; margin-top: -30px; } /* line 30, ../sass/_julfer.scss */ .blue-box { background-color: rgba(58, 75, 85, 0.4); padding: 10px; position: center; } /* line 35, ../sass/_julfer.scss */ .yellow-box { background-color: rgba(255, 255, 0, 0.4); padding: 10px; } /* line 40, ../sass/_julfer.scss */ .red-box { background-color: rgba(235, 43, 54, 0.4); padding: 10px; } /* line 44, ../sass/_julfer.scss */ .green-box { background-color: rgba(0, 128, 0, 0.4); padding: 10px; } /* line 48, ../sass/_julfer.scss */ h2.error-404-subheading { padding-top: 7px; } /* line 51, ../sass/_julfer.scss */ h1.error-404-heading { font-size: 6em; } /* line 54, ../sass/_julfer.scss */ .improv-border { padding: 10px; padding-left: 0; padding-right: 0; } /* line 59, ../sass/_julfer.scss */ i#error-404-home { color: #333; } /* line 62, ../sass/_julfer.scss */ .login { padding-top: 5px; padding-bottom: 5px; } /* line 66, ../sass/_julfer.scss */ .login-btn { background-color: rgba(0, 128, 0, 0.4); font-color: white; } /* button { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } */ /* line 82, ../sass/_julfer.scss */ .site-error { background: url(../images/bgsimple.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* .message { min-height: 0px; } */ /* line 8, ../sass/style.scss */ body { background: white; } /* line 11, ../sass/style.scss */ .dsp-table { display: table; } /* line 14, ../sass/style.scss */ * { box-sizing: border-box; } /* line 18, ../sass/style.scss */ a:hover, a:visited { text-decoration: none; } /* line 22, ../sass/style.scss */ .header-offset, .bottom-fix, .page-content-offset { min-height: 54px; width: 100%; } /* line 26, ../sass/style.scss */ .btn, .button, .form-control, .site-index .jumbotron, .panel { -webkit-border-radius: 0; border-radius: 0; } /* line 30, ../sass/style.scss */ ul.breadcrumb { -webkit-border-radius: 0; border-radius: 0; } /* line 34, ../sass/style.scss */ textarea { resize: none; } /* line 37, ../sass/style.scss */ .text-centered { text-align: center; } /* line 40, ../sass/style.scss */ .form-control, #signupform-verifycode-image { height: 46px; } /* line 43, ../sass/style.scss */ .pva-login-mask { width: 100%; height: 100%; left: 0; top: 0; display: table-cell; vertical-align: middle; /* background: url('../images/desktop.jpg') no-repeat center center fixed; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; */ } /* line 58, ../sass/style.scss */ .pva-login { width: 100%; height: 100%; } /* line 63, ../sass/style.scss */ .pva-form-heading.text-centered h1 { font-family: 'Roboto Condensed', sans-serif; color: white; font-weight: 300; } /* line 69, ../sass/style.scss */ #loginform-email, #loginform-password, #signupform-username, #signupform-email, #signupform-password, #signupform-verifycode { border: solid 1px #4a4648; background: white; } /* line 72, ../sass/style.scss */ #loginform-email:focus, #loginform-password:focus, #signupform-username:focus, #signupform-email:focus, #signupform-password:focus, #signupform-verifycode:focus { -webkit-box-shadow: none; box-shadow: none; } /* line 76, ../sass/style.scss */ #loginform-email:blur, #loginform-password:blur, #signupform-username:blur, #signupform-email:blur, #signupform-password:blur, #signupform-verifycode:blur { background: white; } /* line 80, ../sass/style.scss */ .panel.panel-default.form-login { min-width: 240px; border: transparent; background-color: rgba(58, 75, 85, 0.4); } /* line 87, ../sass/style.scss */ .control-label, .checkbox label { font-weight: normal; color: white; } /* line 91, ../sass/style.scss */ .has-success .control-label { color: green; } /* line 94, ../sass/style.scss */ .has-error .control-label { color: red; } /* line 97, ../sass/style.scss */ .pva-form-terms, .pva-form-registered { font-size: 12px; color: white; } /* line 100, ../sass/style.scss */ .pva-form-terms a, .pva-form-registered a { color: white; } /* line 102, ../sass/style.scss */ .pva-form-terms a:hover, .pva-form-registered a:hover { color: #393939; } /* line 107, ../sass/style.scss */ .panel .panel-heading { background: transparent; border: 0; text-align: center; } /* line 111, ../sass/style.scss */ .panel .panel-heading img { -webkit-box-shadow: #393939; box-shadow: #393939; } /* line 116, ../sass/style.scss */ .input-group-addon { min-width: 50px; border: solid 1px #4a4648; background: white; -webkit-border-radius: 0; border-radius: 0; } /* line 123, ../sass/style.scss */ input .signupform-username { background: white; } /* line 127, ../sass/style.scss */ .pull-left.sign-up a, .pull-right.forgot-password a { font-size: 12px; color: white; } /* line 132, ../sass/style.scss */ .input-group-addon.parents { width: auto; color: red; } /* line 136, ../sass/style.scss */ .input-group-addon { border-color: #ddd; border-style: solid; border: 1px 0 1px 1px; } /* line 141, ../sass/style.scss */ p.help-block.help-block-error { display: block; visibility: visible; color: red; } /* line 147, ../sass/style.scss */ #signupform-verifycode-image { cursor: pointer; } /* line 150, ../sass/style.scss */ span#t { font: 'Open Sans'; } /* line 153, ../sass/style.scss */ .notifications { position: fixed; top: 15px; left: 0; width: 100%; z-index: 9; } /* line 160, ../sass/style.scss */ .date-range:after { content: ""; background: none; } /* line 164, ../sass/style.scss */ .breadcrumb > li:first-child > a { background: url(../images/interface/breadcrumb_home.png) no-repeat 0; padding-left: 16px; } /* line 168, ../sass/style.scss */ .page-container, .page-content, .page-header { background: transparent; } /* line 172, ../sass/style.scss */ .control-label { color: #393939; } /* line 175, ../sass/style.scss */ .fa-remove { color: red; } /* line 178, ../sass/style.scss */ .page-header { height: 100%; min-height: 100%; } /* line 182, ../sass/style.scss */ .sidebar { position: fixed; height: 100%; } /* line 187, ../sass/style.scss */ .text-centered { text-align: center; } /* line 191, ../sass/style.scss */ .summary { padding-bottom: 10px; } /* line 194, ../sass/style.scss */ .pvcf-logo { text-align: center; } /* line 196, ../sass/style.scss */ .pvcf-logo img { height: 100px; width: 100px; margin: 15px 15px; } /* line 202, ../sass/style.scss */ .page-title { min-height: 15px; } /* line 211, ../sass/style.scss */ .profile-head { text-align: center; padding: 10px; border: solid 1px #e5e5e5; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); } /* line 217, ../sass/style.scss */ .profile-head img { width: 100%; -webkit-border-radius: 100%; border-radius: 100%; } /* line 222, ../sass/style.scss */ .profile-head p { margin: auto; } /* line 226, ../sass/style.scss */ .profile-head-mask { position: absolute; top: 0; left: 15px; bottom: 0; height: 50%; width: 100%; padding-right: 15px; padding-bottom: 14px; z-index: 4; } /* line 237, ../sass/style.scss */ .profile-head-mask-top, .profile-head-mask-bottom { width: 100%; height: 100%; } /* line 241, ../sass/style.scss */ .profile-head-mask-top { background: rgba(0, 128, 0, 0.7); } /* line 244, ../sass/style.scss */ .profile-head-mask-bottom { position: relative; top: 0; background: rgba(255, 0, 0, 0.7); } /* line 249, ../sass/style.scss */ .profile-user-icon { width: 50px; height: 50px; margin: 5px 0; border: 1px solid #65B688; border-radius: 100%; } /* line 255, ../sass/style.scss */ .profile-user-icon i { padding-top: 10px; color: #65B688; } /* line 260, ../sass/style.scss */ .profile-data { font-size: 30px; } /* line 263, ../sass/style.scss */ #profile-img-wrapper, #profile-details-wrapper { padding-right: 0; } /* line 268, ../sass/style.scss */ .table.table-striped.table-bordered.detail-view tbody tr > th { width: 150px !important; max-width: 200px !important; } /* line 274, ../sass/style.scss */ .conversation-wrapper { border: 1px solid #e5e5e5; margin: 0 15px; } /* line 279, ../sass/style.scss */ .pagination { margin: 10px 0; } /* line 294, ../sass/style.scss */ .message-index p a, .announcement-index p a, .applicant-form-index p a, .cashier-form-index p a, .student-form-index p a, .entrance-exam-form-index p a, .payment-form-index p a, .teacher-form-index p a, .user-form-index p a, .staff-form-index p a { min-width: 150px; } /* line 297, ../sass/style.scss */ .message-index p i, .announcement-index p i, .applicant-form-index p i, .cashier-form-index p i, .student-form-index p i, .entrance-exam-form-index p i, .payment-form-index p i, .teacher-form-index p i, .user-form-index p i, .staff-form-index p i { padding: 3px 0; } /* line 302, ../sass/style.scss */ .form-offset { min-height: 100px; } /* line 305, ../sass/style.scss */ .select2-container--krajee .select2-selection--single { height: 46px; -webkit-border-radius: 0; border-radius: 0; padding-top: 12px; } /* line 311, ../sass/style.scss */ .select2-container--krajee .select2-search--dropdown .select2-search__field { -webkit-border-radius: 0; border-radius: 0; padding-left: 0; } /* line 316, ../sass/style.scss */ .select2-container--krajee .select2-selection--single .select2-selection__arrow { border-left: 1px solid #D5D5D5; height: 45px; } /* line 323, ../sass/style.scss */ .select2-search__field { padding-left: -15px; } /* line 329, ../sass/style.scss */ .chat { float: right; min-width: 200px; height: 100%; border: 1px solid red; background: transparent; display: block; } /* line 337, ../sass/style.scss */ .breadcrumb-line { background: none; } /* line 340, ../sass/style.scss */ #announcement { margin-left: 5px 0; padding: 15px; border: 1px solid #D5D5D5; border-radius: 2px; } /* line 346, ../sass/style.scss */ .progress { margin-bottom: 20px; -webkit-border-radius: 0; border-radius: 0; } /* line 351, ../sass/style.scss */ .progress-bar { background-color: #4a8bc2; } /* line 354, ../sass/style.scss */ .form-progress { width: 100%; height: 20px; background: #393939; margin-bottom: 15px; } /* line 359, ../sass/style.scss */ .form-progress #form-progress-inner { min-height: 20px; width: 25%; background: #4a8bc2; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } /* line 365, ../sass/style.scss */ .form-progress #form-progress-overlay { position: relative; min-height: 20px; width: 25%; top: -20px; left: 0; background: url("../images/progress-bg1.png"); background-repeat: repeat-x; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } /* line 376, ../sass/style.scss */ .nav-tabs { border-bottom: 0; } /* line 379, ../sass/style.scss */ .nav .nav-tabs { border: 0; } /* line 383, ../sass/style.scss */ .nav-tabs li { background: #eee; } /* line 387, ../sass/style.scss */ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { border-color: #eee; } /* line 391, ../sass/style.scss */ .nav-tabs li { margin: 2px 2px 10px 2px; } /* line 394, ../sass/style.scss */ .nav-tabs li a:hover { border-top-color: #EE8366; } /* line 400, ../sass/style.scss */ .red { background: red; } /* line 403, ../sass/style.scss */ .tab-content { margin: 10px 1px 0 1px; border: 0; } /* line 407, ../sass/style.scss */ .container.form-input-wrapper { width: 100%; } /* line 410, ../sass/style.scss */ .applicant-form-create { margin: 0; } /* line 413, ../sass/style.scss */ .breadcrumb-line { margin: 0 0 15px 0; } /* line 416, ../sass/style.scss */ .progress { margin-bottom: 15px; } /* line 419, ../sass/style.scss */ .dropdown-list, .custom-input-group-addon { width: 100px; padding: 0 5px; } /* line 423, ../sass/style.scss */ .fa-one-point-five { font-size: 18px; } /* line 426, ../sass/style.scss */ .fa-group-addon-field { font-size: 18px; } /* line 431, ../sass/style.scss */ .panel-heading.login-form-heading { background-color: rgba(36, 37, 40, 0.6); height: 60px; } /* line 434, ../sass/style.scss */ .panel-heading.login-form-heading h2 { font-family: 'Roboto Condensed', sans-serif; font-weight: normal; font-size: 24px; color: white; padding: 14px; } /* line 442, ../sass/style.scss */ .login-form-container { padding-top: 130px; } /* line 446, ../sass/style.scss */ .blue-box { background-color: rgba(58, 75, 85, 0.6); } /* line 450, ../sass/style.scss */ .yellow-box { background-color: rgba(255, 255, 0, 0.6); padding: 10px; } /* line 454, ../sass/style.scss */ .green-box { background-color: rgba(0, 128, 0, 0.6); padding: 10px; } /* line 458, ../sass/style.scss */ .login-form-group { padding-top: 10px; padding-bottom: 5px; }
themes/proverbs/css/style.css
.row-1 { background-color: red; } /* body { background: url(../images/bgsimple.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } */ /* line 9, ../sass/_julfer.scss */ .text-centered { text-align: center; } /* line 12, ../sass/_julfer.scss */ .non-padded { padding-left: 0; padding-right: 0; } /* line 16, ../sass/_julfer.scss */ .google-font { font-family: 'Julius Sans One', sans-serif; } /* line 19, ../sass/_julfer.scss */ hr { width: 60%; } /* line 23, ../sass/_julfer.scss */ #error-404 .container { padding: 30px; width: 100%; margin-top: -30px; } /* line 30, ../sass/_julfer.scss */ .blue-box { background-color: rgba(58, 75, 85, 0.4); padding: 10px; position: center; } /* line 35, ../sass/_julfer.scss */ .yellow-box { background-color: rgba(255, 255, 0, 0.4); padding: 10px; } /* line 40, ../sass/_julfer.scss */ .red-box { background-color: rgba(235, 43, 54, 0.4); padding: 10px; } /* line 44, ../sass/_julfer.scss */ .green-box { background-color: rgba(0, 128, 0, 0.4); padding: 10px; } /* line 48, ../sass/_julfer.scss */ h2.error-404-subheading { padding-top: 7px; } /* line 51, ../sass/_julfer.scss */ h1.error-404-heading { font-size: 6em; } /* line 54, ../sass/_julfer.scss */ .improv-border { padding: 10px; padding-left: 0; padding-right: 0; } /* line 59, ../sass/_julfer.scss */ i#error-404-home { color: #333; } /* line 62, ../sass/_julfer.scss */ .login { padding-top: 5px; padding-bottom: 5px; } /* line 66, ../sass/_julfer.scss */ .login-btn { background-color: rgba(0, 128, 0, 0.4); font-color: white; } /* button { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } */ /* line 82, ../sass/_julfer.scss */ .site-error { background: url(../images/bgsimple.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* .message { min-height: 0px; } */ /* line 8, ../sass/style.scss */ body { background: white; } /* line 11, ../sass/style.scss */ .dsp-table { display: table; } /* line 14, ../sass/style.scss */ * { box-sizing: border-box; } /* line 18, ../sass/style.scss */ a:hover, a:visited { text-decoration: none; } /* line 22, ../sass/style.scss */ .header-offset, .bottom-fix, .page-content-offset { min-height: 54px; width: 100%; } /* line 26, ../sass/style.scss */ .btn, .button, .form-control, .site-index .jumbotron, .panel { -webkit-border-radius: 0; border-radius: 0; } /* line 30, ../sass/style.scss */ ul.breadcrumb { -webkit-border-radius: 0; border-radius: 0; } /* line 34, ../sass/style.scss */ textarea { resize: none; } /* line 37, ../sass/style.scss */ .text-centered { text-align: center; } /* line 40, ../sass/style.scss */ .form-control, #signupform-verifycode-image { height: 46px; } /* line 43, ../sass/style.scss */ .pva-login-mask { width: 100%; height: 100%; left: 0; top: 0; display: table-cell; vertical-align: middle; /* background: url('../images/desktop.jpg') no-repeat center center fixed; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; */ } /* line 58, ../sass/style.scss */ .pva-login { width: 100%; height: 100%; } /* line 63, ../sass/style.scss */ .pva-form-heading.text-centered h1 { font-family: 'Roboto Condensed', sans-serif; color: white; font-weight: 300; } /* line 69, ../sass/style.scss */ #loginform-email, #loginform-password, #signupform-username, #signupform-email, #signupform-password, #signupform-verifycode { border: solid 1px #4a4648; background: white; } /* line 72, ../sass/style.scss */ #loginform-email:focus, #loginform-password:focus, #signupform-username:focus, #signupform-email:focus, #signupform-password:focus, #signupform-verifycode:focus { -webkit-box-shadow: none; box-shadow: none; } /* line 76, ../sass/style.scss */ #loginform-email:blur, #loginform-password:blur, #signupform-username:blur, #signupform-email:blur, #signupform-password:blur, #signupform-verifycode:blur { background: white; } /* line 80, ../sass/style.scss */ .panel.panel-default.form-login { min-width: 240px; border: transparent; background-color: rgba(58, 75, 85, 0.4); } /* line 87, ../sass/style.scss */ .control-label, .checkbox label { font-weight: normal; color: white; } /* line 91, ../sass/style.scss */ .has-success .control-label { color: green; } /* line 94, ../sass/style.scss */ .has-error .control-label { color: red; } /* line 97, ../sass/style.scss */ .pva-form-terms, .pva-form-registered { font-size: 12px; color: white; } /* line 100, ../sass/style.scss */ .pva-form-terms a, .pva-form-registered a { color: white; } /* line 102, ../sass/style.scss */ .pva-form-terms a:hover, .pva-form-registered a:hover { color: #393939; } /* line 107, ../sass/style.scss */ .panel .panel-heading { background: transparent; border: 0; text-align: center; } /* line 111, ../sass/style.scss */ .panel .panel-heading img { -webkit-box-shadow: #393939; box-shadow: #393939; } /* line 116, ../sass/style.scss */ .input-group-addon { min-width: 50px; border: solid 1px #4a4648; background: white; -webkit-border-radius: 0; border-radius: 0; } /* line 123, ../sass/style.scss */ input .signupform-username { background: white; } /* line 127, ../sass/style.scss */ .pull-left.sign-up a, .pull-right.forgot-password a { font-size: 12px; color: white; } /* line 132, ../sass/style.scss */ .input-group-addon.parents { width: auto; color: red; } /* line 136, ../sass/style.scss */ .input-group-addon { border-color: #ddd; border-style: solid; border: 1px 0 1px 1px; } /* line 141, ../sass/style.scss */ p.help-block.help-block-error { display: block; visibility: visible; color: red; } /* line 147, ../sass/style.scss */ #signupform-verifycode-image { cursor: pointer; } /* line 150, ../sass/style.scss */ span#t { font: 'Open Sans'; } /* line 153, ../sass/style.scss */ .notifications { position: fixed; top: 15px; left: 0; width: 100%; z-index: 9; } /* line 160, ../sass/style.scss */ .date-range:after { content: ""; background: none; } /* line 164, ../sass/style.scss */ .breadcrumb > li:first-child > a { background: url(../images/interface/breadcrumb_home.png) no-repeat 0; padding-left: 16px; } /* line 168, ../sass/style.scss */ .page-container, .page-content, .page-header { background: transparent; } /* line 172, ../sass/style.scss */ .control-label { color: #393939; } /* line 175, ../sass/style.scss */ .fa-remove { color: red; } /* line 178, ../sass/style.scss */ .page-header { height: 100%; min-height: 100%; } /* line 182, ../sass/style.scss */ .sidebar { position: fixed; height: 100%; } /* line 187, ../sass/style.scss */ .text-centered { text-align: center; } /* line 191, ../sass/style.scss */ .summary { padding-bottom: 10px; } /* line 194, ../sass/style.scss */ .pvcf-logo { text-align: center; } /* line 196, ../sass/style.scss */ .pvcf-logo img { height: 100px; width: 100px; margin: 15px 15px; } /* line 202, ../sass/style.scss */ .page-title { min-height: 15px; } /* line 211, ../sass/style.scss */ .profile-head { text-align: center; padding: 10px; border: solid 1px #e5e5e5; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); } /* line 217, ../sass/style.scss */ .profile-head img { width: 100%; -webkit-border-radius: 100%; border-radius: 100%; } /* line 222, ../sass/style.scss */ .profile-head p { margin: auto; } /* line 226, ../sass/style.scss */ .profile-head-mask { position: absolute; top: 0; left: 15px; bottom: 0; height: 50%; width: 100%; padding-right: 15px; padding-bottom: 14px; z-index: 4; } /* line 237, ../sass/style.scss */ .profile-head-mask-top, .profile-head-mask-bottom { width: 100%; height: 100%; } /* line 241, ../sass/style.scss */ .profile-head-mask-top { background: rgba(0, 128, 0, 0.7); } /* line 244, ../sass/style.scss */ .profile-head-mask-bottom { position: relative; top: 0; background: rgba(255, 0, 0, 0.7); } /* line 249, ../sass/style.scss */ .profile-user-icon { width: 50px; height: 50px; margin: 5px 0; border: 1px solid #65B688; border-radius: 100%; } /* line 255, ../sass/style.scss */ .profile-user-icon i { padding-top: 10px; color: #65B688; } /* line 260, ../sass/style.scss */ .profile-data { font-size: 30px; } /* line 263, ../sass/style.scss */ #profile-img-wrapper, #profile-details-wrapper { padding-right: 0; } /* line 268, ../sass/style.scss */ .table.table-striped.table-bordered.detail-view tbody tr > th { width: 150px !important; max-width: 200px !important; } /* line 274, ../sass/style.scss */ .conversation-wrapper { border: 1px solid #e5e5e5; margin: 0 15px; } /* line 279, ../sass/style.scss */ .pagination { margin: 10px 0; } /* line 294, ../sass/style.scss */ .message-index p a, .announcement-index p a, .applicant-form-index p a, .cashier-form-index p a, .student-form-index p a, .entrance-exam-form-index p a, .payment-form-index p a, .teacher-form-index p a, .user-form-index p a, .staff-form-index p a { min-width: 150px; } /* line 297, ../sass/style.scss */ .message-index p i, .announcement-index p i, .applicant-form-index p i, .cashier-form-index p i, .student-form-index p i, .entrance-exam-form-index p i, .payment-form-index p i, .teacher-form-index p i, .user-form-index p i, .staff-form-index p i { padding: 3px 0; } /* line 302, ../sass/style.scss */ .form-offset { min-height: 100px; } /* line 305, ../sass/style.scss */ .select2-container--krajee .select2-selection--single { height: 46px; -webkit-border-radius: 0; border-radius: 0; padding-top: 12px; } /* line 311, ../sass/style.scss */ .select2-container--krajee .select2-search--dropdown .select2-search__field { -webkit-border-radius: 0; border-radius: 0; padding-left: 0; } /* line 316, ../sass/style.scss */ .select2-container--krajee .select2-selection--single .select2-selection__arrow { border-left: 1px solid #D5D5D5; height: 45px; } /* line 323, ../sass/style.scss */ .select2-search__field { padding-left: -15px; } /* line 329, ../sass/style.scss */ .chat { float: right; min-width: 200px; height: 100%; border: 1px solid red; background: transparent; display: block; } /* line 337, ../sass/style.scss */ .breadcrumb-line { background: none; } /* line 340, ../sass/style.scss */ #announcement { margin-left: 5px 0; padding: 15px; border: 1px solid #D5D5D5; border-radius: 2px; } /* line 346, ../sass/style.scss */ .progress { margin-bottom: 20px; -webkit-border-radius: 0; border-radius: 0; } /* line 351, ../sass/style.scss */ .progress-bar { background-color: #4a8bc2; } /* line 354, ../sass/style.scss */ .form-progress { width: 100%; height: 20px; background: #393939; margin-bottom: 15px; } /* line 359, ../sass/style.scss */ .form-progress #form-progress-inner { min-height: 20px; width: 25%; background: #4a8bc2; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } /* line 365, ../sass/style.scss */ .form-progress #form-progress-overlay { position: relative; min-height: 20px; width: 25%; top: -20px; left: 0; background: url("../images/progress-bg1.png"); background-repeat: repeat-x; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } /* line 376, ../sass/style.scss */ .nav-tabs { border-bottom: 0; } /* line 379, ../sass/style.scss */ .nav .nav-tabs { border: 0; } /* line 383, ../sass/style.scss */ .nav-tabs li { background: #eee; } /* line 387, ../sass/style.scss */ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { border-color: #eee; } /* line 391, ../sass/style.scss */ .nav-tabs li { margin: 2px 2px 10px 2px; } /* line 394, ../sass/style.scss */ .nav-tabs li a:hover { border-top-color: #EE8366; } /* line 400, ../sass/style.scss */ .red { background: red; } /* line 403, ../sass/style.scss */ .tab-content { margin: 10px 1px 0 1px; border: 0; } /* line 407, ../sass/style.scss */ .container.form-input-wrapper { width: 100%; } /* line 410, ../sass/style.scss */ .applicant-form-create { margin: 0; } /* line 413, ../sass/style.scss */ .breadcrumb-line { margin: 0 0 15px 0; } /* line 416, ../sass/style.scss */ .progress { margin-bottom: 15px; } /* line 419, ../sass/style.scss */ .dropdown-list, .custom-input-group-addon { width: 100px; padding: 0 5px; } /* line 423, ../sass/style.scss */ .fa-one-point-five { font-size: 18px; } /* line 426, ../sass/style.scss */ .fa-group-addon-field { font-size: 18px; } /* line 431, ../sass/style.scss */ .panel-heading.login-form-heading { background-color: rgba(36, 37, 40, 0.6); height: 60px; } /* line 434, ../sass/style.scss */ .panel-heading.login-form-heading h2 { font-family: 'Roboto Condensed', sans-serif; font-weight: normal; font-size: 24px; color: white; padding: 14px; } /* line 442, ../sass/style.scss */ .login-form-container { padding-top: 130px; } /* line 446, ../sass/style.scss */ .blue-box { background-color: rgba(58, 75, 85, 0.6); } /* line 450, ../sass/style.scss */ .yellow-box { background-color: rgba(255, 255, 0, 0.6); padding: 10px; } /* line 454, ../sass/style.scss */ .green-box { background-color: rgba(0, 128, 0, 0.6); padding: 10px; } /* line 458, ../sass/style.scss */ .login-form-group { padding-top: 10px; padding-bottom: 5px; }
0.250729
0.056548
.container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .container::after { content: ""; display: table; clear: both; } .row::after { content: ""; display: table; clear: both; } dd { margin-bottom: .5rem; margin-left: 0; } img { vertical-align: middle; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 400; line-height: 1.1; color: inherit; margin-top: 0; } a, a:focus, a:hover { text-decoration: none; outline: none; } .tag-success { background-color: #759de8; } form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } form .form-group { margin-bottom: 1rem; } form label { display: inline-block; margin-bottom: .5rem; } form .form-control { display: block; width: 100%; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #55595c; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.1rem; } form .form-control:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } form .form-control:disabled, form .form-control[readonly] { background-color: #eceeef; opacity: 1; } form .form-control:disabled { cursor: not-allowed; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; -webkit-overflow-scrolling: touch; } .modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0, -25%); } .modal.in .modal-dialog { transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } @media (min-width: 544px) { .modal-dialog { max-width: 600px; margin: 30px auto; } } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs .nav-item { float: left; margin-bottom: -1px; } .nav-tabs .nav-link { display: block; padding: 0.5em 1em; border: 1px solid transparent; border-top-right-radius: 0.1rem; border-top-left-radius: 0.1rem; } .nav-tabs .nav-item + .nav-item { margin-left: 0.2rem; } .nav-tabs::after { content: ""; display: table; clear: both; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #eceeef #eceeef #ddd; } .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover { color: #818a91; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover { color: #55595c; background-color: #fff; border-color: #ddd #ddd transparent; } .pagination { display: inline-block; padding-left: 0; margin-top: 1rem; margin-bottom: 1rem; border-radius: 0.1rem; } .pagination .page-item { display: inline; } .pagination .page-item .page-link { position: relative; float: left; padding: 0.5rem 0.75rem; margin-left: -1px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; color: #999; } .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover { color: #759de8; background-color: #eceeef; border-color: #ddd; } .pagination .page-item:first-child .page-link { margin-left: 0; border-bottom-left-radius: 0.1rem; border-top-left-radius: 0.1rem; } .pagination .page-item:last-child .page-link { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; } .btn { display: inline-block; font-weight: normal; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.3rem 1rem; font-size: 1rem; border-radius: 0.1rem; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.1rem; } .btn-outline-primary { color: #759de8; border-color: #759de8; background-image: none; background-color: transparent; } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { color: #fff !important; background-color: #759de8; border-color: #759de8; } .btn-primary { color: #fff; background-color: #759de8; border-color: #759de8; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: #fff; background-color: #336edd; border-color: #336edd; outline: none; } .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus { color: #fff; background-color: #336edd; border-color: #336edd; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; padding: 5px 0; list-style: none; background-color: #446491; border: 1px solid #ace6f6; border-top: none; border-radius: 0.1rem; } .dropdown .dropdown-menu .dropdown-item { display: block; line-height: normal; width: 100%; padding: 3px 20px; clear: both; font-weight: 300; color: #373a3c; text-align: inherit; white-space: nowrap; } .dropdown .dropdown-menu .dropdown-item a { font-size: 13px; color: #999; } .dropdown .dropdown-menu .dropdown-item a:hover { color: #759de8; background: none; } .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover { color: #2b2d2f; text-decoration: none; background-color: #ace6f6; } .card { position: relative; display: block; margin-bottom: 0.75rem; border-radius: 0.1rem; box-shadow: 0 1px 2px #dedede; background-color: #fff; } .card .card-header { font-weight: 400; background-color: #fff; color: #666; position: relative; border-bottom: 1px solid #f5f5f5; padding: 0.5rem 1rem !important; } .card .card-header a:hover { color: #759de8; } .card .card-header .fa { padding-right: 5px; } .card .card-header::after { content: ""; display: table; clear: both; } .card .card-header::after { content: ""; width: 50%; height: 2px; background: #759de8; position: absolute; left: 0; bottom: -1px; } .card .card-block { padding: 1.25rem; } .card .card-block::after { content: ""; display: table; clear: both; } /*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } progress { vertical-align: baseline; } template, [hidden] { display: none; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: inherit; } b, strong { font-weight: bolder; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } svg:not(:root) { overflow: hidden; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; overflow: visible; } button, input, optgroup, select, textarea { font: inherit; margin: 0; } optgroup { font-weight: bold; } button, input { overflow: visible; } button, select { text-transform: none; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { 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-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } @media print { *, *::before, *::after, *::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line { text-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } abbr[title]::after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .tag { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } @-ms-viewport { width: device-width; } html { font-size: 16px; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #373a3c; background-color: #fff; } [tabindex="-1"]:focus { outline: none !important; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #818a91; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: bold; } dd { margin-bottom: .5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } a { color: #759de8; text-decoration: none; } a:focus, a:hover { color: #336edd; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus { outline: none; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; } figure { margin: 0 0 1rem; } img { vertical-align: middle; } [role="button"] { cursor: pointer; } a, area, button, [role="button"], input, label, select, summary, textarea { -ms-touch-action: manipulation; touch-action: manipulation; } table { border-collapse: collapse; background-color: transparent; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #818a91; text-align: left; caption-side: bottom; } th { text-align: left; } label { display: inline-block; margin-bottom: .5rem; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } input, button, select, textarea { line-height: inherit; } input[type="radio"]:disabled, input[type="checkbox"]:disabled { cursor: not-allowed; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; } input[type="search"] { -webkit-appearance: none; } output { display: inline-block; } [hidden] { display: none !important; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.75rem; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: 6rem; font-weight: 300; } .display-2 { font-size: 5.5rem; font-weight: 300; } .display-3 { font-size: 4.5rem; font-weight: 300; } .display-4 { font-size: 3.5rem; font-weight: 300; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } small, .small { font-size: 80%; font-weight: normal; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 5px; } .initialism { font-size: 90%; text-transform: uppercase; } .blockquote { padding: 0.5rem 1rem; margin-bottom: 1rem; font-size: 1.25rem; border-left: 0.25rem solid #eceeef; } .blockquote-footer { display: block; font-size: 80%; color: #818a91; } .blockquote-footer::before { content: "\2014 \00A0"; } .blockquote-reverse { padding-right: 1rem; padding-left: 0; text-align: right; border-right: 0.25rem solid #eceeef; border-left: 0; } .blockquote-reverse .blockquote-footer::before { content: ""; } .blockquote-reverse .blockquote-footer::after { content: "\00A0 \2014"; } dl.row > dd + dt { clear: left; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; transition: all .2s ease-in-out; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 90%; color: #818a91; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; background-color: #f7f7f9; border-radius: 0.25rem; } kbd { padding: 0.2rem 0.4rem; font-size: 90%; color: #fff; background-color: #333; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; } pre { display: block; margin-top: 0; margin-bottom: 1rem; font-size: 90%; color: #373a3c; } pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } .container::after { content: ""; display: table; clear: both; } @media (min-width: 576px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 576px) { .container { width: 540px; max-width: 100%; } } @media (min-width: 768px) { .container { width: 720px; max-width: 100%; } } @media (min-width: 992px) { .container { width: 960px; max-width: 100%; } } @media (min-width: 1200px) { .container { width: 1140px; max-width: 100%; } } .container-fluid { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } .container-fluid::after { content: ""; display: table; clear: both; } @media (min-width: 576px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } .row { margin-right: -15px; margin-left: -15px; } .row::after { content: ""; display: table; clear: both; } @media (min-width: 576px) { .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 768px) { .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 992px) { .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 1200px) { .row { margin-right: -15px; margin-left: -15px; } } .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } @media (min-width: 576px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } .col-xs-1 { float: left; width: 8.33333%; } .col-xs-2 { float: left; width: 16.66667%; } .col-xs-3 { float: left; width: 25%; } .col-xs-4 { float: left; width: 33.33333%; } .col-xs-5 { float: left; width: 41.66667%; } .col-xs-6 { float: left; width: 50%; } .col-xs-7 { float: left; width: 58.33333%; } .col-xs-8 { float: left; width: 66.66667%; } .col-xs-9 { float: left; width: 75%; } .col-xs-10 { float: left; width: 83.33333%; } .col-xs-11 { float: left; width: 91.66667%; } .col-xs-12 { float: left; width: 100%; } .pull-xs-0 { right: auto; } .pull-xs-1 { right: 8.33333%; } .pull-xs-2 { right: 16.66667%; } .pull-xs-3 { right: 25%; } .pull-xs-4 { right: 33.33333%; } .pull-xs-5 { right: 41.66667%; } .pull-xs-6 { right: 50%; } .pull-xs-7 { right: 58.33333%; } .pull-xs-8 { right: 66.66667%; } .pull-xs-9 { right: 75%; } .pull-xs-10 { right: 83.33333%; } .pull-xs-11 { right: 91.66667%; } .pull-xs-12 { right: 100%; } .push-xs-0 { left: auto; } .push-xs-1 { left: 8.33333%; } .push-xs-2 { left: 16.66667%; } .push-xs-3 { left: 25%; } .push-xs-4 { left: 33.33333%; } .push-xs-5 { left: 41.66667%; } .push-xs-6 { left: 50%; } .push-xs-7 { left: 58.33333%; } .push-xs-8 { left: 66.66667%; } .push-xs-9 { left: 75%; } .push-xs-10 { left: 83.33333%; } .push-xs-11 { left: 91.66667%; } .push-xs-12 { left: 100%; } .offset-xs-1 { margin-left: 8.33333%; } .offset-xs-2 { margin-left: 16.66667%; } .offset-xs-3 { margin-left: 25%; } .offset-xs-4 { margin-left: 33.33333%; } .offset-xs-5 { margin-left: 41.66667%; } .offset-xs-6 { margin-left: 50%; } .offset-xs-7 { margin-left: 58.33333%; } .offset-xs-8 { margin-left: 66.66667%; } .offset-xs-9 { margin-left: 75%; } .offset-xs-10 { margin-left: 83.33333%; } .offset-xs-11 { margin-left: 91.66667%; } @media (min-width: 576px) { .col-sm-1 { float: left; width: 8.33333%; } .col-sm-2 { float: left; width: 16.66667%; } .col-sm-3 { float: left; width: 25%; } .col-sm-4 { float: left; width: 33.33333%; } .col-sm-5 { float: left; width: 41.66667%; } .col-sm-6 { float: left; width: 50%; } .col-sm-7 { float: left; width: 58.33333%; } .col-sm-8 { float: left; width: 66.66667%; } .col-sm-9 { float: left; width: 75%; } .col-sm-10 { float: left; width: 83.33333%; } .col-sm-11 { float: left; width: 91.66667%; } .col-sm-12 { float: left; width: 100%; } .pull-sm-0 { right: auto; } .pull-sm-1 { right: 8.33333%; } .pull-sm-2 { right: 16.66667%; } .pull-sm-3 { right: 25%; } .pull-sm-4 { right: 33.33333%; } .pull-sm-5 { right: 41.66667%; } .pull-sm-6 { right: 50%; } .pull-sm-7 { right: 58.33333%; } .pull-sm-8 { right: 66.66667%; } .pull-sm-9 { right: 75%; } .pull-sm-10 { right: 83.33333%; } .pull-sm-11 { right: 91.66667%; } .pull-sm-12 { right: 100%; } .push-sm-0 { left: auto; } .push-sm-1 { left: 8.33333%; } .push-sm-2 { left: 16.66667%; } .push-sm-3 { left: 25%; } .push-sm-4 { left: 33.33333%; } .push-sm-5 { left: 41.66667%; } .push-sm-6 { left: 50%; } .push-sm-7 { left: 58.33333%; } .push-sm-8 { left: 66.66667%; } .push-sm-9 { left: 75%; } .push-sm-10 { left: 83.33333%; } .push-sm-11 { left: 91.66667%; } .push-sm-12 { left: 100%; } .offset-sm-0 { margin-left: 0%; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { .col-md-1 { float: left; width: 8.33333%; } .col-md-2 { float: left; width: 16.66667%; } .col-md-3 { float: left; width: 25%; } .col-md-4 { float: left; width: 33.33333%; } .col-md-5 { float: left; width: 41.66667%; } .col-md-6 { float: left; width: 50%; } .col-md-7 { float: left; width: 58.33333%; } .col-md-8 { float: left; width: 66.66667%; } .col-md-9 { float: left; width: 75%; } .col-md-10 { float: left; width: 83.33333%; } .col-md-11 { float: left; width: 91.66667%; } .col-md-12 { float: left; width: 100%; } .pull-md-0 { right: auto; } .pull-md-1 { right: 8.33333%; } .pull-md-2 { right: 16.66667%; } .pull-md-3 { right: 25%; } .pull-md-4 { right: 33.33333%; } .pull-md-5 { right: 41.66667%; } .pull-md-6 { right: 50%; } .pull-md-7 { right: 58.33333%; } .pull-md-8 { right: 66.66667%; } .pull-md-9 { right: 75%; } .pull-md-10 { right: 83.33333%; } .pull-md-11 { right: 91.66667%; } .pull-md-12 { right: 100%; } .push-md-0 { left: auto; } .push-md-1 { left: 8.33333%; } .push-md-2 { left: 16.66667%; } .push-md-3 { left: 25%; } .push-md-4 { left: 33.33333%; } .push-md-5 { left: 41.66667%; } .push-md-6 { left: 50%; } .push-md-7 { left: 58.33333%; } .push-md-8 { left: 66.66667%; } .push-md-9 { left: 75%; } .push-md-10 { left: 83.33333%; } .push-md-11 { left: 91.66667%; } .push-md-12 { left: 100%; } .offset-md-0 { margin-left: 0%; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { .col-lg-1 { float: left; width: 8.33333%; } .col-lg-2 { float: left; width: 16.66667%; } .col-lg-3 { float: left; width: 25%; } .col-lg-4 { float: left; width: 33.33333%; } .col-lg-5 { float: left; width: 41.66667%; } .col-lg-6 { float: left; width: 50%; } .col-lg-7 { float: left; width: 58.33333%; } .col-lg-8 { float: left; width: 66.66667%; } .col-lg-9 { float: left; width: 75%; } .col-lg-10 { float: left; width: 83.33333%; } .col-lg-11 { float: left; width: 91.66667%; } .col-lg-12 { float: left; width: 100%; } .pull-lg-0 { right: auto; } .pull-lg-1 { right: 8.33333%; } .pull-lg-2 { right: 16.66667%; } .pull-lg-3 { right: 25%; } .pull-lg-4 { right: 33.33333%; } .pull-lg-5 { right: 41.66667%; } .pull-lg-6 { right: 50%; } .pull-lg-7 { right: 58.33333%; } .pull-lg-8 { right: 66.66667%; } .pull-lg-9 { right: 75%; } .pull-lg-10 { right: 83.33333%; } .pull-lg-11 { right: 91.66667%; } .pull-lg-12 { right: 100%; } .push-lg-0 { left: auto; } .push-lg-1 { left: 8.33333%; } .push-lg-2 { left: 16.66667%; } .push-lg-3 { left: 25%; } .push-lg-4 { left: 33.33333%; } .push-lg-5 { left: 41.66667%; } .push-lg-6 { left: 50%; } .push-lg-7 { left: 58.33333%; } .push-lg-8 { left: 66.66667%; } .push-lg-9 { left: 75%; } .push-lg-10 { left: 83.33333%; } .push-lg-11 { left: 91.66667%; } .push-lg-12 { left: 100%; } .offset-lg-0 { margin-left: 0%; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { .col-xl-1 { float: left; width: 8.33333%; } .col-xl-2 { float: left; width: 16.66667%; } .col-xl-3 { float: left; width: 25%; } .col-xl-4 { float: left; width: 33.33333%; } .col-xl-5 { float: left; width: 41.66667%; } .col-xl-6 { float: left; width: 50%; } .col-xl-7 { float: left; width: 58.33333%; } .col-xl-8 { float: left; width: 66.66667%; } .col-xl-9 { float: left; width: 75%; } .col-xl-10 { float: left; width: 83.33333%; } .col-xl-11 { float: left; width: 91.66667%; } .col-xl-12 { float: left; width: 100%; } .pull-xl-0 { right: auto; } .pull-xl-1 { right: 8.33333%; } .pull-xl-2 { right: 16.66667%; } .pull-xl-3 { right: 25%; } .pull-xl-4 { right: 33.33333%; } .pull-xl-5 { right: 41.66667%; } .pull-xl-6 { right: 50%; } .pull-xl-7 { right: 58.33333%; } .pull-xl-8 { right: 66.66667%; } .pull-xl-9 { right: 75%; } .pull-xl-10 { right: 83.33333%; } .pull-xl-11 { right: 91.66667%; } .pull-xl-12 { right: 100%; } .push-xl-0 { left: auto; } .push-xl-1 { left: 8.33333%; } .push-xl-2 { left: 16.66667%; } .push-xl-3 { left: 25%; } .push-xl-4 { left: 33.33333%; } .push-xl-5 { left: 41.66667%; } .push-xl-6 { left: 50%; } .push-xl-7 { left: 58.33333%; } .push-xl-8 { left: 66.66667%; } .push-xl-9 { left: 75%; } .push-xl-10 { left: 83.33333%; } .push-xl-11 { left: 91.66667%; } .push-xl-12 { left: 100%; } .offset-xl-0 { margin-left: 0%; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } } .table { width: 100%; max-width: 100%; margin-bottom: 1rem; } .table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #eceeef; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #eceeef; } .table tbody + tbody { border-top: 2px solid #eceeef; } .table .table { background-color: #fff; } .table-sm th, .table-sm td { padding: 0.3rem; } .table-bordered { border: 1px solid #eceeef; } .table-bordered th, .table-bordered td { border: 1px solid #eceeef; } .table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } .table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } .table-success, .table-success > th, .table-success > td { background-color: #dff0d8; } .table-hover .table-success:hover { background-color: #d0e9c6; } .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #d0e9c6; } .table-info, .table-info > th, .table-info > td { background-color: #d9edf7; } .table-hover .table-info:hover { background-color: #c4e3f3; } .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #c4e3f3; } .table-warning, .table-warning > th, .table-warning > td { background-color: #fcf8e3; } .table-hover .table-warning:hover { background-color: #faf2cc; } .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #faf2cc; } .table-danger, .table-danger > th, .table-danger > td { background-color: #f2dede; } .table-hover .table-danger:hover { background-color: #ebcccc; } .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #ebcccc; } .thead-inverse th { color: #fff; background-color: #373a3c; } .thead-default th { color: #55595c; background-color: #eceeef; } .table-inverse { color: #fff; background-color: #373a3c; } .table-inverse th, .table-inverse td, .table-inverse thead th { border-color: #fff; } .table-inverse.table-bordered { border: 0; } .table-responsive { display: block; width: 100%; min-height: 0%; overflow-x: auto; } .table-reflow thead { float: left; } .table-reflow tbody { display: block; white-space: nowrap; } .table-reflow th, .table-reflow td { border-top: 1px solid #eceeef; border-left: 1px solid #eceeef; } .table-reflow th:last-child, .table-reflow td:last-child { border-right: 1px solid #eceeef; } .table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td { border-bottom: 1px solid #eceeef; } .table-reflow tr { float: left; } .table-reflow tr th, .table-reflow tr td { display: block !important; border: 1px solid #eceeef; } .form-control { display: block; width: 100%; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #55595c; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } .form-control::-webkit-input-placeholder { color: #999; opacity: 1; } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; opacity: 1; } .form-control::placeholder { color: #999; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #eceeef; opacity: 1; } .form-control:disabled { cursor: not-allowed; } select.form-control:not([size]):not([multiple]) { height: calc(2.5rem - 2px); } select.form-control:focus::-ms-value { color: #55595c; background-color: #fff; } .form-control-file, .form-control-range { display: block; } .col-form-label { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; } .col-form-label-lg { padding-top: 0.75rem; padding-bottom: 0.75rem; font-size: 1.25rem; } .col-form-label-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 0.875rem; } .col-form-legend { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; font-size: 1rem; } .form-control-static { padding-top: 0.5rem; padding-bottom: 0.5rem; line-height: 1.25; border: solid transparent; border-width: 1px 0; } .form-control-static.form-control-sm, .form-control-static.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } select.form-control-sm:not([size]):not([multiple]) { height: 1.8125rem; } .form-control-lg { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } select.form-control-lg:not([size]):not([multiple]) { height: 3.16667rem; } .form-group { margin-bottom: 1rem; } .form-text { display: block; margin-top: 0.25rem; } .form-check { position: relative; display: block; margin-bottom: 0.75rem; } .form-check + .form-check { margin-top: -.25rem; } .form-check.disabled .form-check-label { color: #818a91; cursor: not-allowed; } .form-check-label { padding-left: 1.25rem; margin-bottom: 0; cursor: pointer; } .form-check-input { position: absolute; margin-top: .25rem; margin-left: -1.25rem; } .form-check-input:only-child { position: static; } .form-check-inline { position: relative; display: inline-block; padding-left: 1.25rem; margin-bottom: 0; vertical-align: middle; cursor: pointer; } .form-check-inline + .form-check-inline { margin-left: .75rem; } .form-check-inline.disabled { color: #818a91; cursor: not-allowed; } .form-control-feedback { margin-top: 0.25rem; } .form-control-success, .form-control-warning, .form-control-danger { padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right 0.625rem; background-size: 1.25rem 1.25rem; } .has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control { color: #5cb85c; } .has-success .form-control { border-color: #5cb85c; } .has-success .input-group-addon { color: #5cb85c; border-color: #5cb85c; background-color: #eaf6ea; } .has-success .form-control-success { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); } .has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control { color: #f0ad4e; } .has-warning .form-control { border-color: #f0ad4e; } .has-warning .input-group-addon { color: #f0ad4e; border-color: #f0ad4e; background-color: white; } .has-warning .form-control-warning { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); } .has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control { color: #d9534f; } .has-danger .form-control { border-color: #d9534f; } .has-danger .input-group-addon { color: #d9534f; border-color: #d9534f; background-color: #fdf7f7; } .has-danger .form-control-danger { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); } @media (min-width: 576px) { .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; width: auto; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .form-control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .form-check { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .form-check-label { padding-left: 0; } .form-inline .form-check-input { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .btn { display: inline-block; font-weight: normal; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.5rem 1rem; font-size: 1rem; border-radius: 0.25rem; } .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:focus, .btn:hover { text-decoration: none; } .btn.focus { text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; } .btn.disabled, .btn:disabled { cursor: not-allowed; opacity: .65; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-primary { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-primary:hover { color: #fff; background-color: #025aa5; border-color: #01549b; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #025aa5; border-color: #01549b; } .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #025aa5; border-color: #01549b; background-image: none; } .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #014682; border-color: #01315a; } .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus { background-color: #0275d8; border-color: #0275d8; } .btn-primary.disabled:hover, .btn-primary:disabled:hover { background-color: #0275d8; border-color: #0275d8; } .btn-secondary { color: #373a3c; background-color: #fff; border-color: #ccc; } .btn-secondary:hover { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:focus, .btn-secondary.focus { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; background-image: none; } .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus { color: #373a3c; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus { background-color: #fff; border-color: #ccc; } .btn-secondary.disabled:hover, .btn-secondary:disabled:hover { background-color: #fff; border-color: #ccc; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #2aabd2; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #2aabd2; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #2aabd2; background-image: none; } .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1f7e9a; } .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus { background-color: #5bc0de; border-color: #5bc0de; } .btn-info.disabled:hover, .btn-info:disabled:hover { background-color: #5bc0de; border-color: #5bc0de; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #419641; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #419641; } .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #419641; background-image: none; } .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #2d672d; } .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus { background-color: #5cb85c; border-color: #5cb85c; } .btn-success.disabled:hover, .btn-success:disabled:hover { background-color: #5cb85c; border-color: #5cb85c; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #eb9316; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #eb9316; } .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #eb9316; background-image: none; } .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #b06d0f; } .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus { background-color: #f0ad4e; border-color: #f0ad4e; } .btn-warning.disabled:hover, .btn-warning:disabled:hover { background-color: #f0ad4e; border-color: #f0ad4e; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #c12e2a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #c12e2a; } .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #c12e2a; background-image: none; } .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #8b211e; } .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus { background-color: #d9534f; border-color: #d9534f; } .btn-danger.disabled:hover, .btn-danger:disabled:hover { background-color: #d9534f; border-color: #d9534f; } .btn-outline-primary { color: #0275d8; background-image: none; background-color: transparent; border-color: #0275d8; } .btn-outline-primary:hover { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-outline-primary:focus, .btn-outline-primary.focus { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus { color: #fff; background-color: #014682; border-color: #01315a; } .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus { border-color: #43a7fd; } .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover { border-color: #43a7fd; } .btn-outline-secondary { color: #ccc; background-image: none; background-color: transparent; border-color: #ccc; } .btn-outline-secondary:hover { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus { color: #fff; background-color: #a1a1a1; border-color: #8c8c8c; } .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus { border-color: white; } .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { border-color: white; } .btn-outline-info { color: #5bc0de; background-image: none; background-color: transparent; border-color: #5bc0de; } .btn-outline-info:hover { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-outline-info:focus, .btn-outline-info.focus { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1f7e9a; } .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus { border-color: #b0e1ef; } .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover { border-color: #b0e1ef; } .btn-outline-success { color: #5cb85c; background-image: none; background-color: transparent; border-color: #5cb85c; } .btn-outline-success:hover { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-outline-success:focus, .btn-outline-success.focus { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #2d672d; } .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus { border-color: #a3d7a3; } .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover { border-color: #a3d7a3; } .btn-outline-warning { color: #f0ad4e; background-image: none; background-color: transparent; border-color: #f0ad4e; } .btn-outline-warning:hover { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-outline-warning:focus, .btn-outline-warning.focus { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #b06d0f; } .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus { border-color: #f8d9ac; } .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover { border-color: #f8d9ac; } .btn-outline-danger { color: #d9534f; background-image: none; background-color: transparent; border-color: #d9534f; } .btn-outline-danger:hover { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-outline-danger:focus, .btn-outline-danger.focus { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #8b211e; } .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus { border-color: #eba5a3; } .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover { border-color: #eba5a3; } .btn-link { font-weight: normal; color: #759de8; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { background-color: transparent; } .btn-link, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover { border-color: transparent; } .btn-link:focus, .btn-link:hover { color: #336edd; text-decoration: underline; background-color: transparent; } .btn-link:disabled:focus, .btn-link:disabled:hover { color: #818a91; text-decoration: none; } .btn-lg { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } html { box-sizing: border-box; } body { font-family: -apple-system,BlinkMacSystemFont,Neue Haas Grotesk Text Pro,Arial Nova,Segoe UI,Helvetica Neue,\.PingFang SC,PingFang SC,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,Hiragino Sans GB,sans-serif; -webkit-font-smoothing: antialiased; font-weight: 400; color: #999; font-size: 13px; line-height: 1.5; margin: 0; background-color: #f7f7f7; } body a { color: #999; } body a:hover, body a:focus { color: #759de8; } .content-container { margin: 0 auto; margin-top: 30px; padding-top: 7px; } @media (max-width: 767px) { .content-container { padding-left: 5px !important; padding-right: 5px !important; } .col-md-9, .col-md-3 { padding-left: 0px !important; padding-right: 0px !important; } } @media (min-width: 1200px) { .content-container { max-width: none; padding-left: 5% !important; padding-right: 5% !important; } } @media (min-width: 1450px) { .content-container { max-width: none; padding-left: 10% !important; padding-right: 10% !important; } } .divider { margin: 0 3px; color: #999; } .important-divider { margin: 0 3px; color: #4b89ac; } .blur { -moz-filter: blur(5px); -webkit-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } .important-font { color: #666 !important; } .light-font { color: #b7ccf3 !important; } .light-font:hover { color: #666 !important; } ul { margin: 0; padding: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { float: left; } .float-right { float: right; } .text-center { text-align: center; } .float-left { float: left; } *, *::before, *::after { box-sizing: inherit; } .cl::after { clear: both; content: " "; display: table; } .transition { transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; } .tag-sp { display: inline-block; margin-right: 5px; margin-top: 10px; border-radius: 3px; font-size: 0; } .tag-sp span { font-size: 13px; border-top: 1px solid #759de8; border-bottom: 1px solid #759de8; padding: 2px 10px 2px 8px; border-radius: 3px 0 0 3px; color: #fff; background-color: #759de8; } .tag-sp a { font-size: 13px; padding: 2px 10px 2px 8px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; background-color: #f3f3f3; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .tag-sp a:last-of-type { border-radius: 0 3px 3px 0; border-right: 1px solid #dedede; } @media (max-width: 767px) { .hidden-xs { display: none !important; } .clear-xs { max-width: inherit !important; height: inherit !important; margin-left: 0px !important; margin-right: 0px !important; } } .container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .container::after { content: ""; display: table; clear: both; } .row::after { content: ""; display: table; clear: both; } dd { margin-bottom: .5rem; margin-left: 0; } img { vertical-align: middle; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 400; line-height: 1.1; color: inherit; margin-top: 0; } a, a:focus, a:hover { text-decoration: none; outline: none; } .tag-success { background-color: #759de8; } form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } form .form-group { margin-bottom: 1rem; } form label { display: inline-block; margin-bottom: .5rem; } form .form-control { display: block; width: 100%; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #55595c; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.1rem; } form .form-control:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } form .form-control:disabled, form .form-control[readonly] { background-color: #eceeef; opacity: 1; } form .form-control:disabled { cursor: not-allowed; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; -webkit-overflow-scrolling: touch; } .modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0, -25%); } .modal.in .modal-dialog { transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } @media (min-width: 544px) { .modal-dialog { max-width: 600px; margin: 30px auto; } } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs .nav-item { float: left; margin-bottom: -1px; } .nav-tabs .nav-link { display: block; padding: 0.5em 1em; border: 1px solid transparent; border-top-right-radius: 0.1rem; border-top-left-radius: 0.1rem; } .nav-tabs .nav-item + .nav-item { margin-left: 0.2rem; } .nav-tabs::after { content: ""; display: table; clear: both; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #eceeef #eceeef #ddd; } .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover { color: #818a91; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover { color: #55595c; background-color: #fff; border-color: #ddd #ddd transparent; } .pagination { display: inline-block; padding-left: 0; margin-top: 1rem; margin-bottom: 1rem; border-radius: 0.1rem; } .pagination .page-item { display: inline; } .pagination .page-item .page-link { position: relative; float: left; padding: 0.5rem 0.75rem; margin-left: -1px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; color: #999; } .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover { color: #759de8; background-color: #eceeef; border-color: #ddd; } .pagination .page-item:first-child .page-link { margin-left: 0; border-bottom-left-radius: 0.1rem; border-top-left-radius: 0.1rem; } .pagination .page-item:last-child .page-link { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; } .btn { display: inline-block; font-weight: normal; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.3rem 1rem; font-size: 1rem; border-radius: 0.1rem; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.1rem; } .btn-outline-primary { color: #759de8; border-color: #759de8; background-image: none; background-color: transparent; } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { color: #fff !important; background-color: #759de8; border-color: #759de8; } .btn-primary { color: #fff; background-color: #759de8; border-color: #759de8; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: #fff; background-color: #336edd; border-color: #336edd; outline: none; } .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus { color: #fff; background-color: #336edd; border-color: #336edd; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; padding: 5px 0; list-style: none; background-color: #446491; border: 1px solid #ace6f6; border-top: none; border-radius: 0.1rem; } .dropdown .dropdown-menu .dropdown-item { display: block; line-height: normal; width: 100%; padding: 3px 20px; clear: both; font-weight: 300; color: #373a3c; text-align: inherit; white-space: nowrap; } .dropdown .dropdown-menu .dropdown-item a { font-size: 13px; color: #999; } .dropdown .dropdown-menu .dropdown-item a:hover { color: #759de8; background: none; } .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover { color: #2b2d2f; text-decoration: none; background-color: #ace6f6; } .card { position: relative; display: block; margin-bottom: 0.75rem; border-radius: 0.1rem; box-shadow: 0 1px 2px #dedede; background-color: #fff; } .card .card-header { font-weight: 400; background-color: #fff; color: #666; position: relative; border-bottom: 1px solid #f5f5f5; padding: 0.5rem 1rem !important; } .card .card-header a:hover { color: #759de8; } .card .card-header .fa { padding-right: 5px; } .card .card-header::after { content: ""; display: table; clear: both; } .card .card-header::after { content: ""; width: 50%; height: 2px; background: #759de8; position: absolute; left: 0; bottom: -1px; } .card .card-block { padding: 1.25rem; } .card .card-block::after { content: ""; display: table; clear: both; } .col-md-9, .col-md-3, .col-xs-6 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-md-9 { padding-left: 0px; } @media (min-width: 768px) { .col-md-9 { float: left; width: 75%; } .col-md-3 { float: left; width: 25%; } } .col-xs-6 { float: left; width: 50%; } .page-link { color: #999; } .page-link:focus, .page-link:hover { color: #759de8; } .form-control:focus { border-color: #759de8; } .card:beforex { background-color: #4b89ac; transition: opacity 0.5s ease; bottom: 0; content: ''; display: block; height: 100%; left: 0; opacity: 0.85; position: absolute; width: 100%; z-index: 2; } @media (max-width: 767px) { .header .header-container { width: 100% !important; } .header .header-container .header-logo { margin: 0 auto !important; width: 50px !important; position: absolute !important; left: 0px !important; } .header .header-container .header-logo a { font-size: 15px !important; padding: 0 !important; } .header .header-container .header-nav { padding-left: 50px !important; max-width: none !important; } .header .header-container .header-nav li { width: 25% !important; } } .header.scroll { transition: 0.3s ease-out; box-shadow: 0 3px 10px #e4e4e4; position: fixed; top: -70px; transform: translateY(70px); } .header.scroll .header-container .header-logo { top: 15px; left: 0; } .header { width: 100%; margin: 0 auto; z-index: 999; background-color: #446491; } .header a { color: #fff; } .header .btn-outline-primary { border-color: #336edd; } .header .btn-primary { background-color: #336edd; border-color: #336edd; } .header .header-container { height: 70px; margin: 0 30px; line-height: 70px; } .header .header-container .header-logo { position: relative; float: left; z-index: 9; top: 50px; text-align: center; font-size: 14px; left: -30px; background-color: #ace6f6; line-height: 40px; } .header .header-container .header-logo .color { cursor: pointer; display: none; width: 25%; height: 20px; } .header .header-container .header-logo .color.color1 { background-color: #FFBCBC; } .header .header-container .header-logo .color.color2 { background-color: #34495E; } .header .header-container .header-logo .color.color3 { background-color: #ace6f6; } .header .header-container .header-logo .color.color4 { background-color: #e95420; } .header .header-container .header-logo:hover .color { float: left; display: block; } .header .header-container .header-logo a { font-size: 20px; padding-right: 15px; padding-left: 15px; color: #fff; font-weight: 300; } .header .header-container .header-logo a:hover { color: #fff; } .header .header-container .header-nav { width: 100%; max-width: 450px; float: left; list-style: none; } .header .header-container .header-nav li { float: left; position: relative; text-align: center; width: 25%; } .header .header-container .header-nav li.active { box-shadow: inset 0 -3px 0px #ace6f6; } .header .header-container .header-nav li.active a { font-weight: 400; color: #ace6f6; } .header .header-container .header-nav li:hover { background-color: rgba(255, 255, 255, 0.26); box-shadow: inset 0 -3px 0px #ace6f6; } .header .header-container .header-nav li a { font-weight: 300; display: block; font-size: 15px; text-align: center; color: #fff; } .header .header-container .header-nav li a:focus, .header .header-container .header-nav li a:hover { color: #ace6f6; } .header .header-container .header-tip { float: right; } .header .header-container .header-tip #user-avatar img { border-radius: 50%; } .header .header-container .header-tip a { color: #fff; } .header .header-container .header-tip a:hover { font-weight: 400; color: #ace6f6; } .header .header-container .header-tip .options > li { float: left; margin-right: 10px; position: relative; text-align: center; } .header .header-container .header-tip .options > li img { width: 50px; border-radius: 50%; } .header .header-container .header-tip .options > li > a { padding: 5px; } .header .header-container .header-tip .options > li > a:hover { background-color: rgba(255, 255, 255, 0.26); } .header .header-container .header-tip .options > li > a:first-of-type { background: none; } .banner { border: 10px solid #fff; margin-bottom: 20px; background-position: 50%; background-size: cover; border-radius: 2px; cursor: pointer; } .banner .bg img { width: 100%; height: 200px; } .chat-launcher .chat-button { position: fixed; bottom: 20px; right: 10px; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.01), 0 3px 5px 1px rgba(0, 0, 0, 0.1), 0 9px 14px 0 rgba(0, 0, 0, 0.2); background: url("data:image/svg+xml;<KEY> } @media (max-width: 767px) { .chat-container { padding-left: 5px; padding-right: 5px; width: 100% !important; min-width: 400px; } .chat-container .chat { width: 100% !important; } } .chat { display: none; z-index: 999; position: fixed; right: 0; bottom: 0; width: 350px; height: 100%; overflow: hidden; outline: 0; background: #fff; border: 1px solid #ededed; } .chat .chat-header { position: relative; top: 0; right: 0; width: 100%; height: 44px; line-height: 44px; overflow: hidden; background-image: linear-gradient(0deg, rgba(149, 157, 167, 0.15), rgba(255, 255, 255, 0.15)); box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1); text-align: center; } .chat .chat-header .chat-close { float: right; display: inline-block; width: 20px; height: 20px; margin-right: 10px; /* border: none; */ } .chat .chat-content { position: absolute; top: 44px; right: 0; bottom: 120px; z-index: 2147483601; width: 100%; overflow-y: scroll; } .chat .chat-content .user-list { position: absolute; width: 50px; } .chat .chat-content .user-list .chat-userx { cursor: pointer; width: 50px; } .chat .chat-content .user-list .chat-userx img { width: 40px; } .chat .chat-content .user-list .chat-user { cursor: pointer; width: 50px; text-align: center; padding: 5px; color: #999; float: left; border: 1px dashed transparent; border-bottom: 1px solid #f5f5f5; } .chat .chat-content .user-list .chat-user:hover { border: 1px dashed #d8d6d6; } .chat .chat-content .user-list .chat-user:hover span { padding: 2px; background-color: #efefef; } .chat .chat-content .user-list .chat-user span { display: block; line-height: 1; padding: 2px; overflow: hidden; } .chat .chat-content .user-list .chat-user img { display: block; width: 40px; border-radius: 50%; margin-bottom: 3px; } .chat .chat-content ul { margin-left: 50px; height: 100%; overflow-y: scroll; overflow-x: hidden; border-left: 1px solid #f5f5f5; } .chat .chat-content li { padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px; } .chat .chat-content li:first-of-type { margin-top: 0px; } .chat .chat-content .avatar { width: 30px; height: 30px; border-radius: 50%; } .chat .chat-content .chat-other { border-bottom: 1px solid #ededed; } .chat .chat-content .chat-other img { float: left; } .chat .chat-content .chat-other .chat-text { text-align: left; margin-left: 35px; } .chat .chat-content .chat-self { border-bottom: 1px solid #ededed; } .chat .chat-content .chat-self img { float: right; } .chat .chat-content .chat-self .chat-text { text-align: right; margin-right: 35px; } .chat .chat-footer { position: absolute; height: 120px; right: 0; bottom: 0; left: 0; z-index: 2147483601; max-width: 620px; padding: 8px; margin: 0 auto; background-color: #fff; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.08); padding: 10px; background-color: #f7f7f7; } .chat .chat-footer textarea { display: block; width: 100%; margin-bottom: 5px; } .chat .chat-footer .form-group { margin: 0; padding: 0; border: none; } .footer { background-color: white; margin-top: 20px; padding-top: 20px; } .footer .footer-container { margin-top: 10px; } .footer .footer-container dl { margin: 0; float: left; width: 240px; padding-left: 22px; } .footer .footer-container dl dt { font-size: 16px; color: #333; font-weight: 300; margin-bottom: 10px; padding-left: 16px; line-height: 1; border-left: 3px solid #d8d8d8; } .footer .footer-container dl dd { line-height: 2; font-size: 13px; margin-bottom: 4px; color: #999; margin-left: 20px; } .footer .footer-container dl dd a { color: #555555; } .footer .footer-container .footer-logo { margin: 10px; text-align: center; } .post-list .card-header a, .post-detail .card-header a { margin: 0 3px; } .post-list .card-header a.active, .post-detail .card-header a.active { color: #759de8; } .all-cate-card .card-header a { color: #666; } .all-cate-card .divider { margin: 0 3px; } .card-header-all-bt { color: #446491 !important; font-weight: bold; padding: 3px; } .card-header-all-bt .fa { font-weight: bold; padding-right: 2px; color: #446491; } .card-header-all-bt:hover { background-color: rgba(226, 223, 223, 0.62); } .index-html .col-md-9 { padding-right: 0px; } .index-html .col-md-9 .card-block { padding: 0 1.25rem; } .index-html .col-md-3 { padding-right: 0px; } .index-html.content-container { padding-left: 25px; } @media (max-width: 767px) { .index-html .all-cate-card { margin-left: 21px !important; } } .current-topic { background-color: #759de8; float: left; position: absolute; top: 50%; transform: translate(0, -50%); left: -21px; width: 21px; min-height: 70px; } .current-topic span { position: absolute; display: block; text-align: center; top: 50%; transform: translate(0, -50%); color: #fff; font-size: 11px; } .top-post.post-item .item-title .fa-hashtag { color: tomato; } .post-item { border-bottom: 1px solid #f5f5f5; padding-top: 17px; padding-bottom: 7px; position: relative; } .post-item .post-avatar { display: inline-block; float: left; max-width: 10%; min-width: 50px; } .post-item .post-avatar img { width: 40px; border-radius: 40px; } .post-item .post-avatar span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%; } .post-item .post-item-mid { display: inline-block; float: left; max-width: 80%; } .post-item .post-item-mid .item-title { font-size: 16px; font-weight: 400; margin-bottom: 7px; word-wrap: break-word; } .post-item .post-item-mid .item-title a { color: #666; } .post-item .post-item-mid .item-title a:hover { color: #759de8; text-decoration: underline; } .post-item .post-item-mid .item-info { font-size: 12px; } .post-item .post-item-mid .item-info .post-category { padding: 3px; color: #999; background-color: #efefef; } .post-item .post-item-mid .item-info .divider { margin: 0 3px; color: #ccc; } .post-item .post-item-end { display: inline-block; float: right; max-width: 10%; min-width: 30px; color: #446491; right: 0px; top: 0px; width: 30px; } .post-detail-html .col-md-9, .post-detail-html .col-md-3 { padding-right: 0px; } .post-detail-card { border-bottom: 1px solid #e5e5e5; } .post-detail-card .card { box-shadow: inset 0 0 0 1px #e1e1e1; } .post-detail-card .card a { color: #999; } .post-detail-card .post-detail-header { padding: 5px; border-bottom: 1px dashed #e0e0e0; position: relative; } .post-detail-card .post-detail-header .avatar { width: 50px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .post-detail-card .post-detail-header .avatar img { width: 40px; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .post-detail-card .post-detail-header .avatar span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .post-detail-card .post-detail-header .post-detail-header-mid { position: relative; margin-left: 50px; } .post-detail-card .post-detail-header .post-title { max-width: 500px; margin: 0; } .post-detail-card .post-detail-header .post-title a { font-size: 20px; font-weight: 500; line-height: 30px; color: #666; } .post-detail-card .post-detail-header .post-info { font-size: 11px; margin-bottom: 5px; } .post-detail-card .post-detail-header .post-info .username { color: #666; } .post-detail-card .post-function { padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; margin-top: 10px; text-align: right; } .post-detail-card .post-function a { color: #999; padding: 2px; } .post-detail-card .post-function a:hover { color: #759de8; background-color: #efefef; } .post-detail-card .post-function a:hover .fa { color: #759de8; } .post-detail-card .post-function a.post-collected { color: #759de8; background-color: #efefef; } .post-detail-card .post-function a.post-collected .fa { color: #759de8; } .post-detail-card .post-function .fa { color: #999; } .post-detail-card .post-content { word-wrap: break-word; word-break: normal; font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif; overflow-x: hidden; font-size: 15px; line-height: 1.6; font-weight: 300px; word-wrap: break-word; word-break: normal; padding: 10px; color: #555; } .post-detail-card .post-content blockquote { margin: 0 10px; } .post-detail-card .post-content blockquote p { background-color: #fbfbfb; margin-bottom: .33999rem; font-style: italic; padding: .66001rem 1rem 1rem; border-left: 5px solid #ace6f6; } .post-detail-card .post-content code { display: inline-block; margin: 0 5px; padding: 0 5px; background: #f7f8f8; } .post-detail-card .post-content strong, .post-detail-card .post-content b { font-weight: bold; } .post-detail-card .post-content h1, .post-detail-card .post-content h2, .post-detail-card .post-content h3, .post-detail-card .post-content h4, .post-detail-card .post-content h5, .post-detail-card .post-content h6 { font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif; line-height: 1.7; } .post-detail-card .post-content a { color: #759de8; text-decoration: underline; } .post-detail-card .post-content img { max-width: 90%; } .post-reply .avatar { position: absolute; } .post-reply .avatar img { width: 40px; } .post-reply .avatar span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%; } .post-reply .reply-item { padding-top: 5px; padding-bottom: 7px; border-bottom: 1px solid #e5e5e5; } .post-reply .reply-item .reply-main { margin-left: 50px; } .post-reply .reply-item .reply-head { font-size: 11px; } .post-reply .reply-item .reply-head .username { color: #446491; } .post-reply .reply-item .reply-head .floor { color: #ace6f6; } .post-reply .reply-item:last-of-type { border-bottom: none; } .post-reply .reply-function { margin-top: 7px; text-align: right; } .post-reply .reply-function a { color: #999; padding: 2px; } .post-reply .reply-function a:hover { color: #759de8; background-color: #efefef; } .post-reply .reply-function a.postreply-supported { color: #759de8; } .post-reply .reply-function a.postreply-supported .fa { color: #759de8; } .post-reply .reply-function span { padding-right: 2px; } .post-reply .reply-function .fa { color: #999; } .post-reply-card .card-block { padding: 10px; } .post-reply-card .mediumeditor { min-height: 200px; outline: none; padding: 0px; } .post-reply-card .mediumeditor blockquote { margin: 15px; border-left: 3px solid #2ecc71; padding-left: 9px; } .medium-editor-toolbar .medium-editor-toolbar-actions li button { border: none; padding: 0px; width: 40px; height: 30px; background-color: #fff; border-right: 1px dashed #4b89ac; border-top: 1px dashed #4b89ac; border-bottom: 1px dashed #4b89ac; } .medium-editor-toolbar .medium-editor-toolbar-actions li button:hover { background-color: #4b89ac; color: #fff; } .medium-editor-toolbar .medium-editor-toolbar-actions li:first-of-type button { border-left: 1px dashed #4b89ac; } .medium-toolbar-arrow-under:after { border: 1px solid #4b89ac; } .content-container form { margin-bottom: 13px; } .content-container form label { font-size: 13px; } .content-container form .parsley-errors-list { list-style: none outside none; color: #d9534f; margin-left: 5px; } .note-editor.note-frame { border: none; border-left: 1px solid #F3EEEE; border-right: 1px solid #F3EEEE; } .note-editor.note-frame p { margin-bottom: 0.3rem !important; } .note-toolbar button { height: 30px; } .dropdown:hover .card-header-all { display: block; } .card-header-all { display: none; width: 100%; left: 0; position: absolute; background-color: #fff; z-index: 1; padding: 5px; box-shadow: 0 1px 2px #dedede; } .card-header-all h3 { font-size: 14px; line-height: 30px; border-bottom: 1px solid #e8e8e8; color: #666; } .card-header-all .card-header-all-cate > li { padding: 5px 0; border-bottom: 1px solid #e8e8e8; } .card-header-all .card-header-all-cate > li:last-of-type { border-bottom: none; } .card-header-all .card-header-all-cate > li h4 { font-size: 13px; font-weight: bold; color: #666; } .card-header-all .card-header-all-cate > li h4 .fa { color: tomato; } .card-header-all .card-header-all-cate .card-header-all-cate-topic { padding-left: 10px; } .card-header-all .card-header-all-cate .card-header-all-cate-topic > li { float: left; } .card-header-all .card-header-all-cate .card-header-all-cate-topic > li a { padding: 3px; color: #999; } .card-header-all .card-header-all-cate .card-header-all-cate-topic > li a:hover { background-color: #efefef; color: #759de8; } .card-header-all .card-header-all-cate:last-of-type { border-bottom: none; } .card-header-all-bak .card-header-all-cate { width: 100px; } .card-header-all-bak .card-header-all-cate > li { position: relative; } .card-header-all-bak .card-header-all-cate > li:hover .card-header-all-cate-topic { display: block; } .card-header-all-bak .card-header-all-cate .card-header-all-cate-topic { display: none; top: 0; left: 100%; width: 300px; position: absolute; } .card-header-all-bak .card-header-all-cate .card-header-all-cate-topic > li { float: none; } .card-header-all:hover { display: block; } .all-cate-card-footer .card-block { padding: 0 !important; padding-left: 1.25rem !important; } .card-header-all-footer { width: 100%; background-color: #fff; z-index: 2; } .card-header-all-footer h3 { font-size: 14px; line-height: 30px; border-bottom: 1px dashed #e8e8e8; color: #666; } .card-header-all-footer .card-header-all-cate > li { padding: 5px 0; border-bottom: 1px dashed #e8e8e8; } .card-header-all-footer .card-header-all-cate > li:last-of-type { border-bottom: none; } .card-header-all-footer .card-header-all-cate > li h4 { font-size: 13px; font-weight: bold; color: #666; } .card-header-all-footer .card-header-all-cate > li h4 .fa { color: tomato; } .card-header-all-footer .card-header-all-cate .card-header-all-cate-topic > li { padding-left: 10px; float: left; } .card-header-all-footer .card-header-all-cate .card-header-all-cate-topic > li a { padding: 3px; color: #999; } .card-header-all-footer .card-header-all-cate .card-header-all-cate-topic > li a:hover { background-color: #efefef; color: #759de8; } .system-status-card li { line-height: 20px; } .system-status-card span { color: #999; font-weight: normal; margin-left: 10px; font-size: 13px; } .system-status-card dt { font-weight: normal; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; padding-left: 0px; border-bottom: 1px dashed #eee; } .system-status-card dd { font-weight: normal; margin-bottom: 0px; line-height: 30px; padding-left: 0px; border-bottom: 1px dashed #eee; } .post-hot-card li { padding: 3px 0; border-bottom: 1px dashed #eee; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .post-hot-card li a { color: #999; } .post-hot-card li a:hover { color: #759de8; } .profile-card.custom-card .x-header { padding: 10px; color: #759de8; border-bottom: 2px solid #759de8; } .profile-card.custom-card .x-header dl dt { margin-right: 10px; } .profile-card.custom-card .x-header dl dd { line-height: 40px; } .profile-card.custom-card .x-header img { width: 40px; } .profile-card.custom-card .x-header ul { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; } .profile-card.custom-card .x-header ul li { display: block; text-align: center; box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .profile-card.custom-card .x-footer { margin-top: 20px; } .profile-card.custom-card .x-footer ul li { padding: 5px; text-align: center; } .profile-card.custom-card .x-footer ul li a:hover { border-bottom: 1px solid #759de8; } .user-profile-html .col-md-9 { padding-right: 0px; } .user-profile-html .col-md-3 { margin-bottom: 10px; } .user-profile-widget { font-size: 12px; background-color: white; padding: 10px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .user-profile-widget img { max-width: 200px; width: 100%; margin: 4px 0px 15px; min-height: 100px; border: 1px dashed #eee; } .user-profile-widget .row { margin-left: 0px; margin-right: 0px; } .user-profile-widget dt { text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; padding-left: 3px; border-bottom: 1px dashed #d8d6d6; } .user-profile-widget dd { margin-bottom: 0px; line-height: 30px; padding-left: 0px; border-bottom: 1px dashed #d8d6d6; } .user-profile-trend { background-color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); padding-left: 0px; } .user-profile-trend a { color: #999; } .user-profile-trend a:hover { color: #759de8; } .user-profile-trend li { color: #999; } .user-profile-follow { background-color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); padding-left: 0px; } .user-profile-follow a { color: #999; } .user-profile-follow a:hover { color: #759de8; } .user-profile-follow .profile-card-body { padding: 10px; } .user-profile-follow .profile-card-body li { text-align: center; padding: 5px; color: #999; float: left; border: 1px dashed transparent; } .user-profile-follow .profile-card-body li:hover { border: 1px dashed #d8d6d6; } .user-profile-follow .profile-card-body li:hover span { padding: 2px; background-color: #efefef; } .user-profile-follow .profile-card-body li span { display: block; line-height: 1; padding: 2px; } .user-profile-follow .profile-card-body li img { display: block; width: 40px; border-radius: 50%; margin-bottom: 3px; } .user-profile-card .profile-card-head { color: #446491; font-size: 14px; text-decoration: underline; text-align: center; line-height: 40px; padding: 5px; background-color: #fbfbfb; } .user-profile-card .profile-card-body { padding-right: 10px; padding-left: 10px; } .user-profile-card .profile-card-body-list { padding-left: 10px; padding-right: 10px; } .user-profile-card .profile-card-body-list li { line-height: 30px; border-bottom: 1px dashed #d8d6d6; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .user-profile-card .profile-card-body-list .fa { font-size: 16px; } .user-profile-follower-html .col-md-9 { padding-right: 0px; } .user-profile-follower-html .col-md-3 { margin-bottom: 10px; } .user-profile-edit-html .col-md-9 { padding-right: 0px; } .user-profile-edit-html .col-md-3 { margin-bottom: 10px; } .user-avatar-edit { text-align: center; background-color: white; padding: 10px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .user-avatar-edit img#avatar-cropper { max-width: 100%; margin: 4px 0px 15px; min-height: 100px; border: 1px dashed #eee; } .user-avatar-edit .photo-container { padding-left: 10px; box-sizing: border-box; } .user-avatar-edit .photo-container li { line-height: 0px; } .user-avatar-edit .photo-container .avatar-preview { margin-top: 10px; overflow: hidden; } .user-avatar-edit .photo-container .avatar-preview.col-1 { width: 50px; height: 50px; } .user-avatar-edit .photo-container .avatar-preview.col-2 { width: 100px; height: 100px; } .user-avatar-edit .select-avatar { position: relative; overflow: hidden; margin: 10px; } .user-avatar-edit .select-avatar input.file-input { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .user-profile-edit { background-color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .user-profile-edit a { color: #999; } .user-profile-edit .user-profile-edit-body { padding-bottom: 10px; } .user-profile-edit form { margin-top: 10px; } .user-profile-edit form label { text-align: center; } .user-profile-edit form .form-control { font-size: 13px; } .user-profile-notification-html .col-md-9 { padding-right: 0px; } .user-profile-notification-html .col-md-3 { margin-bottom: 10px; } .emoji { display: inline-block; font-size: 20px; width: 20px; height: 20px; margin: 0 2px; vertical-align: text-bottom; } .post-new-html .emojis, .post-detail-html .emojis { z-index: 1; display: none; position: absolute; width: 107px; margin-top: 5px; padding: 5px; padding-bottom: 0; background-color: #fff; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22); } .recommend .header { position: absolute; width: 100%; border-bottom: none; box-shadow: none; background-color: transparent; } .recommend .header a { color: #fff; } .recommend .header a:hover { color: #4b89ac; } .recommend .header .options .dropdown a { color: #fff; } .recommend .header .options .dropdown a:hover { color: #4b89ac; } .recommend .recommend-header .author { position: absolute; right: 10px; bottom: 10px; } .recommend .title-inner { text-align: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 30rem; padding: 0; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .recommend .title { font-weight: 300; width: 150px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } .recommend .title .main-title { font-size: 55px; } .recommend .title .sub-title { font-size: 14px; } .recommend #fp-nav ul li a span, .recommend .fp-slidesNav ul li a span { background-color: #759de8; } .recommend .recommend-header { position: relative; background-image: url("/assets/images/bgs/2.jpg"); background-size: cover; height: 100vh; } .recommend section { position: relative; background-color: #fff; height: 100vh; } .recommend section .color-bg { position: absolute; display: block; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; } .recommend .section-header { font-weight: 100; color: #fff; text-align: center; font-size: 30px; line-height: 60px; position: relative; } .recommend .section-header::after { text-align: center; content: ""; width: 100px; left: 50%; margin-left: -50px; height: 2px; background: #4b89ac; position: absolute; bottom: -1px; } .recommend .section-content { position: relative; padding: 10px; } .recommend .section-content img { width: 150px; } .recommend .section-content .ccard { float: left; margin: 10px; } .recommend .section-content .ccard:hoverx .ccard-logo { overflow: auto; margin: auto; top: 0; left: 0; bottom: 0; right: 0; } .recommend .section-content .ccard:hoverx .ccard-content { display: block; } .recommend .section-content .ccard .ccard-logo { position: relative; width: 100px; height: 100px; background-color: rgba(245, 245, 245, 0.53); } .recommend .section-content .ccard .ccard-logo img { width: 80px; height: 80px; overflow: auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .recommend .section-content .ccard .ccard-logo.active { border: 1px solid #b7ccf3; } .recommend .section-content .ccard .ccard-content { display: none; background-color: #fff; padding: 5px; } .recommend .section-content .ccard .ccard-content pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } .recommend .section-content .ccard .ccard-content .ccard-title { text-align: center; font-size: 14px; } .recommend .section-content .intro { display: none; background-color: #fff; top: 0; z-index: 20; padding: 20px; margin-bottom: 10px; opacity: 0.8; } .recommend .section-content .intro .ccard-title { text-align: center; font-size: 14px; } .recommend .section-content .intro pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } /* * Usage: * <div class="sk-cube-grid"> <div class="sk-cube sk-cube1"></div> <div class="sk-cube sk-cube2"></div> <div class="sk-cube sk-cube3"></div> <div class="sk-cube sk-cube4"></div> <div class="sk-cube sk-cube5"></div> <div class="sk-cube sk-cube6"></div> <div class="sk-cube sk-cube7"></div> <div class="sk-cube sk-cube8"></div> <div class="sk-cube sk-cube9"></div> </div> * */ .loading { display: none; position: absolute; background-color: rgba(144, 140, 140, 0.2); top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; } .loading-content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: -ms-flex; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .loading-content .loading-tip { margin-left: 10px; } .sk-cube-grid { width: 40px; height: 40px; /* * Spinner positions * 1 2 3 * 4 5 6 * 7 8 9 */ } .sk-cube-grid .sk-cube { width: 33.33%; height: 33.33%; background-color: #333; float: left; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .sk-cube-grid .sk-cube1 { animation-delay: 0.2s; } .sk-cube-grid .sk-cube2 { animation-delay: 0.3s; } .sk-cube-grid .sk-cube3 { animation-delay: 0.4s; } .sk-cube-grid .sk-cube4 { animation-delay: 0.1s; } .sk-cube-grid .sk-cube5 { animation-delay: 0.2s; } .sk-cube-grid .sk-cube6 { animation-delay: 0.3s; } .sk-cube-grid .sk-cube7 { animation-delay: 0.0s; } .sk-cube-grid .sk-cube8 { animation-delay: 0.1s; } .sk-cube-grid .sk-cube9 { animation-delay: 0.2s; } @keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { transform: scale3D(1, 1, 1); } 35% { transform: scale3D(0, 0, 1); } } .captcha { height: 40px; border: 1px solid #f5f5f5; } .fa { padding: 0 3px; } .alert-info { background-color: #4b89ac; border-color: #4b89ac; color: #fff; text-align: center; opacity: 0.7; padding: 10px; width: 25%; top: 80px !important; } .alert-info:hover { opacity: 1; } .alert-info .close { cursor: pointer; float: right; color: #759de8; opacity: 0.5; } .alert-info .close:hover { color: #759de8; opacity: 1; }
frontend/static/assets/css/index.color3.css
.container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .container::after { content: ""; display: table; clear: both; } .row::after { content: ""; display: table; clear: both; } dd { margin-bottom: .5rem; margin-left: 0; } img { vertical-align: middle; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 400; line-height: 1.1; color: inherit; margin-top: 0; } a, a:focus, a:hover { text-decoration: none; outline: none; } .tag-success { background-color: #759de8; } form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } form .form-group { margin-bottom: 1rem; } form label { display: inline-block; margin-bottom: .5rem; } form .form-control { display: block; width: 100%; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #55595c; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.1rem; } form .form-control:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } form .form-control:disabled, form .form-control[readonly] { background-color: #eceeef; opacity: 1; } form .form-control:disabled { cursor: not-allowed; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; -webkit-overflow-scrolling: touch; } .modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0, -25%); } .modal.in .modal-dialog { transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } @media (min-width: 544px) { .modal-dialog { max-width: 600px; margin: 30px auto; } } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs .nav-item { float: left; margin-bottom: -1px; } .nav-tabs .nav-link { display: block; padding: 0.5em 1em; border: 1px solid transparent; border-top-right-radius: 0.1rem; border-top-left-radius: 0.1rem; } .nav-tabs .nav-item + .nav-item { margin-left: 0.2rem; } .nav-tabs::after { content: ""; display: table; clear: both; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #eceeef #eceeef #ddd; } .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover { color: #818a91; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover { color: #55595c; background-color: #fff; border-color: #ddd #ddd transparent; } .pagination { display: inline-block; padding-left: 0; margin-top: 1rem; margin-bottom: 1rem; border-radius: 0.1rem; } .pagination .page-item { display: inline; } .pagination .page-item .page-link { position: relative; float: left; padding: 0.5rem 0.75rem; margin-left: -1px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; color: #999; } .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover { color: #759de8; background-color: #eceeef; border-color: #ddd; } .pagination .page-item:first-child .page-link { margin-left: 0; border-bottom-left-radius: 0.1rem; border-top-left-radius: 0.1rem; } .pagination .page-item:last-child .page-link { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; } .btn { display: inline-block; font-weight: normal; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.3rem 1rem; font-size: 1rem; border-radius: 0.1rem; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.1rem; } .btn-outline-primary { color: #759de8; border-color: #759de8; background-image: none; background-color: transparent; } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { color: #fff !important; background-color: #759de8; border-color: #759de8; } .btn-primary { color: #fff; background-color: #759de8; border-color: #759de8; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: #fff; background-color: #336edd; border-color: #336edd; outline: none; } .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus { color: #fff; background-color: #336edd; border-color: #336edd; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; padding: 5px 0; list-style: none; background-color: #446491; border: 1px solid #ace6f6; border-top: none; border-radius: 0.1rem; } .dropdown .dropdown-menu .dropdown-item { display: block; line-height: normal; width: 100%; padding: 3px 20px; clear: both; font-weight: 300; color: #373a3c; text-align: inherit; white-space: nowrap; } .dropdown .dropdown-menu .dropdown-item a { font-size: 13px; color: #999; } .dropdown .dropdown-menu .dropdown-item a:hover { color: #759de8; background: none; } .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover { color: #2b2d2f; text-decoration: none; background-color: #ace6f6; } .card { position: relative; display: block; margin-bottom: 0.75rem; border-radius: 0.1rem; box-shadow: 0 1px 2px #dedede; background-color: #fff; } .card .card-header { font-weight: 400; background-color: #fff; color: #666; position: relative; border-bottom: 1px solid #f5f5f5; padding: 0.5rem 1rem !important; } .card .card-header a:hover { color: #759de8; } .card .card-header .fa { padding-right: 5px; } .card .card-header::after { content: ""; display: table; clear: both; } .card .card-header::after { content: ""; width: 50%; height: 2px; background: #759de8; position: absolute; left: 0; bottom: -1px; } .card .card-block { padding: 1.25rem; } .card .card-block::after { content: ""; display: table; clear: both; } /*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } progress { vertical-align: baseline; } template, [hidden] { display: none; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: inherit; } b, strong { font-weight: bolder; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } svg:not(:root) { overflow: hidden; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; overflow: visible; } button, input, optgroup, select, textarea { font: inherit; margin: 0; } optgroup { font-weight: bold; } button, input { overflow: visible; } button, select { text-transform: none; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { 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-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } @media print { *, *::before, *::after, *::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line { text-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } abbr[title]::after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .tag { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } @-ms-viewport { width: device-width; } html { font-size: 16px; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #373a3c; background-color: #fff; } [tabindex="-1"]:focus { outline: none !important; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #818a91; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: bold; } dd { margin-bottom: .5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } a { color: #759de8; text-decoration: none; } a:focus, a:hover { color: #336edd; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus { outline: none; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; } figure { margin: 0 0 1rem; } img { vertical-align: middle; } [role="button"] { cursor: pointer; } a, area, button, [role="button"], input, label, select, summary, textarea { -ms-touch-action: manipulation; touch-action: manipulation; } table { border-collapse: collapse; background-color: transparent; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #818a91; text-align: left; caption-side: bottom; } th { text-align: left; } label { display: inline-block; margin-bottom: .5rem; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } input, button, select, textarea { line-height: inherit; } input[type="radio"]:disabled, input[type="checkbox"]:disabled { cursor: not-allowed; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; } input[type="search"] { -webkit-appearance: none; } output { display: inline-block; } [hidden] { display: none !important; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.75rem; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: 6rem; font-weight: 300; } .display-2 { font-size: 5.5rem; font-weight: 300; } .display-3 { font-size: 4.5rem; font-weight: 300; } .display-4 { font-size: 3.5rem; font-weight: 300; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } small, .small { font-size: 80%; font-weight: normal; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 5px; } .initialism { font-size: 90%; text-transform: uppercase; } .blockquote { padding: 0.5rem 1rem; margin-bottom: 1rem; font-size: 1.25rem; border-left: 0.25rem solid #eceeef; } .blockquote-footer { display: block; font-size: 80%; color: #818a91; } .blockquote-footer::before { content: "\2014 \00A0"; } .blockquote-reverse { padding-right: 1rem; padding-left: 0; text-align: right; border-right: 0.25rem solid #eceeef; border-left: 0; } .blockquote-reverse .blockquote-footer::before { content: ""; } .blockquote-reverse .blockquote-footer::after { content: "\00A0 \2014"; } dl.row > dd + dt { clear: left; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; transition: all .2s ease-in-out; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 90%; color: #818a91; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; background-color: #f7f7f9; border-radius: 0.25rem; } kbd { padding: 0.2rem 0.4rem; font-size: 90%; color: #fff; background-color: #333; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; } pre { display: block; margin-top: 0; margin-bottom: 1rem; font-size: 90%; color: #373a3c; } pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } .container::after { content: ""; display: table; clear: both; } @media (min-width: 576px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 576px) { .container { width: 540px; max-width: 100%; } } @media (min-width: 768px) { .container { width: 720px; max-width: 100%; } } @media (min-width: 992px) { .container { width: 960px; max-width: 100%; } } @media (min-width: 1200px) { .container { width: 1140px; max-width: 100%; } } .container-fluid { margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } .container-fluid::after { content: ""; display: table; clear: both; } @media (min-width: 576px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .container-fluid { padding-right: 15px; padding-left: 15px; } } .row { margin-right: -15px; margin-left: -15px; } .row::after { content: ""; display: table; clear: both; } @media (min-width: 576px) { .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 768px) { .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 992px) { .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 1200px) { .row { margin-right: -15px; margin-left: -15px; } } .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } @media (min-width: 576px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { padding-right: 15px; padding-left: 15px; } } .col-xs-1 { float: left; width: 8.33333%; } .col-xs-2 { float: left; width: 16.66667%; } .col-xs-3 { float: left; width: 25%; } .col-xs-4 { float: left; width: 33.33333%; } .col-xs-5 { float: left; width: 41.66667%; } .col-xs-6 { float: left; width: 50%; } .col-xs-7 { float: left; width: 58.33333%; } .col-xs-8 { float: left; width: 66.66667%; } .col-xs-9 { float: left; width: 75%; } .col-xs-10 { float: left; width: 83.33333%; } .col-xs-11 { float: left; width: 91.66667%; } .col-xs-12 { float: left; width: 100%; } .pull-xs-0 { right: auto; } .pull-xs-1 { right: 8.33333%; } .pull-xs-2 { right: 16.66667%; } .pull-xs-3 { right: 25%; } .pull-xs-4 { right: 33.33333%; } .pull-xs-5 { right: 41.66667%; } .pull-xs-6 { right: 50%; } .pull-xs-7 { right: 58.33333%; } .pull-xs-8 { right: 66.66667%; } .pull-xs-9 { right: 75%; } .pull-xs-10 { right: 83.33333%; } .pull-xs-11 { right: 91.66667%; } .pull-xs-12 { right: 100%; } .push-xs-0 { left: auto; } .push-xs-1 { left: 8.33333%; } .push-xs-2 { left: 16.66667%; } .push-xs-3 { left: 25%; } .push-xs-4 { left: 33.33333%; } .push-xs-5 { left: 41.66667%; } .push-xs-6 { left: 50%; } .push-xs-7 { left: 58.33333%; } .push-xs-8 { left: 66.66667%; } .push-xs-9 { left: 75%; } .push-xs-10 { left: 83.33333%; } .push-xs-11 { left: 91.66667%; } .push-xs-12 { left: 100%; } .offset-xs-1 { margin-left: 8.33333%; } .offset-xs-2 { margin-left: 16.66667%; } .offset-xs-3 { margin-left: 25%; } .offset-xs-4 { margin-left: 33.33333%; } .offset-xs-5 { margin-left: 41.66667%; } .offset-xs-6 { margin-left: 50%; } .offset-xs-7 { margin-left: 58.33333%; } .offset-xs-8 { margin-left: 66.66667%; } .offset-xs-9 { margin-left: 75%; } .offset-xs-10 { margin-left: 83.33333%; } .offset-xs-11 { margin-left: 91.66667%; } @media (min-width: 576px) { .col-sm-1 { float: left; width: 8.33333%; } .col-sm-2 { float: left; width: 16.66667%; } .col-sm-3 { float: left; width: 25%; } .col-sm-4 { float: left; width: 33.33333%; } .col-sm-5 { float: left; width: 41.66667%; } .col-sm-6 { float: left; width: 50%; } .col-sm-7 { float: left; width: 58.33333%; } .col-sm-8 { float: left; width: 66.66667%; } .col-sm-9 { float: left; width: 75%; } .col-sm-10 { float: left; width: 83.33333%; } .col-sm-11 { float: left; width: 91.66667%; } .col-sm-12 { float: left; width: 100%; } .pull-sm-0 { right: auto; } .pull-sm-1 { right: 8.33333%; } .pull-sm-2 { right: 16.66667%; } .pull-sm-3 { right: 25%; } .pull-sm-4 { right: 33.33333%; } .pull-sm-5 { right: 41.66667%; } .pull-sm-6 { right: 50%; } .pull-sm-7 { right: 58.33333%; } .pull-sm-8 { right: 66.66667%; } .pull-sm-9 { right: 75%; } .pull-sm-10 { right: 83.33333%; } .pull-sm-11 { right: 91.66667%; } .pull-sm-12 { right: 100%; } .push-sm-0 { left: auto; } .push-sm-1 { left: 8.33333%; } .push-sm-2 { left: 16.66667%; } .push-sm-3 { left: 25%; } .push-sm-4 { left: 33.33333%; } .push-sm-5 { left: 41.66667%; } .push-sm-6 { left: 50%; } .push-sm-7 { left: 58.33333%; } .push-sm-8 { left: 66.66667%; } .push-sm-9 { left: 75%; } .push-sm-10 { left: 83.33333%; } .push-sm-11 { left: 91.66667%; } .push-sm-12 { left: 100%; } .offset-sm-0 { margin-left: 0%; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { .col-md-1 { float: left; width: 8.33333%; } .col-md-2 { float: left; width: 16.66667%; } .col-md-3 { float: left; width: 25%; } .col-md-4 { float: left; width: 33.33333%; } .col-md-5 { float: left; width: 41.66667%; } .col-md-6 { float: left; width: 50%; } .col-md-7 { float: left; width: 58.33333%; } .col-md-8 { float: left; width: 66.66667%; } .col-md-9 { float: left; width: 75%; } .col-md-10 { float: left; width: 83.33333%; } .col-md-11 { float: left; width: 91.66667%; } .col-md-12 { float: left; width: 100%; } .pull-md-0 { right: auto; } .pull-md-1 { right: 8.33333%; } .pull-md-2 { right: 16.66667%; } .pull-md-3 { right: 25%; } .pull-md-4 { right: 33.33333%; } .pull-md-5 { right: 41.66667%; } .pull-md-6 { right: 50%; } .pull-md-7 { right: 58.33333%; } .pull-md-8 { right: 66.66667%; } .pull-md-9 { right: 75%; } .pull-md-10 { right: 83.33333%; } .pull-md-11 { right: 91.66667%; } .pull-md-12 { right: 100%; } .push-md-0 { left: auto; } .push-md-1 { left: 8.33333%; } .push-md-2 { left: 16.66667%; } .push-md-3 { left: 25%; } .push-md-4 { left: 33.33333%; } .push-md-5 { left: 41.66667%; } .push-md-6 { left: 50%; } .push-md-7 { left: 58.33333%; } .push-md-8 { left: 66.66667%; } .push-md-9 { left: 75%; } .push-md-10 { left: 83.33333%; } .push-md-11 { left: 91.66667%; } .push-md-12 { left: 100%; } .offset-md-0 { margin-left: 0%; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { .col-lg-1 { float: left; width: 8.33333%; } .col-lg-2 { float: left; width: 16.66667%; } .col-lg-3 { float: left; width: 25%; } .col-lg-4 { float: left; width: 33.33333%; } .col-lg-5 { float: left; width: 41.66667%; } .col-lg-6 { float: left; width: 50%; } .col-lg-7 { float: left; width: 58.33333%; } .col-lg-8 { float: left; width: 66.66667%; } .col-lg-9 { float: left; width: 75%; } .col-lg-10 { float: left; width: 83.33333%; } .col-lg-11 { float: left; width: 91.66667%; } .col-lg-12 { float: left; width: 100%; } .pull-lg-0 { right: auto; } .pull-lg-1 { right: 8.33333%; } .pull-lg-2 { right: 16.66667%; } .pull-lg-3 { right: 25%; } .pull-lg-4 { right: 33.33333%; } .pull-lg-5 { right: 41.66667%; } .pull-lg-6 { right: 50%; } .pull-lg-7 { right: 58.33333%; } .pull-lg-8 { right: 66.66667%; } .pull-lg-9 { right: 75%; } .pull-lg-10 { right: 83.33333%; } .pull-lg-11 { right: 91.66667%; } .pull-lg-12 { right: 100%; } .push-lg-0 { left: auto; } .push-lg-1 { left: 8.33333%; } .push-lg-2 { left: 16.66667%; } .push-lg-3 { left: 25%; } .push-lg-4 { left: 33.33333%; } .push-lg-5 { left: 41.66667%; } .push-lg-6 { left: 50%; } .push-lg-7 { left: 58.33333%; } .push-lg-8 { left: 66.66667%; } .push-lg-9 { left: 75%; } .push-lg-10 { left: 83.33333%; } .push-lg-11 { left: 91.66667%; } .push-lg-12 { left: 100%; } .offset-lg-0 { margin-left: 0%; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { .col-xl-1 { float: left; width: 8.33333%; } .col-xl-2 { float: left; width: 16.66667%; } .col-xl-3 { float: left; width: 25%; } .col-xl-4 { float: left; width: 33.33333%; } .col-xl-5 { float: left; width: 41.66667%; } .col-xl-6 { float: left; width: 50%; } .col-xl-7 { float: left; width: 58.33333%; } .col-xl-8 { float: left; width: 66.66667%; } .col-xl-9 { float: left; width: 75%; } .col-xl-10 { float: left; width: 83.33333%; } .col-xl-11 { float: left; width: 91.66667%; } .col-xl-12 { float: left; width: 100%; } .pull-xl-0 { right: auto; } .pull-xl-1 { right: 8.33333%; } .pull-xl-2 { right: 16.66667%; } .pull-xl-3 { right: 25%; } .pull-xl-4 { right: 33.33333%; } .pull-xl-5 { right: 41.66667%; } .pull-xl-6 { right: 50%; } .pull-xl-7 { right: 58.33333%; } .pull-xl-8 { right: 66.66667%; } .pull-xl-9 { right: 75%; } .pull-xl-10 { right: 83.33333%; } .pull-xl-11 { right: 91.66667%; } .pull-xl-12 { right: 100%; } .push-xl-0 { left: auto; } .push-xl-1 { left: 8.33333%; } .push-xl-2 { left: 16.66667%; } .push-xl-3 { left: 25%; } .push-xl-4 { left: 33.33333%; } .push-xl-5 { left: 41.66667%; } .push-xl-6 { left: 50%; } .push-xl-7 { left: 58.33333%; } .push-xl-8 { left: 66.66667%; } .push-xl-9 { left: 75%; } .push-xl-10 { left: 83.33333%; } .push-xl-11 { left: 91.66667%; } .push-xl-12 { left: 100%; } .offset-xl-0 { margin-left: 0%; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } } .table { width: 100%; max-width: 100%; margin-bottom: 1rem; } .table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #eceeef; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #eceeef; } .table tbody + tbody { border-top: 2px solid #eceeef; } .table .table { background-color: #fff; } .table-sm th, .table-sm td { padding: 0.3rem; } .table-bordered { border: 1px solid #eceeef; } .table-bordered th, .table-bordered td { border: 1px solid #eceeef; } .table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } .table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } .table-success, .table-success > th, .table-success > td { background-color: #dff0d8; } .table-hover .table-success:hover { background-color: #d0e9c6; } .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #d0e9c6; } .table-info, .table-info > th, .table-info > td { background-color: #d9edf7; } .table-hover .table-info:hover { background-color: #c4e3f3; } .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #c4e3f3; } .table-warning, .table-warning > th, .table-warning > td { background-color: #fcf8e3; } .table-hover .table-warning:hover { background-color: #faf2cc; } .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #faf2cc; } .table-danger, .table-danger > th, .table-danger > td { background-color: #f2dede; } .table-hover .table-danger:hover { background-color: #ebcccc; } .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #ebcccc; } .thead-inverse th { color: #fff; background-color: #373a3c; } .thead-default th { color: #55595c; background-color: #eceeef; } .table-inverse { color: #fff; background-color: #373a3c; } .table-inverse th, .table-inverse td, .table-inverse thead th { border-color: #fff; } .table-inverse.table-bordered { border: 0; } .table-responsive { display: block; width: 100%; min-height: 0%; overflow-x: auto; } .table-reflow thead { float: left; } .table-reflow tbody { display: block; white-space: nowrap; } .table-reflow th, .table-reflow td { border-top: 1px solid #eceeef; border-left: 1px solid #eceeef; } .table-reflow th:last-child, .table-reflow td:last-child { border-right: 1px solid #eceeef; } .table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td { border-bottom: 1px solid #eceeef; } .table-reflow tr { float: left; } .table-reflow tr th, .table-reflow tr td { display: block !important; border: 1px solid #eceeef; } .form-control { display: block; width: 100%; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #55595c; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } .form-control::-webkit-input-placeholder { color: #999; opacity: 1; } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; opacity: 1; } .form-control::placeholder { color: #999; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #eceeef; opacity: 1; } .form-control:disabled { cursor: not-allowed; } select.form-control:not([size]):not([multiple]) { height: calc(2.5rem - 2px); } select.form-control:focus::-ms-value { color: #55595c; background-color: #fff; } .form-control-file, .form-control-range { display: block; } .col-form-label { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; } .col-form-label-lg { padding-top: 0.75rem; padding-bottom: 0.75rem; font-size: 1.25rem; } .col-form-label-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 0.875rem; } .col-form-legend { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; font-size: 1rem; } .form-control-static { padding-top: 0.5rem; padding-bottom: 0.5rem; line-height: 1.25; border: solid transparent; border-width: 1px 0; } .form-control-static.form-control-sm, .form-control-static.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } select.form-control-sm:not([size]):not([multiple]) { height: 1.8125rem; } .form-control-lg { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } select.form-control-lg:not([size]):not([multiple]) { height: 3.16667rem; } .form-group { margin-bottom: 1rem; } .form-text { display: block; margin-top: 0.25rem; } .form-check { position: relative; display: block; margin-bottom: 0.75rem; } .form-check + .form-check { margin-top: -.25rem; } .form-check.disabled .form-check-label { color: #818a91; cursor: not-allowed; } .form-check-label { padding-left: 1.25rem; margin-bottom: 0; cursor: pointer; } .form-check-input { position: absolute; margin-top: .25rem; margin-left: -1.25rem; } .form-check-input:only-child { position: static; } .form-check-inline { position: relative; display: inline-block; padding-left: 1.25rem; margin-bottom: 0; vertical-align: middle; cursor: pointer; } .form-check-inline + .form-check-inline { margin-left: .75rem; } .form-check-inline.disabled { color: #818a91; cursor: not-allowed; } .form-control-feedback { margin-top: 0.25rem; } .form-control-success, .form-control-warning, .form-control-danger { padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right 0.625rem; background-size: 1.25rem 1.25rem; } .has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control { color: #5cb85c; } .has-success .form-control { border-color: #5cb85c; } .has-success .input-group-addon { color: #5cb85c; border-color: #5cb85c; background-color: #eaf6ea; } .has-success .form-control-success { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); } .has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control { color: #f0ad4e; } .has-warning .form-control { border-color: #f0ad4e; } .has-warning .input-group-addon { color: #f0ad4e; border-color: #f0ad4e; background-color: white; } .has-warning .form-control-warning { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); } .has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control { color: #d9534f; } .has-danger .form-control { border-color: #d9534f; } .has-danger .input-group-addon { color: #d9534f; border-color: #d9534f; background-color: #fdf7f7; } .has-danger .form-control-danger { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); } @media (min-width: 576px) { .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; width: auto; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .form-control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .form-check { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .form-check-label { padding-left: 0; } .form-inline .form-check-input { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .btn { display: inline-block; font-weight: normal; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.5rem 1rem; font-size: 1rem; border-radius: 0.25rem; } .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:focus, .btn:hover { text-decoration: none; } .btn.focus { text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; } .btn.disabled, .btn:disabled { cursor: not-allowed; opacity: .65; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-primary { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-primary:hover { color: #fff; background-color: #025aa5; border-color: #01549b; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #025aa5; border-color: #01549b; } .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #025aa5; border-color: #01549b; background-image: none; } .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #014682; border-color: #01315a; } .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus { background-color: #0275d8; border-color: #0275d8; } .btn-primary.disabled:hover, .btn-primary:disabled:hover { background-color: #0275d8; border-color: #0275d8; } .btn-secondary { color: #373a3c; background-color: #fff; border-color: #ccc; } .btn-secondary:hover { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:focus, .btn-secondary.focus { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; background-image: none; } .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus { color: #373a3c; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus { background-color: #fff; border-color: #ccc; } .btn-secondary.disabled:hover, .btn-secondary:disabled:hover { background-color: #fff; border-color: #ccc; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #2aabd2; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #2aabd2; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #2aabd2; background-image: none; } .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1f7e9a; } .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus { background-color: #5bc0de; border-color: #5bc0de; } .btn-info.disabled:hover, .btn-info:disabled:hover { background-color: #5bc0de; border-color: #5bc0de; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #419641; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #419641; } .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #419641; background-image: none; } .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #2d672d; } .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus { background-color: #5cb85c; border-color: #5cb85c; } .btn-success.disabled:hover, .btn-success:disabled:hover { background-color: #5cb85c; border-color: #5cb85c; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #eb9316; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #eb9316; } .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #eb9316; background-image: none; } .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #b06d0f; } .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus { background-color: #f0ad4e; border-color: #f0ad4e; } .btn-warning.disabled:hover, .btn-warning:disabled:hover { background-color: #f0ad4e; border-color: #f0ad4e; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #c12e2a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #c12e2a; } .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #c12e2a; background-image: none; } .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #8b211e; } .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus { background-color: #d9534f; border-color: #d9534f; } .btn-danger.disabled:hover, .btn-danger:disabled:hover { background-color: #d9534f; border-color: #d9534f; } .btn-outline-primary { color: #0275d8; background-image: none; background-color: transparent; border-color: #0275d8; } .btn-outline-primary:hover { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-outline-primary:focus, .btn-outline-primary.focus { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #0275d8; border-color: #0275d8; } .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus { color: #fff; background-color: #014682; border-color: #01315a; } .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus { border-color: #43a7fd; } .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover { border-color: #43a7fd; } .btn-outline-secondary { color: #ccc; background-image: none; background-color: transparent; border-color: #ccc; } .btn-outline-secondary:hover { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus { color: #fff; background-color: #a1a1a1; border-color: #8c8c8c; } .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus { border-color: white; } .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { border-color: white; } .btn-outline-info { color: #5bc0de; background-image: none; background-color: transparent; border-color: #5bc0de; } .btn-outline-info:hover { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-outline-info:focus, .btn-outline-info.focus { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1f7e9a; } .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus { border-color: #b0e1ef; } .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover { border-color: #b0e1ef; } .btn-outline-success { color: #5cb85c; background-image: none; background-color: transparent; border-color: #5cb85c; } .btn-outline-success:hover { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-outline-success:focus, .btn-outline-success.focus { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #2d672d; } .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus { border-color: #a3d7a3; } .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover { border-color: #a3d7a3; } .btn-outline-warning { color: #f0ad4e; background-image: none; background-color: transparent; border-color: #f0ad4e; } .btn-outline-warning:hover { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-outline-warning:focus, .btn-outline-warning.focus { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #b06d0f; } .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus { border-color: #f8d9ac; } .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover { border-color: #f8d9ac; } .btn-outline-danger { color: #d9534f; background-image: none; background-color: transparent; border-color: #d9534f; } .btn-outline-danger:hover { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-outline-danger:focus, .btn-outline-danger.focus { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #d9534f; border-color: #d9534f; } .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #8b211e; } .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus { border-color: #eba5a3; } .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover { border-color: #eba5a3; } .btn-link { font-weight: normal; color: #759de8; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { background-color: transparent; } .btn-link, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover { border-color: transparent; } .btn-link:focus, .btn-link:hover { color: #336edd; text-decoration: underline; background-color: transparent; } .btn-link:disabled:focus, .btn-link:disabled:hover { color: #818a91; text-decoration: none; } .btn-lg { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } html { box-sizing: border-box; } body { font-family: -apple-system,BlinkMacSystemFont,Neue Haas Grotesk Text Pro,Arial Nova,Segoe UI,Helvetica Neue,\.PingFang SC,PingFang SC,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,Hiragino Sans GB,sans-serif; -webkit-font-smoothing: antialiased; font-weight: 400; color: #999; font-size: 13px; line-height: 1.5; margin: 0; background-color: #f7f7f7; } body a { color: #999; } body a:hover, body a:focus { color: #759de8; } .content-container { margin: 0 auto; margin-top: 30px; padding-top: 7px; } @media (max-width: 767px) { .content-container { padding-left: 5px !important; padding-right: 5px !important; } .col-md-9, .col-md-3 { padding-left: 0px !important; padding-right: 0px !important; } } @media (min-width: 1200px) { .content-container { max-width: none; padding-left: 5% !important; padding-right: 5% !important; } } @media (min-width: 1450px) { .content-container { max-width: none; padding-left: 10% !important; padding-right: 10% !important; } } .divider { margin: 0 3px; color: #999; } .important-divider { margin: 0 3px; color: #4b89ac; } .blur { -moz-filter: blur(5px); -webkit-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } .important-font { color: #666 !important; } .light-font { color: #b7ccf3 !important; } .light-font:hover { color: #666 !important; } ul { margin: 0; padding: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { float: left; } .float-right { float: right; } .text-center { text-align: center; } .float-left { float: left; } *, *::before, *::after { box-sizing: inherit; } .cl::after { clear: both; content: " "; display: table; } .transition { transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; } .tag-sp { display: inline-block; margin-right: 5px; margin-top: 10px; border-radius: 3px; font-size: 0; } .tag-sp span { font-size: 13px; border-top: 1px solid #759de8; border-bottom: 1px solid #759de8; padding: 2px 10px 2px 8px; border-radius: 3px 0 0 3px; color: #fff; background-color: #759de8; } .tag-sp a { font-size: 13px; padding: 2px 10px 2px 8px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; background-color: #f3f3f3; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .tag-sp a:last-of-type { border-radius: 0 3px 3px 0; border-right: 1px solid #dedede; } @media (max-width: 767px) { .hidden-xs { display: none !important; } .clear-xs { max-width: inherit !important; height: inherit !important; margin-left: 0px !important; margin-right: 0px !important; } } .container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .container::after { content: ""; display: table; clear: both; } .row::after { content: ""; display: table; clear: both; } dd { margin-bottom: .5rem; margin-left: 0; } img { vertical-align: middle; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 400; line-height: 1.1; color: inherit; margin-top: 0; } a, a:focus, a:hover { text-decoration: none; outline: none; } .tag-success { background-color: #759de8; } form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } form .form-group { margin-bottom: 1rem; } form label { display: inline-block; margin-bottom: .5rem; } form .form-control { display: block; width: 100%; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #55595c; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.1rem; } form .form-control:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } form .form-control:disabled, form .form-control[readonly] { background-color: #eceeef; opacity: 1; } form .form-control:disabled { cursor: not-allowed; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; -webkit-overflow-scrolling: touch; } .modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0, -25%); } .modal.in .modal-dialog { transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } @media (min-width: 544px) { .modal-dialog { max-width: 600px; margin: 30px auto; } } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs .nav-item { float: left; margin-bottom: -1px; } .nav-tabs .nav-link { display: block; padding: 0.5em 1em; border: 1px solid transparent; border-top-right-radius: 0.1rem; border-top-left-radius: 0.1rem; } .nav-tabs .nav-item + .nav-item { margin-left: 0.2rem; } .nav-tabs::after { content: ""; display: table; clear: both; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #eceeef #eceeef #ddd; } .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover { color: #818a91; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover { color: #55595c; background-color: #fff; border-color: #ddd #ddd transparent; } .pagination { display: inline-block; padding-left: 0; margin-top: 1rem; margin-bottom: 1rem; border-radius: 0.1rem; } .pagination .page-item { display: inline; } .pagination .page-item .page-link { position: relative; float: left; padding: 0.5rem 0.75rem; margin-left: -1px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; color: #999; } .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover { color: #759de8; background-color: #eceeef; border-color: #ddd; } .pagination .page-item:first-child .page-link { margin-left: 0; border-bottom-left-radius: 0.1rem; border-top-left-radius: 0.1rem; } .pagination .page-item:last-child .page-link { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; } .btn { display: inline-block; font-weight: normal; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.3rem 1rem; font-size: 1rem; border-radius: 0.1rem; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.1rem; } .btn-outline-primary { color: #759de8; border-color: #759de8; background-image: none; background-color: transparent; } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { color: #fff !important; background-color: #759de8; border-color: #759de8; } .btn-primary { color: #fff; background-color: #759de8; border-color: #759de8; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: #fff; background-color: #336edd; border-color: #336edd; outline: none; } .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus { color: #fff; background-color: #336edd; border-color: #336edd; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; padding: 5px 0; list-style: none; background-color: #446491; border: 1px solid #ace6f6; border-top: none; border-radius: 0.1rem; } .dropdown .dropdown-menu .dropdown-item { display: block; line-height: normal; width: 100%; padding: 3px 20px; clear: both; font-weight: 300; color: #373a3c; text-align: inherit; white-space: nowrap; } .dropdown .dropdown-menu .dropdown-item a { font-size: 13px; color: #999; } .dropdown .dropdown-menu .dropdown-item a:hover { color: #759de8; background: none; } .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover { color: #2b2d2f; text-decoration: none; background-color: #ace6f6; } .card { position: relative; display: block; margin-bottom: 0.75rem; border-radius: 0.1rem; box-shadow: 0 1px 2px #dedede; background-color: #fff; } .card .card-header { font-weight: 400; background-color: #fff; color: #666; position: relative; border-bottom: 1px solid #f5f5f5; padding: 0.5rem 1rem !important; } .card .card-header a:hover { color: #759de8; } .card .card-header .fa { padding-right: 5px; } .card .card-header::after { content: ""; display: table; clear: both; } .card .card-header::after { content: ""; width: 50%; height: 2px; background: #759de8; position: absolute; left: 0; bottom: -1px; } .card .card-block { padding: 1.25rem; } .card .card-block::after { content: ""; display: table; clear: both; } .col-md-9, .col-md-3, .col-xs-6 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-md-9 { padding-left: 0px; } @media (min-width: 768px) { .col-md-9 { float: left; width: 75%; } .col-md-3 { float: left; width: 25%; } } .col-xs-6 { float: left; width: 50%; } .page-link { color: #999; } .page-link:focus, .page-link:hover { color: #759de8; } .form-control:focus { border-color: #759de8; } .card:beforex { background-color: #4b89ac; transition: opacity 0.5s ease; bottom: 0; content: ''; display: block; height: 100%; left: 0; opacity: 0.85; position: absolute; width: 100%; z-index: 2; } @media (max-width: 767px) { .header .header-container { width: 100% !important; } .header .header-container .header-logo { margin: 0 auto !important; width: 50px !important; position: absolute !important; left: 0px !important; } .header .header-container .header-logo a { font-size: 15px !important; padding: 0 !important; } .header .header-container .header-nav { padding-left: 50px !important; max-width: none !important; } .header .header-container .header-nav li { width: 25% !important; } } .header.scroll { transition: 0.3s ease-out; box-shadow: 0 3px 10px #e4e4e4; position: fixed; top: -70px; transform: translateY(70px); } .header.scroll .header-container .header-logo { top: 15px; left: 0; } .header { width: 100%; margin: 0 auto; z-index: 999; background-color: #446491; } .header a { color: #fff; } .header .btn-outline-primary { border-color: #336edd; } .header .btn-primary { background-color: #336edd; border-color: #336edd; } .header .header-container { height: 70px; margin: 0 30px; line-height: 70px; } .header .header-container .header-logo { position: relative; float: left; z-index: 9; top: 50px; text-align: center; font-size: 14px; left: -30px; background-color: #ace6f6; line-height: 40px; } .header .header-container .header-logo .color { cursor: pointer; display: none; width: 25%; height: 20px; } .header .header-container .header-logo .color.color1 { background-color: #FFBCBC; } .header .header-container .header-logo .color.color2 { background-color: #34495E; } .header .header-container .header-logo .color.color3 { background-color: #ace6f6; } .header .header-container .header-logo .color.color4 { background-color: #e95420; } .header .header-container .header-logo:hover .color { float: left; display: block; } .header .header-container .header-logo a { font-size: 20px; padding-right: 15px; padding-left: 15px; color: #fff; font-weight: 300; } .header .header-container .header-logo a:hover { color: #fff; } .header .header-container .header-nav { width: 100%; max-width: 450px; float: left; list-style: none; } .header .header-container .header-nav li { float: left; position: relative; text-align: center; width: 25%; } .header .header-container .header-nav li.active { box-shadow: inset 0 -3px 0px #ace6f6; } .header .header-container .header-nav li.active a { font-weight: 400; color: #ace6f6; } .header .header-container .header-nav li:hover { background-color: rgba(255, 255, 255, 0.26); box-shadow: inset 0 -3px 0px #ace6f6; } .header .header-container .header-nav li a { font-weight: 300; display: block; font-size: 15px; text-align: center; color: #fff; } .header .header-container .header-nav li a:focus, .header .header-container .header-nav li a:hover { color: #ace6f6; } .header .header-container .header-tip { float: right; } .header .header-container .header-tip #user-avatar img { border-radius: 50%; } .header .header-container .header-tip a { color: #fff; } .header .header-container .header-tip a:hover { font-weight: 400; color: #ace6f6; } .header .header-container .header-tip .options > li { float: left; margin-right: 10px; position: relative; text-align: center; } .header .header-container .header-tip .options > li img { width: 50px; border-radius: 50%; } .header .header-container .header-tip .options > li > a { padding: 5px; } .header .header-container .header-tip .options > li > a:hover { background-color: rgba(255, 255, 255, 0.26); } .header .header-container .header-tip .options > li > a:first-of-type { background: none; } .banner { border: 10px solid #fff; margin-bottom: 20px; background-position: 50%; background-size: cover; border-radius: 2px; cursor: pointer; } .banner .bg img { width: 100%; height: 200px; } .chat-launcher .chat-button { position: fixed; bottom: 20px; right: 10px; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.01), 0 3px 5px 1px rgba(0, 0, 0, 0.1), 0 9px 14px 0 rgba(0, 0, 0, 0.2); background: url("data:image/svg+xml;<KEY> } @media (max-width: 767px) { .chat-container { padding-left: 5px; padding-right: 5px; width: 100% !important; min-width: 400px; } .chat-container .chat { width: 100% !important; } } .chat { display: none; z-index: 999; position: fixed; right: 0; bottom: 0; width: 350px; height: 100%; overflow: hidden; outline: 0; background: #fff; border: 1px solid #ededed; } .chat .chat-header { position: relative; top: 0; right: 0; width: 100%; height: 44px; line-height: 44px; overflow: hidden; background-image: linear-gradient(0deg, rgba(149, 157, 167, 0.15), rgba(255, 255, 255, 0.15)); box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1); text-align: center; } .chat .chat-header .chat-close { float: right; display: inline-block; width: 20px; height: 20px; margin-right: 10px; /* border: none; */ } .chat .chat-content { position: absolute; top: 44px; right: 0; bottom: 120px; z-index: 2147483601; width: 100%; overflow-y: scroll; } .chat .chat-content .user-list { position: absolute; width: 50px; } .chat .chat-content .user-list .chat-userx { cursor: pointer; width: 50px; } .chat .chat-content .user-list .chat-userx img { width: 40px; } .chat .chat-content .user-list .chat-user { cursor: pointer; width: 50px; text-align: center; padding: 5px; color: #999; float: left; border: 1px dashed transparent; border-bottom: 1px solid #f5f5f5; } .chat .chat-content .user-list .chat-user:hover { border: 1px dashed #d8d6d6; } .chat .chat-content .user-list .chat-user:hover span { padding: 2px; background-color: #efefef; } .chat .chat-content .user-list .chat-user span { display: block; line-height: 1; padding: 2px; overflow: hidden; } .chat .chat-content .user-list .chat-user img { display: block; width: 40px; border-radius: 50%; margin-bottom: 3px; } .chat .chat-content ul { margin-left: 50px; height: 100%; overflow-y: scroll; overflow-x: hidden; border-left: 1px solid #f5f5f5; } .chat .chat-content li { padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px; } .chat .chat-content li:first-of-type { margin-top: 0px; } .chat .chat-content .avatar { width: 30px; height: 30px; border-radius: 50%; } .chat .chat-content .chat-other { border-bottom: 1px solid #ededed; } .chat .chat-content .chat-other img { float: left; } .chat .chat-content .chat-other .chat-text { text-align: left; margin-left: 35px; } .chat .chat-content .chat-self { border-bottom: 1px solid #ededed; } .chat .chat-content .chat-self img { float: right; } .chat .chat-content .chat-self .chat-text { text-align: right; margin-right: 35px; } .chat .chat-footer { position: absolute; height: 120px; right: 0; bottom: 0; left: 0; z-index: 2147483601; max-width: 620px; padding: 8px; margin: 0 auto; background-color: #fff; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.08); padding: 10px; background-color: #f7f7f7; } .chat .chat-footer textarea { display: block; width: 100%; margin-bottom: 5px; } .chat .chat-footer .form-group { margin: 0; padding: 0; border: none; } .footer { background-color: white; margin-top: 20px; padding-top: 20px; } .footer .footer-container { margin-top: 10px; } .footer .footer-container dl { margin: 0; float: left; width: 240px; padding-left: 22px; } .footer .footer-container dl dt { font-size: 16px; color: #333; font-weight: 300; margin-bottom: 10px; padding-left: 16px; line-height: 1; border-left: 3px solid #d8d8d8; } .footer .footer-container dl dd { line-height: 2; font-size: 13px; margin-bottom: 4px; color: #999; margin-left: 20px; } .footer .footer-container dl dd a { color: #555555; } .footer .footer-container .footer-logo { margin: 10px; text-align: center; } .post-list .card-header a, .post-detail .card-header a { margin: 0 3px; } .post-list .card-header a.active, .post-detail .card-header a.active { color: #759de8; } .all-cate-card .card-header a { color: #666; } .all-cate-card .divider { margin: 0 3px; } .card-header-all-bt { color: #446491 !important; font-weight: bold; padding: 3px; } .card-header-all-bt .fa { font-weight: bold; padding-right: 2px; color: #446491; } .card-header-all-bt:hover { background-color: rgba(226, 223, 223, 0.62); } .index-html .col-md-9 { padding-right: 0px; } .index-html .col-md-9 .card-block { padding: 0 1.25rem; } .index-html .col-md-3 { padding-right: 0px; } .index-html.content-container { padding-left: 25px; } @media (max-width: 767px) { .index-html .all-cate-card { margin-left: 21px !important; } } .current-topic { background-color: #759de8; float: left; position: absolute; top: 50%; transform: translate(0, -50%); left: -21px; width: 21px; min-height: 70px; } .current-topic span { position: absolute; display: block; text-align: center; top: 50%; transform: translate(0, -50%); color: #fff; font-size: 11px; } .top-post.post-item .item-title .fa-hashtag { color: tomato; } .post-item { border-bottom: 1px solid #f5f5f5; padding-top: 17px; padding-bottom: 7px; position: relative; } .post-item .post-avatar { display: inline-block; float: left; max-width: 10%; min-width: 50px; } .post-item .post-avatar img { width: 40px; border-radius: 40px; } .post-item .post-avatar span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%; } .post-item .post-item-mid { display: inline-block; float: left; max-width: 80%; } .post-item .post-item-mid .item-title { font-size: 16px; font-weight: 400; margin-bottom: 7px; word-wrap: break-word; } .post-item .post-item-mid .item-title a { color: #666; } .post-item .post-item-mid .item-title a:hover { color: #759de8; text-decoration: underline; } .post-item .post-item-mid .item-info { font-size: 12px; } .post-item .post-item-mid .item-info .post-category { padding: 3px; color: #999; background-color: #efefef; } .post-item .post-item-mid .item-info .divider { margin: 0 3px; color: #ccc; } .post-item .post-item-end { display: inline-block; float: right; max-width: 10%; min-width: 30px; color: #446491; right: 0px; top: 0px; width: 30px; } .post-detail-html .col-md-9, .post-detail-html .col-md-3 { padding-right: 0px; } .post-detail-card { border-bottom: 1px solid #e5e5e5; } .post-detail-card .card { box-shadow: inset 0 0 0 1px #e1e1e1; } .post-detail-card .card a { color: #999; } .post-detail-card .post-detail-header { padding: 5px; border-bottom: 1px dashed #e0e0e0; position: relative; } .post-detail-card .post-detail-header .avatar { width: 50px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .post-detail-card .post-detail-header .avatar img { width: 40px; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .post-detail-card .post-detail-header .avatar span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .post-detail-card .post-detail-header .post-detail-header-mid { position: relative; margin-left: 50px; } .post-detail-card .post-detail-header .post-title { max-width: 500px; margin: 0; } .post-detail-card .post-detail-header .post-title a { font-size: 20px; font-weight: 500; line-height: 30px; color: #666; } .post-detail-card .post-detail-header .post-info { font-size: 11px; margin-bottom: 5px; } .post-detail-card .post-detail-header .post-info .username { color: #666; } .post-detail-card .post-function { padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; margin-top: 10px; text-align: right; } .post-detail-card .post-function a { color: #999; padding: 2px; } .post-detail-card .post-function a:hover { color: #759de8; background-color: #efefef; } .post-detail-card .post-function a:hover .fa { color: #759de8; } .post-detail-card .post-function a.post-collected { color: #759de8; background-color: #efefef; } .post-detail-card .post-function a.post-collected .fa { color: #759de8; } .post-detail-card .post-function .fa { color: #999; } .post-detail-card .post-content { word-wrap: break-word; word-break: normal; font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif; overflow-x: hidden; font-size: 15px; line-height: 1.6; font-weight: 300px; word-wrap: break-word; word-break: normal; padding: 10px; color: #555; } .post-detail-card .post-content blockquote { margin: 0 10px; } .post-detail-card .post-content blockquote p { background-color: #fbfbfb; margin-bottom: .33999rem; font-style: italic; padding: .66001rem 1rem 1rem; border-left: 5px solid #ace6f6; } .post-detail-card .post-content code { display: inline-block; margin: 0 5px; padding: 0 5px; background: #f7f8f8; } .post-detail-card .post-content strong, .post-detail-card .post-content b { font-weight: bold; } .post-detail-card .post-content h1, .post-detail-card .post-content h2, .post-detail-card .post-content h3, .post-detail-card .post-content h4, .post-detail-card .post-content h5, .post-detail-card .post-content h6 { font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif; line-height: 1.7; } .post-detail-card .post-content a { color: #759de8; text-decoration: underline; } .post-detail-card .post-content img { max-width: 90%; } .post-reply .avatar { position: absolute; } .post-reply .avatar img { width: 40px; } .post-reply .avatar span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%; } .post-reply .reply-item { padding-top: 5px; padding-bottom: 7px; border-bottom: 1px solid #e5e5e5; } .post-reply .reply-item .reply-main { margin-left: 50px; } .post-reply .reply-item .reply-head { font-size: 11px; } .post-reply .reply-item .reply-head .username { color: #446491; } .post-reply .reply-item .reply-head .floor { color: #ace6f6; } .post-reply .reply-item:last-of-type { border-bottom: none; } .post-reply .reply-function { margin-top: 7px; text-align: right; } .post-reply .reply-function a { color: #999; padding: 2px; } .post-reply .reply-function a:hover { color: #759de8; background-color: #efefef; } .post-reply .reply-function a.postreply-supported { color: #759de8; } .post-reply .reply-function a.postreply-supported .fa { color: #759de8; } .post-reply .reply-function span { padding-right: 2px; } .post-reply .reply-function .fa { color: #999; } .post-reply-card .card-block { padding: 10px; } .post-reply-card .mediumeditor { min-height: 200px; outline: none; padding: 0px; } .post-reply-card .mediumeditor blockquote { margin: 15px; border-left: 3px solid #2ecc71; padding-left: 9px; } .medium-editor-toolbar .medium-editor-toolbar-actions li button { border: none; padding: 0px; width: 40px; height: 30px; background-color: #fff; border-right: 1px dashed #4b89ac; border-top: 1px dashed #4b89ac; border-bottom: 1px dashed #4b89ac; } .medium-editor-toolbar .medium-editor-toolbar-actions li button:hover { background-color: #4b89ac; color: #fff; } .medium-editor-toolbar .medium-editor-toolbar-actions li:first-of-type button { border-left: 1px dashed #4b89ac; } .medium-toolbar-arrow-under:after { border: 1px solid #4b89ac; } .content-container form { margin-bottom: 13px; } .content-container form label { font-size: 13px; } .content-container form .parsley-errors-list { list-style: none outside none; color: #d9534f; margin-left: 5px; } .note-editor.note-frame { border: none; border-left: 1px solid #F3EEEE; border-right: 1px solid #F3EEEE; } .note-editor.note-frame p { margin-bottom: 0.3rem !important; } .note-toolbar button { height: 30px; } .dropdown:hover .card-header-all { display: block; } .card-header-all { display: none; width: 100%; left: 0; position: absolute; background-color: #fff; z-index: 1; padding: 5px; box-shadow: 0 1px 2px #dedede; } .card-header-all h3 { font-size: 14px; line-height: 30px; border-bottom: 1px solid #e8e8e8; color: #666; } .card-header-all .card-header-all-cate > li { padding: 5px 0; border-bottom: 1px solid #e8e8e8; } .card-header-all .card-header-all-cate > li:last-of-type { border-bottom: none; } .card-header-all .card-header-all-cate > li h4 { font-size: 13px; font-weight: bold; color: #666; } .card-header-all .card-header-all-cate > li h4 .fa { color: tomato; } .card-header-all .card-header-all-cate .card-header-all-cate-topic { padding-left: 10px; } .card-header-all .card-header-all-cate .card-header-all-cate-topic > li { float: left; } .card-header-all .card-header-all-cate .card-header-all-cate-topic > li a { padding: 3px; color: #999; } .card-header-all .card-header-all-cate .card-header-all-cate-topic > li a:hover { background-color: #efefef; color: #759de8; } .card-header-all .card-header-all-cate:last-of-type { border-bottom: none; } .card-header-all-bak .card-header-all-cate { width: 100px; } .card-header-all-bak .card-header-all-cate > li { position: relative; } .card-header-all-bak .card-header-all-cate > li:hover .card-header-all-cate-topic { display: block; } .card-header-all-bak .card-header-all-cate .card-header-all-cate-topic { display: none; top: 0; left: 100%; width: 300px; position: absolute; } .card-header-all-bak .card-header-all-cate .card-header-all-cate-topic > li { float: none; } .card-header-all:hover { display: block; } .all-cate-card-footer .card-block { padding: 0 !important; padding-left: 1.25rem !important; } .card-header-all-footer { width: 100%; background-color: #fff; z-index: 2; } .card-header-all-footer h3 { font-size: 14px; line-height: 30px; border-bottom: 1px dashed #e8e8e8; color: #666; } .card-header-all-footer .card-header-all-cate > li { padding: 5px 0; border-bottom: 1px dashed #e8e8e8; } .card-header-all-footer .card-header-all-cate > li:last-of-type { border-bottom: none; } .card-header-all-footer .card-header-all-cate > li h4 { font-size: 13px; font-weight: bold; color: #666; } .card-header-all-footer .card-header-all-cate > li h4 .fa { color: tomato; } .card-header-all-footer .card-header-all-cate .card-header-all-cate-topic > li { padding-left: 10px; float: left; } .card-header-all-footer .card-header-all-cate .card-header-all-cate-topic > li a { padding: 3px; color: #999; } .card-header-all-footer .card-header-all-cate .card-header-all-cate-topic > li a:hover { background-color: #efefef; color: #759de8; } .system-status-card li { line-height: 20px; } .system-status-card span { color: #999; font-weight: normal; margin-left: 10px; font-size: 13px; } .system-status-card dt { font-weight: normal; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; padding-left: 0px; border-bottom: 1px dashed #eee; } .system-status-card dd { font-weight: normal; margin-bottom: 0px; line-height: 30px; padding-left: 0px; border-bottom: 1px dashed #eee; } .post-hot-card li { padding: 3px 0; border-bottom: 1px dashed #eee; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .post-hot-card li a { color: #999; } .post-hot-card li a:hover { color: #759de8; } .profile-card.custom-card .x-header { padding: 10px; color: #759de8; border-bottom: 2px solid #759de8; } .profile-card.custom-card .x-header dl dt { margin-right: 10px; } .profile-card.custom-card .x-header dl dd { line-height: 40px; } .profile-card.custom-card .x-header img { width: 40px; } .profile-card.custom-card .x-header ul { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; } .profile-card.custom-card .x-header ul li { display: block; text-align: center; box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .profile-card.custom-card .x-footer { margin-top: 20px; } .profile-card.custom-card .x-footer ul li { padding: 5px; text-align: center; } .profile-card.custom-card .x-footer ul li a:hover { border-bottom: 1px solid #759de8; } .user-profile-html .col-md-9 { padding-right: 0px; } .user-profile-html .col-md-3 { margin-bottom: 10px; } .user-profile-widget { font-size: 12px; background-color: white; padding: 10px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .user-profile-widget img { max-width: 200px; width: 100%; margin: 4px 0px 15px; min-height: 100px; border: 1px dashed #eee; } .user-profile-widget .row { margin-left: 0px; margin-right: 0px; } .user-profile-widget dt { text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; padding-left: 3px; border-bottom: 1px dashed #d8d6d6; } .user-profile-widget dd { margin-bottom: 0px; line-height: 30px; padding-left: 0px; border-bottom: 1px dashed #d8d6d6; } .user-profile-trend { background-color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); padding-left: 0px; } .user-profile-trend a { color: #999; } .user-profile-trend a:hover { color: #759de8; } .user-profile-trend li { color: #999; } .user-profile-follow { background-color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); padding-left: 0px; } .user-profile-follow a { color: #999; } .user-profile-follow a:hover { color: #759de8; } .user-profile-follow .profile-card-body { padding: 10px; } .user-profile-follow .profile-card-body li { text-align: center; padding: 5px; color: #999; float: left; border: 1px dashed transparent; } .user-profile-follow .profile-card-body li:hover { border: 1px dashed #d8d6d6; } .user-profile-follow .profile-card-body li:hover span { padding: 2px; background-color: #efefef; } .user-profile-follow .profile-card-body li span { display: block; line-height: 1; padding: 2px; } .user-profile-follow .profile-card-body li img { display: block; width: 40px; border-radius: 50%; margin-bottom: 3px; } .user-profile-card .profile-card-head { color: #446491; font-size: 14px; text-decoration: underline; text-align: center; line-height: 40px; padding: 5px; background-color: #fbfbfb; } .user-profile-card .profile-card-body { padding-right: 10px; padding-left: 10px; } .user-profile-card .profile-card-body-list { padding-left: 10px; padding-right: 10px; } .user-profile-card .profile-card-body-list li { line-height: 30px; border-bottom: 1px dashed #d8d6d6; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .user-profile-card .profile-card-body-list .fa { font-size: 16px; } .user-profile-follower-html .col-md-9 { padding-right: 0px; } .user-profile-follower-html .col-md-3 { margin-bottom: 10px; } .user-profile-edit-html .col-md-9 { padding-right: 0px; } .user-profile-edit-html .col-md-3 { margin-bottom: 10px; } .user-avatar-edit { text-align: center; background-color: white; padding: 10px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .user-avatar-edit img#avatar-cropper { max-width: 100%; margin: 4px 0px 15px; min-height: 100px; border: 1px dashed #eee; } .user-avatar-edit .photo-container { padding-left: 10px; box-sizing: border-box; } .user-avatar-edit .photo-container li { line-height: 0px; } .user-avatar-edit .photo-container .avatar-preview { margin-top: 10px; overflow: hidden; } .user-avatar-edit .photo-container .avatar-preview.col-1 { width: 50px; height: 50px; } .user-avatar-edit .photo-container .avatar-preview.col-2 { width: 100px; height: 100px; } .user-avatar-edit .select-avatar { position: relative; overflow: hidden; margin: 10px; } .user-avatar-edit .select-avatar input.file-input { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .user-profile-edit { background-color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .user-profile-edit a { color: #999; } .user-profile-edit .user-profile-edit-body { padding-bottom: 10px; } .user-profile-edit form { margin-top: 10px; } .user-profile-edit form label { text-align: center; } .user-profile-edit form .form-control { font-size: 13px; } .user-profile-notification-html .col-md-9 { padding-right: 0px; } .user-profile-notification-html .col-md-3 { margin-bottom: 10px; } .emoji { display: inline-block; font-size: 20px; width: 20px; height: 20px; margin: 0 2px; vertical-align: text-bottom; } .post-new-html .emojis, .post-detail-html .emojis { z-index: 1; display: none; position: absolute; width: 107px; margin-top: 5px; padding: 5px; padding-bottom: 0; background-color: #fff; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22); } .recommend .header { position: absolute; width: 100%; border-bottom: none; box-shadow: none; background-color: transparent; } .recommend .header a { color: #fff; } .recommend .header a:hover { color: #4b89ac; } .recommend .header .options .dropdown a { color: #fff; } .recommend .header .options .dropdown a:hover { color: #4b89ac; } .recommend .recommend-header .author { position: absolute; right: 10px; bottom: 10px; } .recommend .title-inner { text-align: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 30rem; padding: 0; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .recommend .title { font-weight: 300; width: 150px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } .recommend .title .main-title { font-size: 55px; } .recommend .title .sub-title { font-size: 14px; } .recommend #fp-nav ul li a span, .recommend .fp-slidesNav ul li a span { background-color: #759de8; } .recommend .recommend-header { position: relative; background-image: url("/assets/images/bgs/2.jpg"); background-size: cover; height: 100vh; } .recommend section { position: relative; background-color: #fff; height: 100vh; } .recommend section .color-bg { position: absolute; display: block; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; } .recommend .section-header { font-weight: 100; color: #fff; text-align: center; font-size: 30px; line-height: 60px; position: relative; } .recommend .section-header::after { text-align: center; content: ""; width: 100px; left: 50%; margin-left: -50px; height: 2px; background: #4b89ac; position: absolute; bottom: -1px; } .recommend .section-content { position: relative; padding: 10px; } .recommend .section-content img { width: 150px; } .recommend .section-content .ccard { float: left; margin: 10px; } .recommend .section-content .ccard:hoverx .ccard-logo { overflow: auto; margin: auto; top: 0; left: 0; bottom: 0; right: 0; } .recommend .section-content .ccard:hoverx .ccard-content { display: block; } .recommend .section-content .ccard .ccard-logo { position: relative; width: 100px; height: 100px; background-color: rgba(245, 245, 245, 0.53); } .recommend .section-content .ccard .ccard-logo img { width: 80px; height: 80px; overflow: auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .recommend .section-content .ccard .ccard-logo.active { border: 1px solid #b7ccf3; } .recommend .section-content .ccard .ccard-content { display: none; background-color: #fff; padding: 5px; } .recommend .section-content .ccard .ccard-content pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } .recommend .section-content .ccard .ccard-content .ccard-title { text-align: center; font-size: 14px; } .recommend .section-content .intro { display: none; background-color: #fff; top: 0; z-index: 20; padding: 20px; margin-bottom: 10px; opacity: 0.8; } .recommend .section-content .intro .ccard-title { text-align: center; font-size: 14px; } .recommend .section-content .intro pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } /* * Usage: * <div class="sk-cube-grid"> <div class="sk-cube sk-cube1"></div> <div class="sk-cube sk-cube2"></div> <div class="sk-cube sk-cube3"></div> <div class="sk-cube sk-cube4"></div> <div class="sk-cube sk-cube5"></div> <div class="sk-cube sk-cube6"></div> <div class="sk-cube sk-cube7"></div> <div class="sk-cube sk-cube8"></div> <div class="sk-cube sk-cube9"></div> </div> * */ .loading { display: none; position: absolute; background-color: rgba(144, 140, 140, 0.2); top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; } .loading-content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: -ms-flex; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .loading-content .loading-tip { margin-left: 10px; } .sk-cube-grid { width: 40px; height: 40px; /* * Spinner positions * 1 2 3 * 4 5 6 * 7 8 9 */ } .sk-cube-grid .sk-cube { width: 33.33%; height: 33.33%; background-color: #333; float: left; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .sk-cube-grid .sk-cube1 { animation-delay: 0.2s; } .sk-cube-grid .sk-cube2 { animation-delay: 0.3s; } .sk-cube-grid .sk-cube3 { animation-delay: 0.4s; } .sk-cube-grid .sk-cube4 { animation-delay: 0.1s; } .sk-cube-grid .sk-cube5 { animation-delay: 0.2s; } .sk-cube-grid .sk-cube6 { animation-delay: 0.3s; } .sk-cube-grid .sk-cube7 { animation-delay: 0.0s; } .sk-cube-grid .sk-cube8 { animation-delay: 0.1s; } .sk-cube-grid .sk-cube9 { animation-delay: 0.2s; } @keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { transform: scale3D(1, 1, 1); } 35% { transform: scale3D(0, 0, 1); } } .captcha { height: 40px; border: 1px solid #f5f5f5; } .fa { padding: 0 3px; } .alert-info { background-color: #4b89ac; border-color: #4b89ac; color: #fff; text-align: center; opacity: 0.7; padding: 10px; width: 25%; top: 80px !important; } .alert-info:hover { opacity: 1; } .alert-info .close { cursor: pointer; float: right; color: #759de8; opacity: 0.5; } .alert-info .close:hover { color: #759de8; opacity: 1; }
0.450118
0.060197
html{ background-color: #F5F5F5; font-weight: normal; } body{ font-family: 'Roboto Slab', serif; line-height: 1.55em; font-size: 16px; } p{ line-height: 1.55em; } a{ color: black; } .header{ height: 30px; position: relative; color: black; font-size: 15px; overflow: visible; z-index: 1; } .header-left{ float: left; } .header-right{ float: right; } .header a{ opacity: .5; text-decoration: none; } .header a:hover{ opacity: 1 } .header img{ width: 16px; position: relative; top: 2px; margin-left: 5px; } h1{ font-weight: 500; font-size: 34px; } :not(pre) > code{ background: #ddd; padding: .05em; padding-left: .2em; padding-right: .2em; border-radius: 6px; } strong{ font-weight: bold; } body{ max-width: 900px; margin: 0px auto; } html{ min-width: auto; } svg{ overflow: visible; font-size: 13px; font-family: Consolas, Andale Mono, Menlo, Monaco, monospace; padding-top: 35px; } .team{ display: inline-block; width: 400px; } .active{ stroke: black; stroke-width: 4; } .hidden{ opacity: .2; } div.tooltip { top: -1000px; position: fixed; padding: 10px; background: rgba(255, 255, 255, .75); border: 1px solid lightgray; pointer-events: none; font-family: Consolas, Andale Mono, Menlo, Monaco, monospace; width: 300px; height: 95px; font-size: 13px; line-height: 1.1em; } .tooltip-hidden{ opacity: 0; transition: all .3s; transition-delay: .1s; } @media (max-width: 925px){ div.tooltip{ position: fixed; bottom: -1px; width: calc(100%); left: -1px !important; right: -1px !important; top: auto !important; width: auto !important; } } .won{ fill: green; color: green; } .maybe{ fill: #FF9800; color: #FF9800; } .eliminate{ fill: #F44336; color: #F44336; } .eliminate.name{ text-decoration: line-through; } .won.name{ text-decoration: underline; } .game{ display: inline-block; margin-bottom: 10px; margin-right: 38px; } .game:nth-child(3), .game:nth-child(6){ margin-right: 0px; } .game .won-match{ font-weight: 700; text-decoration: underline; } .matches{ font-size: 16px; text-align: center; position: relative; left: 200px; display: none; } .matches .game{ width: 100px; cursor: pointer; border: 1px solid black; margin-right: -1px; opacity: .6; } .matches .game.active{ opacity: 1; } .team-dot{ stroke-width: 1; shape-render: crisp-edges; } #container{ position: relative; } #sections{ width: 340px; pointer-events: none; } #sections > div{ background: rgba(245,245,245,.8); opacity: .2; margin-bottom: 200px; } #sections > div:last-child{ margin-bottom: 30px; /*padding-bottom: 1500px;*/ min-height: 80vh; } #sections > div.graph-scroll-active{ opacity: 1; } #graph{ margin-left: 40px; width: 500px; position: absolute; top: 0px; margin-left: 380px; } .graph-scroll-fixed #graph{ position: fixed; top: 0px; } .graph-scroll-below #graph{ bottom: 0px; top: auto; } .desktop-hed{ margin-bottom: 50px; margin-top: 50px; } .mobile-hed{ opacity: 0; height: 10px; } @media (max-width: 925px) { .mobile-hed{ opacity: 1; height: auto; } .desktop-hed{ display: none; } .header{ margin: 5px; } #graph{ width: 100%; transform: translate(-50%, 0); margin-left: 50%; } #sections{ position: relative; margin: 0px auto; padding-top: 400px; pointer-events: none; } #sections div{ background: rgba(245,245,245,.8); padding: 10px; border: 1px solid; max-width: 400px; margin-bottom: 500px; } div.tooltip{ background: rgba(255, 255, 255, 1); } }
source/msi-group/style.css
html{ background-color: #F5F5F5; font-weight: normal; } body{ font-family: 'Roboto Slab', serif; line-height: 1.55em; font-size: 16px; } p{ line-height: 1.55em; } a{ color: black; } .header{ height: 30px; position: relative; color: black; font-size: 15px; overflow: visible; z-index: 1; } .header-left{ float: left; } .header-right{ float: right; } .header a{ opacity: .5; text-decoration: none; } .header a:hover{ opacity: 1 } .header img{ width: 16px; position: relative; top: 2px; margin-left: 5px; } h1{ font-weight: 500; font-size: 34px; } :not(pre) > code{ background: #ddd; padding: .05em; padding-left: .2em; padding-right: .2em; border-radius: 6px; } strong{ font-weight: bold; } body{ max-width: 900px; margin: 0px auto; } html{ min-width: auto; } svg{ overflow: visible; font-size: 13px; font-family: Consolas, Andale Mono, Menlo, Monaco, monospace; padding-top: 35px; } .team{ display: inline-block; width: 400px; } .active{ stroke: black; stroke-width: 4; } .hidden{ opacity: .2; } div.tooltip { top: -1000px; position: fixed; padding: 10px; background: rgba(255, 255, 255, .75); border: 1px solid lightgray; pointer-events: none; font-family: Consolas, Andale Mono, Menlo, Monaco, monospace; width: 300px; height: 95px; font-size: 13px; line-height: 1.1em; } .tooltip-hidden{ opacity: 0; transition: all .3s; transition-delay: .1s; } @media (max-width: 925px){ div.tooltip{ position: fixed; bottom: -1px; width: calc(100%); left: -1px !important; right: -1px !important; top: auto !important; width: auto !important; } } .won{ fill: green; color: green; } .maybe{ fill: #FF9800; color: #FF9800; } .eliminate{ fill: #F44336; color: #F44336; } .eliminate.name{ text-decoration: line-through; } .won.name{ text-decoration: underline; } .game{ display: inline-block; margin-bottom: 10px; margin-right: 38px; } .game:nth-child(3), .game:nth-child(6){ margin-right: 0px; } .game .won-match{ font-weight: 700; text-decoration: underline; } .matches{ font-size: 16px; text-align: center; position: relative; left: 200px; display: none; } .matches .game{ width: 100px; cursor: pointer; border: 1px solid black; margin-right: -1px; opacity: .6; } .matches .game.active{ opacity: 1; } .team-dot{ stroke-width: 1; shape-render: crisp-edges; } #container{ position: relative; } #sections{ width: 340px; pointer-events: none; } #sections > div{ background: rgba(245,245,245,.8); opacity: .2; margin-bottom: 200px; } #sections > div:last-child{ margin-bottom: 30px; /*padding-bottom: 1500px;*/ min-height: 80vh; } #sections > div.graph-scroll-active{ opacity: 1; } #graph{ margin-left: 40px; width: 500px; position: absolute; top: 0px; margin-left: 380px; } .graph-scroll-fixed #graph{ position: fixed; top: 0px; } .graph-scroll-below #graph{ bottom: 0px; top: auto; } .desktop-hed{ margin-bottom: 50px; margin-top: 50px; } .mobile-hed{ opacity: 0; height: 10px; } @media (max-width: 925px) { .mobile-hed{ opacity: 1; height: auto; } .desktop-hed{ display: none; } .header{ margin: 5px; } #graph{ width: 100%; transform: translate(-50%, 0); margin-left: 50%; } #sections{ position: relative; margin: 0px auto; padding-top: 400px; pointer-events: none; } #sections div{ background: rgba(245,245,245,.8); padding: 10px; border: 1px solid; max-width: 400px; margin-bottom: 500px; } div.tooltip{ background: rgba(255, 255, 255, 1); } }
0.326701
0.087681
@keyframes linkHover { from { background-color: white; border-color: #333333; } to { background-color: #333333; border-color: white; } } body { background-image: url("images/backdrop.jpg"); background-color: #333333; padding: 0px; } h1 { font-family: "helvetica",sans-serif; display:inline; } h2 { font-family: "helvetica"; } p { color: white; } .top { background-color: rgba(255,255,255,0.4); position:fixed; top: 0px; left:0px; margin: auto; z-index:1; width: 100%; color: #333333; } #underTop{ position: fixed; top: 0px left: 0px; width: 100%; height:50px; z-index: -1; } .logo{ background-color: white; padding-left: 90px; width: 300px; height:50px; float:left; -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); } .logo h1{ margin-left: 2%; float:left; margin-top: 8px; margin-bottom: 0px; } .logo img{ width: 50px; float:left; } nav{ height: 50px; padding-left:90px; min-width: 340px; width: calc(25% - 90px); float:right; background-color: white; -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); } nav ul{ padding-left: 0px; margin-top:14px; margin-left: 10px; margin-right: 10px; } nav li{ display: inline; margin: 0px; padding: 0px; vertical-align: middle; background-color: white; font-family: sans-serif; -webkit-clip-path: circle(50% at 50% 50%); clip-path: circle(50% at 50% 50%); } nav li a{ display: inline; margin: 0px; padding: 10px; vertical-align: middle; background-color: white; /*border:solid;*/ border-color: white; list-style-type: none; text-decoration: none; color: #333333; } nav li :hover { background-color: #333333; color:white; animation-name: linkHover; animation-duration: 1s; } #navBufferRight { height:50px; width:3%; float:right; } #navBufferLeft { height:50px; width:3%; float:left; } .block{ max-width: 25%; border:3px solid white; padding: 13px; float:left; margin:3%; min-width: 200px; height:500px; overflow: hidden; } .block h1{ text-align: center; color: rgba(255,255,255,0.5) } .block p{ color: rgba(255,255,255,0.5) } #first{ background-color: navy; font-family: 'Crimson Text', serif; font-size: 18px; max-width:58%; } #first h1{ font-family: 'Cinzel', serif; } #second{ background-color: olive; font-family: 'Merriweather', serif; } #second h1{ font-family: 'Cinzel', serif; } #third{ background-color: teal; font-family: 'Arvo', serif; height:1100px; } #third h1{ font-family: 'Cinzel', serif; } #fourth{ background-color: #EE7600; font-family: 'Crimson Text', serif; font-size: 18px; } #fourth h1{ font-family: 'Raleway', sans-serif; font-weight: 700; } #fifth{ background-color: maroon; font-family: 'Merriweather', serif; } #fifth h1{ font-family: 'Raleway', sans-serif; font-weight: 700; } #sixth{ background-color: purple; font-family: 'Arvo', serif; max-width: 58%; } #sixth h1{ font-family: 'Raleway', sans-serif; font-weight: 700; } #seventh{ background-color: #2F4F4F; font-family: 'Crimson Text', serif; font-size: 18px; } #seventh h1{ font-family: 'Quattrocento Sans', sans-serif; } #eighth{ background-color: #2E8B57; font-family: 'Merriweather', serif; } #eighth h1{ font-family: 'Quattrocento Sans', sans-serif; } #ninth{ background-color: #4B0082; font-family: 'Arvo', serif; } #ninth h1{ font-family: 'Quattrocento Sans', sans-serif; }
unit_4/style/style.css
@keyframes linkHover { from { background-color: white; border-color: #333333; } to { background-color: #333333; border-color: white; } } body { background-image: url("images/backdrop.jpg"); background-color: #333333; padding: 0px; } h1 { font-family: "helvetica",sans-serif; display:inline; } h2 { font-family: "helvetica"; } p { color: white; } .top { background-color: rgba(255,255,255,0.4); position:fixed; top: 0px; left:0px; margin: auto; z-index:1; width: 100%; color: #333333; } #underTop{ position: fixed; top: 0px left: 0px; width: 100%; height:50px; z-index: -1; } .logo{ background-color: white; padding-left: 90px; width: 300px; height:50px; float:left; -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); } .logo h1{ margin-left: 2%; float:left; margin-top: 8px; margin-bottom: 0px; } .logo img{ width: 50px; float:left; } nav{ height: 50px; padding-left:90px; min-width: 340px; width: calc(25% - 90px); float:right; background-color: white; -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); } nav ul{ padding-left: 0px; margin-top:14px; margin-left: 10px; margin-right: 10px; } nav li{ display: inline; margin: 0px; padding: 0px; vertical-align: middle; background-color: white; font-family: sans-serif; -webkit-clip-path: circle(50% at 50% 50%); clip-path: circle(50% at 50% 50%); } nav li a{ display: inline; margin: 0px; padding: 10px; vertical-align: middle; background-color: white; /*border:solid;*/ border-color: white; list-style-type: none; text-decoration: none; color: #333333; } nav li :hover { background-color: #333333; color:white; animation-name: linkHover; animation-duration: 1s; } #navBufferRight { height:50px; width:3%; float:right; } #navBufferLeft { height:50px; width:3%; float:left; } .block{ max-width: 25%; border:3px solid white; padding: 13px; float:left; margin:3%; min-width: 200px; height:500px; overflow: hidden; } .block h1{ text-align: center; color: rgba(255,255,255,0.5) } .block p{ color: rgba(255,255,255,0.5) } #first{ background-color: navy; font-family: 'Crimson Text', serif; font-size: 18px; max-width:58%; } #first h1{ font-family: 'Cinzel', serif; } #second{ background-color: olive; font-family: 'Merriweather', serif; } #second h1{ font-family: 'Cinzel', serif; } #third{ background-color: teal; font-family: 'Arvo', serif; height:1100px; } #third h1{ font-family: 'Cinzel', serif; } #fourth{ background-color: #EE7600; font-family: 'Crimson Text', serif; font-size: 18px; } #fourth h1{ font-family: 'Raleway', sans-serif; font-weight: 700; } #fifth{ background-color: maroon; font-family: 'Merriweather', serif; } #fifth h1{ font-family: 'Raleway', sans-serif; font-weight: 700; } #sixth{ background-color: purple; font-family: 'Arvo', serif; max-width: 58%; } #sixth h1{ font-family: 'Raleway', sans-serif; font-weight: 700; } #seventh{ background-color: #2F4F4F; font-family: 'Crimson Text', serif; font-size: 18px; } #seventh h1{ font-family: 'Quattrocento Sans', sans-serif; } #eighth{ background-color: #2E8B57; font-family: 'Merriweather', serif; } #eighth h1{ font-family: 'Quattrocento Sans', sans-serif; } #ninth{ background-color: #4B0082; font-family: 'Arvo', serif; } #ninth h1{ font-family: 'Quattrocento Sans', sans-serif; }
0.285571
0.078395
* { margin: 0; padding: 0; box-sizing: border-box; } img { width: 100%; max-width: 100%; display: block; } ul { list-style-type: none; } a { color: inherit; text-decoration: none; } body { font-family: Arial, Helvetica, sans-serif; } .container { width: 65%; margin: auto; } .container-small { width: 50%; margin: auto; } .primary { color: #0282f9; } .tertiary { color: #003f5e; } .btn { display: inline-block; text-transform: uppercase; border: 3px solid #0282f9; font-weight: bold; color: white; } .btn-blue { background-color: #0282f9; } .btn-transparent { background-color: none; } .btn-wide { padding: 5px 30px; font-size: 15px; } .btn-regular { padding: 10px 15px; } header { text-transform: uppercase; font-weight: bold; } header .top { background-color: #0282f9; color: white; text-align: right; height: 30px; line-height: 30px; } header nav .container .flex { display: flex; justify-content: space-between; align-items: center; } header nav .container .flex .logo { width: 80px; } header nav .container .flex ul { display: flex; justify-content: space-between; } header nav .container .flex ul li { margin-left: 40px; display: inline-block; line-height: 120px; } header nav .container .flex ul li.active { border-bottom: 5px solid #0282f9; } main .banner { width: 100%; background-image: url("../images/jumbotron.jpg"); } main .banner .container .banner-container { height: 400px; } main .comic-list { background-color: #1c1c1c; } main .comic-list .container .comic-list-container { padding: 50px 0px 20px; display: flex; flex-wrap: wrap; position: relative; } main .comic-list .container .comic-list-container .title { font-size: 20px; position: absolute; left: 0; top: -25px; } main .comic-list .container .comic-list-container a { margin: auto; } main .single-comic-details .comic-img-stand { width: 100%; height: 80px; background-color: #0282f9; } main .single-comic-details .comic-img-stand .container-small .image-container { position: relative; } main .single-comic-details .comic-img-stand .container-small .image-container .comic-img { width: 180px; border: 2px solid white; position: absolute; bottom: -40px; } main .single-comic-details .description { padding: 70px 0; } main .single-comic-details .description .container-small .flex { display: flex; justify-content: space-between; } main .single-comic-details .description .container-small .flex .text { width: 68%; } main .single-comic-details .description .container-small .flex .text .comic-title { color: #003f5e; text-transform: uppercase; font-size: 26px; margin-top: 15px; } main .single-comic-details .description .container-small .flex .text .stock-info { display: flex; margin-top: 30px; } main .single-comic-details .description .container-small .flex .text .stock-info div { background-color: #55ba59; border: 1px solid #003f5e; color: #b0fd9c; padding: 15px 20px; } main .single-comic-details .description .container-small .flex .text .stock-info .price-box .price { color: white; } main .single-comic-details .description .container-small .flex .text .stock-info .price-box .availability { margin-left: 100px; text-transform: uppercase; } main .single-comic-details .description .container-small .flex .text .stock-info .check-options { color: white; } main .single-comic-details .description .container-small .flex .text .desc { color: gray; font-weight: 600; margin-top: 30px; font-size: 14px; line-height: 20px; } main .single-comic-details .description .container-small .flex .ads { width: 30%; color: #003f5e; text-transform: uppercase; text-align: right; font-size: 14px; } main .single-comic-details .comic-info { background-color: #f6f6f6; margin-top: 1px solid black; padding: 60px 0 80px 0; } main .single-comic-details .comic-info .container-small .flex { display: flex; justify-content: space-between; } main .single-comic-details .comic-info .container-small .flex .info-col { width: 48%; font-size: 12px; } main .single-comic-details .comic-info .container-small .flex .info-col h3 { color: #003f5e; font-size: 20px; padding-bottom: 20px; border-bottom: 1px solid gray; } main .single-comic-details .comic-info .container-small .flex .info-col.talent .primary { font-weight: bold; width: 60%; } main .single-comic-details .comic-info .container-small .flex .info-col .row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid gray; } main .pre-footer { background-color: #0282f9; color: white; padding: 50px 0px; text-transform: uppercase; font-size: 15px; } main .pre-footer .container .pre-footer-container { display: flex; justify-content: space-between; padding: 0 30px; } main .pre-footer .container .pre-footer-container .item-box { display: flex; align-items: center; } main .pre-footer .container .pre-footer-container .item-box img { max-width: 45px; width: 45px; margin-right: 10px; } .single-comic { margin: 0 20px 20px; width: calc(16.6666666667% - 40px); } .single-comic .thumbnail { margin-bottom: 20px; height: 175px; overflow-y: hidden; } .single-comic .comic-name { text-transform: uppercase; color: white; font-size: 15px; } footer .top-footer { width: 100%; background-image: url("../images/footer-bg.jpg"); background-repeat: no-repeat; background-size: cover; overflow: hidden; } footer .top-footer .container .footer-container { position: relative; padding: 50px 0; } footer .top-footer .container .footer-container .link-container { display: flex; } footer .top-footer .container .footer-container .link-container .col { margin-right: 40px; } footer .top-footer .container .footer-container .link-container .col div { margin-bottom: 20px; } footer .top-footer .container .footer-container .link-container .col div h3 { margin-bottom: 20px; color: white; text-transform: uppercase; font-size: 18px; } footer .top-footer .container .footer-container .link-container .col div ul li { font-size: 13px; color: #9c9c9c; margin-bottom: 5px; } footer .top-footer .container .footer-container .logo-container { position: absolute; top: -60px; right: 0; } footer .social-footer { background-color: #303030; } footer .social-footer .container .social-footer-container { padding: 30px 0; display: flex; align-items: center; justify-content: space-between; } footer .social-footer .container .social-footer-container .social { display: flex; align-items: center; } footer .social-footer .container .social-footer-container .social .cta { color: #0282f9; font-size: 22px; font-weight: bold; text-transform: uppercase; margin-right: 10px; } footer .social-footer .container .social-footer-container .social .social-list ul li { display: inline-block; margin-left: 15px; }
public/css/app.css
* { margin: 0; padding: 0; box-sizing: border-box; } img { width: 100%; max-width: 100%; display: block; } ul { list-style-type: none; } a { color: inherit; text-decoration: none; } body { font-family: Arial, Helvetica, sans-serif; } .container { width: 65%; margin: auto; } .container-small { width: 50%; margin: auto; } .primary { color: #0282f9; } .tertiary { color: #003f5e; } .btn { display: inline-block; text-transform: uppercase; border: 3px solid #0282f9; font-weight: bold; color: white; } .btn-blue { background-color: #0282f9; } .btn-transparent { background-color: none; } .btn-wide { padding: 5px 30px; font-size: 15px; } .btn-regular { padding: 10px 15px; } header { text-transform: uppercase; font-weight: bold; } header .top { background-color: #0282f9; color: white; text-align: right; height: 30px; line-height: 30px; } header nav .container .flex { display: flex; justify-content: space-between; align-items: center; } header nav .container .flex .logo { width: 80px; } header nav .container .flex ul { display: flex; justify-content: space-between; } header nav .container .flex ul li { margin-left: 40px; display: inline-block; line-height: 120px; } header nav .container .flex ul li.active { border-bottom: 5px solid #0282f9; } main .banner { width: 100%; background-image: url("../images/jumbotron.jpg"); } main .banner .container .banner-container { height: 400px; } main .comic-list { background-color: #1c1c1c; } main .comic-list .container .comic-list-container { padding: 50px 0px 20px; display: flex; flex-wrap: wrap; position: relative; } main .comic-list .container .comic-list-container .title { font-size: 20px; position: absolute; left: 0; top: -25px; } main .comic-list .container .comic-list-container a { margin: auto; } main .single-comic-details .comic-img-stand { width: 100%; height: 80px; background-color: #0282f9; } main .single-comic-details .comic-img-stand .container-small .image-container { position: relative; } main .single-comic-details .comic-img-stand .container-small .image-container .comic-img { width: 180px; border: 2px solid white; position: absolute; bottom: -40px; } main .single-comic-details .description { padding: 70px 0; } main .single-comic-details .description .container-small .flex { display: flex; justify-content: space-between; } main .single-comic-details .description .container-small .flex .text { width: 68%; } main .single-comic-details .description .container-small .flex .text .comic-title { color: #003f5e; text-transform: uppercase; font-size: 26px; margin-top: 15px; } main .single-comic-details .description .container-small .flex .text .stock-info { display: flex; margin-top: 30px; } main .single-comic-details .description .container-small .flex .text .stock-info div { background-color: #55ba59; border: 1px solid #003f5e; color: #b0fd9c; padding: 15px 20px; } main .single-comic-details .description .container-small .flex .text .stock-info .price-box .price { color: white; } main .single-comic-details .description .container-small .flex .text .stock-info .price-box .availability { margin-left: 100px; text-transform: uppercase; } main .single-comic-details .description .container-small .flex .text .stock-info .check-options { color: white; } main .single-comic-details .description .container-small .flex .text .desc { color: gray; font-weight: 600; margin-top: 30px; font-size: 14px; line-height: 20px; } main .single-comic-details .description .container-small .flex .ads { width: 30%; color: #003f5e; text-transform: uppercase; text-align: right; font-size: 14px; } main .single-comic-details .comic-info { background-color: #f6f6f6; margin-top: 1px solid black; padding: 60px 0 80px 0; } main .single-comic-details .comic-info .container-small .flex { display: flex; justify-content: space-between; } main .single-comic-details .comic-info .container-small .flex .info-col { width: 48%; font-size: 12px; } main .single-comic-details .comic-info .container-small .flex .info-col h3 { color: #003f5e; font-size: 20px; padding-bottom: 20px; border-bottom: 1px solid gray; } main .single-comic-details .comic-info .container-small .flex .info-col.talent .primary { font-weight: bold; width: 60%; } main .single-comic-details .comic-info .container-small .flex .info-col .row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid gray; } main .pre-footer { background-color: #0282f9; color: white; padding: 50px 0px; text-transform: uppercase; font-size: 15px; } main .pre-footer .container .pre-footer-container { display: flex; justify-content: space-between; padding: 0 30px; } main .pre-footer .container .pre-footer-container .item-box { display: flex; align-items: center; } main .pre-footer .container .pre-footer-container .item-box img { max-width: 45px; width: 45px; margin-right: 10px; } .single-comic { margin: 0 20px 20px; width: calc(16.6666666667% - 40px); } .single-comic .thumbnail { margin-bottom: 20px; height: 175px; overflow-y: hidden; } .single-comic .comic-name { text-transform: uppercase; color: white; font-size: 15px; } footer .top-footer { width: 100%; background-image: url("../images/footer-bg.jpg"); background-repeat: no-repeat; background-size: cover; overflow: hidden; } footer .top-footer .container .footer-container { position: relative; padding: 50px 0; } footer .top-footer .container .footer-container .link-container { display: flex; } footer .top-footer .container .footer-container .link-container .col { margin-right: 40px; } footer .top-footer .container .footer-container .link-container .col div { margin-bottom: 20px; } footer .top-footer .container .footer-container .link-container .col div h3 { margin-bottom: 20px; color: white; text-transform: uppercase; font-size: 18px; } footer .top-footer .container .footer-container .link-container .col div ul li { font-size: 13px; color: #9c9c9c; margin-bottom: 5px; } footer .top-footer .container .footer-container .logo-container { position: absolute; top: -60px; right: 0; } footer .social-footer { background-color: #303030; } footer .social-footer .container .social-footer-container { padding: 30px 0; display: flex; align-items: center; justify-content: space-between; } footer .social-footer .container .social-footer-container .social { display: flex; align-items: center; } footer .social-footer .container .social-footer-container .social .cta { color: #0282f9; font-size: 22px; font-weight: bold; text-transform: uppercase; margin-right: 10px; } footer .social-footer .container .social-footer-container .social .social-list ul li { display: inline-block; margin-left: 15px; }
0.409575
0.060197
* { padding: 0; margin: 0; } html { width: 100%; } body { display: none; background: -webkit-radial-gradient(circle, #eee, #555); background: -moz-radial-gradient(circle, #eee, #555); font-family: monospace; width: 100%; margin-bottom: 40px; font-size: 14px; line-height: 1.5em; } /** * Header styles. */ .header { background-color: #111; border-bottom: 1px solid black; width: 100%; vertical-align: bottom; position: relative; height: 40px; } .title { font-weight: normal; display: inline-block; float: left; font-size: 30px; margin-right: 40px; color: #fff; position: relative; top: 8px; } .title .version { font-size: 10px; position: absolute; top: -10px; left: 100%; } .header_links { font-size: 13px; position: relative; top: 10px; } .header_links li { display: inline; float: left; } .header_links a { color: #eee; text-decoration: none; margin-right: 10px; padding: 5px; } .header_links a:hover { color: #fff; background-color: #2b2b2b; border-radius: 5px; } /** * Body styles. */ .container { width: 900px; margin-left: auto; margin-right: auto; } .row { margin-top: 20px; box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.5); border: 2px solid #555; background: white; border-radius: 5px; } .doc_row, .report_row { padding-left: 75px; padding-right: 75px; } .row.doc_row .options pre { overflow-x: auto; max-width: 400px; } .doc_row { font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; padding-bottom: 20px; } .paragraph { margin-bottom: 10px; } .section_title { margin-top: 35px; margin-bottom: 15px; font-size: 25px; font-family: monospace; } a { color: #c00000; } .forkme { position: absolute; z-index: 5; top: 0; right: 0; border: 0; } .clear { clear: both; } .error_report, code { font-family: monospace; border: 1px dotted black; display: block; min-width: fit-content; padding: 10px; margin-top: 10px; margin-bottom: 10px; background-color: #eee; } /* Editor styling */ .row.editor_row { padding: 5px 5px 5px 20px; background-color: #111; border: 0; position: relative; } .editor { padding-top: 30px; background-color: #111; min-height: 250px; color: #339933; font-family: monospace; font-size: 16px; font-weight: normal; resize: none; outline: none; width: 100%; border: none; } .run { font-size: 20px; float: right; text-transform: uppercase; display: inline; position: absolute; top: 20px; right: 20px; background-color: #eee; padding: 4px; border: 1px solid #2b2b2b; border-radius: 5px; cursor: pointer; background: -webkit-radial-gradient(circle, #fff, #bbb); background: -moz-radial-gradient(circle, #fff, #bbb); width: 3em; text-align: center; z-index: 10; } .configuration { cursor: pointer; color: #fff; } .config_editor_toggle { display: none; } /** Report style **/ .report_row { display: none; padding-bottom: 10px; } .report_row.success { background: #b2e0c2; background: -webkit-radial-gradient(circle, #b2e0c2, #99d6ad); } .report_row.failure { background-color: #ffe6e6; background: -webkit-radial-gradient(circle, #ffe6e6, #ffcccc); } .error_report { width: 100%; border: 1px dotted black; } .error_report .lineNumber { min-width: 100px; text-align: right; padding-right: 10px; } /* Options table */ .options { margin-top: 20px; border-width: 1px 1px 1px 1px; border-spacing: 0; border-collapse: collapse; border-color: #2b2b2b; border-style: solid; } .options thead tr { color: black; font-weight: bold; } .options tbody tr:nth-child(odd) { background-color: #efefef; } .options td, th { margin: 0; padding: 15px; border-width: 1px 1px 1px 1px; border-color: #2b2b2b; border-style: solid; } .options .rule { text-align: center; vertical-align: middle; font-family: monospace; font-weight: bold; } .options code { background-color: #ffffdd; margin-bottom: 0; font-size: 13px; } .changelog_history h2 { color: #444; font-size: 1.5em; margin-top: 1.5em; margin-bottom: 0.5em; } .changelog_history ul { margin-left: 2em; margin-bottom: 1em; } .changelog_history code, tt { display: inline; padding: 3px; background-color: #eee; font-family: monospace; border: 1px dotted #aaa; } .changelog_history pre > code { font-family: monospace; border: 1px dotted black; display: block; min-width: fit-content; padding: 10px; margin-top: 10px; margin-bottom: 10px; background-color: #eee; } .plugin_list { margin-left: 2em; margin-bottom: 1em; } .api_call { margin-top: 15px; font-family: monospace; margin-bottom: 8px; font-weight: bold; }
css/coffeelint.css
* { padding: 0; margin: 0; } html { width: 100%; } body { display: none; background: -webkit-radial-gradient(circle, #eee, #555); background: -moz-radial-gradient(circle, #eee, #555); font-family: monospace; width: 100%; margin-bottom: 40px; font-size: 14px; line-height: 1.5em; } /** * Header styles. */ .header { background-color: #111; border-bottom: 1px solid black; width: 100%; vertical-align: bottom; position: relative; height: 40px; } .title { font-weight: normal; display: inline-block; float: left; font-size: 30px; margin-right: 40px; color: #fff; position: relative; top: 8px; } .title .version { font-size: 10px; position: absolute; top: -10px; left: 100%; } .header_links { font-size: 13px; position: relative; top: 10px; } .header_links li { display: inline; float: left; } .header_links a { color: #eee; text-decoration: none; margin-right: 10px; padding: 5px; } .header_links a:hover { color: #fff; background-color: #2b2b2b; border-radius: 5px; } /** * Body styles. */ .container { width: 900px; margin-left: auto; margin-right: auto; } .row { margin-top: 20px; box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.5); border: 2px solid #555; background: white; border-radius: 5px; } .doc_row, .report_row { padding-left: 75px; padding-right: 75px; } .row.doc_row .options pre { overflow-x: auto; max-width: 400px; } .doc_row { font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; padding-bottom: 20px; } .paragraph { margin-bottom: 10px; } .section_title { margin-top: 35px; margin-bottom: 15px; font-size: 25px; font-family: monospace; } a { color: #c00000; } .forkme { position: absolute; z-index: 5; top: 0; right: 0; border: 0; } .clear { clear: both; } .error_report, code { font-family: monospace; border: 1px dotted black; display: block; min-width: fit-content; padding: 10px; margin-top: 10px; margin-bottom: 10px; background-color: #eee; } /* Editor styling */ .row.editor_row { padding: 5px 5px 5px 20px; background-color: #111; border: 0; position: relative; } .editor { padding-top: 30px; background-color: #111; min-height: 250px; color: #339933; font-family: monospace; font-size: 16px; font-weight: normal; resize: none; outline: none; width: 100%; border: none; } .run { font-size: 20px; float: right; text-transform: uppercase; display: inline; position: absolute; top: 20px; right: 20px; background-color: #eee; padding: 4px; border: 1px solid #2b2b2b; border-radius: 5px; cursor: pointer; background: -webkit-radial-gradient(circle, #fff, #bbb); background: -moz-radial-gradient(circle, #fff, #bbb); width: 3em; text-align: center; z-index: 10; } .configuration { cursor: pointer; color: #fff; } .config_editor_toggle { display: none; } /** Report style **/ .report_row { display: none; padding-bottom: 10px; } .report_row.success { background: #b2e0c2; background: -webkit-radial-gradient(circle, #b2e0c2, #99d6ad); } .report_row.failure { background-color: #ffe6e6; background: -webkit-radial-gradient(circle, #ffe6e6, #ffcccc); } .error_report { width: 100%; border: 1px dotted black; } .error_report .lineNumber { min-width: 100px; text-align: right; padding-right: 10px; } /* Options table */ .options { margin-top: 20px; border-width: 1px 1px 1px 1px; border-spacing: 0; border-collapse: collapse; border-color: #2b2b2b; border-style: solid; } .options thead tr { color: black; font-weight: bold; } .options tbody tr:nth-child(odd) { background-color: #efefef; } .options td, th { margin: 0; padding: 15px; border-width: 1px 1px 1px 1px; border-color: #2b2b2b; border-style: solid; } .options .rule { text-align: center; vertical-align: middle; font-family: monospace; font-weight: bold; } .options code { background-color: #ffffdd; margin-bottom: 0; font-size: 13px; } .changelog_history h2 { color: #444; font-size: 1.5em; margin-top: 1.5em; margin-bottom: 0.5em; } .changelog_history ul { margin-left: 2em; margin-bottom: 1em; } .changelog_history code, tt { display: inline; padding: 3px; background-color: #eee; font-family: monospace; border: 1px dotted #aaa; } .changelog_history pre > code { font-family: monospace; border: 1px dotted black; display: block; min-width: fit-content; padding: 10px; margin-top: 10px; margin-bottom: 10px; background-color: #eee; } .plugin_list { margin-left: 2em; margin-bottom: 1em; } .api_call { margin-top: 15px; font-family: monospace; margin-bottom: 8px; font-weight: bold; }
0.45423
0.089574
@media print { .col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12 { float: left; } .col-p-12 { width: 100%; } .col-p-11 { width: 91.66666667%; } .col-p-10 { width: 83.33333333%; } .col-p-9 { width: 75%; } .col-p-8 { width: 66.66666667%; } .col-p-7 { width: 58.33333333%; } .col-p-6 { width: 50%; } .col-p-5 { width: 41.66666667%; } .col-p-4 { width: 33.33333333%; } .col-p-3 { width: 25%; } .col-p-2 { width: 16.66666667%; } .col-p-1 { width: 8.33333333%; } .col-p-pull-12 { right: 100%; } .col-p-pull-11 { right: 91.66666667%; } .col-p-pull-10 { right: 83.33333333%; } .col-p-pull-9 { right: 75%; } .col-p-pull-8 { right: 66.66666667%; } .col-p-pull-7 { right: 58.33333333%; } .col-p-pull-6 { right: 50%; } .col-p-pull-5 { right: 41.66666667%; } .col-p-pull-4 { right: 33.33333333%; } .col-p-pull-3 { right: 25%; } .col-p-pull-2 { right: 16.66666667%; } .col-p-pull-1 { right: 8.33333333%; } .col-p-pull-0 { right: auto; } .col-p-push-12 { left: 100%; } .col-p-push-11 { left: 91.66666667%; } .col-p-push-10 { left: 83.33333333%; } .col-p-push-9 { left: 75%; } .col-p-push-8 { left: 66.66666667%; } .col-p-push-7 { left: 58.33333333%; } .col-p-push-6 { left: 50%; } .col-p-push-5 { left: 41.66666667%; } .col-p-push-4 { left: 33.33333333%; } .col-p-push-3 { left: 25%; } .col-p-push-2 { left: 16.66666667%; } .col-p-push-1 { left: 8.33333333%; } .col-p-push-0 { left: auto; } .col-p-offset-12 { margin-left: 100%; } .col-p-offset-11 { margin-left: 91.66666667%; } .col-p-offset-10 { margin-left: 83.33333333%; } .col-p-offset-9 { margin-left: 75%; } .col-p-offset-8 { margin-left: 66.66666667%; } .col-p-offset-7 { margin-left: 58.33333333%; } .col-p-offset-6 { margin-left: 50%; } .col-p-offset-5 { margin-left: 41.66666667%; } .col-p-offset-4 { margin-left: 33.33333333%; } .col-p-offset-3 { margin-left: 25%; } .col-p-offset-2 { margin-left: 16.66666667%; } .col-p-offset-1 { margin-left: 8.33333333%; } .col-p-offset-0 { margin-left: 0%; } .visible-xs { display: none !important; } .hidden-xs { display: block !important; } table.hidden-xs { display: table; } tr.hidden-xs { display: table-row !important; } th.hidden-xs, td.hidden-xs { display: table-cell !important; } .hidden-xs.hidden-print { display: none !important; } .hidden-sm { display: none !important; } .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } h3 { font-size: 9.5pt; } div.fixo{ position: fixed; bottom: 0; } div.pricipal { margin-top: 15%; } div.assinatura{ position: fixed; left: 40%; bottom: 20%; } pre { border: 0px; font-size: 12px; } }
static/css/print.css
@media print { .col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12 { float: left; } .col-p-12 { width: 100%; } .col-p-11 { width: 91.66666667%; } .col-p-10 { width: 83.33333333%; } .col-p-9 { width: 75%; } .col-p-8 { width: 66.66666667%; } .col-p-7 { width: 58.33333333%; } .col-p-6 { width: 50%; } .col-p-5 { width: 41.66666667%; } .col-p-4 { width: 33.33333333%; } .col-p-3 { width: 25%; } .col-p-2 { width: 16.66666667%; } .col-p-1 { width: 8.33333333%; } .col-p-pull-12 { right: 100%; } .col-p-pull-11 { right: 91.66666667%; } .col-p-pull-10 { right: 83.33333333%; } .col-p-pull-9 { right: 75%; } .col-p-pull-8 { right: 66.66666667%; } .col-p-pull-7 { right: 58.33333333%; } .col-p-pull-6 { right: 50%; } .col-p-pull-5 { right: 41.66666667%; } .col-p-pull-4 { right: 33.33333333%; } .col-p-pull-3 { right: 25%; } .col-p-pull-2 { right: 16.66666667%; } .col-p-pull-1 { right: 8.33333333%; } .col-p-pull-0 { right: auto; } .col-p-push-12 { left: 100%; } .col-p-push-11 { left: 91.66666667%; } .col-p-push-10 { left: 83.33333333%; } .col-p-push-9 { left: 75%; } .col-p-push-8 { left: 66.66666667%; } .col-p-push-7 { left: 58.33333333%; } .col-p-push-6 { left: 50%; } .col-p-push-5 { left: 41.66666667%; } .col-p-push-4 { left: 33.33333333%; } .col-p-push-3 { left: 25%; } .col-p-push-2 { left: 16.66666667%; } .col-p-push-1 { left: 8.33333333%; } .col-p-push-0 { left: auto; } .col-p-offset-12 { margin-left: 100%; } .col-p-offset-11 { margin-left: 91.66666667%; } .col-p-offset-10 { margin-left: 83.33333333%; } .col-p-offset-9 { margin-left: 75%; } .col-p-offset-8 { margin-left: 66.66666667%; } .col-p-offset-7 { margin-left: 58.33333333%; } .col-p-offset-6 { margin-left: 50%; } .col-p-offset-5 { margin-left: 41.66666667%; } .col-p-offset-4 { margin-left: 33.33333333%; } .col-p-offset-3 { margin-left: 25%; } .col-p-offset-2 { margin-left: 16.66666667%; } .col-p-offset-1 { margin-left: 8.33333333%; } .col-p-offset-0 { margin-left: 0%; } .visible-xs { display: none !important; } .hidden-xs { display: block !important; } table.hidden-xs { display: table; } tr.hidden-xs { display: table-row !important; } th.hidden-xs, td.hidden-xs { display: table-cell !important; } .hidden-xs.hidden-print { display: none !important; } .hidden-sm { display: none !important; } .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } h3 { font-size: 9.5pt; } div.fixo{ position: fixed; bottom: 0; } div.pricipal { margin-top: 15%; } div.assinatura{ position: fixed; left: 40%; bottom: 20%; } pre { border: 0px; font-size: 12px; } }
0.110447
0.083479
input[type="text"] { font-size:.85em; background-color: var(--input-bg-color); color: var(--text-color); padding:4px 10px 7px 5px; float:left; width:290px; border:none; border-bottom:1px solid var(--primary-color); } input[type="text"]:focus { outline:none; } label.textbox_label { color:var(--text-color); font-size:.85em; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:6px; transition: 0.3s ease-in-out all; } input[type="text"]:focus ~ label.textbox_label , input[type="text"]:not(:placeholder-shown) ~ label.textbox_label{ top:-20px; font-size:.75em; color:var(--text-color); } .bar { float:left;position:relative; display:block; width:290px; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background:var(--primary-color); transition:0.3s ease all; -moz-transition:0.3s ease all; -webkit-transition:0.3s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ input[type="text"]:focus ~ .bar:before, input[type="text"]:focus ~ .bar:after { width:50%; } /* buttons */ .btn { position: relative; margin-left: 5px; display: inline-block; padding: 0; overflow: hidden; border-width: 0; outline: none; border-radius: 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, .6); background-color: var(--primary-color); color: #ecf0f1; transition: background-color .3s; } .btn:hover, .btn:focus { background-color: #21a77e; cursor: pointer; } .btn > * { position: relative; } .btn span { display: inline-block; padding: 6px 18px; font-size: 1em; font-weight: 600; } .btn:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; padding-top: 0; border-radius: 100%; background-color: rgba(236, 240, 241, .3); transform: translate(-50%, -50%); } .btn:active:before { width: 120%; padding-top: 120%; transition: width .2s ease-out, padding-top .2s ease-out; } .highlighted_note { font-size: .65em; top: 3px; right: 7.2rem; color: var(--text-color); display: none; word-break: break-word; white-space: normal; width: 110px; vertical-align: middle; margin-left: 5px; } .highlighter { font-weight: bolder; }
app/AddNewTextbox.css
input[type="text"] { font-size:.85em; background-color: var(--input-bg-color); color: var(--text-color); padding:4px 10px 7px 5px; float:left; width:290px; border:none; border-bottom:1px solid var(--primary-color); } input[type="text"]:focus { outline:none; } label.textbox_label { color:var(--text-color); font-size:.85em; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:6px; transition: 0.3s ease-in-out all; } input[type="text"]:focus ~ label.textbox_label , input[type="text"]:not(:placeholder-shown) ~ label.textbox_label{ top:-20px; font-size:.75em; color:var(--text-color); } .bar { float:left;position:relative; display:block; width:290px; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background:var(--primary-color); transition:0.3s ease all; -moz-transition:0.3s ease all; -webkit-transition:0.3s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ input[type="text"]:focus ~ .bar:before, input[type="text"]:focus ~ .bar:after { width:50%; } /* buttons */ .btn { position: relative; margin-left: 5px; display: inline-block; padding: 0; overflow: hidden; border-width: 0; outline: none; border-radius: 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, .6); background-color: var(--primary-color); color: #ecf0f1; transition: background-color .3s; } .btn:hover, .btn:focus { background-color: #21a77e; cursor: pointer; } .btn > * { position: relative; } .btn span { display: inline-block; padding: 6px 18px; font-size: 1em; font-weight: 600; } .btn:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; padding-top: 0; border-radius: 100%; background-color: rgba(236, 240, 241, .3); transform: translate(-50%, -50%); } .btn:active:before { width: 120%; padding-top: 120%; transition: width .2s ease-out, padding-top .2s ease-out; } .highlighted_note { font-size: .65em; top: 3px; right: 7.2rem; color: var(--text-color); display: none; word-break: break-word; white-space: normal; width: 110px; vertical-align: middle; margin-left: 5px; } .highlighter { font-weight: bolder; }
0.500488
0.109801
@-moz-document domain("zh.moegirl.org") { /*主体*/ .ns-0 div#content, .ns-0 div#content div.thumb, div#content, div#content div.thumb { background: white; } #content { background: white; margin-left: auto; margin-right: auto; margin-top: 20px; width: 70%; border: none; border-radius: 3px; } span.subpages { margin-left: 10px; } .mw-body-content { color: rgba(0, 0, 0, 0.7) !important; } body { font-size: inherit; background: #F3F3F2; color: rgba(0, 0, 0, 0.7) !important; } a, .mw-body-content a.extiw, .mw-body-content a.extiw:active, .mw-body-content a.external { color: #1976D2; text-decoration: none !important; } a:visited, .mw-body-content a.external:visited, .mw-body-content a.extiw:visited { color: #5E35B1; } .comment-user a { color: #777 !important; } #catlinks { border: 0 !important; background: none; } #wpSave, #wpPreview, #wpDiff { font-family: inherit; font-size: 1em; display: inline-block; min-width: 4em; max-width: 28.75em; padding: 0.546875em 1em; line-height: 1.286; margin: 0; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; zoom: 1; vertical-align: middle; background-color: #f8f9fa; color: #222222; border: 1px solid #a2a9b1; text-align: center; font-weight: bold; cursor: pointer; } /*表格相关*/ table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: none; } table.wikitable { border: none; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); border-radius: 3px; color: rgba(0, 0, 0, 0.7); } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #eaecf0; } /*navbox*/ table.navbox { border: none; font-size: smaller; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); } /*infobox*/ .infotemplatebox, .acg-works-information { border: none !important; border-radius: 3px; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); } /* Normal Links 一般超链接样式 */ a:link { color: #274787; text-decoration: none; } a:hover { color: #36c; } a:active { color: #40BCFF; outline: none; } a.new { color: #BA0000; } /* Heimu Links 黑幕超链接样式 */ .heimu a:link { color: #252525; text-decoration: none; } .heimu:hover { color: #FFFFFF; } .heimu:hover a:link { color: #93b7ff !important; } .heimu:hover a { color: #93b7ff !important; } .heimu:hover a:hover { color: #69b2fa !important; } .heimu a:link:hover { color: #69b2fa !important; } .heimu:hover a:link:visited { color: #3a5b9e; } .heimu a.new { color: #252525 !important; } .heimu:hover a.new { color: #BA0000 !important; } /* Categories Optimization 分类优化 */ #mw-normal-catlinks { font-size: 0.8em; } span[lang=ja] { font-family: Yu Gothic; } /* Body Background Rendering 正文背景渲染 */ #content.mw-body { position: relative; top: 0; bottom: 0; left: calc(200px + 1em); max-width: calc(100% - 315px); margin: 0; border: none !important; border-radius: 2px !important; padding: 0px 1.6em 2em 1em !important; background: none; color: #555; } #content ul, #content ol { color: #666 !important; list-style-image: none; margin-bottom: 1em; margin-top: 0em; } #content table.wikitable { color: #666 !important; border: 1px solid #EEE !important; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px solid #CCC !important; } /* Title 题目 */ #firstHeading { font-size: 40px !important; padding-left: 0; } /* Section Headers 小结题目 */ h1, h2, h3, h4, h5, h6 { margin: 0.5em 0; color: #444; } h2 { font-size: 21px; } h3 { font-size: 18px; font-weight: 400; } h4 { font-size: 16px; font-weight: 400; } h5 { font-size: 1em; font-weight: 400; } /*隐藏内容*/ #localNotice, .mw-editTools, #p-personal, #p-logo, .please-donate, #mw-page-base, #left-navigation, #mw-data-after-content, #right-navigation, #footer-info-copyright, #footer-places, #footer-icons, #mw-panel { display: none !important; } /* Sidebar Generation 侧边栏生成 */ #toc { /*border: 1px solid #EEE !important;*/ border: none; /*border-radius: 2px !important;*/ font-size: 12px; font-weight: 400; /* background: url(http://i.imgur.com/anSVcTO.png); */ /* make sidebar */ position: fixed !important; display: inline-block; top: 0; bottom: 0; left: 0; width: 200px; padding: 0.2em 0; margin: 0 .5em; overflow: auto; } #toc > ul { overflow-y: auto !important; /*word-break: break-all !important;*/ /*height: 100% !important;*/ overflow-x: hidden !important; padding: 1em 0 5em; margin: auto 0 !important; } .toc ul ul { margin-left: 1em !important; } .toc a { display: block; padding: 0.25em 1em; border-radius: 2px; line-height: 1.25 !important; } /* toc headers */ .toclevel-1 > a > .toctext { font-weight: 600; text-transform: uppercase; padding-top: 0.25em; display: inline-block; } .tocnumber { display: none; } .toc h2 { font-size: 1.5em !important; } .toccolours, .thumb { border: 1px solid #EEE !important; /* box-shadow: 0px 0px 3px 0 #999 !important; */ border-radius: 2px !important; } div.toctitle { margin-top: 15px; } span.toctoggle { display: none !important; } /* Sidebar Font 侧边栏字体 */ #toc a:link { color: #000 !important; text-decoration: none !important; } #toc a:visited { color: #000 !important; } #toc a:hover { color: #6B238E !important; text-decoration: none !important; background: rgba(0, 0, 0, 0.05); } #toc a:active { color: #000 !important; outline: none; } body { overflow-x: hidden; } .read-more-container, #footer { position: relative; left: 35px } body.skin-vector { background: none; } #mw-content-text > div > table.mw-collapsible.wikitable.tochide.nomobile > tbody > tr:nth-child(1) > td { width: 68px; text-align: left !important; } }
styles/moegirl.user.css
@-moz-document domain("zh.moegirl.org") { /*主体*/ .ns-0 div#content, .ns-0 div#content div.thumb, div#content, div#content div.thumb { background: white; } #content { background: white; margin-left: auto; margin-right: auto; margin-top: 20px; width: 70%; border: none; border-radius: 3px; } span.subpages { margin-left: 10px; } .mw-body-content { color: rgba(0, 0, 0, 0.7) !important; } body { font-size: inherit; background: #F3F3F2; color: rgba(0, 0, 0, 0.7) !important; } a, .mw-body-content a.extiw, .mw-body-content a.extiw:active, .mw-body-content a.external { color: #1976D2; text-decoration: none !important; } a:visited, .mw-body-content a.external:visited, .mw-body-content a.extiw:visited { color: #5E35B1; } .comment-user a { color: #777 !important; } #catlinks { border: 0 !important; background: none; } #wpSave, #wpPreview, #wpDiff { font-family: inherit; font-size: 1em; display: inline-block; min-width: 4em; max-width: 28.75em; padding: 0.546875em 1em; line-height: 1.286; margin: 0; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; zoom: 1; vertical-align: middle; background-color: #f8f9fa; color: #222222; border: 1px solid #a2a9b1; text-align: center; font-weight: bold; cursor: pointer; } /*表格相关*/ table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: none; } table.wikitable { border: none; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); border-radius: 3px; color: rgba(0, 0, 0, 0.7); } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #eaecf0; } /*navbox*/ table.navbox { border: none; font-size: smaller; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); } /*infobox*/ .infotemplatebox, .acg-works-information { border: none !important; border-radius: 3px; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2); } /* Normal Links 一般超链接样式 */ a:link { color: #274787; text-decoration: none; } a:hover { color: #36c; } a:active { color: #40BCFF; outline: none; } a.new { color: #BA0000; } /* Heimu Links 黑幕超链接样式 */ .heimu a:link { color: #252525; text-decoration: none; } .heimu:hover { color: #FFFFFF; } .heimu:hover a:link { color: #93b7ff !important; } .heimu:hover a { color: #93b7ff !important; } .heimu:hover a:hover { color: #69b2fa !important; } .heimu a:link:hover { color: #69b2fa !important; } .heimu:hover a:link:visited { color: #3a5b9e; } .heimu a.new { color: #252525 !important; } .heimu:hover a.new { color: #BA0000 !important; } /* Categories Optimization 分类优化 */ #mw-normal-catlinks { font-size: 0.8em; } span[lang=ja] { font-family: Yu Gothic; } /* Body Background Rendering 正文背景渲染 */ #content.mw-body { position: relative; top: 0; bottom: 0; left: calc(200px + 1em); max-width: calc(100% - 315px); margin: 0; border: none !important; border-radius: 2px !important; padding: 0px 1.6em 2em 1em !important; background: none; color: #555; } #content ul, #content ol { color: #666 !important; list-style-image: none; margin-bottom: 1em; margin-top: 0em; } #content table.wikitable { color: #666 !important; border: 1px solid #EEE !important; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px solid #CCC !important; } /* Title 题目 */ #firstHeading { font-size: 40px !important; padding-left: 0; } /* Section Headers 小结题目 */ h1, h2, h3, h4, h5, h6 { margin: 0.5em 0; color: #444; } h2 { font-size: 21px; } h3 { font-size: 18px; font-weight: 400; } h4 { font-size: 16px; font-weight: 400; } h5 { font-size: 1em; font-weight: 400; } /*隐藏内容*/ #localNotice, .mw-editTools, #p-personal, #p-logo, .please-donate, #mw-page-base, #left-navigation, #mw-data-after-content, #right-navigation, #footer-info-copyright, #footer-places, #footer-icons, #mw-panel { display: none !important; } /* Sidebar Generation 侧边栏生成 */ #toc { /*border: 1px solid #EEE !important;*/ border: none; /*border-radius: 2px !important;*/ font-size: 12px; font-weight: 400; /* background: url(http://i.imgur.com/anSVcTO.png); */ /* make sidebar */ position: fixed !important; display: inline-block; top: 0; bottom: 0; left: 0; width: 200px; padding: 0.2em 0; margin: 0 .5em; overflow: auto; } #toc > ul { overflow-y: auto !important; /*word-break: break-all !important;*/ /*height: 100% !important;*/ overflow-x: hidden !important; padding: 1em 0 5em; margin: auto 0 !important; } .toc ul ul { margin-left: 1em !important; } .toc a { display: block; padding: 0.25em 1em; border-radius: 2px; line-height: 1.25 !important; } /* toc headers */ .toclevel-1 > a > .toctext { font-weight: 600; text-transform: uppercase; padding-top: 0.25em; display: inline-block; } .tocnumber { display: none; } .toc h2 { font-size: 1.5em !important; } .toccolours, .thumb { border: 1px solid #EEE !important; /* box-shadow: 0px 0px 3px 0 #999 !important; */ border-radius: 2px !important; } div.toctitle { margin-top: 15px; } span.toctoggle { display: none !important; } /* Sidebar Font 侧边栏字体 */ #toc a:link { color: #000 !important; text-decoration: none !important; } #toc a:visited { color: #000 !important; } #toc a:hover { color: #6B238E !important; text-decoration: none !important; background: rgba(0, 0, 0, 0.05); } #toc a:active { color: #000 !important; outline: none; } body { overflow-x: hidden; } .read-more-container, #footer { position: relative; left: 35px } body.skin-vector { background: none; } #mw-content-text > div > table.mw-collapsible.wikitable.tochide.nomobile > tbody > tr:nth-child(1) > td { width: 68px; text-align: left !important; } }
0.127137
0.089853
@-moz-document domain(10fastfingers.com) { /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } * { font-weight: bold; font-family: 'Montserrat', sans-serif; } #words { margin-left: auto; margin-right: auto; resize: both; font-size: 28px !important; min-height: 105px; min-width: 108px; max-width: 1200px; max-height: 585px; } }
data/usercss/165584.user.css
@-moz-document domain(10fastfingers.com) { /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } * { font-weight: bold; font-family: 'Montserrat', sans-serif; } #words { margin-left: auto; margin-right: auto; resize: both; font-size: 28px !important; min-height: 105px; min-width: 108px; max-width: 1200px; max-height: 585px; } }
0.27338
0.069954
/* CSS Document */ * { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(255,255,255,0); } html { font-size: 62.5%; position: relative; min-height: 100% !important; padding-bottom: 115px; box-sizing: border-box; } body { background: #f5f5f5; width: 100%; max-width: 640px; margin: 0 auto; } body { color: #333; font-family: Arial,"Lucida Grande",Verdana,"Microsoft YaHei",sans-serif; line-height: 22px; } body.hPC,body.hIphone { padding-bottom: 0 !important; } input,button { border: none; font-size: 1em; outline: none; background: url(img/tm.png) no-repeat #fff; font-family: Arial,"Lucida Grande",Verdana,"Microsoft YaHei",sans-serif; } ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } .clear { clear: both; } a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: rgba(255,255,255,0); } ul,ol,li { list-style: none; } i,em { font-style: normal; } h1,h2,h3,h4,h5 { font-size: 14px; font-weight: normal; } header,.top_adv,.banner,.content { max-width: 480px; margin: auto; min-width: 320px; } .lrp12 { padding-left: 12px; padding-right: 12px; } .fon14 { font-size: 1.4rem !important; } .fon16 { font-size: 1.6rem !important; } .cor111 { color: #111; } .cor666 { color: #666; } .cor999 { color: #999; } .corccc { color: #CCC; } .corHuang { color: #ffc600 !important; } .tbm20 { margin-top: 20px; margin-bottom: 20px; } .cc { text-align: center; } .cr { text-align: right; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml30 { margin-left: 30px; } .ml40 { margin-left: 40px; } .ml80 { margin-left: 80px; } .mr10 { margin-right: 10px; } .mr20 { margin-right: 20px; } .fl { float: left; } .fr { float: right; } .p5 { padding: 5px; } .p12 { padding: 12px; } .p17 { padding: 17px; } .pl17 { padding-left: 17px !important; } .p20 { padding: 20px; } .pb15 { padding-bottom: 15px !important; } .pl10 { padding-left: 10px !important; } .pl20 { padding-left: 20px !important; } .pl30 { padding-left: 30px !important; } .pl40 { padding-left: 40px !important; } .pt10 { padding-bottom: 10px !important; } .pt0 { padding-top: 0px !important; } .corRed { color: #ff3300; } .corGreen { color: #7ab800; } .corCheng { color: #ff9500; } .corBlue { color: #0088e7; } .wid50 { width: 50px !important; } .wid60 { width: 60px !important; } .wid70 { width: 70px !important; } .wid80 { width: 80px !important; } .wid100 { width: 100px !important; } .mb10 { margin-bottom: 10px !important; } .hei50 { height: 50px; } .hei65 { height: 65px; } .flol { float: left; } .flor { float: right; } .mr12 { margin-right: 12px; } .mt10 { margin-top: 10px !important; } .mt0 { margin-top: 0 !important; } .mt12 { margin-top: 12px !important; } .mt14 { margin-top: 14px !important; } .mt20 { margin-top: 20px !important; } .f12 { font-size: 12px; } .borTop { border-top: #dcdcdc solid 1px !important; } .bt0 { border-top: 0 !important; } .cen { text-align: center; } .alertX { position: fixed; background: rgba(0, 0, 0, 0.7); color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.5); border-radius: 3px; padding: 5px 15px; left: 0; top: 50%; max-width: 300px; box-sizing: border-box; line-height: 22px; font-size: 14px; -webkit-animation: alert 3s; opacity: 0; z-index: 99999; } @-webkit-keyframes alert { 0% { -webkit-transform: translateY(-50px); opacity: 0; } 10% { -webkit-transform: translateY(0); opacity: 1 } 90% { -webkit-transform: translateY(0); opacity: 1; } 100% { -webkit-transform: translateY(-50px); opacity: 0; } } .j_step_xx { -webkit-animation: j_step_xx 0.4s; } @-webkit-keyframes j_step_xx { 0% { -webkit-transform: translateX(100%); opacity: 0; } 100% { -webkit-transform: translateX(0); opacity: 1 } } .j_step_xx_not { -webkit-animation: j_step_xx_not 0.4s; } @-webkit-keyframes j_step_xx_not { 0% { -webkit-transform: translateX(0) scale(1); opacity: 1 } 100% { -webkit-transform: translateX(-100%) scale(0.7); opacity: 0; } } .j_step_yy { -webkit-animation: j_step_yy 0.5s; } @-webkit-keyframes j_step_yy { 0% { -webkit-transform: translateX(-100%); opacity: 0; } 100% { -webkit-transform: translateX(0); opacity: 1 } } .j_step_yy_not { -webkit-animation: j_step_yy_not 0.5s; } @-webkit-keyframes j_step_yy_not { 0% { -webkit-transform: translateX(0) scale(1); opacity: 1 } 100% { -webkit-transform: translateX(100%) scale(0.7); opacity: 0; } } .content { max-width: 640px; min-width: 320px; margin: auto; } .iconBack,.iconMore,.iconCz,.iconHorse,.iconShou,.iconLz,.iconXin,.iconWang,.iconHouse,.iconList,.iconPen,.iconMoney,.iconClock,.iconHeadset,.iconSearch,.iconRight,.iconX,.iconInfo,.iconTel,.iconDx,.iconSearch2,.iconHome,.iconMan,.iconHeart,.iconGPS,.iconHua,.iconCalendar,.iconQuan,.iconPoints,.iconRight2,.iconDown,.iconBao,.iconMedal,.iconPeople,.iconZx,.iconPen2,.iconUp,.iconDin,.iconLive,.iconRadio.yes { background: url(img/lxs_index_icon_all.png) no-repeat; background-size: 200px auto; display: inline-block; } .iconBack { width: 12px; height: 20px; background-position: -1px -1px; } .iconMore { width: 20px; height: 20px; background-position: -20px -1px } .iconCz { width: 26px; height: 26px; background-position: -40px -21px } .iconHorse { width: 26px; height: 26px; background-position: -71px -24px } .iconShou { width: 26px; height: 26px; background-position: -101px -24px } .iconLz { width: 26px; height: 26px; background-position: -134px -23px } .iconXin { width: 26px; height: 26px; background-position: -167px -25px } .iconWang { width: 26px; height: 26px; background-position: -1px -46px } .iconHouse { width: 24px; height: 24px; background-position: -45px 1px; border-radius: 50%; background-color: #fff; border: #5db400 solid 1px; } .iconList { width: 23px; height: 23px; background-position: -71px 2px } .iconPen { width: 23px; height: 23px; background-position: -97px 1px } .iconMoney { width: 23px; height: 23px; background-position: -119px 1px } .iconClock { width: 23px; height: 23px; background-position: -144px 2px } .iconHeadset { width: 23px; height: 23px; background-position: -168px 1px } .iconSearch { width: 20px; height: 20px; background-position: 1px -23px } .iconRight { width: 15px; height: 15px; background-position: -18px -25px } .iconX { width: 20px; height: 20px; background-position: -33px -49px } .iconInfo { width: 23px; height: 23px; background-position: -59px -49px } .iconTel { width: 23px; height: 23px; background-position: -91px -50px } .iconRed,.iconGreen { display: inline-block; line-height: 18px; padding: 0 3px; font-size: 12px; color: #fff; background: #f57171; border-radius: 3px; vertical-align: top; } .iconGreen { background: #5CD449; } .iconHeart { width: 27px; height: 27px; background-position: -170px -148px } .iconHeart.yes { width: 27px; height: 27px; background-position: -170px -118px } .iconGPS { width: 14px; height: 14px; background-position: -3px -152px } .iconHua,.iconCalendar,.iconQuan,.iconPoints { width: 16px; height: 16px; background-position: -21px -151px } .iconCalendar { background-position: -41px -151px } .iconQuan { background-position: -63px -151px } .iconPoints { background-position: -80px -150px } .iconRight2,.iconDown,.iconUp { width: 15px; height: 15px; background-position: -119px -54px } .iconDown { transform: rotate(90deg); -webkit-transform: rotate(90deg) } .iconUp { transform: rotate(-90deg); -webkit-transform: rotate(-90deg) } .iconBao,.iconMedal,.iconPeople { width: 25px; height: 25px; background-position: -101px -147px } .iconMedal { background-position: -127px -148px } .iconPeople { background-position: 1px -169px } .iconZx,.iconPen2 { width: 17px; height: 17px; background-position: -79px -173px } .iconPen2 { background-position: -55px -172px } .iconDin,.iconLive { width: 13px; height: 13px; background-position: -102px -176px } .iconLive { background-position: -120px -176px } .iconRadio { width: 19px; height: 19px; border-radius: 50%; border: #ccc solid 1px; display: inline-block; } .iconRadio.yes { background-position: -135px -172px; border-color: #0C0; } .iconRadio input { position: absolute; width: 0; height: 0; opacity: 0; } .icon_cpfl,.icon_lydz,.icon_yhq,.icon_lyzn,.icon_zxzx,.icon_bdy,.icon_zby,.icon_gny,.icon_cjy,.icon_dztj,.icon_dpgg,.icon_khly { background: url(img/bottomMenuIcon.png) no-repeat; background-size: 200px auto; display: inline-block; vertical-align: top; width: 26px; height: 26px; } .icon_cpfl { background-position: 0px 2px; } .icon_lydz { background-position: -28px 2px; } .icon_yhq { background-position: -59px 1px; } .icon_lyzn { background-position: -90px 1px; } .icon_zxzx { background-position: -119px 1px; } .icon_bdy { background-position: -149px 2px; } .icon_zby { background-position: -177px 2px; } .icon_gny { background-position: -1px -31px; } .icon_cjy { background-position: -33px -31px; } .icon_dztj { background-position: -68px -31px; } .icon_dpgg { background-position: -101px -32px; } .icon_khly { background-position: -133px -32px; } .bBor { border-bottom: #e4e4e4 solid 1px; background: #fff; } .btBor { border: #e4e4e4 solid 1px; border-width: 1px 0 1px 0; background: #fff; } .topTit { padding: 10px; background: #fff; } .topTit h1 { font-size: 1.6rem; height: 30px; line-height: 30px; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .jyTime { display: inline-block; height: 25px; } .jyTime span { background: #65c201; display: inline-block; height: 20px; line-height: 22px; padding: 0 14px; border-radius: 0 10px 10px 0; color: #fff; vertical-align: top; margin: 3px 0 0 -10px; font-size: 1.4rem; } .jyTime i { z-index: 1; position: relative; } .topTit .icon { margin-top: 5px; clear: both; } .topList { text-align: center; font-size: 1.2rem; overflow: hidden; position: fixed; bottom: 0; left: 0; z-index: 20; width: 100%; line-height: 16px; border-top: #c5c5c5 solid 1px; background: #fff; } .topList a { float: left; width: 20%; padding: 7px 0; color: #666666; } .topList p { margin-top: 1px; } .topList a:first-child:nth-last-child(1) { width: 100%; } /* two items */ .topList a:first-child:nth-last-child(2),.topList a:first-child:nth-last-child(2) ~ a { width: 50%; } /* three items */ .topList a:first-child:nth-last-child(3),.topList a:first-child:nth-last-child(3) ~ a { width: 33.3333%; } /* four items */ .topList a:first-child:nth-last-child(4),.topList a:first-child:nth-last-child(4) ~ a { width: 25%; } .search { margin: 10px; position: relative; } .search input { width: 100%; border: #e4e4e4 solid 1px; line-height: 19px; padding: 10px; box-sizing: border-box; text-align: center; font-size: 1.2rem; } .search i { position: absolute; right: 10px; top: 10px; } .search input::-webkit-input-placeholder { color: #CCC; } .search .inputBG { position: absolute; width: 100%; height: 100%; } .topProLi { padding: 10px 0; } .topProLi a { display: inline-block; width: 45%; text-align: left; margin-left: 3.3%; font-size: 1.2rem; } .topProLi a p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .topProLi a div { margin-bottom: 10px; } .topProLi img { width: 100%; } .topProLi a:nth-child(even) { margin-left: 2.5%; } .topProLi a span { font-size: 1.8rem; } .topProLi a .fr { margin-top: 1px; } .borMore { text-align: center; height: 45px; line-height: 45px; font-size: 1.5rem; color: #666; } .borMore .iconRight { vertical-align: top; margin: 14px 0 0 5px; } .navBtnLi { height: 46px; line-height: 45px; display: flex; display: -webkit-box; padding: 0 10px; text-align: center; font-size: 1.6rem; color: #666666; } .navBtnLi li { flex: 1; -webkit-box-flex: 1; height: 45px; } .navBtnLi li.on { color: #65c201; border-bottom: #65c201 solid 2px; } .indProLi { background: #fff; } .indProLi a { display: flex; display: -webkit-box; overflow: hidden; margin-left: 10px; padding: 10px 10px 10px 0; overflow: hidden; border-bottom: #e4e4e4 solid 1px; position: relative; } .indProLi a img { width: 120px; height: 80px; -webkit-box-flex: 120px; border-radius: 5px; } .indProLi a div.fr { float: none; flex: 1; -webkit-box-flex: 2; padding-left: 10px; line-height: 18px; font-size: 1.2rem; } .indProLi a div.fr p { line-height: 18px; font-size: 1.4rem; margin-top: -2px; height: 38px; overflow: hidden; } .indProLi a div.fr icon { margin-top: 1px; } .indProLi a div.fr span { color: #666666; } .indProLi a div.fr i { display: inline-block; border: #e4e4e4 solid 1px; border-radius: 2px; color: #666666; padding: 0 3px; margin: 3px 0; margin-right: 5px; } .indProLi a div.fr money { margin-top: -2px; } .indProLi a div.fr max { font-size: 1.8rem; } .indProLi a div.fr div { margin-top: 3px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .indProLi a em { position: absolute; top: 18px; left: 10px; background: rgba(0,0,0,0.5); color: #fff; line-height: 17px; font-size: 1.2rem; padding: 0 4px; border-radius: 2px; } .winTel a { display: block; border-bottom: #e4e4e4 solid 1px; font-size: 2rem; color: #666666; } .winTel a.not { border: none; } .winTel .esc,.shuoming .esc { position: absolute; background: #f4f4f4; width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; right: -10px; top: -10px; } .winTel .esc i,.shuoming .esc i { margin-top: 5px; } .winTel a i { vertical-align: top; margin: 17px 20px 0 30px; } .allScore { display: flex; text-align: center; font-size: 1.5rem; padding: 1rem 0; line-height: 20px; overflow: hidden; width: 100%; } .allScore p { font-size: 1.2rem; } .allScore li { flex: 1; border-left: #e4e4e4 solid 1px; } .allScore li:first-child { border: 0; } .titGreen { line-height: 38px; height: 38px; font-size: 1.4rem; padding-left: 10px; } .titGreen i { display: inline-block; width: 2px; height: 13px; background: #65c201; vertical-align: top; margin: 11px 10px 0 0; } .titGreen i.ml { margin-left: 7px; } .borBotList { padding: 0 10px; font-size: 1.4rem; } .borBotList li { border-top: #e4e4e4 solid 1px; line-height: 37px; height: 37px; } .borBotList li:first-child { border: 0; } .borBotList li i { vertical-align: top; margin: 5px 10px 0 10px; } .borBotList.max li { height: 40px; line-height: 40px; padding-right: 10px; color: #666; overflow: hidden; } .borBotList.max li i { margin: 11px 7px 0 3px; } .borBotList.max { padding-right: 0; } .borBotList.max li a.fr { color: #333; } .borBotList.max li a.fr i { margin: 13px 0 0 5px; } .twoCorList { font-size: 1.2rem; padding: 5px 0; } .twoCorList li { /* display:-webkit-box; */ clear: both; padding: 2px 0; padding-right: 10px; } .twoCorList label { /* -webkit-box-flex:70px; */ text-align: right; display: inline-block; width: 68px; float: left; color: #999; } .twoCorList .two { height: 5px; display: inline-block; } .twoCorList .r { /* -webkit-box-flex:1; */ display: block; margin-left: 75px; } .twoCorList.min li { padding: 0; line-height: 20px; } .liGreen { max-width: 250px; } .liGreen em { display: inline-block; border: #dddddd solid 1px; border-radius: 3px; padding: 0 5px; color: #65c201; line-height: 16px; margin-right: 5px; margin-bottom: 3px; } .txtMod { padding: 10px 22px; font-size: 1.2rem; text-indent: 2em; } .lineTopImg { position: relative; line-height: 0; } .lineTopImg img { width: 100%; display: compact } .lineTopImg .sc { position: absolute; right: 14px; top: 14px; } .lineTopImg p { position: absolute; bottom: 0; width: 100%; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.4))); color: #fff; line-height: 20px; font-size: 1.3rem; padding: 4px 10px; box-sizing: border-box; padding-top: 10px; } .lineTopTxt { padding: 8px 10px 5px 10px; font-size: 1.2rem; line-height: 26px; } .lineTopTxt p i { vertical-align: top; margin: 4px 3px 0 0; } .lineTopTxt money span { font-size: 2.4rem; } .lineTopTxt not { color: #666; text-decoration: line-through; font-size: 1.4rem; } .lineTopTxt .zhe { background: #00bf49; border-radius: 10px; font-size: 12px; display: inline-block; color: #fff; padding: 0 5px; line-height: 20px; } .lineTopTxt .zhe_money { margin-left: 10px; font-size: 12px; } .lineTopTxt .zhe_money b { font-size: 14px; } .moreRight { padding: 10px 10px; color: #999; font-size: 1.4rem; display: block; } .moreRight i { margin-top: 1px; } .bGreen,.bCheng,.bBlue { display: inline-block; min-width: 55px; line-height: 20px; height: 20px; padding: 0 5px; box-sizing: border-box; color: #fff; text-align: center; font-size: 1.2rem; border: #E9181E solid 1px; color: #E9181E } .topIconTxt { padding: 0 17px; padding-bottom: 0; line-height: } .topIconTxt em { margin-right: 6px; } .bGreen,.topIconTxt em:nth-child(1) { } .topIconTxt em:nth-child(2) { border-color: #F90; color: #F90 } .topIconTxt em:nth-child(3) { border-color: #39F; color: #39F } .topIconTxt em:nth-child(4) { border-color: #6C0; color: #6C0 } .topIconTxt .con { line-height: 22px; font-size: 1.2rem; padding-top: 5px; color: #666; overflow: hidden; } .topIconTxt>em { margin-top: 10px; } .showMore { text-align: center; color: #999; font-size: 1.2rem; line-height: 30px; height: 30px; } .showMore i { vertical-align: top; margin-top: 7px; } .bottomSecList { /* display:-webkit-box; */ text-align: center; padding: 5px 0; color: #666; font-size: 1.4rem; overflow: hidden; } .bottomSecList li { width: 33%; float: left; /* -webkit-box-flex:1; */ border-left: #e4e4e4 solid 1px; line-height: 28px; height: 28px; } .bottomSecList li i { vertical-align: top; margin-right: 3px; opacity: 0.7; } .bottomSecList li:first-child { border: 0; } .j_follow_xd { bottom: 0; position: fixed; } .follow { position: fixed; bottom: 0; left: 0; width: 100%; box-sizing: border-box; height: 45px; background: #fff; z-index: 5; font-size: 1.5rem; line-height: 45px; display: -webkit-box; text-align: center; text-align: center; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); } .follow a { -webkit-box-flex: 1; display: block; color: #555555; } .follow .yd { background: #ff9100; color: #fff; height: 45px; font-size: 1.5rem; border: none; webkit-box-flex: 1; display: block; width: 56%; line-height: 45px; } .follow i { vertical-align: top; margin: 13px 3px 0 0; } .follow p { width: 100%; } .dayLine { padding: 10px; } .dayLine img { width: 100%; } .dayLine .tit { margin-left: -10px; line-height: 19px; font-size: 1.4rem; /* display:-webkit-box; */ } .dayLine .tit i { background: #65c201; color: #fff; padding: 0 10px; border-radius: 0 10px 10px 0; display: inline-block; float: left; height: 19px; margin-right: 10px; line-height: 21px; /* -webkit-box-flex:1; */ } .dayLine .tit em { display: inline-block; height: 1px; background: #333; width: 27px; vertical-align: top; margin: 0 3px; margin-top: 9px; } .dayLine .tit span { display: block; margin-left: 70px; /* -webkit-box-flex:1; */ } .dayLine .iconDin,.dayLine .iconLive { margin: 4px 3px 0 0; vertical-align: top; } .dayLine div:last-child { border-bottom: 0; } .lineType { padding-left: 10px; font-size: 12px; } .lineType>* { padding-right: 10px; } .lineType .tit { line-height: 37px; height: 37px; } .lineType .tit .corRed i { font-size: 1.6rem; } .lineType .tit i { vertical-align: top; margin: 7px 5px 0 0; } .lineType .con { color: #999; padding: 10px 10px 0 26px; overflow: hidden; border-top: #e4e4e4 solid 1px; display: none; font-size: 1.2rem; line-height: 18px; } .lineType .tit .fr { height: 35px; } .lineType .not { text-decoration: line-through; } .maxhei { max-height: 105px; overflow: hidden; } .lunboTxt { height: 33px; overflow: hidden; line-height: 33px; padding-left: 10px; } .lunboTxt div { height: 33px; transition: height 0.3s; -webkit-transition: margin-top 0.5s; overflow: hidden; } .lunbo { display: inline-block; height: 33px; vertical-align: top; } .yesEsc { float: right; height: 45px; line-height: 45px; color: #fff; font-size: 1.5em; min-width: 30px; text-align: center; padding-right: 10px; } .datailImgTxt { position: fixed; bottom: 20px; left: 50%; margin-left: -22px; background: rgba(101, 194, 1, 0.78); width: 44px; height: 44px; border-radius: 50%; text-align: center; line-height: 44px; color: #fff; font-size: 14px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.38); } .borTit { text-align: center; width: 200px; margin: auto; padding: 10px 0 7px 0; margin-top: 5px; position: relative; font-size: 1.4rem; color: #999; } .borTit:before,.borTit:after { display: block; height: 1px; background: #e4e4e4; width: 30%; content: ""; position: absolute; top: 20px; } .borTit:after { right: 0; } .proReco { overflow: hidden; padding: 10px; padding-left: 0; } .proReco .li { overflow: hidden; display: -webkit-box; } .proReco a { -webkit-box-flex: 1; display: block; box-sizing: border-box; padding-left: 10px; line-height: 22px; font-size: 12px; width: 33.33%; } .proReco a img { width: 100%; display: block; } .proReco a p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .proReco a div { color: #999; line-height: 20px; } .proReco a div .fr { color: #F00; margin-top: -1px; margin-right: 3px; } .proReco a div .fr i { font-size: 1.4rem; } .myBanner { height: 120px; position: relative; overflow: hidden; } .myBanner section { position: absolute; height: 120px; width: 100%; background: center no-repeat; background-size: 100%; box-shadow: 0 0 8px #000; display: none; } .myBanner section.z-current { display: block; } .myBanner ul { position: relative; width: 100%; z-index: 5; text-align: center; margin-top: 95px; } .myBanner li { background: #fff; display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin: 0 2px; } .myBanner li.xz { opacity: 1; background: #65c201; } .myBanner section a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .imgHeader { position: relative; height: inherit !important; min-height: 30px; } .imgHeader>a:nth-child(1) { float: left; line-height: 20px; padding: 5px 0; width: 75%; overflow: hidden; height: 20px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; } .imgHeader .iconMore2 { float: right; } .app_share { } .imgHeader .ali { color: #333; font-size: 14px; background: #fff; position: absolute; width: 116px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); right: 0; z-index: 20; top: 31px; -webkit-transform: scale(0.4) translate(70px,-100px); transition: ease-in-out all 0.2s; opacity: 0; display: none; } .imgHeader .ali.on { -webkit-transform: scale(1) translate(0,0); opacity: 1; } .imgHeader .ali .li { overflow: hidden; border-radius: 4px; } .imgHeader .ali em { border: transparent solid 8px; display: inline-block; border-bottom-color: #fff; position: absolute; top: -15px; left: 93px; } .imgHeader .more:hover .ali { transform: scale(1) translate(0,0); opacity: 1; } .imgHeader .ali a { display: block; line-height: 42px; border-top: #dcdcdc solid 1px; font-size: 14px; } .imgHeader .ali a:first-child { border-top: 0; } .imgHeader .ali a:hover { background: #DADADA; color: #fff; } .imgHeader .ali a i { margin: 10px 10px 0 11px; } .iconMore2,.app_share { background: url(img/mdd_icon_all.png) no-repeat; background-size: 200px auto; display: inline-block; vertical-align: top; background-position: -147px -100px; width: 30px; height: 30px; } .app_share { width: 27px; height: 27px; background-position: -4px -267px; position: absolute; top: 1px; right: 44px; } .iconLogo,.iconAll,.iconSearch3,.iconMy { background: url(img/mdd_icon_all.png) no-repeat; background-size: 20rem auto; display: inline-block; vertical-align: top; } .iconLogo,.iconAll,.iconSearch3,.iconMy { width: 2.1rem; height: 2.1rem; background-position: -12.1rem 0; } .iconAll { background-position: -14.3rem 0.1rem; } .iconSearch3 { background-position: -18.2rem 0.2rem; } .iconMy { background-position: -16.2rem 0.2rem; } .reReco { padding: 10px; padding-bottom: 5px; } .reReco h2 { border-left: #65c201 solid 5px; height: 14px; line-height: 14px; font-size: 14px; padding-left: 5px; } .reReco ul { margin-left: -10px; overflow: hidden; font-size: 12px; padding-top: 10px; } .reReco li { float: left; width: 50%; padding-left: 10px; box-sizing: border-box; margin-bottom: 5px; } .reReco li img { width: 100%; display: block; } .reReco li p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top: 3px; } .reReco li span { color: #ff6600; } .reReco li span em { font-size: 18px; } .reReco li div { line-height: 20px; } .reReco li font { color: #999; } .mengbanBai { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 19; } .notList { text-align: center; padding: 50px 0; border-bottom: #e4e4e4 solid 1px; color: #999; font-size: 14px; } .btn_a1 { background: #F90; color: #fff; font-size: 12px; display: inline-block; border-radius: 3px; line-height: 20px; padding: 0 5px; margin-left: 10px; } .shuoming { position: fixed; background: #fff; width: 280px; top: 50%; z-index: 1000; left: 50%; margin: -160px 0 0 -155px; padding: 15px; font-size: 14px; color: #666; padding-top: 10px; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); display: none; } .shuoming p { margin-top: 10px; text-indent: -1em; padding-left: 1rem; } .btnQuick { text-align: center; background: #fff; border-bottom: #e4e4e4 solid 1px; padding: 10px 0; } .btnQuick a { display: inline-block; line-height: 30px; width: 30%; margin: 0 7px; border-radius: 3px; border: #FF8F39 solid 1px; color: #FF8F39; font-size: 14px; }
web/css/m/lxs_index.css
/* CSS Document */ * { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(255,255,255,0); } html { font-size: 62.5%; position: relative; min-height: 100% !important; padding-bottom: 115px; box-sizing: border-box; } body { background: #f5f5f5; width: 100%; max-width: 640px; margin: 0 auto; } body { color: #333; font-family: Arial,"Lucida Grande",Verdana,"Microsoft YaHei",sans-serif; line-height: 22px; } body.hPC,body.hIphone { padding-bottom: 0 !important; } input,button { border: none; font-size: 1em; outline: none; background: url(img/tm.png) no-repeat #fff; font-family: Arial,"Lucida Grande",Verdana,"Microsoft YaHei",sans-serif; } ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } .clear { clear: both; } a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: rgba(255,255,255,0); } ul,ol,li { list-style: none; } i,em { font-style: normal; } h1,h2,h3,h4,h5 { font-size: 14px; font-weight: normal; } header,.top_adv,.banner,.content { max-width: 480px; margin: auto; min-width: 320px; } .lrp12 { padding-left: 12px; padding-right: 12px; } .fon14 { font-size: 1.4rem !important; } .fon16 { font-size: 1.6rem !important; } .cor111 { color: #111; } .cor666 { color: #666; } .cor999 { color: #999; } .corccc { color: #CCC; } .corHuang { color: #ffc600 !important; } .tbm20 { margin-top: 20px; margin-bottom: 20px; } .cc { text-align: center; } .cr { text-align: right; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml30 { margin-left: 30px; } .ml40 { margin-left: 40px; } .ml80 { margin-left: 80px; } .mr10 { margin-right: 10px; } .mr20 { margin-right: 20px; } .fl { float: left; } .fr { float: right; } .p5 { padding: 5px; } .p12 { padding: 12px; } .p17 { padding: 17px; } .pl17 { padding-left: 17px !important; } .p20 { padding: 20px; } .pb15 { padding-bottom: 15px !important; } .pl10 { padding-left: 10px !important; } .pl20 { padding-left: 20px !important; } .pl30 { padding-left: 30px !important; } .pl40 { padding-left: 40px !important; } .pt10 { padding-bottom: 10px !important; } .pt0 { padding-top: 0px !important; } .corRed { color: #ff3300; } .corGreen { color: #7ab800; } .corCheng { color: #ff9500; } .corBlue { color: #0088e7; } .wid50 { width: 50px !important; } .wid60 { width: 60px !important; } .wid70 { width: 70px !important; } .wid80 { width: 80px !important; } .wid100 { width: 100px !important; } .mb10 { margin-bottom: 10px !important; } .hei50 { height: 50px; } .hei65 { height: 65px; } .flol { float: left; } .flor { float: right; } .mr12 { margin-right: 12px; } .mt10 { margin-top: 10px !important; } .mt0 { margin-top: 0 !important; } .mt12 { margin-top: 12px !important; } .mt14 { margin-top: 14px !important; } .mt20 { margin-top: 20px !important; } .f12 { font-size: 12px; } .borTop { border-top: #dcdcdc solid 1px !important; } .bt0 { border-top: 0 !important; } .cen { text-align: center; } .alertX { position: fixed; background: rgba(0, 0, 0, 0.7); color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.5); border-radius: 3px; padding: 5px 15px; left: 0; top: 50%; max-width: 300px; box-sizing: border-box; line-height: 22px; font-size: 14px; -webkit-animation: alert 3s; opacity: 0; z-index: 99999; } @-webkit-keyframes alert { 0% { -webkit-transform: translateY(-50px); opacity: 0; } 10% { -webkit-transform: translateY(0); opacity: 1 } 90% { -webkit-transform: translateY(0); opacity: 1; } 100% { -webkit-transform: translateY(-50px); opacity: 0; } } .j_step_xx { -webkit-animation: j_step_xx 0.4s; } @-webkit-keyframes j_step_xx { 0% { -webkit-transform: translateX(100%); opacity: 0; } 100% { -webkit-transform: translateX(0); opacity: 1 } } .j_step_xx_not { -webkit-animation: j_step_xx_not 0.4s; } @-webkit-keyframes j_step_xx_not { 0% { -webkit-transform: translateX(0) scale(1); opacity: 1 } 100% { -webkit-transform: translateX(-100%) scale(0.7); opacity: 0; } } .j_step_yy { -webkit-animation: j_step_yy 0.5s; } @-webkit-keyframes j_step_yy { 0% { -webkit-transform: translateX(-100%); opacity: 0; } 100% { -webkit-transform: translateX(0); opacity: 1 } } .j_step_yy_not { -webkit-animation: j_step_yy_not 0.5s; } @-webkit-keyframes j_step_yy_not { 0% { -webkit-transform: translateX(0) scale(1); opacity: 1 } 100% { -webkit-transform: translateX(100%) scale(0.7); opacity: 0; } } .content { max-width: 640px; min-width: 320px; margin: auto; } .iconBack,.iconMore,.iconCz,.iconHorse,.iconShou,.iconLz,.iconXin,.iconWang,.iconHouse,.iconList,.iconPen,.iconMoney,.iconClock,.iconHeadset,.iconSearch,.iconRight,.iconX,.iconInfo,.iconTel,.iconDx,.iconSearch2,.iconHome,.iconMan,.iconHeart,.iconGPS,.iconHua,.iconCalendar,.iconQuan,.iconPoints,.iconRight2,.iconDown,.iconBao,.iconMedal,.iconPeople,.iconZx,.iconPen2,.iconUp,.iconDin,.iconLive,.iconRadio.yes { background: url(img/lxs_index_icon_all.png) no-repeat; background-size: 200px auto; display: inline-block; } .iconBack { width: 12px; height: 20px; background-position: -1px -1px; } .iconMore { width: 20px; height: 20px; background-position: -20px -1px } .iconCz { width: 26px; height: 26px; background-position: -40px -21px } .iconHorse { width: 26px; height: 26px; background-position: -71px -24px } .iconShou { width: 26px; height: 26px; background-position: -101px -24px } .iconLz { width: 26px; height: 26px; background-position: -134px -23px } .iconXin { width: 26px; height: 26px; background-position: -167px -25px } .iconWang { width: 26px; height: 26px; background-position: -1px -46px } .iconHouse { width: 24px; height: 24px; background-position: -45px 1px; border-radius: 50%; background-color: #fff; border: #5db400 solid 1px; } .iconList { width: 23px; height: 23px; background-position: -71px 2px } .iconPen { width: 23px; height: 23px; background-position: -97px 1px } .iconMoney { width: 23px; height: 23px; background-position: -119px 1px } .iconClock { width: 23px; height: 23px; background-position: -144px 2px } .iconHeadset { width: 23px; height: 23px; background-position: -168px 1px } .iconSearch { width: 20px; height: 20px; background-position: 1px -23px } .iconRight { width: 15px; height: 15px; background-position: -18px -25px } .iconX { width: 20px; height: 20px; background-position: -33px -49px } .iconInfo { width: 23px; height: 23px; background-position: -59px -49px } .iconTel { width: 23px; height: 23px; background-position: -91px -50px } .iconRed,.iconGreen { display: inline-block; line-height: 18px; padding: 0 3px; font-size: 12px; color: #fff; background: #f57171; border-radius: 3px; vertical-align: top; } .iconGreen { background: #5CD449; } .iconHeart { width: 27px; height: 27px; background-position: -170px -148px } .iconHeart.yes { width: 27px; height: 27px; background-position: -170px -118px } .iconGPS { width: 14px; height: 14px; background-position: -3px -152px } .iconHua,.iconCalendar,.iconQuan,.iconPoints { width: 16px; height: 16px; background-position: -21px -151px } .iconCalendar { background-position: -41px -151px } .iconQuan { background-position: -63px -151px } .iconPoints { background-position: -80px -150px } .iconRight2,.iconDown,.iconUp { width: 15px; height: 15px; background-position: -119px -54px } .iconDown { transform: rotate(90deg); -webkit-transform: rotate(90deg) } .iconUp { transform: rotate(-90deg); -webkit-transform: rotate(-90deg) } .iconBao,.iconMedal,.iconPeople { width: 25px; height: 25px; background-position: -101px -147px } .iconMedal { background-position: -127px -148px } .iconPeople { background-position: 1px -169px } .iconZx,.iconPen2 { width: 17px; height: 17px; background-position: -79px -173px } .iconPen2 { background-position: -55px -172px } .iconDin,.iconLive { width: 13px; height: 13px; background-position: -102px -176px } .iconLive { background-position: -120px -176px } .iconRadio { width: 19px; height: 19px; border-radius: 50%; border: #ccc solid 1px; display: inline-block; } .iconRadio.yes { background-position: -135px -172px; border-color: #0C0; } .iconRadio input { position: absolute; width: 0; height: 0; opacity: 0; } .icon_cpfl,.icon_lydz,.icon_yhq,.icon_lyzn,.icon_zxzx,.icon_bdy,.icon_zby,.icon_gny,.icon_cjy,.icon_dztj,.icon_dpgg,.icon_khly { background: url(img/bottomMenuIcon.png) no-repeat; background-size: 200px auto; display: inline-block; vertical-align: top; width: 26px; height: 26px; } .icon_cpfl { background-position: 0px 2px; } .icon_lydz { background-position: -28px 2px; } .icon_yhq { background-position: -59px 1px; } .icon_lyzn { background-position: -90px 1px; } .icon_zxzx { background-position: -119px 1px; } .icon_bdy { background-position: -149px 2px; } .icon_zby { background-position: -177px 2px; } .icon_gny { background-position: -1px -31px; } .icon_cjy { background-position: -33px -31px; } .icon_dztj { background-position: -68px -31px; } .icon_dpgg { background-position: -101px -32px; } .icon_khly { background-position: -133px -32px; } .bBor { border-bottom: #e4e4e4 solid 1px; background: #fff; } .btBor { border: #e4e4e4 solid 1px; border-width: 1px 0 1px 0; background: #fff; } .topTit { padding: 10px; background: #fff; } .topTit h1 { font-size: 1.6rem; height: 30px; line-height: 30px; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .jyTime { display: inline-block; height: 25px; } .jyTime span { background: #65c201; display: inline-block; height: 20px; line-height: 22px; padding: 0 14px; border-radius: 0 10px 10px 0; color: #fff; vertical-align: top; margin: 3px 0 0 -10px; font-size: 1.4rem; } .jyTime i { z-index: 1; position: relative; } .topTit .icon { margin-top: 5px; clear: both; } .topList { text-align: center; font-size: 1.2rem; overflow: hidden; position: fixed; bottom: 0; left: 0; z-index: 20; width: 100%; line-height: 16px; border-top: #c5c5c5 solid 1px; background: #fff; } .topList a { float: left; width: 20%; padding: 7px 0; color: #666666; } .topList p { margin-top: 1px; } .topList a:first-child:nth-last-child(1) { width: 100%; } /* two items */ .topList a:first-child:nth-last-child(2),.topList a:first-child:nth-last-child(2) ~ a { width: 50%; } /* three items */ .topList a:first-child:nth-last-child(3),.topList a:first-child:nth-last-child(3) ~ a { width: 33.3333%; } /* four items */ .topList a:first-child:nth-last-child(4),.topList a:first-child:nth-last-child(4) ~ a { width: 25%; } .search { margin: 10px; position: relative; } .search input { width: 100%; border: #e4e4e4 solid 1px; line-height: 19px; padding: 10px; box-sizing: border-box; text-align: center; font-size: 1.2rem; } .search i { position: absolute; right: 10px; top: 10px; } .search input::-webkit-input-placeholder { color: #CCC; } .search .inputBG { position: absolute; width: 100%; height: 100%; } .topProLi { padding: 10px 0; } .topProLi a { display: inline-block; width: 45%; text-align: left; margin-left: 3.3%; font-size: 1.2rem; } .topProLi a p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .topProLi a div { margin-bottom: 10px; } .topProLi img { width: 100%; } .topProLi a:nth-child(even) { margin-left: 2.5%; } .topProLi a span { font-size: 1.8rem; } .topProLi a .fr { margin-top: 1px; } .borMore { text-align: center; height: 45px; line-height: 45px; font-size: 1.5rem; color: #666; } .borMore .iconRight { vertical-align: top; margin: 14px 0 0 5px; } .navBtnLi { height: 46px; line-height: 45px; display: flex; display: -webkit-box; padding: 0 10px; text-align: center; font-size: 1.6rem; color: #666666; } .navBtnLi li { flex: 1; -webkit-box-flex: 1; height: 45px; } .navBtnLi li.on { color: #65c201; border-bottom: #65c201 solid 2px; } .indProLi { background: #fff; } .indProLi a { display: flex; display: -webkit-box; overflow: hidden; margin-left: 10px; padding: 10px 10px 10px 0; overflow: hidden; border-bottom: #e4e4e4 solid 1px; position: relative; } .indProLi a img { width: 120px; height: 80px; -webkit-box-flex: 120px; border-radius: 5px; } .indProLi a div.fr { float: none; flex: 1; -webkit-box-flex: 2; padding-left: 10px; line-height: 18px; font-size: 1.2rem; } .indProLi a div.fr p { line-height: 18px; font-size: 1.4rem; margin-top: -2px; height: 38px; overflow: hidden; } .indProLi a div.fr icon { margin-top: 1px; } .indProLi a div.fr span { color: #666666; } .indProLi a div.fr i { display: inline-block; border: #e4e4e4 solid 1px; border-radius: 2px; color: #666666; padding: 0 3px; margin: 3px 0; margin-right: 5px; } .indProLi a div.fr money { margin-top: -2px; } .indProLi a div.fr max { font-size: 1.8rem; } .indProLi a div.fr div { margin-top: 3px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .indProLi a em { position: absolute; top: 18px; left: 10px; background: rgba(0,0,0,0.5); color: #fff; line-height: 17px; font-size: 1.2rem; padding: 0 4px; border-radius: 2px; } .winTel a { display: block; border-bottom: #e4e4e4 solid 1px; font-size: 2rem; color: #666666; } .winTel a.not { border: none; } .winTel .esc,.shuoming .esc { position: absolute; background: #f4f4f4; width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; right: -10px; top: -10px; } .winTel .esc i,.shuoming .esc i { margin-top: 5px; } .winTel a i { vertical-align: top; margin: 17px 20px 0 30px; } .allScore { display: flex; text-align: center; font-size: 1.5rem; padding: 1rem 0; line-height: 20px; overflow: hidden; width: 100%; } .allScore p { font-size: 1.2rem; } .allScore li { flex: 1; border-left: #e4e4e4 solid 1px; } .allScore li:first-child { border: 0; } .titGreen { line-height: 38px; height: 38px; font-size: 1.4rem; padding-left: 10px; } .titGreen i { display: inline-block; width: 2px; height: 13px; background: #65c201; vertical-align: top; margin: 11px 10px 0 0; } .titGreen i.ml { margin-left: 7px; } .borBotList { padding: 0 10px; font-size: 1.4rem; } .borBotList li { border-top: #e4e4e4 solid 1px; line-height: 37px; height: 37px; } .borBotList li:first-child { border: 0; } .borBotList li i { vertical-align: top; margin: 5px 10px 0 10px; } .borBotList.max li { height: 40px; line-height: 40px; padding-right: 10px; color: #666; overflow: hidden; } .borBotList.max li i { margin: 11px 7px 0 3px; } .borBotList.max { padding-right: 0; } .borBotList.max li a.fr { color: #333; } .borBotList.max li a.fr i { margin: 13px 0 0 5px; } .twoCorList { font-size: 1.2rem; padding: 5px 0; } .twoCorList li { /* display:-webkit-box; */ clear: both; padding: 2px 0; padding-right: 10px; } .twoCorList label { /* -webkit-box-flex:70px; */ text-align: right; display: inline-block; width: 68px; float: left; color: #999; } .twoCorList .two { height: 5px; display: inline-block; } .twoCorList .r { /* -webkit-box-flex:1; */ display: block; margin-left: 75px; } .twoCorList.min li { padding: 0; line-height: 20px; } .liGreen { max-width: 250px; } .liGreen em { display: inline-block; border: #dddddd solid 1px; border-radius: 3px; padding: 0 5px; color: #65c201; line-height: 16px; margin-right: 5px; margin-bottom: 3px; } .txtMod { padding: 10px 22px; font-size: 1.2rem; text-indent: 2em; } .lineTopImg { position: relative; line-height: 0; } .lineTopImg img { width: 100%; display: compact } .lineTopImg .sc { position: absolute; right: 14px; top: 14px; } .lineTopImg p { position: absolute; bottom: 0; width: 100%; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.4))); color: #fff; line-height: 20px; font-size: 1.3rem; padding: 4px 10px; box-sizing: border-box; padding-top: 10px; } .lineTopTxt { padding: 8px 10px 5px 10px; font-size: 1.2rem; line-height: 26px; } .lineTopTxt p i { vertical-align: top; margin: 4px 3px 0 0; } .lineTopTxt money span { font-size: 2.4rem; } .lineTopTxt not { color: #666; text-decoration: line-through; font-size: 1.4rem; } .lineTopTxt .zhe { background: #00bf49; border-radius: 10px; font-size: 12px; display: inline-block; color: #fff; padding: 0 5px; line-height: 20px; } .lineTopTxt .zhe_money { margin-left: 10px; font-size: 12px; } .lineTopTxt .zhe_money b { font-size: 14px; } .moreRight { padding: 10px 10px; color: #999; font-size: 1.4rem; display: block; } .moreRight i { margin-top: 1px; } .bGreen,.bCheng,.bBlue { display: inline-block; min-width: 55px; line-height: 20px; height: 20px; padding: 0 5px; box-sizing: border-box; color: #fff; text-align: center; font-size: 1.2rem; border: #E9181E solid 1px; color: #E9181E } .topIconTxt { padding: 0 17px; padding-bottom: 0; line-height: } .topIconTxt em { margin-right: 6px; } .bGreen,.topIconTxt em:nth-child(1) { } .topIconTxt em:nth-child(2) { border-color: #F90; color: #F90 } .topIconTxt em:nth-child(3) { border-color: #39F; color: #39F } .topIconTxt em:nth-child(4) { border-color: #6C0; color: #6C0 } .topIconTxt .con { line-height: 22px; font-size: 1.2rem; padding-top: 5px; color: #666; overflow: hidden; } .topIconTxt>em { margin-top: 10px; } .showMore { text-align: center; color: #999; font-size: 1.2rem; line-height: 30px; height: 30px; } .showMore i { vertical-align: top; margin-top: 7px; } .bottomSecList { /* display:-webkit-box; */ text-align: center; padding: 5px 0; color: #666; font-size: 1.4rem; overflow: hidden; } .bottomSecList li { width: 33%; float: left; /* -webkit-box-flex:1; */ border-left: #e4e4e4 solid 1px; line-height: 28px; height: 28px; } .bottomSecList li i { vertical-align: top; margin-right: 3px; opacity: 0.7; } .bottomSecList li:first-child { border: 0; } .j_follow_xd { bottom: 0; position: fixed; } .follow { position: fixed; bottom: 0; left: 0; width: 100%; box-sizing: border-box; height: 45px; background: #fff; z-index: 5; font-size: 1.5rem; line-height: 45px; display: -webkit-box; text-align: center; text-align: center; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); } .follow a { -webkit-box-flex: 1; display: block; color: #555555; } .follow .yd { background: #ff9100; color: #fff; height: 45px; font-size: 1.5rem; border: none; webkit-box-flex: 1; display: block; width: 56%; line-height: 45px; } .follow i { vertical-align: top; margin: 13px 3px 0 0; } .follow p { width: 100%; } .dayLine { padding: 10px; } .dayLine img { width: 100%; } .dayLine .tit { margin-left: -10px; line-height: 19px; font-size: 1.4rem; /* display:-webkit-box; */ } .dayLine .tit i { background: #65c201; color: #fff; padding: 0 10px; border-radius: 0 10px 10px 0; display: inline-block; float: left; height: 19px; margin-right: 10px; line-height: 21px; /* -webkit-box-flex:1; */ } .dayLine .tit em { display: inline-block; height: 1px; background: #333; width: 27px; vertical-align: top; margin: 0 3px; margin-top: 9px; } .dayLine .tit span { display: block; margin-left: 70px; /* -webkit-box-flex:1; */ } .dayLine .iconDin,.dayLine .iconLive { margin: 4px 3px 0 0; vertical-align: top; } .dayLine div:last-child { border-bottom: 0; } .lineType { padding-left: 10px; font-size: 12px; } .lineType>* { padding-right: 10px; } .lineType .tit { line-height: 37px; height: 37px; } .lineType .tit .corRed i { font-size: 1.6rem; } .lineType .tit i { vertical-align: top; margin: 7px 5px 0 0; } .lineType .con { color: #999; padding: 10px 10px 0 26px; overflow: hidden; border-top: #e4e4e4 solid 1px; display: none; font-size: 1.2rem; line-height: 18px; } .lineType .tit .fr { height: 35px; } .lineType .not { text-decoration: line-through; } .maxhei { max-height: 105px; overflow: hidden; } .lunboTxt { height: 33px; overflow: hidden; line-height: 33px; padding-left: 10px; } .lunboTxt div { height: 33px; transition: height 0.3s; -webkit-transition: margin-top 0.5s; overflow: hidden; } .lunbo { display: inline-block; height: 33px; vertical-align: top; } .yesEsc { float: right; height: 45px; line-height: 45px; color: #fff; font-size: 1.5em; min-width: 30px; text-align: center; padding-right: 10px; } .datailImgTxt { position: fixed; bottom: 20px; left: 50%; margin-left: -22px; background: rgba(101, 194, 1, 0.78); width: 44px; height: 44px; border-radius: 50%; text-align: center; line-height: 44px; color: #fff; font-size: 14px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.38); } .borTit { text-align: center; width: 200px; margin: auto; padding: 10px 0 7px 0; margin-top: 5px; position: relative; font-size: 1.4rem; color: #999; } .borTit:before,.borTit:after { display: block; height: 1px; background: #e4e4e4; width: 30%; content: ""; position: absolute; top: 20px; } .borTit:after { right: 0; } .proReco { overflow: hidden; padding: 10px; padding-left: 0; } .proReco .li { overflow: hidden; display: -webkit-box; } .proReco a { -webkit-box-flex: 1; display: block; box-sizing: border-box; padding-left: 10px; line-height: 22px; font-size: 12px; width: 33.33%; } .proReco a img { width: 100%; display: block; } .proReco a p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .proReco a div { color: #999; line-height: 20px; } .proReco a div .fr { color: #F00; margin-top: -1px; margin-right: 3px; } .proReco a div .fr i { font-size: 1.4rem; } .myBanner { height: 120px; position: relative; overflow: hidden; } .myBanner section { position: absolute; height: 120px; width: 100%; background: center no-repeat; background-size: 100%; box-shadow: 0 0 8px #000; display: none; } .myBanner section.z-current { display: block; } .myBanner ul { position: relative; width: 100%; z-index: 5; text-align: center; margin-top: 95px; } .myBanner li { background: #fff; display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin: 0 2px; } .myBanner li.xz { opacity: 1; background: #65c201; } .myBanner section a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .imgHeader { position: relative; height: inherit !important; min-height: 30px; } .imgHeader>a:nth-child(1) { float: left; line-height: 20px; padding: 5px 0; width: 75%; overflow: hidden; height: 20px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; } .imgHeader .iconMore2 { float: right; } .app_share { } .imgHeader .ali { color: #333; font-size: 14px; background: #fff; position: absolute; width: 116px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); right: 0; z-index: 20; top: 31px; -webkit-transform: scale(0.4) translate(70px,-100px); transition: ease-in-out all 0.2s; opacity: 0; display: none; } .imgHeader .ali.on { -webkit-transform: scale(1) translate(0,0); opacity: 1; } .imgHeader .ali .li { overflow: hidden; border-radius: 4px; } .imgHeader .ali em { border: transparent solid 8px; display: inline-block; border-bottom-color: #fff; position: absolute; top: -15px; left: 93px; } .imgHeader .more:hover .ali { transform: scale(1) translate(0,0); opacity: 1; } .imgHeader .ali a { display: block; line-height: 42px; border-top: #dcdcdc solid 1px; font-size: 14px; } .imgHeader .ali a:first-child { border-top: 0; } .imgHeader .ali a:hover { background: #DADADA; color: #fff; } .imgHeader .ali a i { margin: 10px 10px 0 11px; } .iconMore2,.app_share { background: url(img/mdd_icon_all.png) no-repeat; background-size: 200px auto; display: inline-block; vertical-align: top; background-position: -147px -100px; width: 30px; height: 30px; } .app_share { width: 27px; height: 27px; background-position: -4px -267px; position: absolute; top: 1px; right: 44px; } .iconLogo,.iconAll,.iconSearch3,.iconMy { background: url(img/mdd_icon_all.png) no-repeat; background-size: 20rem auto; display: inline-block; vertical-align: top; } .iconLogo,.iconAll,.iconSearch3,.iconMy { width: 2.1rem; height: 2.1rem; background-position: -12.1rem 0; } .iconAll { background-position: -14.3rem 0.1rem; } .iconSearch3 { background-position: -18.2rem 0.2rem; } .iconMy { background-position: -16.2rem 0.2rem; } .reReco { padding: 10px; padding-bottom: 5px; } .reReco h2 { border-left: #65c201 solid 5px; height: 14px; line-height: 14px; font-size: 14px; padding-left: 5px; } .reReco ul { margin-left: -10px; overflow: hidden; font-size: 12px; padding-top: 10px; } .reReco li { float: left; width: 50%; padding-left: 10px; box-sizing: border-box; margin-bottom: 5px; } .reReco li img { width: 100%; display: block; } .reReco li p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top: 3px; } .reReco li span { color: #ff6600; } .reReco li span em { font-size: 18px; } .reReco li div { line-height: 20px; } .reReco li font { color: #999; } .mengbanBai { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 19; } .notList { text-align: center; padding: 50px 0; border-bottom: #e4e4e4 solid 1px; color: #999; font-size: 14px; } .btn_a1 { background: #F90; color: #fff; font-size: 12px; display: inline-block; border-radius: 3px; line-height: 20px; padding: 0 5px; margin-left: 10px; } .shuoming { position: fixed; background: #fff; width: 280px; top: 50%; z-index: 1000; left: 50%; margin: -160px 0 0 -155px; padding: 15px; font-size: 14px; color: #666; padding-top: 10px; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); display: none; } .shuoming p { margin-top: 10px; text-indent: -1em; padding-left: 1rem; } .btnQuick { text-align: center; background: #fff; border-bottom: #e4e4e4 solid 1px; padding: 10px 0; } .btnQuick a { display: inline-block; line-height: 30px; width: 30%; margin: 0 7px; border-radius: 3px; border: #FF8F39 solid 1px; color: #FF8F39; font-size: 14px; }
0.248443
0.077483
.chat-app-window .user-chats { background-color: #f2f0f7; padding: 1rem; position: relative; height: calc(100% - 65px - 65px); } .chat-app-window .user-chats .avatar img { border: 2px solid #fff; } .chat-app-window .active-chat { height: inherit; } .chat-app-window .active-chat .chat-header { display: flex; justify-content: space-between; height: 65px; background-color: #fff; padding: 0 1rem; border-bottom: 1px solid #ebe9f1; } .chat-app-window .chats .chat-avatar { float: right; } .chat-app-window .chats .chat-body { display: block; margin: 10px 30px 0 0; overflow: hidden; } .chat-app-window .chats .chat-body .chat-content { float: right; padding: 0.7rem 1rem; margin: 0 1rem 10px 0; clear: both; color: #fff; background-image: linear-gradient(80deg, green, #9e95f5); background-repeat: repeat-x; border-radius: 0.357rem; box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12); max-width: 75%; } .chat-app-window .chats .chat-body .chat-content p { margin: 0; } .chat-app-window .chats .chat-left .chat-avatar { float: left; } .chat-app-window .chats .chat-left .chat-body .chat-content { float: left; margin: 0 0 10px 1rem; color: #6e6b7b; background: none; background-color: white; } .chat-app-window .chat-app-form { height: 65px; padding: 0 1rem; background-color: #fff; display: flex; align-items: center; border-top: 1px solid #ebe9f1; } .chat-widget .card-header { padding-top: 0.8rem; padding-bottom: 0.8rem; } .chat-widget .chat-app-window .user-chats { background-color: #f8f8f8; height: 390px; } .chat-widget .chat-app-window .chat-app-form { border-top: 0; border-bottom-left-radius: 0.357rem; border-bottom-right-radius: 0.357rem; height: 56px; } .chat-widget .chat-app-window .chat-app-form .input-group-text, .chat-widget .chat-app-window .chat-app-form .message { border: 0; padding-left: 0; } .chat-widget .chat-app-window .chat-app-form .input-group:not(.bootstrap-touchspin):focus-within { box-shadow: none; }
public/assets/admin/css/pages/app-chat-list.css
.chat-app-window .user-chats { background-color: #f2f0f7; padding: 1rem; position: relative; height: calc(100% - 65px - 65px); } .chat-app-window .user-chats .avatar img { border: 2px solid #fff; } .chat-app-window .active-chat { height: inherit; } .chat-app-window .active-chat .chat-header { display: flex; justify-content: space-between; height: 65px; background-color: #fff; padding: 0 1rem; border-bottom: 1px solid #ebe9f1; } .chat-app-window .chats .chat-avatar { float: right; } .chat-app-window .chats .chat-body { display: block; margin: 10px 30px 0 0; overflow: hidden; } .chat-app-window .chats .chat-body .chat-content { float: right; padding: 0.7rem 1rem; margin: 0 1rem 10px 0; clear: both; color: #fff; background-image: linear-gradient(80deg, green, #9e95f5); background-repeat: repeat-x; border-radius: 0.357rem; box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12); max-width: 75%; } .chat-app-window .chats .chat-body .chat-content p { margin: 0; } .chat-app-window .chats .chat-left .chat-avatar { float: left; } .chat-app-window .chats .chat-left .chat-body .chat-content { float: left; margin: 0 0 10px 1rem; color: #6e6b7b; background: none; background-color: white; } .chat-app-window .chat-app-form { height: 65px; padding: 0 1rem; background-color: #fff; display: flex; align-items: center; border-top: 1px solid #ebe9f1; } .chat-widget .card-header { padding-top: 0.8rem; padding-bottom: 0.8rem; } .chat-widget .chat-app-window .user-chats { background-color: #f8f8f8; height: 390px; } .chat-widget .chat-app-window .chat-app-form { border-top: 0; border-bottom-left-radius: 0.357rem; border-bottom-right-radius: 0.357rem; height: 56px; } .chat-widget .chat-app-window .chat-app-form .input-group-text, .chat-widget .chat-app-window .chat-app-form .message { border: 0; padding-left: 0; } .chat-widget .chat-app-window .chat-app-form .input-group:not(.bootstrap-touchspin):focus-within { box-shadow: none; }
0.446495
0.036357
:root { --gap: 5px; --directionButtonSize: 30px; } .slider { box-sizing: border-box; overflow: hidden; position: relative; } .slider .slider__button { align-items: center; border-radius: 50%; border: 0; bottom: calc(50% - var(--directionButtonSize) / 2); cursor: pointer; display: flex; height: var(--directionButtonSize); justify-content: center; position: absolute; width: var(--directionButtonSize); z-index: 5; } .slider .slider__button span { border-style: solid; border-width: 0; border-top-width: 3px; box-sizing: content-box; height: calc(var(--directionButtonSize) / 5); margin-bottom: 1px; width: calc(var(--directionButtonSize) / 5); } .slider .slider__button__left { left: 20px; } .slider .slider__button__left span { border-left-width: 3px; margin-left: calc(var(--directionButtonSize) / 10); transform: rotate(-45deg); } .slider .slider__button__right { right: 20px; } .slider .slider__button__right span { border-right-width: 3px; margin-right: calc(var(--directionButtonSize) / 10); transform: rotate(45deg); } .slider .slider__dots-control { bottom: 0; display: inline-flex; justify-content: center; list-style: none; padding: 0; position: absolute; width: 100%; } .slider .slider__dots-control .slider__dots-control__dot { list-style: none; margin: 5px; z-index: 5; } .slider .slider__dots-control .slider__dots-control__dot > button { border-radius: 50%; border: 0; cursor: pointer; height: 10px; padding: 0; width: 10px; } .slider .slider__container { box-sizing: border-box; cursor: grab; display: inline-flex; min-height: 50px; overflow: hidden; transform: translateX(0); transition: transform 0.3s ease-out; } .slider .slider__container > .slider__slide + .slider__slide { margin-left: var(--gap); } .slider .slider__slide { box-sizing: border-box; user-select: none; width: calc(100vw - var(--gap)); } .slider .slider__slide .slider__slide__image { transition: transform 0.3s ease-in-out; } .slider__slide-centered { display: flex; justify-content: center; align-items: center; } .slider .slider__container--grabbing { cursor: grabbing; } .slider .slider__container--grabbing .slider__slide__image { transform: scale(0.95); }
src/style.css
:root { --gap: 5px; --directionButtonSize: 30px; } .slider { box-sizing: border-box; overflow: hidden; position: relative; } .slider .slider__button { align-items: center; border-radius: 50%; border: 0; bottom: calc(50% - var(--directionButtonSize) / 2); cursor: pointer; display: flex; height: var(--directionButtonSize); justify-content: center; position: absolute; width: var(--directionButtonSize); z-index: 5; } .slider .slider__button span { border-style: solid; border-width: 0; border-top-width: 3px; box-sizing: content-box; height: calc(var(--directionButtonSize) / 5); margin-bottom: 1px; width: calc(var(--directionButtonSize) / 5); } .slider .slider__button__left { left: 20px; } .slider .slider__button__left span { border-left-width: 3px; margin-left: calc(var(--directionButtonSize) / 10); transform: rotate(-45deg); } .slider .slider__button__right { right: 20px; } .slider .slider__button__right span { border-right-width: 3px; margin-right: calc(var(--directionButtonSize) / 10); transform: rotate(45deg); } .slider .slider__dots-control { bottom: 0; display: inline-flex; justify-content: center; list-style: none; padding: 0; position: absolute; width: 100%; } .slider .slider__dots-control .slider__dots-control__dot { list-style: none; margin: 5px; z-index: 5; } .slider .slider__dots-control .slider__dots-control__dot > button { border-radius: 50%; border: 0; cursor: pointer; height: 10px; padding: 0; width: 10px; } .slider .slider__container { box-sizing: border-box; cursor: grab; display: inline-flex; min-height: 50px; overflow: hidden; transform: translateX(0); transition: transform 0.3s ease-out; } .slider .slider__container > .slider__slide + .slider__slide { margin-left: var(--gap); } .slider .slider__slide { box-sizing: border-box; user-select: none; width: calc(100vw - var(--gap)); } .slider .slider__slide .slider__slide__image { transition: transform 0.3s ease-in-out; } .slider__slide-centered { display: flex; justify-content: center; align-items: center; } .slider .slider__container--grabbing { cursor: grabbing; } .slider .slider__container--grabbing .slider__slide__image { transform: scale(0.95); }
0.540196
0.175962
body { font-family: "Nunito", sans-serif; color: #484d51; } html, body { max-height: 100%; margin: 0; } .app-container { /* position: fixed; */ min-width: 100%; max-height: 100%; /* left: 0; top: 0; */ display: flex; flex-direction: row; overflow: hidden; } .content-container { height: 100%; } .nav-container { width: 270px; } .sidenav { width: 270px; max-height: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#303750+0,1d2233+100 */ background: #303750; /* Old browsers */ background: -moz-linear-gradient( top, #303750 0%, #1d2233 100% ); /* FF3.6-15 */ background: -webkit-linear-gradient( top, #303750 0%, #1d2233 100% ); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient( to bottom, #303750 0%, #1d2233 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303750', endColorstr='#1d2233',GradientType=0 ); /* IE6-9 */ padding: 20px 0px 0 20px; text-align: center; } .sidenav a { margin: 10px 0px 45px 0px; text-decoration: none; font-size: 16px; color: #9b9bba; font-weight: bold; display: block; } .main { margin-left: 160px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } @media screen and (max-height: 450px) { .sidenav { padding-top: 15px; } .sidenav a { font-size: 18px; } } #profilePicture { border-radius: 50%; height: 90px; width: 90px; margin-top: 25px; } #profileName { color: white; font-size: 20px; margin-bottom: 80px; } .nav-wrap { text-align: left; display: flex; flex-direction: column; justify-content: space-between; height: 70%; } .link-wrap { padding-left: 25px; margin-right: 40px; display: flex; flex-direction: row; cursor: pointer; } .link-wrap i { margin: 7px 25px 0 8px; } .link-wrap:hover i { color: white !important; } .link-wrap:hover a { color: white !important; } .material-icons.violet { color: #9b9bba; } #logoff { margin-top: 90%; } #welcome-container { text-align: center; display: flex; align-items: center; justify-content: center; height: 80vh; padding: 50px; } h1 { font-size: 40px; } h2 { font-size: 32px; font-weight: 700; margin: 0 0 8px 0; } h3 { font-size: 22px; font-weight: 700; margin: 0 0 4px 0; } h4 { font-size: 16px; font-weight: 600; margin: 0; } h5 { font-size: 16px; font-weight: 700; margin: 3px 0 0 0; color: #9b9bba; } h6 { color: #6384ec; font-size: 16px; font-weight: 600; margin: 30px 0 15px 0; } .flex-container { padding: 40px; width: 70%; } .search-wrap { display: flex; flex-flow: row wrap; flex-direction: row; border-bottom: 1px solid #9b9bba; padding-bottom: 5px; width: 80%; margin: 0 0 15px 15px; } .material-icons.violet.search { margin: 0 15px 0 0; padding: 0; } .search-bar { border: none; /* border-radius: 30px; padding: 3px 20px 3px 20px; margin-bottom: 20px; */ background-color: transparent; } .search-bar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #9b9bba; opacity: 1; /* Firefox */ } .search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #9b9bba; } .search-bar::-ms-input-placeholder { /* Microsoft Edge */ color: #9b9bba; } .wrap-background { height: 100%; display: flex; flex-direction: row; align-items: stretch; } .whole-background { height: 100vh; width: 100%; } .course-wrap { background-color: #f4f7fc; padding: 0 40px; max-width: 45%; flex: 1 100%; overflow-y: hidden; height: 100%; } .course-detail { flex: 1 100%; padding-left: 20px; max-height: 100%; overflow-y: auto; } *:focus { outline: none; } .course-card { background-color: white; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); margin: 10px 0; padding: 12px 15px 12px 20px; border-radius: 5px; } .course-card-selected { background-color: white; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); margin: 10px 0; padding: 12px 15px 12px 20px; border-left: 6px solid #6384ec; } .course-list { overflow-y: auto; height: 80vh; } .course-detail-wrap { padding: 0 30px 0 20px; } .wrap-all-data { width: 90%; } .wrap-data { margin-top: 25px; display: flex; align-items: center; justify-content: flex-start; } .wrap-chart { margin-top: 50px; display: flex; justify-content: space-between; width: 90%; } #data-text { width: 45%; } #data { font-size: 68px; margin: 10px 40px 0 60px; } #aproved { margin-top: 30px; } .dashboard-background { background-color: #f4f7fc; padding: 0 40px; overflow-y: auto; height: 100%; } .card-deck { display: flex; justify-content: space-around; } .data-card { background-color: white; text-align: center; border-radius: 6px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); padding: 25px 10px; } #card-title { font-size: 24px; } #card-data { font-size: 68px; margin: 2px 40px 0 60px; font-weight: 600; } .line-chart { margin-top: 40px; padding: 20px 20px 20px 30px; background-color: white; border-radius: 6px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); } .logo-wrap { margin-top: 20%; text-align: center; padding: 0 15px; } #logo { max-width: 90%; } #logo-title { font-size: 55px; } #logo-description { font-size: 26px; color:#595959; } .login-wrap { margin-top: 40%; text-align: left; padding: 0 15px; text-align: center; width: 80%; } .text-center { margin-left: 10px; } #login-button{ background-color:#6384ec; font-size: 18px; font-weight: bold; color: white; border: none; border-radius: 6px; padding: 10px 30px; margin-top: 15px; } .estimate-detail { display:flex; flex: 1 100%; padding-left: 20px; max-height: 100%; overflow-y: auto; } .detail-card { background-color: white; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); margin: 10px 0; padding: 12px 15px 12px 20px; border-radius: 5px; text-align: center; } .detail-data-wrap{ display:flex; flex-direction: column; } .detail-1{ align-self: flex-start; } .detail-2{ align-self: center; } .detail-3{ align-self: flex-end; } #username{ color: white; }
meteor-react-body/client/main.css
body { font-family: "Nunito", sans-serif; color: #484d51; } html, body { max-height: 100%; margin: 0; } .app-container { /* position: fixed; */ min-width: 100%; max-height: 100%; /* left: 0; top: 0; */ display: flex; flex-direction: row; overflow: hidden; } .content-container { height: 100%; } .nav-container { width: 270px; } .sidenav { width: 270px; max-height: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#303750+0,1d2233+100 */ background: #303750; /* Old browsers */ background: -moz-linear-gradient( top, #303750 0%, #1d2233 100% ); /* FF3.6-15 */ background: -webkit-linear-gradient( top, #303750 0%, #1d2233 100% ); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient( to bottom, #303750 0%, #1d2233 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303750', endColorstr='#1d2233',GradientType=0 ); /* IE6-9 */ padding: 20px 0px 0 20px; text-align: center; } .sidenav a { margin: 10px 0px 45px 0px; text-decoration: none; font-size: 16px; color: #9b9bba; font-weight: bold; display: block; } .main { margin-left: 160px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } @media screen and (max-height: 450px) { .sidenav { padding-top: 15px; } .sidenav a { font-size: 18px; } } #profilePicture { border-radius: 50%; height: 90px; width: 90px; margin-top: 25px; } #profileName { color: white; font-size: 20px; margin-bottom: 80px; } .nav-wrap { text-align: left; display: flex; flex-direction: column; justify-content: space-between; height: 70%; } .link-wrap { padding-left: 25px; margin-right: 40px; display: flex; flex-direction: row; cursor: pointer; } .link-wrap i { margin: 7px 25px 0 8px; } .link-wrap:hover i { color: white !important; } .link-wrap:hover a { color: white !important; } .material-icons.violet { color: #9b9bba; } #logoff { margin-top: 90%; } #welcome-container { text-align: center; display: flex; align-items: center; justify-content: center; height: 80vh; padding: 50px; } h1 { font-size: 40px; } h2 { font-size: 32px; font-weight: 700; margin: 0 0 8px 0; } h3 { font-size: 22px; font-weight: 700; margin: 0 0 4px 0; } h4 { font-size: 16px; font-weight: 600; margin: 0; } h5 { font-size: 16px; font-weight: 700; margin: 3px 0 0 0; color: #9b9bba; } h6 { color: #6384ec; font-size: 16px; font-weight: 600; margin: 30px 0 15px 0; } .flex-container { padding: 40px; width: 70%; } .search-wrap { display: flex; flex-flow: row wrap; flex-direction: row; border-bottom: 1px solid #9b9bba; padding-bottom: 5px; width: 80%; margin: 0 0 15px 15px; } .material-icons.violet.search { margin: 0 15px 0 0; padding: 0; } .search-bar { border: none; /* border-radius: 30px; padding: 3px 20px 3px 20px; margin-bottom: 20px; */ background-color: transparent; } .search-bar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #9b9bba; opacity: 1; /* Firefox */ } .search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #9b9bba; } .search-bar::-ms-input-placeholder { /* Microsoft Edge */ color: #9b9bba; } .wrap-background { height: 100%; display: flex; flex-direction: row; align-items: stretch; } .whole-background { height: 100vh; width: 100%; } .course-wrap { background-color: #f4f7fc; padding: 0 40px; max-width: 45%; flex: 1 100%; overflow-y: hidden; height: 100%; } .course-detail { flex: 1 100%; padding-left: 20px; max-height: 100%; overflow-y: auto; } *:focus { outline: none; } .course-card { background-color: white; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); margin: 10px 0; padding: 12px 15px 12px 20px; border-radius: 5px; } .course-card-selected { background-color: white; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); margin: 10px 0; padding: 12px 15px 12px 20px; border-left: 6px solid #6384ec; } .course-list { overflow-y: auto; height: 80vh; } .course-detail-wrap { padding: 0 30px 0 20px; } .wrap-all-data { width: 90%; } .wrap-data { margin-top: 25px; display: flex; align-items: center; justify-content: flex-start; } .wrap-chart { margin-top: 50px; display: flex; justify-content: space-between; width: 90%; } #data-text { width: 45%; } #data { font-size: 68px; margin: 10px 40px 0 60px; } #aproved { margin-top: 30px; } .dashboard-background { background-color: #f4f7fc; padding: 0 40px; overflow-y: auto; height: 100%; } .card-deck { display: flex; justify-content: space-around; } .data-card { background-color: white; text-align: center; border-radius: 6px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); padding: 25px 10px; } #card-title { font-size: 24px; } #card-data { font-size: 68px; margin: 2px 40px 0 60px; font-weight: 600; } .line-chart { margin-top: 40px; padding: 20px 20px 20px 30px; background-color: white; border-radius: 6px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); } .logo-wrap { margin-top: 20%; text-align: center; padding: 0 15px; } #logo { max-width: 90%; } #logo-title { font-size: 55px; } #logo-description { font-size: 26px; color:#595959; } .login-wrap { margin-top: 40%; text-align: left; padding: 0 15px; text-align: center; width: 80%; } .text-center { margin-left: 10px; } #login-button{ background-color:#6384ec; font-size: 18px; font-weight: bold; color: white; border: none; border-radius: 6px; padding: 10px 30px; margin-top: 15px; } .estimate-detail { display:flex; flex: 1 100%; padding-left: 20px; max-height: 100%; overflow-y: auto; } .detail-card { background-color: white; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); margin: 10px 0; padding: 12px 15px 12px 20px; border-radius: 5px; text-align: center; } .detail-data-wrap{ display:flex; flex-direction: column; } .detail-1{ align-self: flex-start; } .detail-2{ align-self: center; } .detail-3{ align-self: flex-end; } #username{ color: white; }
0.510496
0.081703
body { margin: 0; font-family: "Open Sans", sans-serif; -webkit-font-smoothing: antialiased; font-weight: 300; line-height: 1.5; font-size: 1.1rem; } /* -------------- FIRST PAGE STYLING --------------- */ .firstPage { height: 100vh; background-color: white; overflow: hidden; position: relative; } #firstPageContent { background: url('./Images/f1.jpeg'); background-size: cover; height: 100vh; } #firstPageSpace { display: flex; height: 90vh; align-items: flex-end; } #firstPageText { background-color: rgba(255,255,255,0.8); padding: 1vh 5%; font-size: 2vh; } #bigText { font-size: 9vh; } #firstPageFooter { font-size: 1.5vw; position: fixed; z-index: 1; font-weight: 400; } /* -------------- SECOND PAGE STYLING --------------- */ .secondPage { display: flex; align-items: center; margin: 0px 5vw; min-height: 80vh; font-size: 2.5vh; position: relative; z-index: 2; background-color: white; } #invitationImage { width: 35%; height: auto; } #invitation { margin: 1.5vh 3vw; } #invitationTitle { font-size: 5.5vh; margin-bottom: 2vh; } @media screen and (min-width: 950px) { #firstPageText { font-size: 2.9vh; } #firstPageFooter { font-size: 1.5vw; left: 5vw; } } @media screen and (max-width: 1300px) { #firstPageFooter { font-size: 2.3vw; margin-bottom: 2vh; } } @media screen and (max-width: 1100px) { #bigText{ font-size: 8vh; } #firstPageFooter { font-size: 2.2vw; left: 5vw; margin-bottom: 2vh; } .secondPage { display: block; padding: 5vh 0vw; font-size: 2.1vh; } #invitationImage { border-radius: 1rem; width: 60vw; } #invitationImage { margin-left: 6vw; border-radius: 1rem; width: 45vw; height: 30vw; } #invitation { margin-top: 2vh; margin-left: 6vw; } } @media screen and (max-width: 950px) { #bigText{ font-size: 7vh; } #firstPageText{ font-size: 2.6vh; } #firstPageFooter { font-size: 2.5vw; } #invitationImage { margin-left: 6vw; border-radius: 1rem; width: 56vw; height: 40vw; } } @media screen and (max-width: 850px) { #firstPageFooter { font-size: 2.5vw; left: 5vw; } #bigText{ font-size: 6vh; } } @media screen and (max-width: 550px) { #firstPageFooter { font-size: 3vw; left: 5vw; } } @media screen and (max-width: 450px) { #firstPageFooter { font-size: 3vw; } .secondPage { font-size: 1.8vh; } } .contact ,#achievements{ padding-top: 50px; padding-bottom: 50px; } .welcome, #alumni { background: #e8cbc0; background: -webkit-linear-gradient(to right, #8dc0ad, #3C94B7); background: linear-gradient(to right, #8dc0ad, #3C94B7); padding-top: 50px; padding-bottom: 50px; }
FemaleHelpdesk/style.css
body { margin: 0; font-family: "Open Sans", sans-serif; -webkit-font-smoothing: antialiased; font-weight: 300; line-height: 1.5; font-size: 1.1rem; } /* -------------- FIRST PAGE STYLING --------------- */ .firstPage { height: 100vh; background-color: white; overflow: hidden; position: relative; } #firstPageContent { background: url('./Images/f1.jpeg'); background-size: cover; height: 100vh; } #firstPageSpace { display: flex; height: 90vh; align-items: flex-end; } #firstPageText { background-color: rgba(255,255,255,0.8); padding: 1vh 5%; font-size: 2vh; } #bigText { font-size: 9vh; } #firstPageFooter { font-size: 1.5vw; position: fixed; z-index: 1; font-weight: 400; } /* -------------- SECOND PAGE STYLING --------------- */ .secondPage { display: flex; align-items: center; margin: 0px 5vw; min-height: 80vh; font-size: 2.5vh; position: relative; z-index: 2; background-color: white; } #invitationImage { width: 35%; height: auto; } #invitation { margin: 1.5vh 3vw; } #invitationTitle { font-size: 5.5vh; margin-bottom: 2vh; } @media screen and (min-width: 950px) { #firstPageText { font-size: 2.9vh; } #firstPageFooter { font-size: 1.5vw; left: 5vw; } } @media screen and (max-width: 1300px) { #firstPageFooter { font-size: 2.3vw; margin-bottom: 2vh; } } @media screen and (max-width: 1100px) { #bigText{ font-size: 8vh; } #firstPageFooter { font-size: 2.2vw; left: 5vw; margin-bottom: 2vh; } .secondPage { display: block; padding: 5vh 0vw; font-size: 2.1vh; } #invitationImage { border-radius: 1rem; width: 60vw; } #invitationImage { margin-left: 6vw; border-radius: 1rem; width: 45vw; height: 30vw; } #invitation { margin-top: 2vh; margin-left: 6vw; } } @media screen and (max-width: 950px) { #bigText{ font-size: 7vh; } #firstPageText{ font-size: 2.6vh; } #firstPageFooter { font-size: 2.5vw; } #invitationImage { margin-left: 6vw; border-radius: 1rem; width: 56vw; height: 40vw; } } @media screen and (max-width: 850px) { #firstPageFooter { font-size: 2.5vw; left: 5vw; } #bigText{ font-size: 6vh; } } @media screen and (max-width: 550px) { #firstPageFooter { font-size: 3vw; left: 5vw; } } @media screen and (max-width: 450px) { #firstPageFooter { font-size: 3vw; } .secondPage { font-size: 1.8vh; } } .contact ,#achievements{ padding-top: 50px; padding-bottom: 50px; } .welcome, #alumni { background: #e8cbc0; background: -webkit-linear-gradient(to right, #8dc0ad, #3C94B7); background: linear-gradient(to right, #8dc0ad, #3C94B7); padding-top: 50px; padding-bottom: 50px; }
0.308919
0.079496
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { margin: 0; background: #262626; width: 100vw; height: 100vh; color: #666; font-family: Arial, sans-serif; overflow-x: hidden; } .wrap { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: fixed; } #holder { max-height: 100vh; max-width: 95vw; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); } /* ctrl+v & drag and drop */ #bg_text { text-align: center; position: fixed; top: 50%; /* аналогично этому: https://webformyself.com/3-stroki-css-dlya-vyravnivaniya-po-vertikali/ */ left: 50%; transform: translate(-50%, -50%); display: block; font-size: 65px; opacity: 0.07; word-wrap: break-word; word-spacing: 100vw; /* костыль-замена br, чтобы не юзать innerHTML*/ z-index: -1; } label { text-align: center; color: #bbb; } label:hover { cursor: pointer; } #get_img { display: none; } #bg_color_row { transition: opacity 0.2s; } #bg_color { transition: background-color 0.2s; } .flat { background: #444; } input[type=text] { padding: 5px 10px; text-align: left; font-family: Consolas, monospace; font-size: 1.5rem; color: #bbb; border: none; width: 100%; } /* радио кнопки */ input[type="radio"]:checked+label { background: #444; transition: background-color 0.2s; } input[type="radio"]:not(checked)+label { background: transparent; } input[type="radio"] { display: none; } /* фикс синего свечения вокруг активного объекта */ input:focus, select:focus, button:focus { outline: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; } #render { color: #bbb; font-size: 1.5rem; transition: background-color 0.2s; text-align: center; } #render:hover { background: #383838; cursor: pointer; } #render:active { background: #333; } /* FLEX GRID.... kind of... */ .flex-1, .flex-2 { display: flex; } .flex-1 .col { flex: 1; } .flex-2 { justify-content: space-between; } .flex-2 .col { width: 49%; } .col, .flex-1, .flex-2 { box-sizing: border-box; } .flex-1, .flex-2 { margin: 0 0 10px 0; } .col { overflow: hidden; padding: 10px 0; text-shadow: #262626 1px 1px 0; /*для читабельности даже при цвете картинки, совпадающем с цветом текста*/ } .menu { width: 18%; z-index: 100; font-size: 1.5rem; position: fixed; top: 0; padding: 15px; transition: 0.2s; } @media (orientation: portrait), (max-width: 1080px) { input[type="text"], #render, .menu { font-size: 3rem; } .menu { min-width: 500px; width: 90%; left: 50%; transform: translate(-50%, 0); position: relative; } .wrap { position: relative; align-items: flex-start; height: auto; } #render, label[for="get_img"] { padding: 30px; } }
src/style.css
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { margin: 0; background: #262626; width: 100vw; height: 100vh; color: #666; font-family: Arial, sans-serif; overflow-x: hidden; } .wrap { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: fixed; } #holder { max-height: 100vh; max-width: 95vw; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); } /* ctrl+v & drag and drop */ #bg_text { text-align: center; position: fixed; top: 50%; /* аналогично этому: https://webformyself.com/3-stroki-css-dlya-vyravnivaniya-po-vertikali/ */ left: 50%; transform: translate(-50%, -50%); display: block; font-size: 65px; opacity: 0.07; word-wrap: break-word; word-spacing: 100vw; /* костыль-замена br, чтобы не юзать innerHTML*/ z-index: -1; } label { text-align: center; color: #bbb; } label:hover { cursor: pointer; } #get_img { display: none; } #bg_color_row { transition: opacity 0.2s; } #bg_color { transition: background-color 0.2s; } .flat { background: #444; } input[type=text] { padding: 5px 10px; text-align: left; font-family: Consolas, monospace; font-size: 1.5rem; color: #bbb; border: none; width: 100%; } /* радио кнопки */ input[type="radio"]:checked+label { background: #444; transition: background-color 0.2s; } input[type="radio"]:not(checked)+label { background: transparent; } input[type="radio"] { display: none; } /* фикс синего свечения вокруг активного объекта */ input:focus, select:focus, button:focus { outline: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; } #render { color: #bbb; font-size: 1.5rem; transition: background-color 0.2s; text-align: center; } #render:hover { background: #383838; cursor: pointer; } #render:active { background: #333; } /* FLEX GRID.... kind of... */ .flex-1, .flex-2 { display: flex; } .flex-1 .col { flex: 1; } .flex-2 { justify-content: space-between; } .flex-2 .col { width: 49%; } .col, .flex-1, .flex-2 { box-sizing: border-box; } .flex-1, .flex-2 { margin: 0 0 10px 0; } .col { overflow: hidden; padding: 10px 0; text-shadow: #262626 1px 1px 0; /*для читабельности даже при цвете картинки, совпадающем с цветом текста*/ } .menu { width: 18%; z-index: 100; font-size: 1.5rem; position: fixed; top: 0; padding: 15px; transition: 0.2s; } @media (orientation: portrait), (max-width: 1080px) { input[type="text"], #render, .menu { font-size: 3rem; } .menu { min-width: 500px; width: 90%; left: 50%; transform: translate(-50%, 0); position: relative; } .wrap { position: relative; align-items: flex-start; height: auto; } #render, label[for="get_img"] { padding: 30px; } }
0.384565
0.083068
body.dark { --c-divider: var(--c-divider-dark); --c-text: var(--c-text-dark-1); --c-text-light: var(--c-text-dark-2); --c-text-lighter: var(--c-text-dark-3); --c-bg: var(--c-white); --c-bg-accent: var(--c-white-light); --code-font-family: var(--font-family-mono); --code-inline-bg-color: rgba(27, 31, 35, 0.05); --code-bg-color: #282c34; --c-white: var(--c-black); --c-white-dark: #f8f8f8; --c-black: #1a1a1a; --c-divider-light: rgba(60, 60, 67, 0.12); --c-divider-dark: rgba(84, 84, 88, 0.48); --c-text-light-1: #2c3e50; --c-text-light-2: #476582; --c-text-light-3: #90a4b7; --c-text-dark-1: #fff; --c-text-dark-2: #607385; --c-text-dark-3: #445666; --c-brand: #3eaf7c; --c-brand-light: #4abf8a; --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06); --shadow-2: 0 3px 12px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.07); --shadow-3: 0 12px 32px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08); --shadow-4: 0 14px 44px rgba(0, 0, 0, 0.12), 0 3px 9px rgba(0, 0, 0, 0.12); --shadow-5: 0 18px 56px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.16); --header-height: 3.6rem; --docsearch-searchbox-focus-background: #242424; --docsearch-container-background: rgba(101, 108, 133, 0.8); --docsearch-modal-background: #242424; --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, 0.5), 0 3px 8px 0 #555a64; --docsearch-searchbox-background: #ebedf0; --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color); --docsearch-hit-color: #444950; --docsearch-hit-active-color: #333; --docsearch-hit-background: #333; --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1; --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8); --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #333, 0 1px 2px 1px rgba(30, 35, 90, 0.4); --docsearch-footer-background: #333; --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, 0.12); } body.dark tr:nth-child(2n) { background-color: #2a2a2a; } body.dark .DocSearch { --docsearch-primary-color: var(--c-brand); --docsearch-highlight-color: var(--docsearch-primary-color); --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color); --docsearch-text-color: var(--c-text-light); --docsearch-muted-color: var(--c-text-lighter); --docsearch-searchbox-background: #333; } body.dark .DocSearch-Button:hover { box-shadow: var(--docsearch-searchbox-shadow); color: var(--docsearch-text-color); outline: none; } body.dark .custom-block.details, body.dark .custom-block.info, body.dark .custom-block.tip { background-color: #2f2f2f; } body.dark .custom-block.warning { background-color: #ffe56436; color: #ccc18c; } body.dark .custom-block.danger { background-color: #6e4f4fd2; color: #f5d3d3; } body.dark .custom-block.danger .custom-block-title { color: #f6b9b9; }
dark-theme.css
body.dark { --c-divider: var(--c-divider-dark); --c-text: var(--c-text-dark-1); --c-text-light: var(--c-text-dark-2); --c-text-lighter: var(--c-text-dark-3); --c-bg: var(--c-white); --c-bg-accent: var(--c-white-light); --code-font-family: var(--font-family-mono); --code-inline-bg-color: rgba(27, 31, 35, 0.05); --code-bg-color: #282c34; --c-white: var(--c-black); --c-white-dark: #f8f8f8; --c-black: #1a1a1a; --c-divider-light: rgba(60, 60, 67, 0.12); --c-divider-dark: rgba(84, 84, 88, 0.48); --c-text-light-1: #2c3e50; --c-text-light-2: #476582; --c-text-light-3: #90a4b7; --c-text-dark-1: #fff; --c-text-dark-2: #607385; --c-text-dark-3: #445666; --c-brand: #3eaf7c; --c-brand-light: #4abf8a; --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06); --shadow-2: 0 3px 12px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.07); --shadow-3: 0 12px 32px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08); --shadow-4: 0 14px 44px rgba(0, 0, 0, 0.12), 0 3px 9px rgba(0, 0, 0, 0.12); --shadow-5: 0 18px 56px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.16); --header-height: 3.6rem; --docsearch-searchbox-focus-background: #242424; --docsearch-container-background: rgba(101, 108, 133, 0.8); --docsearch-modal-background: #242424; --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, 0.5), 0 3px 8px 0 #555a64; --docsearch-searchbox-background: #ebedf0; --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color); --docsearch-hit-color: #444950; --docsearch-hit-active-color: #333; --docsearch-hit-background: #333; --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1; --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8); --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #333, 0 1px 2px 1px rgba(30, 35, 90, 0.4); --docsearch-footer-background: #333; --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, 0.12); } body.dark tr:nth-child(2n) { background-color: #2a2a2a; } body.dark .DocSearch { --docsearch-primary-color: var(--c-brand); --docsearch-highlight-color: var(--docsearch-primary-color); --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color); --docsearch-text-color: var(--c-text-light); --docsearch-muted-color: var(--c-text-lighter); --docsearch-searchbox-background: #333; } body.dark .DocSearch-Button:hover { box-shadow: var(--docsearch-searchbox-shadow); color: var(--docsearch-text-color); outline: none; } body.dark .custom-block.details, body.dark .custom-block.info, body.dark .custom-block.tip { background-color: #2f2f2f; } body.dark .custom-block.warning { background-color: #ffe56436; color: #ccc18c; } body.dark .custom-block.danger { background-color: #6e4f4fd2; color: #f5d3d3; } body.dark .custom-block.danger .custom-block-title { color: #f6b9b9; }
0.439026
0.076201
Copyright (c) Microsoft Corporation. All rights reserved. */ /* Your use of this file is governed by the following license http://go.microsoft.com/fwlink/?LinkId=392925 */ .office{ font-family:"Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif; color:rgb(68,68,68); font-size:13px; } .office a{ color:rgb(0,114,198); } .office a:link{ text-decoration:none; } .office-helper{ color:rgb(119,119,119); } .office-error{ color:rgb(191,0,0); } .office-hide,.ms-hide{ display:none; } .office-listview img{ border-style:none; } .ms-chkmark-container { cursor:pointer; display:inline-block; float:left; width:21px; height:21px; padding-left:4px; padding-top:4px; margin-left:auto; margin-right:auto; } .ms-chkmark-container-centerer { text-align:center; } .ms-chkmark-complete.ms-chkmark-complete { left:-254px; top:-66px; } .ms-chkmark-notcomplete.ms-chkmark-notcomplete { left:-89px; top:-178px; } .ms-chkmark-marktaskcomplete.ms-chkmark-marktaskcomplete { left:-103px; top:-160px; } .ms-pagearrow-left { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-pagearrow-left-icon { left:-127px; top:-232px; position:absolute; } .ms-pagearrow-right-outerspan { height:16px; width:16px; padding:15px; display:inline-block; } .ms-pagearrow-right { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-pagearrow-right-icon { left:-199px; top:-228px; position:absolute; } .ms-status-iconSpan { display:inline-block; height:20px; width:20px; position:relative; vertical-align:middle; overflow:hidden; margin-right:10px; } .ms-status-status { display:block; } .ms-status-title { margin-right:10px; vertical-align:middle; } .ms-status-body { vertical-align:middle; } .ms-status-iconSpan { display:inline-block; height:20px; width:20px; position:relative; vertical-align:middle; overflow:hidden; margin-right:10px; } .ms-status-iconImg { position:absolute; } .ms-status-blue > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-52px; left:-178px; } .ms-status-green > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-30px; left:-178px; } .ms-status-red > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-74px; left:-178px; } .ms-status-yellow > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-180px; left:-45px; } .ms-inlineSearch-searchImgSpanBase { display:inline-block; overflow:hidden; direction:ltr; vertical-align:middle; margin:0px 0px 0px 4px; width:20px; height:20px; } .ms-inlineSearch-searchImg { top:-138px; left:-105px; position:relative; } .ms-inlineSearch-searchImgHover { top:-134px; left:-153px; position:relative; } .ms-cancelImg, .ms-inlineSearch-cancelImg { top:-180px; left:-23px; position:relative; } .ms-cancelImgHover, .ms-inlineSearch-cancelImgHover { top:-180px; left:-1px; position:relative; } .ms-siteactions-imgspan { display:inline-block; width:15px; height:14px; overflow:hidden; position:relative; } .ms-siteactions-imgspan > .ms-core-menu-buttonIcon { position:absolute; top:-102px; left:-251px; } .ms-siteactions-hover .ms-siteactions-imgspan > .ms-core-menu-buttonIcon { top:-84px; left:-254px; } .ms-core-menu-box{ position:fixed; z-index:5002; background-color:white; box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47); border:1px solid #d1d1d1; font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif; font-weight:400; font-size:13px; } .ms-contextmenu-overlay{ position:fixed; z-index:5001; top:0px; left:0px; right:0px; bottom:0px; background-color:#fff; opacity:0.0; } .ms-core-menu-list{ list-style:none; margin:0px; padding:0px; } .ms-core-menu-item{ padding-left:12px; padding-right:12px; } .ms-core-menu-item:hover{ background-color:#E6F3FB; } .ms-core-menu-link{ color:#444444; text-decoration:none; width:100%; display:inline-block; padding-top:10px; padding-bottom:10px; margin-left:-12px; margin-right:-12px; padding-left:12px; padding-right:12px; } .ms-core-menu-separator{ margin:0px; } .ms-core-menu-separatorHr{ margin-top:1px; margin-bottom:1px; margin-left:0px; margin-right:0px; border-top:1px solid #C6C6C6; } .ms-menu-select{ padding-right:10px; } .ms-menu-selectable{ margin-right:20px; } .office-peoplepicker{ width:371px; } .office-peoplepicker-main{ cursor:text; position:relative; padding:3px 25px 3px 0px; border:1px solid rgb(171,171,171); min-height:22px; } .office-peoplepicker-main:hover{ border-color:rgb(146,192,224); } .office-peoplepicker-focus{ border-color:rgb(42,141,214); } .office-peoplepicker-default{ top:3px; left:4px; position:absolute; } .office .office-peoplepicker-input{ border:0px; padding:0px 1px; margin-left:5px; background-color:transparent; vertical-align:inherit; } .office-peoplepicker-input:focus{ outline:0px; } .office-peoplepicker-input::-ms-clear{ display:none; } .office-peoplepicker-menu{ z-index:1; display:none; cursor:default; max-width:300px; min-width:300px; position:absolute; left:-1px; border:1px solid rgb(198,198,198); width:100%; margin:0px 10px 0px 0px; padding:3px 0px 0px; overflow-y:auto; overflow-x:hidden; list-style-type:none; box-shadow:transparent 0px 0px 0px 0px; background-color:rgb(255,255,255); max-height:190px; } .office-peoplepicker-autofillopened .office-peoplepicker-menu{ display:block; } .office-peoplepicker-menu-item,.office-ui-controls-menu-footer{ white-space:nowrap; padding:1px 5px 3px; margin:0px; cursor:pointer; border:1px solid transparent; } .office-peoplepicker-menu .office-peoplepicker-menu-item.office-peoplepicker-autofill-focus, .office-peoplepicker-menu:hover .office-peoplepicker-menu-item.office-peoplepicker-autofill-focus:hover, .office-peoplepicker-menu:hover .office-peoplepicker-menu-item:hover{ background-color:rgba(205,230,247,0.498039); } .office-peoplepicker-menu:hover .office-peoplepicker-menu-item.office-peoplepicker-autofill-focus{ background-color:inherit; } .office-peoplepicker-menu-item a:focus{ outline:none; } .office-peoplepicker-menu-item > a{ text-decoration:none; text-decoration:none; display:block; position:relative; } .office-peoplepicker-menu hr{ border-width:1px 0px 0px; border-top:1px solid rgb(198,198,198); margin:2px 0px; color:rgb(198,198,198); } .office-menu-sublabel{ color:rgb(119,119,119); } .office-menu-footer{ margin:0px; cursor:default; padding:0px 12px 7px 5px; font-size:0.9em; } .office-peoplepicker-record{ cursor:pointer; white-space:nowrap; display:inline-block; margin:0px 5px 1px 2px; } .office-peoplepicker-unresolved,.office-peoplepicker-resolved{ display:inline-block; margin-left:3px; overflow:hidden; } .office-peoplepicker-deleterecord{ margin-left:3px; } .office-peoplepicker-resolved{ vertical-align:bottom; text-decoration:underline; } .office-peoplepicker-record .office-peoplepicker-unresolved{ background-image:url(img/squiggle.png); background-position:0% 100%; background-repeat:repeat-x; vertical-align:text-top; padding-bottom:2px; color:rgb(68,68,68); } .office-peoplepicker-loading{ background-image:url(img/gears16.gif); background-position:0px 4px; background-repeat:no-repeat; } .office-peoplepicker-autofillopened.office-peoplepicker-loading{ background-image:none; } .office-peoplepicker-autofillopened.office-peoplepicker-loading .office-peoplepicker-autofill-loading{ display:list-item; } .office-peoplepicker-autofillopened.office-peoplepicker-loading .office-menu-footer{ display:none; } .office-peoplepicker-autofill-loading{ background-image:url(img/gears24.gif); height:32px; background-repeat:no-repeat; background-position:center; display:none; } .office-peoplepicker-error{ margin-left:4px; } .office-peoplepicker-alert{ display:none; } .ms-promlink-root { width:100%; overflow:hidden; } .ms-promlink-header { width:100%; overflow:hidden; padding-bottom:10px; } .ms-promlink-headerNav { margin-top:4px; float:right; } .ms-promlink-body { position:relative; width:10000px; height:150px; } .ms-promlink-tile { float:left; width:150px; height:150px; } .ms-promlink-image { width:150px; height:150px; } .ms-core-needIEFilter .ms-promlink-detailsBox { filter:alpha(opacity=50);-ms-filter:"alpha(opacity=50)"; } .ms-promlink-detailsList { height:150px; overflow:hidden; padding:10px; margin:0px; } .ms-promlink-separator { border-left-style:dotted; border-width:1px; /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color:#d7d7d7; } .ms-promlink-backgroundText { /* [ReplaceColor(themeColor:"Accent3-Lightest")] */ color:#f2f2f2; padding:20px; margin:0px; top:0px; position:absolute; } .ms-promlink-parttitle.ms-promlink-parttitle { padding-right:10px; display:inline; } .ms-promlink-button { display:inline-block; width:16px; height:16px; border-width:1px; border-style:solid; padding:4px; } .ms-promlink-button-inner { display:inline-block; padding-left:5px; padding-right:5px; } .ms-promlink-button-image { position:relative; display:inline-block; width:16px; height:16px; overflow:hidden; } .ms-promlink-button-left { left:-127px; top:-232px; position:absolute; } .ms-promlink-button-right { left:-199px; top:-228px; position:absolute; } .ms-promlink-button-left-disabled { left:-145px; top:-232px; position:absolute; } .ms-promlink-button-right-disabled { left:-181px; top:-228px; position:absolute; } .ms-promlink-button-left-hover { left:-217px; top:-228px; position:absolute; } .ms-promlink-button-right-hover { left:-163px; top:-232px; position:absolute; } .ms-promlink-button-hidden { display:none; } .ms-promlink-button-disabled { /* [ReplaceColor(themeColor:"ButtonDisabledBorder")] */ border-color:#e1e1e1; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 ); } .ms-core-needIEFilter .ms-promlink-button-disabled{ background-color:transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)"; } .ms-promlink-button-disabled-hover { /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 ); } .ms-core-needIEFilter .ms-promlink-button-hover{ background-color:transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)"; } .ms-promlink-button-enabled { /* [ReplaceColor(themeColor:"ButtonBorder")] */ border-color:#ababab; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 ); } .ms-core-needIEFilter .ms-promlink-button-enabled{ background-color:transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)"; } .ms-promlink-button-enabled-hover,.ms-promlink-button-enabled:hover { /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0; /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa; } .ms-core-needIEFilter .ms-promlink-button-enabled-hover,.ms-core-needIEFilter .ms-promlink-button-enabled:hover { background-color:transparent; /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffe6f2fa,endColorstr=#ffe6f2fa)"; } .ms-promlink-button-enabled-pressed { /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4; /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color:#92c0e0; } .ms-core-needIEFilter .ms-promlink-button-enabled-pressed { background-color:transparent; /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff92b7d1,endColorstr=#ff92b7d1)"; } .ms-promlink-gettingStartedCallout { white-space:normal; } /* _lcid="1033" _version="16.0.2605" _LocalBinding */ .ms-cui-ribbon,.ms-cui-menu,.ms-cui-toolbar-toolbar{ font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; color:#6c6e70; } .ms-cui-ribbon a,.ms-cui-menu a,.ms-cui-toolbar-toolbar a{ text-decoration:none; } .ms-cui-topBar1{ position:absolute; text-align:center; width:100%; } .ms-cui-TabRowLeft,.ms-cui-jewel-container{ float:left; } .ms-cui-topBar2 .ms-cui-jewel-container{ margin-top:20px; padding-right:3px; } .ms-cui-jewel-container{ height:23px; white-space:nowrap; } .ms-cui-jewel-container a{ cursor:pointer; } .ms-cui-jewel-middle{ vertical-align:top; } .ms-cui-jewel-label{ display:inline-block; color:#fff; } .ms-cui-jewel,.ms-cui-jewel-jewelMenuLauncher{ display:block; } .ms-cui-jewel-jewelMenuLauncher > a{ display:block; height:24px; } .ms-cui-TabRowRight{ float:right; } .ms-cui-qat-container{ position:absolute; left:0px; top:0px; } .ms-cui-QATRowCenter{ color:#68696b; margin-top:3px; } .ms-cui-QATRowRight{ position:absolute; right:0px; top:0px; } .ms-cui-QATRowRight a.ms-cui-ctl{ margin-right:0px; margin-left:4px; } .ms-cui-TabRowRight a.ms-cui-ctl{ margin-right:0px; margin-left:4px; } .ms-cui-ribbon a img,.ms-cui-menu a img,.ms-cui-QAT a img,.ms-cui-toolbar-toolbar a img{ border:0px; } .ms-cui-modalDiv-ie,.ms-cui-modalDiv-ff{ display:block; position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:1000; } .ms-cui-modalDiv-ie{ opacity:0; background-color:white; } .ms-cui-modalDiv-ie8{ filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)"; } .ms-cui-modalDiv-ff{ background-color:transparent; } .ms-cui-block{ display:block; } .ms-cui-glass-ie,.ms-cui-glass-ff{ position:absolute; top:0px; left:0px; bottom:0px; right:0px; display:block; z-index:1001; } .ms-cui-glass-ie{ background-color:#fff; opacity:0; } .ms-cui-needIEFilter .ms-cui-glass-ie{ filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)"; } .ms-cui-glass-ff{ background-color:transparent; } .ms-cui-topBar2{ border-bottom:1px solid #cad2db; height:34px; } .ms-cui-tts,.ms-cui-tts-scale-1,.ms-cui-tts-scale-2{ display:block; float:left; white-space:nowrap; height:35px; overflow-y:hidden; overflow-x:hidden; margin:0px 0px -1px 0px; padding:0px; list-style-type:none; } .ms-cui-tt,.ms-cui-cg{ display:block; float:left; margin:0px 2px 2px 0px; padding:0px; list-style-type:none; height:33px; } .ms-cui-tt-a{ margin-top:5px; color:#fff !important; border:1px solid transparent; border-bottom:0px; display:block; cursor:default; } .ms-cui-tt-span{ display:block; padding:8px 10px 8px; border-top:1px solid transparent; text-align:center; } .ms-cui-tt-s > .ms-cui-tt-a{ border-color:#b6babf; background-color:#fff; color:#23272c !important; } .ms-cui-tts > .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span{ padding-bottom:8px; } .ms-cui-tts-scale-1 .ms-cui-tt-span,.ms-cui-tts-scale-1 .ms-cui-cg-t,.ms-cui-tts-scale-2 .ms-cui-tt-span{ padding-left:1px; padding-right:1px; } .ms-cui-tts-scale-2 .ms-cui-tt-a{ width:20px; overflow:hidden; } .ms-cui-tts-scale-2 .ms-cui-cg-t{ visibility:hidden; width:0px; } .ms-cui-tts-scale-2 .ms-cui-cg-i{ width:20px; } .ms-cui-tt-a:hover{ border-color:#5a707b; color:#fff !important; } .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#b6babf; color:#23272c !important; } .ms-cui-tabBody{ overflow:hidden; width:100%; background-color:#fff; height:90px; border-style:solid; border-width:0px 0px 1px 0px; border-bottom-color:#e1e1e1; margin:0px; padding:0px; } .ms-cui-group{ margin:0px; padding:0px; list-style-type:none; float:left; padding:0px; height:90px; position:relative; text-align:center; } .ms-cui-groupContainer{ display:inline-block; } .ms-cui-groupBody{ display:block; padding:2px 3px 0px; height:71px; text-align:center; } .ms-cui-groupTitle{ display:block; text-align:center; color:#5b626c; cursor:default; white-space:nowrap; padding:0px 6px 0px 3px; } .ms-cui-groupSeparator{ display:inline-block; height:86px; position:relative; top:4px; border-right:1px solid; border-right-color:#e7e7e8; } .ms-cui-layout{ display:inline-block; } .ms-cui-section,.ms-cui-section-alignmiddle{ display:inline-block; vertical-align:top; text-align:left; } .ms-cui-section-divider{ display:inline-block; height:58px; margin-top:8px; border-left:1px solid #c2c6ca; border-right:1px solid #fff; } .ms-cui-row,.ms-cui-row-onerow,.ms-cui-row-tworowmiddle,.ms-cui-row-tworow{ display:block; } .ms-cui-row,.ms-cui-row-tworow{ height:22px; margin-bottom:2px; } .ms-cui-section-alignmiddle .ms-cui-row-tworow{ margin-top:8px; } .ms-cui-section-alignmiddle .ms-cui-row-onerow{ margin-top:20px; } .ms-cui-strip{ display:inline-block; border:1px solid #e1e3e4; vertical-align:top; margin-left:1px; margin-right:1px; } .sp-menu-disabled{ color:#5b626c; background-color:#C6C6C6; } .ms-cui-toolbar-toolbar{ background:#fff url("/_layouts/15/images/RibbonBG.png?rev=33") repeat-x left top; cursor:default; width:100%; text-align:center; height:44px; } .ms-cui-toolbar-buttondock{ padding:1px 0px 0px; margin:20px 0px 1px; height:22px; vertical-align:top; } .ms-cui-toolbar-buttondock.alignleft{ left:0px; position:absolute; } .ms-cui-toolbar-buttondock.aligncenter{ position:relative; } .ms-cui-toolbar-buttondock.alignright{ right:0px; position:absolute; } .ms-cui-toolbar-buttondock .ms-cui-tb{ height:14px; padding:2px 3px; vertical-align:bottom; text-align:right; } .ms-cui-toolbar-buttondock .ms-cui-fslb{ padding:0; } .ms-cui-toolbar-buttondock .ms-cui-cb{ height:20px; } .ms-cui-toolbar-buttondock .ms-cui-cb .ms-cui-cb-input{ height:14px; padding-top:2px; padding-left:0px; padding-right:0px; text-align:center; } .ms-cui-toolbar-buttondock .ms-cui-cb .ms-cui-dd-arrow-button{ height:18px; padding:0px 2px; } .ms-cui-toolbar-button-left{ margin-right:4px; vertical-align:middle; } .ms-cui-toolbar-button-center{ margin-left:2px; margin-right:2px; vertical-align:bottom; position:relative; } .ms-cui-toolbar-button-right{ margin-left:4px; margin-right:0px !important; vertical-align:middle; } .ms-cui-toolbar-toolbar .ms-cui-ribbonTopBars .ms-cui-topBar2 { border-bottom:1px solid #868b91; } .ms-cui-toolbar-toolbar .ms-cui-ribbonTopBars .ms-cui-topBar1 .ms-cui-QATRowLeft{ position:absolute; left:0px; top:0px; } .ms-cui-contextmenu-inner{ background-color:#fafafa; font-family:"Segoe UI",Tahoma,Verdana,Arial,Sans-Serif; font-size:8pt; cursor:pointer; } .ms-cui-contextmenu{ border:solid #7f7f7f 1px; z-index:1001; } .ms-cui-hidden{ position:absolute; top:-2000px; width:1px; height:1px; overflow:hidden; word-wrap:normal; } .ms-cui-disabled *{ color:#5b626c !important; cursor:default !important; } .ms-cui-disabled .ms-cui-img-container,.ms-cui-disabled .ms-cui-img-cont-float,.ms-cui-disabled .ms-cui-jewel-left,.ms-cui-disabled .ms-cui-jewel-middle,.ms-cui-disabled .ms-cui-jewel-right{ background-color:#fff !important; opacity:0.3; } .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-img-container,.ms-cui-needIEFilter .ms-cui-disabled .ms-cui-img-cont-float,.ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-left, .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-middle,.ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-right{ filter:alpha(opacity=30);-ms-filter:"alpha(opacity=30)"; } .ms-cui-disabled .ms-cui-jewel-middle .ms-cui-jewel-label{ color:#fff !important; } .ms-cui-cg{ height:27px; margin-top:5px; border-top:4px solid transparent; } .ms-cui-cg-i{ position:absolute; top:-100000px; left:-100000px; } .ms-cui-cg-t{ text-align:center; padding:1px 10px 2px 10px; } .ms-cui-cg-t-i{ height:15px; display:inline-block; } .ms-cui-cg-s .ms-cui-cg-t{ background-image:none; } .ms-cui-ct-ul{ margin:0px; padding:0px; list-style-type:none; height:25px; } .ms-cui-ct-ul .ms-cui-tt{ height:auto; margin-right:0px; } .ms-cui-ct-ul .ms-cui-tt-a{ margin-top:0px; padding-top:1px; border-top:0px; } .ms-cui-ct-ul .ms-cui-tt-span{ padding-top:4px; } .ms-cui-ct-last{ margin-right:0px; } .ms-cui-ct-first .ms-cui-tt-a{ border-left:1px solid transparent; } .ms-cui-ct-last .ms-cui-tt-a{ border-right:1px solid transparent; } .ms-cui-ct-first.ms-cui-ct-last{ float:none; text-align:left; } .ms-cui-ct-ul .ms-cui-tt-a:hover .ms-cui-tt-span{ padding-bottom:8px; } .ms-cui-cg-s .ms-cui-ct-ul{ } .ms-cui-oneCtxTab{ height:auto !important; border-bottom:0px !important; } .ms-cui-ct-ul .ms-cui-tt-s .ms-cui-tt-span{ padding-bottom:9px !important; } .ms-cui-cg-s .ms-cui-tt-a{ color:#23272c !important; } .ms-cui-cg .ms-cui-tt-a:hover{ border-color:transparent; } .ms-cui-cg-db.ms-cui-cg{ border-top-color:#508ee6; } .ms-cui-ct-topBar-db,.ms-cui-tabBody-db{ border-color:#508ee6 !important; } .ms-cui-cg-db .ms-cui-ct-ul{ background-color:transparent;; border-color:#508ee6; } .ms-cui-cg-db .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-db .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#34609d !important; } .ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#508ee6; } .ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#508ee6; } .ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#508ee6; } .ms-cui-cg-lb.ms-cui-cg{ border-top-color:#36a7ca; } .ms-cui-ct-topBar-lb,.ms-cui-tabBody-lb{ border-color:#36a7ca !important; } .ms-cui-cg-lb .ms-cui-ct-ul{ background-color:transparent;; border-color:#36a7ca; } .ms-cui-cg-lb .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-lb .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#368499 !important; } .ms-cui-cg-lb.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-lb.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#36a7ca; } .ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#36a7ca; } .ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#36a7ca; } .ms-cui-cg-tl.ms-cui-cg{ border-top-color:#2299ab; } .ms-cui-ct-topBar-tl,.ms-cui-tabBody-tl{ border-color:#2299ab !important; } .ms-cui-cg-tl .ms-cui-ct-ul{ background-color:transparent;; border-color:#2299ab; } .ms-cui-cg-tl .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-tl .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#006c7d !important; } .ms-cui-cg-tl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-tl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#2299ab; } .ms-cui-cg-tl .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-tl .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#2299ab; } .ms-cui-cg-tl .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-tl .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#2299ab; } .ms-cui-cg-or.ms-cui-cg{ border-top-color:#ff9d00; } .ms-cui-ct-topBar-or,.ms-cui-tabBody-or{ border-color:#ff9d00 !important; } .ms-cui-cg-or .ms-cui-ct-ul{ background-color:transparent;; border-color:#ff9d00; } .ms-cui-cg-or .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-or .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#c45300 !important; } .ms-cui-cg-or.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-or.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#ff9d00; } .ms-cui-cg-or .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-or .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#ff9d00; } .ms-cui-cg-or .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-or .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#ff9d00; } .ms-cui-cg-gr.ms-cui-cg{ border-top-color:#49a349; } .ms-cui-ct-topBar-gr,.ms-cui-tabBody-gr{ border-color:#49a349 !important; } .ms-cui-cg-gr .ms-cui-ct-ul{ background-color:transparent;; border-color:#49a349; } .ms-cui-cg-gr .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-gr .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#067006 !important; } .ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#49a349; } .ms-cui-cg-gr .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-gr .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#49a349; } .ms-cui-cg-gr .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-gr .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#49a349; } .ms-cui-cg-mg.ms-cui-cg{ border-top-color:#c9599c; } .ms-cui-ct-topBar-mg,.ms-cui-tabBody-mg{ border-color:#c9599c !important; } .ms-cui-cg-mg .ms-cui-ct-ul{ background-color:transparent;; border-color:#c9599c; } .ms-cui-cg-mg .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-mg .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#9c276d !important; } .ms-cui-cg-mg.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-mg.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#c9599c; } .ms-cui-cg-mg .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-mg .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#c9599c; } .ms-cui-cg-mg .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-mg .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#c9599c; } .ms-cui-cg-yl.ms-cui-cg{ border-top-color:#f2cb1d; } .ms-cui-ct-topBar-yl,.ms-cui-tabBody-yl{ border-color:#f2cb1d !important; } .ms-cui-cg-yl .ms-cui-ct-ul{ background-color:transparent;; border-color:#f2cb1d; } .ms-cui-cg-yl .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-yl .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#856300 !important; } .ms-cui-cg-yl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-yl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#f2cb1d; } .ms-cui-cg-yl .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-yl .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#f2cb1d; } .ms-cui-cg-yl .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-yl .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#f2cb1d; } .ms-cui-cg-pp.ms-cui-cg{ border-top-color:#935ed3; } .ms-cui-ct-topBar-pp,.ms-cui-tabBody-pp{ border-color:#935ed3 !important; } .ms-cui-cg-pp .ms-cui-ct-ul{ background-color:transparent;; border-color:#935ed3; } .ms-cui-cg-pp .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-pp .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#6b25ba !important; } .ms-cui-cg-pp.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-pp.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#935ed3; } .ms-cui-cg-pp .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-pp .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#935ed3; } .ms-cui-cg-pp .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-pp .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#935ed3; } .ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a{ background-color:#fff; padding-bottom:3px; } .ms-cui-section > * > .ms-cui-ctl-large, .ms-cui-section > * > .ms-cui-ctl-medium, .ms-cui-ctl{ border:1px solid transparent; } .ms-cui-ctl-large:hover, .ms-cui-ctl-medium:hover, .ms-cui-ctl-large:focus, .ms-cui-ctl-medium:focus, .ms-cui-ctl:hover, .ms-cui-ctl:focus, .ms-cui-dd-arrow-button:hover, .ms-cui-dd-arrow-button:focus{ border-color:#92b7d1; } .ms-cui-ctl-light-hoveredOver, .ms-cui-ctl-menu:hover, .ms-cui-ctl-menu:focus, .ms-cui-dd-arrow-button:hover, .ms-cui-dd-arrow-button:focus, .ms-cui-cb-input:hover, .ms-cui-cb-input:focus, .ms-cui-spn-btnup:hover, .ms-cui-spn-btnup:focus, .ms-cui-spn-btndown:hover, .ms-cui-spn-btndown:focus, .ms-cui-ctl-hoveredOver, .ms-cui-ctl-large-groupPopup:hover{ background-color:#cde6f7; } .ms-cui-ctl-large:active, .ms-cui-ctl-medium:active, .ms-cui-ctl-light-hoveredOver:active, .ms-cui-ctl:active, .ms-cui-ctl-menu:active, .ms-cui-dd-arrow-button:active, .ms-cui-cb-input:active, .ms-cui-spn-btnup:active, .ms-cui-spn-btndown:active{ border-color:#92b7d1; background-color:#92b7d1; } .ms-cui-ctl-split-hover{ background-color:#fff; } .ms-cui-ctl-on{ border-color:#cde6f7; background-color:#cde6f7 !important; } .ms-cui-disabled{ color:#767676; } .ms-cui-spn-txtbx, .ms-cui-spn-btnup, .ms-cui-spn-btndown{ border:1px solid #ababab; } .ms-cui-spn-btndown{ border-top-color:transparent; } .ms-cui-spn-btnup { border-bottom-color:transparent; } .ms-cui-spn-btnup, .ms-cui-spn-btndown{ border-left-color:transparent; } .ms-cui-spn-txtbx{ border-right-color:transparent; } .ms-cui-spn-txtbx{ color:#3B3B3B; } .ms-cui-spn-btnup:hover, .ms-cui-spn-btnup-ctl-hover, .ms-cui-spn-btndown:hover, .ms-cui-spn-btndown-ctl-hover, .ms-cui-spn-txtbx-hover { border-color:#92b7d1; } .ms-cui-ctl-iconContainer { vertical-align:middle; } .ms-cui-ctl-largelabel, .ms-cui-ctl-mediumlabel{ color:#23272c; } .ms-cui-groupBody input[type=text]{ border-color:#d3d6d9; background-color:#fff; color:#000; } .ms-cui-groupBody input[type=text]:hover{ background-color:#fff; border-color:#bbbfc4; } .ms-cui-groupBody input[type=text]:focus{ border-color:#bbbfc4; outline:invert none medium; } .ms-cui-ctl-large{ overflow:hidden; display:inline-block; text-align:center; vertical-align:top; margin-left:1px; margin-right:1px; } a.ms-cui-ctl-large{ padding:2px 0px 2px; height:63px; cursor:default; } a.ms-cui-ctl-a1:hover *, a.ms-cui-ctl-large:hover *, a.ms-cui-ctl-thin:hover *, .ms-cui-ctl-a2:hover *, .ms-cui-ctl:hover *, .ms-cui-jewel-jewelMenuLauncher:hover, .ms-cui-jewel-jewelMenuLauncher:hover *{ cursor:default; } .ms-cui-ctl-large .ms-cui-ctl-a1, .ms-cui-ctl-large .ms-cui-ctl-a2{ display:block; border:1px solid transparent; cursor:default; } .ms-cui-ctl-large .ms-cui-ctl-a1{ padding:0px 4px; } .ms-cui-ctl-large .ms-cui-ctl-a2{ padding:0px 1px; } .ms-cui-ctl-largelabel{ display:block; padding:2px 1px 0px; line-height:1em !important; } .ms-cui-ctl-a2 .ms-cui-ctl-largelabel{ padding-top:1px; height:26px; } .ms-cui-ctl-largeIconContainer{ height:33px; padding:2px 4px 0px; display:block; } .ms-cui-ctl-large .ms-cui-ctl-a1Internal{ height:33px; padding-top:4px; display:block; } .ms-cui-ctl-large .ms-cui-ctl-a2{ border-top:0px !important; } .ms-cui-disabled:hover,.ms-cui-ctl-a1.ms-cui-disabled:hover *,.ms-cui-ctl-large.ms-cui-disabled:hover *,.ms-cui-ctl-large.ms-cui-disabled:hover,.ms-cui-ctl-thin.ms-cui-disabled:hover,.ms-cui-ctl-menu.ms-cui-disabled:hover,.ms-cui-gallerybutton-a.ms-cui-disabled:hover{ border-color:transparent !important; background-color:transparent; cursor:default !important; } .ms-cui-disabled:active,.ms-cui-ctl2-disabled:active,.ms-cui-ctl2-disabled:active .ms-cui-ctl-a1,.ms-cui-ctl2-disabled:active .ms-cui-ctl-a2{ background-color:transparent !important; } .ms-cui-ctl-disabledHoveredOver,.ms-cui-disabled.ms-cui-ctl-menu:active{ border-color:#ededed !important; background-color:#fafafa; } .ms-cui-ctl-largelabel .ms-cui-img-13by13{ vertical-align:middle; } .ms-cui-ctl-largelabel .ms-cui-img-5by3{ vertical-align:middle; margin-top:2px; } .ms-cui-ctl-large-groupPopup{ margin-top:2px; } .ms-cui-ctl-large-groupPopup .ms-cui-ctl-largeIconContainer,.ms-cui-ctl-large-groupPopup.ms-cui-disabled:hover .ms-cui-ctl-largeIconContainer{ padding:1px; border:1px solid #b2b5b9; } .ms-cui-ctl-thin { padding:4px 4px 4px; margin-top:10px; vertical-align:top; border:1px solid #afb4ba; height:42px; overflow:hidden; display:inline-block; cursor:pointer; } .ms-cui-ctl-thin span { margin-top:39px; } .ms-cui-ctl,a.ms-cui-ctl-medium{ display:inline-block; white-space:nowrap; cursor:default; margin-left:1px; margin-right:1px; } .ms-cui-strip .ms-cui-ctl,.ms-cui-strip a.ms-cui-ctl-medium{ margin-left:0px; margin-right:0px; } a.ms-cui-ctl,a.ms-cui-ctl-medium{ height:16px; padding:1px 2px; border:1px solid transparent; cursor:default; } a.ms-cui-ctl-medium{ padding-left:2px; padding-right:5px; } span.ms-cui-ctl .ms-cui-ctl-a1,span.ms-cui-ctl .ms-cui-ctl-a2{ padding:0px 2px 2px; border:1px solid transparent; display:block; float:left; cursor:default; } span.ms-cui-ctl .ms-cui-ctl-a1{ height:16px; } span.ms-cui-ctl .ms-cui-ctl-a2{ padding:1px 3px 6px; border-left:0px; height:11px; } span.ms-cui-ctl a.ms-cui-ctl-a2 > span > span.ms-cui-img-cont-float, span.ms-cui-ctl a.ms-cui-ctl-a2 > span > span.ms-cui-img-container{ margin-top:9px; } span.ms-cui-ctl-large > a.ms-cui-ctl-a2 > span.ms-cui-img-cont-float, span.ms-cui-ctl-large > a.ms-cui-ctl-a2 > span.ms-cui-img-container{ vertical-align:top; margin-top:3px; } span.ms-cui-ctl-small .ms-cui-ctl-a1{ padding-left:3px; padding-right:1px; } a.ms-cui-ctl-medium .ms-cui-ctl-iconContainer,span.ms-cui-ctl .ms-cui-ctl-a1Internal .ms-cui-img-16by16{ margin-right:3px; vertical-align:middle; display:inline-block; } a.ms-cui-ctl-medium .ms-cui-ctl-mediumlabel{ vertical-align:top; display:inline-block; padding-top:1px; line-height:1.25em !important; } .ms-cui-ctl-smalllabel{ vertical-align:top; } a.ms-cui-ctl-menu,a.ms-cui-ctl-menu:visited{ border:1px solid transparent; padding:0px 10px 0px 2px; display:block; word-wrap:break-word; cursor:default; position:relative; } a.ms-cui-ctl-menu .ms-cui-ctl-iconContainer{ display:none; float:left; margin-right:7px; margin-top:1px; } a.ms-cui-ctl-menu32 .ms-cui-ctl-iconContainer{ margin-top:5px; } ul.ms-cui-menusection-items16 .ms-cui-ctl-iconContainer,ul.ms-cui-menusection-items16rtl .ms-cui-ctl-iconContainer{ width:16px; display:block; } ul.ms-cui-menusection-items32 .ms-cui-ctl-iconContainer,ul.ms-cui-menusection-items32rtl .ms-cui-ctl-iconContainer{ width:32px; display:block; } .ms-cui-ctl-menu .ms-cui-ctl-mediumlabel{ display:inline-block; padding:3px 0px; } .ms-cui-ctl-menulabel{ display:block; white-space:nowrap; margin-left:19px; } .ms-cui-menusection-items32 .ms-cui-ctl-menulabel,.ms-cui-menusection-items32rtl .ms-cui-ctl-menulabel{ margin-left:39px; white-space:normal; } .ms-cui-menusection-items32 .ms-cui-ctl-mediumlabel,.ms-cui-menusection-items32rtl .ms-cui-ctl-mediumlabel{ font-weight:bold; } .ms-cui-menusection-items32 .ms-cui-ctl-mediumlabel,.ms-cui-menusection-items32rtl .ms-cui-ctl-mediumlabel,.ms-cui-btn-menu-description{ color:#4c535c; } .ms-cui-ctl-menu32clear{ display:block; clear:both; font-size:1px; line-height:1px; } span.ms-cui-mrusb-selecteditem{ display:block; } .ms-cui-ctl-medium span.ms-cui-mrusb-selecteditem{ display:inline-block; } span.ms-cui-mrusb-selecteditem a.ms-cui-ctl{ border-right:0px; } span.ms-cui-mrusb-selecteditem .ms-cui-ctl-large,span.ms-cui-mrusb-selecteditem a.ms-cui-ctl,span.ms-cui-mrusb-selecteditem .ms-cui-ctl-medium{ margin-left:0px; margin-right:0px; } span.ms-cui-mrusb-selecteditem .ms-cui-ctl-iconContainer{ display:inline-block; } .ms-cui-mrusb-arwbtn{ vertical-align:top; margin-left:0px; margin-right:0px; } .ms-cui-mrusb-selecteditem-filler-large{ min-height:52px; min-width:32px; } .ms-cui-mrusb-selecteditem-filler-medium{ min-height:20px; min-width:60px; } .ms-cui-mrusb-selecteditem-filler-small{ min-height:20px; min-width:20px; } .ms-cui-dd,.ms-cui-cb{ height:22px; display:inline-block; white-space:nowrap; margin-left:1px; margin-right:1px; } .ms-cui-dd-text,input.ms-cui-cb-input{ height:14px; border:1px solid #d3d6d9; border-right-width:0px; padding:3px 7px 2px; display:block; float:left; cursor:default; white-space:nowrap; font:inherit; overflow:hidden; } .ms-cui-dd-text > a,.ms-cui-cb-input > a{ color:#000; } .ms-cui-dd-arrow-button{ height:19px; width:9px; padding-left:4px; margin-left:-1px; border:1px solid #d3d6d9; border-left-color:transparent; display:block; float:left; outline:none; cursor:default; } span.ms-cui-disabled:hover > .ms-cui-dd-arrow-button{ border-left-color:transparent !important; cursor:default !important; } .ms-cui-dd:hover .ms-cui-dd-text,.ms-cui-cb:hover .ms-cui-cb-input{ background-color:#fff; border-color:#bbbfc4; } .ms-cui-dd.ms-cui-disabled:hover .ms-cui-dd-text,.ms-cui-cb.ms-cui-disabled:hover .ms-cui-cb-input{ background-color:inherit !important; border-color:#d3d6d9 !important; } .ms-cui-cb-input{ font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; } .ms-cui-fa-menuitem{ position:relative; } .ms-cui-fa-menuitem .ms-cui-ctl-mediumlabel{ display:inline-block; padding-right:13px; } .ms-cui-fa-menuitem > .ms-cui-fa-menu-arrow{ position:absolute; right:3px; top:1px; } .ms-cui-fslb{ display:inline-block; height:17px; padding:2px 1px 3px 0px; vertical-align:bottom; color:#23272c; margin-left:1px; margin-right:1px; } .ms-cui-fslb .ms-cui-ctl-iconContainer{ vertical-align:top; display:inline-block; text-align:center; width:22px; height:22px; } .ms-cui-tb{ height:20px; border:1px solid #d4d6d9; font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; padding:0px 3px !important; background-color:#fff !important; margin-left:1px; margin-right:1px; } .ms-cui-tb.ms-cui-disabled:hover{ border-color:#d4d6d9 !important; background-color:inherit; } .ms-cui-groupBody .ms-cui-tb-labelmode{ border:0px; color:black; background-color:transparent; border-color:transparent; } .ms-cui-cbx{ margin-left:2px; } .ms-cui-cbx-input{ vertical-align:middle; padding-left:0px; margin-left:1px; } .ms-cui-cbx label{ color:#23272c; } .ms-cui-spn{ display:inline-block; margin-left:1px; margin-right:1px; } .ms-cui-spn-txtbx{ display:block; float:left; height:16px; width:75px; padding:1px 2px 2px 7px; font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; direction:ltr; text-align:left; margin-right:-1px; } .ms-cui-spn-arwbx{ display:block; float:left; height:21px; } .ms-cui-spn-btndown { margin-top:-1px; } .ms-cui-spn-btnup,.ms-cui-spn-btndown{ display:block; height:6px; padding-top:3px; text-align:center; width:13px; cursor:default; } .ms-cui-spn-imgcnt{ display:inline-block; font-size:1px; vertical-align:top; } .ms-cui-gallery{ border:0; margin:0; padding:0; border-spacing:0; } .ms-cui-gallery-td{ margin:0; padding:0; } .ms-cui-gallery-element-Size16by16{ width:23px; height:23px; overflow:hidden; } .ms-cui-gallery-element-Size32by32{ width:39px; height:39px; overflow:hidden; } .ms-cui-gallery-element-Size48by48{ width:55px; height:55px; overflow:hidden; } .ms-cui-gallery-element-Size64by48{ width:71px; height:55px; overflow:hidden; } .ms-cui-gallery-element-Size72by96{ width:79px; height:103px; overflow:hidden; } .ms-cui-gallery-element-Size96by72{ width:103px; height:79px; overflow:hidden; } .ms-cui-gallery-element-Size96by96{ width:103px; height:103px; overflow:hidden; } .ms-cui-gallery-element-Size128by128{ width:135px; height:135px; overflow:hidden; } .ms-cui-gallery-element-Size190by30{ width:197px; height:37px; overflow:hidden; } .ms-cui-gallery-element-Size190by40{ width:197px; height:47px; overflow:hidden; } .ms-cui-gallery-element-Size190by50{ width:197px; height:57px; overflow:hidden; } .ms-cui-gallery-element-Size190by60{ width:197px; height:67px; overflow:hidden; } .ms-cui-gallerybutton{ border:3px solid transparent; display:inline-block; margin-right:2px; } .ms-cui-gallerybutton-a{ display:block; height:100%; text-align:center; vertical-align:middle; border:1px solid transparent; padding:2px; overflow:hidden; cursor:default; } .ms-cui-gallerybutton-Size64by48 .ms-cui-gallerybutton-a{ height:46px; border:1px solid #afb4ba; } .ms-cui-gallerybutton:hover{ border-color:#ffea93; } .ms-cui-gallerybutton-highlighted{ border-color:#ffdc63; } .ms-cui-gallerybutton-highlighted:hover{ border-color:#fea910; } .ms-cui-gallerybutton-Size16by16{ width:20px; height:20px; overflow:hidden; } .ms-cui-gallerybutton-Size32by32{ width:36px; height:36px; overflow:hidden; } .ms-cui-gallerybutton-Size48by48{ width:52px; height:52px; overflow:hidden; } .ms-cui-gallerybutton-Size64by48{ width:68px; height:52px; overflow:hidden; } .ms-cui-gallerybutton-Size72by96{ width:76px; height:100px; overflow:hidden; } .ms-cui-gallerybutton-Size96by72{ width:100px; height:76px; overflow:hidden; } .ms-cui-gallerybutton-Size96by96{ width:100px; height:100px; overflow:hidden; } .ms-cui-gallerybutton-Size128by128{ width:132px; height:132px; overflow:hidden; } .ms-cui-gallerybutton-Size190by30{ width:194px; height:34px; overflow:hidden; } .ms-cui-gallerybutton-Size190by40{ width:194px; height:44px; overflow:hidden; } .ms-cui-gallerybutton-Size190by50{ width:194px; height:54px; overflow:hidden; } .ms-cui-gallerybutton-Size190by60{ width:194px; height:64px; overflow:hidden; } .ms-cui-group .ms-cui-gallerybutton-Size32by32{ margin-top:23px; } .ms-cui-group .ms-cui-gallerybutton-Size48by48,.ms-cui-group .ms-cui-gallerybutton-Size64by48{ margin-top:7px; } .ms-cui-colorpicker-cell{ padding:0px 2px; width:13px; height:13px; } .ms-cui-colorpicker-cell-a{ outline:none; } .ms-cui-colorpicker-celldiv{ width:11px; height:13px; border-style:solid; border-width:0px 1px; border-color:#E2E4E7; } .ms-cui-colorpicker-cellinternaldiv{ width:9px; height:9px; border:1px solid transparent; } .ms-cui-colorpicker-cell.ms-cui-colorpicker-hoveredOver .ms-cui-colorpicker-celldiv{ border-color:#F29436 !important; border-width:1px; height:11px !important; } .ms-cui-colorpicker-cell.ms-cui-colorpicker-hoveredOver .ms-cui-colorpicker-cellinternaldiv{ border-color:#FFE294 !important; } .ms-cui-it{ cursor:default; } .ms-cui-it-activeCell,.ms-cui-it-inactiveCell{ width:12px; height:12px; } .ms-cui-it-activeCell{ border:1px solid #FF0; } .ms-cui-it-inactiveCell{ border:1px solid #000; } .ms-cui-it-activeCellOuter{ border:1px solid #F00; } .ms-cui-it-inactiveCellOuter{ border:1px solid transparent; } .ms-cui-separator { cursor:default; height:16px; margin:0px 2px; } .ms-cui-menu{ border:1px solid #bec1c4; z-index:103; } .ms-cui-menu32{ max-width:250px; } .ms-cui-menusection{ background-color:#fff; border-bottom:1px solid #e2e4e7; overflow-y:hidden; } .ms-cui-menusection-title{ padding:4px 2px; border-bottom:1px solid #e2e4e7; background-color:#f0f2f5; color:#4c535c; font-weight:bold; } ul.ms-cui-menusection-items{ margin:0px; padding:1px; } .ms-cui-menusection-items16{ background:#fff url("/_layouts/15/images/rmgrad16.png?rev=33") repeat-y left top; } .ms-cui-menusection-items16rtl{ background:#fff url("/_layouts/15/images/rmgrad16rtl.png?rev=33") repeat-y right top; } .ms-cui-menusection-items32{ background:#fff; } .ms-cui-menusection-items32rtl{ background:#fff; } .ms-cui-menusection-items-scrollable{ clear:both; overflow-y:auto; overflow-x:hidden; } ul.ms-cui-menusection-items li.ms-cui-menusection-items{ list-style-type:none; margin:0px; padding:0px; white-space:nowrap; } *:first-child+html .ms-cui-rtl ul.ms-cui-menusection-items,*:first-child+html .ms-cui-rtl .ms-cui-smenu-inner,*:first-child+html .ms-cui-rtl .ms-cui-menusection,*:first-child+html .ms-cui-rtl .ms-cui-ctl-menu{ zoom:1; } .ms-cui-img-container,.ms-cui-img-cont-float { margin-left:auto; margin-right:auto; position:relative; overflow:hidden; text-align:left; z-index:10; } .ms-cui-img-container img,.ms-cui-img-cont-float img { position:absolute; z-index:5; } .ms-cui-img-cont-float { display:inline-block; } .ms-cui-img-2by16 { width:2px; height:16px; } .ms-cui-img-5by3 { width:5px; height:3px; } .ms-cui-img-13by13 { width:13px; height:13px; } .ms-cui-img-16by16 { width:16px; height:16px; } .ms-cui-img-32by32 { width:32px; height:32px; } .ms-cui-img-48by48 { width:48px; height:48px; } .ms-cui-img-56by24 { width:56px; height:24px; } .ms-cui-img-64by48 { width:64px; height:48px; } .ms-cui-img-72by96 { width:72px; height:96px; } .ms-cui-img-96by72 { width:96px; height:72px; } .ms-cui-img-96by96 { width:96px; height:96px; } .ms-cui-tooltip{ color:#5d5d5d; overflow:hidden; font-size:13px; width:250px; z-index:1020; } .ms-cui-tooltip-body{ background-color:#e5e5f0; border:1px solid #bebebe; overflow:hidden; width:248px; } .ms-cui-tooltip-glow{ padding:0px; overflow:hidden; width:240px; } .ms-cui-tooltip h1{ color:#5d5d5d; font-size:13px; margin:4px 6px; font-weight:bold; font-family:inherit; } .ms-cui-tooltip p{ margin:0px; } .ms-cui-tooltip hr{ color:#d9d9d9; border:none; border-top:1px dashed #b2b2b9; height:1px; margin:2px; width:100%; } .ms-cui-tooltip .ms-cui-tooltip-footer{ font-weight:bold; margin-top:6px; margin-bottom:6px; } .ms-cui-tooltip .ms-cui-tooltip-footer span{ margin-left:6px; margin-right:3px; } .ms-cui-tooltip .ms-cui-tooltip-bitmap{ float:left; } .ms-cui-tooltip .ms-cui-tooltip-description{ margin:10px 0px 6px 14px; float:left; } .ms-cui-tooltip-clear{ clear:both; } .ms-spimn-img { position:absolute; } .ms-spimn-imgSize-10x10 { width:10px; height:10px; } .ms-spimn-imgSize-16x16 { width:16px; height:16px; } .ms-spimn-imgSize-5x36 { width:5px; height:36px; } .ms-spimn-imgSize-5x48 { width:5px; height:48px; } .ms-spimn-imgSize-8x72 { width:8px; height:72px; } .ms-spimn-presence-online-10x10x32 { left:-208px; top:-187px; } .ms-spimn-presence-online-16x16x32 { left:-127px; top:-199px; } .ms-spimn-presence-online-5x36x32 { left:-169px; top:-115px; } .ms-spimn-presence-online-5x48x32 { left:-36px; top:-149px; } .ms-spimn-presence-online-8x72x32 { left:-61px; top:-75px; } .ms-spimn-presence-online-10x10x4 { left:-211px; top:-199px; } .ms-spimn-presence-online-16x16x4 { left:-145px; top:-191px; } .ms-spimn-presence-online-5x36x4 { left:-176px; top:-39px; } .ms-spimn-presence-online-5x48x4 { left:-29px; top:-149px; } .ms-spimn-presence-online-8x72x4 { left:-81px; top:-75px; } .ms-spimn-presence-online-oof-10x10x32 { left:-199px; top:-199px; } .ms-spimn-presence-online-oof-16x16x32 { left:-181px; top:-199px; } .ms-spimn-presence-online-oof-5x36x32 { left:-169px; top:-153px; } .ms-spimn-presence-online-oof-5x48x32 { left:-22px; top:-149px; } .ms-spimn-presence-online-oof-8x72x32 { left:-71px; top:-75px; } .ms-spimn-presence-online-oof-10x10x4 { left:-220px; top:-181px; } .ms-spimn-presence-online-oof-16x16x4 { left:-163px; top:-191px; } .ms-spimn-presence-online-oof-5x36x4 { left:-176px; top:-1px; } .ms-spimn-presence-online-oof-5x48x4 { left:-15px; top:-149px; } .ms-spimn-presence-online-oof-8x72x4 { left:-81px; top:-1px; } .ms-spimn-presence-away-10x10x32 { left:-181px; top:-217px; } .ms-spimn-presence-away-16x16x32 { left:-215px; top:-91px; } .ms-spimn-presence-away-5x36x32 { left:-190px; top:-115px; } .ms-spimn-presence-away-5x48x32 { left:-155px; top:-51px; } .ms-spimn-presence-away-8x72x32 { left:-131px; top:-75px; } .ms-spimn-presence-away-10x10x4 { left:-169px; top:-209px; } .ms-spimn-presence-away-16x16x4 { left:-197px; top:-19px; } .ms-spimn-presence-away-5x36x4 { left:-155px; top:-101px; } .ms-spimn-presence-away-5x48x4 { left:-155px; top:-1px; } .ms-spimn-presence-away-8x72x4 { left:-131px; top:-1px; } .ms-spimn-presence-away-oof-10x10x32 { left:-215px; top:-109px; } .ms-spimn-presence-away-oof-16x16x32 { left:-197px; top:-1px; } .ms-spimn-presence-away-oof-5x36x32 { left:-141px; top:-151px; } .ms-spimn-presence-away-oof-5x48x32 { left:-134px; top:-149px; } .ms-spimn-presence-away-oof-8x72x32 { left:-1px; top:-1px; } .ms-spimn-presence-away-oof-10x10x4 { left:-157px; top:-209px; } .ms-spimn-presence-away-oof-16x16x4 { left:-197px; top:-37px; } .ms-spimn-presence-away-oof-5x36x4 { left:-190px; top:-77px; } .ms-spimn-presence-away-oof-5x48x4 { left:-141px; top:-1px; } .ms-spimn-presence-away-oof-8x72x4 { left:-11px; top:-1px; } .ms-spimn-presence-blocked-10x10x32 { left:-145px; top:-209px; } .ms-spimn-presence-blocked-16x16x32 { left:-197px; top:-55px; } .ms-spimn-presence-blocked-5x36x32 { left:-155px; top:-139px; } .ms-spimn-presence-blocked-5x48x32 { left:-127px; top:-149px; } .ms-spimn-presence-blocked-8x72x32 { left:-121px; top:-75px; } .ms-spimn-presence-blocked-10x10x4 { left:-215px; top:-121px; } .ms-spimn-presence-blocked-16x16x4 { left:-197px; top:-73px; } .ms-spimn-presence-blocked-5x36x4 { left:-190px; top:-39px; } .ms-spimn-presence-blocked-5x48x4 { left:-120px; top:-149px; } .ms-spimn-presence-blocked-8x72x4 { left:-21px; top:-1px; } .ms-spimn-presence-blocked-oof-10x10x32 { left:-133px; top:-217px; } .ms-spimn-presence-blocked-oof-16x16x32 { left:-215px; top:-73px; } .ms-spimn-presence-blocked-oof-5x36x32 { left:-148px; top:-151px; } .ms-spimn-presence-blocked-oof-5x48x32 { left:-113px; top:-149px; } .ms-spimn-presence-blocked-oof-8x72x32 { left:-31px; top:-1px; } .ms-spimn-presence-blocked-oof-10x10x4 { left:-121px; top:-217px; } .ms-spimn-presence-blocked-oof-16x16x4 { left:-197px; top:-91px; } .ms-spimn-presence-blocked-oof-5x36x4 { left:-190px; top:-1px; } .ms-spimn-presence-blocked-oof-5x48x4 { left:-141px; top:-51px; } .ms-spimn-presence-blocked-oof-8x72x4 { left:-121px; top:-1px; } .ms-spimn-presence-busy-10x10x32 { left:-215px; top:-133px; } .ms-spimn-presence-busy-16x16x32 { left:-197px; top:-109px; } .ms-spimn-presence-busy-5x36x32 { left:-162px; top:-1px; } .ms-spimn-presence-busy-5x48x32 { left:-106px; top:-149px; } .ms-spimn-presence-busy-8x72x32 { left:-41px; top:-1px; } .ms-spimn-presence-busy-10x10x4 { left:-109px; top:-217px; } .ms-spimn-presence-busy-16x16x4 { left:-197px; top:-127px; } .ms-spimn-presence-busy-5x36x4 { left:-183px; top:-153px; } .ms-spimn-presence-busy-5x48x4 { left:-148px; top:-101px; } .ms-spimn-presence-busy-8x72x4 { left:-111px; top:-75px; } .ms-spimn-presence-busy-oof-10x10x32 { left:-215px; top:-145px; } .ms-spimn-presence-busy-oof-16x16x32 { left:-215px; top:-55px; } .ms-spimn-presence-busy-oof-5x36x32 { left:-162px; top:-39px; } .ms-spimn-presence-busy-oof-5x48x32 { left:-99px; top:-149px; } .ms-spimn-presence-busy-oof-8x72x32 { left:-51px; top:-1px; } .ms-spimn-presence-busy-oof-10x10x4 { left:-97px; top:-217px; } .ms-spimn-presence-busy-oof-16x16x4 { left:-197px; top:-145px; } .ms-spimn-presence-busy-oof-5x36x4 { left:-183px; top:-115px; } .ms-spimn-presence-busy-oof-5x48x4 { left:-148px; top:-1px; } .ms-spimn-presence-busy-oof-8x72x4 { left:-61px; top:-1px; } .ms-spimn-presence-donotdisturb-10x10x32 { left:-220px; top:-157px; } .ms-spimn-presence-donotdisturb-16x16x32 { left:-19px; top:-199px; } .ms-spimn-presence-donotdisturb-5x36x32 { left:-162px; top:-153px; } .ms-spimn-presence-donotdisturb-5x48x32 { left:-78px; top:-149px; } .ms-spimn-presence-donotdisturb-8x72x32 { left:-11px; top:-75px; } .ms-spimn-presence-donotdisturb-10x10x4 { left:-49px; top:-217px; } .ms-spimn-presence-donotdisturb-16x16x4 { left:-37px; top:-199px; } .ms-spimn-presence-donotdisturb-5x36x4 { left:-183px; top:-1px; } .ms-spimn-presence-donotdisturb-5x48x4 { left:-71px; top:-149px; } .ms-spimn-presence-donotdisturb-8x72x4 { left:-101px; top:-1px; } .ms-spimn-presence-donotdisturb-oof-10x10x32 { left:-208px; top:-175px; } .ms-spimn-presence-donotdisturb-oof-16x16x32 { left:-215px; top:-19px; } .ms-spimn-presence-donotdisturb-oof-5x36x32 { left:-169px; top:-1px; } .ms-spimn-presence-donotdisturb-oof-5x48x32 { left:-64px; top:-149px; } .ms-spimn-presence-donotdisturb-oof-8x72x32 { left:-21px; top:-75px; } .ms-spimn-presence-donotdisturb-oof-10x10x4 { left:-37px; top:-217px; } .ms-spimn-presence-donotdisturb-oof-16x16x4 { left:-55px; top:-199px; } .ms-spimn-presence-donotdisturb-oof-5x36x4 { left:-176px; top:-153px; } .ms-spimn-presence-donotdisturb-oof-5x48x4 { left:-1px; top:-149px; } .ms-spimn-presence-donotdisturb-oof-8x72x4 { left:-31px; top:-75px; } .ms-spimn-presence-offline-10x10x32 { left:-25px; top:-217px; } .ms-spimn-presence-offline-16x16x32 { left:-73px; top:-199px; } .ms-spimn-presence-offline-5x36x32 { left:-169px; top:-39px; } .ms-spimn-presence-offline-5x48x32 { left:-57px; top:-149px; } .ms-spimn-presence-offline-8x72x32 { left:-91px; top:-75px; } .ms-spimn-presence-offline-10x10x4 { left:-220px; top:-169px; } .ms-spimn-presence-offline-16x16x4 { left:-91px; top:-199px; } .ms-spimn-presence-offline-5x36x4 { left:-176px; top:-115px; } .ms-spimn-presence-offline-5x48x4 { left:-50px; top:-149px; } .ms-spimn-presence-offline-8x72x4 { left:-41px; top:-75px; } .ms-spimn-presence-offline-oof-10x10x32 { left:-13px; top:-217px; } .ms-spimn-presence-offline-oof-16x16x32 { left:-215px; top:-1px; } .ms-spimn-presence-offline-oof-5x36x32 { left:-169px; top:-77px; } .ms-spimn-presence-offline-oof-5x48x32 { left:-43px; top:-149px; } .ms-spimn-presence-offline-oof-8x72x32 { left:-51px; top:-75px; } .ms-spimn-presence-offline-oof-10x10x4 { left:-1px; top:-217px; } .ms-spimn-presence-offline-oof-16x16x4 { left:-109px; top:-199px; } .ms-spimn-presence-offline-oof-5x36x4 { left:-176px; top:-77px; } .ms-spimn-presence-offline-oof-5x48x4 { left:-8px; top:-149px; } .ms-spimn-presence-offline-oof-8x72x4 { left:-91px; top:-1px; } .ms-spimn-presence-disconnected-10x10x32 { left:-85px; top:-217px; } .ms-spimn-presence-disconnected-16x16x32 { left:-190px; top:-163px; } .ms-spimn-presence-disconnected-5x36x32 { left:-162px; top:-77px; } .ms-spimn-presence-disconnected-5x48x32 { left:-141px; top:-101px; } .ms-spimn-presence-disconnected-8x72x32 { left:-111px; top:-1px; } .ms-spimn-presence-disconnected-10x10x4 { left:-208px; top:-163px; } .ms-spimn-presence-disconnected-16x16x4 { left:-190px; top:-181px; } .ms-spimn-presence-disconnected-5x36x4 { left:-183px; top:-77px; } .ms-spimn-presence-disconnected-5x48x4 { left:-92px; top:-149px; } .ms-spimn-presence-disconnected-8x72x4 { left:-71px; top:-1px; } .ms-spimn-presence-disconnected-oof-10x10x32 { left:-73px; top:-217px; } .ms-spimn-presence-disconnected-oof-16x16x32 { left:-215px; top:-37px; } .ms-spimn-presence-disconnected-oof-5x36x32 { left:-162px; top:-115px; } .ms-spimn-presence-disconnected-oof-5x48x32 { left:-85px; top:-149px; } .ms-spimn-presence-disconnected-oof-8x72x32 { left:-1px; top:-75px; } .ms-spimn-presence-disconnected-oof-10x10x4 { left:-61px; top:-217px; } .ms-spimn-presence-disconnected-oof-16x16x4 { left:-1px; top:-199px; } .ms-spimn-presence-disconnected-oof-5x36x4 { left:-183px; top:-39px; } .ms-spimn-presence-disconnected-oof-5x48x4 { left:-148px; top:-51px; } .ms-spimn-presence-disconnected-oof-8x72x4 { left:-101px; top:-75px; } table.ms-listviewtable { border-collapse:separate; } .ms-vh,.ms-vh2,.ms-vhImage,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon,.ms-ph{ padding:5px 17px 5px 5px; } .ms-vh-icon,.ms-vh-icon-empty,.ms-vh2-nofilter,.ms-vh2-nofilter-notextalign,.ms-vh2-nofilter-perm { padding:5px; } .ms-vh-icon > div > .s4-ctx,.ms-vh-icon-empty > div > .s4-ctx { display:none; } .ms-vh-hoverable:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-vh-hoverable:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba( 205,230,247,0.5 ),endColorstr=rgba( 205,230,247,0.5 ))";; } .ms-headerCellStyleHover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-headerCellStyleHover{ /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)"; } .ms-headerCellStylePressed { /* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0; } .ms-headerCellStyleMenuOpen { /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); } .ms-core-needIEFilter .ms-headerCellStyleMenuOpen{ /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)"; } .ms-vh2-nofilter,.ms-vh2-nofilter-notextalign,.ms-vh2-nofilter-perm,.ms-vh a,.ms-vh2,.ms-vh2 a { /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-headerCellStyleHover a, .ms-headerCellStylePressed a, .ms-headerCellStyleMenuOpen a { /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; } .ms-headerSortTitleLink,.ms-headerSortArrowLink { cursor:default; } .ms-headerSortArrowLink { display:block; } .ms-headerCellStyleIcon:hover { /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; } .ms-spGrid-HeaderContentStyle { padding:7px 22px 6px 4px; } .ms-spGrid-HeaderContentStyle-Rename { padding:3px 5px 0px 5px; } .ms-minWidthHeader { width:1px; } .ms-cellstyle,.ms-cellStyleNonEditable,.ms-cellStyleMenuHover,.ms-MenuCellStyle-TdHover,.ms-MenuCellStyle-MenuDivHover { border:solid 1px transparent; } .ms-list-itemLink { margin-left:auto; margin-right:auto; text-align:center; width:30px; height:25px; } .ms-list-TitleLink { width:250px; } .ms-lstItmLinkAnchor { margin-top:6px; } .ms-list-itemLink-td { width:30px; vertical-align:top; } .ms-vh-selectAllIcon { vertical-align:middle; width:30px; padding:0px; } .ms-vh-selectAllIcon:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-vh-selectAllIcon:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";; } .ms-vb-imgFirstCell.ms-vb-imgFirstCell.ms-vb-imgFirstCell { cursor:pointer; border-width:0px; border-right-width:10px; } .ms-vb-imgFirstCell:hover,.ms-vb-imgFirstCell:focus { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .s4-itm-selected > .ms-vb-imgFirstCell.ms-vb-imgFirstCell { /* [ReplaceColor(themeColor:"RowAccent")] */ background-color:#0072c6; /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-right-color:rgba( 156,206,240,0.5 ); background-clip:padding-box; -webkit-background-clip:padding; } .s4-itm-imgCbx { outline-style:none; width:20px; text-align:center; } .s4-itm-imgCbx-inner { width:20px; height:100%; } .ms-selectitem-span { visibility:hidden; display:inline-block; height:10px; width:10px; position:relative; overflow:hidden; } .ms-selectitem-icon { position:absolute; } .ms-vb-imgFirstCell:hover .ms-selectitem-icon,.ms-vb-imgFirstCell:focus .ms-selectitem-icon,.ms-itmHoverEnabled:hover .ms-selectitem-icon { left:-32px; top:-256px; } .s4-itm-selected .ms-selectitem-icon.ms-selectitem-icon { left:-44px; top:-256px; } .s4-itm-selected .ms-selectitem-span,.ms-vb-imgFirstCell:hover .ms-selectitem-span,.ms-vb-imgFirstCell:focus .ms-selectitem-span,.ms-itmHoverEnabled:hover .ms-selectitem-span { visibility:visible; } .ms-selectall-span { display:inline-block; height:25px; width:25px; line-height:25px; text-align:center; } .ms-selectall-iconouter { outline:none; display:inline-block; height:10px; width:10px; position:relative; overflow:hidden; text-align:center; margin-left:-3px; } .ms-selectall-icon { left:-32px; top:-256px; position:absolute; } .ms-newdocument-iconouter { display:inline-block; height:16px; width:16px; position:relative; overflow:hidden; text-align:center; top:4px; } .ms-newdocument-icon { left:-91px; top:-196px; position:absolute; } .ms-filter-iconouter { display:inline-block; height:10px; width:12px; position:relative; overflow:hidden; margin:0px 2px; } .ms-filter-icon { left:-251px; top:-174px; position:absolute; } .ms-sortarrowdown-iconouter { display:inline-block; height:10px; width:7px; position:relative; overflow:hidden; margin:0px 2px; } .ms-sortarrowdown-icon { left:-23px; top:-256px; position:absolute; } .ms-sortarrowup-iconouter { display:inline-block; height:10px; width:7px; position:relative; overflow:hidden; margin:0px 2px; } .ms-sortarrowup-icon { left:-14px; top:-256px; position:absolute; } .ms-commentcollapse-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentcollapse-icon { left:-251px; top:-146px; position:absolute; } .ms-commentcollapsertl-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentcollapsertl-icon { left:-251px; top:-160px; position:absolute; } .ms-commentexpand-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentexpand-icon { left:-253px; top:-186px; position:absolute; } .ms-commentexpandrtl-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentexpandrtl-icon { left:-251px; top:-118px; position:absolute; } .ms-updatelink-span { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-updatelink-icon { left:-109px; top:-196px; position:absolute; } table.ms-listviewtable tbody > tr > td.ms-vb-lastCell{ padding-right:10px; } .ms-spgrid-col-header-normal { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; background-color:transparent; /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-normal-hover { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-elem-bg-colors-normal-hover { background-color:transparent; border-left-color:transparent; border-bottom-color:transparent; border-right-color:transparent; } .ms-spgrid-col-header-elem-hover-bg-colors-normal-hover { background-color:transparent; border-left-color:transparent; border-top-color:transparent; border-bottom-color:transparent; } .ms-spgrid-col-elem-colors-click-normal-hover { background-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-part-selected { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; background-color:transparent; /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-part-selected-hover { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-elem-bg-colors-part-selected-hover { background-color:transparent; border-left-color:transparent; border-bottom-color:transparent; border-right-color:transparent; } .ms-spgrid-col-header-elem-hover-bg-colors-part-selected-hover { background-color:transparent; border-left-color:transparent; border-top-color:transparent; border-bottom-color:transparent; } .ms-spgrid-col-elem-colors-click-part-selected-hover { background-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-all-selected { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; background-color:transparent; /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-all-selected-hover { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-elem-bg-colors-all-selected-hover { background-color:transparent; border-left-color:transparent; border-bottom-color:transparent; border-right-color:transparent; } .ms-spgrid-col-header-elem-hover-bg-colors-all-selected-hover { background-color:transparent; border-left-color:transparent; border-top-color:transparent; border-bottom-color:transparent; } .ms-spgrid-col-elem-colors-click-all-selected-hover { background-color:transparent; border-left-color:transparent; } .ms-standardheader { font-size:1em; margin:0px; text-align:left; font-weight:normal; } .ms-formlabel { white-space:nowrap; font-weight:normal; padding:6px 5px 6px 0px; } .ms-formlabel h3.ms-standardheader { font-weight:normal; } .ms-formbody { background:transparent; padding:6px 0px; } .ms-formdescriptioncolumn-wide { width:200px; } .ms-formdescriptioncolumn-slim { width:113px; } .ms-propertysheet th.ms-vh2-nofilter-notextalign { font-family:tahoma,sans-serif; } .ms-inputformheader { padding-left:6px; } .ms-inputformdescription { width:475px; padding-right:9px; padding-left:6px; } .ms-inputformcontrols { width:375px; } .ms-sectionheader { /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; font-weight:bold; } .ms-sectionheader a,.ms-sectionheader a:hover,.ms-sectionheader a:visited { /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; text-decoration:none; } .ms-sectionline { font-size:0px; } .ms-sectionline > img:first-child { display:none; } .ms-listheaderlabel{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-menutoolbar td td.ms-viewselector,.ms-menutoolbar td td.ms-viewselectorhover,.ms-toolbar td td.ms-viewselector,.ms-toolbar td td.ms-viewselectorhover,td.ms-viewselector{ padding:0px; } .ms-menutoolbar td td{ border:none; } div.ms-viewselector,div.ms-viewselectorhover{ padding:4px 8px; cursor:pointer; } div.ms-viewselector a,div.ms-viewselectorhover a.ms-menu-a span{ /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; } .ms-bottompagingline{ padding-top:10px; padding-bottom:1px; padding-left:36px; } .ms-bottompaging > tbody > tr > td.ms-bottompagingline{ padding-left:0px; } .ms-bottompagingline1{ height:3px; } .ms-bottompagingline2,.ms-bottompagingline3{ height:1px; } .ms-bottompagingline2 img,.ms-bottompagingline3 img,.ms-partline img{ display:none; } .ms-paging{ white-space:nowrap; padding:0px 5px 2px 5px; } .ms-menutoolbar .ms-splitbuttondropdown{ padding:3px 2px 0px 2px; } .ms-menutoolbar .ms-splitbuttontext{ padding:0px 7px 1px 7px; } .ms-splitbutton{ margin:0px 2px; } .ms-splitbuttonhover{ margin:0px 2px; border-collapse:collapse; height:22px; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );} .ms-splitbuttonhover .ms-splitbuttondropdown{ padding:3px 1px 0px 2px; } .ms-splitbuttonhover .ms-splitbuttontext{ padding:0px 6px 0px 6px; } .ms-splitbuttonhover .ms-splitbuttondropdown,.ms-splitbuttonhover .ms-splitbuttontext{ /* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6; cursor:pointer; } .ms-vh table.ms-selectedtitle,.ms-vh2 table.ms-selectedtitle,.ms-vh-icon table.ms-selectedtitle,.ms-vh table.ms-unselectedtitle,.ms-vh2 table.ms-unselectedtitle,.ms-vh-icon table.ms-unselectedtitle{ height:21px; } .ms-vh table.ms-selectedtitle,.ms-vh2 table.ms-selectedtitle,.ms-vh-icon table.ms-selectedtitle{ /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 ); border:none; } .ms-vh2 .ms-selectedtitle .ms-vb,.ms-vh2 .ms-unselectedtitle .ms-vb{ padding-left:5px; padding-right:5px; padding-top:1px; } .ms-vh-icon .ms-selectedtitle .ms-vb,.ms-vh-icon .ms-unselectedtitle .ms-vb{ padding-left:0px; vertical-align:middle; border-bottom:solid 3px transparent; } .ms-selectedtitle{ /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 ); /* [ReplaceColor(themeColor:"WebPartHeading")] */ border:1px solid #444; margin:0px; padding:0px; cursor:pointer; } .ms-selectedtitlealternative { /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 ); /* [ReplaceColor(themeColor:"WebPartHeading")] */ border:1px solid #444; margin:0px; padding:0px; cursor:pointer; } .ms-unselectedtitle{ background-color:transparent; margin:0px; padding:0px; } .ms-newgif{ display:inline-block; margin-left:5px; } .ms-menuimagecell{ /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff; cursor:pointer; /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ border:solid 1px #fff; padding:0px; height:18px; } .ms-vh .ms-menuimagecell,.ms-vh2 .ms-menuimagecell,.ms-vh-icon .ms-menuimagecell{ height:20px; } .ms-vh .ms-menuimagecell img,.ms-vh2 .ms-menuimagecell img,.ms-vh-icon .ms-menuimagecell img{ margin-top:2px; margin-bottom:2px; } .ms-vh,.ms-vh2,.ms-vh-icon,.ms-vh-icon-empty,.ms-vh2-nofilter,.ms-vh2-nofilter-notextalign,.ms-vh2-nofilter-perm,.ms-vhImage,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon,.ms-ph{ font-weight:normal; font-size:0.85em; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; text-align:left; text-decoration:none; vertical-align:middle; white-space:nowrap; } .ms-vh-icon{ vertical-align:middle; } .ms-vh2-nofilter-notextalign{ text-align:inherit; } .ms-gb,.ms-gb2,.ms-gbload,.ms-vb-tall,.ms-vb-user,.ms-pb,.ms-pb-selected td{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-gb a,.ms-gb2 a{ /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-vh,.ms-vh2,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon,.ms-ph{ white-space:nowrap; } .ms-vh,.ms-vh2,.ms-vh-icon,.ms-vh2-nofilter-icon,.ms-viewheadertr .ms-vh-group,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-ph,.ms-pickerresultheadertr{ background-repeat:repeat-x; } .ms-disc .ms-viewheadertr th.ms-vh2{ padding:1px 5px 0px 4px; } .ms-viewheadertr{ cursor:default; } .ms-disc .ms-vh2 .ms-selectedtitle .ms-vb,.ms-disc .ms-vh2 .ms-unselectedtitle .ms-vb{ padding-left:4px; } th.ms-vh3-nograd{ width:12px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-vh .ms-vh{ background-image:none; border-left:none; padding-left:1px; background-color:transparent; } .ms-vh-div{ } .ms-vh-icon,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon{ width:16px; min-width:16px; } .ms-vh-icon-empty{ width:0px; } .ms-imnImgTD { padding-right:6px; padding-bottom:0px; } .ms-vhltr { padding-right:2px; } .ms-vhrtl .ms-imnImgTD { padding-left:2px; } .ms-imnTxtTD { padding-top:0px; padding-bottom:0px; } .ms-vhImage{ width:18pt } .ms-gb{ /* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab; height:22px; font-weight:bold; padding-bottom:3px; } .ms-gb .ms-vb2{ font-weight:normal; } .ms-listviewtable .ms-gb,.ms-listviewtable .ms-gb2{ padding-top:14px; } .ms-gb2{ height:22px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; padding-bottom:3px; } .ms-gbload{ height:22px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; padding-bottom:3px; } .ms-vb,.ms-vb2,.ms-vb-user,.ms-vb-tall,.ms-pb,.ms-pb-selected { /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; vertical-align:top; } .ms-vb a:link,.ms-vb2 a:link,.ms-vb-user a:link{ text-decoration:none; } .ms-vb a.ms-listlink,.ms-vb2 a.ms-listlink,.ms-vb-user a.ms-listlink,.ms-vb a.ms-listlink:visited,.ms-vb a.ms-listlink:visited:hover{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; text-decoration:none; } .ms-vb a:hover,.ms-vb2 a:hover{ text-decoration:underline; } td.ms-list-addnew > a:hover{ text-decoration:none; } .ms-vb a:visited,.ms-vb2 a:visited,.ms-vb-user a:visited{ /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6; text-decoration:none; } .ms-vb a:visited:hover,.ms-vb2 a:visited:hover,.ms-vb-user a:visited:hover{ /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6; text-decoration:underline; } .ms-alternatingstrong .ms-vb a:link,.ms-alternatingstrong .ms-vb2 a:link,.ms-alternatingstrong .ms-vb-user a:link,.ms-alternatingstrong .ms-vb a:visited,.ms-alternatingstrong .ms-vb2 a:visited,.ms-alternatingstrong .ms-vb-user a:visited,.ms-alternatingstrong .ms-vb a:visited:hover,.ms-alternatingstrong .ms-vb2 a:visited:hover,.ms-alternatingstrong .ms-vb-user a:visited:hover{ /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6; } .ms-vb-icon{ vertical-align:top; padding:7px 8px 0px 4px; cursor:default; white-space:nowrap; } .ms-vb-icon > img{ height:16px; width:16px; } img.ms-vb-icon-overlay{ height:9px; width:9px; } .ms-vb-icon-overlay{ border:0px; position:relative; left:-7px;/* _locComment="{StringCat=STY}{ValidString=!@RTLLangs@;-7px}{ValidString=@RTLLangs@;7px}" */ bottom:-2px; height:9px; width:9px; } .ms-vb-user{ padding-top:4px; padding-right:2px; padding-left:4px; } .ms-vb-user a{ vertical-align:top; } .ms-vb-title .ms-vb{ padding:2px 6px 3px 4px; } .ms-vb2{ padding:4px 8px 4px 4px; } .ms-pb,.ms-pb-selected{ padding-left:5px; padding-right:5px; white-space:nowrap; } .ms-pb{ height:22px; padding-top:3px; } .ms-pb-selected{ height:22px; padding-top:3px; /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-top:1px solid rgba( 156,206,240,0.5 ); /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-bottom:1px solid rgba( 156,206,240,0.5 ); } .ms-pb a,.ms-pb-selected a{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; text-decoration:none; cursor:default; } .ms-vb-tall{ line-height:1.5em; padding:2px 6px 10px 6px; } th .ms-vb,.ms-vh2-nofilter-icon,th.ms-vh2-nograd,th.ms-vh2-nograd-icon{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } th .ms-vb a,.ms-vh2-nofilter-icon a{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } th .ms-selectedtitle .ms-vb,th .ms-selectedtitle .ms-vh2-nofilter-icon,th .ms-selectedtitle .ms-vb a,th .ms-selectedtitle .ms-vh2-nofilter-icon a{ /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-vb-menuPadding { padding-right:15px; } .ms-vh2-nofilter-icon,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon{ padding-left:8px; padding-right:8px; padding-top:3px; height:20px; } table.ms-listviewtable tbody tr.ms-newsletteralt td{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border:1px solid #f1f1f1; } .ms-core-needIEFilter table.ms-listviewtable tbody tr.ms-newsletteralt td{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ border:1px solid #efefef; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } table.ms-listviewtable tbody tr td.ms-newsletterline{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border-top:1px solid #f1f1f1; } .ms-core-needIEFilter table.ms-listviewtable tbody tr td.ms-newsletterline{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ border:1px solid #efefef; } .ms-nlline{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background:#f1f1f1; } .ms-ppleft{ height:440px; margin:2px; overflow-y:auto; overflow-x:hidden; padding-right:20px; } .ms-ppright{ width:600px; margin:8px; } .ms-basictable .ms-alternating{ background-color:transparent; } a.ms-addnew{ font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; text-decoration:none; } a.ms-addnew:hover{ /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; text-decoration:underline; } td.ms-addnew{ padding-left:10px; padding-right:7px; padding-top:5px; } .ms-list-addnew{ padding-top:8px; padding-bottom:12px; font-weight:normal; text-align:left; } .ms-number{ padding-right:8px; } .ms-list-emptyText{ padding-top:0px; padding-bottom:96px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-list-emptyText-compact{ padding-top:0px; padding-bottom:12px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } table.ms-listviewtable > tbody > tr > td.ms-stylebox{ /* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab; text-align:left } .ms-alternating { background-color:transparent; } .ms-alternatingstrong { /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-core-needIEFilter .ms-alternatingstrong{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } .ms-alternatingstrong td td,.ms-basictable .ms-alternating td td{ border:0px; } ms-imnSpan { white-space:nowrap; overflow:hidden; } a.ms-imnlink { cursor:default; } .ms-spimn-presenceLink { display:inline-block; padding:1px 0px 1px 0px; } .ms-spimn-presenceWrapper { display:inline-block; white-space:nowrap; position:relative; overflow:hidden; } .ms-imnImg { display:inline-block; margin-right:6px; } .ms-imnImgInline { margin-right:3px; } .ms-peopleux-detailsMaxWidth { max-width:150px; } .ms-peopleux-userdisplink { margin-right:3px; position:relative; } .ms-peopleux-userdetails { display:table-cell; vertical-align:top; padding-top:0px; padding-left:8px; } .ms-peopleux-userdetails > UL { margin:0px; } .ms-peopleux-detailuserline { padding-top:2px; } .ms-peopleux-vanillaUser { padding-right:3px; } .ms-peopleux-userImgDiv { position:relative; overflow:hidden; } .ms-peopleux-imgUserLink { display:inline-block; padding:1px 1px 1px 0px; } .ms-peopleux-userImgWrapper { display:inline-block; overflow:hidden; position:relative; } .ms-peopleux-userImg { position:absolute; left:0px; height:auto; } input.ms-defaultverticalalign{ vertical-align:baseline; } .ms-listviewtable .ms-itmhover { height:30px; } .ms-listviewtable input.s4-itm-cbx { position:absolute; top:-2000px; } tr.ms-itmhover:hover input.s4-itm-cbx,tr.s4-itm-selected input.s4-itm-cbx { position:relative; top:0px; } .ms-vb-title{ vertical-align:top; padding:2px 16px 2px 1px; } .s4-ctx{ padding:0px 4px; position:absolute; display:block; cursor:default; } .s4-ctx a{ cursor:default; } .ms-vb-title .s4-ctx-show { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-vb-title .s4-ctx-show { background-color:transparent; /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)"; } .ms-itmHoverEnabled:hover > *{ /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); border:1px solid transparent; } .ms-itmHoverEnabled:hover .ms-list-itemLink-td{ /* [ReplaceColor(themeColor:"HoverBackground",opacity:"1")] */ background-color:#cde6f7; } .s4-itm-selected > *,.s4-itm-selected:hover > *{ /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); border:1px solid transparent; } .s4-itm-selected .ms-list-itemLink-td,.s4-itm-selected:hover .ms-list-itemLink-td{ /* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0; } .ms-core-needIEFilter .s4-itm-selected>td,.ms-core-needIEFilter .s4-itm-selected:hover>td{ /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)"; } .s4-ctx span{ font-size:0pt; visibility:hidden; } .s4-ctx > a > img{ border:0px none transparent; text-decoration:none; vertical-align:middle; } .s4-ctx > a > img:visited,.ctxImg > a > img:hover{ border:0px none transparent; text-decoration:none; } input.ms-vb-itmcbx{ min-width:16px; vertical-align:top; cursor:default; } .s4-hide-tr > tbody > tr{ display:none; } .ms-csrlistview-controldiv{ padding-bottom:9px; } .ms-csrlistview-viewselectormenu{ margin:0px; padding:0px 0px 0px 5px; cursor:pointer; display:inline; white-space:nowrap; } .ms-csrlistview-viewselectormenu .ms-viewselector-arrow{ margin:6px 5px 11px 8px; } .ms-csrlistview-viewselectormenu .ms-viewselector,.ms-csrlistview-viewselectormenu .ms-viewselectorhover{ display:inline-block; margin:0px 15px 5px 0px; padding:2px 5px 2px 0px; } .ms-csrlistview-viewselectormenu .ms-viewselectorhover .ms-menu-a{ cursor:default; text-decoration:none; } .ms-viewselectorhover .ms-viewselector-currentView{ /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; } .ms-pivotControl-container{ margin-right:30px; padding-bottom:7px; } .ms-pivotControl-overflowDot{ width:16px; height:16px; overflow:hidden; position:relative; display:inline-block; vertical-align:bottom; } .ms-pivotControl-surfacedOpt, .ms-pivotControl-surfacedOpt-selected{ margin-right:20px; } .ms-pivotControl-container, .ms-pivotControl-surfacedOpt, .ms-pivotControl-surfacedOpt-selected, .ms-pivotControl-overflowSpan, .ms-pivotControl-overflowDot{ display:inline-block; } .ms-pivotControl-surfacedOpt, .ms-pivotControl-overflowDot{ /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; } .ms-pivotControl-surfacedOpt:hover, .ms-pivotControl-overflowDot:hover, .ms-pivotControl-surfacedOpt-selected{ /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6; } .ms-pivotControl-surfacedOpt:hover, .ms-pivotControl-overflowDot:hover, .ms-pivotControl-surfacedOpt-selected:hover{ cursor:pointer; text-decoration:none; } .ms-viewselector-arrow{ vertical-align:middle; } .ms-menu-althov .ms-menu-hovarw{ display:none !important; } .ms-menu-althov-active .ms-menu-stdarw{ display:none !important; } .ms-menu-althov-active span.ms-menu-hovarw{ display:inline-block !important; } .ms-menu-althov-active .ms-menu-hovarw{ display:inline; } .ms-rifield { height:28px; } .ms-rifield-icon { float:left; margin:5px 10px 5px 0px; } .ms-rifield-title { padding-top:5px; } .ms-rifield-remove { float:right; } .ms-rifield-showall { float:left; margin-top:10px } .ms-addcolumn-span { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-addcolumn-icon { left:-200px; top:-84px; position:absolute; } .ms-list-addnew-imgSpan16 { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; margin-right:5px; margin-top:-1px; vertical-align:middle; } .ms-list-addnew-img16 { left:-233px; top:-138px; position:absolute; } .ms-heroCommandLink:hover .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16 { left:-233px; top:-120px; } .ms-list-addnew-imgSpan, .ms-list-addnew-imgSpan20 { height:20px; width:20px; position:relative; display:inline-block; overflow:hidden; margin-right:5px; vertical-align:middle; } .ms-list-addnew-img, .ms-list-addnew-img20 { left:-67px; top:-180px; position:absolute; } .ms-heroCommandLink:hover .ms-list-addnew-imgSpan > .ms-list-addnew-img, .ms-heroCommandLink:hover .ms-list-addnew-imgSpan20 > .ms-list-addnew-img20 { left:-131px; top:-134px; } .ms-csrformvalidation { margin-top:6px; display:inline-block; } .ms-ellipsis-a,.ms-ellipsis-a-tile { position:relative; display:inline-block; overflow:hidden; } .ms-ellipsis-a { height:16px; width:16px; } .ms-ellipsis-a-tile { height:16px; width:16px; float:right; } .ms-ellipsis-icon,.ms-ellipsis-icon-tile { position:absolute; } .ms-ellipsis-icon { left:-1px; top:-238px; } .ms-ellipsis-icon-tile { left:-37px; top:-202px; /* [ReplaceColor(themeColor:"TileText")] */ color:#fff; } .ms-lstItmLinkAnchor { vertical-align:middle; } table.ms-toolbar{ height:45px; border:none; /* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6; } .ms-menutoolbar{ /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6; height:45px; } .ms-menutoolbar td{ padding:0px 0px 0px 4px; margin:0px; border:none; } .ms-menutoolbar td a{ text-decoration:none; } .ms-menutoolbar td a:hover{ text-decoration:none; } .ms-menubuttoninactivehover,.ms-buttoninactivehover{ margin:3px; padding:3px 4px 4px; border:1px solid transparent; background-color:transparent; white-space:nowrap; } .ms-menubuttonactivehover,.ms-buttonactivehover{ margin:3px; padding:3px 4px 4px 4px; /* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6; cursor:pointer; } .ms-buttoninactivehover{ white-space:nowrap; } .ms-buttoninactivehover img,.ms-buttonactivehover img{ margin:0px 1px 0px 0px; } td.ms-menutoolbarheader{ padding:auto 7px; } span.ms-viewselector,span.ms-viewselectorhover{ padding:4px 8px; cursor:pointer; } .ms-InlineSearch-Outline-Baseline { width:178px; border-style:solid; border-width:1px; height:22px; padding:0px 0px 0px 5px; margin:-4px 0px 0px; white-space:nowrap; float:left; } .ms-InlineSearch-Outline-Empty { /* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab; } .ms-InlineSearch-Outline-Focused { /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4; } .ms-InlineSearch-Outline-Filled { /* [ReplaceColor(themeColor:"StrongLines")] */ border-color:#92c0e0; } input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline { background-color:transparent; margin:0px; padding:0px; width:152px; height:22px; border-width:0px; vertical-align:middle; outline:none; } input.ms-InlineSearch-SearchBox-Baseline::-ms-clear { display:none; } .ms-InlineSearch-SearchBox-EmptyFocused { font-style:normal; /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-InlineSearch-SearchBox-EmptyUnfocused.ms-InlineSearch-SearchBox-EmptyUnfocused { /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-InlineSearch-SearchBox-Filled.ms-InlineSearch-SearchBox-Filled { /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-InlineSearch-SearchProgress { background-color:transparent; white-space:nowrap; padding:2px 2px 0px 0px; margin:-4px 0px 2px 5px; float:left; } .ms-InlineSearch-SearchStatus { background-color:transparent; display:block; } .ms-InlineSearch-DivBaseline { display:inline-block; vertical-align:middle; } .ms-vl-apptile,.ms-vl-apptile-tenant { display:inline-block; width:288px; min-height:96px; margin-right:13px; margin-bottom:16px; white-space:nowrap; vertical-align:top; } .ms-vl-apptile-tenant { margin-right:16px; } .ms-vl-applist { margin-top:16px; } .ms-vl-sectionHeaderRow { /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6; } .ms-vl-sectionHeader { margin-bottom:8px; display:inline-block; } .ms-vl-appimage { vertical-align:top; display:inline-block; height:96px; } .ms-vl-appinfo,.ms-vl-appinfo-tenant { min-height:96px; width:180px; vertical-align:top; display:inline-block; margin-left:5px; margin-right:5px; white-space:normal; } .ms-vl-appinfo-tenant { margin-left:9px; } .ms-vl-callout { word-break:normal; } .ms-vl-recent { /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff; /* [ReplaceColor(themeColor:"SearchURL")] */ background-color:#338200; padding:3px 4px; display:inline-block; } .ms-vl-callout-beak { /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-core-needIEFilter .ms-vl-callout-beak { background-color:transparent; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } .ms-vl-appdescription,.ms-vl-apptitle { white-space:normal; word-break:normal; } .ms-vl-apptitle,a:visited.ms-vl-apptitle { line-height:1.2; display:inline-block; text-decoration:none; border:1px solid transparent; /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-vl-appnewsubsitelink { margin-bottom:8px; display:inline-block; } .ms-vl-apptitle:hover { text-decoration:none; } .ms-vl-apptitleouter { display:inline-block; width:160px; max-height:2.5em; overflow:hidden; } .ms-vl-newSubsiteHeaderSpacer { height:16px; } .ms-vl-calloutarrow,a:hover.ms-vl-calloutarrow { vertical-align:top; text-decoration:none; margin-top:1px; /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-vl-settingsmarginleft { margin-left:20px; } .ms-vl-alignactionsmiddle > .ms-splinkbutton-text { vertical-align:top; } .ms-vl-pointer { cursor:pointer; } .ms-vl-siteicon { padding-right:11px; } a.ms-vl-disabledapp { text-decoration:none; cursor:default; /* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1; } .ms-vl-disabledapp > div { /* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1; cursor:default; } .ms-vl-disabledapp > .ms-vl-appimage > a > img { cursor:default; } .ms-vl-disabledapp > .ms-vl-appimage > a { opacity:0.3; } .ms-vl-disabledapp > .ms-vl-appimage { /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd; } .ms-vl-calloutversion { margin-bottom:4px; margin-top:10px; } .ms-vl-calloutterms { margin-bottom:5px; } .ms-vl-appstatus { white-space:normal; width:180px; } .ms-vl-apptileselected { /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); } .ms-vl-apptilehover:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-vl-appadd-img { left:-1px; top:-30px; position:absolute; } div.ms-ssc-siteNameSection { margin-bottom:9px; } .ms-ssc-siteTitleBoxLine { margin-bottom:1px; } .ms-ssc-previewUrlLine { line-height:2.2em; height:2.2em; } .ms-ssc-mgdPathDropdown { margin:0px 2px; } .ms-ssc-customValidator { display:block; margin-top:3px; } .ms-ssc-moreAdmins .sp-peoplepicker-errorMsg { margin-left:0px; font-size:.9em; } .ms-ssc-buttonSection .ms-ButtonHeightWidth { margin-left:6px; } .ms-newdoc-callout-main { padding-top:10px; margin-bottom:-7px; } .ms-newdoc-callout-item { padding:10px 0px; margin-left:-20px; margin-right:-20px; cursor:default; } .ms-newdoc-callout-item:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); text-decoration:none; } .ms-core-needIEFilter .ms-newdoc-callout-item:hover { background-color:transparent; /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";; text-decoration:none; } .ms-newdoc-callout-text { margin-left:10px; } .ms-newdoc-callout-img { margin-left:20px; } .sp-peoplepicker-topLevel,.sp-peoplepicker-topLevelDisabled{ cursor:text; height:100%; width:371px; position:relative; padding:3px 25px 3px 0px; } input.sp-peoplepicker-editorInput[type=text]{ border:0px; padding:0px 1px; margin-left:5px; vertical-align:inherit; background-color:transparent; } input.sp-peoplepicker-editorInput[type=text]:focus{ outline:0px; } input.sp-peoplepicker-editorInput::-ms-clear{ display:none; } .sp-peoplepicker-autoFillContainer{ z-index:1; padding:0px; display:none; cursor:default; max-width:300px; min-width:300px; position:absolute; /* [ReplaceColor(themeColor:"SubtleLines")] */ border-color:#c6c6c6; } .sp-peoplepicker-initialHelpText{ top:3px; left:4px; position:absolute; } .sp-peoplepicker-autoFillPresence{ z-index:1; width:20px; height:20px; position:absolute; } .sp-peoplepicker-userSpan{ cursor:pointer; white-space:nowrap; display:inline-block; margin:0px 5px 1px 2px; } .sp-peoplepicker-delImage{ margin-left:3px; } .sp-peoplepicker-delImage:hover{ text-decoration:none; } .sp-peoplepicker-userPresence{ margin-right:3px; display:inline-block; } .sp-peoplepicker-userSpan .ms-entity-unresolved{ font-style:normal; } .sp-peoplepicker-userSpan .ms-entity-resolved{ vertical-align:bottom; } .sp-peoplepicker-userSpan .ms-entity-unresolved,.sp-peoplepicker-userSpan .ms-entity-resolved{ overflow:hidden; } .sp-peoplepicker-userDisplayLink{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .sp-peoplepicker-userDisplayLink:hover{ text-decoration:none; } .sp-peoplepicker-waitImg{ width:16px; height:16px; display:none; font-size:0px; position:absolute; } .sp-peoplepicker-errorMsg{ margin-top:6px; margin-left:6px; display:inline-block; } .ms-core-menu-footer{ margin:0px; cursor:default; padding:0px 12px 7px 5px; } .ms-core-menu-loading{ margin:0px; cursor:default; text-align:center; } .sp-peoplepicker-autoFillContainer .ms-core-menu-item{ white-space:nowrap; padding:1px 5px 3px 5px; } .sp-peoplepicker-autoFillContainer .ms-core-menu-link{ padding:0px; } .sp-peoplepicker-autoFillContainer .ms-core-menu-label{ display:block; } .sp-autoFill-menu{ min-width:100%; } .sp-peoplepicker-autoFillContainer .sp-autoFill-scroll{ width:100%; border:none; margin:0px; padding:0px; min-width:100%; padding-top:3px; overflow-y:auto; overflow-x:hidden; margin-right:10px; list-style-type:none; box-shadow:0px 0px 0px 0px transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff; } .sp-autoFill-scroll .ms-core-menu-label{ border:none; } .ms-pageinformation td, .ms-pageinformation th { text-align:left; } .ms-featurealtrow { /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-core-needIEFilter .ms-featurealtrow { background-color:transparent; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } .ms-featurestatus { /* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff; /* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"1")] */ background-color:#0072c6; margin-right:10px; padding:7px; } .ms-cbp { padding-left:3px; } .ms-storMeFree{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-storMeUsed{ /* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"1")] */ background-color:#0072c6; /* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px; } .ms-storman-quotabarouter{ height:8px; width:100px; border-style:solid; border-width:1px; } .ms-storman-quotabarnormalcol{ border-color:#649b61; } .ms-storman-quotabarwarningcol{ border-color:#fff19d; } .ms-storman-quotabarcriticalcol{ border-color:#d80303; } a.ms-taskListShortcutCallout { height:16px; width:16px; display:inline-block; overflow:hidden; vertical-align:bottom; } span.ms-taskListShortcutCalloutSpan { height:16px; width:16px; /* [RecolorImage(themeColor:"BodyText",method:"Filling",includeRectangle:{x:161,y:178,width:16;height:16})] */ background:url("/_layouts/15/images/spcommon.png?rev=33") no-repeat -161px -178px; display:inline-block; } .ms-viewtotalselect{ width:104px; } .ms-recycleBinIconSpan { display:inline-block; overflow:hidden; position:relative; height:16px; width:16px; } .ms-recycleBinIconImg { top:-156px; left:-197px; position:absolute; } .ms-dtinput,.ms-dttimeinput{ vertical-align:middle; padding:0px 4px 0px 0px; } .ms-dttimeinput{ direction:ltr; } .ms-linksection-iconCell { vertical-align:top; } .ms-siteSettings-root .ms-linksection-iconCell { display:none; } .ms-linksection-title { /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-siteSettings-root .ms-linksection-textCell { width:280px; } .ms-linksection-columnBox { padding-right:50px; vertical-align:top; } .ms-linksection-textCell { padding-bottom:26px; } .ms-linksection-listRoot { list-style-type:none; padding-left:0px; margin:auto; }
SP.SiteCreatorWeb/Scripts/Office.Controls.css
Copyright (c) Microsoft Corporation. All rights reserved. */ /* Your use of this file is governed by the following license http://go.microsoft.com/fwlink/?LinkId=392925 */ .office{ font-family:"Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif; color:rgb(68,68,68); font-size:13px; } .office a{ color:rgb(0,114,198); } .office a:link{ text-decoration:none; } .office-helper{ color:rgb(119,119,119); } .office-error{ color:rgb(191,0,0); } .office-hide,.ms-hide{ display:none; } .office-listview img{ border-style:none; } .ms-chkmark-container { cursor:pointer; display:inline-block; float:left; width:21px; height:21px; padding-left:4px; padding-top:4px; margin-left:auto; margin-right:auto; } .ms-chkmark-container-centerer { text-align:center; } .ms-chkmark-complete.ms-chkmark-complete { left:-254px; top:-66px; } .ms-chkmark-notcomplete.ms-chkmark-notcomplete { left:-89px; top:-178px; } .ms-chkmark-marktaskcomplete.ms-chkmark-marktaskcomplete { left:-103px; top:-160px; } .ms-pagearrow-left { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-pagearrow-left-icon { left:-127px; top:-232px; position:absolute; } .ms-pagearrow-right-outerspan { height:16px; width:16px; padding:15px; display:inline-block; } .ms-pagearrow-right { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-pagearrow-right-icon { left:-199px; top:-228px; position:absolute; } .ms-status-iconSpan { display:inline-block; height:20px; width:20px; position:relative; vertical-align:middle; overflow:hidden; margin-right:10px; } .ms-status-status { display:block; } .ms-status-title { margin-right:10px; vertical-align:middle; } .ms-status-body { vertical-align:middle; } .ms-status-iconSpan { display:inline-block; height:20px; width:20px; position:relative; vertical-align:middle; overflow:hidden; margin-right:10px; } .ms-status-iconImg { position:absolute; } .ms-status-blue > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-52px; left:-178px; } .ms-status-green > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-30px; left:-178px; } .ms-status-red > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-74px; left:-178px; } .ms-status-yellow > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg { top:-180px; left:-45px; } .ms-inlineSearch-searchImgSpanBase { display:inline-block; overflow:hidden; direction:ltr; vertical-align:middle; margin:0px 0px 0px 4px; width:20px; height:20px; } .ms-inlineSearch-searchImg { top:-138px; left:-105px; position:relative; } .ms-inlineSearch-searchImgHover { top:-134px; left:-153px; position:relative; } .ms-cancelImg, .ms-inlineSearch-cancelImg { top:-180px; left:-23px; position:relative; } .ms-cancelImgHover, .ms-inlineSearch-cancelImgHover { top:-180px; left:-1px; position:relative; } .ms-siteactions-imgspan { display:inline-block; width:15px; height:14px; overflow:hidden; position:relative; } .ms-siteactions-imgspan > .ms-core-menu-buttonIcon { position:absolute; top:-102px; left:-251px; } .ms-siteactions-hover .ms-siteactions-imgspan > .ms-core-menu-buttonIcon { top:-84px; left:-254px; } .ms-core-menu-box{ position:fixed; z-index:5002; background-color:white; box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47); border:1px solid #d1d1d1; font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif; font-weight:400; font-size:13px; } .ms-contextmenu-overlay{ position:fixed; z-index:5001; top:0px; left:0px; right:0px; bottom:0px; background-color:#fff; opacity:0.0; } .ms-core-menu-list{ list-style:none; margin:0px; padding:0px; } .ms-core-menu-item{ padding-left:12px; padding-right:12px; } .ms-core-menu-item:hover{ background-color:#E6F3FB; } .ms-core-menu-link{ color:#444444; text-decoration:none; width:100%; display:inline-block; padding-top:10px; padding-bottom:10px; margin-left:-12px; margin-right:-12px; padding-left:12px; padding-right:12px; } .ms-core-menu-separator{ margin:0px; } .ms-core-menu-separatorHr{ margin-top:1px; margin-bottom:1px; margin-left:0px; margin-right:0px; border-top:1px solid #C6C6C6; } .ms-menu-select{ padding-right:10px; } .ms-menu-selectable{ margin-right:20px; } .office-peoplepicker{ width:371px; } .office-peoplepicker-main{ cursor:text; position:relative; padding:3px 25px 3px 0px; border:1px solid rgb(171,171,171); min-height:22px; } .office-peoplepicker-main:hover{ border-color:rgb(146,192,224); } .office-peoplepicker-focus{ border-color:rgb(42,141,214); } .office-peoplepicker-default{ top:3px; left:4px; position:absolute; } .office .office-peoplepicker-input{ border:0px; padding:0px 1px; margin-left:5px; background-color:transparent; vertical-align:inherit; } .office-peoplepicker-input:focus{ outline:0px; } .office-peoplepicker-input::-ms-clear{ display:none; } .office-peoplepicker-menu{ z-index:1; display:none; cursor:default; max-width:300px; min-width:300px; position:absolute; left:-1px; border:1px solid rgb(198,198,198); width:100%; margin:0px 10px 0px 0px; padding:3px 0px 0px; overflow-y:auto; overflow-x:hidden; list-style-type:none; box-shadow:transparent 0px 0px 0px 0px; background-color:rgb(255,255,255); max-height:190px; } .office-peoplepicker-autofillopened .office-peoplepicker-menu{ display:block; } .office-peoplepicker-menu-item,.office-ui-controls-menu-footer{ white-space:nowrap; padding:1px 5px 3px; margin:0px; cursor:pointer; border:1px solid transparent; } .office-peoplepicker-menu .office-peoplepicker-menu-item.office-peoplepicker-autofill-focus, .office-peoplepicker-menu:hover .office-peoplepicker-menu-item.office-peoplepicker-autofill-focus:hover, .office-peoplepicker-menu:hover .office-peoplepicker-menu-item:hover{ background-color:rgba(205,230,247,0.498039); } .office-peoplepicker-menu:hover .office-peoplepicker-menu-item.office-peoplepicker-autofill-focus{ background-color:inherit; } .office-peoplepicker-menu-item a:focus{ outline:none; } .office-peoplepicker-menu-item > a{ text-decoration:none; text-decoration:none; display:block; position:relative; } .office-peoplepicker-menu hr{ border-width:1px 0px 0px; border-top:1px solid rgb(198,198,198); margin:2px 0px; color:rgb(198,198,198); } .office-menu-sublabel{ color:rgb(119,119,119); } .office-menu-footer{ margin:0px; cursor:default; padding:0px 12px 7px 5px; font-size:0.9em; } .office-peoplepicker-record{ cursor:pointer; white-space:nowrap; display:inline-block; margin:0px 5px 1px 2px; } .office-peoplepicker-unresolved,.office-peoplepicker-resolved{ display:inline-block; margin-left:3px; overflow:hidden; } .office-peoplepicker-deleterecord{ margin-left:3px; } .office-peoplepicker-resolved{ vertical-align:bottom; text-decoration:underline; } .office-peoplepicker-record .office-peoplepicker-unresolved{ background-image:url(img/squiggle.png); background-position:0% 100%; background-repeat:repeat-x; vertical-align:text-top; padding-bottom:2px; color:rgb(68,68,68); } .office-peoplepicker-loading{ background-image:url(img/gears16.gif); background-position:0px 4px; background-repeat:no-repeat; } .office-peoplepicker-autofillopened.office-peoplepicker-loading{ background-image:none; } .office-peoplepicker-autofillopened.office-peoplepicker-loading .office-peoplepicker-autofill-loading{ display:list-item; } .office-peoplepicker-autofillopened.office-peoplepicker-loading .office-menu-footer{ display:none; } .office-peoplepicker-autofill-loading{ background-image:url(img/gears24.gif); height:32px; background-repeat:no-repeat; background-position:center; display:none; } .office-peoplepicker-error{ margin-left:4px; } .office-peoplepicker-alert{ display:none; } .ms-promlink-root { width:100%; overflow:hidden; } .ms-promlink-header { width:100%; overflow:hidden; padding-bottom:10px; } .ms-promlink-headerNav { margin-top:4px; float:right; } .ms-promlink-body { position:relative; width:10000px; height:150px; } .ms-promlink-tile { float:left; width:150px; height:150px; } .ms-promlink-image { width:150px; height:150px; } .ms-core-needIEFilter .ms-promlink-detailsBox { filter:alpha(opacity=50);-ms-filter:"alpha(opacity=50)"; } .ms-promlink-detailsList { height:150px; overflow:hidden; padding:10px; margin:0px; } .ms-promlink-separator { border-left-style:dotted; border-width:1px; /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color:#d7d7d7; } .ms-promlink-backgroundText { /* [ReplaceColor(themeColor:"Accent3-Lightest")] */ color:#f2f2f2; padding:20px; margin:0px; top:0px; position:absolute; } .ms-promlink-parttitle.ms-promlink-parttitle { padding-right:10px; display:inline; } .ms-promlink-button { display:inline-block; width:16px; height:16px; border-width:1px; border-style:solid; padding:4px; } .ms-promlink-button-inner { display:inline-block; padding-left:5px; padding-right:5px; } .ms-promlink-button-image { position:relative; display:inline-block; width:16px; height:16px; overflow:hidden; } .ms-promlink-button-left { left:-127px; top:-232px; position:absolute; } .ms-promlink-button-right { left:-199px; top:-228px; position:absolute; } .ms-promlink-button-left-disabled { left:-145px; top:-232px; position:absolute; } .ms-promlink-button-right-disabled { left:-181px; top:-228px; position:absolute; } .ms-promlink-button-left-hover { left:-217px; top:-228px; position:absolute; } .ms-promlink-button-right-hover { left:-163px; top:-232px; position:absolute; } .ms-promlink-button-hidden { display:none; } .ms-promlink-button-disabled { /* [ReplaceColor(themeColor:"ButtonDisabledBorder")] */ border-color:#e1e1e1; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 ); } .ms-core-needIEFilter .ms-promlink-button-disabled{ background-color:transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)"; } .ms-promlink-button-disabled-hover { /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 ); } .ms-core-needIEFilter .ms-promlink-button-hover{ background-color:transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)"; } .ms-promlink-button-enabled { /* [ReplaceColor(themeColor:"ButtonBorder")] */ border-color:#ababab; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 ); } .ms-core-needIEFilter .ms-promlink-button-enabled{ background-color:transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)"; } .ms-promlink-button-enabled-hover,.ms-promlink-button-enabled:hover { /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0; /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa; } .ms-core-needIEFilter .ms-promlink-button-enabled-hover,.ms-core-needIEFilter .ms-promlink-button-enabled:hover { background-color:transparent; /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffe6f2fa,endColorstr=#ffe6f2fa)"; } .ms-promlink-button-enabled-pressed { /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4; /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color:#92c0e0; } .ms-core-needIEFilter .ms-promlink-button-enabled-pressed { background-color:transparent; /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff92b7d1,endColorstr=#ff92b7d1)"; } .ms-promlink-gettingStartedCallout { white-space:normal; } /* _lcid="1033" _version="16.0.2605" _LocalBinding */ .ms-cui-ribbon,.ms-cui-menu,.ms-cui-toolbar-toolbar{ font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; color:#6c6e70; } .ms-cui-ribbon a,.ms-cui-menu a,.ms-cui-toolbar-toolbar a{ text-decoration:none; } .ms-cui-topBar1{ position:absolute; text-align:center; width:100%; } .ms-cui-TabRowLeft,.ms-cui-jewel-container{ float:left; } .ms-cui-topBar2 .ms-cui-jewel-container{ margin-top:20px; padding-right:3px; } .ms-cui-jewel-container{ height:23px; white-space:nowrap; } .ms-cui-jewel-container a{ cursor:pointer; } .ms-cui-jewel-middle{ vertical-align:top; } .ms-cui-jewel-label{ display:inline-block; color:#fff; } .ms-cui-jewel,.ms-cui-jewel-jewelMenuLauncher{ display:block; } .ms-cui-jewel-jewelMenuLauncher > a{ display:block; height:24px; } .ms-cui-TabRowRight{ float:right; } .ms-cui-qat-container{ position:absolute; left:0px; top:0px; } .ms-cui-QATRowCenter{ color:#68696b; margin-top:3px; } .ms-cui-QATRowRight{ position:absolute; right:0px; top:0px; } .ms-cui-QATRowRight a.ms-cui-ctl{ margin-right:0px; margin-left:4px; } .ms-cui-TabRowRight a.ms-cui-ctl{ margin-right:0px; margin-left:4px; } .ms-cui-ribbon a img,.ms-cui-menu a img,.ms-cui-QAT a img,.ms-cui-toolbar-toolbar a img{ border:0px; } .ms-cui-modalDiv-ie,.ms-cui-modalDiv-ff{ display:block; position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:1000; } .ms-cui-modalDiv-ie{ opacity:0; background-color:white; } .ms-cui-modalDiv-ie8{ filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)"; } .ms-cui-modalDiv-ff{ background-color:transparent; } .ms-cui-block{ display:block; } .ms-cui-glass-ie,.ms-cui-glass-ff{ position:absolute; top:0px; left:0px; bottom:0px; right:0px; display:block; z-index:1001; } .ms-cui-glass-ie{ background-color:#fff; opacity:0; } .ms-cui-needIEFilter .ms-cui-glass-ie{ filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)"; } .ms-cui-glass-ff{ background-color:transparent; } .ms-cui-topBar2{ border-bottom:1px solid #cad2db; height:34px; } .ms-cui-tts,.ms-cui-tts-scale-1,.ms-cui-tts-scale-2{ display:block; float:left; white-space:nowrap; height:35px; overflow-y:hidden; overflow-x:hidden; margin:0px 0px -1px 0px; padding:0px; list-style-type:none; } .ms-cui-tt,.ms-cui-cg{ display:block; float:left; margin:0px 2px 2px 0px; padding:0px; list-style-type:none; height:33px; } .ms-cui-tt-a{ margin-top:5px; color:#fff !important; border:1px solid transparent; border-bottom:0px; display:block; cursor:default; } .ms-cui-tt-span{ display:block; padding:8px 10px 8px; border-top:1px solid transparent; text-align:center; } .ms-cui-tt-s > .ms-cui-tt-a{ border-color:#b6babf; background-color:#fff; color:#23272c !important; } .ms-cui-tts > .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span{ padding-bottom:8px; } .ms-cui-tts-scale-1 .ms-cui-tt-span,.ms-cui-tts-scale-1 .ms-cui-cg-t,.ms-cui-tts-scale-2 .ms-cui-tt-span{ padding-left:1px; padding-right:1px; } .ms-cui-tts-scale-2 .ms-cui-tt-a{ width:20px; overflow:hidden; } .ms-cui-tts-scale-2 .ms-cui-cg-t{ visibility:hidden; width:0px; } .ms-cui-tts-scale-2 .ms-cui-cg-i{ width:20px; } .ms-cui-tt-a:hover{ border-color:#5a707b; color:#fff !important; } .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#b6babf; color:#23272c !important; } .ms-cui-tabBody{ overflow:hidden; width:100%; background-color:#fff; height:90px; border-style:solid; border-width:0px 0px 1px 0px; border-bottom-color:#e1e1e1; margin:0px; padding:0px; } .ms-cui-group{ margin:0px; padding:0px; list-style-type:none; float:left; padding:0px; height:90px; position:relative; text-align:center; } .ms-cui-groupContainer{ display:inline-block; } .ms-cui-groupBody{ display:block; padding:2px 3px 0px; height:71px; text-align:center; } .ms-cui-groupTitle{ display:block; text-align:center; color:#5b626c; cursor:default; white-space:nowrap; padding:0px 6px 0px 3px; } .ms-cui-groupSeparator{ display:inline-block; height:86px; position:relative; top:4px; border-right:1px solid; border-right-color:#e7e7e8; } .ms-cui-layout{ display:inline-block; } .ms-cui-section,.ms-cui-section-alignmiddle{ display:inline-block; vertical-align:top; text-align:left; } .ms-cui-section-divider{ display:inline-block; height:58px; margin-top:8px; border-left:1px solid #c2c6ca; border-right:1px solid #fff; } .ms-cui-row,.ms-cui-row-onerow,.ms-cui-row-tworowmiddle,.ms-cui-row-tworow{ display:block; } .ms-cui-row,.ms-cui-row-tworow{ height:22px; margin-bottom:2px; } .ms-cui-section-alignmiddle .ms-cui-row-tworow{ margin-top:8px; } .ms-cui-section-alignmiddle .ms-cui-row-onerow{ margin-top:20px; } .ms-cui-strip{ display:inline-block; border:1px solid #e1e3e4; vertical-align:top; margin-left:1px; margin-right:1px; } .sp-menu-disabled{ color:#5b626c; background-color:#C6C6C6; } .ms-cui-toolbar-toolbar{ background:#fff url("/_layouts/15/images/RibbonBG.png?rev=33") repeat-x left top; cursor:default; width:100%; text-align:center; height:44px; } .ms-cui-toolbar-buttondock{ padding:1px 0px 0px; margin:20px 0px 1px; height:22px; vertical-align:top; } .ms-cui-toolbar-buttondock.alignleft{ left:0px; position:absolute; } .ms-cui-toolbar-buttondock.aligncenter{ position:relative; } .ms-cui-toolbar-buttondock.alignright{ right:0px; position:absolute; } .ms-cui-toolbar-buttondock .ms-cui-tb{ height:14px; padding:2px 3px; vertical-align:bottom; text-align:right; } .ms-cui-toolbar-buttondock .ms-cui-fslb{ padding:0; } .ms-cui-toolbar-buttondock .ms-cui-cb{ height:20px; } .ms-cui-toolbar-buttondock .ms-cui-cb .ms-cui-cb-input{ height:14px; padding-top:2px; padding-left:0px; padding-right:0px; text-align:center; } .ms-cui-toolbar-buttondock .ms-cui-cb .ms-cui-dd-arrow-button{ height:18px; padding:0px 2px; } .ms-cui-toolbar-button-left{ margin-right:4px; vertical-align:middle; } .ms-cui-toolbar-button-center{ margin-left:2px; margin-right:2px; vertical-align:bottom; position:relative; } .ms-cui-toolbar-button-right{ margin-left:4px; margin-right:0px !important; vertical-align:middle; } .ms-cui-toolbar-toolbar .ms-cui-ribbonTopBars .ms-cui-topBar2 { border-bottom:1px solid #868b91; } .ms-cui-toolbar-toolbar .ms-cui-ribbonTopBars .ms-cui-topBar1 .ms-cui-QATRowLeft{ position:absolute; left:0px; top:0px; } .ms-cui-contextmenu-inner{ background-color:#fafafa; font-family:"Segoe UI",Tahoma,Verdana,Arial,Sans-Serif; font-size:8pt; cursor:pointer; } .ms-cui-contextmenu{ border:solid #7f7f7f 1px; z-index:1001; } .ms-cui-hidden{ position:absolute; top:-2000px; width:1px; height:1px; overflow:hidden; word-wrap:normal; } .ms-cui-disabled *{ color:#5b626c !important; cursor:default !important; } .ms-cui-disabled .ms-cui-img-container,.ms-cui-disabled .ms-cui-img-cont-float,.ms-cui-disabled .ms-cui-jewel-left,.ms-cui-disabled .ms-cui-jewel-middle,.ms-cui-disabled .ms-cui-jewel-right{ background-color:#fff !important; opacity:0.3; } .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-img-container,.ms-cui-needIEFilter .ms-cui-disabled .ms-cui-img-cont-float,.ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-left, .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-middle,.ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-right{ filter:alpha(opacity=30);-ms-filter:"alpha(opacity=30)"; } .ms-cui-disabled .ms-cui-jewel-middle .ms-cui-jewel-label{ color:#fff !important; } .ms-cui-cg{ height:27px; margin-top:5px; border-top:4px solid transparent; } .ms-cui-cg-i{ position:absolute; top:-100000px; left:-100000px; } .ms-cui-cg-t{ text-align:center; padding:1px 10px 2px 10px; } .ms-cui-cg-t-i{ height:15px; display:inline-block; } .ms-cui-cg-s .ms-cui-cg-t{ background-image:none; } .ms-cui-ct-ul{ margin:0px; padding:0px; list-style-type:none; height:25px; } .ms-cui-ct-ul .ms-cui-tt{ height:auto; margin-right:0px; } .ms-cui-ct-ul .ms-cui-tt-a{ margin-top:0px; padding-top:1px; border-top:0px; } .ms-cui-ct-ul .ms-cui-tt-span{ padding-top:4px; } .ms-cui-ct-last{ margin-right:0px; } .ms-cui-ct-first .ms-cui-tt-a{ border-left:1px solid transparent; } .ms-cui-ct-last .ms-cui-tt-a{ border-right:1px solid transparent; } .ms-cui-ct-first.ms-cui-ct-last{ float:none; text-align:left; } .ms-cui-ct-ul .ms-cui-tt-a:hover .ms-cui-tt-span{ padding-bottom:8px; } .ms-cui-cg-s .ms-cui-ct-ul{ } .ms-cui-oneCtxTab{ height:auto !important; border-bottom:0px !important; } .ms-cui-ct-ul .ms-cui-tt-s .ms-cui-tt-span{ padding-bottom:9px !important; } .ms-cui-cg-s .ms-cui-tt-a{ color:#23272c !important; } .ms-cui-cg .ms-cui-tt-a:hover{ border-color:transparent; } .ms-cui-cg-db.ms-cui-cg{ border-top-color:#508ee6; } .ms-cui-ct-topBar-db,.ms-cui-tabBody-db{ border-color:#508ee6 !important; } .ms-cui-cg-db .ms-cui-ct-ul{ background-color:transparent;; border-color:#508ee6; } .ms-cui-cg-db .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-db .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#34609d !important; } .ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#508ee6; } .ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#508ee6; } .ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#508ee6; } .ms-cui-cg-lb.ms-cui-cg{ border-top-color:#36a7ca; } .ms-cui-ct-topBar-lb,.ms-cui-tabBody-lb{ border-color:#36a7ca !important; } .ms-cui-cg-lb .ms-cui-ct-ul{ background-color:transparent;; border-color:#36a7ca; } .ms-cui-cg-lb .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-lb .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#368499 !important; } .ms-cui-cg-lb.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-lb.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#36a7ca; } .ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#36a7ca; } .ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#36a7ca; } .ms-cui-cg-tl.ms-cui-cg{ border-top-color:#2299ab; } .ms-cui-ct-topBar-tl,.ms-cui-tabBody-tl{ border-color:#2299ab !important; } .ms-cui-cg-tl .ms-cui-ct-ul{ background-color:transparent;; border-color:#2299ab; } .ms-cui-cg-tl .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-tl .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#006c7d !important; } .ms-cui-cg-tl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-tl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#2299ab; } .ms-cui-cg-tl .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-tl .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#2299ab; } .ms-cui-cg-tl .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-tl .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#2299ab; } .ms-cui-cg-or.ms-cui-cg{ border-top-color:#ff9d00; } .ms-cui-ct-topBar-or,.ms-cui-tabBody-or{ border-color:#ff9d00 !important; } .ms-cui-cg-or .ms-cui-ct-ul{ background-color:transparent;; border-color:#ff9d00; } .ms-cui-cg-or .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-or .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#c45300 !important; } .ms-cui-cg-or.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-or.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#ff9d00; } .ms-cui-cg-or .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-or .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#ff9d00; } .ms-cui-cg-or .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-or .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#ff9d00; } .ms-cui-cg-gr.ms-cui-cg{ border-top-color:#49a349; } .ms-cui-ct-topBar-gr,.ms-cui-tabBody-gr{ border-color:#49a349 !important; } .ms-cui-cg-gr .ms-cui-ct-ul{ background-color:transparent;; border-color:#49a349; } .ms-cui-cg-gr .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-gr .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#067006 !important; } .ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#49a349; } .ms-cui-cg-gr .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-gr .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#49a349; } .ms-cui-cg-gr .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-gr .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#49a349; } .ms-cui-cg-mg.ms-cui-cg{ border-top-color:#c9599c; } .ms-cui-ct-topBar-mg,.ms-cui-tabBody-mg{ border-color:#c9599c !important; } .ms-cui-cg-mg .ms-cui-ct-ul{ background-color:transparent;; border-color:#c9599c; } .ms-cui-cg-mg .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-mg .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#9c276d !important; } .ms-cui-cg-mg.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-mg.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#c9599c; } .ms-cui-cg-mg .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-mg .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#c9599c; } .ms-cui-cg-mg .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-mg .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#c9599c; } .ms-cui-cg-yl.ms-cui-cg{ border-top-color:#f2cb1d; } .ms-cui-ct-topBar-yl,.ms-cui-tabBody-yl{ border-color:#f2cb1d !important; } .ms-cui-cg-yl .ms-cui-ct-ul{ background-color:transparent;; border-color:#f2cb1d; } .ms-cui-cg-yl .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-yl .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#856300 !important; } .ms-cui-cg-yl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-yl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#f2cb1d; } .ms-cui-cg-yl .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-yl .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#f2cb1d; } .ms-cui-cg-yl .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-yl .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#f2cb1d; } .ms-cui-cg-pp.ms-cui-cg{ border-top-color:#935ed3; } .ms-cui-ct-topBar-pp,.ms-cui-tabBody-pp{ border-color:#935ed3 !important; } .ms-cui-cg-pp .ms-cui-ct-ul{ background-color:transparent;; border-color:#935ed3; } .ms-cui-cg-pp .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, .ms-cui-cg-pp .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span{ color:#6b25ba !important; } .ms-cui-cg-pp.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a,.ms-cui-cg-pp.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{ border-color:#935ed3; } .ms-cui-cg-pp .ms-cui-ct-first > .ms-cui-tt-a,.ms-cui-cg-pp .ms-cui-ct-first > .ms-cui-tt-a:hover{ border-left-color:#935ed3; } .ms-cui-cg-pp .ms-cui-ct-last > .ms-cui-tt-a,.ms-cui-cg-pp .ms-cui-ct-last > .ms-cui-tt-a:hover{ border-right-color:#935ed3; } .ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a{ background-color:#fff; padding-bottom:3px; } .ms-cui-section > * > .ms-cui-ctl-large, .ms-cui-section > * > .ms-cui-ctl-medium, .ms-cui-ctl{ border:1px solid transparent; } .ms-cui-ctl-large:hover, .ms-cui-ctl-medium:hover, .ms-cui-ctl-large:focus, .ms-cui-ctl-medium:focus, .ms-cui-ctl:hover, .ms-cui-ctl:focus, .ms-cui-dd-arrow-button:hover, .ms-cui-dd-arrow-button:focus{ border-color:#92b7d1; } .ms-cui-ctl-light-hoveredOver, .ms-cui-ctl-menu:hover, .ms-cui-ctl-menu:focus, .ms-cui-dd-arrow-button:hover, .ms-cui-dd-arrow-button:focus, .ms-cui-cb-input:hover, .ms-cui-cb-input:focus, .ms-cui-spn-btnup:hover, .ms-cui-spn-btnup:focus, .ms-cui-spn-btndown:hover, .ms-cui-spn-btndown:focus, .ms-cui-ctl-hoveredOver, .ms-cui-ctl-large-groupPopup:hover{ background-color:#cde6f7; } .ms-cui-ctl-large:active, .ms-cui-ctl-medium:active, .ms-cui-ctl-light-hoveredOver:active, .ms-cui-ctl:active, .ms-cui-ctl-menu:active, .ms-cui-dd-arrow-button:active, .ms-cui-cb-input:active, .ms-cui-spn-btnup:active, .ms-cui-spn-btndown:active{ border-color:#92b7d1; background-color:#92b7d1; } .ms-cui-ctl-split-hover{ background-color:#fff; } .ms-cui-ctl-on{ border-color:#cde6f7; background-color:#cde6f7 !important; } .ms-cui-disabled{ color:#767676; } .ms-cui-spn-txtbx, .ms-cui-spn-btnup, .ms-cui-spn-btndown{ border:1px solid #ababab; } .ms-cui-spn-btndown{ border-top-color:transparent; } .ms-cui-spn-btnup { border-bottom-color:transparent; } .ms-cui-spn-btnup, .ms-cui-spn-btndown{ border-left-color:transparent; } .ms-cui-spn-txtbx{ border-right-color:transparent; } .ms-cui-spn-txtbx{ color:#3B3B3B; } .ms-cui-spn-btnup:hover, .ms-cui-spn-btnup-ctl-hover, .ms-cui-spn-btndown:hover, .ms-cui-spn-btndown-ctl-hover, .ms-cui-spn-txtbx-hover { border-color:#92b7d1; } .ms-cui-ctl-iconContainer { vertical-align:middle; } .ms-cui-ctl-largelabel, .ms-cui-ctl-mediumlabel{ color:#23272c; } .ms-cui-groupBody input[type=text]{ border-color:#d3d6d9; background-color:#fff; color:#000; } .ms-cui-groupBody input[type=text]:hover{ background-color:#fff; border-color:#bbbfc4; } .ms-cui-groupBody input[type=text]:focus{ border-color:#bbbfc4; outline:invert none medium; } .ms-cui-ctl-large{ overflow:hidden; display:inline-block; text-align:center; vertical-align:top; margin-left:1px; margin-right:1px; } a.ms-cui-ctl-large{ padding:2px 0px 2px; height:63px; cursor:default; } a.ms-cui-ctl-a1:hover *, a.ms-cui-ctl-large:hover *, a.ms-cui-ctl-thin:hover *, .ms-cui-ctl-a2:hover *, .ms-cui-ctl:hover *, .ms-cui-jewel-jewelMenuLauncher:hover, .ms-cui-jewel-jewelMenuLauncher:hover *{ cursor:default; } .ms-cui-ctl-large .ms-cui-ctl-a1, .ms-cui-ctl-large .ms-cui-ctl-a2{ display:block; border:1px solid transparent; cursor:default; } .ms-cui-ctl-large .ms-cui-ctl-a1{ padding:0px 4px; } .ms-cui-ctl-large .ms-cui-ctl-a2{ padding:0px 1px; } .ms-cui-ctl-largelabel{ display:block; padding:2px 1px 0px; line-height:1em !important; } .ms-cui-ctl-a2 .ms-cui-ctl-largelabel{ padding-top:1px; height:26px; } .ms-cui-ctl-largeIconContainer{ height:33px; padding:2px 4px 0px; display:block; } .ms-cui-ctl-large .ms-cui-ctl-a1Internal{ height:33px; padding-top:4px; display:block; } .ms-cui-ctl-large .ms-cui-ctl-a2{ border-top:0px !important; } .ms-cui-disabled:hover,.ms-cui-ctl-a1.ms-cui-disabled:hover *,.ms-cui-ctl-large.ms-cui-disabled:hover *,.ms-cui-ctl-large.ms-cui-disabled:hover,.ms-cui-ctl-thin.ms-cui-disabled:hover,.ms-cui-ctl-menu.ms-cui-disabled:hover,.ms-cui-gallerybutton-a.ms-cui-disabled:hover{ border-color:transparent !important; background-color:transparent; cursor:default !important; } .ms-cui-disabled:active,.ms-cui-ctl2-disabled:active,.ms-cui-ctl2-disabled:active .ms-cui-ctl-a1,.ms-cui-ctl2-disabled:active .ms-cui-ctl-a2{ background-color:transparent !important; } .ms-cui-ctl-disabledHoveredOver,.ms-cui-disabled.ms-cui-ctl-menu:active{ border-color:#ededed !important; background-color:#fafafa; } .ms-cui-ctl-largelabel .ms-cui-img-13by13{ vertical-align:middle; } .ms-cui-ctl-largelabel .ms-cui-img-5by3{ vertical-align:middle; margin-top:2px; } .ms-cui-ctl-large-groupPopup{ margin-top:2px; } .ms-cui-ctl-large-groupPopup .ms-cui-ctl-largeIconContainer,.ms-cui-ctl-large-groupPopup.ms-cui-disabled:hover .ms-cui-ctl-largeIconContainer{ padding:1px; border:1px solid #b2b5b9; } .ms-cui-ctl-thin { padding:4px 4px 4px; margin-top:10px; vertical-align:top; border:1px solid #afb4ba; height:42px; overflow:hidden; display:inline-block; cursor:pointer; } .ms-cui-ctl-thin span { margin-top:39px; } .ms-cui-ctl,a.ms-cui-ctl-medium{ display:inline-block; white-space:nowrap; cursor:default; margin-left:1px; margin-right:1px; } .ms-cui-strip .ms-cui-ctl,.ms-cui-strip a.ms-cui-ctl-medium{ margin-left:0px; margin-right:0px; } a.ms-cui-ctl,a.ms-cui-ctl-medium{ height:16px; padding:1px 2px; border:1px solid transparent; cursor:default; } a.ms-cui-ctl-medium{ padding-left:2px; padding-right:5px; } span.ms-cui-ctl .ms-cui-ctl-a1,span.ms-cui-ctl .ms-cui-ctl-a2{ padding:0px 2px 2px; border:1px solid transparent; display:block; float:left; cursor:default; } span.ms-cui-ctl .ms-cui-ctl-a1{ height:16px; } span.ms-cui-ctl .ms-cui-ctl-a2{ padding:1px 3px 6px; border-left:0px; height:11px; } span.ms-cui-ctl a.ms-cui-ctl-a2 > span > span.ms-cui-img-cont-float, span.ms-cui-ctl a.ms-cui-ctl-a2 > span > span.ms-cui-img-container{ margin-top:9px; } span.ms-cui-ctl-large > a.ms-cui-ctl-a2 > span.ms-cui-img-cont-float, span.ms-cui-ctl-large > a.ms-cui-ctl-a2 > span.ms-cui-img-container{ vertical-align:top; margin-top:3px; } span.ms-cui-ctl-small .ms-cui-ctl-a1{ padding-left:3px; padding-right:1px; } a.ms-cui-ctl-medium .ms-cui-ctl-iconContainer,span.ms-cui-ctl .ms-cui-ctl-a1Internal .ms-cui-img-16by16{ margin-right:3px; vertical-align:middle; display:inline-block; } a.ms-cui-ctl-medium .ms-cui-ctl-mediumlabel{ vertical-align:top; display:inline-block; padding-top:1px; line-height:1.25em !important; } .ms-cui-ctl-smalllabel{ vertical-align:top; } a.ms-cui-ctl-menu,a.ms-cui-ctl-menu:visited{ border:1px solid transparent; padding:0px 10px 0px 2px; display:block; word-wrap:break-word; cursor:default; position:relative; } a.ms-cui-ctl-menu .ms-cui-ctl-iconContainer{ display:none; float:left; margin-right:7px; margin-top:1px; } a.ms-cui-ctl-menu32 .ms-cui-ctl-iconContainer{ margin-top:5px; } ul.ms-cui-menusection-items16 .ms-cui-ctl-iconContainer,ul.ms-cui-menusection-items16rtl .ms-cui-ctl-iconContainer{ width:16px; display:block; } ul.ms-cui-menusection-items32 .ms-cui-ctl-iconContainer,ul.ms-cui-menusection-items32rtl .ms-cui-ctl-iconContainer{ width:32px; display:block; } .ms-cui-ctl-menu .ms-cui-ctl-mediumlabel{ display:inline-block; padding:3px 0px; } .ms-cui-ctl-menulabel{ display:block; white-space:nowrap; margin-left:19px; } .ms-cui-menusection-items32 .ms-cui-ctl-menulabel,.ms-cui-menusection-items32rtl .ms-cui-ctl-menulabel{ margin-left:39px; white-space:normal; } .ms-cui-menusection-items32 .ms-cui-ctl-mediumlabel,.ms-cui-menusection-items32rtl .ms-cui-ctl-mediumlabel{ font-weight:bold; } .ms-cui-menusection-items32 .ms-cui-ctl-mediumlabel,.ms-cui-menusection-items32rtl .ms-cui-ctl-mediumlabel,.ms-cui-btn-menu-description{ color:#4c535c; } .ms-cui-ctl-menu32clear{ display:block; clear:both; font-size:1px; line-height:1px; } span.ms-cui-mrusb-selecteditem{ display:block; } .ms-cui-ctl-medium span.ms-cui-mrusb-selecteditem{ display:inline-block; } span.ms-cui-mrusb-selecteditem a.ms-cui-ctl{ border-right:0px; } span.ms-cui-mrusb-selecteditem .ms-cui-ctl-large,span.ms-cui-mrusb-selecteditem a.ms-cui-ctl,span.ms-cui-mrusb-selecteditem .ms-cui-ctl-medium{ margin-left:0px; margin-right:0px; } span.ms-cui-mrusb-selecteditem .ms-cui-ctl-iconContainer{ display:inline-block; } .ms-cui-mrusb-arwbtn{ vertical-align:top; margin-left:0px; margin-right:0px; } .ms-cui-mrusb-selecteditem-filler-large{ min-height:52px; min-width:32px; } .ms-cui-mrusb-selecteditem-filler-medium{ min-height:20px; min-width:60px; } .ms-cui-mrusb-selecteditem-filler-small{ min-height:20px; min-width:20px; } .ms-cui-dd,.ms-cui-cb{ height:22px; display:inline-block; white-space:nowrap; margin-left:1px; margin-right:1px; } .ms-cui-dd-text,input.ms-cui-cb-input{ height:14px; border:1px solid #d3d6d9; border-right-width:0px; padding:3px 7px 2px; display:block; float:left; cursor:default; white-space:nowrap; font:inherit; overflow:hidden; } .ms-cui-dd-text > a,.ms-cui-cb-input > a{ color:#000; } .ms-cui-dd-arrow-button{ height:19px; width:9px; padding-left:4px; margin-left:-1px; border:1px solid #d3d6d9; border-left-color:transparent; display:block; float:left; outline:none; cursor:default; } span.ms-cui-disabled:hover > .ms-cui-dd-arrow-button{ border-left-color:transparent !important; cursor:default !important; } .ms-cui-dd:hover .ms-cui-dd-text,.ms-cui-cb:hover .ms-cui-cb-input{ background-color:#fff; border-color:#bbbfc4; } .ms-cui-dd.ms-cui-disabled:hover .ms-cui-dd-text,.ms-cui-cb.ms-cui-disabled:hover .ms-cui-cb-input{ background-color:inherit !important; border-color:#d3d6d9 !important; } .ms-cui-cb-input{ font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; } .ms-cui-fa-menuitem{ position:relative; } .ms-cui-fa-menuitem .ms-cui-ctl-mediumlabel{ display:inline-block; padding-right:13px; } .ms-cui-fa-menuitem > .ms-cui-fa-menu-arrow{ position:absolute; right:3px; top:1px; } .ms-cui-fslb{ display:inline-block; height:17px; padding:2px 1px 3px 0px; vertical-align:bottom; color:#23272c; margin-left:1px; margin-right:1px; } .ms-cui-fslb .ms-cui-ctl-iconContainer{ vertical-align:top; display:inline-block; text-align:center; width:22px; height:22px; } .ms-cui-tb{ height:20px; border:1px solid #d4d6d9; font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; padding:0px 3px !important; background-color:#fff !important; margin-left:1px; margin-right:1px; } .ms-cui-tb.ms-cui-disabled:hover{ border-color:#d4d6d9 !important; background-color:inherit; } .ms-cui-groupBody .ms-cui-tb-labelmode{ border:0px; color:black; background-color:transparent; border-color:transparent; } .ms-cui-cbx{ margin-left:2px; } .ms-cui-cbx-input{ vertical-align:middle; padding-left:0px; margin-left:1px; } .ms-cui-cbx label{ color:#23272c; } .ms-cui-spn{ display:inline-block; margin-left:1px; margin-right:1px; } .ms-cui-spn-txtbx{ display:block; float:left; height:16px; width:75px; padding:1px 2px 2px 7px; font-family:"Segoe UI",Tahoma,Verdana,sans-serif; font-size:8pt; direction:ltr; text-align:left; margin-right:-1px; } .ms-cui-spn-arwbx{ display:block; float:left; height:21px; } .ms-cui-spn-btndown { margin-top:-1px; } .ms-cui-spn-btnup,.ms-cui-spn-btndown{ display:block; height:6px; padding-top:3px; text-align:center; width:13px; cursor:default; } .ms-cui-spn-imgcnt{ display:inline-block; font-size:1px; vertical-align:top; } .ms-cui-gallery{ border:0; margin:0; padding:0; border-spacing:0; } .ms-cui-gallery-td{ margin:0; padding:0; } .ms-cui-gallery-element-Size16by16{ width:23px; height:23px; overflow:hidden; } .ms-cui-gallery-element-Size32by32{ width:39px; height:39px; overflow:hidden; } .ms-cui-gallery-element-Size48by48{ width:55px; height:55px; overflow:hidden; } .ms-cui-gallery-element-Size64by48{ width:71px; height:55px; overflow:hidden; } .ms-cui-gallery-element-Size72by96{ width:79px; height:103px; overflow:hidden; } .ms-cui-gallery-element-Size96by72{ width:103px; height:79px; overflow:hidden; } .ms-cui-gallery-element-Size96by96{ width:103px; height:103px; overflow:hidden; } .ms-cui-gallery-element-Size128by128{ width:135px; height:135px; overflow:hidden; } .ms-cui-gallery-element-Size190by30{ width:197px; height:37px; overflow:hidden; } .ms-cui-gallery-element-Size190by40{ width:197px; height:47px; overflow:hidden; } .ms-cui-gallery-element-Size190by50{ width:197px; height:57px; overflow:hidden; } .ms-cui-gallery-element-Size190by60{ width:197px; height:67px; overflow:hidden; } .ms-cui-gallerybutton{ border:3px solid transparent; display:inline-block; margin-right:2px; } .ms-cui-gallerybutton-a{ display:block; height:100%; text-align:center; vertical-align:middle; border:1px solid transparent; padding:2px; overflow:hidden; cursor:default; } .ms-cui-gallerybutton-Size64by48 .ms-cui-gallerybutton-a{ height:46px; border:1px solid #afb4ba; } .ms-cui-gallerybutton:hover{ border-color:#ffea93; } .ms-cui-gallerybutton-highlighted{ border-color:#ffdc63; } .ms-cui-gallerybutton-highlighted:hover{ border-color:#fea910; } .ms-cui-gallerybutton-Size16by16{ width:20px; height:20px; overflow:hidden; } .ms-cui-gallerybutton-Size32by32{ width:36px; height:36px; overflow:hidden; } .ms-cui-gallerybutton-Size48by48{ width:52px; height:52px; overflow:hidden; } .ms-cui-gallerybutton-Size64by48{ width:68px; height:52px; overflow:hidden; } .ms-cui-gallerybutton-Size72by96{ width:76px; height:100px; overflow:hidden; } .ms-cui-gallerybutton-Size96by72{ width:100px; height:76px; overflow:hidden; } .ms-cui-gallerybutton-Size96by96{ width:100px; height:100px; overflow:hidden; } .ms-cui-gallerybutton-Size128by128{ width:132px; height:132px; overflow:hidden; } .ms-cui-gallerybutton-Size190by30{ width:194px; height:34px; overflow:hidden; } .ms-cui-gallerybutton-Size190by40{ width:194px; height:44px; overflow:hidden; } .ms-cui-gallerybutton-Size190by50{ width:194px; height:54px; overflow:hidden; } .ms-cui-gallerybutton-Size190by60{ width:194px; height:64px; overflow:hidden; } .ms-cui-group .ms-cui-gallerybutton-Size32by32{ margin-top:23px; } .ms-cui-group .ms-cui-gallerybutton-Size48by48,.ms-cui-group .ms-cui-gallerybutton-Size64by48{ margin-top:7px; } .ms-cui-colorpicker-cell{ padding:0px 2px; width:13px; height:13px; } .ms-cui-colorpicker-cell-a{ outline:none; } .ms-cui-colorpicker-celldiv{ width:11px; height:13px; border-style:solid; border-width:0px 1px; border-color:#E2E4E7; } .ms-cui-colorpicker-cellinternaldiv{ width:9px; height:9px; border:1px solid transparent; } .ms-cui-colorpicker-cell.ms-cui-colorpicker-hoveredOver .ms-cui-colorpicker-celldiv{ border-color:#F29436 !important; border-width:1px; height:11px !important; } .ms-cui-colorpicker-cell.ms-cui-colorpicker-hoveredOver .ms-cui-colorpicker-cellinternaldiv{ border-color:#FFE294 !important; } .ms-cui-it{ cursor:default; } .ms-cui-it-activeCell,.ms-cui-it-inactiveCell{ width:12px; height:12px; } .ms-cui-it-activeCell{ border:1px solid #FF0; } .ms-cui-it-inactiveCell{ border:1px solid #000; } .ms-cui-it-activeCellOuter{ border:1px solid #F00; } .ms-cui-it-inactiveCellOuter{ border:1px solid transparent; } .ms-cui-separator { cursor:default; height:16px; margin:0px 2px; } .ms-cui-menu{ border:1px solid #bec1c4; z-index:103; } .ms-cui-menu32{ max-width:250px; } .ms-cui-menusection{ background-color:#fff; border-bottom:1px solid #e2e4e7; overflow-y:hidden; } .ms-cui-menusection-title{ padding:4px 2px; border-bottom:1px solid #e2e4e7; background-color:#f0f2f5; color:#4c535c; font-weight:bold; } ul.ms-cui-menusection-items{ margin:0px; padding:1px; } .ms-cui-menusection-items16{ background:#fff url("/_layouts/15/images/rmgrad16.png?rev=33") repeat-y left top; } .ms-cui-menusection-items16rtl{ background:#fff url("/_layouts/15/images/rmgrad16rtl.png?rev=33") repeat-y right top; } .ms-cui-menusection-items32{ background:#fff; } .ms-cui-menusection-items32rtl{ background:#fff; } .ms-cui-menusection-items-scrollable{ clear:both; overflow-y:auto; overflow-x:hidden; } ul.ms-cui-menusection-items li.ms-cui-menusection-items{ list-style-type:none; margin:0px; padding:0px; white-space:nowrap; } *:first-child+html .ms-cui-rtl ul.ms-cui-menusection-items,*:first-child+html .ms-cui-rtl .ms-cui-smenu-inner,*:first-child+html .ms-cui-rtl .ms-cui-menusection,*:first-child+html .ms-cui-rtl .ms-cui-ctl-menu{ zoom:1; } .ms-cui-img-container,.ms-cui-img-cont-float { margin-left:auto; margin-right:auto; position:relative; overflow:hidden; text-align:left; z-index:10; } .ms-cui-img-container img,.ms-cui-img-cont-float img { position:absolute; z-index:5; } .ms-cui-img-cont-float { display:inline-block; } .ms-cui-img-2by16 { width:2px; height:16px; } .ms-cui-img-5by3 { width:5px; height:3px; } .ms-cui-img-13by13 { width:13px; height:13px; } .ms-cui-img-16by16 { width:16px; height:16px; } .ms-cui-img-32by32 { width:32px; height:32px; } .ms-cui-img-48by48 { width:48px; height:48px; } .ms-cui-img-56by24 { width:56px; height:24px; } .ms-cui-img-64by48 { width:64px; height:48px; } .ms-cui-img-72by96 { width:72px; height:96px; } .ms-cui-img-96by72 { width:96px; height:72px; } .ms-cui-img-96by96 { width:96px; height:96px; } .ms-cui-tooltip{ color:#5d5d5d; overflow:hidden; font-size:13px; width:250px; z-index:1020; } .ms-cui-tooltip-body{ background-color:#e5e5f0; border:1px solid #bebebe; overflow:hidden; width:248px; } .ms-cui-tooltip-glow{ padding:0px; overflow:hidden; width:240px; } .ms-cui-tooltip h1{ color:#5d5d5d; font-size:13px; margin:4px 6px; font-weight:bold; font-family:inherit; } .ms-cui-tooltip p{ margin:0px; } .ms-cui-tooltip hr{ color:#d9d9d9; border:none; border-top:1px dashed #b2b2b9; height:1px; margin:2px; width:100%; } .ms-cui-tooltip .ms-cui-tooltip-footer{ font-weight:bold; margin-top:6px; margin-bottom:6px; } .ms-cui-tooltip .ms-cui-tooltip-footer span{ margin-left:6px; margin-right:3px; } .ms-cui-tooltip .ms-cui-tooltip-bitmap{ float:left; } .ms-cui-tooltip .ms-cui-tooltip-description{ margin:10px 0px 6px 14px; float:left; } .ms-cui-tooltip-clear{ clear:both; } .ms-spimn-img { position:absolute; } .ms-spimn-imgSize-10x10 { width:10px; height:10px; } .ms-spimn-imgSize-16x16 { width:16px; height:16px; } .ms-spimn-imgSize-5x36 { width:5px; height:36px; } .ms-spimn-imgSize-5x48 { width:5px; height:48px; } .ms-spimn-imgSize-8x72 { width:8px; height:72px; } .ms-spimn-presence-online-10x10x32 { left:-208px; top:-187px; } .ms-spimn-presence-online-16x16x32 { left:-127px; top:-199px; } .ms-spimn-presence-online-5x36x32 { left:-169px; top:-115px; } .ms-spimn-presence-online-5x48x32 { left:-36px; top:-149px; } .ms-spimn-presence-online-8x72x32 { left:-61px; top:-75px; } .ms-spimn-presence-online-10x10x4 { left:-211px; top:-199px; } .ms-spimn-presence-online-16x16x4 { left:-145px; top:-191px; } .ms-spimn-presence-online-5x36x4 { left:-176px; top:-39px; } .ms-spimn-presence-online-5x48x4 { left:-29px; top:-149px; } .ms-spimn-presence-online-8x72x4 { left:-81px; top:-75px; } .ms-spimn-presence-online-oof-10x10x32 { left:-199px; top:-199px; } .ms-spimn-presence-online-oof-16x16x32 { left:-181px; top:-199px; } .ms-spimn-presence-online-oof-5x36x32 { left:-169px; top:-153px; } .ms-spimn-presence-online-oof-5x48x32 { left:-22px; top:-149px; } .ms-spimn-presence-online-oof-8x72x32 { left:-71px; top:-75px; } .ms-spimn-presence-online-oof-10x10x4 { left:-220px; top:-181px; } .ms-spimn-presence-online-oof-16x16x4 { left:-163px; top:-191px; } .ms-spimn-presence-online-oof-5x36x4 { left:-176px; top:-1px; } .ms-spimn-presence-online-oof-5x48x4 { left:-15px; top:-149px; } .ms-spimn-presence-online-oof-8x72x4 { left:-81px; top:-1px; } .ms-spimn-presence-away-10x10x32 { left:-181px; top:-217px; } .ms-spimn-presence-away-16x16x32 { left:-215px; top:-91px; } .ms-spimn-presence-away-5x36x32 { left:-190px; top:-115px; } .ms-spimn-presence-away-5x48x32 { left:-155px; top:-51px; } .ms-spimn-presence-away-8x72x32 { left:-131px; top:-75px; } .ms-spimn-presence-away-10x10x4 { left:-169px; top:-209px; } .ms-spimn-presence-away-16x16x4 { left:-197px; top:-19px; } .ms-spimn-presence-away-5x36x4 { left:-155px; top:-101px; } .ms-spimn-presence-away-5x48x4 { left:-155px; top:-1px; } .ms-spimn-presence-away-8x72x4 { left:-131px; top:-1px; } .ms-spimn-presence-away-oof-10x10x32 { left:-215px; top:-109px; } .ms-spimn-presence-away-oof-16x16x32 { left:-197px; top:-1px; } .ms-spimn-presence-away-oof-5x36x32 { left:-141px; top:-151px; } .ms-spimn-presence-away-oof-5x48x32 { left:-134px; top:-149px; } .ms-spimn-presence-away-oof-8x72x32 { left:-1px; top:-1px; } .ms-spimn-presence-away-oof-10x10x4 { left:-157px; top:-209px; } .ms-spimn-presence-away-oof-16x16x4 { left:-197px; top:-37px; } .ms-spimn-presence-away-oof-5x36x4 { left:-190px; top:-77px; } .ms-spimn-presence-away-oof-5x48x4 { left:-141px; top:-1px; } .ms-spimn-presence-away-oof-8x72x4 { left:-11px; top:-1px; } .ms-spimn-presence-blocked-10x10x32 { left:-145px; top:-209px; } .ms-spimn-presence-blocked-16x16x32 { left:-197px; top:-55px; } .ms-spimn-presence-blocked-5x36x32 { left:-155px; top:-139px; } .ms-spimn-presence-blocked-5x48x32 { left:-127px; top:-149px; } .ms-spimn-presence-blocked-8x72x32 { left:-121px; top:-75px; } .ms-spimn-presence-blocked-10x10x4 { left:-215px; top:-121px; } .ms-spimn-presence-blocked-16x16x4 { left:-197px; top:-73px; } .ms-spimn-presence-blocked-5x36x4 { left:-190px; top:-39px; } .ms-spimn-presence-blocked-5x48x4 { left:-120px; top:-149px; } .ms-spimn-presence-blocked-8x72x4 { left:-21px; top:-1px; } .ms-spimn-presence-blocked-oof-10x10x32 { left:-133px; top:-217px; } .ms-spimn-presence-blocked-oof-16x16x32 { left:-215px; top:-73px; } .ms-spimn-presence-blocked-oof-5x36x32 { left:-148px; top:-151px; } .ms-spimn-presence-blocked-oof-5x48x32 { left:-113px; top:-149px; } .ms-spimn-presence-blocked-oof-8x72x32 { left:-31px; top:-1px; } .ms-spimn-presence-blocked-oof-10x10x4 { left:-121px; top:-217px; } .ms-spimn-presence-blocked-oof-16x16x4 { left:-197px; top:-91px; } .ms-spimn-presence-blocked-oof-5x36x4 { left:-190px; top:-1px; } .ms-spimn-presence-blocked-oof-5x48x4 { left:-141px; top:-51px; } .ms-spimn-presence-blocked-oof-8x72x4 { left:-121px; top:-1px; } .ms-spimn-presence-busy-10x10x32 { left:-215px; top:-133px; } .ms-spimn-presence-busy-16x16x32 { left:-197px; top:-109px; } .ms-spimn-presence-busy-5x36x32 { left:-162px; top:-1px; } .ms-spimn-presence-busy-5x48x32 { left:-106px; top:-149px; } .ms-spimn-presence-busy-8x72x32 { left:-41px; top:-1px; } .ms-spimn-presence-busy-10x10x4 { left:-109px; top:-217px; } .ms-spimn-presence-busy-16x16x4 { left:-197px; top:-127px; } .ms-spimn-presence-busy-5x36x4 { left:-183px; top:-153px; } .ms-spimn-presence-busy-5x48x4 { left:-148px; top:-101px; } .ms-spimn-presence-busy-8x72x4 { left:-111px; top:-75px; } .ms-spimn-presence-busy-oof-10x10x32 { left:-215px; top:-145px; } .ms-spimn-presence-busy-oof-16x16x32 { left:-215px; top:-55px; } .ms-spimn-presence-busy-oof-5x36x32 { left:-162px; top:-39px; } .ms-spimn-presence-busy-oof-5x48x32 { left:-99px; top:-149px; } .ms-spimn-presence-busy-oof-8x72x32 { left:-51px; top:-1px; } .ms-spimn-presence-busy-oof-10x10x4 { left:-97px; top:-217px; } .ms-spimn-presence-busy-oof-16x16x4 { left:-197px; top:-145px; } .ms-spimn-presence-busy-oof-5x36x4 { left:-183px; top:-115px; } .ms-spimn-presence-busy-oof-5x48x4 { left:-148px; top:-1px; } .ms-spimn-presence-busy-oof-8x72x4 { left:-61px; top:-1px; } .ms-spimn-presence-donotdisturb-10x10x32 { left:-220px; top:-157px; } .ms-spimn-presence-donotdisturb-16x16x32 { left:-19px; top:-199px; } .ms-spimn-presence-donotdisturb-5x36x32 { left:-162px; top:-153px; } .ms-spimn-presence-donotdisturb-5x48x32 { left:-78px; top:-149px; } .ms-spimn-presence-donotdisturb-8x72x32 { left:-11px; top:-75px; } .ms-spimn-presence-donotdisturb-10x10x4 { left:-49px; top:-217px; } .ms-spimn-presence-donotdisturb-16x16x4 { left:-37px; top:-199px; } .ms-spimn-presence-donotdisturb-5x36x4 { left:-183px; top:-1px; } .ms-spimn-presence-donotdisturb-5x48x4 { left:-71px; top:-149px; } .ms-spimn-presence-donotdisturb-8x72x4 { left:-101px; top:-1px; } .ms-spimn-presence-donotdisturb-oof-10x10x32 { left:-208px; top:-175px; } .ms-spimn-presence-donotdisturb-oof-16x16x32 { left:-215px; top:-19px; } .ms-spimn-presence-donotdisturb-oof-5x36x32 { left:-169px; top:-1px; } .ms-spimn-presence-donotdisturb-oof-5x48x32 { left:-64px; top:-149px; } .ms-spimn-presence-donotdisturb-oof-8x72x32 { left:-21px; top:-75px; } .ms-spimn-presence-donotdisturb-oof-10x10x4 { left:-37px; top:-217px; } .ms-spimn-presence-donotdisturb-oof-16x16x4 { left:-55px; top:-199px; } .ms-spimn-presence-donotdisturb-oof-5x36x4 { left:-176px; top:-153px; } .ms-spimn-presence-donotdisturb-oof-5x48x4 { left:-1px; top:-149px; } .ms-spimn-presence-donotdisturb-oof-8x72x4 { left:-31px; top:-75px; } .ms-spimn-presence-offline-10x10x32 { left:-25px; top:-217px; } .ms-spimn-presence-offline-16x16x32 { left:-73px; top:-199px; } .ms-spimn-presence-offline-5x36x32 { left:-169px; top:-39px; } .ms-spimn-presence-offline-5x48x32 { left:-57px; top:-149px; } .ms-spimn-presence-offline-8x72x32 { left:-91px; top:-75px; } .ms-spimn-presence-offline-10x10x4 { left:-220px; top:-169px; } .ms-spimn-presence-offline-16x16x4 { left:-91px; top:-199px; } .ms-spimn-presence-offline-5x36x4 { left:-176px; top:-115px; } .ms-spimn-presence-offline-5x48x4 { left:-50px; top:-149px; } .ms-spimn-presence-offline-8x72x4 { left:-41px; top:-75px; } .ms-spimn-presence-offline-oof-10x10x32 { left:-13px; top:-217px; } .ms-spimn-presence-offline-oof-16x16x32 { left:-215px; top:-1px; } .ms-spimn-presence-offline-oof-5x36x32 { left:-169px; top:-77px; } .ms-spimn-presence-offline-oof-5x48x32 { left:-43px; top:-149px; } .ms-spimn-presence-offline-oof-8x72x32 { left:-51px; top:-75px; } .ms-spimn-presence-offline-oof-10x10x4 { left:-1px; top:-217px; } .ms-spimn-presence-offline-oof-16x16x4 { left:-109px; top:-199px; } .ms-spimn-presence-offline-oof-5x36x4 { left:-176px; top:-77px; } .ms-spimn-presence-offline-oof-5x48x4 { left:-8px; top:-149px; } .ms-spimn-presence-offline-oof-8x72x4 { left:-91px; top:-1px; } .ms-spimn-presence-disconnected-10x10x32 { left:-85px; top:-217px; } .ms-spimn-presence-disconnected-16x16x32 { left:-190px; top:-163px; } .ms-spimn-presence-disconnected-5x36x32 { left:-162px; top:-77px; } .ms-spimn-presence-disconnected-5x48x32 { left:-141px; top:-101px; } .ms-spimn-presence-disconnected-8x72x32 { left:-111px; top:-1px; } .ms-spimn-presence-disconnected-10x10x4 { left:-208px; top:-163px; } .ms-spimn-presence-disconnected-16x16x4 { left:-190px; top:-181px; } .ms-spimn-presence-disconnected-5x36x4 { left:-183px; top:-77px; } .ms-spimn-presence-disconnected-5x48x4 { left:-92px; top:-149px; } .ms-spimn-presence-disconnected-8x72x4 { left:-71px; top:-1px; } .ms-spimn-presence-disconnected-oof-10x10x32 { left:-73px; top:-217px; } .ms-spimn-presence-disconnected-oof-16x16x32 { left:-215px; top:-37px; } .ms-spimn-presence-disconnected-oof-5x36x32 { left:-162px; top:-115px; } .ms-spimn-presence-disconnected-oof-5x48x32 { left:-85px; top:-149px; } .ms-spimn-presence-disconnected-oof-8x72x32 { left:-1px; top:-75px; } .ms-spimn-presence-disconnected-oof-10x10x4 { left:-61px; top:-217px; } .ms-spimn-presence-disconnected-oof-16x16x4 { left:-1px; top:-199px; } .ms-spimn-presence-disconnected-oof-5x36x4 { left:-183px; top:-39px; } .ms-spimn-presence-disconnected-oof-5x48x4 { left:-148px; top:-51px; } .ms-spimn-presence-disconnected-oof-8x72x4 { left:-101px; top:-75px; } table.ms-listviewtable { border-collapse:separate; } .ms-vh,.ms-vh2,.ms-vhImage,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon,.ms-ph{ padding:5px 17px 5px 5px; } .ms-vh-icon,.ms-vh-icon-empty,.ms-vh2-nofilter,.ms-vh2-nofilter-notextalign,.ms-vh2-nofilter-perm { padding:5px; } .ms-vh-icon > div > .s4-ctx,.ms-vh-icon-empty > div > .s4-ctx { display:none; } .ms-vh-hoverable:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-vh-hoverable:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba( 205,230,247,0.5 ),endColorstr=rgba( 205,230,247,0.5 ))";; } .ms-headerCellStyleHover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-headerCellStyleHover{ /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)"; } .ms-headerCellStylePressed { /* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0; } .ms-headerCellStyleMenuOpen { /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); } .ms-core-needIEFilter .ms-headerCellStyleMenuOpen{ /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)"; } .ms-vh2-nofilter,.ms-vh2-nofilter-notextalign,.ms-vh2-nofilter-perm,.ms-vh a,.ms-vh2,.ms-vh2 a { /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-headerCellStyleHover a, .ms-headerCellStylePressed a, .ms-headerCellStyleMenuOpen a { /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; } .ms-headerSortTitleLink,.ms-headerSortArrowLink { cursor:default; } .ms-headerSortArrowLink { display:block; } .ms-headerCellStyleIcon:hover { /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; } .ms-spGrid-HeaderContentStyle { padding:7px 22px 6px 4px; } .ms-spGrid-HeaderContentStyle-Rename { padding:3px 5px 0px 5px; } .ms-minWidthHeader { width:1px; } .ms-cellstyle,.ms-cellStyleNonEditable,.ms-cellStyleMenuHover,.ms-MenuCellStyle-TdHover,.ms-MenuCellStyle-MenuDivHover { border:solid 1px transparent; } .ms-list-itemLink { margin-left:auto; margin-right:auto; text-align:center; width:30px; height:25px; } .ms-list-TitleLink { width:250px; } .ms-lstItmLinkAnchor { margin-top:6px; } .ms-list-itemLink-td { width:30px; vertical-align:top; } .ms-vh-selectAllIcon { vertical-align:middle; width:30px; padding:0px; } .ms-vh-selectAllIcon:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-vh-selectAllIcon:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";; } .ms-vb-imgFirstCell.ms-vb-imgFirstCell.ms-vb-imgFirstCell { cursor:pointer; border-width:0px; border-right-width:10px; } .ms-vb-imgFirstCell:hover,.ms-vb-imgFirstCell:focus { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .s4-itm-selected > .ms-vb-imgFirstCell.ms-vb-imgFirstCell { /* [ReplaceColor(themeColor:"RowAccent")] */ background-color:#0072c6; /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-right-color:rgba( 156,206,240,0.5 ); background-clip:padding-box; -webkit-background-clip:padding; } .s4-itm-imgCbx { outline-style:none; width:20px; text-align:center; } .s4-itm-imgCbx-inner { width:20px; height:100%; } .ms-selectitem-span { visibility:hidden; display:inline-block; height:10px; width:10px; position:relative; overflow:hidden; } .ms-selectitem-icon { position:absolute; } .ms-vb-imgFirstCell:hover .ms-selectitem-icon,.ms-vb-imgFirstCell:focus .ms-selectitem-icon,.ms-itmHoverEnabled:hover .ms-selectitem-icon { left:-32px; top:-256px; } .s4-itm-selected .ms-selectitem-icon.ms-selectitem-icon { left:-44px; top:-256px; } .s4-itm-selected .ms-selectitem-span,.ms-vb-imgFirstCell:hover .ms-selectitem-span,.ms-vb-imgFirstCell:focus .ms-selectitem-span,.ms-itmHoverEnabled:hover .ms-selectitem-span { visibility:visible; } .ms-selectall-span { display:inline-block; height:25px; width:25px; line-height:25px; text-align:center; } .ms-selectall-iconouter { outline:none; display:inline-block; height:10px; width:10px; position:relative; overflow:hidden; text-align:center; margin-left:-3px; } .ms-selectall-icon { left:-32px; top:-256px; position:absolute; } .ms-newdocument-iconouter { display:inline-block; height:16px; width:16px; position:relative; overflow:hidden; text-align:center; top:4px; } .ms-newdocument-icon { left:-91px; top:-196px; position:absolute; } .ms-filter-iconouter { display:inline-block; height:10px; width:12px; position:relative; overflow:hidden; margin:0px 2px; } .ms-filter-icon { left:-251px; top:-174px; position:absolute; } .ms-sortarrowdown-iconouter { display:inline-block; height:10px; width:7px; position:relative; overflow:hidden; margin:0px 2px; } .ms-sortarrowdown-icon { left:-23px; top:-256px; position:absolute; } .ms-sortarrowup-iconouter { display:inline-block; height:10px; width:7px; position:relative; overflow:hidden; margin:0px 2px; } .ms-sortarrowup-icon { left:-14px; top:-256px; position:absolute; } .ms-commentcollapse-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentcollapse-icon { left:-251px; top:-146px; position:absolute; } .ms-commentcollapsertl-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentcollapsertl-icon { left:-251px; top:-160px; position:absolute; } .ms-commentexpand-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentexpand-icon { left:-253px; top:-186px; position:absolute; } .ms-commentexpandrtl-iconouter { display:inline-block; height:12px; width:12px; position:relative; overflow:hidden; } .ms-commentexpandrtl-icon { left:-251px; top:-118px; position:absolute; } .ms-updatelink-span { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-updatelink-icon { left:-109px; top:-196px; position:absolute; } table.ms-listviewtable tbody > tr > td.ms-vb-lastCell{ padding-right:10px; } .ms-spgrid-col-header-normal { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; background-color:transparent; /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-normal-hover { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-elem-bg-colors-normal-hover { background-color:transparent; border-left-color:transparent; border-bottom-color:transparent; border-right-color:transparent; } .ms-spgrid-col-header-elem-hover-bg-colors-normal-hover { background-color:transparent; border-left-color:transparent; border-top-color:transparent; border-bottom-color:transparent; } .ms-spgrid-col-elem-colors-click-normal-hover { background-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-part-selected { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; background-color:transparent; /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-part-selected-hover { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-elem-bg-colors-part-selected-hover { background-color:transparent; border-left-color:transparent; border-bottom-color:transparent; border-right-color:transparent; } .ms-spgrid-col-header-elem-hover-bg-colors-part-selected-hover { background-color:transparent; border-left-color:transparent; border-top-color:transparent; border-bottom-color:transparent; } .ms-spgrid-col-elem-colors-click-part-selected-hover { background-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-all-selected { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; background-color:transparent; /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-all-selected-hover { font-size:0.85em; font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4; border-right-color:transparent; border-top-color:transparent; border-left-color:transparent; } .ms-spgrid-col-header-elem-bg-colors-all-selected-hover { background-color:transparent; border-left-color:transparent; border-bottom-color:transparent; border-right-color:transparent; } .ms-spgrid-col-header-elem-hover-bg-colors-all-selected-hover { background-color:transparent; border-left-color:transparent; border-top-color:transparent; border-bottom-color:transparent; } .ms-spgrid-col-elem-colors-click-all-selected-hover { background-color:transparent; border-left-color:transparent; } .ms-standardheader { font-size:1em; margin:0px; text-align:left; font-weight:normal; } .ms-formlabel { white-space:nowrap; font-weight:normal; padding:6px 5px 6px 0px; } .ms-formlabel h3.ms-standardheader { font-weight:normal; } .ms-formbody { background:transparent; padding:6px 0px; } .ms-formdescriptioncolumn-wide { width:200px; } .ms-formdescriptioncolumn-slim { width:113px; } .ms-propertysheet th.ms-vh2-nofilter-notextalign { font-family:tahoma,sans-serif; } .ms-inputformheader { padding-left:6px; } .ms-inputformdescription { width:475px; padding-right:9px; padding-left:6px; } .ms-inputformcontrols { width:375px; } .ms-sectionheader { /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; font-weight:bold; } .ms-sectionheader a,.ms-sectionheader a:hover,.ms-sectionheader a:visited { /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; text-decoration:none; } .ms-sectionline { font-size:0px; } .ms-sectionline > img:first-child { display:none; } .ms-listheaderlabel{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-menutoolbar td td.ms-viewselector,.ms-menutoolbar td td.ms-viewselectorhover,.ms-toolbar td td.ms-viewselector,.ms-toolbar td td.ms-viewselectorhover,td.ms-viewselector{ padding:0px; } .ms-menutoolbar td td{ border:none; } div.ms-viewselector,div.ms-viewselectorhover{ padding:4px 8px; cursor:pointer; } div.ms-viewselector a,div.ms-viewselectorhover a.ms-menu-a span{ /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; } .ms-bottompagingline{ padding-top:10px; padding-bottom:1px; padding-left:36px; } .ms-bottompaging > tbody > tr > td.ms-bottompagingline{ padding-left:0px; } .ms-bottompagingline1{ height:3px; } .ms-bottompagingline2,.ms-bottompagingline3{ height:1px; } .ms-bottompagingline2 img,.ms-bottompagingline3 img,.ms-partline img{ display:none; } .ms-paging{ white-space:nowrap; padding:0px 5px 2px 5px; } .ms-menutoolbar .ms-splitbuttondropdown{ padding:3px 2px 0px 2px; } .ms-menutoolbar .ms-splitbuttontext{ padding:0px 7px 1px 7px; } .ms-splitbutton{ margin:0px 2px; } .ms-splitbuttonhover{ margin:0px 2px; border-collapse:collapse; height:22px; /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );} .ms-splitbuttonhover .ms-splitbuttondropdown{ padding:3px 1px 0px 2px; } .ms-splitbuttonhover .ms-splitbuttontext{ padding:0px 6px 0px 6px; } .ms-splitbuttonhover .ms-splitbuttondropdown,.ms-splitbuttonhover .ms-splitbuttontext{ /* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6; cursor:pointer; } .ms-vh table.ms-selectedtitle,.ms-vh2 table.ms-selectedtitle,.ms-vh-icon table.ms-selectedtitle,.ms-vh table.ms-unselectedtitle,.ms-vh2 table.ms-unselectedtitle,.ms-vh-icon table.ms-unselectedtitle{ height:21px; } .ms-vh table.ms-selectedtitle,.ms-vh2 table.ms-selectedtitle,.ms-vh-icon table.ms-selectedtitle{ /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 ); border:none; } .ms-vh2 .ms-selectedtitle .ms-vb,.ms-vh2 .ms-unselectedtitle .ms-vb{ padding-left:5px; padding-right:5px; padding-top:1px; } .ms-vh-icon .ms-selectedtitle .ms-vb,.ms-vh-icon .ms-unselectedtitle .ms-vb{ padding-left:0px; vertical-align:middle; border-bottom:solid 3px transparent; } .ms-selectedtitle{ /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 ); /* [ReplaceColor(themeColor:"WebPartHeading")] */ border:1px solid #444; margin:0px; padding:0px; cursor:pointer; } .ms-selectedtitlealternative { /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 ); /* [ReplaceColor(themeColor:"WebPartHeading")] */ border:1px solid #444; margin:0px; padding:0px; cursor:pointer; } .ms-unselectedtitle{ background-color:transparent; margin:0px; padding:0px; } .ms-newgif{ display:inline-block; margin-left:5px; } .ms-menuimagecell{ /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff; cursor:pointer; /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ border:solid 1px #fff; padding:0px; height:18px; } .ms-vh .ms-menuimagecell,.ms-vh2 .ms-menuimagecell,.ms-vh-icon .ms-menuimagecell{ height:20px; } .ms-vh .ms-menuimagecell img,.ms-vh2 .ms-menuimagecell img,.ms-vh-icon .ms-menuimagecell img{ margin-top:2px; margin-bottom:2px; } .ms-vh,.ms-vh2,.ms-vh-icon,.ms-vh-icon-empty,.ms-vh2-nofilter,.ms-vh2-nofilter-notextalign,.ms-vh2-nofilter-perm,.ms-vhImage,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon,.ms-ph{ font-weight:normal; font-size:0.85em; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; text-align:left; text-decoration:none; vertical-align:middle; white-space:nowrap; } .ms-vh-icon{ vertical-align:middle; } .ms-vh2-nofilter-notextalign{ text-align:inherit; } .ms-gb,.ms-gb2,.ms-gbload,.ms-vb-tall,.ms-vb-user,.ms-pb,.ms-pb-selected td{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-gb a,.ms-gb2 a{ /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-vh,.ms-vh2,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon,.ms-ph{ white-space:nowrap; } .ms-vh,.ms-vh2,.ms-vh-icon,.ms-vh2-nofilter-icon,.ms-viewheadertr .ms-vh-group,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-ph,.ms-pickerresultheadertr{ background-repeat:repeat-x; } .ms-disc .ms-viewheadertr th.ms-vh2{ padding:1px 5px 0px 4px; } .ms-viewheadertr{ cursor:default; } .ms-disc .ms-vh2 .ms-selectedtitle .ms-vb,.ms-disc .ms-vh2 .ms-unselectedtitle .ms-vb{ padding-left:4px; } th.ms-vh3-nograd{ width:12px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-vh .ms-vh{ background-image:none; border-left:none; padding-left:1px; background-color:transparent; } .ms-vh-div{ } .ms-vh-icon,.ms-vh2-nograd-icon,.ms-vh2-nofilter-icon{ width:16px; min-width:16px; } .ms-vh-icon-empty{ width:0px; } .ms-imnImgTD { padding-right:6px; padding-bottom:0px; } .ms-vhltr { padding-right:2px; } .ms-vhrtl .ms-imnImgTD { padding-left:2px; } .ms-imnTxtTD { padding-top:0px; padding-bottom:0px; } .ms-vhImage{ width:18pt } .ms-gb{ /* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab; height:22px; font-weight:bold; padding-bottom:3px; } .ms-gb .ms-vb2{ font-weight:normal; } .ms-listviewtable .ms-gb,.ms-listviewtable .ms-gb2{ padding-top:14px; } .ms-gb2{ height:22px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; padding-bottom:3px; } .ms-gbload{ height:22px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; padding-bottom:3px; } .ms-vb,.ms-vb2,.ms-vb-user,.ms-vb-tall,.ms-pb,.ms-pb-selected { /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; vertical-align:top; } .ms-vb a:link,.ms-vb2 a:link,.ms-vb-user a:link{ text-decoration:none; } .ms-vb a.ms-listlink,.ms-vb2 a.ms-listlink,.ms-vb-user a.ms-listlink,.ms-vb a.ms-listlink:visited,.ms-vb a.ms-listlink:visited:hover{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; text-decoration:none; } .ms-vb a:hover,.ms-vb2 a:hover{ text-decoration:underline; } td.ms-list-addnew > a:hover{ text-decoration:none; } .ms-vb a:visited,.ms-vb2 a:visited,.ms-vb-user a:visited{ /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6; text-decoration:none; } .ms-vb a:visited:hover,.ms-vb2 a:visited:hover,.ms-vb-user a:visited:hover{ /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6; text-decoration:underline; } .ms-alternatingstrong .ms-vb a:link,.ms-alternatingstrong .ms-vb2 a:link,.ms-alternatingstrong .ms-vb-user a:link,.ms-alternatingstrong .ms-vb a:visited,.ms-alternatingstrong .ms-vb2 a:visited,.ms-alternatingstrong .ms-vb-user a:visited,.ms-alternatingstrong .ms-vb a:visited:hover,.ms-alternatingstrong .ms-vb2 a:visited:hover,.ms-alternatingstrong .ms-vb-user a:visited:hover{ /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6; } .ms-vb-icon{ vertical-align:top; padding:7px 8px 0px 4px; cursor:default; white-space:nowrap; } .ms-vb-icon > img{ height:16px; width:16px; } img.ms-vb-icon-overlay{ height:9px; width:9px; } .ms-vb-icon-overlay{ border:0px; position:relative; left:-7px;/* _locComment="{StringCat=STY}{ValidString=!@RTLLangs@;-7px}{ValidString=@RTLLangs@;7px}" */ bottom:-2px; height:9px; width:9px; } .ms-vb-user{ padding-top:4px; padding-right:2px; padding-left:4px; } .ms-vb-user a{ vertical-align:top; } .ms-vb-title .ms-vb{ padding:2px 6px 3px 4px; } .ms-vb2{ padding:4px 8px 4px 4px; } .ms-pb,.ms-pb-selected{ padding-left:5px; padding-right:5px; white-space:nowrap; } .ms-pb{ height:22px; padding-top:3px; } .ms-pb-selected{ height:22px; padding-top:3px; /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-top:1px solid rgba( 156,206,240,0.5 ); /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-bottom:1px solid rgba( 156,206,240,0.5 ); } .ms-pb a,.ms-pb-selected a{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; text-decoration:none; cursor:default; } .ms-vb-tall{ line-height:1.5em; padding:2px 6px 10px 6px; } th .ms-vb,.ms-vh2-nofilter-icon,th.ms-vh2-nograd,th.ms-vh2-nograd-icon{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } th .ms-vb a,.ms-vh2-nofilter-icon a{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } th .ms-selectedtitle .ms-vb,th .ms-selectedtitle .ms-vh2-nofilter-icon,th .ms-selectedtitle .ms-vb a,th .ms-selectedtitle .ms-vh2-nofilter-icon a{ /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-vb-menuPadding { padding-right:15px; } .ms-vh2-nofilter-icon,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon{ padding-left:8px; padding-right:8px; padding-top:3px; height:20px; } table.ms-listviewtable tbody tr.ms-newsletteralt td{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border:1px solid #f1f1f1; } .ms-core-needIEFilter table.ms-listviewtable tbody tr.ms-newsletteralt td{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ border:1px solid #efefef; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } table.ms-listviewtable tbody tr td.ms-newsletterline{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border-top:1px solid #f1f1f1; } .ms-core-needIEFilter table.ms-listviewtable tbody tr td.ms-newsletterline{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ border:1px solid #efefef; } .ms-nlline{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background:#f1f1f1; } .ms-ppleft{ height:440px; margin:2px; overflow-y:auto; overflow-x:hidden; padding-right:20px; } .ms-ppright{ width:600px; margin:8px; } .ms-basictable .ms-alternating{ background-color:transparent; } a.ms-addnew{ font-weight:normal; /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; text-decoration:none; } a.ms-addnew:hover{ /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; text-decoration:underline; } td.ms-addnew{ padding-left:10px; padding-right:7px; padding-top:5px; } .ms-list-addnew{ padding-top:8px; padding-bottom:12px; font-weight:normal; text-align:left; } .ms-number{ padding-right:8px; } .ms-list-emptyText{ padding-top:0px; padding-bottom:96px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-list-emptyText-compact{ padding-top:0px; padding-bottom:12px; /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } table.ms-listviewtable > tbody > tr > td.ms-stylebox{ /* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab; text-align:left } .ms-alternating { background-color:transparent; } .ms-alternatingstrong { /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-core-needIEFilter .ms-alternatingstrong{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } .ms-alternatingstrong td td,.ms-basictable .ms-alternating td td{ border:0px; } ms-imnSpan { white-space:nowrap; overflow:hidden; } a.ms-imnlink { cursor:default; } .ms-spimn-presenceLink { display:inline-block; padding:1px 0px 1px 0px; } .ms-spimn-presenceWrapper { display:inline-block; white-space:nowrap; position:relative; overflow:hidden; } .ms-imnImg { display:inline-block; margin-right:6px; } .ms-imnImgInline { margin-right:3px; } .ms-peopleux-detailsMaxWidth { max-width:150px; } .ms-peopleux-userdisplink { margin-right:3px; position:relative; } .ms-peopleux-userdetails { display:table-cell; vertical-align:top; padding-top:0px; padding-left:8px; } .ms-peopleux-userdetails > UL { margin:0px; } .ms-peopleux-detailuserline { padding-top:2px; } .ms-peopleux-vanillaUser { padding-right:3px; } .ms-peopleux-userImgDiv { position:relative; overflow:hidden; } .ms-peopleux-imgUserLink { display:inline-block; padding:1px 1px 1px 0px; } .ms-peopleux-userImgWrapper { display:inline-block; overflow:hidden; position:relative; } .ms-peopleux-userImg { position:absolute; left:0px; height:auto; } input.ms-defaultverticalalign{ vertical-align:baseline; } .ms-listviewtable .ms-itmhover { height:30px; } .ms-listviewtable input.s4-itm-cbx { position:absolute; top:-2000px; } tr.ms-itmhover:hover input.s4-itm-cbx,tr.s4-itm-selected input.s4-itm-cbx { position:relative; top:0px; } .ms-vb-title{ vertical-align:top; padding:2px 16px 2px 1px; } .s4-ctx{ padding:0px 4px; position:absolute; display:block; cursor:default; } .s4-ctx a{ cursor:default; } .ms-vb-title .s4-ctx-show { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-core-needIEFilter .ms-vb-title .s4-ctx-show { background-color:transparent; /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)"; } .ms-itmHoverEnabled:hover > *{ /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); border:1px solid transparent; } .ms-itmHoverEnabled:hover .ms-list-itemLink-td{ /* [ReplaceColor(themeColor:"HoverBackground",opacity:"1")] */ background-color:#cde6f7; } .s4-itm-selected > *,.s4-itm-selected:hover > *{ /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); border:1px solid transparent; } .s4-itm-selected .ms-list-itemLink-td,.s4-itm-selected:hover .ms-list-itemLink-td{ /* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0; } .ms-core-needIEFilter .s4-itm-selected>td,.ms-core-needIEFilter .s4-itm-selected:hover>td{ /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)"; } .s4-ctx span{ font-size:0pt; visibility:hidden; } .s4-ctx > a > img{ border:0px none transparent; text-decoration:none; vertical-align:middle; } .s4-ctx > a > img:visited,.ctxImg > a > img:hover{ border:0px none transparent; text-decoration:none; } input.ms-vb-itmcbx{ min-width:16px; vertical-align:top; cursor:default; } .s4-hide-tr > tbody > tr{ display:none; } .ms-csrlistview-controldiv{ padding-bottom:9px; } .ms-csrlistview-viewselectormenu{ margin:0px; padding:0px 0px 0px 5px; cursor:pointer; display:inline; white-space:nowrap; } .ms-csrlistview-viewselectormenu .ms-viewselector-arrow{ margin:6px 5px 11px 8px; } .ms-csrlistview-viewselectormenu .ms-viewselector,.ms-csrlistview-viewselectormenu .ms-viewselectorhover{ display:inline-block; margin:0px 15px 5px 0px; padding:2px 5px 2px 0px; } .ms-csrlistview-viewselectormenu .ms-viewselectorhover .ms-menu-a{ cursor:default; text-decoration:none; } .ms-viewselectorhover .ms-viewselector-currentView{ /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6; } .ms-pivotControl-container{ margin-right:30px; padding-bottom:7px; } .ms-pivotControl-overflowDot{ width:16px; height:16px; overflow:hidden; position:relative; display:inline-block; vertical-align:bottom; } .ms-pivotControl-surfacedOpt, .ms-pivotControl-surfacedOpt-selected{ margin-right:20px; } .ms-pivotControl-container, .ms-pivotControl-surfacedOpt, .ms-pivotControl-surfacedOpt-selected, .ms-pivotControl-overflowSpan, .ms-pivotControl-overflowDot{ display:inline-block; } .ms-pivotControl-surfacedOpt, .ms-pivotControl-overflowDot{ /* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666; } .ms-pivotControl-surfacedOpt:hover, .ms-pivotControl-overflowDot:hover, .ms-pivotControl-surfacedOpt-selected{ /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6; } .ms-pivotControl-surfacedOpt:hover, .ms-pivotControl-overflowDot:hover, .ms-pivotControl-surfacedOpt-selected:hover{ cursor:pointer; text-decoration:none; } .ms-viewselector-arrow{ vertical-align:middle; } .ms-menu-althov .ms-menu-hovarw{ display:none !important; } .ms-menu-althov-active .ms-menu-stdarw{ display:none !important; } .ms-menu-althov-active span.ms-menu-hovarw{ display:inline-block !important; } .ms-menu-althov-active .ms-menu-hovarw{ display:inline; } .ms-rifield { height:28px; } .ms-rifield-icon { float:left; margin:5px 10px 5px 0px; } .ms-rifield-title { padding-top:5px; } .ms-rifield-remove { float:right; } .ms-rifield-showall { float:left; margin-top:10px } .ms-addcolumn-span { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; } .ms-addcolumn-icon { left:-200px; top:-84px; position:absolute; } .ms-list-addnew-imgSpan16 { height:16px; width:16px; position:relative; display:inline-block; overflow:hidden; margin-right:5px; margin-top:-1px; vertical-align:middle; } .ms-list-addnew-img16 { left:-233px; top:-138px; position:absolute; } .ms-heroCommandLink:hover .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16 { left:-233px; top:-120px; } .ms-list-addnew-imgSpan, .ms-list-addnew-imgSpan20 { height:20px; width:20px; position:relative; display:inline-block; overflow:hidden; margin-right:5px; vertical-align:middle; } .ms-list-addnew-img, .ms-list-addnew-img20 { left:-67px; top:-180px; position:absolute; } .ms-heroCommandLink:hover .ms-list-addnew-imgSpan > .ms-list-addnew-img, .ms-heroCommandLink:hover .ms-list-addnew-imgSpan20 > .ms-list-addnew-img20 { left:-131px; top:-134px; } .ms-csrformvalidation { margin-top:6px; display:inline-block; } .ms-ellipsis-a,.ms-ellipsis-a-tile { position:relative; display:inline-block; overflow:hidden; } .ms-ellipsis-a { height:16px; width:16px; } .ms-ellipsis-a-tile { height:16px; width:16px; float:right; } .ms-ellipsis-icon,.ms-ellipsis-icon-tile { position:absolute; } .ms-ellipsis-icon { left:-1px; top:-238px; } .ms-ellipsis-icon-tile { left:-37px; top:-202px; /* [ReplaceColor(themeColor:"TileText")] */ color:#fff; } .ms-lstItmLinkAnchor { vertical-align:middle; } table.ms-toolbar{ height:45px; border:none; /* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6; } .ms-menutoolbar{ /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6; height:45px; } .ms-menutoolbar td{ padding:0px 0px 0px 4px; margin:0px; border:none; } .ms-menutoolbar td a{ text-decoration:none; } .ms-menutoolbar td a:hover{ text-decoration:none; } .ms-menubuttoninactivehover,.ms-buttoninactivehover{ margin:3px; padding:3px 4px 4px; border:1px solid transparent; background-color:transparent; white-space:nowrap; } .ms-menubuttonactivehover,.ms-buttonactivehover{ margin:3px; padding:3px 4px 4px 4px; /* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6; cursor:pointer; } .ms-buttoninactivehover{ white-space:nowrap; } .ms-buttoninactivehover img,.ms-buttonactivehover img{ margin:0px 1px 0px 0px; } td.ms-menutoolbarheader{ padding:auto 7px; } span.ms-viewselector,span.ms-viewselectorhover{ padding:4px 8px; cursor:pointer; } .ms-InlineSearch-Outline-Baseline { width:178px; border-style:solid; border-width:1px; height:22px; padding:0px 0px 0px 5px; margin:-4px 0px 0px; white-space:nowrap; float:left; } .ms-InlineSearch-Outline-Empty { /* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab; } .ms-InlineSearch-Outline-Focused { /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4; } .ms-InlineSearch-Outline-Filled { /* [ReplaceColor(themeColor:"StrongLines")] */ border-color:#92c0e0; } input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline { background-color:transparent; margin:0px; padding:0px; width:152px; height:22px; border-width:0px; vertical-align:middle; outline:none; } input.ms-InlineSearch-SearchBox-Baseline::-ms-clear { display:none; } .ms-InlineSearch-SearchBox-EmptyFocused { font-style:normal; /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-InlineSearch-SearchBox-EmptyUnfocused.ms-InlineSearch-SearchBox-EmptyUnfocused { /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777; } .ms-InlineSearch-SearchBox-Filled.ms-InlineSearch-SearchBox-Filled { /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-InlineSearch-SearchProgress { background-color:transparent; white-space:nowrap; padding:2px 2px 0px 0px; margin:-4px 0px 2px 5px; float:left; } .ms-InlineSearch-SearchStatus { background-color:transparent; display:block; } .ms-InlineSearch-DivBaseline { display:inline-block; vertical-align:middle; } .ms-vl-apptile,.ms-vl-apptile-tenant { display:inline-block; width:288px; min-height:96px; margin-right:13px; margin-bottom:16px; white-space:nowrap; vertical-align:top; } .ms-vl-apptile-tenant { margin-right:16px; } .ms-vl-applist { margin-top:16px; } .ms-vl-sectionHeaderRow { /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6; } .ms-vl-sectionHeader { margin-bottom:8px; display:inline-block; } .ms-vl-appimage { vertical-align:top; display:inline-block; height:96px; } .ms-vl-appinfo,.ms-vl-appinfo-tenant { min-height:96px; width:180px; vertical-align:top; display:inline-block; margin-left:5px; margin-right:5px; white-space:normal; } .ms-vl-appinfo-tenant { margin-left:9px; } .ms-vl-callout { word-break:normal; } .ms-vl-recent { /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff; /* [ReplaceColor(themeColor:"SearchURL")] */ background-color:#338200; padding:3px 4px; display:inline-block; } .ms-vl-callout-beak { /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-core-needIEFilter .ms-vl-callout-beak { background-color:transparent; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } .ms-vl-appdescription,.ms-vl-apptitle { white-space:normal; word-break:normal; } .ms-vl-apptitle,a:visited.ms-vl-apptitle { line-height:1.2; display:inline-block; text-decoration:none; border:1px solid transparent; /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-vl-appnewsubsitelink { margin-bottom:8px; display:inline-block; } .ms-vl-apptitle:hover { text-decoration:none; } .ms-vl-apptitleouter { display:inline-block; width:160px; max-height:2.5em; overflow:hidden; } .ms-vl-newSubsiteHeaderSpacer { height:16px; } .ms-vl-calloutarrow,a:hover.ms-vl-calloutarrow { vertical-align:top; text-decoration:none; margin-top:1px; /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-vl-settingsmarginleft { margin-left:20px; } .ms-vl-alignactionsmiddle > .ms-splinkbutton-text { vertical-align:top; } .ms-vl-pointer { cursor:pointer; } .ms-vl-siteicon { padding-right:11px; } a.ms-vl-disabledapp { text-decoration:none; cursor:default; /* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1; } .ms-vl-disabledapp > div { /* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1; cursor:default; } .ms-vl-disabledapp > .ms-vl-appimage > a > img { cursor:default; } .ms-vl-disabledapp > .ms-vl-appimage > a { opacity:0.3; } .ms-vl-disabledapp > .ms-vl-appimage { /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd; } .ms-vl-calloutversion { margin-bottom:4px; margin-top:10px; } .ms-vl-calloutterms { margin-bottom:5px; } .ms-vl-appstatus { white-space:normal; width:180px; } .ms-vl-apptileselected { /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 ); } .ms-vl-apptilehover:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); } .ms-vl-appadd-img { left:-1px; top:-30px; position:absolute; } div.ms-ssc-siteNameSection { margin-bottom:9px; } .ms-ssc-siteTitleBoxLine { margin-bottom:1px; } .ms-ssc-previewUrlLine { line-height:2.2em; height:2.2em; } .ms-ssc-mgdPathDropdown { margin:0px 2px; } .ms-ssc-customValidator { display:block; margin-top:3px; } .ms-ssc-moreAdmins .sp-peoplepicker-errorMsg { margin-left:0px; font-size:.9em; } .ms-ssc-buttonSection .ms-ButtonHeightWidth { margin-left:6px; } .ms-newdoc-callout-main { padding-top:10px; margin-bottom:-7px; } .ms-newdoc-callout-item { padding:10px 0px; margin-left:-20px; margin-right:-20px; cursor:default; } .ms-newdoc-callout-item:hover { /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 ); text-decoration:none; } .ms-core-needIEFilter .ms-newdoc-callout-item:hover { background-color:transparent; /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";; text-decoration:none; } .ms-newdoc-callout-text { margin-left:10px; } .ms-newdoc-callout-img { margin-left:20px; } .sp-peoplepicker-topLevel,.sp-peoplepicker-topLevelDisabled{ cursor:text; height:100%; width:371px; position:relative; padding:3px 25px 3px 0px; } input.sp-peoplepicker-editorInput[type=text]{ border:0px; padding:0px 1px; margin-left:5px; vertical-align:inherit; background-color:transparent; } input.sp-peoplepicker-editorInput[type=text]:focus{ outline:0px; } input.sp-peoplepicker-editorInput::-ms-clear{ display:none; } .sp-peoplepicker-autoFillContainer{ z-index:1; padding:0px; display:none; cursor:default; max-width:300px; min-width:300px; position:absolute; /* [ReplaceColor(themeColor:"SubtleLines")] */ border-color:#c6c6c6; } .sp-peoplepicker-initialHelpText{ top:3px; left:4px; position:absolute; } .sp-peoplepicker-autoFillPresence{ z-index:1; width:20px; height:20px; position:absolute; } .sp-peoplepicker-userSpan{ cursor:pointer; white-space:nowrap; display:inline-block; margin:0px 5px 1px 2px; } .sp-peoplepicker-delImage{ margin-left:3px; } .sp-peoplepicker-delImage:hover{ text-decoration:none; } .sp-peoplepicker-userPresence{ margin-right:3px; display:inline-block; } .sp-peoplepicker-userSpan .ms-entity-unresolved{ font-style:normal; } .sp-peoplepicker-userSpan .ms-entity-resolved{ vertical-align:bottom; } .sp-peoplepicker-userSpan .ms-entity-unresolved,.sp-peoplepicker-userSpan .ms-entity-resolved{ overflow:hidden; } .sp-peoplepicker-userDisplayLink{ /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .sp-peoplepicker-userDisplayLink:hover{ text-decoration:none; } .sp-peoplepicker-waitImg{ width:16px; height:16px; display:none; font-size:0px; position:absolute; } .sp-peoplepicker-errorMsg{ margin-top:6px; margin-left:6px; display:inline-block; } .ms-core-menu-footer{ margin:0px; cursor:default; padding:0px 12px 7px 5px; } .ms-core-menu-loading{ margin:0px; cursor:default; text-align:center; } .sp-peoplepicker-autoFillContainer .ms-core-menu-item{ white-space:nowrap; padding:1px 5px 3px 5px; } .sp-peoplepicker-autoFillContainer .ms-core-menu-link{ padding:0px; } .sp-peoplepicker-autoFillContainer .ms-core-menu-label{ display:block; } .sp-autoFill-menu{ min-width:100%; } .sp-peoplepicker-autoFillContainer .sp-autoFill-scroll{ width:100%; border:none; margin:0px; padding:0px; min-width:100%; padding-top:3px; overflow-y:auto; overflow-x:hidden; margin-right:10px; list-style-type:none; box-shadow:0px 0px 0px 0px transparent; /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff; } .sp-autoFill-scroll .ms-core-menu-label{ border:none; } .ms-pageinformation td, .ms-pageinformation th { text-align:left; } .ms-featurealtrow { /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-core-needIEFilter .ms-featurealtrow { background-color:transparent; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)"; } .ms-featurestatus { /* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff; /* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"1")] */ background-color:#0072c6; margin-right:10px; padding:7px; } .ms-cbp { padding-left:3px; } .ms-storMeFree{ /* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef; /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1; } .ms-storMeUsed{ /* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"1")] */ background-color:#0072c6; /* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px; } .ms-storman-quotabarouter{ height:8px; width:100px; border-style:solid; border-width:1px; } .ms-storman-quotabarnormalcol{ border-color:#649b61; } .ms-storman-quotabarwarningcol{ border-color:#fff19d; } .ms-storman-quotabarcriticalcol{ border-color:#d80303; } a.ms-taskListShortcutCallout { height:16px; width:16px; display:inline-block; overflow:hidden; vertical-align:bottom; } span.ms-taskListShortcutCalloutSpan { height:16px; width:16px; /* [RecolorImage(themeColor:"BodyText",method:"Filling",includeRectangle:{x:161,y:178,width:16;height:16})] */ background:url("/_layouts/15/images/spcommon.png?rev=33") no-repeat -161px -178px; display:inline-block; } .ms-viewtotalselect{ width:104px; } .ms-recycleBinIconSpan { display:inline-block; overflow:hidden; position:relative; height:16px; width:16px; } .ms-recycleBinIconImg { top:-156px; left:-197px; position:absolute; } .ms-dtinput,.ms-dttimeinput{ vertical-align:middle; padding:0px 4px 0px 0px; } .ms-dttimeinput{ direction:ltr; } .ms-linksection-iconCell { vertical-align:top; } .ms-siteSettings-root .ms-linksection-iconCell { display:none; } .ms-linksection-title { /* [ReplaceColor(themeColor:"BodyText")] */ color:#444; } .ms-siteSettings-root .ms-linksection-textCell { width:280px; } .ms-linksection-columnBox { padding-right:50px; vertical-align:top; } .ms-linksection-textCell { padding-bottom:26px; } .ms-linksection-listRoot { list-style-type:none; padding-left:0px; margin:auto; }
0.518302
0.037468
@-moz-document domain("patriots.win"), domain("greatawakening.win") { html, body, .main-content, .home .container, .search .container, .post-single .container, .profile .container, .page .container, .logs .container, .comment .details a[data-action=minimize] { background-color: #323232; } .comment-parent .title { color: #42a9fb; } .comment-parent .author { color: #f3d01f; } .post .vote a[data-direction=down] { -webkit-tap-highlight-color: transparent; display: block; margin: 0 auto 5px; background-image: url(https://i.imgur.com/IN0VHwl.png); background-repeat: no-repeat; width: 45px; height: 43px; } .post-list .content { margin: 8px 0 0 174px; } .post .vote { display: inline-flex; } .post .vote .count { min-width: 50px; font-size: 18px; padding-top: 16px; } .post .vote a[data-direction=down], .post .vote a[data-direction=up] { font-size: 18px; margin-left: 8px; margin-top: 0px; } .post .vote a[data-direction=up] { margin-right: 8px; margin-top: 0px!important; } .post .vote a[data-direction=down] { margin-top: 0px!important; } .message-entry.unread { background-color: #474747; border: 1px solid #090909; padding: 0px; } .form.reply textarea { background-color: #323232; color: #fff; } .post.stickied { background: linear-gradient(#383838,rgba(255,165,0,0.05)); } .post { background: linear-gradient(#383838,#2F2F2F); } .post .title:visited { color: #c17dff; } .post .title { color: #67bcff; text-shadow: 2px 1px 4px #000; line-height: 14px; } .post-single .content p { text-shadow: 1px 1px 4px #000; } .nav-user .inner a:first-child { font-weight: 900; text-shadow: 2px 1px 4px #000; } .post.stickied .title, .nav-message a { color: #f00; background-color: rgba(255,165,0,0); } .total, .post-single .content p, .footer, .footer a, .module .body p, .empty p, .main-content, .post .domain, .sidebar .mods .head p { text-shadow: 2px 1px 4px #000; color: #fff; } .post .domain { font-weight: 400; } .comment { border-top: 1px solid #484848; border-left: 2px solid #484848; background-color: #383838; } .content { color: #39dc25; } .module, .popup .inner { background-image: none; background-color: #323232; box-shadow: 0 0px 0px 0px grey; } .popup .subline, .popup .options label, .nav-profile .active, .nav-profile span, .nav-profile { color: #fff; } .popup .warning { font-size: 14px; color: #ff3c3c; } .actions [data-action=reply] { color: #3eafff; } .details a.author { color: #ff4949; } .sidebar .mods .body a, .sidebar .mods .head a, .sidebar .mods .foot a, .actions .comments, .mod-list a { color: #168be8; text-shadow: 2px 1px 4px #000; } .sidebar .mods { border: 1px solid; border-color: #23489c; background-color: #404040; } .module .body .heading { color: #168be8; text-shadow: 2px 1px 4px #000; } .nav-profile p, .nav-user .inner a:first-child { color: #f00; } .module .body { color: #00a1ff; background-color: #404040; border: 1px solid; border-color: #23489c; } .post .share { background-color: #323232; box-shadow: 0 0 2.75px 0.25px rgba(255, 255, 255, 0.2); } .form.edit input[type=submit], .form.edit input[data-action=cancel], .form.reply input[type=submit], .form.reply input[data-action=cancel] { background-color: #323232; border-color: #ff12126b; color: #fff; } .sidebar .search input { background-color: #323232!important; color: #fff!important; border: 1px solid; } .sidebar .login input[type=text], .sidebar .login input[type=password], .single .form input[type=text], .single .form input[type=email], .single .form input[type=password], .single .form input[type=url], .single .form textarea, .page .main-content .form input[type=text], .page .main-content .form input[type=email], .page .main-content .form input[type=password], .page .main-content .form input[type=number], .page .main-content .form textarea, .popup .form input[type=text], .popup .form input[type=number], .popup .form textarea { background-color: #323232!important; color: #fff!important; } .single .form select { background-color: #323232; color: #fff!important; } .post-single .sort select { background-color: #323232; color: #fff; border: 1px solid; border-color: #f00; } .single .tags input[type=checkbox]+label { color: #fff; background-color: #484848; } .single .tags input[type=checkbox]:checked+label { color: #ffffff; background-color: #168be8; border: 1px solid #000000; } .more a:hover { background-color: #444; border: 1px solid #ff1d42; color: #f5f5fd; } .more a { background-color: #333; border: 1px solid #ff1d42; } .content { color: #fff; } .content a { color: #168be8; text-decoration: underline; } em, i { color: #25d442; } .nav-user .inner .unread svg { color: #00ff0a; } .post .vote a[data-direction=up] { font-size: 18px; margin-bottom: 8px; } .post .vote a[data-direction=down] { font-size: 18px; margin-top: 8px; } .comment .vote a[data-direction=up] { margin-top: 8px; margin-bottom: 14px; } a:hover { color: #ff0; } .header .bar, .nav-user, .module .head, .popup .head { background-image: none; background-color: #252525; } .module .body { border-color: #b30000; } .module .body p { width: 100% } .home .footer { display:none; } }
data/usercss/177508.user.css
@-moz-document domain("patriots.win"), domain("greatawakening.win") { html, body, .main-content, .home .container, .search .container, .post-single .container, .profile .container, .page .container, .logs .container, .comment .details a[data-action=minimize] { background-color: #323232; } .comment-parent .title { color: #42a9fb; } .comment-parent .author { color: #f3d01f; } .post .vote a[data-direction=down] { -webkit-tap-highlight-color: transparent; display: block; margin: 0 auto 5px; background-image: url(https://i.imgur.com/IN0VHwl.png); background-repeat: no-repeat; width: 45px; height: 43px; } .post-list .content { margin: 8px 0 0 174px; } .post .vote { display: inline-flex; } .post .vote .count { min-width: 50px; font-size: 18px; padding-top: 16px; } .post .vote a[data-direction=down], .post .vote a[data-direction=up] { font-size: 18px; margin-left: 8px; margin-top: 0px; } .post .vote a[data-direction=up] { margin-right: 8px; margin-top: 0px!important; } .post .vote a[data-direction=down] { margin-top: 0px!important; } .message-entry.unread { background-color: #474747; border: 1px solid #090909; padding: 0px; } .form.reply textarea { background-color: #323232; color: #fff; } .post.stickied { background: linear-gradient(#383838,rgba(255,165,0,0.05)); } .post { background: linear-gradient(#383838,#2F2F2F); } .post .title:visited { color: #c17dff; } .post .title { color: #67bcff; text-shadow: 2px 1px 4px #000; line-height: 14px; } .post-single .content p { text-shadow: 1px 1px 4px #000; } .nav-user .inner a:first-child { font-weight: 900; text-shadow: 2px 1px 4px #000; } .post.stickied .title, .nav-message a { color: #f00; background-color: rgba(255,165,0,0); } .total, .post-single .content p, .footer, .footer a, .module .body p, .empty p, .main-content, .post .domain, .sidebar .mods .head p { text-shadow: 2px 1px 4px #000; color: #fff; } .post .domain { font-weight: 400; } .comment { border-top: 1px solid #484848; border-left: 2px solid #484848; background-color: #383838; } .content { color: #39dc25; } .module, .popup .inner { background-image: none; background-color: #323232; box-shadow: 0 0px 0px 0px grey; } .popup .subline, .popup .options label, .nav-profile .active, .nav-profile span, .nav-profile { color: #fff; } .popup .warning { font-size: 14px; color: #ff3c3c; } .actions [data-action=reply] { color: #3eafff; } .details a.author { color: #ff4949; } .sidebar .mods .body a, .sidebar .mods .head a, .sidebar .mods .foot a, .actions .comments, .mod-list a { color: #168be8; text-shadow: 2px 1px 4px #000; } .sidebar .mods { border: 1px solid; border-color: #23489c; background-color: #404040; } .module .body .heading { color: #168be8; text-shadow: 2px 1px 4px #000; } .nav-profile p, .nav-user .inner a:first-child { color: #f00; } .module .body { color: #00a1ff; background-color: #404040; border: 1px solid; border-color: #23489c; } .post .share { background-color: #323232; box-shadow: 0 0 2.75px 0.25px rgba(255, 255, 255, 0.2); } .form.edit input[type=submit], .form.edit input[data-action=cancel], .form.reply input[type=submit], .form.reply input[data-action=cancel] { background-color: #323232; border-color: #ff12126b; color: #fff; } .sidebar .search input { background-color: #323232!important; color: #fff!important; border: 1px solid; } .sidebar .login input[type=text], .sidebar .login input[type=password], .single .form input[type=text], .single .form input[type=email], .single .form input[type=password], .single .form input[type=url], .single .form textarea, .page .main-content .form input[type=text], .page .main-content .form input[type=email], .page .main-content .form input[type=password], .page .main-content .form input[type=number], .page .main-content .form textarea, .popup .form input[type=text], .popup .form input[type=number], .popup .form textarea { background-color: #323232!important; color: #fff!important; } .single .form select { background-color: #323232; color: #fff!important; } .post-single .sort select { background-color: #323232; color: #fff; border: 1px solid; border-color: #f00; } .single .tags input[type=checkbox]+label { color: #fff; background-color: #484848; } .single .tags input[type=checkbox]:checked+label { color: #ffffff; background-color: #168be8; border: 1px solid #000000; } .more a:hover { background-color: #444; border: 1px solid #ff1d42; color: #f5f5fd; } .more a { background-color: #333; border: 1px solid #ff1d42; } .content { color: #fff; } .content a { color: #168be8; text-decoration: underline; } em, i { color: #25d442; } .nav-user .inner .unread svg { color: #00ff0a; } .post .vote a[data-direction=up] { font-size: 18px; margin-bottom: 8px; } .post .vote a[data-direction=down] { font-size: 18px; margin-top: 8px; } .comment .vote a[data-direction=up] { margin-top: 8px; margin-bottom: 14px; } a:hover { color: #ff0; } .header .bar, .nav-user, .module .head, .popup .head { background-image: none; background-color: #252525; } .module .body { border-color: #b30000; } .module .body p { width: 100% } .home .footer { display:none; } }
0.221519
0.054525
@font-face { font-family: 'en_pixel'; src: url('../lib/font/en_pixel.eot'); /* IE9 Compat Modes */ src: url('../lib/font/en_pixel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../lib/font/en_pixel.ttf') format('truetype'), /* Safari, Android, iOS */ url('../lib/font/en_pixel.woff') format('woff'), /* Modern Browsers */ url('../lib/font/en_pixel.svg#en_pixel') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'ch_pixel'; src: url('../lib/font/ch_pixel.eot'); /* IE9 Compat Modes */ src: url('../lib/font/ch_pixel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../lib/font/ch_pixel.ttf') format('truetype'), /* Safari, Android, iOS */ url('../lib/font/ch_pixel.woff') format('woff'), /* Modern Browsers */ url('../lib/font/ch_pixel.svg#en_pixel') format('svg'); /* Legacy iOS */ } * { padding: 0; margin: 0; font-size: 16px; font-family: 'ch_pixel'; font-weight: 600; color: #000; } html, body { width: 368px; height: 725px; overflow: hidden; -webkit-app-region: drag; -webkit-user-select: select; } body { background-image: url('../img/backgroundimg.jpg'); } input { border: none; outline: none; background-color: transparent; } .borderBox { box-sizing: border-box; } .contentBox { box-sizing: content-box; } .borderBox:after, .contentBox:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0; } .transform { transition: all 0.2s ease-out; } .fl { float: left; } .fr { float: right; } .pointer { cursor: pointer; -webkit-app-region: no-drag; } .hide { display: none; } .fadeIn { display: block; opacity: 1!important; z-index: 999!important; } .fadeOut { opacity: 0; z-index: -1; } .scroll::-webkit-scrollbar { -webkit-appearance: none; width: 12px; } .scroll::-webkit-scrollbar-track { background: transparent; } .scroll::-webkit-scrollbar-thumb { border: 2px solid rgba(0, 0, 0, 0); background-clip: content-box; background-color: #000; } .scroll::-webkit-scrollbar-thumb:hover { background-color: #a9a9a9; } .scroll::-webkit-scrollbar-corner { background-color: transparent; } ::-moz-selection { background: #000; color: #fff; } ::selection { background: #000; color: #fff; } ::-moz-selection { background: #000; color: #fff; } ::-webkit-selection { background: #000; color: #fff; }
app/css/main.css
@font-face { font-family: 'en_pixel'; src: url('../lib/font/en_pixel.eot'); /* IE9 Compat Modes */ src: url('../lib/font/en_pixel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../lib/font/en_pixel.ttf') format('truetype'), /* Safari, Android, iOS */ url('../lib/font/en_pixel.woff') format('woff'), /* Modern Browsers */ url('../lib/font/en_pixel.svg#en_pixel') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'ch_pixel'; src: url('../lib/font/ch_pixel.eot'); /* IE9 Compat Modes */ src: url('../lib/font/ch_pixel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../lib/font/ch_pixel.ttf') format('truetype'), /* Safari, Android, iOS */ url('../lib/font/ch_pixel.woff') format('woff'), /* Modern Browsers */ url('../lib/font/ch_pixel.svg#en_pixel') format('svg'); /* Legacy iOS */ } * { padding: 0; margin: 0; font-size: 16px; font-family: 'ch_pixel'; font-weight: 600; color: #000; } html, body { width: 368px; height: 725px; overflow: hidden; -webkit-app-region: drag; -webkit-user-select: select; } body { background-image: url('../img/backgroundimg.jpg'); } input { border: none; outline: none; background-color: transparent; } .borderBox { box-sizing: border-box; } .contentBox { box-sizing: content-box; } .borderBox:after, .contentBox:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0; } .transform { transition: all 0.2s ease-out; } .fl { float: left; } .fr { float: right; } .pointer { cursor: pointer; -webkit-app-region: no-drag; } .hide { display: none; } .fadeIn { display: block; opacity: 1!important; z-index: 999!important; } .fadeOut { opacity: 0; z-index: -1; } .scroll::-webkit-scrollbar { -webkit-appearance: none; width: 12px; } .scroll::-webkit-scrollbar-track { background: transparent; } .scroll::-webkit-scrollbar-thumb { border: 2px solid rgba(0, 0, 0, 0); background-clip: content-box; background-color: #000; } .scroll::-webkit-scrollbar-thumb:hover { background-color: #a9a9a9; } .scroll::-webkit-scrollbar-corner { background-color: transparent; } ::-moz-selection { background: #000; color: #fff; } ::selection { background: #000; color: #fff; } ::-moz-selection { background: #000; color: #fff; } ::-webkit-selection { background: #000; color: #fff; }
0.28607
0.042862
*{ margin: 0; padding: 0; font-family: sans-serif; box-sizing: border-box; } body{ top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; background-color: #e6e9f0; } /* font-family: Source Sans Pro; background: #282828; background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; animation: Gradient 10s ease infinite; @keyframes Gradient{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }*/ .container{ height: 480px; width: 280px; box-shadow: 10px 10px 15px rgb(192, 183, 183), -10px -10px 15px white; border-radius: 20px; align-items: center; text-align: center; } .container .heading{ padding: 70px 0 45px 0; color: #90D86A; font-size: 1.3em; font-weight: bolder; text-transform: uppercase; } .container .user{ padding: 7px 0; } .container .user input{ padding: 15px 20px; border-radius: 20px; border-style: none; outline: none; font-style: 0.9em; background: #b7f199; color: white; } .container .user input:hover{ box-shadow: 5px 5px 8px rgb(185, 184, 184), -5px -5px 10px white; transform: scale(1.1); transition: 0.3s ease all; } .container .user input::placeholder{ color: white; } .container .button{ margin-top: 20px; } .container .button input{ border-style: none; outline: none; color: white; background: #90D86A; padding: 7px 15px; font-size: 1em; font-weight: bolder; border-radius: 20px; box-shadow: 5px 5px 8px rgb(185, 184, 184), -5px -5px 10px white; } .container .help{ font-size: 0.7em; margin-top: 20px; color: rgb(71, 69, 69); cursor: pointer; } .container .help span{ font-weight: bold; color: rgb(17, 17, 17); } .container .social{ margin-top: 25px; } .container .social .items{ display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center; } .container .social .items li{ list-style: none; padding: 0 7px; } .container .social .items li h3{ clear: grey; box-shadow: 5px 5px 8px rgb(185, 184, 184), -5px -5px 10px white; padding: 5px 15px; border-radius: 40%; } .container .social .items li h3:hover{ color: white; background: #90D86A; cursor: pointer; }
Login Page.css
*{ margin: 0; padding: 0; font-family: sans-serif; box-sizing: border-box; } body{ top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; background-color: #e6e9f0; } /* font-family: Source Sans Pro; background: #282828; background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; animation: Gradient 10s ease infinite; @keyframes Gradient{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }*/ .container{ height: 480px; width: 280px; box-shadow: 10px 10px 15px rgb(192, 183, 183), -10px -10px 15px white; border-radius: 20px; align-items: center; text-align: center; } .container .heading{ padding: 70px 0 45px 0; color: #90D86A; font-size: 1.3em; font-weight: bolder; text-transform: uppercase; } .container .user{ padding: 7px 0; } .container .user input{ padding: 15px 20px; border-radius: 20px; border-style: none; outline: none; font-style: 0.9em; background: #b7f199; color: white; } .container .user input:hover{ box-shadow: 5px 5px 8px rgb(185, 184, 184), -5px -5px 10px white; transform: scale(1.1); transition: 0.3s ease all; } .container .user input::placeholder{ color: white; } .container .button{ margin-top: 20px; } .container .button input{ border-style: none; outline: none; color: white; background: #90D86A; padding: 7px 15px; font-size: 1em; font-weight: bolder; border-radius: 20px; box-shadow: 5px 5px 8px rgb(185, 184, 184), -5px -5px 10px white; } .container .help{ font-size: 0.7em; margin-top: 20px; color: rgb(71, 69, 69); cursor: pointer; } .container .help span{ font-weight: bold; color: rgb(17, 17, 17); } .container .social{ margin-top: 25px; } .container .social .items{ display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center; } .container .social .items li{ list-style: none; padding: 0 7px; } .container .social .items li h3{ clear: grey; box-shadow: 5px 5px 8px rgb(185, 184, 184), -5px -5px 10px white; padding: 5px 15px; border-radius: 40%; } .container .social .items li h3:hover{ color: white; background: #90D86A; cursor: pointer; }
0.506347
0.091301
html { margin: 0; padding: 0; height: 100%; } body { margin: 0; padding: 0; height: 100%; } body { overscroll-behavior-x: none; } .btn{ border-radius:0px; } .jumbotron{ margin-left: -20px; margin-right: -15px; margin-top: -25px; } .jumbotron{ color:#fff; border-bottom: 1bx solid #d3e0e9; border-radius: 0; background: linear-gradient(to right, #1D4350, #A43931); } .white-text{ color: blue; } .featured_image{ width:100%; } /**footer**/ .site-footer { background-color:#26272b; padding:45px 0 20px; font-size:15px; line-height:24px; color:#737373; } .site-footer hr { border-top-color:#bbb; opacity:0.5; } .site-footer hr.small { margin:20px 0; } .site-footer h6 { color:#fff; font-size:1em; text-transform:uppercase; margin-top:5px; letter-spacing:2px } .site-footer a { color:#737373; } .site-footer a:hover { color:#3366cc; text-decoration:none; } .footer-links { padding-left:0; list-style:none } .footer-links li { display:block } .footer-links a { color:#737373 } .footer-links a:active,.footer-links a:focus,.footer-links a:hover { color:#3366cc; text-decoration:none; } .footer-links.inline li { display:inline-block } .site-footer .social-icons { text-align:right } .site-footer .social-icons a { width:40px; height:40px; line-height:40px; margin-left:6px; margin-right:0; border-radius:100%; background-color:#33353d } .copyright-text { margin:0 } @media (max-width:991px) { .site-footer [class^=col-] { margin-bottom:30px } } @media (max-width:767px) { .site-footer { padding-bottom:0 } .site-footer .copyright-text,.site-footer .social-icons { text-align:center } } .social-icons { padding-left:0; margin-bottom:0; list-style:none } .social-icons li { display:inline-block; margin-bottom:4px } .social-icons li.title { margin-right:15px; text-transform:uppercase; color:#96a2b2; font-weight:700; font-size:0.81em; } .social-icons a{ background-color:#eceeef; color:#818a91; font-size:1em; display:inline-block; line-height:44px; width:44px; height:44px; text-align:center; margin-right:8px; border-radius:100%; -webkit-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear } .social-icons a:active,.social-icons a:focus,.social-icons a:hover { color:#fff; background-color:#29aafe } .social-icons.size-sm a { line-height:34px; height:34px; width:34px; font-size:1em; } .social-icons a.facebook:hover { background-color:#3b5998 } .social-icons a.twitter:hover { background-color:#00aced } .social-icons a.linkedin:hover { background-color:#007bb6 } .social-icons a.dribbble:hover { background-color:#ea4c89 } @media (max-width:767px) { .social-icons li.title { display:block; margin-right:0; font-weight:600; } } /**/ /**Blogmedia adjustments*/ img { width: 80%; height: auto; } a { color: inherit; } iframe { width: 90%; margin: 5px; } .container-fluid{ width: 100%; } h2{ font-size: 2em; } /*/
public/css/style.css
html { margin: 0; padding: 0; height: 100%; } body { margin: 0; padding: 0; height: 100%; } body { overscroll-behavior-x: none; } .btn{ border-radius:0px; } .jumbotron{ margin-left: -20px; margin-right: -15px; margin-top: -25px; } .jumbotron{ color:#fff; border-bottom: 1bx solid #d3e0e9; border-radius: 0; background: linear-gradient(to right, #1D4350, #A43931); } .white-text{ color: blue; } .featured_image{ width:100%; } /**footer**/ .site-footer { background-color:#26272b; padding:45px 0 20px; font-size:15px; line-height:24px; color:#737373; } .site-footer hr { border-top-color:#bbb; opacity:0.5; } .site-footer hr.small { margin:20px 0; } .site-footer h6 { color:#fff; font-size:1em; text-transform:uppercase; margin-top:5px; letter-spacing:2px } .site-footer a { color:#737373; } .site-footer a:hover { color:#3366cc; text-decoration:none; } .footer-links { padding-left:0; list-style:none } .footer-links li { display:block } .footer-links a { color:#737373 } .footer-links a:active,.footer-links a:focus,.footer-links a:hover { color:#3366cc; text-decoration:none; } .footer-links.inline li { display:inline-block } .site-footer .social-icons { text-align:right } .site-footer .social-icons a { width:40px; height:40px; line-height:40px; margin-left:6px; margin-right:0; border-radius:100%; background-color:#33353d } .copyright-text { margin:0 } @media (max-width:991px) { .site-footer [class^=col-] { margin-bottom:30px } } @media (max-width:767px) { .site-footer { padding-bottom:0 } .site-footer .copyright-text,.site-footer .social-icons { text-align:center } } .social-icons { padding-left:0; margin-bottom:0; list-style:none } .social-icons li { display:inline-block; margin-bottom:4px } .social-icons li.title { margin-right:15px; text-transform:uppercase; color:#96a2b2; font-weight:700; font-size:0.81em; } .social-icons a{ background-color:#eceeef; color:#818a91; font-size:1em; display:inline-block; line-height:44px; width:44px; height:44px; text-align:center; margin-right:8px; border-radius:100%; -webkit-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear } .social-icons a:active,.social-icons a:focus,.social-icons a:hover { color:#fff; background-color:#29aafe } .social-icons.size-sm a { line-height:34px; height:34px; width:34px; font-size:1em; } .social-icons a.facebook:hover { background-color:#3b5998 } .social-icons a.twitter:hover { background-color:#00aced } .social-icons a.linkedin:hover { background-color:#007bb6 } .social-icons a.dribbble:hover { background-color:#ea4c89 } @media (max-width:767px) { .social-icons li.title { display:block; margin-right:0; font-weight:600; } } /**/ /**Blogmedia adjustments*/ img { width: 80%; height: auto; } a { color: inherit; } iframe { width: 90%; margin: 5px; } .container-fluid{ width: 100%; } h2{ font-size: 2em; } /*/
0.304042
0.069858
.row-header{ margin:0px auto; padding:0px auto; } .row-content{ margin:0px auto; padding:15px 0px 50px 8px; border:1px ridge; height:600px; } .row-footer{ background-color: #AfAfAf; margin:0px auto; padding: 20px 0px 20px 0px; } .jumbotron{ padding:70px 20px 70px 20px; margin:0px auto; background:#7986CB; color:floralwhite; } address{ font-size:80%; margin:0px; color:#0f0f0f; } body{ padding:50px 0px 0px 0px; z-index:0; background-color:#e6f0ff; } #ex2slider .slider-selection { background: red; } #ex2slider .slider-handle { background: green; } #product-card{ margin-top: 14px; margin-right: 0px; margin-bottom:14px; padding:10px 10px 10px 10px; border:1px solid #d9d9d9; border-radius: 5px; } #product-card:hover{ box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); font-color:#008ae6; } #feature-panel{ margin-left:0px; height:220px; } #quantity-cart{ display:block; margin-left:45px; margin-top:0px; padding:17px 17px 17px 10px; } #product-card:hover > p{ font-color:#008ae6; } #specification{ height:220px; } #product-img{ display:block; margin:auto; max-width: 100%; } .column{ height:108%; background-color:white; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); } .card{ display:block; } #product-selected-description{ margin:17px 0px 5px 45px; padding-right:10px; } #imagebox{ margin:17px 17px 17px 17px; border-radius: 5px; } #style-2::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 6px; background-color: #F5F5F5; } #style-2::-webkit-scrollbar { width: 8px; background-color: #F5F5F5; } #style-2::-webkit-scrollbar-thumb { border-radius: 6px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; } #product-selected-image{ margin:auto; display:block; padding-top:10px; padding-bottom:10px; } .navbar-inverse{ background-color: #222; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ color:white; background:white; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{ color:white; background:white /*background:#1A237E;*/ } .navbar-inverse .navbar-nav > .open > .dropdown-menu> li> a, .navbar-inverse .navbar-nav > .open > .dropdown-menu { background-color: #222; color:#eeeeee; } .navbar-inverse .navbar-nav > .open > .dropdown-menu> li> a:hover{ color:#000000; }
applications/sportsvilla/static/css/finalstyle.css
.row-header{ margin:0px auto; padding:0px auto; } .row-content{ margin:0px auto; padding:15px 0px 50px 8px; border:1px ridge; height:600px; } .row-footer{ background-color: #AfAfAf; margin:0px auto; padding: 20px 0px 20px 0px; } .jumbotron{ padding:70px 20px 70px 20px; margin:0px auto; background:#7986CB; color:floralwhite; } address{ font-size:80%; margin:0px; color:#0f0f0f; } body{ padding:50px 0px 0px 0px; z-index:0; background-color:#e6f0ff; } #ex2slider .slider-selection { background: red; } #ex2slider .slider-handle { background: green; } #product-card{ margin-top: 14px; margin-right: 0px; margin-bottom:14px; padding:10px 10px 10px 10px; border:1px solid #d9d9d9; border-radius: 5px; } #product-card:hover{ box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); font-color:#008ae6; } #feature-panel{ margin-left:0px; height:220px; } #quantity-cart{ display:block; margin-left:45px; margin-top:0px; padding:17px 17px 17px 10px; } #product-card:hover > p{ font-color:#008ae6; } #specification{ height:220px; } #product-img{ display:block; margin:auto; max-width: 100%; } .column{ height:108%; background-color:white; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); } .card{ display:block; } #product-selected-description{ margin:17px 0px 5px 45px; padding-right:10px; } #imagebox{ margin:17px 17px 17px 17px; border-radius: 5px; } #style-2::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 6px; background-color: #F5F5F5; } #style-2::-webkit-scrollbar { width: 8px; background-color: #F5F5F5; } #style-2::-webkit-scrollbar-thumb { border-radius: 6px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; } #product-selected-image{ margin:auto; display:block; padding-top:10px; padding-bottom:10px; } .navbar-inverse{ background-color: #222; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ color:white; background:white; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{ color:white; background:white /*background:#1A237E;*/ } .navbar-inverse .navbar-nav > .open > .dropdown-menu> li> a, .navbar-inverse .navbar-nav > .open > .dropdown-menu { background-color: #222; color:#eeeeee; } .navbar-inverse .navbar-nav > .open > .dropdown-menu> li> a:hover{ color:#000000; }
0.210685
0.050121
.header { background-image: url("../img/hero-image.png"); background-size: cover; height: 80vh; display: flex; flex-direction: column; justify-content: center; } .card { box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2); } .header h1 { font-size: 60px; padding-bottom: 40px; } .cardGroup { position: relative; top: -100px; } .card--custom { height: 400px; } .main--custom { height: 200px; } .main--custom { padding: 20px !important; } .main--custom > h4 { margin: 0 !important; } .main--custom > p { margin-top: 10px; } .card__bg img { width: 100%; height: 200px; border-radius: 0.25rem 0.25rem 0 0; } .card__main { position: relative; padding: 50px 20px; display: flex; text-align: center; flex-direction: column; align-items: center; } .card__main h4 { margin: 30px 0; } .card__main p { font-size: 18px; color: rgba(0, 0, 0, 0.5); } .about__img { position: relative; right: -130px; } .about__img img { width: 100%; } .profil { background-image: url("../img/bg-slider.png"); background-size: cover; padding: 50px 0; margin-top: 200px; } .profil__title { width: 75%; margin: 0 auto; padding-bottom: 15px; border-bottom: 5px solid white; } .news { margin-top: 200px; } .news h1 { margin-bottom: 100px; } .article { margin-top: 200px; } .article h1 { margin-bottom: 70px; } .cardArticle { background-size: cover; background-color: rgba(0, 0, 0, 0.5); background-blend-mode: color-burn; padding: 25px 25px; color: white; display: flex; flex-direction: column; justify-content: center; height: 200px; margin-top: 30px; } .cardArticle p { font-size: 18px; margin-bottom: 0; } .cardArticle a { margin-top: 10px; font-weight: bold; font-size: 18px; } footer { margin-top: 200px; background: linear-gradient(0deg, #142843, #142843), #111f34; padding: 100px 0; color: white; } footer h1 { font-size: 25px; } footer p { font-size: 16px; } footer ul { padding: 0; list-style-type: none; } footer ul li p::before { content: "-"; display: inline; margin-right: 10px; } footer ul li p { margin: 10px 0; line-height: 200%; } .subscribe__input { padding: 15px; border-radius: 10px; border: none; outline: none; margin-right: 5px; width: 60%; }
public/css/index.css
.header { background-image: url("../img/hero-image.png"); background-size: cover; height: 80vh; display: flex; flex-direction: column; justify-content: center; } .card { box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2); } .header h1 { font-size: 60px; padding-bottom: 40px; } .cardGroup { position: relative; top: -100px; } .card--custom { height: 400px; } .main--custom { height: 200px; } .main--custom { padding: 20px !important; } .main--custom > h4 { margin: 0 !important; } .main--custom > p { margin-top: 10px; } .card__bg img { width: 100%; height: 200px; border-radius: 0.25rem 0.25rem 0 0; } .card__main { position: relative; padding: 50px 20px; display: flex; text-align: center; flex-direction: column; align-items: center; } .card__main h4 { margin: 30px 0; } .card__main p { font-size: 18px; color: rgba(0, 0, 0, 0.5); } .about__img { position: relative; right: -130px; } .about__img img { width: 100%; } .profil { background-image: url("../img/bg-slider.png"); background-size: cover; padding: 50px 0; margin-top: 200px; } .profil__title { width: 75%; margin: 0 auto; padding-bottom: 15px; border-bottom: 5px solid white; } .news { margin-top: 200px; } .news h1 { margin-bottom: 100px; } .article { margin-top: 200px; } .article h1 { margin-bottom: 70px; } .cardArticle { background-size: cover; background-color: rgba(0, 0, 0, 0.5); background-blend-mode: color-burn; padding: 25px 25px; color: white; display: flex; flex-direction: column; justify-content: center; height: 200px; margin-top: 30px; } .cardArticle p { font-size: 18px; margin-bottom: 0; } .cardArticle a { margin-top: 10px; font-weight: bold; font-size: 18px; } footer { margin-top: 200px; background: linear-gradient(0deg, #142843, #142843), #111f34; padding: 100px 0; color: white; } footer h1 { font-size: 25px; } footer p { font-size: 16px; } footer ul { padding: 0; list-style-type: none; } footer ul li p::before { content: "-"; display: inline; margin-right: 10px; } footer ul li p { margin: 10px 0; line-height: 200%; } .subscribe__input { padding: 15px; border-radius: 10px; border: none; outline: none; margin-right: 5px; width: 60%; }
0.488039
0.121529
* { box-sizing: border-box; } body { background-image: url("https://i.pinimg.com/originals/e9/04/15/e904152f727d70e777066bd122c7f2dd.gif"); background-repeat: no-repeat; background-position: center; background-size: cover; font-size: 16px; letter-spacing: 0.1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin: 0; } .navbar { min-height: 50px; font-weight: bold; vertical-align: middle; display: flex; flex-direction: row; align-items: center; padding: 10px; justify-content: space-between; margin: 0; position: sticky; /* top: 0; */ background-color: lightblue; z-index: 1; box-shadow: #003d00 0 0 5px 0; } .navbar-toggler { border-color: transparent; display: none; margin-right: 0; } .hero { font-size: 1.25rem; min-height: 300px; display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: space-between; } .hero>.col { max-width: 560px; } .btn { height: 25px; color: #fff; background-color: #003d00; vertical-align: center; border-radius: 0.5rem; cursor: pointer; padding: 0.5rem; } a { text-decoration: none; } .navbar-collapse a { padding: 5px; } .bordered { border: #003d00 1px solid; padding: 0.2rem; text-align: center; } .table-responsive { overflow-x: scroll; } .table-bordered { border: #003d00 1px solid; border-collapse: collapse; font-size: 1.25rem; position: relative; width: 100%; padding: 0.25rem; } /* .navbar a:hover { background-color: #003d00; color: #fff; } */ .active { background-color: #003d00; color: #fff; } .navbar-collapse { float: right; } main { /* background: #fff url("../images/IMG_20201219_120957_0_edited(1).png.png") no-repeat; */ background-size: cover; width: 80vw; margin: 0 auto; position: relative; min-height: 30vh; /* display: flex; */ align-items: center; justify-content: center; } .container { width: 80vw; margin: 0 auto; position: relative; } .row { display: flex; flex-direction: row; /* flex-wrap: wrap; */ } .projects { flex-wrap: wrap; justify-content: space-between; align-items: center; } .col { padding: 15px; } .col-3 { width: 300px; min-height: 300px; margin-right: 3%; /* border: #003d00 1px solid; */ margin-bottom: 15px; } .col-5 { width: 400px; } .ml-3, .mr-3 { margin-left: 0.5rem; } .box_shadow { box-shadow: 0px 0px 8px 2px #444; } .text-center { text-align: center; } .social { display: flex; flex-direction: column; justify-content: center; position: fixed; top: 40vh; left: 0; } .social a { padding: 0 10px; margin-top: 15px; } .box { /* border: 2px solid brown; */ padding: 2rem; max-width: 500px; background: rgba(225, 255, 177, 0.3); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); margin-left: auto; margin-right: auto; } .form-input { width: 100%; min-height: 2rem; margin-top: 1em; padding: 0.15rem 0.25rem; border-radius: 0.25rem; background: hsl(210, 36%, 96%); font-size: 1em; border-color: transparent; } .form-input:focus { outline: none !important; border-color: transparent; box-shadow: 0px 0px 8px 2px #444; } label { font-size: 1em; margin-top: 1em; } .shape { position: absolute; top: -2.5rem; right: 0.5rem; } .card { display: flex; flex-direction: column; margin-left: 25px; background: hsl(210, 36%, 96%); margin-bottom: 25px; } .card__cover { /* height: 150px; */ width: 100%; } .card__content { /* Take available height */ padding: 5px; flex: 1; } .b { border: 1px solid #555b61; } a { /* transition: background-color 0.5s, color 0.5s transform 2s; */ transition: all 1s ease-out; } a:hover { /* animation-duration: 3s; animation-name: slidein; */ background-color: hsl(194, 100%, 12%); color: #fff; /* transform: rotate(270deg); */ } .social p { transform: rotate(90deg); } /* @keyframes slidein { from { background-color: #c2cab8; } to { background-color: #003d00; color: #fff; } } */ .hide { display: none; } .show { display: flex; } .animated { overflow: hidden; height: calc(1fr - var(--lottie-player-toolbar-height)); } @media screen and (max-width: 776px) { .social { position: relative; display: flex; flex-direction: row; align-items: center; top: 0; } .navbar { align-items: flex-start; } .navbar-collapse { position: absolute; display: none; flex-direction: column; padding: 0.5rem; border: 1px solid #555b61; background-color: rgb(150, 100, 123); margin-top: -5px; right: 0; padding-top: 2em; } .navbar-collapse a { color: hsl(258, 77%, 34%); } .navbar-toggler { z-index: 2; position: absolute; right: 1em; display: block; transition: all 1s ease-out; } .hero { flex-direction: column-reverse; } }
styles/main.css
* { box-sizing: border-box; } body { background-image: url("https://i.pinimg.com/originals/e9/04/15/e904152f727d70e777066bd122c7f2dd.gif"); background-repeat: no-repeat; background-position: center; background-size: cover; font-size: 16px; letter-spacing: 0.1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin: 0; } .navbar { min-height: 50px; font-weight: bold; vertical-align: middle; display: flex; flex-direction: row; align-items: center; padding: 10px; justify-content: space-between; margin: 0; position: sticky; /* top: 0; */ background-color: lightblue; z-index: 1; box-shadow: #003d00 0 0 5px 0; } .navbar-toggler { border-color: transparent; display: none; margin-right: 0; } .hero { font-size: 1.25rem; min-height: 300px; display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: space-between; } .hero>.col { max-width: 560px; } .btn { height: 25px; color: #fff; background-color: #003d00; vertical-align: center; border-radius: 0.5rem; cursor: pointer; padding: 0.5rem; } a { text-decoration: none; } .navbar-collapse a { padding: 5px; } .bordered { border: #003d00 1px solid; padding: 0.2rem; text-align: center; } .table-responsive { overflow-x: scroll; } .table-bordered { border: #003d00 1px solid; border-collapse: collapse; font-size: 1.25rem; position: relative; width: 100%; padding: 0.25rem; } /* .navbar a:hover { background-color: #003d00; color: #fff; } */ .active { background-color: #003d00; color: #fff; } .navbar-collapse { float: right; } main { /* background: #fff url("../images/IMG_20201219_120957_0_edited(1).png.png") no-repeat; */ background-size: cover; width: 80vw; margin: 0 auto; position: relative; min-height: 30vh; /* display: flex; */ align-items: center; justify-content: center; } .container { width: 80vw; margin: 0 auto; position: relative; } .row { display: flex; flex-direction: row; /* flex-wrap: wrap; */ } .projects { flex-wrap: wrap; justify-content: space-between; align-items: center; } .col { padding: 15px; } .col-3 { width: 300px; min-height: 300px; margin-right: 3%; /* border: #003d00 1px solid; */ margin-bottom: 15px; } .col-5 { width: 400px; } .ml-3, .mr-3 { margin-left: 0.5rem; } .box_shadow { box-shadow: 0px 0px 8px 2px #444; } .text-center { text-align: center; } .social { display: flex; flex-direction: column; justify-content: center; position: fixed; top: 40vh; left: 0; } .social a { padding: 0 10px; margin-top: 15px; } .box { /* border: 2px solid brown; */ padding: 2rem; max-width: 500px; background: rgba(225, 255, 177, 0.3); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); margin-left: auto; margin-right: auto; } .form-input { width: 100%; min-height: 2rem; margin-top: 1em; padding: 0.15rem 0.25rem; border-radius: 0.25rem; background: hsl(210, 36%, 96%); font-size: 1em; border-color: transparent; } .form-input:focus { outline: none !important; border-color: transparent; box-shadow: 0px 0px 8px 2px #444; } label { font-size: 1em; margin-top: 1em; } .shape { position: absolute; top: -2.5rem; right: 0.5rem; } .card { display: flex; flex-direction: column; margin-left: 25px; background: hsl(210, 36%, 96%); margin-bottom: 25px; } .card__cover { /* height: 150px; */ width: 100%; } .card__content { /* Take available height */ padding: 5px; flex: 1; } .b { border: 1px solid #555b61; } a { /* transition: background-color 0.5s, color 0.5s transform 2s; */ transition: all 1s ease-out; } a:hover { /* animation-duration: 3s; animation-name: slidein; */ background-color: hsl(194, 100%, 12%); color: #fff; /* transform: rotate(270deg); */ } .social p { transform: rotate(90deg); } /* @keyframes slidein { from { background-color: #c2cab8; } to { background-color: #003d00; color: #fff; } } */ .hide { display: none; } .show { display: flex; } .animated { overflow: hidden; height: calc(1fr - var(--lottie-player-toolbar-height)); } @media screen and (max-width: 776px) { .social { position: relative; display: flex; flex-direction: row; align-items: center; top: 0; } .navbar { align-items: flex-start; } .navbar-collapse { position: absolute; display: none; flex-direction: column; padding: 0.5rem; border: 1px solid #555b61; background-color: rgb(150, 100, 123); margin-top: -5px; right: 0; padding-top: 2em; } .navbar-collapse a { color: hsl(258, 77%, 34%); } .navbar-toggler { z-index: 2; position: absolute; right: 1em; display: block; transition: all 1s ease-out; } .hero { flex-direction: column-reverse; } }
0.526343
0.170854
.movieInformation { display: flex; margin: auto; justify-content: space-between; width: 940px; animation: fadein 3s; } .movieInformation > div:first-child img { width: 383px; height: 574px; } .movieInformation .notFound { object-fit: cover; } .movieInformation > div:last-child { background-color: rgba(0, 0, 0, 0.8); flex: 2; padding: 25px 40px 25px 30px; } .movieInformation h2 { font-family: "Lato", sans-serif; font-size: 40px; line-height: 44px; color: var(--white); font-weight: bold; } .movieInformation .movieDetails > p:first-child { font-family: "Oswald", sans-serif; font-size: 16px; line-height: 24px; color: var(--white); font-weight: 300; } .movieInformation .movieDetails > p:last-child { font-family: "Oswald", sans-serif; font-size: 25px; line-height: 28.2px; color: var(--green); font-weight: 300; } .movieDetailsSection { padding-right: 150px; } .detailsContainer { display: flex; margin-top: 15px; align-items: baseline; justify-content: space-between; } .movieResumeContainer { margin: 10px 0; } .movieCategoryContainer { margin: 35px 0 20px 0; } .movieResumeContainer .overview, .movieCategoryContainer > .companies { font-size: 16px; line-height: 24px; color: var(--white); font-weight: 300; } .movieResumeContainer > .overview { font-family: "Lato", sans-serif; } .movieCategoryContainer > .companies { font-family: "Oswald", sans-serif; } .movieResumeContainer > .tagLine { font-family: "Oswald", sans-serif; font-size: 20px; line-height: 31.2px; color: var(--green); font-weight: 300; margin-bottom: 5px; } .movieCategoryContainer > .genres { font-family: "Oswald", sans-serif; font-size: 22px; line-height: 33.6px; color: var(--green); font-weight: 300; } /* RESPONSIVE DESIGN */ @media (max-width: 1200px) { .movieInformation { width: 740px; } .movieInformation > div:first-child img { width: 313px; object-fit: cover; } .movieDetailsSection { padding-right: 50px; } } @media (max-width: 800px) { .movieInformation, .movieInformation > div:first-child img { width: 546px; } .movieInformation { flex-direction: column-reverse; } .movieInformation > div:first-child img { height: 819px; } } @media (max-width: 560px) { .movieInformation { width: 90%; } .movieInformation > div:first-child img { width: 100%; height: auto; } .movieInformation > div:last-child { padding: 15px 20px 15px 20px; } } @media (max-width: 420px) { .movieDetailsSection { padding-right: 20px; } }
src/components/MovieContent/index.css
.movieInformation { display: flex; margin: auto; justify-content: space-between; width: 940px; animation: fadein 3s; } .movieInformation > div:first-child img { width: 383px; height: 574px; } .movieInformation .notFound { object-fit: cover; } .movieInformation > div:last-child { background-color: rgba(0, 0, 0, 0.8); flex: 2; padding: 25px 40px 25px 30px; } .movieInformation h2 { font-family: "Lato", sans-serif; font-size: 40px; line-height: 44px; color: var(--white); font-weight: bold; } .movieInformation .movieDetails > p:first-child { font-family: "Oswald", sans-serif; font-size: 16px; line-height: 24px; color: var(--white); font-weight: 300; } .movieInformation .movieDetails > p:last-child { font-family: "Oswald", sans-serif; font-size: 25px; line-height: 28.2px; color: var(--green); font-weight: 300; } .movieDetailsSection { padding-right: 150px; } .detailsContainer { display: flex; margin-top: 15px; align-items: baseline; justify-content: space-between; } .movieResumeContainer { margin: 10px 0; } .movieCategoryContainer { margin: 35px 0 20px 0; } .movieResumeContainer .overview, .movieCategoryContainer > .companies { font-size: 16px; line-height: 24px; color: var(--white); font-weight: 300; } .movieResumeContainer > .overview { font-family: "Lato", sans-serif; } .movieCategoryContainer > .companies { font-family: "Oswald", sans-serif; } .movieResumeContainer > .tagLine { font-family: "Oswald", sans-serif; font-size: 20px; line-height: 31.2px; color: var(--green); font-weight: 300; margin-bottom: 5px; } .movieCategoryContainer > .genres { font-family: "Oswald", sans-serif; font-size: 22px; line-height: 33.6px; color: var(--green); font-weight: 300; } /* RESPONSIVE DESIGN */ @media (max-width: 1200px) { .movieInformation { width: 740px; } .movieInformation > div:first-child img { width: 313px; object-fit: cover; } .movieDetailsSection { padding-right: 50px; } } @media (max-width: 800px) { .movieInformation, .movieInformation > div:first-child img { width: 546px; } .movieInformation { flex-direction: column-reverse; } .movieInformation > div:first-child img { height: 819px; } } @media (max-width: 560px) { .movieInformation { width: 90%; } .movieInformation > div:first-child img { width: 100%; height: auto; } .movieInformation > div:last-child { padding: 15px 20px 15px 20px; } } @media (max-width: 420px) { .movieDetailsSection { padding-right: 20px; } }
0.442155
0.139016
.floatLeft {float:left;} .floatRight {float:right;} .clear {clear:both;} .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; background: red; cursor: inherit; display: block; } input[readonly] { background-color: white !important; cursor: text !important; } #loader_envio {background:url('../img/loader_bar.gif');width:30%;height:20px;margin:10px auto;border:#ccc 1px solid;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} #loader_envio .loader {background:#c00;width:10%;height:18px;display:block;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;opacity:0.4;filter:alpha(opacity=40);} table td.col-md-1 {text-align:center;} table tfoot tr {background:#fff !important;} /*diversos*/ input[type="text"]:focus,input[type="password"]:focus,textarea:focus {background:#FFFFBF;} form input[type="text"], form input[type="password"], textarea {width:100%;} label {width:100%;} .width100Percent {width:100% !important;} .txtCenter {text-align:center !important;} .carregando {font-style:oblique;font-weight:bold;margin:0 20px;} .table.table-hover.table-bordered td.first {width:70%;} div.estado {width:200px;display:block;} div.estado div {background:#e9e9e9;border:1px #ccc solid;width:15%;height:15px;float:left;cursor:pointer;} .estado_1 {background:#DDFFDD !important;} .estado_2 {background:#AEFFAE !important;} .estado_3 {background:#3EFF3E !important;} .estado_4 {background:#008A00 !important;} .estado_5 {background:#f00 !important;} .legenda_estados li {float:left;margin-right:20px;} .legenda_estados span {border:#ccc 1px solid;width:20px;height:15px;display:block;float:left;margin-right:5px;} .frame_phpDoc {width:100%;height:850px;display:block;} /*login*/ .form_login {width:80%;margin:0 auto;background-color:#f5f5f5;border:1px solid #ddd;padding:8px;} .form_login h1 {font-size:24px;text-align:center;margin:4px 4px 20px;} .form_login form {padding:10px;} .form_login form p.txtCenter input[type="submit"], .form_login p.txtCenter em {margin:5px;} #navbarCollapse div {height:50px;display:table-cell;vertical-align:middle;}
assets/css/prospects.css
.floatLeft {float:left;} .floatRight {float:right;} .clear {clear:both;} .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; background: red; cursor: inherit; display: block; } input[readonly] { background-color: white !important; cursor: text !important; } #loader_envio {background:url('../img/loader_bar.gif');width:30%;height:20px;margin:10px auto;border:#ccc 1px solid;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} #loader_envio .loader {background:#c00;width:10%;height:18px;display:block;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;opacity:0.4;filter:alpha(opacity=40);} table td.col-md-1 {text-align:center;} table tfoot tr {background:#fff !important;} /*diversos*/ input[type="text"]:focus,input[type="password"]:focus,textarea:focus {background:#FFFFBF;} form input[type="text"], form input[type="password"], textarea {width:100%;} label {width:100%;} .width100Percent {width:100% !important;} .txtCenter {text-align:center !important;} .carregando {font-style:oblique;font-weight:bold;margin:0 20px;} .table.table-hover.table-bordered td.first {width:70%;} div.estado {width:200px;display:block;} div.estado div {background:#e9e9e9;border:1px #ccc solid;width:15%;height:15px;float:left;cursor:pointer;} .estado_1 {background:#DDFFDD !important;} .estado_2 {background:#AEFFAE !important;} .estado_3 {background:#3EFF3E !important;} .estado_4 {background:#008A00 !important;} .estado_5 {background:#f00 !important;} .legenda_estados li {float:left;margin-right:20px;} .legenda_estados span {border:#ccc 1px solid;width:20px;height:15px;display:block;float:left;margin-right:5px;} .frame_phpDoc {width:100%;height:850px;display:block;} /*login*/ .form_login {width:80%;margin:0 auto;background-color:#f5f5f5;border:1px solid #ddd;padding:8px;} .form_login h1 {font-size:24px;text-align:center;margin:4px 4px 20px;} .form_login form {padding:10px;} .form_login form p.txtCenter input[type="submit"], .form_login p.txtCenter em {margin:5px;} #navbarCollapse div {height:50px;display:table-cell;vertical-align:middle;}
0.372505
0.295967
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap"); :root { --bg-clr: #102432; --bg-light-color: #152f40; --text-clr: #ffffff; --accent-clr: #ffda17; /* e88e29 df8118 ffda17 */ /*========== Colors ==========*/ --first-color: #ffda17; --first-color-light: #152f40; --body-color: #102432; /*========== Font and typography ==========*/ --body-font: "Quicksand", sans-serif; --normal-font-size: 1rem; } /* reset default styles */ *, *::after, *::before { box-sizing: border-box; } html, body { margin: 0; padding: 0; scroll-behavior: smooth; background-color: var(--bg-clr); color: var(--text-clr); font-size: 100%; font-weight: 400; font-family: Poppins; } a, a:focus, a:target { color: inherit; text-decoration: none; } ul, li { margin: 0; padding: 0; list-style: none; } p { opacity: 0.7; } header { height: 4em; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0 1em; position: relative; } .logo { font-size: 1.75rem; color: var(--accent-clr); border: 3px solid var(--accent-clr); height: 1.5em; width: 1.5em; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: color 0.35s ease-in-out; } .logo:hover { color: var(--text-clr); } .toggle { cursor: pointer; } .toggle svg { fill: var(--accent-clr); height: 1.5em; width: 1.5em; } .toggle.close { margin: 1em 0; } nav { width: 100%; max-width: 80vw; position: fixed; background: var(--bg-light-color); top: 0; right: -80vw; bottom: 0; height: 100%; padding: 1em; transition: all 0.35s ease-in-out; z-index: 100; } .site-nav li a { padding: 0.5em 0; display: block; } /* Main Container */ .main-container { max-width: 1150px; width: 100%; margin: 0 auto; padding: 0 1em; } /* Hero Section */ .hero-section { min-height: calc(100vh - 10em); padding: 3em 0; display: flex; align-items: center; position: relative; } .hero-container { max-width: 650px; } .hero-top-section { font-size: 1.5em; } .hero-top-section span { color: var(--accent-clr); } .hero-title { font-size: 3em; font-weight: 700; line-height: 1; } .hero-subtitle { font-size: 2em; opacity: 0.7; } /* cta */ .custom-cta { padding: 6px; height: 40px; background: var(--bg-light-color); display: inline-flex; align-items: center; border-radius: 40px; } .custom-cta svg { fill: var(--text-clr); margin: 0; width: 0; padding: 0; transition: all 0.5s ease-in-out; } .custom-cta span { display: flex; align-items: center; justify-content: center; color: var(--bg-clr); /* background: var(--accent-clr); */ background-image: linear-gradient( 135deg, #ffff77 0, #fff14e 25%, #f8d110 50%, #deb100 75%, #c79500 100% ); padding: 0 1.5em; font-size: 13px; height: 28px; border-radius: 28px; } .custom-cta:hover svg { width: 1em; height: 1em; margin: 6em 0.8em; } section { padding: 6em 0; } .section-title { font-size: 1.75em; font-weight: 700; margin-bottom: 1.5em; } .section-title::before { content: "/"; color: var(--accent-clr); margin-right: 0.5em; } /*========== ICONS TOOLTIP ==========*/ .social, .social__container, .social__content { display: flex; flex-wrap: wrap; justify-content: center; } /* .social { height: 100vh; justify-content: center; align-items: center; } */ .social__content { position: relative; padding: 0.5rem; margin: 2rem 1rem; background-color: var(--first-color-light); border-radius: 1rem; box-shadow: -2px -2px 8px #fafaff, 2px 2px 8px rgba(13, 12, 64, 0.2); cursor: pointer; } .social__icon { font-size: 2rem; color: var(--first-color); width: 35px; } .social__tooltip { opacity: 0; position: absolute; padding: 0.5rem 1rem; background-color: var(--first-color); color: var(--first-color-light); font-size: var(--normal-font-size); white-space: nowrap; font-weight: 700; border-radius: 0.5rem; pointer-events: none; } .social__tooltip::after { content: ""; position: absolute; width: 12px; height: 12px; background-color: var(--first-color); border-radius: 3px; } .social__content, .social__tooltip, .social__icon { transition: 0.3s; } .social__content:hover { background-color: var(--first-color); } .social__content:hover .social__icon { color: var(--first-color-light); } /*========== Tooltip left ==========*/ .social__tooltip-left { left: 0; transform: translateX(-100%); } .social__tooltip-left::after { top: 50%; transform: translate(50%, -50%) rotate(45deg); right: 1px; } .social__content:hover .social__tooltip-left { opacity: 1; left: -1rem; } /*========== Tooltip top ==========*/ .social__tooltip-top { top: -2.25rem; left: 50%; transform: translateX(-50%); } .social__tooltip-top::after { left: 50%; transform: translate(-50%, 50%) rotate(45deg); bottom: 1px; } .social__content:hover .social__tooltip-top { opacity: 1; top: -3.25rem; } /*========== Tooltip bottom ==========*/ .social__tooltip-bottom { bottom: 0; left: 50%; transform: translate(-50%, 100%); } .social__tooltip-bottom::after { left: 50%; transform: translate(-50%, -50%) rotate(45deg); top: 1px; } .social__content:hover .social__tooltip-bottom { opacity: 1; bottom: -1rem; } /*========== Tooltip right ==========*/ .social__tooltip-right { right: 0; transform: translateX(100%); } .social__tooltip-right::after { top: 50%; transform: translate(-50%, -50%) rotate(45deg); left: 1px; } .social__content:hover .social__tooltip-right { opacity: 1; right: -1rem; } .image-wrapper { width: 100%; max-width: 300px; padding: 0.5em; margin: 0 auto; border: 1px solid #fafafa; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: all 0.35s ease-in-out; cursor: pointer; /* overflow: hidden; */ } .image-wrapper img { width: 100%; height: auto; border-radius: 5px; opacity: 0.2; transition: 0.2s all 0.35s ease-in-out; } .image-wrapper:hover { padding: 1em; transform: scale(1.06); border-color: var(--accent-clr); } .image-wrapper:hover img { opacity: 1; } /* Typing zone */ .wrapper { display: flex; justify-content: center; align-items: center; } .wrapper .dynamic-txts { /* margin-left: 15px; */ display: flex; align-items: center; flex-direction: column; height: 88px; line-height: 90px; overflow: hidden; } .dynamic-txts li { color: #ffda17; list-style: none; font-size: 66px; font-weight: 500; font-family: "Quicksand", sans-serif; position: relative; top: 0; animation: slide 8s steps(5) infinite; } @keyframes slide { 100% { top: -450px; } } .dynamic-txts li span { position: relative; margin: 5px 0; line-height: 10px; /* animation: changeColor 3s linear infinite; */ } .dynamic-txts li span::after { content: ""; position: absolute; left: 0; height: 100%; width: 100%; background: var(--bg-clr); border-left: 2px solid #ffda17; animation: typing 1.6s steps(10) infinite; } @keyframes typing { 40%, 60% { left: calc(100% + 30px); } 100% { left: 0; } } /* technologies section */ section .lights { position: relative; display: flex; justify-content: center; flex-direction: column; align-items: center; background: var(--bg-clr); } section .loader { position: relative; display: flex; animation: changeColor 3s linear infinite; } @keyframes changeColor { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } } section .loader .dot { position: relative; display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; background: var(--first-color); box-shadow: 0 0 10px #ffda17; margin: 50px 10px; transform: scale(0.1); border-radius: 50%; animation: animateDot 4s linear infinite; animation-delay: calc(0.7s * var(--i)); } section .loader:last-child .dot { animation: animateDot1 2s linear infinite; animation-delay: calc(-0.1s * var(--i)); } @keyframes animateDot { 0% { transform: scale(0.1); } 10% { transform: scale(5); } 50%, 100% { transform: scale(0.1); } } @keyframes animateDot1 { 0% { transform: scale(0.1); } 10% { transform: scale(1); } 50%, 100% { transform: scale(0.1); } } /* Work section */ .work-section { display: grid; grid-template-columns: 100%; gap: 10px; } .work-card { background: var(--bg-light-color); padding: 1em; border-radius: 5px; } .work-top { display: flex; justify-content: space-between; margin-bottom: 1em; } .folder { fill: var(--accent-clr); height: 2em; width: 2em; } /* .work-top span a */ .work-top span svg { fill: var(--text-clr); height: 1em; width: 1em; } .work-title { font-size: 1.5em; line-height: 1.2; margin-bottom: 25px; } .img-calculator img { position: relative; width: 100%; /* max-width: 500px; */ border-radius: 5px; } .work-title p { font-size: 0.8em; } .work-technologies span { display: inline-flex; padding: 0.3em 1.5em; margin: 0.2em; font-size: 1em; background: var(--bg-clr); border-radius: 2em; cursor: pointer; transition: all 0.35s ease-in-out; } .work-technologies span:hover { background: var(--accent-clr); color: var(--bg-clr); } .contact-section { background: var(--bg-light-color); } .contact-section h1 { font-size: 3em; margin: 0; padding: 0; } .contact-section p { margin-top: 0; } .custom-cta.dark { background: var(--bg-clr); } footer p { font-size: 0.8em; } /* Responsive Design */ @media (min-width: 650px) { .work-section { grid-template-columns: 1fr 1fr; } } /* JavaScript */ .nav-open { right: 0; }
assets/css/styles.css
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap"); :root { --bg-clr: #102432; --bg-light-color: #152f40; --text-clr: #ffffff; --accent-clr: #ffda17; /* e88e29 df8118 ffda17 */ /*========== Colors ==========*/ --first-color: #ffda17; --first-color-light: #152f40; --body-color: #102432; /*========== Font and typography ==========*/ --body-font: "Quicksand", sans-serif; --normal-font-size: 1rem; } /* reset default styles */ *, *::after, *::before { box-sizing: border-box; } html, body { margin: 0; padding: 0; scroll-behavior: smooth; background-color: var(--bg-clr); color: var(--text-clr); font-size: 100%; font-weight: 400; font-family: Poppins; } a, a:focus, a:target { color: inherit; text-decoration: none; } ul, li { margin: 0; padding: 0; list-style: none; } p { opacity: 0.7; } header { height: 4em; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0 1em; position: relative; } .logo { font-size: 1.75rem; color: var(--accent-clr); border: 3px solid var(--accent-clr); height: 1.5em; width: 1.5em; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: color 0.35s ease-in-out; } .logo:hover { color: var(--text-clr); } .toggle { cursor: pointer; } .toggle svg { fill: var(--accent-clr); height: 1.5em; width: 1.5em; } .toggle.close { margin: 1em 0; } nav { width: 100%; max-width: 80vw; position: fixed; background: var(--bg-light-color); top: 0; right: -80vw; bottom: 0; height: 100%; padding: 1em; transition: all 0.35s ease-in-out; z-index: 100; } .site-nav li a { padding: 0.5em 0; display: block; } /* Main Container */ .main-container { max-width: 1150px; width: 100%; margin: 0 auto; padding: 0 1em; } /* Hero Section */ .hero-section { min-height: calc(100vh - 10em); padding: 3em 0; display: flex; align-items: center; position: relative; } .hero-container { max-width: 650px; } .hero-top-section { font-size: 1.5em; } .hero-top-section span { color: var(--accent-clr); } .hero-title { font-size: 3em; font-weight: 700; line-height: 1; } .hero-subtitle { font-size: 2em; opacity: 0.7; } /* cta */ .custom-cta { padding: 6px; height: 40px; background: var(--bg-light-color); display: inline-flex; align-items: center; border-radius: 40px; } .custom-cta svg { fill: var(--text-clr); margin: 0; width: 0; padding: 0; transition: all 0.5s ease-in-out; } .custom-cta span { display: flex; align-items: center; justify-content: center; color: var(--bg-clr); /* background: var(--accent-clr); */ background-image: linear-gradient( 135deg, #ffff77 0, #fff14e 25%, #f8d110 50%, #deb100 75%, #c79500 100% ); padding: 0 1.5em; font-size: 13px; height: 28px; border-radius: 28px; } .custom-cta:hover svg { width: 1em; height: 1em; margin: 6em 0.8em; } section { padding: 6em 0; } .section-title { font-size: 1.75em; font-weight: 700; margin-bottom: 1.5em; } .section-title::before { content: "/"; color: var(--accent-clr); margin-right: 0.5em; } /*========== ICONS TOOLTIP ==========*/ .social, .social__container, .social__content { display: flex; flex-wrap: wrap; justify-content: center; } /* .social { height: 100vh; justify-content: center; align-items: center; } */ .social__content { position: relative; padding: 0.5rem; margin: 2rem 1rem; background-color: var(--first-color-light); border-radius: 1rem; box-shadow: -2px -2px 8px #fafaff, 2px 2px 8px rgba(13, 12, 64, 0.2); cursor: pointer; } .social__icon { font-size: 2rem; color: var(--first-color); width: 35px; } .social__tooltip { opacity: 0; position: absolute; padding: 0.5rem 1rem; background-color: var(--first-color); color: var(--first-color-light); font-size: var(--normal-font-size); white-space: nowrap; font-weight: 700; border-radius: 0.5rem; pointer-events: none; } .social__tooltip::after { content: ""; position: absolute; width: 12px; height: 12px; background-color: var(--first-color); border-radius: 3px; } .social__content, .social__tooltip, .social__icon { transition: 0.3s; } .social__content:hover { background-color: var(--first-color); } .social__content:hover .social__icon { color: var(--first-color-light); } /*========== Tooltip left ==========*/ .social__tooltip-left { left: 0; transform: translateX(-100%); } .social__tooltip-left::after { top: 50%; transform: translate(50%, -50%) rotate(45deg); right: 1px; } .social__content:hover .social__tooltip-left { opacity: 1; left: -1rem; } /*========== Tooltip top ==========*/ .social__tooltip-top { top: -2.25rem; left: 50%; transform: translateX(-50%); } .social__tooltip-top::after { left: 50%; transform: translate(-50%, 50%) rotate(45deg); bottom: 1px; } .social__content:hover .social__tooltip-top { opacity: 1; top: -3.25rem; } /*========== Tooltip bottom ==========*/ .social__tooltip-bottom { bottom: 0; left: 50%; transform: translate(-50%, 100%); } .social__tooltip-bottom::after { left: 50%; transform: translate(-50%, -50%) rotate(45deg); top: 1px; } .social__content:hover .social__tooltip-bottom { opacity: 1; bottom: -1rem; } /*========== Tooltip right ==========*/ .social__tooltip-right { right: 0; transform: translateX(100%); } .social__tooltip-right::after { top: 50%; transform: translate(-50%, -50%) rotate(45deg); left: 1px; } .social__content:hover .social__tooltip-right { opacity: 1; right: -1rem; } .image-wrapper { width: 100%; max-width: 300px; padding: 0.5em; margin: 0 auto; border: 1px solid #fafafa; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: all 0.35s ease-in-out; cursor: pointer; /* overflow: hidden; */ } .image-wrapper img { width: 100%; height: auto; border-radius: 5px; opacity: 0.2; transition: 0.2s all 0.35s ease-in-out; } .image-wrapper:hover { padding: 1em; transform: scale(1.06); border-color: var(--accent-clr); } .image-wrapper:hover img { opacity: 1; } /* Typing zone */ .wrapper { display: flex; justify-content: center; align-items: center; } .wrapper .dynamic-txts { /* margin-left: 15px; */ display: flex; align-items: center; flex-direction: column; height: 88px; line-height: 90px; overflow: hidden; } .dynamic-txts li { color: #ffda17; list-style: none; font-size: 66px; font-weight: 500; font-family: "Quicksand", sans-serif; position: relative; top: 0; animation: slide 8s steps(5) infinite; } @keyframes slide { 100% { top: -450px; } } .dynamic-txts li span { position: relative; margin: 5px 0; line-height: 10px; /* animation: changeColor 3s linear infinite; */ } .dynamic-txts li span::after { content: ""; position: absolute; left: 0; height: 100%; width: 100%; background: var(--bg-clr); border-left: 2px solid #ffda17; animation: typing 1.6s steps(10) infinite; } @keyframes typing { 40%, 60% { left: calc(100% + 30px); } 100% { left: 0; } } /* technologies section */ section .lights { position: relative; display: flex; justify-content: center; flex-direction: column; align-items: center; background: var(--bg-clr); } section .loader { position: relative; display: flex; animation: changeColor 3s linear infinite; } @keyframes changeColor { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } } section .loader .dot { position: relative; display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; background: var(--first-color); box-shadow: 0 0 10px #ffda17; margin: 50px 10px; transform: scale(0.1); border-radius: 50%; animation: animateDot 4s linear infinite; animation-delay: calc(0.7s * var(--i)); } section .loader:last-child .dot { animation: animateDot1 2s linear infinite; animation-delay: calc(-0.1s * var(--i)); } @keyframes animateDot { 0% { transform: scale(0.1); } 10% { transform: scale(5); } 50%, 100% { transform: scale(0.1); } } @keyframes animateDot1 { 0% { transform: scale(0.1); } 10% { transform: scale(1); } 50%, 100% { transform: scale(0.1); } } /* Work section */ .work-section { display: grid; grid-template-columns: 100%; gap: 10px; } .work-card { background: var(--bg-light-color); padding: 1em; border-radius: 5px; } .work-top { display: flex; justify-content: space-between; margin-bottom: 1em; } .folder { fill: var(--accent-clr); height: 2em; width: 2em; } /* .work-top span a */ .work-top span svg { fill: var(--text-clr); height: 1em; width: 1em; } .work-title { font-size: 1.5em; line-height: 1.2; margin-bottom: 25px; } .img-calculator img { position: relative; width: 100%; /* max-width: 500px; */ border-radius: 5px; } .work-title p { font-size: 0.8em; } .work-technologies span { display: inline-flex; padding: 0.3em 1.5em; margin: 0.2em; font-size: 1em; background: var(--bg-clr); border-radius: 2em; cursor: pointer; transition: all 0.35s ease-in-out; } .work-technologies span:hover { background: var(--accent-clr); color: var(--bg-clr); } .contact-section { background: var(--bg-light-color); } .contact-section h1 { font-size: 3em; margin: 0; padding: 0; } .contact-section p { margin-top: 0; } .custom-cta.dark { background: var(--bg-clr); } footer p { font-size: 0.8em; } /* Responsive Design */ @media (min-width: 650px) { .work-section { grid-template-columns: 1fr 1fr; } } /* JavaScript */ .nav-open { right: 0; }
0.321034
0.090454
*{ margin:0px;padding:0px; } body{ margin:0 auto; width:1300px; } ul>li{ list-style-type:none; } a{ color:#333; text-decoration:none; } a:hover{ color:#e53; text-decoration:none; } .parent{ /* width:1000px; height:1000px; */ display:flex; flex-flow:column wrap; justify-content:space-between; } .frist_child{ display:flex; flex-flow:row wrap; justify-content:flex-start; font-size:24px; margin-left:168px; } .frist_child span{ position: relative; top:30px; font-size: 24px; padding-left:5px } .frist_child img{ width:190px; height:88px; vertical-align:top; } .second_child{ display:inline-flex; flex-flow:row wrap; justify-content:center; border:1px solid #000; } .thired_child ul{ display:inline-flex; flex-flow:column wrap; justify-content:flex-start; margin-left:50px; } .thired_child_li1{ display:inline-flex; flex-flow:row wrap; justify-content:flex-start; } .thired_child_d2{ /* width: 405px; */ display:inline-flex; flex-flow:row wrap; justify-content:space-between; height:50px; /* border:1px solid #ccc; */ } .thired_child_li1 .thired_child_d1{ text-align: center; line-height: 3; width: 200px; height:50px; border:1px solid #ccc; } .thired_child_li1 .thired_child_d1:hover{ background:#f65; } #ddd1{ border-bottom:3px solid #e53; } .thired_child .thired_child_li2 img{ width:30px; height:24px; margin-top:10px; /* line-height:3; */ } .thired_child .thired_child_li2 input{ width:368px; height:48px; } .thired_child_d3{ display:inline-flex; flex-flow:row wrap; justify-content:space-between; margin-top:10px; } .thired_child_d5{ display:inline-flex; flex-flow:row wrap; justify-content:flex-start; width: 300px; height:50px; /* margin-left:40px; */ line-height: 3; } .thired_child_d5 img{ margin-right:10px; } /* .thired_child_d5 span{ border:1px solid #000; background:pink; } */ .thired_child_d5 a{ border:1px solid #000; background:pink; } .thired_child_d4{ width: 180px; height:50px; text-align:center; border:1px solid #ccc; } .thired_child_d4 input{ width:80px; height:38px; margin-top:5px; border: 0; } .thired_child_d6{ width: 410px; height:35px; margin-top:10px; background:#f65; border:1px solid #ccc; } .thired_child_li4{ margin-top:10px; display:inline-flex; flex-flow:row wrap; justify-content:space-between; } .thired_child_li4 .dd{ margin-right:70px; } .thired_child_d7{ margin-top:10px; width: 410px; height:50px; font-size:30px; text-align:center; background:#f65; line-height:1.5; } .thired_child_d8{ text-align:center; } #thired_child_ul2{ display:inline-flex; flex-flow:row wrap; justify-content:center; padding-left:100px; padding-right:100px; }
boqii/public/css/boqii_login.css
*{ margin:0px;padding:0px; } body{ margin:0 auto; width:1300px; } ul>li{ list-style-type:none; } a{ color:#333; text-decoration:none; } a:hover{ color:#e53; text-decoration:none; } .parent{ /* width:1000px; height:1000px; */ display:flex; flex-flow:column wrap; justify-content:space-between; } .frist_child{ display:flex; flex-flow:row wrap; justify-content:flex-start; font-size:24px; margin-left:168px; } .frist_child span{ position: relative; top:30px; font-size: 24px; padding-left:5px } .frist_child img{ width:190px; height:88px; vertical-align:top; } .second_child{ display:inline-flex; flex-flow:row wrap; justify-content:center; border:1px solid #000; } .thired_child ul{ display:inline-flex; flex-flow:column wrap; justify-content:flex-start; margin-left:50px; } .thired_child_li1{ display:inline-flex; flex-flow:row wrap; justify-content:flex-start; } .thired_child_d2{ /* width: 405px; */ display:inline-flex; flex-flow:row wrap; justify-content:space-between; height:50px; /* border:1px solid #ccc; */ } .thired_child_li1 .thired_child_d1{ text-align: center; line-height: 3; width: 200px; height:50px; border:1px solid #ccc; } .thired_child_li1 .thired_child_d1:hover{ background:#f65; } #ddd1{ border-bottom:3px solid #e53; } .thired_child .thired_child_li2 img{ width:30px; height:24px; margin-top:10px; /* line-height:3; */ } .thired_child .thired_child_li2 input{ width:368px; height:48px; } .thired_child_d3{ display:inline-flex; flex-flow:row wrap; justify-content:space-between; margin-top:10px; } .thired_child_d5{ display:inline-flex; flex-flow:row wrap; justify-content:flex-start; width: 300px; height:50px; /* margin-left:40px; */ line-height: 3; } .thired_child_d5 img{ margin-right:10px; } /* .thired_child_d5 span{ border:1px solid #000; background:pink; } */ .thired_child_d5 a{ border:1px solid #000; background:pink; } .thired_child_d4{ width: 180px; height:50px; text-align:center; border:1px solid #ccc; } .thired_child_d4 input{ width:80px; height:38px; margin-top:5px; border: 0; } .thired_child_d6{ width: 410px; height:35px; margin-top:10px; background:#f65; border:1px solid #ccc; } .thired_child_li4{ margin-top:10px; display:inline-flex; flex-flow:row wrap; justify-content:space-between; } .thired_child_li4 .dd{ margin-right:70px; } .thired_child_d7{ margin-top:10px; width: 410px; height:50px; font-size:30px; text-align:center; background:#f65; line-height:1.5; } .thired_child_d8{ text-align:center; } #thired_child_ul2{ display:inline-flex; flex-flow:row wrap; justify-content:center; padding-left:100px; padding-right:100px; }
0.2819
0.047603
@-moz-document url-prefix(http://www.tumblr.com/),url-prefix(https://www.tumblr.com/){ #popover_blogs .tab_notice:after{display:none; } div.l-header .iconic>a{ background-image:url('http://media.tumblr.com/0a921748e15ed0577814ca6330f0b39e/tumblr_inline_narflgKOBX1qkv2pp.png') !important;} .tab_bar .iconic a.tab_anchor { background-size: 170px 36px; } .tab.iconic > .tab_anchor::before { content: none !important; } #activity_button a, #messaging_button.with_notice, #inbox_button a, #account_button, #discover_button a, #home_button a { height: 0 !important; width: 0 !important; top: 0px !important; padding-left: 36px !important; padding-top: 36px !important; } /* i really want this to be global */ } #messaging_button { background-image: url("http://41.media.tumblr.com/c3297dd0530e1270b1f1b9e03bc13410/tumblr_inline_nxmo3mkkHi1qkv2pp_75sq.png") !important; background-size: 36px 36px !important; background-repeat: no-repeat !important; opacity: .7 !important;} #account_button { background-image: url("http://media.tumblr.com/58143146018be44d544cf76b67743047/tumblr_inline_nktu9egVpj1qkv2pp.png") !important; background-repeat: no-repeat !important; background-size: 37px 37px !important; opacity: .7 !important;} #activity_button a { height: 0 !important; width: 0 !important; top: 0px !important; padding-left: 37px !important; padding-top: 37px !important; background: url('http://41.media.tumblr.com/c9cdcd0fb02e58367d0ee23a7c40b2a0/tumblr_inline_nmigvi6auk1qkv2pp_75sq.png') !important;} .tab_bar .tab_nav_account tab_anchor {background-position: -175 0} .tab_bar .tab_activity .tab_anchor {background-position: -140 0} .tab_bar .tab_messaging.with_notice .tab_anchor {background-position: -105 0} .tab_bar .tab_inbox .tab_anchor {background-position: -70px 0} .tab_bar .tab_discover .tab_anchor {background-position: -35px 0} .tab_bar .tab_home .tab_anchor {background-position: 0 0} .tab_bar .tab.iconic:hover .tab_anchor,.tab_bar .tab.iconic:active .tab_anchor { opacity: .7; } .tab_bar .tab.iconic:hover .tab_anchor,.tab_bar .tab.iconic:active .tab_anchor {opacity: .7;} .tab.iconic > .tab_anchor::before {content: none !important;} .tab.iconic > .tab_anchor i::before {content: none !important;}
data/usercss/104623.user.css
@-moz-document url-prefix(http://www.tumblr.com/),url-prefix(https://www.tumblr.com/){ #popover_blogs .tab_notice:after{display:none; } div.l-header .iconic>a{ background-image:url('http://media.tumblr.com/0a921748e15ed0577814ca6330f0b39e/tumblr_inline_narflgKOBX1qkv2pp.png') !important;} .tab_bar .iconic a.tab_anchor { background-size: 170px 36px; } .tab.iconic > .tab_anchor::before { content: none !important; } #activity_button a, #messaging_button.with_notice, #inbox_button a, #account_button, #discover_button a, #home_button a { height: 0 !important; width: 0 !important; top: 0px !important; padding-left: 36px !important; padding-top: 36px !important; } /* i really want this to be global */ } #messaging_button { background-image: url("http://41.media.tumblr.com/c3297dd0530e1270b1f1b9e03bc13410/tumblr_inline_nxmo3mkkHi1qkv2pp_75sq.png") !important; background-size: 36px 36px !important; background-repeat: no-repeat !important; opacity: .7 !important;} #account_button { background-image: url("http://media.tumblr.com/58143146018be44d544cf76b67743047/tumblr_inline_nktu9egVpj1qkv2pp.png") !important; background-repeat: no-repeat !important; background-size: 37px 37px !important; opacity: .7 !important;} #activity_button a { height: 0 !important; width: 0 !important; top: 0px !important; padding-left: 37px !important; padding-top: 37px !important; background: url('http://41.media.tumblr.com/c9cdcd0fb02e58367d0ee23a7c40b2a0/tumblr_inline_nmigvi6auk1qkv2pp_75sq.png') !important;} .tab_bar .tab_nav_account tab_anchor {background-position: -175 0} .tab_bar .tab_activity .tab_anchor {background-position: -140 0} .tab_bar .tab_messaging.with_notice .tab_anchor {background-position: -105 0} .tab_bar .tab_inbox .tab_anchor {background-position: -70px 0} .tab_bar .tab_discover .tab_anchor {background-position: -35px 0} .tab_bar .tab_home .tab_anchor {background-position: 0 0} .tab_bar .tab.iconic:hover .tab_anchor,.tab_bar .tab.iconic:active .tab_anchor { opacity: .7; } .tab_bar .tab.iconic:hover .tab_anchor,.tab_bar .tab.iconic:active .tab_anchor {opacity: .7;} .tab.iconic > .tab_anchor::before {content: none !important;} .tab.iconic > .tab_anchor i::before {content: none !important;}
0.159446
0.057308
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { span.apico-black { background-image: url("../img/ap_icons_black_2x_social.png"); } span.apico-color { background-image: url("../img/ap_icons_color_2x_social.png"); } span.apico-white { background-image: url("../img/ap_icons_white_2x_social.png"); } } span.apico-black { background-image: url("../img/ap_icons_black_social.png"); } span.apico-color { background-image: url("../img/ap_icons_color_social.png"); } span.apico-white { background-image: url("../img/ap_icons_white_social.png"); } .apico{ list-style-type: none; line-height: 32px; vertical-align: middle; } .apico-black, .apico-color, .apico-white { display: inline-block; width: 32px; height: 32px; line-height: 32px; vertical-align: middle; } /* body{ background-color: #BBBBBB; } body h2{ color: #FFFFFF; } */ /******************************** * social-sport * ***/ .apico-twitter { background-position: 0px -2px; } /*0 2px off*/ .apico-facebook { background-position: -51px 0px; } /*1 0 off*/ .apico-google-plus { background-position: -100px 0px; } .apico-linkedin { background-position: -150px -2px; } /*0 2px off*/ .apico-pinterest { background-position: -200px 0px; } .apico-flickr { background-position: -250px 0px; } .apico-rss { background-position: -300px -2px; } .apico-vimeo { background-position: -350px 0px; } .apico-bebo { background-position: -400px 0px; } .apico-github { background-position: -450px 0px; } .apico-picasa { background-position: -500px 0px; } .apico-skype { background-position: -550px 0px; } .apico-twitter-square { background-position: 0px -50px; } .apico-facebook-square { background-position: -50px -50px; } .apico-google-plus-square { background-position: -100px -50px; } .apico-linkedin-square { background-position: -150px -50px; } .apico-pinterest-square { background-position: -200px -50px; } .apico-flickr-square { background-position: -250px -50px; } .apico-rss-square { background-position: -300px -50px; } .apico-vimeo-square { background-position: -350px -50px; } .apico-bebo-square { background-position: -400px -50px; } .apico-github-square { background-position: -450px -50px; } .apico-picasa-square { background-position: -500px -50px; } .apico-skype-square { background-position: -550px -50px; } .apico-twitter-circle { background-position: 0px -100px; } .apico-facebook-circle { background-position: -50px -100px; } .apico-google-plus-circle { background-position: -100px -100px; } .apico-linkedin-circle { background-position: -150px -100px; } .apico-pinterest-circle { background-position: -200px -100px; } .apico-flickr-circle { background-position: -250px -100px; } .apico-rss-circle { background-position: -300px -100px; } .apico-vimeo-circle { background-position: -350px -100px; } .apico-bebo-circle { background-position: -400px -100px; } .apico-github-circle { background-position: -450px -100px; } .apico-picasa-circle { background-position: -500px -100px; } .apico-skype-circle { background-position: -550px -100px; } .apico-youtube { background-position: 0px -150px; } .apico-dribbble { background-position: -50px -150px; } .apico-zerply { background-position: -100px -150px; } .apico-wikipedia { background-position: -150px -150px; } .apico-stumbleupon { background-position: -200px -150px; } .apico-grooveshark { background-position: -250px -150px; } .apico-digg { background-position: -299px -153px; } /*1 3px off*/.apico-behance { background-position: -350px -153px; } /*0 2px off*/ .apico-technoratie { background-position: -400px -150px; } .apico-blogger { background-position: -450px -150px; } .apico-tumblr { background-position: -500px -150px; } .apico-dropbox { background-position: -550px -150px; } .apico-youtube-square { background-position: 0px -200px; } .apico-dribbble-square { background-position: -50px -200px; } .apico-zerply-square { background-position: -100px -200px; } .apico-wikipedia-square { background-position: -150px -200px; } .apico-stumbleupon-square { background-position: -200px -200px; } .apico-grooveshark-square { background-position: -250px -200px; } .apico-digg-square { background-position: -300px -200px; } .apico-behance-square { background-position: -350px -200px; } .apico-technoratie-square { background-position: -400px -200px; } .apico-blogger-square { background-position: -450px -200px; } .apico-tumblr-square { background-position: -500px -200px; } .apico-dropbox-square { background-position: -550px -200px; } .apico-youtube-circle { background-position: 0px -250px; } .apico-dribbble-circle { background-position: -50px -250px; } .apico-zerply-circle { background-position: -100px -250px; } .apico-wikipedia-circle { background-position: -150px -250px; } .apico-stumbleupon-circle { background-position: -200px -250px; } .apico-grooveshark-circle { background-position: -250px -250px; } .apico-digg-circle { background-position: -300px -250px; } .apico-behance-circle { background-position: -350px -250px; } .apico-technoratie-circle { background-position: -400px -250px; } .apico-blogger-circle { background-position: -450px -250px; } .apico-tumblr-circle { background-position: -500px -250px; } .apico-dropbox-circle { background-position: -550px -250px; } .apico-fingers2 { background-position: 0px -300px; } .apico-fingers3 { background-position: -50px -300px; } .apico-fingers4 { background-position: -100px -300px; } .apico-fingers5 { background-position: -150px -300px; } .apico-fingers-spread { background-position: -200px -300px; } .apico-fingers-wave { background-position: -250px -300px; } .apico-fingers-drag { background-position: -300px -300px; } .apico-fingers-touch { background-position: -350px -300px; } .apico-fingers-scroll { background-position: -400px -300px; } .apico-fingers-scroll-down { background-position: -450px -300px; } .apico-fingers-slide { background-position: -500px -300px; } .apico-fingers5-spread { background-position: -550px -300px; } /* social icons */ .social_facebook{ .apico-black; .apico-facebook-square; } .social_facebook:hover{ .apico-color; .apico-facebook-square; }
assets/css/third-party/social_icons/css_sprite/css/apico-sprites.css
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { span.apico-black { background-image: url("../img/ap_icons_black_2x_social.png"); } span.apico-color { background-image: url("../img/ap_icons_color_2x_social.png"); } span.apico-white { background-image: url("../img/ap_icons_white_2x_social.png"); } } span.apico-black { background-image: url("../img/ap_icons_black_social.png"); } span.apico-color { background-image: url("../img/ap_icons_color_social.png"); } span.apico-white { background-image: url("../img/ap_icons_white_social.png"); } .apico{ list-style-type: none; line-height: 32px; vertical-align: middle; } .apico-black, .apico-color, .apico-white { display: inline-block; width: 32px; height: 32px; line-height: 32px; vertical-align: middle; } /* body{ background-color: #BBBBBB; } body h2{ color: #FFFFFF; } */ /******************************** * social-sport * ***/ .apico-twitter { background-position: 0px -2px; } /*0 2px off*/ .apico-facebook { background-position: -51px 0px; } /*1 0 off*/ .apico-google-plus { background-position: -100px 0px; } .apico-linkedin { background-position: -150px -2px; } /*0 2px off*/ .apico-pinterest { background-position: -200px 0px; } .apico-flickr { background-position: -250px 0px; } .apico-rss { background-position: -300px -2px; } .apico-vimeo { background-position: -350px 0px; } .apico-bebo { background-position: -400px 0px; } .apico-github { background-position: -450px 0px; } .apico-picasa { background-position: -500px 0px; } .apico-skype { background-position: -550px 0px; } .apico-twitter-square { background-position: 0px -50px; } .apico-facebook-square { background-position: -50px -50px; } .apico-google-plus-square { background-position: -100px -50px; } .apico-linkedin-square { background-position: -150px -50px; } .apico-pinterest-square { background-position: -200px -50px; } .apico-flickr-square { background-position: -250px -50px; } .apico-rss-square { background-position: -300px -50px; } .apico-vimeo-square { background-position: -350px -50px; } .apico-bebo-square { background-position: -400px -50px; } .apico-github-square { background-position: -450px -50px; } .apico-picasa-square { background-position: -500px -50px; } .apico-skype-square { background-position: -550px -50px; } .apico-twitter-circle { background-position: 0px -100px; } .apico-facebook-circle { background-position: -50px -100px; } .apico-google-plus-circle { background-position: -100px -100px; } .apico-linkedin-circle { background-position: -150px -100px; } .apico-pinterest-circle { background-position: -200px -100px; } .apico-flickr-circle { background-position: -250px -100px; } .apico-rss-circle { background-position: -300px -100px; } .apico-vimeo-circle { background-position: -350px -100px; } .apico-bebo-circle { background-position: -400px -100px; } .apico-github-circle { background-position: -450px -100px; } .apico-picasa-circle { background-position: -500px -100px; } .apico-skype-circle { background-position: -550px -100px; } .apico-youtube { background-position: 0px -150px; } .apico-dribbble { background-position: -50px -150px; } .apico-zerply { background-position: -100px -150px; } .apico-wikipedia { background-position: -150px -150px; } .apico-stumbleupon { background-position: -200px -150px; } .apico-grooveshark { background-position: -250px -150px; } .apico-digg { background-position: -299px -153px; } /*1 3px off*/.apico-behance { background-position: -350px -153px; } /*0 2px off*/ .apico-technoratie { background-position: -400px -150px; } .apico-blogger { background-position: -450px -150px; } .apico-tumblr { background-position: -500px -150px; } .apico-dropbox { background-position: -550px -150px; } .apico-youtube-square { background-position: 0px -200px; } .apico-dribbble-square { background-position: -50px -200px; } .apico-zerply-square { background-position: -100px -200px; } .apico-wikipedia-square { background-position: -150px -200px; } .apico-stumbleupon-square { background-position: -200px -200px; } .apico-grooveshark-square { background-position: -250px -200px; } .apico-digg-square { background-position: -300px -200px; } .apico-behance-square { background-position: -350px -200px; } .apico-technoratie-square { background-position: -400px -200px; } .apico-blogger-square { background-position: -450px -200px; } .apico-tumblr-square { background-position: -500px -200px; } .apico-dropbox-square { background-position: -550px -200px; } .apico-youtube-circle { background-position: 0px -250px; } .apico-dribbble-circle { background-position: -50px -250px; } .apico-zerply-circle { background-position: -100px -250px; } .apico-wikipedia-circle { background-position: -150px -250px; } .apico-stumbleupon-circle { background-position: -200px -250px; } .apico-grooveshark-circle { background-position: -250px -250px; } .apico-digg-circle { background-position: -300px -250px; } .apico-behance-circle { background-position: -350px -250px; } .apico-technoratie-circle { background-position: -400px -250px; } .apico-blogger-circle { background-position: -450px -250px; } .apico-tumblr-circle { background-position: -500px -250px; } .apico-dropbox-circle { background-position: -550px -250px; } .apico-fingers2 { background-position: 0px -300px; } .apico-fingers3 { background-position: -50px -300px; } .apico-fingers4 { background-position: -100px -300px; } .apico-fingers5 { background-position: -150px -300px; } .apico-fingers-spread { background-position: -200px -300px; } .apico-fingers-wave { background-position: -250px -300px; } .apico-fingers-drag { background-position: -300px -300px; } .apico-fingers-touch { background-position: -350px -300px; } .apico-fingers-scroll { background-position: -400px -300px; } .apico-fingers-scroll-down { background-position: -450px -300px; } .apico-fingers-slide { background-position: -500px -300px; } .apico-fingers5-spread { background-position: -550px -300px; } /* social icons */ .social_facebook{ .apico-black; .apico-facebook-square; } .social_facebook:hover{ .apico-color; .apico-facebook-square; }
0.292191
0.090013
.xo-buttons a, .xo-buttons button { display: block-inline; margin: 0 5px 0 0; background: #e4e4e5 url('../assets/images/admin/bg_button.gif') repeat-x; border: 1px solid #d6d6d6; border-top: 1px solid #dedede; border-left: 1px solid #dedede; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size: 100%; line-height: 110%; text-decoration: none; font-weight: bold; color: #454545; cursor: pointer; padding: 3px 8px 4px 5px; /* Links */ } .xo-buttons a:hover, .xo-buttons button:hover { border: 1px solid #ccc; border-top: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; } .xo-buttons button { width: auto; overflow: visible; padding: 3px 8px 4px 5px; /* IE6 */ } .xo-buttons button[type] { padding: 3px 5px 4px 5px; /* Firefox */ line-height: 15px; /* Safari */ } *:first-child + html button[type] { padding: 3px 8px 4px 5px; /* IE7 */ } .xo-buttons button img, .xo-buttons a img { margin: 0 3px -3px 0 !important; padding: 0; border: none; width: 16px; height: 16px; } .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; } /* Buttons style */ /* align */ .floatright { float: right; margin: 0; padding: 2px; border: 0; } .floatleft { float: left; margin: 0; padding: 2px; border: 0; } .aligncenter { text-align: center; margin: 0; padding: 2px; border: 0; } /* align */ /* label */ .label { font-size: 16px; color: #2F5376; font-weight: bold; } /* label */ /* about */ #about label, #about text { display: block; float: left; margin-bottom: 12px; } #about label { text-align: right; width: 100px; padding-right: 20px; } #about br { clear: both; } /* about */ /* menu */ div.rmmenuicon { margin: 3px; font-family: Tahoma, Arial, Helvetica; text-align: center; } div.rmmenuicon a { display: block; float: left; height: 75px !important; height: 75px; width: 75px !important; width: 75px; vertical-align: middle; text-decoration: none; border: 1px solid #CCCCCC; padding: 2px 5px 1px 5px; margin: 3px; color: #666666; background-color: #f0f0f0; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; } div.rmmenuicon img { margin-top: 8px; margin-bottom: 8px; } div.rmmenuicon a span { font-size: 11px; font-weight: bold; display: block; } div.rmmenuicon a:hover { background-color: #FFF6C1; border: 1px solid #FF9900; color: #1E90FF; } div.rmmenuicon a:hover span { text-decoration: none; } div.CPbigTitle { font-size: 12px; color: #606060; background: no-repeat left top; font-weight: bold; height: 30px; vertical-align: middle; padding: 5px 0 0 40px; border-bottom: 1px solid #393e41; } /* menu */ .txtchangelog { height: 350px; overflow: auto; }
assets/css/admin.css
.xo-buttons a, .xo-buttons button { display: block-inline; margin: 0 5px 0 0; background: #e4e4e5 url('../assets/images/admin/bg_button.gif') repeat-x; border: 1px solid #d6d6d6; border-top: 1px solid #dedede; border-left: 1px solid #dedede; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size: 100%; line-height: 110%; text-decoration: none; font-weight: bold; color: #454545; cursor: pointer; padding: 3px 8px 4px 5px; /* Links */ } .xo-buttons a:hover, .xo-buttons button:hover { border: 1px solid #ccc; border-top: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; } .xo-buttons button { width: auto; overflow: visible; padding: 3px 8px 4px 5px; /* IE6 */ } .xo-buttons button[type] { padding: 3px 5px 4px 5px; /* Firefox */ line-height: 15px; /* Safari */ } *:first-child + html button[type] { padding: 3px 8px 4px 5px; /* IE7 */ } .xo-buttons button img, .xo-buttons a img { margin: 0 3px -3px 0 !important; padding: 0; border: none; width: 16px; height: 16px; } .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; } /* Buttons style */ /* align */ .floatright { float: right; margin: 0; padding: 2px; border: 0; } .floatleft { float: left; margin: 0; padding: 2px; border: 0; } .aligncenter { text-align: center; margin: 0; padding: 2px; border: 0; } /* align */ /* label */ .label { font-size: 16px; color: #2F5376; font-weight: bold; } /* label */ /* about */ #about label, #about text { display: block; float: left; margin-bottom: 12px; } #about label { text-align: right; width: 100px; padding-right: 20px; } #about br { clear: both; } /* about */ /* menu */ div.rmmenuicon { margin: 3px; font-family: Tahoma, Arial, Helvetica; text-align: center; } div.rmmenuicon a { display: block; float: left; height: 75px !important; height: 75px; width: 75px !important; width: 75px; vertical-align: middle; text-decoration: none; border: 1px solid #CCCCCC; padding: 2px 5px 1px 5px; margin: 3px; color: #666666; background-color: #f0f0f0; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; } div.rmmenuicon img { margin-top: 8px; margin-bottom: 8px; } div.rmmenuicon a span { font-size: 11px; font-weight: bold; display: block; } div.rmmenuicon a:hover { background-color: #FFF6C1; border: 1px solid #FF9900; color: #1E90FF; } div.rmmenuicon a:hover span { text-decoration: none; } div.CPbigTitle { font-size: 12px; color: #606060; background: no-repeat left top; font-weight: bold; height: 30px; vertical-align: middle; padding: 5px 0 0 40px; border-bottom: 1px solid #393e41; } /* menu */ .txtchangelog { height: 350px; overflow: auto; }
0.258981
0.207395
@font-face { font-family: 'Calibre Regular'; font-style: normal; font-weight: normal; src: local('Calibre Regular'), url('CalibreRegular.woff') format('woff'); } @font-face { font-family: 'Calibre Regular Italic'; font-style: normal; font-weight: normal; src: local('Calibre Regular Italic'), url('CalibreRegularItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Thin'; font-style: normal; font-weight: normal; src: local('Calibre Thin'), url('CalibreThin.woff') format('woff'); } @font-face { font-family: 'Calibre Thin Italic'; font-style: normal; font-weight: normal; src: local('Calibre Thin Italic'), url('CalibreThinItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Light'; font-style: normal; font-weight: normal; src: local('Calibre Light'), url('CalibreLight.woff') format('woff'); } @font-face { font-family: 'Calibre Light Italic'; font-style: normal; font-weight: normal; src: local('Calibre Light Italic'), url('CalibreLightItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Medium'; font-style: normal; font-weight: normal; src: local('Calibre Medium'), url('CalibreMedium.woff') format('woff'); } @font-face { font-family: 'Calibre Medium Italic'; font-style: normal; font-weight: normal; src: local('Calibre Medium Italic'), url('CalibreMediumItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Semibold'; font-style: normal; font-weight: normal; src: local('Calibre Semibold'), url('CalibreSemibold.woff') format('woff'); } @font-face { font-family: 'Calibre Semibold Italic'; font-style: normal; font-weight: normal; src: local('Calibre Semibold Italic'), url('CalibreSemiboldItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Bold'; font-style: normal; font-weight: normal; src: local('Calibre Bold'), url('CalibreBold.woff') format('woff'); } @font-face { font-family: 'Calibre Bold Italic'; font-style: normal; font-weight: normal; src: local('Calibre Bold Italic'), url('CalibreBoldItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Black'; font-style: normal; font-weight: normal; src: local('Calibre Black'), url('CalibreBlack.woff') format('woff'); } @font-face { font-family: 'Calibre Black Italic'; font-style: normal; font-weight: normal; src: local('Calibre Black Italic'), url('CalibreBlackItalic.woff') format('woff'); }
app/css/test/style.css
@font-face { font-family: 'Calibre Regular'; font-style: normal; font-weight: normal; src: local('Calibre Regular'), url('CalibreRegular.woff') format('woff'); } @font-face { font-family: 'Calibre Regular Italic'; font-style: normal; font-weight: normal; src: local('Calibre Regular Italic'), url('CalibreRegularItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Thin'; font-style: normal; font-weight: normal; src: local('Calibre Thin'), url('CalibreThin.woff') format('woff'); } @font-face { font-family: 'Calibre Thin Italic'; font-style: normal; font-weight: normal; src: local('Calibre Thin Italic'), url('CalibreThinItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Light'; font-style: normal; font-weight: normal; src: local('Calibre Light'), url('CalibreLight.woff') format('woff'); } @font-face { font-family: 'Calibre Light Italic'; font-style: normal; font-weight: normal; src: local('Calibre Light Italic'), url('CalibreLightItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Medium'; font-style: normal; font-weight: normal; src: local('Calibre Medium'), url('CalibreMedium.woff') format('woff'); } @font-face { font-family: 'Calibre Medium Italic'; font-style: normal; font-weight: normal; src: local('Calibre Medium Italic'), url('CalibreMediumItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Semibold'; font-style: normal; font-weight: normal; src: local('Calibre Semibold'), url('CalibreSemibold.woff') format('woff'); } @font-face { font-family: 'Calibre Semibold Italic'; font-style: normal; font-weight: normal; src: local('Calibre Semibold Italic'), url('CalibreSemiboldItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Bold'; font-style: normal; font-weight: normal; src: local('Calibre Bold'), url('CalibreBold.woff') format('woff'); } @font-face { font-family: 'Calibre Bold Italic'; font-style: normal; font-weight: normal; src: local('Calibre Bold Italic'), url('CalibreBoldItalic.woff') format('woff'); } @font-face { font-family: 'Calibre Black'; font-style: normal; font-weight: normal; src: local('Calibre Black'), url('CalibreBlack.woff') format('woff'); } @font-face { font-family: 'Calibre Black Italic'; font-style: normal; font-weight: normal; src: local('Calibre Black Italic'), url('CalibreBlackItalic.woff') format('woff'); }
0.630344
0.092811
@charset "UTF-8"; .head { background: #fafafa; padding: 4px 0; } .head ul { list-style-type: none; display: flex; } .head .mini-menu { padding: 0; } .head .mini-menu li { padding: 0 5px; border-right: 2px solid #a2a2a2; display: flex; } .head .mini-menu li:first-child { padding-left: 0; } .head .mini-menu li:last-child { border-right: 0; } .head .mini-menu li a { color: #a2a2a2; font-size: 10px; text-transform: capitalize; } .head .social-logo { display: flex; } .head .social-logo li { margin-right: 4px; } .head .social-logo li:last-child { margin-right: 0; } .head .social-logo li a { background-repeat: no-repeat; background-position-y: center; background-position-x: center; background-size: 15px; width: 15px; height: 20px; padding: 0 10px; background-color: #c7c7c7; display: inline-block; } .head .social-logo li.rss a { background-image: url("/images/1.png"); } .head .social-logo li.mail a { background-image: url("/images/2.png"); } .head .social-logo li.skype a { background-image: url("/images/3.png"); } .head .social-logo li.facebook a { background-image: url("/images/4.png"); } .head .social-logo li.dots a { background-image: url("/images/5.png"); } .head .social-logo li.google a { background-image: url("/images/6.png"); } .navbar-logo { display: flex; justify-content: center; padding: 30px 0; } .navbar-logo img { height: 70px; } .navbar { display: block; padding: 0; } .navbar .menu { border-top: 2px solid #f3f3f3; border-bottom: 7px solid #f3f3f3; text-align: center; } .navbar .collapse .navbar-nav { width: 100%; } .navbar .collapse .navbar-nav .menu-button { padding: 14px 17px; text-align: center; color: #929292; } .navbar .collapse .navbar-nav .nav-item { border-left: 1px solid #f3f3f3; padding: 0; width: 15%; } .navbar .collapse .navbar-nav .nav-item.active { border-top: 2px solid #f1cb51; margin: 0 3px; margin-top: -2px; } .navbar .collapse .navbar-nav .nav-item h5 { text-transform: uppercase; font-size: 16px; font-weight: 600; padding: 0; margin-bottom: -3px; } .navbar .collapse .navbar-nav .nav-item span { text-transform: lowercase; font-weight: 500; font-size: 12px; } .navbar .collapse .navbar-nav .nav-item .input-group { padding: 0; border: 1px solid #f3f3f3; align-items: center; } .navbar .collapse .navbar-nav .nav-item .input-group .form-control { border: 0; color: #a2a2a2; text-transform: capitalize; box-shadow: none; } .navbar .collapse .navbar-nav .nav-item .input-group a { padding: 5px; } .navbar .collapse .navbar-nav .nav-item .input-group a:hover { text-decoration: none; } .navbar .collapse .navbar-nav .nav-item .input-group a:before { content: "\F002"; font-family: "FontAwesome"; color: #a2a2a2; } .navbar .collapse .navbar-nav .nav-item:last-child .menu-button { padding-right: 0; } @media (max-width: 992px) { .navbar .collapse .navbar-nav .nav-item { width: 100%; border-left: 0; } footer .mini-menu li, .head .mini-menu li { padding: 0 2px !important; } .navbar .menu { border: none; } .home .news .news-container h4 { font-size: 15px !important; } } @media (min-width: 992px) { .navbar .collapse .navbar-nav .menu-button { padding: 14px 5px; } } @media (min-width: 1200px) { .navbar .collapse .navbar-nav .menu-button { padding: 14px 17px; } } footer { background: transparent; padding: 25px 0; } footer ul { list-style-type: none; display: flex; } footer .mini-menu { padding: 0; } footer .mini-menu li { padding: 0 5px; border-right: 2px solid #a2a2a2; display: flex; } footer .mini-menu li:first-child { padding-left: 0; } footer .mini-menu li:last-child { border-right: 0; } footer .mini-menu li a { color: #a2a2a2; font-size: 10px; text-transform: capitalize; } footer .social-logo { display: flex; } footer .social-logo li { margin-right: 4px; } footer .social-logo li:last-child { margin-right: 0; } footer .social-logo li a { background-repeat: no-repeat; background-position-y: center; background-position-x: center; background-size: 15px; width: 15px; height: 20px; padding: 0 10px; background-color: #c7c7c7; display: inline-block; } footer .social-logo li.rss a { background-image: url("/images/1.png"); } footer .social-logo li.mail a { background-image: url("/images/2.png"); } footer .social-logo li.skype a { background-image: url("/images/3.png"); } footer .social-logo li.facebook a { background-image: url("/images/4.png"); } footer .social-logo li.dots a { background-image: url("/images/5.png"); } footer .social-logo li.google a { background-image: url("/images/6.png"); } footer .text { font-size: 11px; color: #a2a2a2; } .home .carousel { margin-bottom: 35px; display: inline-block; width: 100%; } .home .carousel .slider { background: url(/images/slider.png); background-size: cover; min-height: 400px; display: flex; justify-content: flex-start; align-items: center; width: 100%; text-align: center; background-position-y: bottom; } .home .carousel .slider h3 { font-size: 59px; color: #555555; font-weight: 400; } .home .carousel .slider .subtext { background: url(/images/background-yellow.png) no-repeat; padding: 27px; background-size: contain; background-position-y: center; color: white; } .home .articles { margin-bottom: 35px; } .home .articles h6 { background-repeat: no-repeat; background-position-x: left; background-size: contain; padding-left: 37px; background-position-y: -1px; display: inline-block; margin-bottom: 30px; font-size: 18px; } .home .articles .phone > div { font-size: 13px; } .home .articles .phone h6 { background-image: url(/images/phone.png); } .home .articles .settings > div { font-size: 13px; } .home .articles .settings h6 { background-image: url(/images/settings.png); } .home .articles .magic > div { font-size: 13px; } .home .articles .magic h6 { background-image: url(/images/magic.png); } .home .quote { margin-bottom: 65px; border-top: 2px solid #e9e9e9; border-bottom: 2px solid #e9e9e9; background: #f5f5f5; text-align: center; padding: 20px 0; } .home .quote img { padding-bottom: 25px; } .home .quote h3 { font-size: 16px; text-align: center; padding: 0 130px; margin-bottom: 25px; color: #a2a2a2; font-weight: 400; } .home .quote h5 { text-align: center; font-style: italic; color: #a2a2a2; margin: 0; font-size: 14px; font-family: Georgia; } .home .quote h5 a { color: orange; text-decoration: underline; } .home .title { display: flex; margin-bottom: 30px; } .home .title h4 { text-transform: uppercase; margin: 0; font-size: 18px; } .home .title div { display: flex; flex: 1; height: 1px; background: #f5f5f5; } .home .accordion .card { border-radius: 0; border-left: none; border-right: none; } .home .accordion .card .card-header { border: 0; padding: 0; background-color: transparent; } .home .accordion .card .card-header button { display: block; background-repeat: no-repeat; background-position-y: center; background-size: 22px; padding-left: 34px; color: black; } .home .accordion .card h2 { background: url(/images/plus.png); display: block; background-repeat: no-repeat; background-position-y: 10px; background-position-x: right; background-size: 22px; color: black; } .home .accordion .collapse1 button { background: url(/images/1back.png); } .home .accordion .collapse2 button { background: url(/images/2back.png); } .home .accordion .collapse3 button { background: url(/images/3back.png); } .home .accordion .collapse4 button { background: url(/images/4back.png); } .home .accordion .collapse5 button { background: url(/images/5back.png); } .home .parent-reason { margin: 65px 0; } .home .reasons { font-size: 13px; padding-bottom: 20px; } .home .news .news-container { display: flex; margin-bottom: 25px; } .home .news .news-container h4 { background-image: url(/images/file.png); background-repeat: no-repeat; background-position-y: center; background-position: 0; background-size: contain; padding-left: 25px; display: inline-block; font-size: 18px; text-transform: uppercase; margin: 0; } .home .news .news-container .line { display: flex; height: 1px; background: #f5f5f5; margin: 0 10px; flex: 0.7; } .home .news .news-container .buttons { display: flex; flex: 0.3; } .home .news .news-container .buttons .arrow-right { background: #f7c925 url(/images/single-arrow-right.png) no-repeat; display: inline-block; width: 20px; height: 20px; background-size: 8px; background-position-y: center; background-position-x: center; outline: none; border: none; } .home .news .news-container .buttons .arrow-left { background: #f7c925 url(/images/single-arrow-left.png) no-repeat; display: inline-block; width: 20px; height: 20px; background-size: 8px; background-position-y: center; background-position-x: center; outline: none; border: none; margin-right: 2px; } .home .news .item .image { background: url(/images/back.png); min-height: 166px; position: relative; margin-bottom: 15px; } .home .news .item .image span { position: absolute; bottom: 0; font-size: 11px; background: #f7c925; color: white; padding: 1px 10px; } .home .news .item h5 { font-family: Arial; font-size: 13px; font-weight: bold; margin-bottom: 10px; } .home .news .item .text { font-size: 13px; } .home .purchase { border-top: 2px solid #e9e9e9; border-bottom: 2px solid #e9e9e9; background: #f5f5f5; padding: 50px 0; } .home .purchase h3 { font-size: 26px; color: #747474; font-weight: 500; display: inline; } .home .purchase h6 { margin: 0; font-size: 15px; color: #747474; } .home .purchase .btn-purchase { border-bottom: 3px solid #e9b40a; background: #f8d04f; font-size: 18px; font-weight: bold; color: white; padding: 14px 50px; border-radius: 5px; } h1, h2, h3, h4, h5, h6 { font-family: "PT Sans Narrow"; } h1 { font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
public/css/index.css
@charset "UTF-8"; .head { background: #fafafa; padding: 4px 0; } .head ul { list-style-type: none; display: flex; } .head .mini-menu { padding: 0; } .head .mini-menu li { padding: 0 5px; border-right: 2px solid #a2a2a2; display: flex; } .head .mini-menu li:first-child { padding-left: 0; } .head .mini-menu li:last-child { border-right: 0; } .head .mini-menu li a { color: #a2a2a2; font-size: 10px; text-transform: capitalize; } .head .social-logo { display: flex; } .head .social-logo li { margin-right: 4px; } .head .social-logo li:last-child { margin-right: 0; } .head .social-logo li a { background-repeat: no-repeat; background-position-y: center; background-position-x: center; background-size: 15px; width: 15px; height: 20px; padding: 0 10px; background-color: #c7c7c7; display: inline-block; } .head .social-logo li.rss a { background-image: url("/images/1.png"); } .head .social-logo li.mail a { background-image: url("/images/2.png"); } .head .social-logo li.skype a { background-image: url("/images/3.png"); } .head .social-logo li.facebook a { background-image: url("/images/4.png"); } .head .social-logo li.dots a { background-image: url("/images/5.png"); } .head .social-logo li.google a { background-image: url("/images/6.png"); } .navbar-logo { display: flex; justify-content: center; padding: 30px 0; } .navbar-logo img { height: 70px; } .navbar { display: block; padding: 0; } .navbar .menu { border-top: 2px solid #f3f3f3; border-bottom: 7px solid #f3f3f3; text-align: center; } .navbar .collapse .navbar-nav { width: 100%; } .navbar .collapse .navbar-nav .menu-button { padding: 14px 17px; text-align: center; color: #929292; } .navbar .collapse .navbar-nav .nav-item { border-left: 1px solid #f3f3f3; padding: 0; width: 15%; } .navbar .collapse .navbar-nav .nav-item.active { border-top: 2px solid #f1cb51; margin: 0 3px; margin-top: -2px; } .navbar .collapse .navbar-nav .nav-item h5 { text-transform: uppercase; font-size: 16px; font-weight: 600; padding: 0; margin-bottom: -3px; } .navbar .collapse .navbar-nav .nav-item span { text-transform: lowercase; font-weight: 500; font-size: 12px; } .navbar .collapse .navbar-nav .nav-item .input-group { padding: 0; border: 1px solid #f3f3f3; align-items: center; } .navbar .collapse .navbar-nav .nav-item .input-group .form-control { border: 0; color: #a2a2a2; text-transform: capitalize; box-shadow: none; } .navbar .collapse .navbar-nav .nav-item .input-group a { padding: 5px; } .navbar .collapse .navbar-nav .nav-item .input-group a:hover { text-decoration: none; } .navbar .collapse .navbar-nav .nav-item .input-group a:before { content: "\F002"; font-family: "FontAwesome"; color: #a2a2a2; } .navbar .collapse .navbar-nav .nav-item:last-child .menu-button { padding-right: 0; } @media (max-width: 992px) { .navbar .collapse .navbar-nav .nav-item { width: 100%; border-left: 0; } footer .mini-menu li, .head .mini-menu li { padding: 0 2px !important; } .navbar .menu { border: none; } .home .news .news-container h4 { font-size: 15px !important; } } @media (min-width: 992px) { .navbar .collapse .navbar-nav .menu-button { padding: 14px 5px; } } @media (min-width: 1200px) { .navbar .collapse .navbar-nav .menu-button { padding: 14px 17px; } } footer { background: transparent; padding: 25px 0; } footer ul { list-style-type: none; display: flex; } footer .mini-menu { padding: 0; } footer .mini-menu li { padding: 0 5px; border-right: 2px solid #a2a2a2; display: flex; } footer .mini-menu li:first-child { padding-left: 0; } footer .mini-menu li:last-child { border-right: 0; } footer .mini-menu li a { color: #a2a2a2; font-size: 10px; text-transform: capitalize; } footer .social-logo { display: flex; } footer .social-logo li { margin-right: 4px; } footer .social-logo li:last-child { margin-right: 0; } footer .social-logo li a { background-repeat: no-repeat; background-position-y: center; background-position-x: center; background-size: 15px; width: 15px; height: 20px; padding: 0 10px; background-color: #c7c7c7; display: inline-block; } footer .social-logo li.rss a { background-image: url("/images/1.png"); } footer .social-logo li.mail a { background-image: url("/images/2.png"); } footer .social-logo li.skype a { background-image: url("/images/3.png"); } footer .social-logo li.facebook a { background-image: url("/images/4.png"); } footer .social-logo li.dots a { background-image: url("/images/5.png"); } footer .social-logo li.google a { background-image: url("/images/6.png"); } footer .text { font-size: 11px; color: #a2a2a2; } .home .carousel { margin-bottom: 35px; display: inline-block; width: 100%; } .home .carousel .slider { background: url(/images/slider.png); background-size: cover; min-height: 400px; display: flex; justify-content: flex-start; align-items: center; width: 100%; text-align: center; background-position-y: bottom; } .home .carousel .slider h3 { font-size: 59px; color: #555555; font-weight: 400; } .home .carousel .slider .subtext { background: url(/images/background-yellow.png) no-repeat; padding: 27px; background-size: contain; background-position-y: center; color: white; } .home .articles { margin-bottom: 35px; } .home .articles h6 { background-repeat: no-repeat; background-position-x: left; background-size: contain; padding-left: 37px; background-position-y: -1px; display: inline-block; margin-bottom: 30px; font-size: 18px; } .home .articles .phone > div { font-size: 13px; } .home .articles .phone h6 { background-image: url(/images/phone.png); } .home .articles .settings > div { font-size: 13px; } .home .articles .settings h6 { background-image: url(/images/settings.png); } .home .articles .magic > div { font-size: 13px; } .home .articles .magic h6 { background-image: url(/images/magic.png); } .home .quote { margin-bottom: 65px; border-top: 2px solid #e9e9e9; border-bottom: 2px solid #e9e9e9; background: #f5f5f5; text-align: center; padding: 20px 0; } .home .quote img { padding-bottom: 25px; } .home .quote h3 { font-size: 16px; text-align: center; padding: 0 130px; margin-bottom: 25px; color: #a2a2a2; font-weight: 400; } .home .quote h5 { text-align: center; font-style: italic; color: #a2a2a2; margin: 0; font-size: 14px; font-family: Georgia; } .home .quote h5 a { color: orange; text-decoration: underline; } .home .title { display: flex; margin-bottom: 30px; } .home .title h4 { text-transform: uppercase; margin: 0; font-size: 18px; } .home .title div { display: flex; flex: 1; height: 1px; background: #f5f5f5; } .home .accordion .card { border-radius: 0; border-left: none; border-right: none; } .home .accordion .card .card-header { border: 0; padding: 0; background-color: transparent; } .home .accordion .card .card-header button { display: block; background-repeat: no-repeat; background-position-y: center; background-size: 22px; padding-left: 34px; color: black; } .home .accordion .card h2 { background: url(/images/plus.png); display: block; background-repeat: no-repeat; background-position-y: 10px; background-position-x: right; background-size: 22px; color: black; } .home .accordion .collapse1 button { background: url(/images/1back.png); } .home .accordion .collapse2 button { background: url(/images/2back.png); } .home .accordion .collapse3 button { background: url(/images/3back.png); } .home .accordion .collapse4 button { background: url(/images/4back.png); } .home .accordion .collapse5 button { background: url(/images/5back.png); } .home .parent-reason { margin: 65px 0; } .home .reasons { font-size: 13px; padding-bottom: 20px; } .home .news .news-container { display: flex; margin-bottom: 25px; } .home .news .news-container h4 { background-image: url(/images/file.png); background-repeat: no-repeat; background-position-y: center; background-position: 0; background-size: contain; padding-left: 25px; display: inline-block; font-size: 18px; text-transform: uppercase; margin: 0; } .home .news .news-container .line { display: flex; height: 1px; background: #f5f5f5; margin: 0 10px; flex: 0.7; } .home .news .news-container .buttons { display: flex; flex: 0.3; } .home .news .news-container .buttons .arrow-right { background: #f7c925 url(/images/single-arrow-right.png) no-repeat; display: inline-block; width: 20px; height: 20px; background-size: 8px; background-position-y: center; background-position-x: center; outline: none; border: none; } .home .news .news-container .buttons .arrow-left { background: #f7c925 url(/images/single-arrow-left.png) no-repeat; display: inline-block; width: 20px; height: 20px; background-size: 8px; background-position-y: center; background-position-x: center; outline: none; border: none; margin-right: 2px; } .home .news .item .image { background: url(/images/back.png); min-height: 166px; position: relative; margin-bottom: 15px; } .home .news .item .image span { position: absolute; bottom: 0; font-size: 11px; background: #f7c925; color: white; padding: 1px 10px; } .home .news .item h5 { font-family: Arial; font-size: 13px; font-weight: bold; margin-bottom: 10px; } .home .news .item .text { font-size: 13px; } .home .purchase { border-top: 2px solid #e9e9e9; border-bottom: 2px solid #e9e9e9; background: #f5f5f5; padding: 50px 0; } .home .purchase h3 { font-size: 26px; color: #747474; font-weight: 500; display: inline; } .home .purchase h6 { margin: 0; font-size: 15px; color: #747474; } .home .purchase .btn-purchase { border-bottom: 3px solid #e9b40a; background: #f8d04f; font-size: 18px; font-weight: bold; color: white; padding: 14px 50px; border-radius: 5px; } h1, h2, h3, h4, h5, h6 { font-family: "PT Sans Narrow"; } h1 { font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
0.271831
0.064535
:root { --skodaGreen: #4AA82E; --mainShadow: 2px 2px 6px#555555; } html, body{ min-height: 100%; } body{ position: relative; } .overlay{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; background-color: rgba(0,0,0,0); } .fixedButtonCircle{ position: fixed; width: 20vw; height: 20vw; bottom: 5vw; right: 5vw; border-radius: 50%; background-color: var(--skodaGreen); box-shadow: var(--mainShadow); display: flex; align-items: center; } .fixedButtonCircle * { margin: auto; width:15vw; height:15vw; } .apRec{ display: grid; justify-items: stretch; grid-template-columns: 1fr 3fr; grid-template-areas: "name name" "owner time"; margin: 3%; padding: 2%; text-align: center; box-shadow: var(--mainShadow); background-color: #eee; font-family: Helvetica; font-size: 3em; } .apRec .time{ grid-area: time; } .apRec .name{ grid-area: name; word-wrap: break-word; } .apRec .owner{ grid-area: owner; } .popUpBox{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80vw; height: 70vh; } .exit{ position: absolute; top: -1em; right: 0.7em; width: 10vw; height: 10vh; } .utilityContainer{ display: flex; justify-items: center; justify-content: space-evenly; flex-wrap:wrap; } .roomInfo{ box-shadow: var(--mainShadow); min-height: 50vh; } .roomInfo *{ margin: 0; } .roomInfo h2{ font-size: 8em; } .roomInfo h3{ font-size: 4em; } .roomInfo p{ font-size: 2.5em; } .planWiew { position: relative; left: -5px; display: flex; width: 100vw; height: 50vh; overflow-x: auto; } .siderContiner{ min-width: 100%; height: 100%; } .line{ height: 50%; width: 100%; border-bottom: solid black; } .record{ position: absolute; width: 300px; height: 10%; bottom: 45%; background-color: gold; border-radius: 5em; } .time{ font-size: 5em; text-align: center; margin: auto; }
src/style/style.css
:root { --skodaGreen: #4AA82E; --mainShadow: 2px 2px 6px#555555; } html, body{ min-height: 100%; } body{ position: relative; } .overlay{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; background-color: rgba(0,0,0,0); } .fixedButtonCircle{ position: fixed; width: 20vw; height: 20vw; bottom: 5vw; right: 5vw; border-radius: 50%; background-color: var(--skodaGreen); box-shadow: var(--mainShadow); display: flex; align-items: center; } .fixedButtonCircle * { margin: auto; width:15vw; height:15vw; } .apRec{ display: grid; justify-items: stretch; grid-template-columns: 1fr 3fr; grid-template-areas: "name name" "owner time"; margin: 3%; padding: 2%; text-align: center; box-shadow: var(--mainShadow); background-color: #eee; font-family: Helvetica; font-size: 3em; } .apRec .time{ grid-area: time; } .apRec .name{ grid-area: name; word-wrap: break-word; } .apRec .owner{ grid-area: owner; } .popUpBox{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80vw; height: 70vh; } .exit{ position: absolute; top: -1em; right: 0.7em; width: 10vw; height: 10vh; } .utilityContainer{ display: flex; justify-items: center; justify-content: space-evenly; flex-wrap:wrap; } .roomInfo{ box-shadow: var(--mainShadow); min-height: 50vh; } .roomInfo *{ margin: 0; } .roomInfo h2{ font-size: 8em; } .roomInfo h3{ font-size: 4em; } .roomInfo p{ font-size: 2.5em; } .planWiew { position: relative; left: -5px; display: flex; width: 100vw; height: 50vh; overflow-x: auto; } .siderContiner{ min-width: 100%; height: 100%; } .line{ height: 50%; width: 100%; border-bottom: solid black; } .record{ position: absolute; width: 300px; height: 10%; bottom: 45%; background-color: gold; border-radius: 5em; } .time{ font-size: 5em; text-align: center; margin: auto; }
0.557845
0.207476
img { max-width: 100%; } .preview { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } @media screen and (max-width: 996px) { .preview { margin-bottom: 20px; } } .preview-pic { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .preview-thumbnail.nav-tabs { border: none; margin-top: 15px; } .preview-thumbnail.nav-tabs li { width: 18%; margin-right: 2.5%; } .preview-thumbnail.nav-tabs li img { max-width: 100%; margin-bottom: 45px; display: block; } .preview-thumbnail.nav-tabs li a { padding: 0; margin: 0; cursor: pointer; } .preview-thumbnail.nav-tabs li:last-of-type { margin-right: 0; } .tab-content { overflow: hidden; } .tab-content img { width: 100%; -webkit-animation-name: opacity; animation-name: opacity; -webkit-animation-duration: .3s; animation-duration: .3s; } .card { margin: 60px 0 60px 0; background: #eee; padding: 3em; line-height: 1.5em; } @media screen and (min-width: 997px) { .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } } .details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .colors { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .product-title, .price, .sizes, .colors { text-transform: UPPERCASE; font-weight: bold; } .checked, .price span { color: #dbcc8f; } .copy-right-item a, span { color: #6c757d; } .product-title, .rating, .product-description, .price, .vote, .sizes { margin-bottom: 15px; } .product-title { margin-top: 0; } .size { margin-right: 10px; } .size:first-of-type { margin-left: 40px; } .color { display: inline-block; vertical-align: middle; margin-right: 10px; height: 2em; width: 2em; border-radius: 2px; } .color:first-of-type { margin-left: 20px; } .add-to-cart, .like { background: #00c6d7; padding: 1.2em 1.5em; border: none; text-transform: UPPERCASE; font-weight: bold; color: #fff; text-decoration: none; -webkit-transition: background .3s ease; transition: background .3s ease; } .add-to-cart:hover, .like:hover { background: #00c6d7; color: #fff; text-decoration: none; } .not-available { text-align: center; line-height: 2em; } .not-available:before { font-family: fontawesome; content: "\f00d"; color: #fff; } .orange { background: #00c6d7; } .green { background: #85ad00; } .blue { background: #0076ad; } .tooltip-inner { padding: 1.3em; } @-webkit-keyframes opacity { 0% { opacity: 0; -webkit-transform: scale(3); transform: scale(3); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes opacity { 0% { opacity: 0; -webkit-transform: scale(3); transform: scale(3); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .product__details__cart__option .quantity .pro-qty .qtybtn { font-size: 18px; color: #0d0d0d; position: absolute; right: 15px; top: 3px; height: 10px; width: 10px; cursor: pointer; font-weight: 600; } .product__details__cart__option .quantity .pro-qty { width: 100px; height: 40px; border: 1px solid #e5e5e5; position: relative; } .product__details__cart__option .quantity .pro-qty input { color: #00c6d7; font-size: 15px; font-weight: 700; width: 70px; height: 100%; text-align: center; border: none; } .product__details__cart__option .quantity .pro-qty .qtybtn.inc { top: 16px; } .product__details__cart__option .quantity .pro-qty .qtybtn { font-size: 18px; color: #00c6d7; position: absolute; right: 15px; top: 3px; height: 10px; width: 10px; cursor: pointer; font-weight: 600; } .fa fa-angle-up dec qtybtn { width: 10px; } .pro-qty input { width: 100px; } .product__details__tab { padding-top: 80px; margin-bottom: 65px; } .nav { border-bottom: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; margin-bottom: 40px; } .nav::before { position: absolute; left: 0; top: 13px; height: 1px; width: 335px; /*background: #e1e1e1;*/ content: ""; } .nav::after { position: absolute; right: 0; top: 13px; height: 1px; width: 335px; /*background: #e1e1e1;*/ content: ""; } .nav-item { margin-right: 46px; } .nav-item:last-child { margin-right: 0; } .nav-item .nav-link { font-size: 18px; color: #666666; border-radius: inherit ; font-weight: 600; border: none; border-top-left-radius: 0; border-top-right-radius: 0; padding: 0; } .nav-item .nav-link.active { color: #111111; border: 1px solid #00c6d7 ; border-radius: 15px; background-color:#00c6d7 ; } .tab-content .tab-pane h6 { color: #666666; font-weight: 600; margin-bottom: 24px; } .tab-content .tab-pane p:last-child { margin-bottom: 0; } .related__title h5 { font-size: 20px; color: #111111; font-weight: 600; text-transform: uppercase; margin-bottom: 35px; } .review { width: 100%; margin-bottom: 30px; display: block; float: left; } review .desc h4 span:first-child { font-size: 16px; } .review .desc h4 span { width: 49%; font-size: 16px; display: inline-block; } .review .desc h4 span:last-child { font-size: 12px; color: #b3b3b3; } .text-right { text-align: right !important; } .review .user-img { width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; float: left; } .hero-wrap, .img, .blog-img, .user-img { background-size: cover; background-repeat: no-repeat; background-position: center center; } .review .desc .star i { color: #dbcc8f; } p { margin-top: 0; margin-bottom: 1rem; } .woocommerce #review_form #respond .form-submit { margin-bottom: 0; } .woocommerce #review_form #respond p { margin: 0 0 30px; line-height: 1; } .woocommerce #review_form #respond p { margin: 0 0 10px; } .woocommerce #review_form #respond .form-submit input { max-width: 220px; } .woocommerce #review_form #respond .form-submit input { left: auto; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit, .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart__buttons button.button, .woocommerce-mini-cart__buttons input.button { margin: 0; padding: 0 30px; position: relative; overflow: hidden; text-transform: uppercase; font-size: 12px; display: inline-block; letter-spacing: 2px; font-weight: 800; margin-right: 15px; margin-bottom: 10px; background: #f39c12; color: #20202a; height: 50px; line-height: 54px; text-align: center; transition: .4s ease-in-out; border: none; outline: none; cursor: pointer; border-radius: 5px; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-size: 100%; margin: 0; line-height: 1; cursor: pointer; position: relative; text-decoration: none; overflow: visible; padding: .618em 1em; font-weight: 700; border-radius: 3px; left: auto; color: #515151; background-color: #ebe9eb; border: 0; display: inline-block; background-image: none; box-shadow: none; text-shadow: none; } .woocommerce input { margin-bottom: 0; height: 50px; border-radius: 5px; padding: 0 30px; background-color: #fff; } element.style { } .woocommerce #review_form #respond .form-submit input { max-width: 220px; } .woocommerce #review_form #respond .form-submit input { left: auto; } .woocommerce input { margin-bottom: 0; height: 50px; border-radius: 5px; padding: 0 30px; background-color: #fff; } .fb-comments{ margin-left: 10px; } .container .fb-like{ margin-bottom: 50px; }
public/assets/css/product-detail.css
img { max-width: 100%; } .preview { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } @media screen and (max-width: 996px) { .preview { margin-bottom: 20px; } } .preview-pic { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .preview-thumbnail.nav-tabs { border: none; margin-top: 15px; } .preview-thumbnail.nav-tabs li { width: 18%; margin-right: 2.5%; } .preview-thumbnail.nav-tabs li img { max-width: 100%; margin-bottom: 45px; display: block; } .preview-thumbnail.nav-tabs li a { padding: 0; margin: 0; cursor: pointer; } .preview-thumbnail.nav-tabs li:last-of-type { margin-right: 0; } .tab-content { overflow: hidden; } .tab-content img { width: 100%; -webkit-animation-name: opacity; animation-name: opacity; -webkit-animation-duration: .3s; animation-duration: .3s; } .card { margin: 60px 0 60px 0; background: #eee; padding: 3em; line-height: 1.5em; } @media screen and (min-width: 997px) { .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } } .details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .colors { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .product-title, .price, .sizes, .colors { text-transform: UPPERCASE; font-weight: bold; } .checked, .price span { color: #dbcc8f; } .copy-right-item a, span { color: #6c757d; } .product-title, .rating, .product-description, .price, .vote, .sizes { margin-bottom: 15px; } .product-title { margin-top: 0; } .size { margin-right: 10px; } .size:first-of-type { margin-left: 40px; } .color { display: inline-block; vertical-align: middle; margin-right: 10px; height: 2em; width: 2em; border-radius: 2px; } .color:first-of-type { margin-left: 20px; } .add-to-cart, .like { background: #00c6d7; padding: 1.2em 1.5em; border: none; text-transform: UPPERCASE; font-weight: bold; color: #fff; text-decoration: none; -webkit-transition: background .3s ease; transition: background .3s ease; } .add-to-cart:hover, .like:hover { background: #00c6d7; color: #fff; text-decoration: none; } .not-available { text-align: center; line-height: 2em; } .not-available:before { font-family: fontawesome; content: "\f00d"; color: #fff; } .orange { background: #00c6d7; } .green { background: #85ad00; } .blue { background: #0076ad; } .tooltip-inner { padding: 1.3em; } @-webkit-keyframes opacity { 0% { opacity: 0; -webkit-transform: scale(3); transform: scale(3); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes opacity { 0% { opacity: 0; -webkit-transform: scale(3); transform: scale(3); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .product__details__cart__option .quantity .pro-qty .qtybtn { font-size: 18px; color: #0d0d0d; position: absolute; right: 15px; top: 3px; height: 10px; width: 10px; cursor: pointer; font-weight: 600; } .product__details__cart__option .quantity .pro-qty { width: 100px; height: 40px; border: 1px solid #e5e5e5; position: relative; } .product__details__cart__option .quantity .pro-qty input { color: #00c6d7; font-size: 15px; font-weight: 700; width: 70px; height: 100%; text-align: center; border: none; } .product__details__cart__option .quantity .pro-qty .qtybtn.inc { top: 16px; } .product__details__cart__option .quantity .pro-qty .qtybtn { font-size: 18px; color: #00c6d7; position: absolute; right: 15px; top: 3px; height: 10px; width: 10px; cursor: pointer; font-weight: 600; } .fa fa-angle-up dec qtybtn { width: 10px; } .pro-qty input { width: 100px; } .product__details__tab { padding-top: 80px; margin-bottom: 65px; } .nav { border-bottom: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; margin-bottom: 40px; } .nav::before { position: absolute; left: 0; top: 13px; height: 1px; width: 335px; /*background: #e1e1e1;*/ content: ""; } .nav::after { position: absolute; right: 0; top: 13px; height: 1px; width: 335px; /*background: #e1e1e1;*/ content: ""; } .nav-item { margin-right: 46px; } .nav-item:last-child { margin-right: 0; } .nav-item .nav-link { font-size: 18px; color: #666666; border-radius: inherit ; font-weight: 600; border: none; border-top-left-radius: 0; border-top-right-radius: 0; padding: 0; } .nav-item .nav-link.active { color: #111111; border: 1px solid #00c6d7 ; border-radius: 15px; background-color:#00c6d7 ; } .tab-content .tab-pane h6 { color: #666666; font-weight: 600; margin-bottom: 24px; } .tab-content .tab-pane p:last-child { margin-bottom: 0; } .related__title h5 { font-size: 20px; color: #111111; font-weight: 600; text-transform: uppercase; margin-bottom: 35px; } .review { width: 100%; margin-bottom: 30px; display: block; float: left; } review .desc h4 span:first-child { font-size: 16px; } .review .desc h4 span { width: 49%; font-size: 16px; display: inline-block; } .review .desc h4 span:last-child { font-size: 12px; color: #b3b3b3; } .text-right { text-align: right !important; } .review .user-img { width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; float: left; } .hero-wrap, .img, .blog-img, .user-img { background-size: cover; background-repeat: no-repeat; background-position: center center; } .review .desc .star i { color: #dbcc8f; } p { margin-top: 0; margin-bottom: 1rem; } .woocommerce #review_form #respond .form-submit { margin-bottom: 0; } .woocommerce #review_form #respond p { margin: 0 0 30px; line-height: 1; } .woocommerce #review_form #respond p { margin: 0 0 10px; } .woocommerce #review_form #respond .form-submit input { max-width: 220px; } .woocommerce #review_form #respond .form-submit input { left: auto; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit, .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart__buttons button.button, .woocommerce-mini-cart__buttons input.button { margin: 0; padding: 0 30px; position: relative; overflow: hidden; text-transform: uppercase; font-size: 12px; display: inline-block; letter-spacing: 2px; font-weight: 800; margin-right: 15px; margin-bottom: 10px; background: #f39c12; color: #20202a; height: 50px; line-height: 54px; text-align: center; transition: .4s ease-in-out; border: none; outline: none; cursor: pointer; border-radius: 5px; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-size: 100%; margin: 0; line-height: 1; cursor: pointer; position: relative; text-decoration: none; overflow: visible; padding: .618em 1em; font-weight: 700; border-radius: 3px; left: auto; color: #515151; background-color: #ebe9eb; border: 0; display: inline-block; background-image: none; box-shadow: none; text-shadow: none; } .woocommerce input { margin-bottom: 0; height: 50px; border-radius: 5px; padding: 0 30px; background-color: #fff; } element.style { } .woocommerce #review_form #respond .form-submit input { max-width: 220px; } .woocommerce #review_form #respond .form-submit input { left: auto; } .woocommerce input { margin-bottom: 0; height: 50px; border-radius: 5px; padding: 0 30px; background-color: #fff; } .fb-comments{ margin-left: 10px; } .container .fb-like{ margin-bottom: 50px; }
0.440469
0.082586
body{ margin:0; font-family: 'Roboto', sans-serif; background: #fff; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration:none; outline:none; } h1,h2,h3,h4,h5,h6{ margin:0; font-family: 'Bigshot One', cursive; } p{ margin:0; } ul,label{ margin:0; padding:0; } body a:hover,body a:focus{ text-decoration:none; outline: none; } /*-- banner --*/ .w3ls-banner{ background:url(../images/bg.jpg)no-repeat center 0px; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; position: relative; } .bannerw3-agileinfo { background: rgba(0, 0, 0, 0.4); } /*-- header --*/ .header { padding: 1.2em 0; background: rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 0px 57px 2px #000; -moz-box-shadow: 0px 0px 57px 2px #000; -o-box-shadow: 0px 0px 57px 2px #000; -ms-box-shadow: 0px 0px 57px 2px #000; box-shadow: 0px 0px 57px 2px #000; } .header .navbar-nav { width: 33.3%; } .agile-hdmdl.nav.navbar-nav { text-align: center; } .agileits-hdright.navbar-right { text-align: right; margin: 0; } .agile-hdleft ul { padding-top: 1em; } .header p { color: #fff; font-size: 1em; font-weight: 300; margin-top: .6em; } .header p i.fa { margin-right: 5px; } .header p a { color: #fff; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; transition: .5s all; } .header p a:hover { color: #02bbd2; letter-spacing: 1px; } /*-- social-icons --*/ .w3social-icons ul li { display: inline-block; margin: 0 0.5em; } .w3social-icons ul li a { color: #fff; font-size: 1.1em; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 0px 1px 0px #fff; -moz-box-shadow: 0px 0px 1px 0px #fff; box-shadow: 0px 0px 1px 0px #fff; width: 35px; height: 35px; text-align: center; line-height: 2.3em; } .w3social-icons ul li a:hover { color: #00b3ca; -webkit-box-shadow: 0px 0px 13px 2px #00b3ca; -moz-box-shadow: 0px 0px 13px 2px #00b3ca; box-shadow: 0px 0px 13px 2px #00b3ca; } /*-- //social-icons --*/ /*-- //header-top --*/ /*-- banner-text --*/ .banner-text { padding: 15.4em 0; } .banner-w3lstext { text-align: center; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 5em; color: #fff; font-weight: 100; margin-top: 0.5em; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-delay: .6s; } .bnr-tleft img { -webkit-transform: translatey(115%); -moz-transform: translatey(115%); -o-transform: translatey(115%); -ms-transform: translatey(115%); transform: translatey(115%); -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; transition-delay: .4s; } li.flex-active-slide h2,li.flex-active-slide h3{ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } li.flex-active-slide .bnr-tleft img { -webkit-transform: translatey(0%); -moz-transform: translatey(0%); -o-transform: translatey(0%); -ms-transform: translatey(0%); transform: translatey(0%); } .banner-w3lstext p { font-size: 1em; color: #fff; line-height: 2em; width: 96%; margin: 1.5em 0 0 auto; font-weight: 300; font-style: italic; letter-spacing: 3px; } /*-- //banner-text --*/ /*-- banner-bottom --*/ /*-- logo --*/ .w3llogo { padding: 1em 0; } .w3llogo h1 { font-size: 3em; text-transform: uppercase; } .w3llogo h1 a { display: inline-block; color: #fff; letter-spacing: 2px; } /*-- //logo --*/ /*-- top-nav --*/ .w3menu.navbar-left { margin-left: 7em; border-left: 3px solid #fff; border-right: 3px solid #fff; padding: 1.2em 10%; } .top-nav { z-index: 999; background: rgba(0, 0, 0, 0.52); position: relative; -webkit-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); -moz-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); -o-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); -ms-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); } nav.navbar.navbar-default { background-color: inherit; border: none; margin: 0; } ul.nav.navbar { text-align: center; margin: 0; min-height: inherit; } .w3menu ul li { margin: 0 0 0 1.2em; display: inline-block; } .w3menu ul li:nth-child(1){ margin: 0; } /* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */ .w3menu ul li a { text-decoration: none; letter-spacing: 3px; font-size: 1.1em; color: #fff; position: relative; font-weight: 300; display: inline-block; } .nav > li > a:hover, .nav > li > a:focus { background: none; } .w3menu ul li a:hover,.top-nav ul li a.active{ background: #02bbd2; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .w3menu .open > .dropdown-menu { display: block; background: #382e22; text-align: left; margin-top: 1.1em; } .w3menu .open > .dropdown-menu li { margin: 0; display: block; } .w3menu .open > .dropdown-menu li a { display: block; color: #fff; font-size: .9em; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #02bbd2; border: none; } /*-- //top-nav --*/ /*-- search --*/ .cd-main-header { /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .cd-main-header { -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -o-transition: transform 0.3s; -ms-transition: transform 0.3s; transition: transform 0.3s; } .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); } .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible { -webkit-transform: translateX(260px); -moz-transform: translateX(260px); -ms-transform: translateX(260px); -o-transform: translateX(260px); transform: translateX(260px); } .cd-main-header { position: absolute; display: inline-block; top: 15px; } .cd-header-buttons li { display: inline-block; } .cd-search-trigger, .cd-nav-trigger { position: relative; display: block; width: 44px; height: 44px; overflow: hidden; white-space: nowrap; color: transparent; z-index: 3; } .cd-search-trigger::before, .cd-search-trigger::after { /* search icon */ content: ''; position: absolute; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cd-search-trigger::before { /* lens */ top: 11px; left: 11px; width: 18px; height: 18px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 3px solid #fff; } .cd-search-trigger::after { /* handle */ height: 3px; width: 8px; background: #fff; bottom: 14px; right: 11px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span { /* container for the X icon */ position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .cd-search-trigger span::before, .cd-search-trigger span::after { /* close icon */ content: ''; position: absolute; display: inline-block; height: 3px; width: 22px; top: 50%; margin-top: -2px; left: 50%; margin-left: -11px; background: #fff; opacity: 0; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .cd-search-trigger span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after { /* hide search icon */ -moz-opacity: 0; opacity: 0; } .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after { /* show close icon */ -moz-opacity: 1; opacity: 1; } .cd-search-trigger.search-is-visible span::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .cd-search-trigger.search-is-visible span::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search { position: absolute; width: 100%; top: 100%; left: 0; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-search input { border-radius: 0; border: none; background: rgba(0, 0, 0, 0.75); width: 100%; padding: 0 5%; -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; font-size: 1.5em; padding: 1.3em 2em; color: #fff; font-weight: 300; text-align: center; } .cd-search input::-webkit-input-placeholder { color: #fff !important; } .cd-search input::-moz-placeholder { color: #fff !important; } .cd-search input:-moz-placeholder { color: #fff !important; } .cd-search input:-ms-input-placeholder { color: #fff !important; } .cd-search input:focus { outline: none; } .cd-search.is-visible { -moz-opacity: 1; opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; -ms-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } /*-- //search --*/ /*-- //banner-bottom --*/ /*-- about --*/ .w3l-about,.services,.gallery,.team,.blog,.contact { padding: 5em 0; } .agileits-title { text-align: center; } .agileits-title h3 { font-size: 3em; text-transform: uppercase; margin-bottom: 1.5em; display: inline-block; border: 1px solid #dadada; padding: .3em 0.5em; letter-spacing: 5px; color:#333; } P { font-size: 1em; color: #777; line-height: 1.8em; } .w3l-about p { margin-top: 1.2em; } .w3labout-left { padding: 0 3em; text-align: right; } .w3labout-right h5 { font-size: 2em; letter-spacing: 2px; color: #12A7CA; margin-bottom: 0.8em; font-weight: 200; font-family: 'Roboto', sans-serif; } .w3labout-right h4 { font-size: 1.5em; line-height: 1.4em; font-style: italic; letter-spacing: 1px; color: #848484; } .nav-tabs>li>a { margin: 0 6px; font-size: 1.3em; font-weight: 700; border: 1px solid transparent; color: #555; } .nav-tabs>li>a:hover, .nav>li>a:focus { text-decoration: none; color: #02bbd2 ! important; background:none ! important; border-color: transparent; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #02bbd2 ! important; background:none ! important; } .w3l-about .nav-tabs>li { float: right ! important; } .w3l-about .nav-tabs > li.active > a, .w3l-about .nav-tabs > li.active > a:hover, .w3l-about .nav-tabs > li.active > a:focus { border-bottom-color: #fff; } /*-- //about --*/ /*-- stats --*/ .stats{ background: url(../images/bg1.jpg)no-repeat center 0px fixed; background-size: cover; } .stats-agileinfo{ padding: 3em; background:#fff; border: 12px double rgb(39, 31, 18); text-align: center; } .stats-img i.fa { font-size: 2.5em; color: #d2d2d2; } .stats-agileinfo h6 { font-weight: 900; letter-spacing: 5px; margin: 1.5em 0 .5em; font-size: 1.5em; color: #333; } .numscroller { font-size: 3em; font-weight: 300; color: #02bbd2; } /*-- //stats --*/ /*-- services --*/ .w3l-services-grid{ text-align:center; } .w3ls-services-img{ width: 90px; height: 90px; margin: 0 auto; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; transition: 0.5s all; } .w3ls-services-img i.fa{ color: #d2d2d2; font-size: 4em; padding: .4em 0 0 0; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; transition: 0.5s all; } .agileits-services-info h4 { color: #333; font-size: 1.5em; margin: 0.8em 0; letter-spacing: 1px; text-transform: capitalize; } .w3l-services-grid:hover .w3ls-services-img{ background: #02bbd2; } .w3l-services-grid:hover .w3ls-services-img i.fa { color: #fff; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); } /*-- //services --*/ /*-- wthree-slid --*/ .wthree-slid{ background:#02bbd2; } .wthree-slid-left { background: url(../images/img3.jpg)no-repeat 0px 0px; background-size: cover; min-height: 470px; padding:0; } .wthree-slid-left img{ width:100%; } .wthree-slid-right h3{ font-size: 1.8em; color: #fff; line-height: 1.4em; text-transform: capitalize; } .wthree-slid-right { padding:6em 13em 5em 5em; } .wthree-slid-right p{ margin:1em 0 2em; color:#333; } .wthree-slid-right h4 { font-size: 2.2em; color: #000; margin-bottom: 0.5em; letter-spacing: 3px; font-style: italic; } .wthree-slid-right h5 { font-size: 1.1em; color: #fff; line-height: 2.2em; font-family: 'Roboto', sans-serif; font-weight: 300; } .wthree-slid-right h5 span.glyphicon { font-size: 0.9em; margin-right: 0.5em; } /*-- //wthree-slid --*/ /*-- gallery --*/ .gallery-grids img { width: 100%; } .gallery-grids { padding: 0; } /*-- gallery-hover effect --*/ .w3ls-hover { background-color: #FFF; display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; text-align: center; } .w3ls-hover img { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .w3ls-hover .view-caption { padding: 8em 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); background-color: rgba(0, 0, 0, 0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .w3ls-hover .view-caption h5{ color: #fff; font-size: 2.2em; font-weight: normal; margin-bottom: 15px; margin-top: 5px; } .w3ls-hover .view-caption span { color: #fff; font-size: 1em; margin-top: 5%; display: inline-block; border: 2px solid #fff; padding: 12px; } .w3ls-hover:hover .view-caption { background-color: rgba(0, 0, 0, 0.8); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .w3ls-hover .view-caption span:hover { color: #02bbd2; border-color: #02bbd2; } /*-- //gallery --*/ /*-- testimonials --*/ .testimonials { padding: 6em 0 8em; background: url(../images/bg1.jpg) no-repeat 0px 0px fixed; background-size: cover; } .agileits-title.w3ls-title1 h3 { color: #02bbd2; border-color: #02bbd2; } .flexslider1 { width: 60%; margin: 0 auto; position:relative; } .testimonials-grid { text-align: center; } .testimonials-grid i.fa{ font-size: 2em; color: #fff; } .testimonials-grid p { color: #fff; text-align: center; margin: 1.2em 0; font-size: 1.2em; letter-spacing: 1px; } .testimonials-grid h5 { font-size: 1.5em; color: #02bbd2; text-align: center; font-weight:900; } .testimonials-grid h5 span { color: rgba(255, 255, 255, 0.92); font-size: 0.8em; margin-left: .5em; } .flexslider1 .flex-control-nav { width: 100%; text-align: center; left: 0; bottom: -36%; } /*-- //testimonials --*/ /*-- team --*/ .team h5{ color:#fff; } /*-- team-effects --*/ .btm-right { overflow: hidden; position: relative; display: block; } .btm-right img{ width: 100%; } .btm-right .captn { color: #fff; background-color: #222; text-align: center; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; padding:1.3em 0; border-bottom: 5px solid #222; } .captn h4 { font-size: 1.6em; color: #fff; letter-spacing: 1px; } .w3social-icons.captn-icon { background: rgba(2, 2, 2, 0.65); width: 23%; position: absolute; top: 16%; left: 0; text-align: center; padding: 0.5em 0; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; } .w3social-icons.captn-icon ul li { margin: 0.5em; } .btm-right:hover .captn { background: #02bbd2; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; border-bottom-color:#07a7bb; } /*--//team-effects--*/ /*-- //team --*/ /*-- blog --*/ .blog{ background:#02bbd2; } .blog-left h4{ color: #fff; margin: 0 0 1em 0; font-size: 2.5em; font-weight: 800; } .blog-left ul{ padding:0; margin:1em 0 0 0; } .blog-left ul li{ display: block; color: #fff; font-size: 1em; margin:.5em 0; } .blog-left ul li a{ color:#fff; text-decoration:none; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .blog-left ul li a:hover{ color:#000; } .blog-left ul li a:focus,.blog-right a:focus,.date-text a:focus{ outline:none; } .blog-right a { color: #fff; font-size: 1.2em; margin: 0; line-height: 1.5em; text-decoration: none; font-weight: 500; letter-spacing: 1px; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; font-family: 'Bigshot One', cursive; } .blog-right a:hover{ color:#000; } .blog-right p { color: #565656; margin: 1em 0 0 0; } /*-- //blog --*/ /*-- contact --*/ .contact-w3lsleft.map { padding: 0; } .address-row { margin-top: 3em; } .contact-w3lsright { padding: 5em 8em; background: #f0f0f0; } .contact-w3lsright h6 { font-size: 1.8em; color: #848484; font-weight: 300; line-height: 1.8em; text-transform: uppercase; letter-spacing: 3px; } .contact-w3lsright h6 span { color: #02bbd2; } .address-left { padding: 0; text-align: center; } .address-right { padding-left: 2em; } .address-row span.glyphicon { font-size: 1.2em; border: 2px solid #afafaf; padding: 1.6em 1em; color: #afafaf; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; transition: .5s all; } .address-row:hover span.glyphicon { border-color: #02bbd2; color:#02bbd2; -webkit-transform: rotatey(360deg); -moz-transform: rotatey(360deg); transform: rotatey(360deg); -o-transform: rotatey(360deg); -ms-transform: rotatey(360deg); } .address-row h5 { font-size: 1.4em; color: #000; margin-bottom: .4em; font-weight: 300; } .address-row p a { color: #02bbd2; } .address-row p a:hover{ color: #999; } .map iframe { width: 100%; min-height: 518px; border: none; margin-bottom: -.5em; } /*-- contact-form --*/ .contact-w3ls-row { width: 80%; margin: 5em auto 0; } .contact-left.agileits-w3layouts { padding: 0; } .contact input[type="text"],.contact input[type="email"] { width: 49%; color: #999; float: left; background: none; outline: none; font-size: 1em; padding: 1em 1em; margin-bottom: 1em; border: solid 1px #999; -webkit-appearance: none; display: inline-block; } .contact input.email { float: right; } .contact textarea { resize: none; width: 100%; background: none; color: #999; font-size: 1em; outline: none; padding: 1em .8em; border: solid 1px #999; min-height: 12.5em; -webkit-appearance: none; } .contact input[type="submit"] { outline: none; color: #fff; padding: 0.8em 4em; font-size: 1em; -webkit-appearance: none; background: #02bbd2; border: 2px solid #02bbd2; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; width: 100%; } .contact input[type="text"]:focus,.contact textarea:focus { border-color: #00b8ce; } .contact input[type="submit"]:hover { background: none; color: #02bbd2; border-color: #02bbd2; } ::-webkit-input-placeholder { color:#999 !important; } :-moz-placeholder { /* Firefox 18- */ color:#999 !important; } ::-moz-placeholder { /* Firefox 19+ */ color:#999 !important; } :-ms-input-placeholder { color:#999 !important; } /*-- //contact --*/ /*-- footer --*/ .footer{ background: #333; padding:4em 0; } .footer .agileits-title{ text-align:left; } .footer .agileits-title h3 { font-size: 1.5em; display: inline-block; color: #fff; letter-spacing: 2px; margin-bottom: 1em; } .amet-sed p { margin: 0.5em 0 0; color: #C1BFBF; } .amet-medium p a{ color:#02bbd2; text-decoration:none; } .amet-medium p a:hover{ color:#000; } .footer-class { text-align: center; color: #fff; margin: 1.5em 0 0; background: #292929; padding: 0.5em 0; letter-spacing: 1px; font-weight: 300; } .footer-class a{ text-decoration: none; color: #02bbd2; } .footer-class a:hover{ color:#fff; } .amet-sed .w3social-icons { margin-top: 1em; } .support input[type="email"] { width: 63%; padding: .7em 1em; font-size: 1em; text-align: left; font-weight: 400; border: 1px solid #fff; outline: none; margin: 0; -webkit-appearance: none; background: #fff; } .support input[type="submit"]{ background: #02bbd2; cursor: pointer; border: 0; color: #fff; font-weight: 400; font-size: 1em; text-transform: uppercase; padding: .8em 1em; text-align: center; -webkit-appearance: none; outline: none; width:35%; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .support input[type="submit"]:hover{ background:#018fa0; } .support { margin: 1em 0em 0 0; background-color: rgb(45, 45, 45); padding: 1em 1em; } /*-- //footer --*/ /*-- slider-up-arrow --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 3%; right: 3%; overflow: hidden; width: 32px; height: 32px; border: none; text-indent: 100%; background: url("../images/move-up.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); } /*-- //slider-up-arrow --*/ /*-- modal --*/ .modal-open .modal { background: rgba(0, 0, 0, 0.48); } .modal-body { padding: 2em; } .modal-dialog { margin: 4em auto; } .modal-body iframe { border: none !important; width: 100%; min-height: 300px; } .about-modal .modal-header { border: none; min-height: 2.5em; padding: 1em 2em 0; } .about-modal button.close { color: #02bbd2; opacity: .9; font-size: 2.5em; outline:none; } .about-modal .modal-body img{ width:100%; } .about-modal .modal-body p { margin-top: 1em; font-weight: 400; } .about-modal h4 { font-size: 1.6em; margin: 1em 0 .8em; color: #02bbd2; letter-spacing: 4px; } .about-modal h6 { font-size: 1.1em; color: #b1b1b1; font-family: 'Roboto', sans-serif; font-weight: 300; letter-spacing: 5px; } /*-- //modal --*/ /*-- responsive-design --*/ @media(max-width:1440px){ .wthree-slid-right { padding: 6em 9em 5em 5em; } .contact-w3lsright { padding: 5em 6em; } } @media(max-width:1366px){ .banner-w3lstext h2, .banner-w3lstext h3 { margin: 0 0 0.5em; } .wthree-slid-right { padding: 6em 6em 5em 5em; } .contact-w3lsright { padding: 5em 4em; } .w3menu.navbar-left { margin-left: 6em; padding: 1.2em 7%; } .cd-main-header { right: 8%; } } @media(max-width:1280px){ .banner-text { padding: 12em 0; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 4em; } .banner-w3lstext p { width: 94%; } .agileits-title h3 { font-size: 2.8em; margin-bottom: 1.2em; } .wthree-slid-right { padding: 4.5em 5em; } .address-right { padding-right: 0; } .address-row { padding: 0; } } @media(max-width:1080px){ .banner-w3lstext p { width: 100%; letter-spacing: 2px; } .w3menu ul li { margin: 0 0 0 0.5em; } .w3menu.navbar-left { margin-left: 3em; padding: 1.2em 4%; } .w3llogo h1 { font-size: 2.8em; } .w3llogo { padding: 1.2em 0; } .w3labout-left { padding: 0 3em 0 0; } .banner-w3lstext h2, .banner-w3lstext h3 { margin: 0; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 4em 0; } .stats-agileinfo h6 { letter-spacing: 2px; margin: 1.2em 0 .5em; } .numscroller { font-size: 2.8em; } .w3ls-hover .view-caption h5 { font-size: 2em; } .w3ls-hover .view-caption { padding: 6em 0; } .w3social-icons.captn-icon { top: 8%; } .btm-right .captn { padding: 1.2em 0; } .address-row span.glyphicon { font-size: 1.1em; padding: 1.8em 0.8em; } .address-right { padding-left: 1em; } .contact-w3lsright h6 { font-size: 1.6em; letter-spacing: 2px; } .map iframe { min-height: 502px; } .w3labout-right h4 { font-size: 1.3em; } .blog-right { padding: 0; } .blog-left h4 { font-size: 2.2em; } .footer { background: #333; } } @media(max-width:1024px){ .agileits-title h3 { letter-spacing: 3px; } .wthree-slid-right { padding: 3.5em 4em; } .wthree-slid-left { min-height: 441px; } .wthree-slid-right h4 { font-size: 2em; letter-spacing: 2px; } .testimonials-grid p { font-size: 1.1em; } .contact-w3lsright { padding: 5em 3em; } .testimonials { padding: 5em 0 7em; } } @media(max-width:991px){ .banner-w3lstext p { letter-spacing: 1px; margin: 1em 0 0 auto; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 3em; } .bnr-tleft { padding: 0; margin: 2.5em 0 0; } .banner-text { padding: 10em 0; } .w3menu ul li a { letter-spacing: 2px; font-size: 1em; padding: 7px 12px; } .w3llogo h1 { font-size: 2.6em; } .w3menu ul li { margin: 0 0 0 0.1em; } .w3llogo { padding: 1em 0; } .cd-search input { font-size: 1.3em; } .w3labout-right { margin-top: 2em; } .w3labout-right h5 { margin-bottom: 0.5em; } .stats-agileinfo { padding: 3em 2em; } .stats-img i.fa { font-size: 2.2em; } .stats-agileinfo h6 { letter-spacing: 1px; margin: 1em 0 .5em; font-size: 1.3em; } .numscroller { font-size: 2.6em; } .w3ls-services-img i.fa { font-size: 3em; } .w3ls-services-img { width: 70px; height: 70px; } .agileits-services-info h4 { margin: 0.6em 0; } .w3ls-services-img i.fa { padding: .45em 0 0 0; } .w3l-services-grid:nth-child(2),.team-wthree-grid:nth-child(2) { margin-bottom: 2em; } .wthree-slid-right h3 { font-size: 1.5em; } .wthree-slid-right p { margin: 0.5em 0 1.5em; } .wthree-slid-left { min-height: 411px; background-position: center 0px; } .w3ls-hover .view-caption h5 { font-size: 1.5em; } .w3ls-hover .view-caption span { font-size: 0.9em; margin-top: 0%; padding: 8px; } .w3ls-hover .view-caption { padding: 5em 0; } .flexslider1 { width: 85%; } .testimonials-grid p { font-size: 1em; } .testimonials-grid p { margin: 1em 0; } .teamw3-agileinfo { width: 80%; margin: 0 auto; } .w3social-icons.captn-icon { top: 14%; } .w3-agileits-blog-grid:nth-child(2) { margin-top: 2em; } .blog-left h4 { font-size: 2em; } .contact-w3lsright h6 { font-size: 1.4em; letter-spacing: 0px; } .contact-w3lsright { padding: 5em 2em; } .map iframe { min-height: 453px; } .amet-sed.amet-medium { margin: 2.5em 0; } .amet-sed .w3social-icons { margin-top: 0.5em; } .banner-text { padding: 8em 0 9em; } .map iframe { min-height: 250px; } .contact-w3lsright { padding: 3em 6em; } .address-row { margin-top: 2em; } .contact-w3ls-row { width: 95%; margin: 4em auto 0; } } @media(max-width:800px){ .w3llogo h1 { font-size: 2.5em; } .w3menu.navbar-left { margin-left: 2em; padding: 1.2em 3%; } .cd-main-header { right: 4%; } .agileits-title h3 { font-size: 2.5em; } .w3l-about p { margin-top: 1em; } .numscroller { font-size: 2.4em; } .wthree-slid-right { padding: 2.5em; } .testimonials { padding: 4em 0 6em; } .testimonials-grid p { margin: 0.5em 0; } } @media(max-width:768px){ .wthree-slid-right h4 { font-size: 1.7em; letter-spacing: 1px; } .wthree-slid-right h3 { font-size: 1.4em; } .wthree-slid-left { min-height: 402px; } .modal-body { padding: 1.5em; } .modal-dialog { margin: 3em auto; } .footer { padding: 3em 0; } } @media(max-width:767px){ .header { padding: 1em; } .header .navbar-nav { float: left; margin: 0; } .bnr-tleft { padding: 0; margin: 0 auto; width: 20%; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 2.5em; margin-top: 0.5em; } .banner-w3lstext p { margin: 0.6em 0 0; } .banner-text { padding: 7em 0 8em; } button.navbar-toggle { margin: 0 15.5em 0 0; color: #fff; font-size: 1.6em; padding: 0; } .cd-main-header { right: 7%; top: 12px; } div#bs-example-navbar-collapse-1 { position: absolute; width: 100%; background: rgba(0, 0, 0, 0.81); border: none; z-index: 9; padding: 1em 0 0; } .w3llogo h1 { margin-left: 1em; font-size: 2.2em; } .w3menu.navbar-left { margin-left: 0; border: none; padding: 0; } .w3menu ul li { display: block; margin: 0.8em 0; } .w3menu ul li a { display: block; } .cd-search input { font-size: 1.1em; padding: 1em; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 3em 0; } .agileits-title h3 { font-size: 2.3em; } .stats-grid:nth-child(2) { margin-bottom: 2em; } .numscroller { font-size: 2.2em; } .modal-dialog { margin: 2em auto; width: 80%; } } @media(max-width:736px){ .stats-agileinfo { padding: 2em 2em 1.5em; } .wthree-slid-left { min-height: 372px; } .w3ls-hover .view-caption { padding: 7em 0; } .contact-right.agileits-w3layouts { padding: 0; } .contact textarea { min-height: 9.5em; margin-bottom: 1em; } .contact input[type="text"], .contact input[type="email"] { padding: 0.7em 1em; } .footer .agileits-title h3 { margin-bottom: 0.5em; font-size: 1.3em; } .w3social-icons ul li { margin: 0 0.3em; } .amet-sed.amet-medium { margin: 1.5em 0; } .support { padding: 0.5em; width: 75%; } .about-modal h4 { font-size: 1.4em; margin: 0.8em 0; } .about-modal h6 { font-size: 1em; letter-spacing: 3px; } .contact input[type="submit"] { padding: 0.7em 4em; } } @media(max-width:667px){ button.navbar-toggle { margin: 0 13em 0 0; } .w3ls-hover .view-caption { padding: 5.8em 0; } .teamw3-agileinfo { width: 88%; } .w3-agileits-blog-grid { padding: 0; } .contact-w3lsright { padding: 3em 3em; } .contact-w3ls-row { margin: 3em auto 0; } .captn h4 { font-size: 1.4em; } } @media(max-width:640px){ button.navbar-toggle { margin: 0 12.5em 0 0; } .stats-img i.fa { font-size: 1.8em; } .stats-agileinfo h6 { margin: 0.5em 0; font-size: 1.2em; } .wthree-slid-right p { margin: 0.5em 0 1em; } .wthree-slid-right h4 { font-size: 1.5em; } .wthree-slid-right h5 { font-size: 1em; } .numscroller { font-size: 2em; } .stats-grid:nth-child(2) { margin-bottom: 1.5em; } .map iframe { min-height: 200px; } .contact-w3lsright h6 { font-size: 1.3em; } .contact-w3lsright { padding: 2em 3em; } .w3social-icons ul li a { font-size: 0.9em; width: 30px; height: 30px; line-height: 2.5em; } .header p { margin-top: .2em; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 2em; } .banner-text { padding: 5em 0 7em; } .flex-control-nav li { margin: 0 0.5em; } button.navbar-toggle { margin: 0px 11.5em 0 0; } .agileits-title h3 { font-size: 1.8em; letter-spacing: 2px; margin-bottom: 1em; } .w3ls-services-img { width: 60px; height: 60px; } .w3ls-services-img i.fa { font-size: 2.5em; } .w3ls-services-img i.fa { padding: .5em 0 0 0; } .agileits-services-info h4 { font-size: 1.3em; } .w3l-services-grid:nth-child(2), .team-wthree-grid:nth-child(2) { margin-bottom: 1em; } .agileits-services-info h4 { margin: 0.4em 0; } .wthree-slid-right h3 { font-size: 1.3em; } .wthree-slid-right h4 { margin-bottom: 0.3em; } .wthree-slid-right { padding: 2em 2.5em; } .wthree-slid-left { min-height: 346px; } .w3ls-hover .view-caption { padding: 4.8em 0; } .testimonials-grid i.fa { font-size: 1.2em; color: #fff; } .testimonials { padding: 3em 0 5em; } .teamw3-agileinfo { width: 94%; } .blog-left { padding: 0; } .blog-right a { font-size: 1.1em; } .blog-right p { margin: 0.5em 0 0 0; } .w3-agileits-blog-grid:nth-child(2) { margin-top: 1em; } .contact-w3lsright { padding: 2em 2em; } } @media(max-width:600px){ .nav-tabs>li>a { font-size: 1.1em; } .w3labout-right h5 { margin-bottom: 0.3em; font-size: 1.6em; letter-spacing: 1px; } .w3l-about p { margin-top: 0.5em; } .stats-agileinfo h6 { margin: 0.3em 0; } } @media(max-width:480px){ .header p { font-size: 0.9em; } .w3social-icons ul li a { font-size: 0.8em; width: 28px; height: 28px; } .agile-hdmdl.nav.navbar-nav { margin: 0 1.2em; } .header .navbar-nav { width: inherit; } .header { padding: 1em 0; } .header p a:hover { letter-spacing: 0; } .banner-w3lstext h2, .banner-w3lstext h3 { margin-top: 0.2em; } .banner-w3lstext p { font-size: 0.9em; } .banner-text { padding: 4em 0 6em; } button.navbar-toggle { margin: 0px 9em 0 0; } .w3menu ul li { margin: 0.6em 0; } .w3labout-left { padding: 0 1em 0 0; } P { font-size: 0.9em; } .w3labout-right { padding: 0; } .wthree-slid-right h5 { font-size: 0.9em; } .wthree-slid-right { padding: 1.5em 2em; } .wthree-slid-left { min-height: 334px; } .w3ls-hover .view-caption span { font-size: 0.8em; } .w3ls-hover .view-caption h5 { font-size: 1.3em; margin-bottom: 10px; } .testimonials-grid p { font-size: 0.9em; } .flexslider1 { width: 95%; } .teamw3-agileinfo { width: 100%; } .team-wthree-grid { padding: 0 .5em; } .btm-right .captn { padding: 1em 0; } .w3social-icons.captn-icon { top: 12%; } .address-row { margin-top: 1em; width: 100%; float: none; } .address-row h5 { margin-bottom: .4em; } .address-row span.glyphicon { padding: 1.5em 0.8em; } .contact-w3lsright h6 { font-size: 1.2em; } .contact textarea { min-height: 7.5em; margin-bottom: 0.5em; font-size: 0.9em; } .contact input[type="text"], .contact input[type="email"] { font-size: 0.9em; } .contact input[type="submit"] { font-size: 0.9em; } .footer .agileits-title h3 { margin-bottom: 0.3em; font-size: 1.2em; } .support { width: 90%; margin: 0.5em 0 0 0; } .support input[type="submit"] { font-size: 0.9em; padding: .7em 1em; } .support input[type="email"] { font-size: 0.9em; padding: .6em 1em; } .footer { padding: 2.5em 0; } .modal-dialog { width: 90%; } .about-modal h4 { font-size: 1.4em; letter-spacing: 2px; } } @media(max-width:414px){ .header .navbar-nav { float: none; margin: 0; text-align: center; } .agile-hdmdl.nav.navbar-nav { margin: 0.5em 0; } .banner-w3lstext p { font-size: 0.85em; } .bnr-tright { padding: 0; } .banner-text { padding: 4em 0 5em; } .w3llogo h1 { margin-left: 0.8em; font-size: 2em; } .w3llogo { padding: 0.5em 0; } button.navbar-toggle { font-size: 1.4em; } .cd-main-header { right: 5%; top: 2px; } button.navbar-toggle { margin: 0 8.5em 0 0; } .agileits-title h3 { font-size: 1.6em; letter-spacing: 1px; margin-bottom: 1em; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 2.5em 0; } .stats-grid { padding: 0; } .numscroller { font-size: 1.8em; } .stats-grid:nth-child(2),.w3l-services-grid:nth-child(1),.w3l-services-grid:nth-child(3) { margin-bottom: 1em; } .w3l-services-grid { width: 90%; float: none; margin: 0 auto; } .wthree-slid-left { min-height: 215px; float: none; width: 100%; } .wthree-slid-right { padding: 1.5em; width: 100%; } .gallery-grids { width: 50%; } .testimonials-grid h5 { font-size: 1.3em; } .btm-right .captn { padding: 0.8em 0; } .captn h4 { letter-spacing: 0px; font-size: 1.2em; } .w3social-icons.captn-icon ul li { margin: 0.3em; } .blog-left,.blog-right { width: 100%; } .blog-left h4 { font-size: 1.5em; margin: 0; } .contact-w3ls-row { margin: 2em auto 0; } .amet-sed { padding: 0 .5em; } .blog-left ul li { font-size: 0.9em; } } @media(max-width:384px){ button.navbar-toggle { margin: 0 8em 0 0; } .w3labout-right h4 { font-size: 1.1em; } .stats-agileinfo h6 { font-size: 1em; } .numscroller { font-size: 1.6em; } .wthree-slid-left { min-height: 185px; } .wthree-slid-right h4 { font-size: 1.3em; } .flexslider1 { width: 100%; } .testimonials-grid p { font-size: 0.85em; } .contact-w3lsright h6 { font-size: 1.1em; } .contact-w3lsright { padding: 2em 1.5em; } .address-row h5 { margin-bottom: 0.2em; } .address-row span.glyphicon { padding: 1.4em 0.8em; } .contact input[type="text"], .contact input[type="email"] { width: 100%; margin-bottom: 0.5em; } .contact textarea { margin-bottom: 0; } .support { width: 100%; margin: 0.5em 0 0 0; } .modal-body { padding: 1em 1.5em 1.5em; } .about-modal .modal-header { padding: 0.8em 1.5em 0; } } @media(max-width:375px){ .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 1.5em; } .bnr-tleft { width: 30%; } .banner-text { padding: 3em 0 5em; } .amet-sed { padding: 0; } .w3menu ul li a { font-size: 0.9em; } .w3menu ul li { margin: 0.4em 0; } button.navbar-toggle { margin: 0 7.5em 0 0; } .cd-search input { font-size: 1em; } .w3social-icons.captn-icon { top: 7%; } .footer { padding: 2em 0; } } @media(max-width:320px){ .w3social-icons ul li a { font-size: 0.7em; width: 26px; height: 26px; line-height: 2.8em; } .banner-text { padding: 2em 0 4em; } .w3llogo h1 { margin-left: 0.5em; font-size: 1.8em; } .w3llogo h1 a { letter-spacing: 0px; } button.navbar-toggle { font-size: 1.2em; } .cd-main-header { top: 0px; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 2em 0; } .nav-tabs>li>a { font-size: 1em; } .w3labout-left { padding: 0; } .banner-w3lstext p { letter-spacing: 0px; } .banner-text { padding: 2em 0 3em; } .header p { font-size: 0.8em; } .w3social-icons ul li a { font-size: 0.6em; width: 23px; height: 23px; } .header { padding: 0.5em 0; } .w3social-icons ul li { margin: 0 0.2em; } .nav-tabs>li>a { font-size: 0.9em; padding: 7px 12px; } .w3labout-right { margin-top: 1.5em; } .stats-agileinfo { padding: 1.5em 1em 1em; } .numscroller { font-size: 1.4em; } .stats-img i.fa { font-size: 1.5em; } .w3l-services-grid { padding: 0; } .agileits-services-info h4 { font-size: 1.2em; } .wthree-slid-left { min-height: 150px; } .w3ls-hover .view-caption { padding: 3.5em 0; } .testimonials { padding: 2em 0 4em; } .flexslider1 .flex-control-nav { bottom: -30%; } .team-wthree-grid { padding: 0 .2em; } .btm-right .captn { padding: 0.5em 0; border-bottom-width: 3px; } .captn h4 { font-size: 1.1em; } } /*-- //responsive-design --*/
Tanishq_Taco Restaurant/web/css/style.css
body{ margin:0; font-family: 'Roboto', sans-serif; background: #fff; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration:none; outline:none; } h1,h2,h3,h4,h5,h6{ margin:0; font-family: 'Bigshot One', cursive; } p{ margin:0; } ul,label{ margin:0; padding:0; } body a:hover,body a:focus{ text-decoration:none; outline: none; } /*-- banner --*/ .w3ls-banner{ background:url(../images/bg.jpg)no-repeat center 0px; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; position: relative; } .bannerw3-agileinfo { background: rgba(0, 0, 0, 0.4); } /*-- header --*/ .header { padding: 1.2em 0; background: rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 0px 57px 2px #000; -moz-box-shadow: 0px 0px 57px 2px #000; -o-box-shadow: 0px 0px 57px 2px #000; -ms-box-shadow: 0px 0px 57px 2px #000; box-shadow: 0px 0px 57px 2px #000; } .header .navbar-nav { width: 33.3%; } .agile-hdmdl.nav.navbar-nav { text-align: center; } .agileits-hdright.navbar-right { text-align: right; margin: 0; } .agile-hdleft ul { padding-top: 1em; } .header p { color: #fff; font-size: 1em; font-weight: 300; margin-top: .6em; } .header p i.fa { margin-right: 5px; } .header p a { color: #fff; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; transition: .5s all; } .header p a:hover { color: #02bbd2; letter-spacing: 1px; } /*-- social-icons --*/ .w3social-icons ul li { display: inline-block; margin: 0 0.5em; } .w3social-icons ul li a { color: #fff; font-size: 1.1em; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 0px 1px 0px #fff; -moz-box-shadow: 0px 0px 1px 0px #fff; box-shadow: 0px 0px 1px 0px #fff; width: 35px; height: 35px; text-align: center; line-height: 2.3em; } .w3social-icons ul li a:hover { color: #00b3ca; -webkit-box-shadow: 0px 0px 13px 2px #00b3ca; -moz-box-shadow: 0px 0px 13px 2px #00b3ca; box-shadow: 0px 0px 13px 2px #00b3ca; } /*-- //social-icons --*/ /*-- //header-top --*/ /*-- banner-text --*/ .banner-text { padding: 15.4em 0; } .banner-w3lstext { text-align: center; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 5em; color: #fff; font-weight: 100; margin-top: 0.5em; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-delay: .6s; } .bnr-tleft img { -webkit-transform: translatey(115%); -moz-transform: translatey(115%); -o-transform: translatey(115%); -ms-transform: translatey(115%); transform: translatey(115%); -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; transition-delay: .4s; } li.flex-active-slide h2,li.flex-active-slide h3{ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } li.flex-active-slide .bnr-tleft img { -webkit-transform: translatey(0%); -moz-transform: translatey(0%); -o-transform: translatey(0%); -ms-transform: translatey(0%); transform: translatey(0%); } .banner-w3lstext p { font-size: 1em; color: #fff; line-height: 2em; width: 96%; margin: 1.5em 0 0 auto; font-weight: 300; font-style: italic; letter-spacing: 3px; } /*-- //banner-text --*/ /*-- banner-bottom --*/ /*-- logo --*/ .w3llogo { padding: 1em 0; } .w3llogo h1 { font-size: 3em; text-transform: uppercase; } .w3llogo h1 a { display: inline-block; color: #fff; letter-spacing: 2px; } /*-- //logo --*/ /*-- top-nav --*/ .w3menu.navbar-left { margin-left: 7em; border-left: 3px solid #fff; border-right: 3px solid #fff; padding: 1.2em 10%; } .top-nav { z-index: 999; background: rgba(0, 0, 0, 0.52); position: relative; -webkit-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); -moz-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); -o-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); -ms-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); box-shadow: 0px 0px 5px 2px rgb(0, 0, 0); } nav.navbar.navbar-default { background-color: inherit; border: none; margin: 0; } ul.nav.navbar { text-align: center; margin: 0; min-height: inherit; } .w3menu ul li { margin: 0 0 0 1.2em; display: inline-block; } .w3menu ul li:nth-child(1){ margin: 0; } /* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */ .w3menu ul li a { text-decoration: none; letter-spacing: 3px; font-size: 1.1em; color: #fff; position: relative; font-weight: 300; display: inline-block; } .nav > li > a:hover, .nav > li > a:focus { background: none; } .w3menu ul li a:hover,.top-nav ul li a.active{ background: #02bbd2; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .w3menu .open > .dropdown-menu { display: block; background: #382e22; text-align: left; margin-top: 1.1em; } .w3menu .open > .dropdown-menu li { margin: 0; display: block; } .w3menu .open > .dropdown-menu li a { display: block; color: #fff; font-size: .9em; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #02bbd2; border: none; } /*-- //top-nav --*/ /*-- search --*/ .cd-main-header { /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .cd-main-header { -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -o-transition: transform 0.3s; -ms-transition: transform 0.3s; transition: transform 0.3s; } .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); } .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible { -webkit-transform: translateX(260px); -moz-transform: translateX(260px); -ms-transform: translateX(260px); -o-transform: translateX(260px); transform: translateX(260px); } .cd-main-header { position: absolute; display: inline-block; top: 15px; } .cd-header-buttons li { display: inline-block; } .cd-search-trigger, .cd-nav-trigger { position: relative; display: block; width: 44px; height: 44px; overflow: hidden; white-space: nowrap; color: transparent; z-index: 3; } .cd-search-trigger::before, .cd-search-trigger::after { /* search icon */ content: ''; position: absolute; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cd-search-trigger::before { /* lens */ top: 11px; left: 11px; width: 18px; height: 18px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 3px solid #fff; } .cd-search-trigger::after { /* handle */ height: 3px; width: 8px; background: #fff; bottom: 14px; right: 11px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span { /* container for the X icon */ position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .cd-search-trigger span::before, .cd-search-trigger span::after { /* close icon */ content: ''; position: absolute; display: inline-block; height: 3px; width: 22px; top: 50%; margin-top: -2px; left: 50%; margin-left: -11px; background: #fff; opacity: 0; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .cd-search-trigger span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after { /* hide search icon */ -moz-opacity: 0; opacity: 0; } .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after { /* show close icon */ -moz-opacity: 1; opacity: 1; } .cd-search-trigger.search-is-visible span::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .cd-search-trigger.search-is-visible span::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search { position: absolute; width: 100%; top: 100%; left: 0; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-search input { border-radius: 0; border: none; background: rgba(0, 0, 0, 0.75); width: 100%; padding: 0 5%; -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; font-size: 1.5em; padding: 1.3em 2em; color: #fff; font-weight: 300; text-align: center; } .cd-search input::-webkit-input-placeholder { color: #fff !important; } .cd-search input::-moz-placeholder { color: #fff !important; } .cd-search input:-moz-placeholder { color: #fff !important; } .cd-search input:-ms-input-placeholder { color: #fff !important; } .cd-search input:focus { outline: none; } .cd-search.is-visible { -moz-opacity: 1; opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; -ms-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } /*-- //search --*/ /*-- //banner-bottom --*/ /*-- about --*/ .w3l-about,.services,.gallery,.team,.blog,.contact { padding: 5em 0; } .agileits-title { text-align: center; } .agileits-title h3 { font-size: 3em; text-transform: uppercase; margin-bottom: 1.5em; display: inline-block; border: 1px solid #dadada; padding: .3em 0.5em; letter-spacing: 5px; color:#333; } P { font-size: 1em; color: #777; line-height: 1.8em; } .w3l-about p { margin-top: 1.2em; } .w3labout-left { padding: 0 3em; text-align: right; } .w3labout-right h5 { font-size: 2em; letter-spacing: 2px; color: #12A7CA; margin-bottom: 0.8em; font-weight: 200; font-family: 'Roboto', sans-serif; } .w3labout-right h4 { font-size: 1.5em; line-height: 1.4em; font-style: italic; letter-spacing: 1px; color: #848484; } .nav-tabs>li>a { margin: 0 6px; font-size: 1.3em; font-weight: 700; border: 1px solid transparent; color: #555; } .nav-tabs>li>a:hover, .nav>li>a:focus { text-decoration: none; color: #02bbd2 ! important; background:none ! important; border-color: transparent; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #02bbd2 ! important; background:none ! important; } .w3l-about .nav-tabs>li { float: right ! important; } .w3l-about .nav-tabs > li.active > a, .w3l-about .nav-tabs > li.active > a:hover, .w3l-about .nav-tabs > li.active > a:focus { border-bottom-color: #fff; } /*-- //about --*/ /*-- stats --*/ .stats{ background: url(../images/bg1.jpg)no-repeat center 0px fixed; background-size: cover; } .stats-agileinfo{ padding: 3em; background:#fff; border: 12px double rgb(39, 31, 18); text-align: center; } .stats-img i.fa { font-size: 2.5em; color: #d2d2d2; } .stats-agileinfo h6 { font-weight: 900; letter-spacing: 5px; margin: 1.5em 0 .5em; font-size: 1.5em; color: #333; } .numscroller { font-size: 3em; font-weight: 300; color: #02bbd2; } /*-- //stats --*/ /*-- services --*/ .w3l-services-grid{ text-align:center; } .w3ls-services-img{ width: 90px; height: 90px; margin: 0 auto; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; transition: 0.5s all; } .w3ls-services-img i.fa{ color: #d2d2d2; font-size: 4em; padding: .4em 0 0 0; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; transition: 0.5s all; } .agileits-services-info h4 { color: #333; font-size: 1.5em; margin: 0.8em 0; letter-spacing: 1px; text-transform: capitalize; } .w3l-services-grid:hover .w3ls-services-img{ background: #02bbd2; } .w3l-services-grid:hover .w3ls-services-img i.fa { color: #fff; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); } /*-- //services --*/ /*-- wthree-slid --*/ .wthree-slid{ background:#02bbd2; } .wthree-slid-left { background: url(../images/img3.jpg)no-repeat 0px 0px; background-size: cover; min-height: 470px; padding:0; } .wthree-slid-left img{ width:100%; } .wthree-slid-right h3{ font-size: 1.8em; color: #fff; line-height: 1.4em; text-transform: capitalize; } .wthree-slid-right { padding:6em 13em 5em 5em; } .wthree-slid-right p{ margin:1em 0 2em; color:#333; } .wthree-slid-right h4 { font-size: 2.2em; color: #000; margin-bottom: 0.5em; letter-spacing: 3px; font-style: italic; } .wthree-slid-right h5 { font-size: 1.1em; color: #fff; line-height: 2.2em; font-family: 'Roboto', sans-serif; font-weight: 300; } .wthree-slid-right h5 span.glyphicon { font-size: 0.9em; margin-right: 0.5em; } /*-- //wthree-slid --*/ /*-- gallery --*/ .gallery-grids img { width: 100%; } .gallery-grids { padding: 0; } /*-- gallery-hover effect --*/ .w3ls-hover { background-color: #FFF; display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; text-align: center; } .w3ls-hover img { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .w3ls-hover .view-caption { padding: 8em 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); background-color: rgba(0, 0, 0, 0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .w3ls-hover .view-caption h5{ color: #fff; font-size: 2.2em; font-weight: normal; margin-bottom: 15px; margin-top: 5px; } .w3ls-hover .view-caption span { color: #fff; font-size: 1em; margin-top: 5%; display: inline-block; border: 2px solid #fff; padding: 12px; } .w3ls-hover:hover .view-caption { background-color: rgba(0, 0, 0, 0.8); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .w3ls-hover .view-caption span:hover { color: #02bbd2; border-color: #02bbd2; } /*-- //gallery --*/ /*-- testimonials --*/ .testimonials { padding: 6em 0 8em; background: url(../images/bg1.jpg) no-repeat 0px 0px fixed; background-size: cover; } .agileits-title.w3ls-title1 h3 { color: #02bbd2; border-color: #02bbd2; } .flexslider1 { width: 60%; margin: 0 auto; position:relative; } .testimonials-grid { text-align: center; } .testimonials-grid i.fa{ font-size: 2em; color: #fff; } .testimonials-grid p { color: #fff; text-align: center; margin: 1.2em 0; font-size: 1.2em; letter-spacing: 1px; } .testimonials-grid h5 { font-size: 1.5em; color: #02bbd2; text-align: center; font-weight:900; } .testimonials-grid h5 span { color: rgba(255, 255, 255, 0.92); font-size: 0.8em; margin-left: .5em; } .flexslider1 .flex-control-nav { width: 100%; text-align: center; left: 0; bottom: -36%; } /*-- //testimonials --*/ /*-- team --*/ .team h5{ color:#fff; } /*-- team-effects --*/ .btm-right { overflow: hidden; position: relative; display: block; } .btm-right img{ width: 100%; } .btm-right .captn { color: #fff; background-color: #222; text-align: center; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; padding:1.3em 0; border-bottom: 5px solid #222; } .captn h4 { font-size: 1.6em; color: #fff; letter-spacing: 1px; } .w3social-icons.captn-icon { background: rgba(2, 2, 2, 0.65); width: 23%; position: absolute; top: 16%; left: 0; text-align: center; padding: 0.5em 0; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; } .w3social-icons.captn-icon ul li { margin: 0.5em; } .btm-right:hover .captn { background: #02bbd2; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; border-bottom-color:#07a7bb; } /*--//team-effects--*/ /*-- //team --*/ /*-- blog --*/ .blog{ background:#02bbd2; } .blog-left h4{ color: #fff; margin: 0 0 1em 0; font-size: 2.5em; font-weight: 800; } .blog-left ul{ padding:0; margin:1em 0 0 0; } .blog-left ul li{ display: block; color: #fff; font-size: 1em; margin:.5em 0; } .blog-left ul li a{ color:#fff; text-decoration:none; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .blog-left ul li a:hover{ color:#000; } .blog-left ul li a:focus,.blog-right a:focus,.date-text a:focus{ outline:none; } .blog-right a { color: #fff; font-size: 1.2em; margin: 0; line-height: 1.5em; text-decoration: none; font-weight: 500; letter-spacing: 1px; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; font-family: 'Bigshot One', cursive; } .blog-right a:hover{ color:#000; } .blog-right p { color: #565656; margin: 1em 0 0 0; } /*-- //blog --*/ /*-- contact --*/ .contact-w3lsleft.map { padding: 0; } .address-row { margin-top: 3em; } .contact-w3lsright { padding: 5em 8em; background: #f0f0f0; } .contact-w3lsright h6 { font-size: 1.8em; color: #848484; font-weight: 300; line-height: 1.8em; text-transform: uppercase; letter-spacing: 3px; } .contact-w3lsright h6 span { color: #02bbd2; } .address-left { padding: 0; text-align: center; } .address-right { padding-left: 2em; } .address-row span.glyphicon { font-size: 1.2em; border: 2px solid #afafaf; padding: 1.6em 1em; color: #afafaf; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; transition: .5s all; } .address-row:hover span.glyphicon { border-color: #02bbd2; color:#02bbd2; -webkit-transform: rotatey(360deg); -moz-transform: rotatey(360deg); transform: rotatey(360deg); -o-transform: rotatey(360deg); -ms-transform: rotatey(360deg); } .address-row h5 { font-size: 1.4em; color: #000; margin-bottom: .4em; font-weight: 300; } .address-row p a { color: #02bbd2; } .address-row p a:hover{ color: #999; } .map iframe { width: 100%; min-height: 518px; border: none; margin-bottom: -.5em; } /*-- contact-form --*/ .contact-w3ls-row { width: 80%; margin: 5em auto 0; } .contact-left.agileits-w3layouts { padding: 0; } .contact input[type="text"],.contact input[type="email"] { width: 49%; color: #999; float: left; background: none; outline: none; font-size: 1em; padding: 1em 1em; margin-bottom: 1em; border: solid 1px #999; -webkit-appearance: none; display: inline-block; } .contact input.email { float: right; } .contact textarea { resize: none; width: 100%; background: none; color: #999; font-size: 1em; outline: none; padding: 1em .8em; border: solid 1px #999; min-height: 12.5em; -webkit-appearance: none; } .contact input[type="submit"] { outline: none; color: #fff; padding: 0.8em 4em; font-size: 1em; -webkit-appearance: none; background: #02bbd2; border: 2px solid #02bbd2; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; width: 100%; } .contact input[type="text"]:focus,.contact textarea:focus { border-color: #00b8ce; } .contact input[type="submit"]:hover { background: none; color: #02bbd2; border-color: #02bbd2; } ::-webkit-input-placeholder { color:#999 !important; } :-moz-placeholder { /* Firefox 18- */ color:#999 !important; } ::-moz-placeholder { /* Firefox 19+ */ color:#999 !important; } :-ms-input-placeholder { color:#999 !important; } /*-- //contact --*/ /*-- footer --*/ .footer{ background: #333; padding:4em 0; } .footer .agileits-title{ text-align:left; } .footer .agileits-title h3 { font-size: 1.5em; display: inline-block; color: #fff; letter-spacing: 2px; margin-bottom: 1em; } .amet-sed p { margin: 0.5em 0 0; color: #C1BFBF; } .amet-medium p a{ color:#02bbd2; text-decoration:none; } .amet-medium p a:hover{ color:#000; } .footer-class { text-align: center; color: #fff; margin: 1.5em 0 0; background: #292929; padding: 0.5em 0; letter-spacing: 1px; font-weight: 300; } .footer-class a{ text-decoration: none; color: #02bbd2; } .footer-class a:hover{ color:#fff; } .amet-sed .w3social-icons { margin-top: 1em; } .support input[type="email"] { width: 63%; padding: .7em 1em; font-size: 1em; text-align: left; font-weight: 400; border: 1px solid #fff; outline: none; margin: 0; -webkit-appearance: none; background: #fff; } .support input[type="submit"]{ background: #02bbd2; cursor: pointer; border: 0; color: #fff; font-weight: 400; font-size: 1em; text-transform: uppercase; padding: .8em 1em; text-align: center; -webkit-appearance: none; outline: none; width:35%; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .support input[type="submit"]:hover{ background:#018fa0; } .support { margin: 1em 0em 0 0; background-color: rgb(45, 45, 45); padding: 1em 1em; } /*-- //footer --*/ /*-- slider-up-arrow --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 3%; right: 3%; overflow: hidden; width: 32px; height: 32px; border: none; text-indent: 100%; background: url("../images/move-up.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); } /*-- //slider-up-arrow --*/ /*-- modal --*/ .modal-open .modal { background: rgba(0, 0, 0, 0.48); } .modal-body { padding: 2em; } .modal-dialog { margin: 4em auto; } .modal-body iframe { border: none !important; width: 100%; min-height: 300px; } .about-modal .modal-header { border: none; min-height: 2.5em; padding: 1em 2em 0; } .about-modal button.close { color: #02bbd2; opacity: .9; font-size: 2.5em; outline:none; } .about-modal .modal-body img{ width:100%; } .about-modal .modal-body p { margin-top: 1em; font-weight: 400; } .about-modal h4 { font-size: 1.6em; margin: 1em 0 .8em; color: #02bbd2; letter-spacing: 4px; } .about-modal h6 { font-size: 1.1em; color: #b1b1b1; font-family: 'Roboto', sans-serif; font-weight: 300; letter-spacing: 5px; } /*-- //modal --*/ /*-- responsive-design --*/ @media(max-width:1440px){ .wthree-slid-right { padding: 6em 9em 5em 5em; } .contact-w3lsright { padding: 5em 6em; } } @media(max-width:1366px){ .banner-w3lstext h2, .banner-w3lstext h3 { margin: 0 0 0.5em; } .wthree-slid-right { padding: 6em 6em 5em 5em; } .contact-w3lsright { padding: 5em 4em; } .w3menu.navbar-left { margin-left: 6em; padding: 1.2em 7%; } .cd-main-header { right: 8%; } } @media(max-width:1280px){ .banner-text { padding: 12em 0; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 4em; } .banner-w3lstext p { width: 94%; } .agileits-title h3 { font-size: 2.8em; margin-bottom: 1.2em; } .wthree-slid-right { padding: 4.5em 5em; } .address-right { padding-right: 0; } .address-row { padding: 0; } } @media(max-width:1080px){ .banner-w3lstext p { width: 100%; letter-spacing: 2px; } .w3menu ul li { margin: 0 0 0 0.5em; } .w3menu.navbar-left { margin-left: 3em; padding: 1.2em 4%; } .w3llogo h1 { font-size: 2.8em; } .w3llogo { padding: 1.2em 0; } .w3labout-left { padding: 0 3em 0 0; } .banner-w3lstext h2, .banner-w3lstext h3 { margin: 0; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 4em 0; } .stats-agileinfo h6 { letter-spacing: 2px; margin: 1.2em 0 .5em; } .numscroller { font-size: 2.8em; } .w3ls-hover .view-caption h5 { font-size: 2em; } .w3ls-hover .view-caption { padding: 6em 0; } .w3social-icons.captn-icon { top: 8%; } .btm-right .captn { padding: 1.2em 0; } .address-row span.glyphicon { font-size: 1.1em; padding: 1.8em 0.8em; } .address-right { padding-left: 1em; } .contact-w3lsright h6 { font-size: 1.6em; letter-spacing: 2px; } .map iframe { min-height: 502px; } .w3labout-right h4 { font-size: 1.3em; } .blog-right { padding: 0; } .blog-left h4 { font-size: 2.2em; } .footer { background: #333; } } @media(max-width:1024px){ .agileits-title h3 { letter-spacing: 3px; } .wthree-slid-right { padding: 3.5em 4em; } .wthree-slid-left { min-height: 441px; } .wthree-slid-right h4 { font-size: 2em; letter-spacing: 2px; } .testimonials-grid p { font-size: 1.1em; } .contact-w3lsright { padding: 5em 3em; } .testimonials { padding: 5em 0 7em; } } @media(max-width:991px){ .banner-w3lstext p { letter-spacing: 1px; margin: 1em 0 0 auto; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 3em; } .bnr-tleft { padding: 0; margin: 2.5em 0 0; } .banner-text { padding: 10em 0; } .w3menu ul li a { letter-spacing: 2px; font-size: 1em; padding: 7px 12px; } .w3llogo h1 { font-size: 2.6em; } .w3menu ul li { margin: 0 0 0 0.1em; } .w3llogo { padding: 1em 0; } .cd-search input { font-size: 1.3em; } .w3labout-right { margin-top: 2em; } .w3labout-right h5 { margin-bottom: 0.5em; } .stats-agileinfo { padding: 3em 2em; } .stats-img i.fa { font-size: 2.2em; } .stats-agileinfo h6 { letter-spacing: 1px; margin: 1em 0 .5em; font-size: 1.3em; } .numscroller { font-size: 2.6em; } .w3ls-services-img i.fa { font-size: 3em; } .w3ls-services-img { width: 70px; height: 70px; } .agileits-services-info h4 { margin: 0.6em 0; } .w3ls-services-img i.fa { padding: .45em 0 0 0; } .w3l-services-grid:nth-child(2),.team-wthree-grid:nth-child(2) { margin-bottom: 2em; } .wthree-slid-right h3 { font-size: 1.5em; } .wthree-slid-right p { margin: 0.5em 0 1.5em; } .wthree-slid-left { min-height: 411px; background-position: center 0px; } .w3ls-hover .view-caption h5 { font-size: 1.5em; } .w3ls-hover .view-caption span { font-size: 0.9em; margin-top: 0%; padding: 8px; } .w3ls-hover .view-caption { padding: 5em 0; } .flexslider1 { width: 85%; } .testimonials-grid p { font-size: 1em; } .testimonials-grid p { margin: 1em 0; } .teamw3-agileinfo { width: 80%; margin: 0 auto; } .w3social-icons.captn-icon { top: 14%; } .w3-agileits-blog-grid:nth-child(2) { margin-top: 2em; } .blog-left h4 { font-size: 2em; } .contact-w3lsright h6 { font-size: 1.4em; letter-spacing: 0px; } .contact-w3lsright { padding: 5em 2em; } .map iframe { min-height: 453px; } .amet-sed.amet-medium { margin: 2.5em 0; } .amet-sed .w3social-icons { margin-top: 0.5em; } .banner-text { padding: 8em 0 9em; } .map iframe { min-height: 250px; } .contact-w3lsright { padding: 3em 6em; } .address-row { margin-top: 2em; } .contact-w3ls-row { width: 95%; margin: 4em auto 0; } } @media(max-width:800px){ .w3llogo h1 { font-size: 2.5em; } .w3menu.navbar-left { margin-left: 2em; padding: 1.2em 3%; } .cd-main-header { right: 4%; } .agileits-title h3 { font-size: 2.5em; } .w3l-about p { margin-top: 1em; } .numscroller { font-size: 2.4em; } .wthree-slid-right { padding: 2.5em; } .testimonials { padding: 4em 0 6em; } .testimonials-grid p { margin: 0.5em 0; } } @media(max-width:768px){ .wthree-slid-right h4 { font-size: 1.7em; letter-spacing: 1px; } .wthree-slid-right h3 { font-size: 1.4em; } .wthree-slid-left { min-height: 402px; } .modal-body { padding: 1.5em; } .modal-dialog { margin: 3em auto; } .footer { padding: 3em 0; } } @media(max-width:767px){ .header { padding: 1em; } .header .navbar-nav { float: left; margin: 0; } .bnr-tleft { padding: 0; margin: 0 auto; width: 20%; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 2.5em; margin-top: 0.5em; } .banner-w3lstext p { margin: 0.6em 0 0; } .banner-text { padding: 7em 0 8em; } button.navbar-toggle { margin: 0 15.5em 0 0; color: #fff; font-size: 1.6em; padding: 0; } .cd-main-header { right: 7%; top: 12px; } div#bs-example-navbar-collapse-1 { position: absolute; width: 100%; background: rgba(0, 0, 0, 0.81); border: none; z-index: 9; padding: 1em 0 0; } .w3llogo h1 { margin-left: 1em; font-size: 2.2em; } .w3menu.navbar-left { margin-left: 0; border: none; padding: 0; } .w3menu ul li { display: block; margin: 0.8em 0; } .w3menu ul li a { display: block; } .cd-search input { font-size: 1.1em; padding: 1em; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 3em 0; } .agileits-title h3 { font-size: 2.3em; } .stats-grid:nth-child(2) { margin-bottom: 2em; } .numscroller { font-size: 2.2em; } .modal-dialog { margin: 2em auto; width: 80%; } } @media(max-width:736px){ .stats-agileinfo { padding: 2em 2em 1.5em; } .wthree-slid-left { min-height: 372px; } .w3ls-hover .view-caption { padding: 7em 0; } .contact-right.agileits-w3layouts { padding: 0; } .contact textarea { min-height: 9.5em; margin-bottom: 1em; } .contact input[type="text"], .contact input[type="email"] { padding: 0.7em 1em; } .footer .agileits-title h3 { margin-bottom: 0.5em; font-size: 1.3em; } .w3social-icons ul li { margin: 0 0.3em; } .amet-sed.amet-medium { margin: 1.5em 0; } .support { padding: 0.5em; width: 75%; } .about-modal h4 { font-size: 1.4em; margin: 0.8em 0; } .about-modal h6 { font-size: 1em; letter-spacing: 3px; } .contact input[type="submit"] { padding: 0.7em 4em; } } @media(max-width:667px){ button.navbar-toggle { margin: 0 13em 0 0; } .w3ls-hover .view-caption { padding: 5.8em 0; } .teamw3-agileinfo { width: 88%; } .w3-agileits-blog-grid { padding: 0; } .contact-w3lsright { padding: 3em 3em; } .contact-w3ls-row { margin: 3em auto 0; } .captn h4 { font-size: 1.4em; } } @media(max-width:640px){ button.navbar-toggle { margin: 0 12.5em 0 0; } .stats-img i.fa { font-size: 1.8em; } .stats-agileinfo h6 { margin: 0.5em 0; font-size: 1.2em; } .wthree-slid-right p { margin: 0.5em 0 1em; } .wthree-slid-right h4 { font-size: 1.5em; } .wthree-slid-right h5 { font-size: 1em; } .numscroller { font-size: 2em; } .stats-grid:nth-child(2) { margin-bottom: 1.5em; } .map iframe { min-height: 200px; } .contact-w3lsright h6 { font-size: 1.3em; } .contact-w3lsright { padding: 2em 3em; } .w3social-icons ul li a { font-size: 0.9em; width: 30px; height: 30px; line-height: 2.5em; } .header p { margin-top: .2em; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 2em; } .banner-text { padding: 5em 0 7em; } .flex-control-nav li { margin: 0 0.5em; } button.navbar-toggle { margin: 0px 11.5em 0 0; } .agileits-title h3 { font-size: 1.8em; letter-spacing: 2px; margin-bottom: 1em; } .w3ls-services-img { width: 60px; height: 60px; } .w3ls-services-img i.fa { font-size: 2.5em; } .w3ls-services-img i.fa { padding: .5em 0 0 0; } .agileits-services-info h4 { font-size: 1.3em; } .w3l-services-grid:nth-child(2), .team-wthree-grid:nth-child(2) { margin-bottom: 1em; } .agileits-services-info h4 { margin: 0.4em 0; } .wthree-slid-right h3 { font-size: 1.3em; } .wthree-slid-right h4 { margin-bottom: 0.3em; } .wthree-slid-right { padding: 2em 2.5em; } .wthree-slid-left { min-height: 346px; } .w3ls-hover .view-caption { padding: 4.8em 0; } .testimonials-grid i.fa { font-size: 1.2em; color: #fff; } .testimonials { padding: 3em 0 5em; } .teamw3-agileinfo { width: 94%; } .blog-left { padding: 0; } .blog-right a { font-size: 1.1em; } .blog-right p { margin: 0.5em 0 0 0; } .w3-agileits-blog-grid:nth-child(2) { margin-top: 1em; } .contact-w3lsright { padding: 2em 2em; } } @media(max-width:600px){ .nav-tabs>li>a { font-size: 1.1em; } .w3labout-right h5 { margin-bottom: 0.3em; font-size: 1.6em; letter-spacing: 1px; } .w3l-about p { margin-top: 0.5em; } .stats-agileinfo h6 { margin: 0.3em 0; } } @media(max-width:480px){ .header p { font-size: 0.9em; } .w3social-icons ul li a { font-size: 0.8em; width: 28px; height: 28px; } .agile-hdmdl.nav.navbar-nav { margin: 0 1.2em; } .header .navbar-nav { width: inherit; } .header { padding: 1em 0; } .header p a:hover { letter-spacing: 0; } .banner-w3lstext h2, .banner-w3lstext h3 { margin-top: 0.2em; } .banner-w3lstext p { font-size: 0.9em; } .banner-text { padding: 4em 0 6em; } button.navbar-toggle { margin: 0px 9em 0 0; } .w3menu ul li { margin: 0.6em 0; } .w3labout-left { padding: 0 1em 0 0; } P { font-size: 0.9em; } .w3labout-right { padding: 0; } .wthree-slid-right h5 { font-size: 0.9em; } .wthree-slid-right { padding: 1.5em 2em; } .wthree-slid-left { min-height: 334px; } .w3ls-hover .view-caption span { font-size: 0.8em; } .w3ls-hover .view-caption h5 { font-size: 1.3em; margin-bottom: 10px; } .testimonials-grid p { font-size: 0.9em; } .flexslider1 { width: 95%; } .teamw3-agileinfo { width: 100%; } .team-wthree-grid { padding: 0 .5em; } .btm-right .captn { padding: 1em 0; } .w3social-icons.captn-icon { top: 12%; } .address-row { margin-top: 1em; width: 100%; float: none; } .address-row h5 { margin-bottom: .4em; } .address-row span.glyphicon { padding: 1.5em 0.8em; } .contact-w3lsright h6 { font-size: 1.2em; } .contact textarea { min-height: 7.5em; margin-bottom: 0.5em; font-size: 0.9em; } .contact input[type="text"], .contact input[type="email"] { font-size: 0.9em; } .contact input[type="submit"] { font-size: 0.9em; } .footer .agileits-title h3 { margin-bottom: 0.3em; font-size: 1.2em; } .support { width: 90%; margin: 0.5em 0 0 0; } .support input[type="submit"] { font-size: 0.9em; padding: .7em 1em; } .support input[type="email"] { font-size: 0.9em; padding: .6em 1em; } .footer { padding: 2.5em 0; } .modal-dialog { width: 90%; } .about-modal h4 { font-size: 1.4em; letter-spacing: 2px; } } @media(max-width:414px){ .header .navbar-nav { float: none; margin: 0; text-align: center; } .agile-hdmdl.nav.navbar-nav { margin: 0.5em 0; } .banner-w3lstext p { font-size: 0.85em; } .bnr-tright { padding: 0; } .banner-text { padding: 4em 0 5em; } .w3llogo h1 { margin-left: 0.8em; font-size: 2em; } .w3llogo { padding: 0.5em 0; } button.navbar-toggle { font-size: 1.4em; } .cd-main-header { right: 5%; top: 2px; } button.navbar-toggle { margin: 0 8.5em 0 0; } .agileits-title h3 { font-size: 1.6em; letter-spacing: 1px; margin-bottom: 1em; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 2.5em 0; } .stats-grid { padding: 0; } .numscroller { font-size: 1.8em; } .stats-grid:nth-child(2),.w3l-services-grid:nth-child(1),.w3l-services-grid:nth-child(3) { margin-bottom: 1em; } .w3l-services-grid { width: 90%; float: none; margin: 0 auto; } .wthree-slid-left { min-height: 215px; float: none; width: 100%; } .wthree-slid-right { padding: 1.5em; width: 100%; } .gallery-grids { width: 50%; } .testimonials-grid h5 { font-size: 1.3em; } .btm-right .captn { padding: 0.8em 0; } .captn h4 { letter-spacing: 0px; font-size: 1.2em; } .w3social-icons.captn-icon ul li { margin: 0.3em; } .blog-left,.blog-right { width: 100%; } .blog-left h4 { font-size: 1.5em; margin: 0; } .contact-w3ls-row { margin: 2em auto 0; } .amet-sed { padding: 0 .5em; } .blog-left ul li { font-size: 0.9em; } } @media(max-width:384px){ button.navbar-toggle { margin: 0 8em 0 0; } .w3labout-right h4 { font-size: 1.1em; } .stats-agileinfo h6 { font-size: 1em; } .numscroller { font-size: 1.6em; } .wthree-slid-left { min-height: 185px; } .wthree-slid-right h4 { font-size: 1.3em; } .flexslider1 { width: 100%; } .testimonials-grid p { font-size: 0.85em; } .contact-w3lsright h6 { font-size: 1.1em; } .contact-w3lsright { padding: 2em 1.5em; } .address-row h5 { margin-bottom: 0.2em; } .address-row span.glyphicon { padding: 1.4em 0.8em; } .contact input[type="text"], .contact input[type="email"] { width: 100%; margin-bottom: 0.5em; } .contact textarea { margin-bottom: 0; } .support { width: 100%; margin: 0.5em 0 0 0; } .modal-body { padding: 1em 1.5em 1.5em; } .about-modal .modal-header { padding: 0.8em 1.5em 0; } } @media(max-width:375px){ .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 1.5em; } .bnr-tleft { width: 30%; } .banner-text { padding: 3em 0 5em; } .amet-sed { padding: 0; } .w3menu ul li a { font-size: 0.9em; } .w3menu ul li { margin: 0.4em 0; } button.navbar-toggle { margin: 0 7.5em 0 0; } .cd-search input { font-size: 1em; } .w3social-icons.captn-icon { top: 7%; } .footer { padding: 2em 0; } } @media(max-width:320px){ .w3social-icons ul li a { font-size: 0.7em; width: 26px; height: 26px; line-height: 2.8em; } .banner-text { padding: 2em 0 4em; } .w3llogo h1 { margin-left: 0.5em; font-size: 1.8em; } .w3llogo h1 a { letter-spacing: 0px; } button.navbar-toggle { font-size: 1.2em; } .cd-main-header { top: 0px; } .w3l-about, .services, .gallery, .team, .blog, .contact { padding: 2em 0; } .nav-tabs>li>a { font-size: 1em; } .w3labout-left { padding: 0; } .banner-w3lstext p { letter-spacing: 0px; } .banner-text { padding: 2em 0 3em; } .header p { font-size: 0.8em; } .w3social-icons ul li a { font-size: 0.6em; width: 23px; height: 23px; } .header { padding: 0.5em 0; } .w3social-icons ul li { margin: 0 0.2em; } .nav-tabs>li>a { font-size: 0.9em; padding: 7px 12px; } .w3labout-right { margin-top: 1.5em; } .stats-agileinfo { padding: 1.5em 1em 1em; } .numscroller { font-size: 1.4em; } .stats-img i.fa { font-size: 1.5em; } .w3l-services-grid { padding: 0; } .agileits-services-info h4 { font-size: 1.2em; } .wthree-slid-left { min-height: 150px; } .w3ls-hover .view-caption { padding: 3.5em 0; } .testimonials { padding: 2em 0 4em; } .flexslider1 .flex-control-nav { bottom: -30%; } .team-wthree-grid { padding: 0 .2em; } .btm-right .captn { padding: 0.5em 0; border-bottom-width: 3px; } .captn h4 { font-size: 1.1em; } } /*-- //responsive-design --*/
0.270384
0.052086
Basic Modal Styles \**************************/ .modal { /*font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; */ font-family: "Roboto", sans-serif; } .modal__overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); display: flex; justify-content: center; align-items: center; } .modal__container { background-color: transparent; padding: 30px; max-width: 500px; width: 50%; max-height: 100vh; border-radius: 0px; overflow-y: auto; box-sizing: border-box; } .modal__header { display: flex; justify-content: space-between; align-items: center; background-color: #f7bda7; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 30px; } .modal__title { margin-top: 0; margin-bottom: 0; margin-right: 10px; font-weight: 600; font-size: 1.25rem; line-height: 1.25; color: black; box-sizing: border-box; } .modal__preview { position: relative; overflow: hidden; width: 100%; padding-top: 10px; } .modal__preview iframe { width: 100%; height: 380px; } .modal__copyright { display: block; } .modal__copyright p { background: #f7bda7; border-left: 10px solid #f79c78; padding: 0.5em 10px; font-size: 0.75em; color: black; } .modal__copyright a:link, a:visited { color: #ff5353; text-decoration: underline; } .modal__copyright a:hover { color: white; text-decoration: none; } /* MusixMatch requires that we add in these special css rules to prevent copying and printing of lyrics */ @media print { .modal__lyrics { display: none !important; } } .modal__lyrics { padding: 10px; font-style: italic; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; } .modal__close { background: transparent; border: 0; } .modal__header .modal__close:before { content: "\2715"; } .modal__content { line-height: 1.5; color: rgba(0, 0, 0, 0.8); overflow-y: auto; background-color: white; padding: 30px; } .modal__artwork { margin: auto; padding: 10px; } .modal__artwork img { width: 100%; height: auto; } .modal__footer { background-color: white; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: 30px; } .modal__btn { font-size: 0.875rem; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; background-color: #e6e6e6; color: rgba(0, 0, 0, 0.8); border-radius: 0.25rem; border-style: none; border-width: 0; cursor: pointer; -webkit-appearance: button; text-transform: none; overflow: visible; line-height: 1.15; margin: 0; will-change: transform; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .modal__btn:focus, .modal__btn:hover { -webkit-transform: scale(1.05); transform: scale(1.05); background-color: lightblue; } .modal__btn-primary { background-color: #00449e; color: #fff; } /**************************\ Demo Animation Style \**************************/ @keyframes mmfadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes mmfadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes mmslideIn { from { transform: translateY(15%); } to { transform: translateY(0); } } @keyframes mmslideOut { from { transform: translateY(0); } to { transform: translateY(-10%); } } .micromodal-slide { display: none; } .micromodal-slide.is-open { display: block; } .micromodal-slide[aria-hidden="false"] .modal__overlay { animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide[aria-hidden="false"] .modal__container { animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide[aria-hidden="true"] .modal__overlay { animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide[aria-hidden="true"] .modal__container { animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide .modal__container, .micromodal-slide .modal__overlay { will-change: transform; }
public/css/modal-styles.css
Basic Modal Styles \**************************/ .modal { /*font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; */ font-family: "Roboto", sans-serif; } .modal__overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); display: flex; justify-content: center; align-items: center; } .modal__container { background-color: transparent; padding: 30px; max-width: 500px; width: 50%; max-height: 100vh; border-radius: 0px; overflow-y: auto; box-sizing: border-box; } .modal__header { display: flex; justify-content: space-between; align-items: center; background-color: #f7bda7; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 30px; } .modal__title { margin-top: 0; margin-bottom: 0; margin-right: 10px; font-weight: 600; font-size: 1.25rem; line-height: 1.25; color: black; box-sizing: border-box; } .modal__preview { position: relative; overflow: hidden; width: 100%; padding-top: 10px; } .modal__preview iframe { width: 100%; height: 380px; } .modal__copyright { display: block; } .modal__copyright p { background: #f7bda7; border-left: 10px solid #f79c78; padding: 0.5em 10px; font-size: 0.75em; color: black; } .modal__copyright a:link, a:visited { color: #ff5353; text-decoration: underline; } .modal__copyright a:hover { color: white; text-decoration: none; } /* MusixMatch requires that we add in these special css rules to prevent copying and printing of lyrics */ @media print { .modal__lyrics { display: none !important; } } .modal__lyrics { padding: 10px; font-style: italic; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; } .modal__close { background: transparent; border: 0; } .modal__header .modal__close:before { content: "\2715"; } .modal__content { line-height: 1.5; color: rgba(0, 0, 0, 0.8); overflow-y: auto; background-color: white; padding: 30px; } .modal__artwork { margin: auto; padding: 10px; } .modal__artwork img { width: 100%; height: auto; } .modal__footer { background-color: white; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: 30px; } .modal__btn { font-size: 0.875rem; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; background-color: #e6e6e6; color: rgba(0, 0, 0, 0.8); border-radius: 0.25rem; border-style: none; border-width: 0; cursor: pointer; -webkit-appearance: button; text-transform: none; overflow: visible; line-height: 1.15; margin: 0; will-change: transform; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .modal__btn:focus, .modal__btn:hover { -webkit-transform: scale(1.05); transform: scale(1.05); background-color: lightblue; } .modal__btn-primary { background-color: #00449e; color: #fff; } /**************************\ Demo Animation Style \**************************/ @keyframes mmfadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes mmfadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes mmslideIn { from { transform: translateY(15%); } to { transform: translateY(0); } } @keyframes mmslideOut { from { transform: translateY(0); } to { transform: translateY(-10%); } } .micromodal-slide { display: none; } .micromodal-slide.is-open { display: block; } .micromodal-slide[aria-hidden="false"] .modal__overlay { animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide[aria-hidden="false"] .modal__container { animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide[aria-hidden="true"] .modal__overlay { animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide[aria-hidden="true"] .modal__container { animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); } .micromodal-slide .modal__container, .micromodal-slide .modal__overlay { will-change: transform; }
0.425605
0.065545
header { margin: 50px 0; } .container-fluid { margin-bottom: 70px; } button { border: 0; outline: 0; padding: 15px; font-size: 15px; cursor: pointer; } .center { text-align: center; } .box { height: 300px; border: 1px solid black; text-align: center; line-height: 300px; font-size: 35px; color: black; background: #f9f2f4; } /* manage page */ #accordian { margin: 0 20px; padding: 20px 0; border-top: 1px solid black; border-bottom: 1px solid black; } #accordian > ul{ margin: 0; padding: 0; } #accordian h3 { font-size: 20px; line-height: 34px; padding: 0 10px; cursor: pointer; } #accordian h3:hover { text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); } #accordian h3 span { font-size: 15px; margin-right: 10px; } #accordian li { list-style-type: none; } #accordian ul ul li a { text-decoration: none; font-size: 15px; line-height: 27px; display: block; padding: 0 10px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s; color: #bbbbbb; } #accordian ul ul li a:hover { background: #003545; color: white; border-left: 5px solid #09c; } #accordian ul ul { display: none; } #accordian li.active ul { display: block; } .line { border: 1px solid black; padding: 0 !important; } .title { position: relative; height: 60px; } .title h3{ position: absolute; left: 0; font-weight: 800; } .deleteButton { position: absolute; right: 0; top:10px; padding: 10px; } /*============================line========================*/ .greyLine { border: 1px solid #bbbbbb !important; padding: 15px; margin-bottom: 20px; } .orderSubTitle { width: 100%; background: #777777 ; text-align: center; padding: 2px 0; color: white; } .orderInfoDiv{ border-bottom: 1px solid #777777; padding: 10px; } .orderInfoDiv span{ display: inline-block; width:45%; } .orderInfoDiv span:nth-child(1){ font-weight: 800; } .orderInfoDiv span select{ height: 25px; } .changeStatus { width: 30%; margin: 10px 0 ; } /*------------------------------ table------------------------------ */ table { border : 1px solid black; width: 100%; } table tr{ height: 50px; border-bottom: 1px solid black; } table th,td{ text-align: center; } table thead tr th { font-size: 15px; font-weight: 100; } table tr td { padding : 10px; }
css/admin.css
header { margin: 50px 0; } .container-fluid { margin-bottom: 70px; } button { border: 0; outline: 0; padding: 15px; font-size: 15px; cursor: pointer; } .center { text-align: center; } .box { height: 300px; border: 1px solid black; text-align: center; line-height: 300px; font-size: 35px; color: black; background: #f9f2f4; } /* manage page */ #accordian { margin: 0 20px; padding: 20px 0; border-top: 1px solid black; border-bottom: 1px solid black; } #accordian > ul{ margin: 0; padding: 0; } #accordian h3 { font-size: 20px; line-height: 34px; padding: 0 10px; cursor: pointer; } #accordian h3:hover { text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); } #accordian h3 span { font-size: 15px; margin-right: 10px; } #accordian li { list-style-type: none; } #accordian ul ul li a { text-decoration: none; font-size: 15px; line-height: 27px; display: block; padding: 0 10px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s; color: #bbbbbb; } #accordian ul ul li a:hover { background: #003545; color: white; border-left: 5px solid #09c; } #accordian ul ul { display: none; } #accordian li.active ul { display: block; } .line { border: 1px solid black; padding: 0 !important; } .title { position: relative; height: 60px; } .title h3{ position: absolute; left: 0; font-weight: 800; } .deleteButton { position: absolute; right: 0; top:10px; padding: 10px; } /*============================line========================*/ .greyLine { border: 1px solid #bbbbbb !important; padding: 15px; margin-bottom: 20px; } .orderSubTitle { width: 100%; background: #777777 ; text-align: center; padding: 2px 0; color: white; } .orderInfoDiv{ border-bottom: 1px solid #777777; padding: 10px; } .orderInfoDiv span{ display: inline-block; width:45%; } .orderInfoDiv span:nth-child(1){ font-weight: 800; } .orderInfoDiv span select{ height: 25px; } .changeStatus { width: 30%; margin: 10px 0 ; } /*------------------------------ table------------------------------ */ table { border : 1px solid black; width: 100%; } table tr{ height: 50px; border-bottom: 1px solid black; } table th,td{ text-align: center; } table thead tr th { font-size: 15px; font-weight: 100; } table tr td { padding : 10px; }
0.254231
0.091261
@charset "UTF-8"; /* 对话框样式 */ .modal-content { border-radius: 2px; } .modal-backdrop.in { filter: alpha(opacity=20); opacity: .2; } .pagination { margin: 0; } .pagination > li > a, .pagination > li > span { color: #1B95E0; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 0; border-bottom-right-radius: 0; } .pagination > li:first-child > a, .pagination > li:first-child > span { border-top-left-radius: 0; border-bottom-left-radius: 0; } .pagination > .active > a, .pagination > .active > span { background-color: #1B95E0; border-color: #1B95E0; } .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus { background-color: #1B95E0; border-color: #1B95E0; } .coreful { color: #D32F2F; } .admin-enter { padding: 10px; text-align: center; font-size: 24px; line-height: 24px; position: fixed; top: 40px; right: 40px; height: 50px; width: 50px; border-radius: 30px; border: 1px solid #d0d0d0; background: #fff; color: #1B95E0; z-index: 9999; } .admin-enter:hover, .admin-enter:focus, .admin-enter:active { text-decoration: none; color: #1B95E0; background: #f8f8f8; } .alert { padding-top: 10px; padding-bottom: 10px; } .sign-remember { font-size: 15px; font-weight: normal; } .sign-remember > input[type="checkbox"] { width: 15px; height: 16px; margin: 0; } .input-error { border: 1px solid #F44336; } .input-error-info { color: #F44336; margin-top: 5px; display: block; } .b-main { width: 650px; float: left; } .main-content { padding-bottom: 175px; } .b-side { width: 350px; float: left; } .b-side.r-side { padding-left: 40px; } .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 50px 0; text-align: center; font-size: 13px; } .footer-items { margin: 0 auto; width: auto; } .footer-link { color: #1677b2; } .footer-item { display: inline-block; margin-right: 10px; color: #333; } .footer-item.bold-item { font-weight: bold; color: #555; } .html-content-title { font-size: 34px; font-weight: bold; color: #333; margin: 0; } .html-content { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333; overflow: hidden; font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei"; font-size: 16px; line-height: 2; word-wrap: break-word; word-break: break-word; } .html-content > :first-child { margin-top: 0 !important; } .html-content > :last-child { margin-bottom: 0 !important; } .html-content pre { font-size: 13px; } .html-content ul, .html-content ol { padding: 0; margin: 0 0 1.25em 1.5625em; } .html-content ul > li { list-style-type: disc; } .html-content ol > li { list-style-type: decimal; } .html-content .table-bordered > thead > tr > td, .html-content .table-bordered > thead > tr > th { border-bottom-width: 1px; } .html-content img { max-width: 100%; } .html-content td, .html-content th { padding: 0; } .html-content a { color: #4183c4; text-decoration: none; } .html-content a:hover, .html-content a:active { text-decoration: underline; } .html-content hr { height: 0; margin: .9375em 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #ddd; } .html-content hr:before { display: table; content: ""; } .html-content hr:after { display: table; clear: both; content: ""; } .html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 { position: relative; font-weight: bold; } .html-content h1 { font-size: 1.875em; line-height: 1.2; margin: 2em 0 1.25em; } .html-content h2 { font-size: 1.625em; line-height: 1.2; margin: 1.75em 0 1em; } .html-content h3 { font-size: 1.375em; line-height: 1.2; margin: 1.5em 0 .75em; } .html-content h4 { font-size: 1.125em; line-height: 1; margin: 1.25em 0 .625em; } .html-content h5 { font-size: 1em; line-height: 1; margin: 1.125em 0 .5em; } .html-content h6 { font-size: .875em; line-height: 1; margin: 1.125em 0 .5em; color: #777; } .html-content blockquote { border-left: .5em solid #eee; } .html-content dd { margin-left: 0; } /* SPAN elements with the classes below are added by prettyprint. */ .pln { color: #000; } /* plain text */ pre.prettyprint { margin: 10px 0; line-height: 1.6; color: inherit; border: 0; } @media screen { .str { color: #080; } /* string content */ .kwd { color: #008; } /* a keyword */ .com { color: #800; } /* a comment */ .typ { color: #606; } /* a type name */ .lit { color: #066; } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ .pun, .opn, .clo { color: #660; } .tag { color: #008; } /* a markup tag name */ .atn { color: #606; } /* a markup attribute name */ .atv { color: #080; } /* a markup attribute value */ .dec, .var { color: #606; } /* a declaration; a variable name */ .fun { color: red; } /* a function name */ } /* Specify class=linenums on a pre to get line numbering */ ol.linenums { margin-top: 0; margin-bottom: 0; color: rgba(102, 128, 153, 0.4); } /* IE indents via margin-left */ ol.linenums { margin-left: 2.1875em; } ol.linenums > li { padding-left: .9375em; } pre.prettyprint { display: block; background-color: rgba(102, 128, 153, 0.05); box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset, 2.2125em 0 0 rgba(102, 128, 153, 0.05) inset, 0 1px 0 rgba(102, 128, 153, 0.05); padding: .29375em; word-break: break-word; word-wrap: break-word; line-height: 24px; overflow: auto; } /* Alternate shading for lines */ /* Use higher contrast and text-weight for printable form. */ @media print, projection { .str { color: #060; } .kwd { color: #006; font-weight: bold; } .com { color: #600; font-style: italic; } .typ { color: #404; font-weight: bold; } .lit { color: #044; } .pun, .opn, .clo { color: #440; } .tag { color: #006; font-weight: bold; } .atn { color: #404; } .atv { color: #060; } } /* site */ .site { text-align: center; margin-bottom: 20px; } .site .logo { display: block; margin: 0 auto; border-radius: 8px; width: 40px; overflow: hidden; } .site .logo > img { width: 100%; height: 100%; } .site .name { font-size: 18px; font-weight: bold; text-align: center; margin: 3px 0; } .site .name > a { color: #555; } .site .name > a:hover, .site .name > a:active, .site .name > a:focus { text-decoration: none; color: #1B95E0; } .nav .open > a:hover, .nav .open > a:focus { background: transparent; } .message-dropdown { min-width: 120px; } .message-dropdown > li { position: relative; } .message-dropdown .counter { position: absolute; display: inline-block; padding: 2px 5px; color: #fff; top: 4px; right: 5px; background: #F44336; border-radius: 25px; font-size: 13px; line-height: 13px; color: #fff; max-width: 50px; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; overflow: hidden; } .dropdown-menu .divider { margin: 3px 0; } .tab-group { border-bottom: 1px solid #d0d0d0; padding: 0; } .tab-group .tab-item { float: left; padding: 5px 12px; font-size: 15px; color: #666; font-weight: bold; } .tab-group .tab-item:hover, .tab-group .tab-item:focus, .tab-group .tab-item:active { color: #666; text-decoration: none; } .tab-group .tab-item.active { color: #1B95E0; margin-bottom: -1px; border-bottom: 2px solid #1B95E0; } .tab-group .tab-item.active:hover, .tab-group .tab-item.active:focus, .tab-group .tab-item.active:active { color: #1B95E0; } .footer { text-align: center; padding: 30px 0 10px 0; height: 118px; margin-top: 30px; } .book-container { position: relative; height: 100%; width: 100%; overflow: hidden; } .book-container .content-cover { display: none; position: absolute; z-index: 98; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.5; background: #000; cursor: pointer; } .book-catalog { position: absolute; height: 100%; background: #f8f8f8; } .book-catalog.fixed-catalog { position: fixed; left: 0; top: 0; bottom: 0; overflow: hidden; } .book-catalog.fixed-catalog .catalog-wraper { height: 100%; overflow-y: scroll; } .book-catalog .catalog-wraper { width: 320px; padding-right: 20px; height: 100%; overflow-x: hidden; overflow-y: scroll; } .catalog-head { position: relative; width: 300px; background: #fff; padding: 20px 0; border-bottom: 1px solid #d0d0d0; } .catalog-head .book-action { text-align: center; margin: 8px 0 0; } .catalog-head .book-action-item { display: inline-block; font-size: 12px; border: 1px solid #d0d0d0; border-radius: 2px; overflow: hidden; color: #333; padding: 4px 6px; margin-left: 2px; font-weight: bold; overflow: hidden; } .catalog-head .book-action-item:hover { background: #e6e6e6; } .catalog-head .book-action-item:hover, .catalog-head .book-action-item:focus, .catalog-head .book-action-item:active { color: #333; } .catalog-head .book-action-item.selected { background: #1B95E0; color: #fff; border: 1px solid #1B95E0; } .catalog-head .book-action-item.selected:hover { background: #1B95E0; } .catalog-head .book-name { margin: 10px 0 5px; font-size: 16px; text-align: center; } .catalog-head .btn-edit { position: absolute; top: 10px; left: 10px; padding: 3px 10px; font-size: 13px; } .book-content { padding: 0; position: absolute; top: 0; left: 300px; bottom: 0; right: 0; z-index: 90; overflow-y: auto; -webkit-overflow-scrolling: touch; } .book-content .title { margin: 0 0 10px; padding: 0 0 20px; border-bottom: 1px solid #d0d0d0; } .book-content .title .meta { margin-top: 5px; color: #999; } .book-content .title .meta span { margin-right: 5px; } .book-content .like-section { padding: 10px; font-size: 20px; text-align: center; } .book-content .like-section .btn-like { border: 1px solid #dc7745; color: #dc7745; } .book-content .like-section .btn-like.selected { background: #dc7745; color: #fff; } .book-title { padding: 20px 10px 20px 20px; margin: 0; font-size: 16px; font-weight: bold; border-bottom: 1px solid #d0d0d0; } .book-title .title { color: #555; } .book-title .title:hover { color: #0099FF; } .reader-catalog { display: block; padding: 8px 10px 8px 20px; color: #333; font-size: 15px; } .reader-catalog.active { color: #0099FF; } .reader-catalog .indent { padding-left: 20px; } .catalog-content { width: 300px; padding-bottom: 100px; } .catalog-content .comment-item { padding: 10px; } .catalog-content .comment-item .author { font-size: 14px; margin-bottom: 5px; } .catalog-content .comment-item .author .avatar { height: 20px; width: 20px; } .catalog-content .comment-item .content { line-height: 24px; font-size: 14px; margin-bottom: 3px; } .catalog-content .comment-item .content .click-cover { top: 120px; height: 24px; line-height: 18px; } .catalog-content .comment-item .meta { font-size: 14px; } .catalog-content li a { color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; } .page-button { margin-top: 20px; } .page-button a { display: inline-block; color: #333; border-radius: 2px; padding: 6px 12px 8px; background: #f8f8f8; border: 1px solid #d0d0d0; } .page-button a:hover { background: #f0f0f0; } .book-header { position: relative; height: 50px; padding: 10px 0; } .book-header .header-icon { position: absolute; } .book-header .header-icon.loading { left: 50%; } .book-header .header-icon.loading .fa { display: block; } .book-header .header-icon .fa-spinner { display: none; color: #1B95E0; margin: 6px 0 0 -18px; font-weight: bold; } .tab-pane .loading { padding: 20px; text-align: center; font-size: 12px; color: #777; } .book-header-container { margin: 0 20px; min-width: 600px; } .content-wraper { position: relative; min-height: 100%; } .catalog-menu-btn { display: inline-block; position: fixed; left: 15px; bottom: 15px; border: 1px solid #d0d0d0; background: #fff; z-index: 1999; padding: 3px; cursor: pointer; text-align: center; font-size: 12px; color: #666; } .catalog-menu-btn:hover { color: #333; } .catalog-menu-btn .fa { font-size: 19px; display: block; } .book-container .absolute-catalog { position: absolute; left: -300px; width: 300px; top: 0; bottom: 0; z-index: 100; overflow: hidden; border-right: 1px solid #d0d0d0; -webkit-transition: left .3s ease-out; -moz-transition: left .3s ease-out; -o-transition: left .3s ease-out; transition: left .3s ease-out; -webkit-overflow-scrolling: touch; } .book-container .book-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 90; overflow-y: auto; -webkit-transition: left .3s ease-out; -moz-transition: left .3s ease-out; -o-transition: left .3s ease-out; transition: left .3s ease-out; -webkit-overflow-scrolling: touch; } .book-content .content-body { position: relative; width: 100%; max-width: 760px; min-height: 95%; padding: 10px 40px 40px 40px; margin: 0 auto; background: #fff; } html.catalog-menu-open .book-container { overflow: hidden; } html.catalog-menu-open .book-container .absolute-catalog { left: 0; } html.catalog-menu-open .book-container .book-content { left: 300px; } .html-content { font-size: 16px; } c .book-container .content-cover { display: none; position: absolute; z-index: 98; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.5; background: #000; cursor: pointer; } .support-hit { color: #dc7745; font-size: 16px; margin: 20px 0 10px; text-align: center; } @media (min-width: 460px) and (max-width: 810px) { html.catalog-menu-closing .book-container .content-cover { display: block; } html.catalog-menu-open .book-container .content-cover { display: block; } .book-container .book-content { overflow-x: hidden; } } @media (max-width: 810px) { .book-container { background: #fff; } .book-container .book-content { width: 100%; } .book-container .book-content .content-body { padding: 10px 20px 20px; border: none; } .book-container .book-content .title { margin: 0 -20px 10px; padding: 0 20px 10px; } .comment-title { margin: 0 -20px; padding: 0 20px 10px; } .comment-section .comment-item { margin: 0 -20px; padding: 10px 20px; } select:focus, textarea:focus:focus, input:focus { font-size: 16px !important; } } @media (max-width: 459px) { .book-container .absolute-catalog { left: -100%; } .book-container .absolute-catalog .catalog-wraper { width: 120%; padding-right: 20%; } .book-container .absolute-catalog .catalog-head { width: 100%; } .book-container .absolute-catalog .catalog-content { width: 100%; } .book-container .book-content { width: 100%; } html.catalog-menu-open .book-container .absolute-catalog { left: 0; width: 100%; } html.catalog-menu-open .book-container .book-content { left: 100%; } } @media (max-width: 600px) { .book-header-container .catalog-menu-btn { display: none; } .suspend-menu-btn { display: block; } } .main-body { padding-bottom: 150px; } .info-panel .section { padding: 10px 10px 0; } .info-panel .section-title { color: #999; margin: 0 0 10px; } .info-panel .info-group { color: #555; margin-bottom: 10px; } .info-panel .info-group:before, .info-panel .info-group:after { display: table; content: " "; clear: both; } .info-panel .info-group .col-sm-2 { font-size: 13px; padding: 0; color: #555; } .info-panel .info-group .col-sm-4 { padding: 0; } .info-panel .info-group .btn-ebook { font-size: 12px; padding: 2px 10px; color: #555; } .info-panel .book-cover { height: 75px; width: 62px; padding: 0; color: #1B95E0; background-color: #fff; text-align: center; border: 1px solid #d0d0d0; overflow: hidden; border-radius: 4px; } .info-panel .book-cover > img { width: 100%; height: 100%; } .info-panel .book-cover .fa-book { font-size: 32px; margin-top: 20px; } .info-panel .brief { font-size: 13px; } .info-panel .center-text { text-align: center; } .info-panel .center-group { text-align: center; } .info-panel .center-group .center-btn { padding: 3px 30px; }
app/static/css/web/reader.css
@charset "UTF-8"; /* 对话框样式 */ .modal-content { border-radius: 2px; } .modal-backdrop.in { filter: alpha(opacity=20); opacity: .2; } .pagination { margin: 0; } .pagination > li > a, .pagination > li > span { color: #1B95E0; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 0; border-bottom-right-radius: 0; } .pagination > li:first-child > a, .pagination > li:first-child > span { border-top-left-radius: 0; border-bottom-left-radius: 0; } .pagination > .active > a, .pagination > .active > span { background-color: #1B95E0; border-color: #1B95E0; } .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus { background-color: #1B95E0; border-color: #1B95E0; } .coreful { color: #D32F2F; } .admin-enter { padding: 10px; text-align: center; font-size: 24px; line-height: 24px; position: fixed; top: 40px; right: 40px; height: 50px; width: 50px; border-radius: 30px; border: 1px solid #d0d0d0; background: #fff; color: #1B95E0; z-index: 9999; } .admin-enter:hover, .admin-enter:focus, .admin-enter:active { text-decoration: none; color: #1B95E0; background: #f8f8f8; } .alert { padding-top: 10px; padding-bottom: 10px; } .sign-remember { font-size: 15px; font-weight: normal; } .sign-remember > input[type="checkbox"] { width: 15px; height: 16px; margin: 0; } .input-error { border: 1px solid #F44336; } .input-error-info { color: #F44336; margin-top: 5px; display: block; } .b-main { width: 650px; float: left; } .main-content { padding-bottom: 175px; } .b-side { width: 350px; float: left; } .b-side.r-side { padding-left: 40px; } .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 50px 0; text-align: center; font-size: 13px; } .footer-items { margin: 0 auto; width: auto; } .footer-link { color: #1677b2; } .footer-item { display: inline-block; margin-right: 10px; color: #333; } .footer-item.bold-item { font-weight: bold; color: #555; } .html-content-title { font-size: 34px; font-weight: bold; color: #333; margin: 0; } .html-content { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333; overflow: hidden; font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei"; font-size: 16px; line-height: 2; word-wrap: break-word; word-break: break-word; } .html-content > :first-child { margin-top: 0 !important; } .html-content > :last-child { margin-bottom: 0 !important; } .html-content pre { font-size: 13px; } .html-content ul, .html-content ol { padding: 0; margin: 0 0 1.25em 1.5625em; } .html-content ul > li { list-style-type: disc; } .html-content ol > li { list-style-type: decimal; } .html-content .table-bordered > thead > tr > td, .html-content .table-bordered > thead > tr > th { border-bottom-width: 1px; } .html-content img { max-width: 100%; } .html-content td, .html-content th { padding: 0; } .html-content a { color: #4183c4; text-decoration: none; } .html-content a:hover, .html-content a:active { text-decoration: underline; } .html-content hr { height: 0; margin: .9375em 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #ddd; } .html-content hr:before { display: table; content: ""; } .html-content hr:after { display: table; clear: both; content: ""; } .html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 { position: relative; font-weight: bold; } .html-content h1 { font-size: 1.875em; line-height: 1.2; margin: 2em 0 1.25em; } .html-content h2 { font-size: 1.625em; line-height: 1.2; margin: 1.75em 0 1em; } .html-content h3 { font-size: 1.375em; line-height: 1.2; margin: 1.5em 0 .75em; } .html-content h4 { font-size: 1.125em; line-height: 1; margin: 1.25em 0 .625em; } .html-content h5 { font-size: 1em; line-height: 1; margin: 1.125em 0 .5em; } .html-content h6 { font-size: .875em; line-height: 1; margin: 1.125em 0 .5em; color: #777; } .html-content blockquote { border-left: .5em solid #eee; } .html-content dd { margin-left: 0; } /* SPAN elements with the classes below are added by prettyprint. */ .pln { color: #000; } /* plain text */ pre.prettyprint { margin: 10px 0; line-height: 1.6; color: inherit; border: 0; } @media screen { .str { color: #080; } /* string content */ .kwd { color: #008; } /* a keyword */ .com { color: #800; } /* a comment */ .typ { color: #606; } /* a type name */ .lit { color: #066; } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ .pun, .opn, .clo { color: #660; } .tag { color: #008; } /* a markup tag name */ .atn { color: #606; } /* a markup attribute name */ .atv { color: #080; } /* a markup attribute value */ .dec, .var { color: #606; } /* a declaration; a variable name */ .fun { color: red; } /* a function name */ } /* Specify class=linenums on a pre to get line numbering */ ol.linenums { margin-top: 0; margin-bottom: 0; color: rgba(102, 128, 153, 0.4); } /* IE indents via margin-left */ ol.linenums { margin-left: 2.1875em; } ol.linenums > li { padding-left: .9375em; } pre.prettyprint { display: block; background-color: rgba(102, 128, 153, 0.05); box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset, 2.2125em 0 0 rgba(102, 128, 153, 0.05) inset, 0 1px 0 rgba(102, 128, 153, 0.05); padding: .29375em; word-break: break-word; word-wrap: break-word; line-height: 24px; overflow: auto; } /* Alternate shading for lines */ /* Use higher contrast and text-weight for printable form. */ @media print, projection { .str { color: #060; } .kwd { color: #006; font-weight: bold; } .com { color: #600; font-style: italic; } .typ { color: #404; font-weight: bold; } .lit { color: #044; } .pun, .opn, .clo { color: #440; } .tag { color: #006; font-weight: bold; } .atn { color: #404; } .atv { color: #060; } } /* site */ .site { text-align: center; margin-bottom: 20px; } .site .logo { display: block; margin: 0 auto; border-radius: 8px; width: 40px; overflow: hidden; } .site .logo > img { width: 100%; height: 100%; } .site .name { font-size: 18px; font-weight: bold; text-align: center; margin: 3px 0; } .site .name > a { color: #555; } .site .name > a:hover, .site .name > a:active, .site .name > a:focus { text-decoration: none; color: #1B95E0; } .nav .open > a:hover, .nav .open > a:focus { background: transparent; } .message-dropdown { min-width: 120px; } .message-dropdown > li { position: relative; } .message-dropdown .counter { position: absolute; display: inline-block; padding: 2px 5px; color: #fff; top: 4px; right: 5px; background: #F44336; border-radius: 25px; font-size: 13px; line-height: 13px; color: #fff; max-width: 50px; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; overflow: hidden; } .dropdown-menu .divider { margin: 3px 0; } .tab-group { border-bottom: 1px solid #d0d0d0; padding: 0; } .tab-group .tab-item { float: left; padding: 5px 12px; font-size: 15px; color: #666; font-weight: bold; } .tab-group .tab-item:hover, .tab-group .tab-item:focus, .tab-group .tab-item:active { color: #666; text-decoration: none; } .tab-group .tab-item.active { color: #1B95E0; margin-bottom: -1px; border-bottom: 2px solid #1B95E0; } .tab-group .tab-item.active:hover, .tab-group .tab-item.active:focus, .tab-group .tab-item.active:active { color: #1B95E0; } .footer { text-align: center; padding: 30px 0 10px 0; height: 118px; margin-top: 30px; } .book-container { position: relative; height: 100%; width: 100%; overflow: hidden; } .book-container .content-cover { display: none; position: absolute; z-index: 98; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.5; background: #000; cursor: pointer; } .book-catalog { position: absolute; height: 100%; background: #f8f8f8; } .book-catalog.fixed-catalog { position: fixed; left: 0; top: 0; bottom: 0; overflow: hidden; } .book-catalog.fixed-catalog .catalog-wraper { height: 100%; overflow-y: scroll; } .book-catalog .catalog-wraper { width: 320px; padding-right: 20px; height: 100%; overflow-x: hidden; overflow-y: scroll; } .catalog-head { position: relative; width: 300px; background: #fff; padding: 20px 0; border-bottom: 1px solid #d0d0d0; } .catalog-head .book-action { text-align: center; margin: 8px 0 0; } .catalog-head .book-action-item { display: inline-block; font-size: 12px; border: 1px solid #d0d0d0; border-radius: 2px; overflow: hidden; color: #333; padding: 4px 6px; margin-left: 2px; font-weight: bold; overflow: hidden; } .catalog-head .book-action-item:hover { background: #e6e6e6; } .catalog-head .book-action-item:hover, .catalog-head .book-action-item:focus, .catalog-head .book-action-item:active { color: #333; } .catalog-head .book-action-item.selected { background: #1B95E0; color: #fff; border: 1px solid #1B95E0; } .catalog-head .book-action-item.selected:hover { background: #1B95E0; } .catalog-head .book-name { margin: 10px 0 5px; font-size: 16px; text-align: center; } .catalog-head .btn-edit { position: absolute; top: 10px; left: 10px; padding: 3px 10px; font-size: 13px; } .book-content { padding: 0; position: absolute; top: 0; left: 300px; bottom: 0; right: 0; z-index: 90; overflow-y: auto; -webkit-overflow-scrolling: touch; } .book-content .title { margin: 0 0 10px; padding: 0 0 20px; border-bottom: 1px solid #d0d0d0; } .book-content .title .meta { margin-top: 5px; color: #999; } .book-content .title .meta span { margin-right: 5px; } .book-content .like-section { padding: 10px; font-size: 20px; text-align: center; } .book-content .like-section .btn-like { border: 1px solid #dc7745; color: #dc7745; } .book-content .like-section .btn-like.selected { background: #dc7745; color: #fff; } .book-title { padding: 20px 10px 20px 20px; margin: 0; font-size: 16px; font-weight: bold; border-bottom: 1px solid #d0d0d0; } .book-title .title { color: #555; } .book-title .title:hover { color: #0099FF; } .reader-catalog { display: block; padding: 8px 10px 8px 20px; color: #333; font-size: 15px; } .reader-catalog.active { color: #0099FF; } .reader-catalog .indent { padding-left: 20px; } .catalog-content { width: 300px; padding-bottom: 100px; } .catalog-content .comment-item { padding: 10px; } .catalog-content .comment-item .author { font-size: 14px; margin-bottom: 5px; } .catalog-content .comment-item .author .avatar { height: 20px; width: 20px; } .catalog-content .comment-item .content { line-height: 24px; font-size: 14px; margin-bottom: 3px; } .catalog-content .comment-item .content .click-cover { top: 120px; height: 24px; line-height: 18px; } .catalog-content .comment-item .meta { font-size: 14px; } .catalog-content li a { color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; } .page-button { margin-top: 20px; } .page-button a { display: inline-block; color: #333; border-radius: 2px; padding: 6px 12px 8px; background: #f8f8f8; border: 1px solid #d0d0d0; } .page-button a:hover { background: #f0f0f0; } .book-header { position: relative; height: 50px; padding: 10px 0; } .book-header .header-icon { position: absolute; } .book-header .header-icon.loading { left: 50%; } .book-header .header-icon.loading .fa { display: block; } .book-header .header-icon .fa-spinner { display: none; color: #1B95E0; margin: 6px 0 0 -18px; font-weight: bold; } .tab-pane .loading { padding: 20px; text-align: center; font-size: 12px; color: #777; } .book-header-container { margin: 0 20px; min-width: 600px; } .content-wraper { position: relative; min-height: 100%; } .catalog-menu-btn { display: inline-block; position: fixed; left: 15px; bottom: 15px; border: 1px solid #d0d0d0; background: #fff; z-index: 1999; padding: 3px; cursor: pointer; text-align: center; font-size: 12px; color: #666; } .catalog-menu-btn:hover { color: #333; } .catalog-menu-btn .fa { font-size: 19px; display: block; } .book-container .absolute-catalog { position: absolute; left: -300px; width: 300px; top: 0; bottom: 0; z-index: 100; overflow: hidden; border-right: 1px solid #d0d0d0; -webkit-transition: left .3s ease-out; -moz-transition: left .3s ease-out; -o-transition: left .3s ease-out; transition: left .3s ease-out; -webkit-overflow-scrolling: touch; } .book-container .book-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 90; overflow-y: auto; -webkit-transition: left .3s ease-out; -moz-transition: left .3s ease-out; -o-transition: left .3s ease-out; transition: left .3s ease-out; -webkit-overflow-scrolling: touch; } .book-content .content-body { position: relative; width: 100%; max-width: 760px; min-height: 95%; padding: 10px 40px 40px 40px; margin: 0 auto; background: #fff; } html.catalog-menu-open .book-container { overflow: hidden; } html.catalog-menu-open .book-container .absolute-catalog { left: 0; } html.catalog-menu-open .book-container .book-content { left: 300px; } .html-content { font-size: 16px; } c .book-container .content-cover { display: none; position: absolute; z-index: 98; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.5; background: #000; cursor: pointer; } .support-hit { color: #dc7745; font-size: 16px; margin: 20px 0 10px; text-align: center; } @media (min-width: 460px) and (max-width: 810px) { html.catalog-menu-closing .book-container .content-cover { display: block; } html.catalog-menu-open .book-container .content-cover { display: block; } .book-container .book-content { overflow-x: hidden; } } @media (max-width: 810px) { .book-container { background: #fff; } .book-container .book-content { width: 100%; } .book-container .book-content .content-body { padding: 10px 20px 20px; border: none; } .book-container .book-content .title { margin: 0 -20px 10px; padding: 0 20px 10px; } .comment-title { margin: 0 -20px; padding: 0 20px 10px; } .comment-section .comment-item { margin: 0 -20px; padding: 10px 20px; } select:focus, textarea:focus:focus, input:focus { font-size: 16px !important; } } @media (max-width: 459px) { .book-container .absolute-catalog { left: -100%; } .book-container .absolute-catalog .catalog-wraper { width: 120%; padding-right: 20%; } .book-container .absolute-catalog .catalog-head { width: 100%; } .book-container .absolute-catalog .catalog-content { width: 100%; } .book-container .book-content { width: 100%; } html.catalog-menu-open .book-container .absolute-catalog { left: 0; width: 100%; } html.catalog-menu-open .book-container .book-content { left: 100%; } } @media (max-width: 600px) { .book-header-container .catalog-menu-btn { display: none; } .suspend-menu-btn { display: block; } } .main-body { padding-bottom: 150px; } .info-panel .section { padding: 10px 10px 0; } .info-panel .section-title { color: #999; margin: 0 0 10px; } .info-panel .info-group { color: #555; margin-bottom: 10px; } .info-panel .info-group:before, .info-panel .info-group:after { display: table; content: " "; clear: both; } .info-panel .info-group .col-sm-2 { font-size: 13px; padding: 0; color: #555; } .info-panel .info-group .col-sm-4 { padding: 0; } .info-panel .info-group .btn-ebook { font-size: 12px; padding: 2px 10px; color: #555; } .info-panel .book-cover { height: 75px; width: 62px; padding: 0; color: #1B95E0; background-color: #fff; text-align: center; border: 1px solid #d0d0d0; overflow: hidden; border-radius: 4px; } .info-panel .book-cover > img { width: 100%; height: 100%; } .info-panel .book-cover .fa-book { font-size: 32px; margin-top: 20px; } .info-panel .brief { font-size: 13px; } .info-panel .center-text { text-align: center; } .info-panel .center-group { text-align: center; } .info-panel .center-group .center-btn { padding: 3px 30px; }
0.305179
0.083479
:root { --main-color: #073673; --main-bg-color: rgb(235, 235, 235); --icono-tema: url("../img/dark_mode_black_24dp.svg"); --fondo-tema: #8882fd; } /* Modificaciones generales */ * { padding: 0; margin: 0; box-sizing: border-box; } /* Estilos */ body { background-color: var(--main-bg-color); color: var(--main-color); transition: 0.6s ease; } /* Barra de navegación */ .navbar { width: 100%; padding: 15px; } .logo { margin-left: 25px; } .mod_profile { width: 100px; height: 100px; border-radius: 150px; } .boton_registro { margin-right: 25px; } .boton_registro a { padding: 5px; text-decoration: none; } .btn_iniciar { color: white; background-color: #073673; border: 1px solid white; border-radius: 5px; transition: 0.5s; } .btn_iniciar:hover { color: #073673; border: 1px solid #073673; background-color: white; } .volver_home { cursor: pointer; margin-right: 25px; transition: 0.5s; } .volver_home:hover { opacity: 0.6; } /* Main */ .portada { max-height: 50%; display: flex; justify-content: center; align-items: center; } .portada div:nth-child(1) { display: flex; flex-direction: column; gap: 15px; } .imagen_portada { display: none; } form{ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; color: var(--main-color); padding: 2em 3em; text-align: left; border-radius: 5px; } form label, form button{ width: 50%; } form input { display: block; width: 100%; } form label{ margin-top: 10px; margin-bottom: 0.25em; } form input{ background: transparent; border: 0; border-bottom: 1px solid #bbb; color: var(--main-color); padding-bottom: 0; transition: all .5s; } form input:focus{ box-shadow: inset 0 -2px 0 var(--main-color); padding-bottom: 0.3em; outline: 0; } form div { text-align: center; } form .boton_sesion{ padding: 5px 10px; border-bottom: none; cursor: pointer; margin-top: 1.5em; width: auto; border-radius: 5px; background-color: var(--fondo-tema); color: var(--main-bg-color); transition: 0.6s; } form .boton_sesion:hover { box-shadow: inset 150px 0px 0px var(--main-color); } .cambiar_img { cursor: pointer; } /* Pie de página */ footer { margin-top: 25px; height: 50px; width: 100%; } /* Errores */ .msg-error { text-align: left; font-size: 0.8rem; color: rgb(255, 79, 79); } .error { margin-top: 20px; font-size: 0.8rem; color: rgb(255, 79, 79); } /* Éxito */ .exito { margin-top: 20px; font-size: 0.9rem; color: rgb(79, 192, 79); } /* Modal */ .modal_input { display: flex; justify-content: center; align-items: center; } .modal_input label{ cursor: pointer; border-bottom: 1px solid var(--fondo-tema); } .modal_input input{ display: none; } .thumb { width: 200px; height: 200px; border-radius: 150px; } /* Media Querie md */ @media all and (min-width: 768px) { /* Main */ .imagen_portada { display: block; } } /* Media Querie mobile */ @media all and (max-width: 280px) { /* Barra de navegación */ .navbar { gap: 15px; flex-direction: column; } /* Main */ form{ max-width: 100%; } }
public/css/estilos.css
:root { --main-color: #073673; --main-bg-color: rgb(235, 235, 235); --icono-tema: url("../img/dark_mode_black_24dp.svg"); --fondo-tema: #8882fd; } /* Modificaciones generales */ * { padding: 0; margin: 0; box-sizing: border-box; } /* Estilos */ body { background-color: var(--main-bg-color); color: var(--main-color); transition: 0.6s ease; } /* Barra de navegación */ .navbar { width: 100%; padding: 15px; } .logo { margin-left: 25px; } .mod_profile { width: 100px; height: 100px; border-radius: 150px; } .boton_registro { margin-right: 25px; } .boton_registro a { padding: 5px; text-decoration: none; } .btn_iniciar { color: white; background-color: #073673; border: 1px solid white; border-radius: 5px; transition: 0.5s; } .btn_iniciar:hover { color: #073673; border: 1px solid #073673; background-color: white; } .volver_home { cursor: pointer; margin-right: 25px; transition: 0.5s; } .volver_home:hover { opacity: 0.6; } /* Main */ .portada { max-height: 50%; display: flex; justify-content: center; align-items: center; } .portada div:nth-child(1) { display: flex; flex-direction: column; gap: 15px; } .imagen_portada { display: none; } form{ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; color: var(--main-color); padding: 2em 3em; text-align: left; border-radius: 5px; } form label, form button{ width: 50%; } form input { display: block; width: 100%; } form label{ margin-top: 10px; margin-bottom: 0.25em; } form input{ background: transparent; border: 0; border-bottom: 1px solid #bbb; color: var(--main-color); padding-bottom: 0; transition: all .5s; } form input:focus{ box-shadow: inset 0 -2px 0 var(--main-color); padding-bottom: 0.3em; outline: 0; } form div { text-align: center; } form .boton_sesion{ padding: 5px 10px; border-bottom: none; cursor: pointer; margin-top: 1.5em; width: auto; border-radius: 5px; background-color: var(--fondo-tema); color: var(--main-bg-color); transition: 0.6s; } form .boton_sesion:hover { box-shadow: inset 150px 0px 0px var(--main-color); } .cambiar_img { cursor: pointer; } /* Pie de página */ footer { margin-top: 25px; height: 50px; width: 100%; } /* Errores */ .msg-error { text-align: left; font-size: 0.8rem; color: rgb(255, 79, 79); } .error { margin-top: 20px; font-size: 0.8rem; color: rgb(255, 79, 79); } /* Éxito */ .exito { margin-top: 20px; font-size: 0.9rem; color: rgb(79, 192, 79); } /* Modal */ .modal_input { display: flex; justify-content: center; align-items: center; } .modal_input label{ cursor: pointer; border-bottom: 1px solid var(--fondo-tema); } .modal_input input{ display: none; } .thumb { width: 200px; height: 200px; border-radius: 150px; } /* Media Querie md */ @media all and (min-width: 768px) { /* Main */ .imagen_portada { display: block; } } /* Media Querie mobile */ @media all and (max-width: 280px) { /* Barra de navegación */ .navbar { gap: 15px; flex-direction: column; } /* Main */ form{ max-width: 100%; } }
0.377426
0.122209
*{ padding: 0; margin: 0; } .navbar{ background:#353a40;} .nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer;} .nav-link{ margin-right: 2em !important;} .nav-link:hover{ background: #f4f4f4; color: #353a40; } .navbar-collapse{ justify-content: flex-end;} .navbar-toggler{ background:#fff !important;} .font-class{ font-weight: normal; font-family: sans-serif; } .logo{ margin-left:180px; } .header{ background-color: #047afb; background-attachment: fixed; background-size: 100%; background-repeat: no-repeat; background-position: center; } /* .overlay{ position: absolute; min-height: 100%; min-width: 100%; left: 0; top: 0; background: rgba(244, 244, 244, 0.79); } */ .description{ margin: auto; padding: 150px;; background-color: #047afb; } .details{ padding-top:2em; } .description h1{ color:white ; } .description p{ color:#4e97f9; font-size: 20px; width: 100%; line-height: 1.5; } .drawLine{ border-bottom: 1px solid black; } .no-padding { padding-left: 0; padding-right: 0; } .full-img{ background-repeat: no-repeat; background-position: center; background-size:100%; background-image: url('b3.webp'); background-attachment: fixed; margin: 5em 0; object-fit: cover; width: 100%; height: 300px; } .overlay{ position: absolute; min-height: 100%; min-width: 100%; left: 0; top: 0; text-align: center; color: white; padding-top:2em; } .pricing{ color: black; text-align: center; justify-content:flex-center; } .card-styling{ text-align: center; margin-bottom:100px; } .card1-button{ border-color:#287bfb; color:#287bfb; margin:.5em; border-radius: 5px; font-size: 20px; padding:.5em; } .card2-button{ background-color:#287bfb; color:white; margin:.5em; border-radius: 5px; font-size: 20px; padding:.5em; } .footer{ margin:4em; border-top: 1px solid gray; padding-top: 50px; } .boot-strap{ height: 20px; width: 20px; text-align: left; } .footer-p{ text-align: left; color:grey; }
UI2/external_style_sheet.css
*{ padding: 0; margin: 0; } .navbar{ background:#353a40;} .nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer;} .nav-link{ margin-right: 2em !important;} .nav-link:hover{ background: #f4f4f4; color: #353a40; } .navbar-collapse{ justify-content: flex-end;} .navbar-toggler{ background:#fff !important;} .font-class{ font-weight: normal; font-family: sans-serif; } .logo{ margin-left:180px; } .header{ background-color: #047afb; background-attachment: fixed; background-size: 100%; background-repeat: no-repeat; background-position: center; } /* .overlay{ position: absolute; min-height: 100%; min-width: 100%; left: 0; top: 0; background: rgba(244, 244, 244, 0.79); } */ .description{ margin: auto; padding: 150px;; background-color: #047afb; } .details{ padding-top:2em; } .description h1{ color:white ; } .description p{ color:#4e97f9; font-size: 20px; width: 100%; line-height: 1.5; } .drawLine{ border-bottom: 1px solid black; } .no-padding { padding-left: 0; padding-right: 0; } .full-img{ background-repeat: no-repeat; background-position: center; background-size:100%; background-image: url('b3.webp'); background-attachment: fixed; margin: 5em 0; object-fit: cover; width: 100%; height: 300px; } .overlay{ position: absolute; min-height: 100%; min-width: 100%; left: 0; top: 0; text-align: center; color: white; padding-top:2em; } .pricing{ color: black; text-align: center; justify-content:flex-center; } .card-styling{ text-align: center; margin-bottom:100px; } .card1-button{ border-color:#287bfb; color:#287bfb; margin:.5em; border-radius: 5px; font-size: 20px; padding:.5em; } .card2-button{ background-color:#287bfb; color:white; margin:.5em; border-radius: 5px; font-size: 20px; padding:.5em; } .footer{ margin:4em; border-top: 1px solid gray; padding-top: 50px; } .boot-strap{ height: 20px; width: 20px; text-align: left; } .footer-p{ text-align: left; color:grey; }
0.515132
0.077797
@supports(padding:max(0px)) { body, header, footer { padding-left: min(0vmin, env(safe-area-inset-left)); padding-right: min(0vmin, env(safe-area-inset-right)); } } html { width: 100%; height: 100%; overflow-y: hidden; touch-action: none; font-family: monospace; } body { width: 100%; height: 100%; touch-action: none; margin: 0; padding-top: 10px; padding-left: 10px; padding-bottom: 10px; box-sizing: border-box; display: grid; grid-template-areas: "title scoreboard-title" "arena scoreboard"; grid-template-columns: auto 250px; grid-template-rows: auto 1fr; grid-gap: 10px; } #title { grid-area: title; font-size: 32pt; } /* make sure the notch doesn't cover the title */ @media only screen and (orientation: landscape) { #title { padding-left: env(safe-area-inset-left); } } #scoreboardTitle { grid-area: scoreboard-title; font-size: 24pt; font-weight: bold; display: flex; align-self: flex-end; } #scoresResetImg { height: 16pt; padding-left: 5px; } #scoreboard { grid-area: scoreboard; overflow-y: auto; padding-right: 10px; } .score { display: flex; padding-bottom: 10px; } .score > img { max-height: 40px; max-width: 40px; padding-right: 10px; } .score > .name { width: 100%; text-overflow: clip; white-space: nowrap; overflow: hidden; margin-right: 10px; margin-top: auto; margin-bottom: auto; } .score > .responseTime { min-width: 20px; max-width: 20px; text-align: right; margin-right: 15px; margin-top: auto; margin-bottom: auto; } .score > .num { min-width: 35px; max-width: 35px; text-align: right; margin-top: auto; margin-bottom: auto; } #arenaWrapper { } #arena { grid-area: arena; width: 100%; height: 100%; display: grid; grid-gap: 1px; } .cell { outline: 1px dashed #cccccc; } .pic { height: 100%; width: 100%; max-width: 100%; max-height: 100%; overflow: hidden; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } .direction-n { transform:rotate(180deg); } .direction-w { transform:rotate(90deg); } .direction-s { /* no rotate */ } .direction-e { transform:rotate(270deg); } .hit { position: relative; } .hit:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: var(--emoji); background-repeat: no-repeat; background-position: center; background-size: contain; opacity: 0.7; } @media only screen and (max-width: 600px) { html { overflow-y: auto; touch-action: auto; } body { display: block; touch-action: auto; padding-right: 10px; } #arena { height: 50%; margin-bottom: 10px; } }
app/assets/styles/index.css
@supports(padding:max(0px)) { body, header, footer { padding-left: min(0vmin, env(safe-area-inset-left)); padding-right: min(0vmin, env(safe-area-inset-right)); } } html { width: 100%; height: 100%; overflow-y: hidden; touch-action: none; font-family: monospace; } body { width: 100%; height: 100%; touch-action: none; margin: 0; padding-top: 10px; padding-left: 10px; padding-bottom: 10px; box-sizing: border-box; display: grid; grid-template-areas: "title scoreboard-title" "arena scoreboard"; grid-template-columns: auto 250px; grid-template-rows: auto 1fr; grid-gap: 10px; } #title { grid-area: title; font-size: 32pt; } /* make sure the notch doesn't cover the title */ @media only screen and (orientation: landscape) { #title { padding-left: env(safe-area-inset-left); } } #scoreboardTitle { grid-area: scoreboard-title; font-size: 24pt; font-weight: bold; display: flex; align-self: flex-end; } #scoresResetImg { height: 16pt; padding-left: 5px; } #scoreboard { grid-area: scoreboard; overflow-y: auto; padding-right: 10px; } .score { display: flex; padding-bottom: 10px; } .score > img { max-height: 40px; max-width: 40px; padding-right: 10px; } .score > .name { width: 100%; text-overflow: clip; white-space: nowrap; overflow: hidden; margin-right: 10px; margin-top: auto; margin-bottom: auto; } .score > .responseTime { min-width: 20px; max-width: 20px; text-align: right; margin-right: 15px; margin-top: auto; margin-bottom: auto; } .score > .num { min-width: 35px; max-width: 35px; text-align: right; margin-top: auto; margin-bottom: auto; } #arenaWrapper { } #arena { grid-area: arena; width: 100%; height: 100%; display: grid; grid-gap: 1px; } .cell { outline: 1px dashed #cccccc; } .pic { height: 100%; width: 100%; max-width: 100%; max-height: 100%; overflow: hidden; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } .direction-n { transform:rotate(180deg); } .direction-w { transform:rotate(90deg); } .direction-s { /* no rotate */ } .direction-e { transform:rotate(270deg); } .hit { position: relative; } .hit:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: var(--emoji); background-repeat: no-repeat; background-position: center; background-size: contain; opacity: 0.7; } @media only screen and (max-width: 600px) { html { overflow-y: auto; touch-action: auto; } body { display: block; touch-action: auto; padding-right: 10px; } #arena { height: 50%; margin-bottom: 10px; } }
0.707304
0.189934
@import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { font-family: Arial, sans-serif; font-size: 100%; background-color: #fff; color: #555; margin: 0; padding: 0; } div#header { margin: 10px 0 10px 5px; } /* -- tables ---------------------------------------------------------------- */ table.docutils { border: 1px solid #aaa; border-collapse: collapse; } table.docutils td, table.docutils th { padding: 1px 8px 1px 5px; border-top: 0; border-left: 0; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; } table.docutils th { background-color: #e9e9e9; } div.documentwrapper { float: left; width: 100%; background: #eee url(bg_x.gif) top repeat-x; } div.bodywrapper { margin: 0 0 0 230px; } hr { border: 1px solid #B1B4B6; } div.document { background-color: #eee; } div.body { color: #3E4349; padding: 20px 30px 30px 30px; font-size: 0.9em; min-height:500px; background: #fff url(bg_y.gif) top left repeat-y; } div.section ul li { list-style-image: url(point.png); } div.section ul ul li { list-style-image: url(point2.png); } div.section ul ul ul li { list-style-image: url(point3.png); } div.footer { background-color: #222; color: #aaa; width: 100%; padding: 13px 0; text-align: center; font-size: 75%; } div.footer a { color: #888; text-decoration: underline; } div.footer .footer-up { position: fixed; bottom: 60px; right: 0; } div.related { background: #666 url(head.gif) top repeat-x; line-height: 34px; color: #fff; text-shadow: 0px 1px 0 #444; font-size: 0.9em; } div.related ul li a{ display: inline; padding: 5px 8px 7px 8px; } div.related ul li a:link, div.related ul li a:visited { color: #fff; text-decoration: none;} div.related ul li a:hover { color: #fff; background-color:#666; text-decoration: none;} div.sphinxsidebar { font-size: 0.75em; line-height: 1.5em; } div.sphinxsidebarwrapper{ padding: 20px 0; } div.sphinxsidebar h3, div.sphinxsidebar h4 { font-family: Arial, sans-serif; color: #222; font-size: 1.2em; font-weight: normal; margin: 0; padding: 5px 10px; background-color: #ddd; text-shadow: 1px 1px 0 white } div.sphinxsidebar h4{ font-size: 1.1em; } div.sphinxsidebar h3 a { color: #444; } div.sphinxsidebar p { color: #888; padding: 5px 20px; } div.sphinxsidebar p.topless { } div.sphinxsidebar ul { margin: 10px 0 10px 15px; padding: 0; color: #000; } div.sphinxsidebar ul ul { margin: 0; padding: 0; } div.sphinxsidebar ul ul li { margin-left: 18px; list-style-image: url(arrow.png); } div.sphinxsidebar ul li { list-style: none; } div.sphinxsidebar ul li a { color: #444; display: block; padding: 3px 0 2px 3px; border-bottom:1px dotted #ccc; } div.sphinxsidebar ul li a:link, div.sphinxsidebar ul li a:visited { text-decoration: none;} div.sphinxsidebar ul li a:hover { background-color: #e0e0e0; border-bottom:1px dotted #999; text-decoration: none;} div.sphinxsidebar input { border: 1px solid #ccc; font-family: sans-serif; font-size: 1em; } div.sphinxsidebar input[type=text]{ margin-left: 20px; } /* -- body styles ----------------------------------------------------------- */ a { color: #005B81; text-decoration: none; } a:hover { color: #E32E00; text-decoration: underline; } div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { font-family: Arial, sans-serif; background-color: #BED4EB; font-weight: normal; color: #212224; margin: 30px 0px 10px 0px; padding: 5px 0 5px 10px; //text-shadow: 0px 1px 0 black; } div.body h1 { margin-top: 0; font-size: 190%; color: #fff; background: #666 url(h1.gif) top left repeat-x; border-left:5px solid #8D4130; border-right:2px solid #ccc; } div.body h2 { font-size: 145%; font-weight:bold; color: #fff; background: #A8C5B3 url(h2.gif) top left repeat-x; border-left:4px solid #9D6336; border-right:2px solid #ccc; } div.body h3 { font-size: 120%; background: #D8DEE3 url(h3.gif) top left repeat-x; border-left:4px solid #AE896E; border-right:2px solid #ccc; } div.body h4 { font-size: 110%; background-color: #E0E8EF; } div.body h5 { font-size: 100%; background-color: #E0E8EF; } div.body h6 { font-size: 100%; background-color: #E0E8EF; } a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; } a.headerlink:hover { background-color: #c60f0f; color: white; } div.body p, div.body dd, div.body li { line-height: 1.5em; } div.admonition p.admonition-title + p { display: inline; } div.highlight{ background-color: white; } div.note { background-color: #eee; border: 1px solid #ccc; } div.seealso { background-color: #ffc; border: 1px solid #ff6; } div.topic { background-color: #eee; } div.warning { background-color: #ffe4e4; border: 1px solid #f66; } p.admonition-title { display: inline; } p.admonition-title:after { content: ":"; } pre { padding: 10px; background-color: White; color: #222; line-height: 1.2em; border: 1px solid #C6C9CB; font-size: 1.1em; margin: 1.5em 0 1.5em 0; -webkit-box-shadow: 1px 1px 1px #d8d8d8; -moz-box-shadow: 1px 1px 1px #d8d8d8; } tt { background-color: #ecf0f3; color: #222; /* padding: 1px 2px; */ font-size: 1.1em; font-family: monospace; } tt.xref, a tt { background-color: transparent; font-weight: bold; color: #005B81; } a tt:hover { color: #E32E00; text-decoration: underline; } .viewcode-back { font-family: Arial, sans-serif; } div.viewcode-block:target { background-color: #f4debf; border-top: 1px solid #ac9; border-bottom: 1px solid #ac9; }
doc/_static/nature.css
@import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { font-family: Arial, sans-serif; font-size: 100%; background-color: #fff; color: #555; margin: 0; padding: 0; } div#header { margin: 10px 0 10px 5px; } /* -- tables ---------------------------------------------------------------- */ table.docutils { border: 1px solid #aaa; border-collapse: collapse; } table.docutils td, table.docutils th { padding: 1px 8px 1px 5px; border-top: 0; border-left: 0; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; } table.docutils th { background-color: #e9e9e9; } div.documentwrapper { float: left; width: 100%; background: #eee url(bg_x.gif) top repeat-x; } div.bodywrapper { margin: 0 0 0 230px; } hr { border: 1px solid #B1B4B6; } div.document { background-color: #eee; } div.body { color: #3E4349; padding: 20px 30px 30px 30px; font-size: 0.9em; min-height:500px; background: #fff url(bg_y.gif) top left repeat-y; } div.section ul li { list-style-image: url(point.png); } div.section ul ul li { list-style-image: url(point2.png); } div.section ul ul ul li { list-style-image: url(point3.png); } div.footer { background-color: #222; color: #aaa; width: 100%; padding: 13px 0; text-align: center; font-size: 75%; } div.footer a { color: #888; text-decoration: underline; } div.footer .footer-up { position: fixed; bottom: 60px; right: 0; } div.related { background: #666 url(head.gif) top repeat-x; line-height: 34px; color: #fff; text-shadow: 0px 1px 0 #444; font-size: 0.9em; } div.related ul li a{ display: inline; padding: 5px 8px 7px 8px; } div.related ul li a:link, div.related ul li a:visited { color: #fff; text-decoration: none;} div.related ul li a:hover { color: #fff; background-color:#666; text-decoration: none;} div.sphinxsidebar { font-size: 0.75em; line-height: 1.5em; } div.sphinxsidebarwrapper{ padding: 20px 0; } div.sphinxsidebar h3, div.sphinxsidebar h4 { font-family: Arial, sans-serif; color: #222; font-size: 1.2em; font-weight: normal; margin: 0; padding: 5px 10px; background-color: #ddd; text-shadow: 1px 1px 0 white } div.sphinxsidebar h4{ font-size: 1.1em; } div.sphinxsidebar h3 a { color: #444; } div.sphinxsidebar p { color: #888; padding: 5px 20px; } div.sphinxsidebar p.topless { } div.sphinxsidebar ul { margin: 10px 0 10px 15px; padding: 0; color: #000; } div.sphinxsidebar ul ul { margin: 0; padding: 0; } div.sphinxsidebar ul ul li { margin-left: 18px; list-style-image: url(arrow.png); } div.sphinxsidebar ul li { list-style: none; } div.sphinxsidebar ul li a { color: #444; display: block; padding: 3px 0 2px 3px; border-bottom:1px dotted #ccc; } div.sphinxsidebar ul li a:link, div.sphinxsidebar ul li a:visited { text-decoration: none;} div.sphinxsidebar ul li a:hover { background-color: #e0e0e0; border-bottom:1px dotted #999; text-decoration: none;} div.sphinxsidebar input { border: 1px solid #ccc; font-family: sans-serif; font-size: 1em; } div.sphinxsidebar input[type=text]{ margin-left: 20px; } /* -- body styles ----------------------------------------------------------- */ a { color: #005B81; text-decoration: none; } a:hover { color: #E32E00; text-decoration: underline; } div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { font-family: Arial, sans-serif; background-color: #BED4EB; font-weight: normal; color: #212224; margin: 30px 0px 10px 0px; padding: 5px 0 5px 10px; //text-shadow: 0px 1px 0 black; } div.body h1 { margin-top: 0; font-size: 190%; color: #fff; background: #666 url(h1.gif) top left repeat-x; border-left:5px solid #8D4130; border-right:2px solid #ccc; } div.body h2 { font-size: 145%; font-weight:bold; color: #fff; background: #A8C5B3 url(h2.gif) top left repeat-x; border-left:4px solid #9D6336; border-right:2px solid #ccc; } div.body h3 { font-size: 120%; background: #D8DEE3 url(h3.gif) top left repeat-x; border-left:4px solid #AE896E; border-right:2px solid #ccc; } div.body h4 { font-size: 110%; background-color: #E0E8EF; } div.body h5 { font-size: 100%; background-color: #E0E8EF; } div.body h6 { font-size: 100%; background-color: #E0E8EF; } a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; } a.headerlink:hover { background-color: #c60f0f; color: white; } div.body p, div.body dd, div.body li { line-height: 1.5em; } div.admonition p.admonition-title + p { display: inline; } div.highlight{ background-color: white; } div.note { background-color: #eee; border: 1px solid #ccc; } div.seealso { background-color: #ffc; border: 1px solid #ff6; } div.topic { background-color: #eee; } div.warning { background-color: #ffe4e4; border: 1px solid #f66; } p.admonition-title { display: inline; } p.admonition-title:after { content: ":"; } pre { padding: 10px; background-color: White; color: #222; line-height: 1.2em; border: 1px solid #C6C9CB; font-size: 1.1em; margin: 1.5em 0 1.5em 0; -webkit-box-shadow: 1px 1px 1px #d8d8d8; -moz-box-shadow: 1px 1px 1px #d8d8d8; } tt { background-color: #ecf0f3; color: #222; /* padding: 1px 2px; */ font-size: 1.1em; font-family: monospace; } tt.xref, a tt { background-color: transparent; font-weight: bold; color: #005B81; } a tt:hover { color: #E32E00; text-decoration: underline; } .viewcode-back { font-family: Arial, sans-serif; } div.viewcode-block:target { background-color: #f4debf; border-top: 1px solid #ac9; border-bottom: 1px solid #ac9; }
0.183813
0.098425
.teach-content { width: 80% !important; } .content-min { min-height: 17px; padding-bottom: 0 !important; } .title-box-adjust { padding-left: 0; padding-bottom: 5px; } .news-box-display { height: 160px !important; } .news-box-display .small-box-footer { padding: 14px 0 !important; } .inner .image-lesson-description { /*height: 100%;*/ height: 77px; width: 100%; } .social-margin { margin-top: 10px !important; } .social-login { height: 100% !important; background-color: #fff !important; } .image-td-person { width: 12% !important; } .image-td-lesson { width: 30px !important; } .small-box:hover { color: #333; } .box-yourself-lessons { overflow: scroll !important; overflow-x: hidden !important; } .todo-image { margin-left: 20% !important; width: 282px !important; height: 282px !important; } .table-tbody-scroll { overflow-y: scroll !important; } @media (min-width: 100px) and (min-height: 200px){ .box-yourself-lessons { overflow-x: hidden !important; } } .views-label { position: relative; margin-top: 10px; } .table-tbody-scroll tr:hover { cursor: pointer !important; /*background-color: red !important;*/ } .pad-top { padding-top: 15px; } .publisher { line-height: 30px; padding-left: 10px; font-size: 12px; } .publisher img { width: 30px; } .fixed-size { width: 47px !important; } .margin-icon { margin-right: 5px; } .padding-bottom { padding-bottom: 5px !important; } .text-padded { padding-top: 12px !important; } .title-profile{ display: block; } .force-margin { margin-top: 15px !important; } .recent-activity { width: 40px !important; } .search-activity { width: 80px !important; } #custom-templates .empty-message { padding: 5px 10px; text-align: center; } .search-div { width: 330px !important; height: auto !important; } .search-div .slimScrollDiv { height: auto !important; } .search-div .menu { height: auto !important; max-height: 400px !important; } .hover-show:hover { background-color: #ddd7d2; } .notification-selected { background-color: inherit !important; } .notification-selected:hover { background-color: #f3f3f3 !important; } .notification-cursor { cursor: pointer !important; }
backend/appengine/static/css/default.css
.teach-content { width: 80% !important; } .content-min { min-height: 17px; padding-bottom: 0 !important; } .title-box-adjust { padding-left: 0; padding-bottom: 5px; } .news-box-display { height: 160px !important; } .news-box-display .small-box-footer { padding: 14px 0 !important; } .inner .image-lesson-description { /*height: 100%;*/ height: 77px; width: 100%; } .social-margin { margin-top: 10px !important; } .social-login { height: 100% !important; background-color: #fff !important; } .image-td-person { width: 12% !important; } .image-td-lesson { width: 30px !important; } .small-box:hover { color: #333; } .box-yourself-lessons { overflow: scroll !important; overflow-x: hidden !important; } .todo-image { margin-left: 20% !important; width: 282px !important; height: 282px !important; } .table-tbody-scroll { overflow-y: scroll !important; } @media (min-width: 100px) and (min-height: 200px){ .box-yourself-lessons { overflow-x: hidden !important; } } .views-label { position: relative; margin-top: 10px; } .table-tbody-scroll tr:hover { cursor: pointer !important; /*background-color: red !important;*/ } .pad-top { padding-top: 15px; } .publisher { line-height: 30px; padding-left: 10px; font-size: 12px; } .publisher img { width: 30px; } .fixed-size { width: 47px !important; } .margin-icon { margin-right: 5px; } .padding-bottom { padding-bottom: 5px !important; } .text-padded { padding-top: 12px !important; } .title-profile{ display: block; } .force-margin { margin-top: 15px !important; } .recent-activity { width: 40px !important; } .search-activity { width: 80px !important; } #custom-templates .empty-message { padding: 5px 10px; text-align: center; } .search-div { width: 330px !important; height: auto !important; } .search-div .slimScrollDiv { height: auto !important; } .search-div .menu { height: auto !important; max-height: 400px !important; } .hover-show:hover { background-color: #ddd7d2; } .notification-selected { background-color: inherit !important; } .notification-selected:hover { background-color: #f3f3f3 !important; } .notification-cursor { cursor: pointer !important; }
0.338514
0.086478
body { background-color: #fff; border-color: #fff; color: #7d7d8e; } .layout-header { -webkit-box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important; box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important; } .messenger { background-color: #fff; border-color: #fff; color: #7d7d8e; height: 100%; overflow: hidden; position: relative; width: 100%; } .messenger-sidebar { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; display: none; padding: 15px; } .messenger-sidebar.active { display: block; } .messenger-list { list-style: none; margin: 0 -5px; padding-left: 0; } .messenger-list:before, .messenger-list:after { content: " "; display: table; } .messenger-list:after { clear: both; } .messenger-list-item { display: block; padding: 5px; position: relative; } .messenger-list-link { border-radius: 3px; color: #7d7d8e; display: block; padding: 10px; position: relative; } .messenger-list-link:hover, .messenger-list-link:focus { background-color: #f5f5f5; color: #3f3f44; text-decoration: none; } .active > .messenger-list-link, .active > .messenger-list-link:hover, .active > .messenger-list-link:focus { background-color: #f1595d; color: #fff; } .messenger-list-avatar { float: left; margin-right: 10px; } .messenger-list-details { min-height: 40px; overflow: hidden; } .messenger-list-name { display: block; font-weight: 500; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .messenger-list-date { display: none; } .messenger-content { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; display: none; } .messenger-content.active { display: block; } .messenger-content-inner { display: table; height: 100%; table-layout: fixed; width: 100%; } .messenger-content-header { border-collapse: collapse; display: table-row; } .messenger-content-header-inner { display: table-cell; height: 0; width: 100%; } .messenger-toolbar { background-color: #fff; border-bottom: 1px solid #e7e7ec; } .messenger-toolbar:before, .messenger-toolbar:after { content: " "; display: table; } .messenger-toolbar:after { clear: both; } .messenger-toolbar-tools { float: right; } .messenger-content-body { border-collapse: collapse; display: table-row; } .messenger-content-body-inner { display: table-cell; height: 100%; width: 100%; } .messenger-scrollable-content { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .messenger-content-footer { border-collapse: collapse; display: table-row; } .messenger-content-footer-inner { display: table-cell; height: 0; width: 100%; } .messenger-compose { background-color: #fff; border-top: 1px solid #e7e7ec; padding: 10px 15px; } .messenger-compose-actions { float: right; margin-left: 15px; } .messenger-compose-action { float: left; } .messenger-compose-message { overflow: hidden; } .messenger-compose-input { background-color: #fff; background-image: none; border: none; color: #7d7d8e; display: block; font-size: 13px; line-height: 1.538462; max-height: 100px; min-height: 40px; outline: none; padding: 0; width: 100%; } .messenger-welcome { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; display: none; text-align: center; } .messenger-welcome-body { display: table; height: 100%; table-layout: fixed; width: 100%; } .messenger-welcome-inner { display: table-cell; height: 100%; padding-bottom: 45px; padding-top: 45px; vertical-align: middle; width: 100%; } .messenger-avatar { margin: 15px auto; position: relative; width: 128px; } .messenger-avatar-btn { background-color: rgba(0, 0, 0, 0.5); background-image: none; border: none; border-radius: 6px 0; bottom: 0; color: #fff; cursor: pointer; display: block; font-size: 13px; height: 30px; line-height: 30px; margin: 0; overflow: hidden; padding: 0; position: absolute; right: 0; text-align: center; width: 30px; } .messenger-avatar-btn:hover, .messenger-avatar-btn:focus { background-color: #000; } .messenger-heading { font-weight: 400; margin-bottom: 0; margin-top: 0; } .messenger-nav { list-style: none; margin-bottom: 0; padding-left: 0; } .messenger-nav > li { display: block; position: relative; } .messenger-nav > li > a { display: inline-block; padding: 10px 15px; position: relative; } .messenger-nav > li > a:hover, .messenger-nav > li > a:focus { text-decoration: none; } .conversation { margin-bottom: 0; padding: 15px; } .conversation-item { display: block; margin-bottom: 15px; position: relative; } .conversation-messages { overflow: hidden; } .conversation-message { border-radius: 4px; margin-bottom: 1px; margin-top: 1px; padding: 6px 12px; position: relative; word-wrap: break-word; } .conversation-message:first-child:after { border-color: transparent; border-style: solid; border-width: 6px; content: " "; height: 0; pointer-events: none; position: absolute; width: 0; } .conversation-timestamp { color: #cbcbd2; font-size: 11px; margin-top: 5px; } .conversation-files { margin-top: 5px; } .conversation-self .conversation-avatar { float: left; } .conversation-self .conversation-messages { padding-left: 15px; } .conversation-self .conversation-message { background-color: #f5f5f5; clear: left; color: #3f3f44; float: left; } .conversation-self .conversation-message:after { border-right-color: #f5f5f5; right: 100%; top: 10px; } .conversation-self .conversation-timestamp { clear: left; float: left; } .conversation-self .conversation-files { clear: left; float: left; } .conversation-other .conversation-avatar { float: right; } .conversation-other .conversation-messages { padding-right: 15px; } .conversation-other .conversation-message { background-color: #f1595d; clear: right; color: #fff; float: right; } .conversation-other .conversation-message:after { border-left-color: #f1595d; left: 100%; top: 10px; } .conversation-other .conversation-timestamp { clear: right; float: right; } .conversation-other .conversation-files { clear: right; float: right; } .title-bar { margin-bottom: 10px; } .dropdown-menu { margin: 0; } .sidenav > li.active > a:after { border-right-color: #fff; } .file { width: 100px; } @media (min-width: 480px) { .messenger-list-item { float: left; width: 50%; } } @media (min-width: 768px) { .conversation-message { max-width: 75%; } } @media (min-width: 992px) { .messenger-sidebar { border-right: 1px solid #e7e7ec; bottom: 0; display: block; position: absolute; top: 0; width: 280px; } .messenger-sidebar-body { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 60px; } .messenger-list { margin-left: 0; margin-right: 0; } .messenger-list-item { padding: 0; width: 100%; } .messenger-list-link { border-radius: 0; padding-left: 15px; padding-right: 15px; } .messenger-list-date { display: block; float: right; font-size: 11px; line-height: 20px; margin-left: 2px; } .messenger-content { bottom: 0; left: 280px; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; top: 0; } .messenger-welcome { bottom: 0; display: block; left: 280px; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; top: 0; } .messenger-content.active ~ .messenger-welcome { display: none; } .layout-content { height: 100%; left: 0; max-height: 100%; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; z-index: 1000; } .title-bar { display: none; } .conversation-message { max-width: 50%; } }
assets/admin/css/messenger.css
body { background-color: #fff; border-color: #fff; color: #7d7d8e; } .layout-header { -webkit-box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important; box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important; } .messenger { background-color: #fff; border-color: #fff; color: #7d7d8e; height: 100%; overflow: hidden; position: relative; width: 100%; } .messenger-sidebar { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; display: none; padding: 15px; } .messenger-sidebar.active { display: block; } .messenger-list { list-style: none; margin: 0 -5px; padding-left: 0; } .messenger-list:before, .messenger-list:after { content: " "; display: table; } .messenger-list:after { clear: both; } .messenger-list-item { display: block; padding: 5px; position: relative; } .messenger-list-link { border-radius: 3px; color: #7d7d8e; display: block; padding: 10px; position: relative; } .messenger-list-link:hover, .messenger-list-link:focus { background-color: #f5f5f5; color: #3f3f44; text-decoration: none; } .active > .messenger-list-link, .active > .messenger-list-link:hover, .active > .messenger-list-link:focus { background-color: #f1595d; color: #fff; } .messenger-list-avatar { float: left; margin-right: 10px; } .messenger-list-details { min-height: 40px; overflow: hidden; } .messenger-list-name { display: block; font-weight: 500; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .messenger-list-date { display: none; } .messenger-content { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; display: none; } .messenger-content.active { display: block; } .messenger-content-inner { display: table; height: 100%; table-layout: fixed; width: 100%; } .messenger-content-header { border-collapse: collapse; display: table-row; } .messenger-content-header-inner { display: table-cell; height: 0; width: 100%; } .messenger-toolbar { background-color: #fff; border-bottom: 1px solid #e7e7ec; } .messenger-toolbar:before, .messenger-toolbar:after { content: " "; display: table; } .messenger-toolbar:after { clear: both; } .messenger-toolbar-tools { float: right; } .messenger-content-body { border-collapse: collapse; display: table-row; } .messenger-content-body-inner { display: table-cell; height: 100%; width: 100%; } .messenger-scrollable-content { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .messenger-content-footer { border-collapse: collapse; display: table-row; } .messenger-content-footer-inner { display: table-cell; height: 0; width: 100%; } .messenger-compose { background-color: #fff; border-top: 1px solid #e7e7ec; padding: 10px 15px; } .messenger-compose-actions { float: right; margin-left: 15px; } .messenger-compose-action { float: left; } .messenger-compose-message { overflow: hidden; } .messenger-compose-input { background-color: #fff; background-image: none; border: none; color: #7d7d8e; display: block; font-size: 13px; line-height: 1.538462; max-height: 100px; min-height: 40px; outline: none; padding: 0; width: 100%; } .messenger-welcome { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; display: none; text-align: center; } .messenger-welcome-body { display: table; height: 100%; table-layout: fixed; width: 100%; } .messenger-welcome-inner { display: table-cell; height: 100%; padding-bottom: 45px; padding-top: 45px; vertical-align: middle; width: 100%; } .messenger-avatar { margin: 15px auto; position: relative; width: 128px; } .messenger-avatar-btn { background-color: rgba(0, 0, 0, 0.5); background-image: none; border: none; border-radius: 6px 0; bottom: 0; color: #fff; cursor: pointer; display: block; font-size: 13px; height: 30px; line-height: 30px; margin: 0; overflow: hidden; padding: 0; position: absolute; right: 0; text-align: center; width: 30px; } .messenger-avatar-btn:hover, .messenger-avatar-btn:focus { background-color: #000; } .messenger-heading { font-weight: 400; margin-bottom: 0; margin-top: 0; } .messenger-nav { list-style: none; margin-bottom: 0; padding-left: 0; } .messenger-nav > li { display: block; position: relative; } .messenger-nav > li > a { display: inline-block; padding: 10px 15px; position: relative; } .messenger-nav > li > a:hover, .messenger-nav > li > a:focus { text-decoration: none; } .conversation { margin-bottom: 0; padding: 15px; } .conversation-item { display: block; margin-bottom: 15px; position: relative; } .conversation-messages { overflow: hidden; } .conversation-message { border-radius: 4px; margin-bottom: 1px; margin-top: 1px; padding: 6px 12px; position: relative; word-wrap: break-word; } .conversation-message:first-child:after { border-color: transparent; border-style: solid; border-width: 6px; content: " "; height: 0; pointer-events: none; position: absolute; width: 0; } .conversation-timestamp { color: #cbcbd2; font-size: 11px; margin-top: 5px; } .conversation-files { margin-top: 5px; } .conversation-self .conversation-avatar { float: left; } .conversation-self .conversation-messages { padding-left: 15px; } .conversation-self .conversation-message { background-color: #f5f5f5; clear: left; color: #3f3f44; float: left; } .conversation-self .conversation-message:after { border-right-color: #f5f5f5; right: 100%; top: 10px; } .conversation-self .conversation-timestamp { clear: left; float: left; } .conversation-self .conversation-files { clear: left; float: left; } .conversation-other .conversation-avatar { float: right; } .conversation-other .conversation-messages { padding-right: 15px; } .conversation-other .conversation-message { background-color: #f1595d; clear: right; color: #fff; float: right; } .conversation-other .conversation-message:after { border-left-color: #f1595d; left: 100%; top: 10px; } .conversation-other .conversation-timestamp { clear: right; float: right; } .conversation-other .conversation-files { clear: right; float: right; } .title-bar { margin-bottom: 10px; } .dropdown-menu { margin: 0; } .sidenav > li.active > a:after { border-right-color: #fff; } .file { width: 100px; } @media (min-width: 480px) { .messenger-list-item { float: left; width: 50%; } } @media (min-width: 768px) { .conversation-message { max-width: 75%; } } @media (min-width: 992px) { .messenger-sidebar { border-right: 1px solid #e7e7ec; bottom: 0; display: block; position: absolute; top: 0; width: 280px; } .messenger-sidebar-body { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 60px; } .messenger-list { margin-left: 0; margin-right: 0; } .messenger-list-item { padding: 0; width: 100%; } .messenger-list-link { border-radius: 0; padding-left: 15px; padding-right: 15px; } .messenger-list-date { display: block; float: right; font-size: 11px; line-height: 20px; margin-left: 2px; } .messenger-content { bottom: 0; left: 280px; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; top: 0; } .messenger-welcome { bottom: 0; display: block; left: 280px; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; top: 0; } .messenger-content.active ~ .messenger-welcome { display: none; } .layout-content { height: 100%; left: 0; max-height: 100%; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; z-index: 1000; } .title-bar { display: none; } .conversation-message { max-width: 50%; } }
0.372049
0.062933
.tree-table.fullwidth { display: block; max-width: 100%; overflow-x: auto; } .tree-table p { margin-top: -1px; } .tree-table p > span { margin-right: -1px; border: 1px solid var(--color-table-header-background); } .tree-table .account-cell { display: flex; flex: 1; align-items: center; min-width: 14em; max-width: 22em; } .tree-table .account-cell.depth-1 { min-width: 13em; max-width: 21em; margin-left: 1em; } .tree-table .account-cell.depth-2 { min-width: 12em; max-width: 20em; margin-left: 2em; } .tree-table .account-cell.depth-3 { min-width: 11em; max-width: 19em; margin-left: 3em; } .tree-table .account-cell.depth-4 { min-width: 10em; max-width: 18em; margin-left: 4em; } .tree-table .account-cell.depth-5 { min-width: 9em; max-width: 17em; margin-left: 5em; } .tree-table .account-cell.depth-6 { min-width: 8em; max-width: 16em; margin-left: 6em; } .tree-table .account-cell.depth-7 { min-width: 7em; max-width: 15em; margin-left: 7em; } .tree-table .account-cell.depth-8 { min-width: 6em; max-width: 14em; margin-left: 8em; } .tree-table .account-cell.depth-9 { min-width: 5em; max-width: 13em; margin-left: 9em; } .tree-table .account-cell a { margin-left: 1em; } .tree-table .has-children { cursor: pointer; } .tree-table .has-children::before { margin: 0 -10px 0 0; content: ""; border-top: 15px solid var(--color-treetable-expander); border-right: 15px solid transparent; border-left: 15px solid transparent; transform: scale(0.5); } .tree-table .num { width: 10em; } .tree-table .num a { display: block; color: inherit; } .tree-table .other { width: 13em; } .tree-table .other a { display: block; color: inherit; } .tree-table .balance-children { display: block; opacity: 0.7; } .tree-table .has-balance .balance { display: block; } .tree-table .has-balance .balance-children { display: none; } .tree-table .toggled ol { display: none; } .tree-table .toggled .balance { display: none; } .tree-table .toggled .balance-children { display: block; color: var(--color-text); } .tree-table .toggled .has-children::before { transform: rotate(270deg) scale(0.5); } .tree-table .expand-all { margin-left: 15px; font-weight: normal; color: inherit; opacity: 0.5; } .tree-table .diff { margin-right: 0px; font-size: 0.7em; color: var(--color-budget-zero); white-space: nowrap; } .tree-table .diff.negative { color: var(--color-budget-negative); } .tree-table .diff.positive { color: var(--color-budget-positive); } /* For two or more operating currencies, set a slightly smaller size. */ .two-currencies { font-size: 0.9em; } .two-currencies .num { width: 12em; } .two-currencies .other { width: 11em; }
frontend/css/tree-table.css
.tree-table.fullwidth { display: block; max-width: 100%; overflow-x: auto; } .tree-table p { margin-top: -1px; } .tree-table p > span { margin-right: -1px; border: 1px solid var(--color-table-header-background); } .tree-table .account-cell { display: flex; flex: 1; align-items: center; min-width: 14em; max-width: 22em; } .tree-table .account-cell.depth-1 { min-width: 13em; max-width: 21em; margin-left: 1em; } .tree-table .account-cell.depth-2 { min-width: 12em; max-width: 20em; margin-left: 2em; } .tree-table .account-cell.depth-3 { min-width: 11em; max-width: 19em; margin-left: 3em; } .tree-table .account-cell.depth-4 { min-width: 10em; max-width: 18em; margin-left: 4em; } .tree-table .account-cell.depth-5 { min-width: 9em; max-width: 17em; margin-left: 5em; } .tree-table .account-cell.depth-6 { min-width: 8em; max-width: 16em; margin-left: 6em; } .tree-table .account-cell.depth-7 { min-width: 7em; max-width: 15em; margin-left: 7em; } .tree-table .account-cell.depth-8 { min-width: 6em; max-width: 14em; margin-left: 8em; } .tree-table .account-cell.depth-9 { min-width: 5em; max-width: 13em; margin-left: 9em; } .tree-table .account-cell a { margin-left: 1em; } .tree-table .has-children { cursor: pointer; } .tree-table .has-children::before { margin: 0 -10px 0 0; content: ""; border-top: 15px solid var(--color-treetable-expander); border-right: 15px solid transparent; border-left: 15px solid transparent; transform: scale(0.5); } .tree-table .num { width: 10em; } .tree-table .num a { display: block; color: inherit; } .tree-table .other { width: 13em; } .tree-table .other a { display: block; color: inherit; } .tree-table .balance-children { display: block; opacity: 0.7; } .tree-table .has-balance .balance { display: block; } .tree-table .has-balance .balance-children { display: none; } .tree-table .toggled ol { display: none; } .tree-table .toggled .balance { display: none; } .tree-table .toggled .balance-children { display: block; color: var(--color-text); } .tree-table .toggled .has-children::before { transform: rotate(270deg) scale(0.5); } .tree-table .expand-all { margin-left: 15px; font-weight: normal; color: inherit; opacity: 0.5; } .tree-table .diff { margin-right: 0px; font-size: 0.7em; color: var(--color-budget-zero); white-space: nowrap; } .tree-table .diff.negative { color: var(--color-budget-negative); } .tree-table .diff.positive { color: var(--color-budget-positive); } /* For two or more operating currencies, set a slightly smaller size. */ .two-currencies { font-size: 0.9em; } .two-currencies .num { width: 12em; } .two-currencies .other { width: 11em; }
0.520984
0.181662
#obContainer::-webkit-scrollbar { width: 6px; } #obContainer::-webkit-scrollbar-thumb { border-radius: 0; background: #44697E; } .popMenu-notificationsContent::-webkit-scrollbar, .chatConversationHeads::-webkit-scrollbar, .chatConversationContent::-webkit-scrollbar, #sideBar textarea::-webkit-scrollbar { width: 6px; } .popMenu-notificationsContent::-webkit-scrollbar-thumb, .chatConversationHeads::-webkit-scrollbar-thumb, .chatConversationContent::-webkit-scrollbar-thumb, #sideBar textarea::-webkit-scrollbar-thumb { border-radius: 0; background: #3E3E3E; } .customThemeScrollbar::-webkit-scrollbar { width: 6px; } .customThemeScrollbar::-webkit-scrollbar-thumb { border-radius: 0; background: #08324A; } .noScrollBar::-webkit-scrollbar { width: 0 !important; } .popMenu-notificationsContent::-webkit-scrollbar { width: 6px; } .popMenu-notificationsContent::-webkit-scrollbar-thumb { border-radius: 0; background: #3E3E3E; } /*========== base styles ==========*/ body { background-color: rgb(6,55,83); overflow: hidden; /*fonts*/ color: rgb(255, 255, 255); font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; font-size: 13px; font-weight: 500; -webkit-font-smoothing: antialiased; /*-webkit-font-smoothing: subpixel-antialiased;*/ letter-spacing: .4px; line-height: 1.2; margin: 0; } a { color: inherit; text-decoration: none; opacity: .85; transition: opacity .15s cubic-bezier(0, 0, 0.2, 1); cursor: pointer; } a:hover, a:focus { opacity: 1; text-decoration: underline; } a:active { opacity: .75; } p a { text-decoration: underline; } p { white-space: pre-line; margin: 0 0 1em 0; } hr { border: solid 1px rgba(255,255,255,0.08); width: 100%; } ul { margin: 0; } input { outline: none; font-size: 14px; } input::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .txt-placeholder, .fieldItem .txt-placeholder { opacity: .5; color: #fff; font-size: 14px; font-weight: 400; } input, input[type="text"], input[type="number"], input[type="email"], input[type="url"], select, textarea { border: none; color: #000; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); font-size: 14px; font-weight: 500; font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; } input[type=range]{ -webkit-appearance: none; } input[type=range]::-webkit-slider-runnable-track { width: 90%; height: 6px; background: #ccc; border: none; border-radius: 4px; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: #777; height: 16px; width: 16px; border-radius: 50%; background: #eee; margin-top: -4px; } input[type=range]:focus { outline: none; } input[type=range]:focus::-webkit-slider-runnable-track { background: rgba(255,255,255,0.9); } textarea { background: none; outline: none; appearance: none; -webkit-appearance: none; width: 100%; resize: none; box-sizing: border-box; border: 1px solid transparent; transition: border 0.3s; } textarea:focus { border: 1px solid #fff; outline: none; } form { margin: 0; } /*========== structure classes ==========*/ #content { margin: auto; position: relative; width: 950px; z-index: 1; } #obContainer { transition: width 0.5s ease; width: calc(100% - 47px); transition: width 0.5s ease; } #ov1.chatOpen #obContainer { width: calc(100% - 230px); } #pageNav { position: fixed; top: 0; -webkit-app-region: drag; z-index: 13; } .pageNavContainer { width: 100%; z-index: 3; } #pageNav .btn { -webkit-app-region: no-drag; } #pageNav .navBar.bar { padding: 10px 8px; } #pageNav .modal-about .navBar.bar { padding: 0; } .navMoreButtons { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; min-height: 80px; padding: 10px; position: absolute; right: 10px; top: 41px; } #sideBar { position: fixed; right: -183px; top: 50px; width:230px; background-color: #252525; border-left: 0; height: calc(100% - 50px); z-index: 5; transition: right 0.5s ease; color: #DDD; -webkit-app-region: no-drag; box-sizing: border-box; } .chatOpen #sideBar { right: 0px; } #sideBar input::-webkit-input-placeholder { color: #fff; } #sideBar.btn { color: #fff; } .chatSearch { margin-left: 41px; } .chatRead { opacity: .5; } .mainContainer { background-color: #063753; position: relative; min-height: 740px; margin-bottom: 50px; border-top-left-radius: 3px; border-top-right-radius: 3px; z-index: 1; box-shadow: 0px 10px 20px #05283C; } .img-rsp { display: block; max-width: 100%; height: auto; } .bar { height: 50px; padding-left: 15px; padding-right: 15px; } .bar.barFlush { padding-left: 0; padding-right: 0; } .bar.barFlush.bottomBar { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; overflow: hidden; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .bar.barFlush.bottomBar .btn-bar { border-radius: 0; } .barTxt { height: 50px; line-height: 50px; } .bar .btn { float: left; } #overlay, .overlay { position: fixed; top: 50px; left: 0; height: 100%; width: 100%; background-color: rgba(25,25,25,0.85); z-index: 4; transition: all .25s cubic-bezier(0, 0, 0.2, .5); } .overlayObscurring { background-color: rgba(25,25,25,0.95); } .navBar { /* use for horizontal nav structures */ display: flex; align-items: center; width: 100%; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; } .navBar-main { position: fixed; top: 0; left: 0; } .footerBar { padding: 3px 0; } .navBar .navEnd { /* container for nav elements on the right side */ display: flex; flex-grow: 1; justify-content: flex-end; } .ctrlGroup { /* use for any cluster of nav controls */ padding-left: 4px; position: relative; } .ctrlGroup .btn { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } .ctrlGroup:first-child { padding-left: 0; } .flexContainer { overflow: hidden; } .flexRow { display: flex; align-content: flex-start; flex-wrap: wrap; width: 100%; /* reset styles if applied to a list item */ padding: 0; box-sizing: border-box; } .flexRow.noFlexWrap { /* temporary until all the flexRows with wrap are fixed */ flex-wrap: nowrap; } .flexSizeFixed { flex-shrink: 0; } .flexRow-center { justify-content: center; } .flexRow-vCenter { align-items: center; height: 100%; } .flexRow [class |= "flexCol"] { box-sizing: border-box; position: relative; } .flexRow.pad [class |= "flexCol"] { padding-left: 5px; padding-right: 5px; } .flexRow.pad [class |= "flexCol"]:first-child { padding-left: 0; } .flexRow.pad [class |= "flexCol"]:last-child { padding-right: 0; } .flexRow.negPad { /* use to compensate for first and last margins to items in the row if you can't use flex justification */ margin: 0 -5px 0 -10px; width: auto; } .flexRow .flexCol-12 { /* normally you can make it 100% wide by not using a column. This is here if you need to switch column sizes dynamically. */ width: 100%; } .flexRow .flexCol-11, .flexRow .flexCol-11 { flex-basis: 91.66666666666666%; } .flexRow .flexCol-10 { flex-basis: 83.33333333333334%; } .flexRow .flexCol-9 { flex-basis: 75%; } .flexRow .flexCol-8 { flex-basis: 66.66666666666666%; } .flexRow .flexCol-7 { flex-basis: 58.333333333333336%; } .flexRow .flexCol-6 { flex-basis: 50%; } .flexRow .flexCol-5 { flex-basis: 41.66666666666667%; } .flexRow .flexCol-4 { flex-basis: 33.33333333333333%; } .flexRow .flexCol-3 { flex-basis: 25%; } .flexRow .flexCol-2 { flex-basis: 16.666666666666664%;; } .flexRow .flexCol-1 { flex-basis: 8.333333333333332%; } .flexExpand { /* use to make only one item in a flex row expand */ flex-grow: 1; } .noPointerEvents { pointer-events: none; } .gridItemControls { background: #106DA3; position: absolute; opacity: 0; bottom: 0; left: 1px; height: 40px; line-height: 38px; border-top: solid 1px #327EB8; border-right: solid 1px #327EB8; width: 316px; padding: 0; box-sizing: border-box; transition: opacity .5s cubic-bezier(0, 0, 0.2, 1); } .gridItemControls .btn-gridItemControl { text-align: center; padding: 0; opacity: .75; font-weight: 400; font-size: 12px; } .gridItemControls .btn-gridItemControl:hover { opacity: 1; } .gridItem { box-sizing: border-box; padding: 34px 32px; cursor: pointer; height: 340px; position: relative; } .userPage-subViews .gridItem, .homeView .gridItem { border-bottom: 1px solid #327EB8; border-right: 1px solid #327EB8; opacity: .9; transition: opacity .3s cubic-bezier(0, 0, 0.2, 1); transition: padding-top .3s cubic-bezier(0, 0, 0.2, 1); } .userPage-subViews .gridItem:hover, .homeView .gridItem:hover { box-shadow: 0px 0px 37px -17px rgb(0, 0, 0); opacity: 1; padding-top: 20px; } .userPage-subViews .gridItem:hover .gridItemControls, .homeView .gridItem:hover .gridItemControls{ opacity: 1; } .userPage-subViews .gridItem:hover .itemImg, .homeView .gridItem:hover .itemImg { box-shadow: 0px 0px 37px -10px rgb(0, 0, 0); } /* if itemImg is nested, do not show box shadow */ .userPage-subViews .gridItem:hover .itemImg .itemImg, .homeView .gridItem:hover .itemImg .itemImg { box-shadow: none; } .userPage-subViews .gridItem .itemImg:active, .homeView .gridItem .itemImg:active { box-shadow: 0px 0px 67px -10px rgb(0, 0, 0); opacity: .75; } .pageGridItems .flexCol-4:nth-child(3n) .gridItem, .homeGridItems .flexCol-4:nth-child(3n) .gridItem { border-right: 0; } .pageGridItems .flexCol-4:nth-child(3n) .gridItem .gridItemControls, .homeGridItems .flexCol-4:nth-child(3n) .gridItem .gridItemControls { left: 1px; width: 316px; border-right: 0; } .userPageAboutSection .userPageEditBtn, .userPageSocialAccounts .userPageEditBtn { display: none; position: absolute; top: 20px; right: 15px; font-size: 12px; cursor: pointer; z-index: 4; } .userPageAboutSection:hover .userPageEditBtn, .userPageSocialAccounts:hover .userPageEditBtn { display: block; } .itemImg { position: relative; background-position: center; background-size: cover; border-radius: 3px; height: 230px; width: 250px; } .itemImg.itemImg-large { /* flex row collapses unless a specific height is set */ height: 380px; width: 100%; border-radius: 0; } .itemImg.itemImg-small { height: 82px; width: 121px; margin: 0 10px 10px 0; border-radius: 1px; } .itemImg.itemImg-small:nth-child(4):not('.js-editItemSubImage') { margin-right: 0; } .itemImg.itemImg-small:nth-child(4):before:not('.js-editItemSubImage') { width: 100%; height: 100%; position: absolute; content: "..."; background: #000; opacity: .75; border-radius: 1px; line-height: 82px; text-align: center; font-size: 18px; font-weight: 500; } .itemImg.itemImg-small .fullscreen, .itemImg.itemImg-large .fullscreen { position: absolute; width: 100%; height: 100%; background: transparent; border: 0; cursor: pointer; outline: none; top: 0; left: 0; } .itemMeta { padding: 0 15px 2px 15px; margin: 0; list-style-type: none; } .itemMeta li { box-sizing: border-box; font-size: 15px; padding: 15px; width: 100%; } .itemMeta .itemPrice { padding: 0 15px 2px 15px; } .itemMetaCircle { height: 38px; line-height: 38px; width: 38px; text-align: center; border-radius: 25px; font-size: 15px; opacity: .85; } .itemMetaCircle:before { margin-top: 9px; } .itemMetaValue { max-width: 130px; float: left; font-size: 15px; opacity: .75; height: 38px; line-height: 38px; font-weight: 500; text-transform: capitalize; } .rowItem { flex-grow: 1; padding: 25px 15px; } .rowItem input[type=radio] { vertical-align: middle; margin-top: 0; } .fieldItem { min-height: 50px; padding: 15px; position: relative; display: block; box-sizing: border-box; } label.fieldItem { border: 2px solid transparent; } .fieldItem.fieldItem-multiLine { line-height: normal; padding: 15px; } [class |= "flexCol"] > .fieldItem { margin: 0 -1px -1px 0; } .table { display: table; table-layout: fixed; width: 100%; } .table > div { display: table-row; } .table > div > div { display: table-cell; vertical-align: top; } .table.tablePadCell5 > div > div { padding: 5px; } .table.tablePadCellRB5 > div > div { padding: 0 5px 5px 0; } .basicTable { width: 100%; border-collapse: collapse; } .basicTable, .basicTable td { padding: 10px; border: 1px solid rgba(255,255,255,0.08); } .btn { font-size: 13px; display: inline-block; padding: 6px 12px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -webkit-user-select: none; } /* don't prefix with .btn, sometimes it is used on icons without a .btn class */ .btn-corner { cursor: pointer; display: block; position: absolute; opacity: .75; float: none; transition: opacity .15s cubic-bezier(0, 0, 0.2, 1); z-index: 1; } .btn-corner.btn-cornerTR { top: 10px; right: 10px; } .btn-corner.btn-cornerTR:hover { opacity: 1; } .btn-corner.btn-cornerTR:active { opacity: .5; } .btn-corner.btn-cornerTR.btn-cornerTRSmall { top: 5px; right: 5px; } .btn-corner.btn-flushTop { top: 0px; } .btn-corner.btn-cornerTL { top: 10px; left: 10px; } .btn-corner.btn-cornerTL.btn-flushTL { top: 0; left: 0; } .btn-corner.btn-cornerTR.btn-cornerTROutR { right: -30px; } .modal > .btn-corner.btn-cornerTRFixedOut { /* button must be direct child of modal. The left value is based on the width of the modal. */ left: 896px; top: 23px; } .thumbnail-small { height: 30px; width: 30px; background-size: cover; background-position: center; border-radius: 2px; position: relative; } .thumbnail { height: 54px; width: 54px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 2px; position: relative; flex-basis: auto; flex-shrink: 0; } .thumbnail-large { border-radius: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 76px; width: 80px; transition: all .1s cubic-bezier(0, 0, 0.5, 1); } .thumbnail-large .userPageEditBtn { display: none; margin: auto; } .thumbnail-large:hover .userPageEditBtn { display: block; } .thumbnail-large-slim { height: 58px; width: 58px; transition: all .1s cubic-bezier(0, 0, 0.5, 1); } .thumbnail-huge { border-radius: 4px; height: 162px; width: 162px; } .row5 { margin-bottom: 5px; } .row10 { margin-bottom: 10px; } .row15 { margin-bottom: 15px; } .row20 { margin-bottom: 20px; } .row30 { margin-bottom: 30px; } .row60 { margin-bottom: 60px; } .row100 { margin-bottom: 100px; } .rowTop5 { margin-top: 5px; } .rowTop10 { margin-top: 10px; } .rowTop15 { margin-top: 15px; } .rowTop20 { margin-top: 20px; } .rowTop30 { margin-top: 30px; } .rowTop40 { margin-top: 40px; } .rowTop50 { margin-top: 50px; } .rowTop241 { /* special class for the itemEdit view */ margin-top: 241px; } .row320 { margin-bottom: 320px; } .pad5 { padding-left: 5px; padding-right: 5px; } .pad5Top { padding-top: 5px; } .pad10 { padding-left: 10px; padding-right: 10px; } .pad8Left { padding-left: 8px; } .pad10Left { padding-left: 10px; } .pad10Right { padding-right: 10px; } .pad10Top { padding-top: 10px; } .pad15 { padding-left: 15px; padding-right: 15px; } .pad20 { padding-left: 20px; padding-right: 20px; } .pad20Right { padding-right: 20px; } .pad20Left { padding-left: 20px; } .pad50 { padding-left: 50px; padding-right: 50px; } .popMenu { position: absolute; z-index: 1; } .modal { position: fixed; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; /* use fadeIn and fadeOut to change opacity */ transition: opacity .05s cubic-bezier(0, 0, 0.2, 1); padding-top: 25px; z-index: 1; } .modal.modal-navOffset { top: 50px; } .modalHolder { /* use to contain modals inside views */ position: absolute; top: 0; left: 0; right: 0; z-index: 7; } .modal-child { width: 525px; height: 624px; margin: 0 auto; position: absolute; right: 0; left: 0; transition: right 0.5s ease; } .modal-opaque .modal-child { height: 574px; } #ov1.chatOpen .modal-child { right: 230px; } .modal.modal-navOffset .modal-child { margin-top: 25px; } .accordion { overflow: hidden; position: relative; } .accordion > .accordion-window { position: absolute; } .accordion > .accordion-window > .accordion-child { float: left; } .accordion-active input, .accordion-active textarea, .accordion-active a { visibility: visible; } .accordion-inactive input, .accordion-inactive textarea, .accordion-inactive a { visibility: hidden; } .list-style-none { list-style-type: none; } .clickable { cursor: pointer; } .theme-container { height: 140px; text-align: center; width: 33.3%; -webkit-box-sizing: border-box; } .theme-nav { height: 7px; width: 75%; margin: auto; position: relative; } .theme-tab { height: 6px; width: 20px; position: absolute; top: 1px; } .theme-background { border: 0; border-radius: 2px; cursor: pointer; margin: 16px auto 5px auto; max-width: 160px; height: 87px; width: 80%; } .theme-header { border-top-left-radius: 2px; border-top-right-radius: 2px; height: 40px; margin: auto; margin-top: 8px; width: 75%; } .theme-global-header { height: 7px; width: 100%; margin: auto; } .theme-body { height: 25px; margin: auto; width: 75%; } .topThumb { width:55px; height:55px; background-size: cover; top: 24px; content: " "; left: 30px; position: absolute; z-index: 3; } #addressBar{ height: 32px; font-size: 13px; } #ov1 #addressBar::-webkit-input-placeholder, #ov1 #userPage #addressBar::-webkit-input-placeholder { color: #000; font-size: 13px; } .smPageHeader { background-color: rgb(6,55,83); height: 85px; line-height: 50px; position: relative; z-index: 2; } .smPageHeader .smPageHeaderInner { top: 35px; padding-left: 100px; padding-right: 15px; position: relative; background-color: rgb(33, 81, 117); } .breadCrumbArrow { margin-top: 10px; width: 20px; text-align: center; font-size: 10px; opacity: .5; } /* colorbox styles */ #colorbox { z-index: 12; outline: none; margin-top: 20px; transition: margin 0.5s ease; position: fixed; transition: margin-left 0.5s ease; } #ov1.chatOpen #colorbox { margin-left: -115px; } #cboxOverlay { z-index: 11; top: 50px; height: 100%; width: calc(100% - 47px); transition: width 0.5s ease; } #ov1.chatOpen #cboxOverlay { width: calc(100% - 230px); } /*========== typography ==========*/ h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: 700; -webkit-user-select: none; cursor: default; } h1,h2,h3 { margin-bottom: 20px; line-height: 1.2; } h4,h5,h6 { margin-bottom: 10px; line-height: 1; } h3 { font-size: 18px; } h5 { font-size: 15px; } .h6, h6 { font-size: 15px; } .note { /* use for instructions and incidental text */ /*font-style: italic;*/ font-size: 9px; opacity: 0.50; } [class *= "ion-"]:before { font-size: 1.2em; pointer-events: none; } .txt-center { text-align: center; } #ov1 .txt-fade { opacity: 0.75; } #ov1 .unfilled { opacity: 0.35; } #ov1 .div-fade { opacity: 0.50; } #ov1 .div-fadeExtra { opacity: 0.3; } .txt-lowleading { line-height: 1.2; } .txt-unleaded { line-height: 1; margin-bottom: 0; } #ov1 .unbold { font-weight: 400; } #ov1 .allCaps { text-transform: uppercase; } .noOverflow { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .noWrap { white-space: nowrap; } .clamp2 { /* adds an ellipses to the end of wrapped text after 2 lines */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .clamp4 { /* adds an ellipses to the end of wrapped text after 4 lines */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .txtRow2 { /* limits an element to being 2 rows of text tall */ line-height: 1.25em;; height: 2.5em; } /*========== skin classes ==========*/ .userPageImageUpload { background: transparent !important; opacity: 1; font-size: 24px; margin-top: 20px; } .userPageImageUpload:hover { text-decoration: underline !important; } .navBar { background-color: #327EB8; } .navBar.statusBar, #userPage .navBar.statusBar { background-color: rgba(0,0,0,0.6); transition: opacity 1s; overflow: hidden; z-index: 10; } .navBar-main.navBar.statusBar { margin-top: 50px; } .welcomeBar, .userBar { background-color: transparent; height: 50px; line-height: 50px; position: relative; z-index: 2; } .welcomeBar:before { background: url('../imgs/openbazaar-icon-no-border.png'); background-size: cover; bottom: 0; content: " "; height: 58px; left: 30px; position: absolute; width: 58px; z-index: 2; } .welcomeBar .welcomeBar-inner, .userBar .title-section { background-color: #215175; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 50px; padding-left: 102px; position: relative; z-index: 1; } .userBar .title-section { padding-left: 102px; } .userBar .thumbnail { background-size: cover; border-bottom-right-radius: 0; border-bottom-left-radius: 0; bottom: 0; content: " "; height: 58px; left: 30px; position: absolute; width: 58px; z-index: 2; } .user-customize-cover-photo { width: 950px; } .mainContainer { background-color: #086A9E; } .user-customize-cover-photo { width: 950px; } #userPage .mainContainer { background-color: #4a4848; } .modal-opaque { background-color: rgba(6, 55, 83, 0.80); box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9); top: 50px; } .modal-opaqueDark { background-color: rgba(25,25,25,0.9); box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9); top: 50px; } .modal-opaque.modal-navBlock { background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2) 50px, rgba(7,65,97,1) 51px); top: 0; padding-top: 70px; } .modal-childMain { border-radius: 3px; background-color: #327eb8; box-shadow: 0px 0px 10px #383838; } .modal-hero { background: linear-gradient(to bottom, rgb(209,209,209), rgb(55,55,55) 60px, rgb(55,55,55) 108px, rgb(0,0,0)); background-position: center; background-size: cover; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 250px; position: relative; width: 525px; box-sizing: border-box; } .modal-msg { /* use for bottom half of modal under a modal-hero element */ width: 525px; height: 374px; } .modal-small { border-radius: 3px; min-height: 120px; min-width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) translateZ(0); -webkit-backface-visibility: hidden; } /*.modal-hero..homeModal-hero, .modal.server-connect-modal .modal-hero*/ .modal-hero.bg-dark-blue { background: #063753; } .modal-hero.iconBackground { background-image: url(../imgs/openbazaar-icon-no-border.png); background-position: 50% 30px; background-size: 136px; background-repeat: no-repeat; } .modal-hero-about { border-top-left-radius: 3px; border-top-right-radius: 3px; height: 250px; position: relative; width: 525px; } .modal-hero-icon { background: url(../imgs/openbazaar-icon-no-border.png); background-size: cover; height: 135px; margin: auto; top: 40px; position: relative; width: 135px; } .modal-hero.modal-heroFullHeight { height: 573px; z-index: 1; } .modal-hero.modal-heroFullHeightNoButtons { height: 624px; z-index: 1; overflow: hidden; border-radius: 3px; } .background1 { background: linear-gradient(to bottom, rgba(72,78,93,1), rgba(23,24,31,1) 75%, rgba(0,0,0,1) 100%); } /* removed because I don't think we're using the trick to hide the borders any more .flex-border > .flexRow { margin: 0 -1px -1px 0; width: auto; overflow: hidden; } */ .hideTopAndBottomBorder { /* use to hide the first and last border of the flexRows inside this element */ margin: -1px 0 -2px 0; } .flex-border > .flexRow > [class |= "flexCol"] { border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 0 1px 1px 0; } .flex-border > .flexRow > [class |= "flexCol"].pad10 { padding: 0 11px 1px 10px; } .flex-border > .flexRow > [class |= "flexCol"].pad20 { padding: 0 21px 1px 20px; } .flex-border > .flexRow > .flexRow { /* containing row has a list of rows inside it */ border-bottom: 1px solid rgba(255,255,255,0.08); } .flex-border .flex-border > .flexRow > .flexRow:last-child { /* when nested, the last row should not have a border */ border-bottom: none; } .flexRow-noBorderBottom, .flex-border > .flexRow.flexRow-noBorderBottom, .flex-border > .flexRow > .flexRow.flexRow-noBorderBottom { /* when the row needs to not have a bottom and no other way works */ border-bottom: none; } .box-border { border: 1px solid rgba(255,255,255,0.08); box-sizing: border-box; } .box-borderBright { border: 1px solid rgba(255,255,255,.5); box-sizing: border-box; } .box-borderBright:hover { border: 1px solid rbga(255,255,255,1); } .box-borderDashed { border: 5px dashed #fff; box-sizing: border-box; height: calc(100% - 50px) !important; animation: borderDashedFade .35s normal linear; } @-webkit-keyframes borderDashedFade { 0% {opacity: 0;} 100% {opacity: 1;} } #obContainer.box-borderDashed { padding-top: 16px; } .box-dashed { border: 4px dashed rgba(255,255,255,0.09); box-sizing: border-box; } .txtField { border-radius: 4px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); font-size: 12px; height: 32px; opacity: .85; transition: opacity .3s cubic-bezier(0, 0, 0.2, 1); width: 100%; } .txtFieldWrapper { position: relative; width: 100%; } .txtFieldWrapper:before { color: #fff; font-family: Ionicons; font-size: 18px; left: 15px; opacity: 0.75; padding-left: 2px; position: absolute; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); top: 50%; transform: translateY(-50%); z-index: 1; } .searchWrapper:before { content: "\f4a5" } .searchWrapper .txtField { letter-spacing: 0; text-indent: 24px; /* make room for icon */ opacity: .75; } .searchWrapper .txtField:hover, .searchWrapper .txtField:focus { opacity: 1; } .searchWrapper .txtField:focus { outline: 2px solid rgba(255,255,255,0.35); -webkit-background-clip: border; } .mainSearchWrapper:before { color: #000; left: 6px; content: "\f4a5" } .mainSearchWrapper.onPage:before { color: #000; left: 9px; content: "\f12f"; opacity: .75; } .mainSearchWrapper .txtField { font-size: 12px; letter-spacing: 0; text-indent: 26px; transition: opacity .75s cubic-bezier(0, 0, 0.2, 1); -webkit-app-region: no-drag; } .mainSearchWrapper .txtField:focus { border: solid 1px #086A9E; outline: none; text-indent: 25px; box-shadow: none; } .searchWrapperWithPill .txtField { text-indent: 176px; } .searchWrapperWithPill:before { left: 168px; } .txtField-bar, input[type="text"].txtField-bar { background: none; border-radius: 0; box-shadow: none; color: #fff; height: 53px; line-height:53px; font-size: 14px; letter-spacing: 0; opacity: 1; outline: none; padding: 13px; } .txtField-bar:focus { outline: none; } .txtFieldWrapper-bar:before { color: #fff; top: 17px; left: 15px; opacity: 1; } .btn { height: 32px; min-width: 32px; line-height: 32px; background-color: #086A9E; /* default color */ padding:0; border-radius: 3px; opacity: .80; box-sizing: border-box; } .btn-enter { margin: 15px; border-radius: 3px; margin-top: 12px; font-size: 14px; cursor: pointer; width: 90%; } .btn i[class *= "ion-"]:before { position: relative; top: 2px; margin-right: 6px; } .btn *[class *= "ion-"]:before { pointer-events: none; /* don't fire clicks on icon */ } .btn-small { font-size: 10px; line-height: 24px; height: 24px; padding: 0 6px; border-radius: 3px; opacity: .80; box-sizing: border-box; } .btn-large { height: 42px; font-size: 15px; line-height: 42px; padding: 0 20px; border-radius: 3px; opacity: .80; box-sizing: border-box; } .btn:hover { opacity: 1; transition: opacity .15s, background-color 1s; } .btn:hover, .btn:focus { text-decoration: none; } .btn:before { line-height: 32px; } .btn.btn-txt { /* button with text */ padding: 0 12px; } .btn.btn-txtHalf { /* button with text */ padding: 0 16px; } .btn.btn-buyNow { margin: auto; width: 280px; height: 52px; line-height: 52px; padding: 0; opacity: 1; font-size: 17px; border-radius: 5px; float: none; font-weight: 500; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); letter-spacing: 1px; text-transform: uppercase; } .btn.btn-buyNow:hover { opacity: .75; } #userPage .btn.inactive { opacity: 0.4; } .btn.btn-light { background-color: rgba(255,255,255,0.08); } .btn.btn-c1 { background-color: rgb(50,126,184); min-width: 50px; box-shadow: none; } #userPage .btn.btn-c1, .btn.btn-dark { background-color: #215175; } .btn.btn-c1.fade { background-color: rgba(50,126,184,0.8); } #userPage .btn.btn-c1.fade { background-color: rgba(87,87,87,0.8); } .btn.btn-c2, #userPage .btn.btn-c2 { background-color: rgba(200,25,25,1); } .btn.btn-c3, #userPage .btn.btn-c3 { background-color: rgba(33,117,47,1); } .btn:active, .btn.active, .btn.btn-c1:active, .btn.btn-c1.active, .btn.btn-c2:active, .btn.btn-c2.active { box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.4), inset 0px 0px 12px 0px rgba(255,255,255,0.1); } .btn.btn-c1:active, .btn.btn-c1.active { background-color: #215175; } .btn.btn-c2:active, .btn.btn-c2.active { background-color: #752121; } .btn.btn-c3:active, .btn.btn-c3.active { background-color: #19C836; } .btn.btn-c1 .toggle-txt { opacity: .20; } .btn.btn-c1:active .toggle-txt, .btn.btn-c1.active .toggle-txt { opacity: 1; } .btn.btn-win { border-radius: 6px; width: 12px; min-width: 0; height: 12px; background-color: #fff; margin: 0 3px; padding: 0; } .btn.btn-win:hover { transition: initial; } .fullscreen .btn.btn-win { display: none; } .btn.btn-win.btn-winClose { background-color: #E45A5A; position: relative; } .btn.btn-win.btn-winClose .btn-win-icon, .btn.btn-win.btn-winMin .btn-win-icon, .btn.btn-win.btn-winMax .btn-win-icon { position: absolute; display: none; top: -2px; left: 0; width: 100%; height: 100%; font-size: 13px; color: #000000; } .btn.btn-win.btn-winClose:hover .btn-win-icon, .btn.btn-win.btn-winMin:hover .btn-win-icon, .btn.btn-win.btn-winMax:hover .btn-win-icon { display: block; } .btn.btn-win.btn-winMin { background-color: #F8E71C; position: relative; } .btn.btn-win.btn-winMax { background-color: #B8E986; position: relative; } .btn.btn-bar { border-radius: 0; min-width: 115px; text-align: center; box-shadow: none; background-color: #327EB8; border-top-left-radius: 4px; border-top-right-radius: 4px; height: 47px; font-size: 14px; line-height: 47px; margin-top: 3px; opacity: .50; transition: opacity 0s cubic-bezier(0, 0, 0.2, 1); } .btn-chatOpen { background-color: transparent; text-align: center; font-size: 20px; color: white; font-weight: normal; } .btn-chatOpen:before { line-height: 42px; } .btn-chatOpenOut { width: 70px; text-align: left; margin-top: 7px; padding: 0 10px; font-size: 13px; } .btn-closeChat { right: 0; float: right; background-color: unset; margin-right: 5px; } .btn-closeChat:hover { outline: solid 1px #363636; border-radius: 0; } .btn-chatSearch { background-color: unset; text-align: center; font-size: 18px; font-weight: normal; } #transactionDiscussionSendText { font-size: 13px; } #transactionDiscussionSendText::-webkit-input-placeholder { font-size: 13px; } .transitionBottomSlow { transition: bottom .25s cubic-bezier(0, 0, 0.2, 1); } .newChatButton { border-bottom: solid 2px rgba(255,255,255,0.08); } .newChatButton .btn { opacity: .5; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .newChatButton:hover .btn { opacity: 1; } .chatSearch { /*border-bottom: solid 1px rgba(255,255,255,0.08);*/ } .chatSearch input { width: calc(100% - 30px); outline: none; margin-left: 5px; font-size: 13px; background-color: unset; color: white; } .chatSearch input::-webkit-input-placeholder { font-size: 13px; } .chatSearchIcon { margin-left: -24px; margin-right: 10px; float: left; margin-top: 13px; cursor: pointer; font-size: 15px; opacity: .50; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .chatSearchIcon:hover { opacity: 1; } .chatSearchOut { padding-left: 10px; width: calc(100% - 10px); margin-left: 0; height: 25px; line-height: 25px; } div.chatSearchOut .chatSearchIcon { margin-left: unset; margin-right: unset; } .chatConversationContainer { width: calc(100% - 1px); height: 360px; bottom: 0px; position: absolute; transition: bottom 0.35s ease; background-color: #2B2B2B; } .chatConversationContainerHide { bottom: -362px; } .chatMessagesLabel { float:left; color: white; font-size: 15px; height: 43px; line-height: 43px; padding-left: 10px; -webkit-user-select: none; cursor: default; } .chatConversationHeads { clear: both; border-top: solid 1px #363636; height: calc(100% - 45px); /* this will have to be changed if the search is unhidden*/ overflow-y: auto; overflow-x: hidden; } .chatConversationHeadsCompressed { height: calc(100% - 405px); overflow-x: hidden; overflow-y: auto; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); transition: height 1s cubic-bezier(0, 0, 0.2, 1); -webkit-filter: blur(.25px); } .chatConversationHeader { padding: 0; background-color: #565656; height: 45px; line-height: 45px; padding-left: 10px; color: #fff; border-top-left-radius: 4px; margin-left: 2px; } .chatConversationLabel { width: calc(100% - 115px); margin-right:5px; float:left; text-overflow: ellipsis; overflow: hidden; } .conversationHeader-btn { height: 38px; width: 30px; text-align: center; } .conversationHeader-btn a { display: block; width: 100%; height: 100%; } .conversationHeader-btn a:before { line-height: 38px; } .conversationHeader-btn:hover { outline: solid 1px #4C4C4C; border-radius: 0; } .chatConversationContent { height: calc(100% - 138px); border: 1px solid #565656; border-top: 0; overflow: auto; padding: 6px 2px; margin-left: 2px; width: 222px; } .chatConversationTo { padding: 10px; border-bottom: 1px solid #333; } .chatConversationToLabel { width: 30px; float:left; height: 20px; line-height: 19px; color: #2D2D2D; } .chatConversationToInput { width: calc(100% - 50px); float: left; } #inputConversationRecipient { font-size: 12px; line-height: 19px; } .chatConversationMessage { height: 75px; padding: 0; border: 1px solid #565656; border-top: 0; margin-left: 2px; } .chatConversationMessageBody img, .chatConversationMessageBody iframe { max-width: 145px; max-height: 145px; } .chatConversationMessage .txtAreaField::-webkit-input-placeholder{ font-size: 13px; } .chatConversationMessage .txtAreaField { height: 75px; padding: 10px 10px; } .chatConversationMessage .txtAreaField:focus { outline: 2px solid #565656; } .chatConversationMessage .txtAreaField:after { margin-top: 5px; } .chatConversationAvatar { width: 45px; height: 45px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; margin-right: 6px; margin-left: -10px; } .chatConversationAvatar:hover { -webkit-box-shadow: inset 0px 0px 15px 0px rgb(50, 50, 50); } .chatConversationMenu { width: 110px; border: solid 1px #565656; border-top: 0; padding: 10px; position: absolute; top: 45px; right: 0px; background: #252525; z-index: 5; font-weight: 400; font-size: 12px; } .chatConversationMenu div { cursor: pointer; line-height: 22px; } .chatConversationMenu div:hover { text-decoration: underline; } .chatConversation textarea, .chatConversation input { color: white; background-color: unset; width: 100%; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; } .chatConversationMessageLine { padding: 4px 5px; width: 100%; } .chatConversationMessageLine h2, .chatConversationMessageLine h3, .chatConversationMessageLine p { margin: 0; } .chatConversationMessageLine table { padding: 0; width: 100%; } .chatHead { padding: 7px 5px; border-bottom: solid 1px rgba(255,255,255,0.08); transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .chatHead .thumbnail { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20); } .chatHead:hover { opacity: 1; } .chatHeadSelected { opacity: 1; outline: solid 1px #FFFFFF; background: #565656; z-index:3; } /*.chatConversationHeadsCompressed .chatHead { border: solid 1px transparent; }*/ #chatSearchField { height: 44px; float: left; } .chatHeadIcon { float:left; } .chatPreview { width: calc(100% - 60px); font-size: 11px; float:left; padding:0 5px; margin-top: 3px; } .chatPreviewSender { font-size:13px; font-weight:500; color: white; text-overflow: ellipsis; overflow: hidden; width: 100px; margin-left: 2px; } .chatPreviewLastMessage { overflow: hidden; text-overflow: ellipsis; width: 170px; white-space: nowrap; color: #fff; opacity: .75; font-size: 12px; margin-left: 2px; } .chatConversationMessageBody > .inner { background-color: #333333; border-radius: 3px; font-size: 12px; padding: 6px 8px; word-break: break-word; display: inline-block; font-weight: 500; letter-spacing: 0.2px; } #inputConversationMessage { border: 1px solid #333; resize: none; margin-top: 4px; } #inputConversationMessage::-webkit-input-placeholder { font-size: 12px; color: #fff !important; /* i'm using important here because the custom theme styles should never override this color */ } .chatConversationMessageAvatar { width: 25px; vertical-align: top; } .chatConversationMessageTimestamp { font-size: 11px; color: #fff; opacity: .35; font-weight: 500; letter-spacing: 0; } .chatConversationMessageTimestamp div { margin-top: 2px; } .testnetBadge { position: absolute; right: 3px; top: 2px; background: #252525; border-radius: 3px; padding: 7px; font-size: 11px; cursor: default; border-left: solid 3px #F3A123; border-top-left-radius: 0; border-bottom-left-radius: 0; } .softwareUpdate { position: fixed; left: 0; bottom: 20px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; width: 300px; padding: 10px; background: #252525; border-left: 4px solid #FFA41C; z-index: 1; color: #ffffff; opacity: .95; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.40); transition: left .25s cubic-bezier(0, 0, 0.2, 1); } .softwareUpdateHidden { left: -325px; } .softwareUpdate .btn-txt { background: transparent; border: solid 1px #fff; opacity: 1; font-size: 12px; } .softwareUpdate .btn-txt:hover { opacity: .75; } #userPage .btn.btn-bar { background-color: #575757; } .btn.btn-bar:hover { opacity: .75; } .btn.btn-bar.active { background-color: #086A9E; opacity: 1; } #userPage .btn.btn-bar.active { background-color: #4a4848; } .btn.btn-bar.btn-tab { background: #327EB8; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; -webkit-user-select: none; border: none; height:48px; font-weight: 500; line-height: 46px; padding: 0 25px; margin-top: 6px; font-size: 14px; } .btn.btn-bar.active { background-color: #106DA3; opacity: 1; } .btn.btn-bar.btn-tab:first-child { border-top-left-radius: 0px; } .btn.btn-bar.btn-tab:active{ -webkit-box-shadow: none; } .btn.btn-wide { width: 100%; border: none; } .btn.btn-half { width: 50%; } .btn-pill { padding: 5px 10px; cursor: pointer; border-radius: 4px; min-height: 17px; opacity: 1; margin-bottom: 4px; margin-right: 4px; min-width: 30px; text-align: center; overflow: hidden; line-height: 20px; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .btn-pill a { text-decoration: none; } .btn-pill:hover { opacity: .75; } .btn.btn-half.btn-bar:last-child, .btn.btn-wide.btn-bar:last-child { border-right: none; } .btn-togWrapper { border: 1px solid #086A9E; border-radius: 5px; float: left; } #userPage .btn-togWrapper { border: 1px solid rgb(74,72,72); } .btn-togWrapper.btn-togWrapper-light { border: 1px solid rgba(255,255,255,0.08); } .btn-togWrapper.btn-togWrapper-c1 { border: 0; } #userPage .btn-togWrapper.btn-togWrapper-light { border: 1px solid rgb(87,87,87); } .btn.btn-shadow1 { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.40); } .fieldItem .btn-togWrapper { margin-top: 9px; } .fieldItem .btn-togWrapper .btn { margin-top: 0; } .btn.btn-togLeft, .btn.btn-togMid, .btn.btn-togRight { /* creates a set of buttons flush with each other */ float: left; } .btn.btn-togLeft { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn.btn-togRight { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn.btn-flushTop { border-top-left-radius: 0; border-top-right-radius: 0; } .btn.btn-back:before, .btn.btn-fwd:before { opacity: 0.3; } .btn.btn-back.active:before, .btn.btn-fwd.active:before { opacity: 1; } .btn.btn-profile { background-size: cover; background-position: center; } .btn-square { width: 44px; height: 44px; opacity: .75; transition: opacity .3s cubic-bezier(0, 0, 0.2, 1); } .btn-square:hover { opacity: 1; } .btn-square:active { -webkit-box-shadow: inset 0px 0px 6px 0px rgb(13, 84, 123); opacity: .75; } .btn-squareSm { width: 30px; height: 30px; } .btn-insideInput { position: absolute; cursor: pointer; float: none; height: 26px; top: 2px; right: 2px; line-height: 26px; } .btn-latched { width: 80px; margin: 0; border-radius: 0; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; position: relative; font-size: 11px; height: 28px; line-height: 28px; padding: 0; text-transform: capitalize; transition: opacity .2s cubic-bezier(0, 0, 0.2, 1); } .btn-latched:hover { opacity: 1 !important; /* added important here because I couldn't get it to work without it */ } #ov1 .btn.confirmable, #ov1 #userPage .btn.confirmable { transition: 2s background-color; } .btn .postConfirm, .btn .preConfirm, .btn .preSpacer { display: inline-block; overflow: hidden; transition: 2s max-width ease, 2s opacity ease; } .btn .preConfirm { max-width: 200px; transition: 1s opacity; } .btn .postConfirm { max-width: 0; width: 0; opacity: 0; } .btn .preSpacer { /*this keeps the width the same as the preconfirm is shrinking*/ display: block; height: 0; } .confirm.btn .preConfirm { max-width: 0; opacity: 0; } .confirm.btn .postConfirm { max-width: 200px; width: auto; opacity: 1; } .btn-secondary { background-color: #327EB8; } #ov1 .confirm.btn, #ov1 #userPage .confirm.btn { background-color: rgba(200,25,25,1); } .labelWrap { display: block; background: rgba(0,0,0,0.6); padding: 4px 4px 7px 52px; height: 44px; border-radius: 6px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); transition: opacity 1s; } .labelWrap.fade { opacity: 0; } .labelWrap.fadeIn { opacity: 1; } label { font-size: 14px; letter-spacing: .4px; opacity: .75; } .labelWrap input { margin-top: 2px; color: rgba(255,255,255,0.6); background: none; font-size: 12px; width: 100%; } .fieldItem h1, .fieldITem h2, .fieldItem h3, .fieldItem h4, .fieldItem h5, .fieldItem h6 { margin: 0; } input[type="text"].fieldItem, input[type="number"].fieldItem, input[type="email"].fieldItem, input[type="file"].fieldItem, input[type="url"].fieldItem, input[type="password"].fieldItem, input[type="datetime-local"].fieldItem { background: none; border: 2px solid transparent; color: #fff; width: 100%; } input[type="datetime-local"].fieldItem { font-family: inherit; line-height: 42px; padding-top: 0; padding-bottom: 0; } input[type="datetime-local"].fieldItem::-webkit-inner-spin-button { height: 50px; position: absolute; right: 45px; } input[type="datetime-local"].fieldItem::-webkit-clear-button { -webkit-appearance: none; display: none; } input[type="datetime-local"].fieldItem::-webkit-calendar-picker-indicator { padding: 10px; opacity: .75; } input[type="datetime-local"].fieldItem::-webkit-calendar-picker-indicator:hover { opacity: 1; background: transparent; cursor: pointer; } input[type="number"].fieldItem { padding-right: 0; } input[type="number"].fieldItem::-webkit-outer-spin-button, input[type="number"].fieldItem::-webkit-inner-spin-button, .noNumberSpinner { -webkit-appearance: none; appearance: none; margin: 0; } input[type="text"].fieldItem:focus, input[type="number"].fieldItem:focus, input[type="email"].fieldItem:focus, input[type="url"].fieldItem:focus, input[type="password"].fieldItem:focus, input[type="datetime-local"].fieldItem:focus { border: 2px solid #fff; transition: border 0.3s; } .txtAreaField:focus { outline: 1px solid #565656; } input[type="text"].fieldItem.fieldItem-withButton, input[type="email"].fieldItem.fieldItem-withButton, input[type="url"].fieldItem.fieldItem-withButton, input[type="number"].fieldItem.fieldItem-withButton { position: absolute; padding-left: 50px; } .numberSpinnerUp, .numberSpinnerDown { cursor: pointer; width: 18px; position: absolute; right: 0; box-sizing: border-box; font-family: "Ionicons"; color: #fff; font-size: 14px; text-align: center; line-height: 20px; background-color: rgba(140,140,140,0.2); margin: 4px; } .numberSpinnerUp { top: 0; } .numberSpinnerUp:before { content: "\f10d"; } .numberSpinnerDown { bottom: 0; } .numberSpinnerDown:before { content: "\f104"; } .fieldItem .btn { margin-top: 9px; } .fieldItem .fieldItem-selectWrapper { position: relative; } .fieldItem .fieldItem-selectWrapper select { width: 100%; height: 50px; line-height: 50px; margin: 0; background: none; border: 1px solid transparent; outline: none; box-sizing: border-box; appearance: none; -webkit-appearance: none; color: #fff; } .fieldItem .fieldItem-selectWrapper select:focus { outline: none; } .fieldItem .fieldItem-selectWrapper select[multiple] { height: 150px; } .fieldItem .fieldItem-selectWrapper select[multiple]:focus { height: 500px; } .fieldItem .fieldItem-selectWrapper:after { content: "\f104"; font-family: "Ionicons"; position: absolute; line-height: 50px; top: 0; right: 20px; pointer-events: none; } .fieldItem .fieldItem-selectWrapper.noIcon:after { content: ""; } /* custom chosen styles */ .fieldItem .fieldItem-selectWrapper .chosen-single { height: 50px; background: none; border: none; border-radius: 0; box-shadow: none; line-height: 50px; color: #fff; opacity: 1; } .fieldItem .fieldItem-selectWrapper .chosen-container-single div b, .fieldItem .fieldItem-selectWrapper .chosen-container-single span b { background: none; height: 0; } .fieldItem .fieldItem-selectWrapper .chosen-container-single div b:after { content: "\f104"; font-family: "Ionicons"; position: absolute; line-height: 50px; top: 0; right: 20px; pointer-events: none; } .fieldItem .fieldItem-selectWrapper .chosen-container-single.chosen-container-active div b:after { content: "\f10d"; } .fieldItem .fieldItem-selectWrapper .chosen-drop { background: #353535; border: 1px solid rgba(255,255,255,0.08); border-radius: 0; box-shadow: none; line-height: 50px; color: #fff; } .fieldItem .fieldItem-selectWrapper.chosen-relative .chosen-with-drop .chosen-drop { position: relative; } .fieldItem .fieldItem-selectWrapper .chosen-drop .chosen-results li { color: #fff; } .fieldItem .fieldItem-selectWrapper .chosen-drop .chosen-results li.highlighted { background: rgb(87,87,87); } .chosen-container-single .chosen-single span { padding-left: 10px; font-size: 14px; font-weight: 400; } .chosen-container .chosen-results { padding: 0; } .chosen-container-multi .chosen-choices { background: none; } .fieldItem-textarea { padding: 15px; border: 2px solid transparent; color: #fff; } .fieldItem-textarea:focus { border: 2px solid #fff; transition: border 0.3s; outline: none; } select { border: 2px solid transparent; border-radius: 0; font-family: "Helvetica Neue", Helvetica, "Open Sans"; padding: 0 15px; -webkit-appearance: none; } select:focus { border: 2px solid #fff; } input[type="radio"].fieldItem { display: none; } input[type="radio"].fieldItem + label { display: inline-block; cursor: pointer; position: relative; padding: 0 20px 0 40px; } input[type="radio"].fieldItem + label:before { content: ""; display: inline-block; position: absolute; left: 10px; height: 16px; width: 16px; border-radius: 12px; border: solid 1px #fff; box-shadow: none; opacity: 1; transform: translateY(-50%) translateZ(0); -webkit-backface-visibility: hidden; top: 50%; } input[type="radio"].fieldItem:checked + label:before { background: #fff; box-shadow: inset 0 0 0 4px #086A9E; } .theme-container input[type="radio"].fieldItem + label { padding: 0; position: relative; height: 100%; width: 100%; opacity: 1; } .theme-container input[type="radio"].fieldItem + label:before { position: absolute; height: 16px; width: 16px; top: 120px; left: 50%; margin-left: -8px; border-radius: 12px; border: solid 1px #fff; box-shadow: none; opacity: 1; } .theme-container input[type="radio"].fieldItem:checked + label:before { background: #fff; box-shadow: inset 0 0 0 4px #086A9E; } input[type="radio"].fieldItem.starRating + label { padding: 0 12px; } input[type="radio"].fieldItem.starRating + label:before { content: "\f2fc"; font-family: "Ionicons"; color: #fff; line-height: 24px; font-size: 18px; text-align: center; height: 24px; width: 24px; border-radius: 50%; border: none; background: none; box-shadow: none; opacity: 1; transform: translateY(-50%) translateZ(0); -webkit-backface-visibility: hidden; top: 50%; left: 0; } input[type="radio"].fieldItem.starRating:checked + label:before { content: "\f2fc"; background: #000; box-shadow: none; } input[type="radio"].fieldItem.starRating:checked + label + input + label:before { content: "\f3ae"; } input[type="radio"].fieldItem.starRating:checked + label + input + label + input + label:before { content: "\f3ae"; } input[type="radio"].fieldItem.starRating:checked + label + input + label + input + label + input + label:before { content: "\f3ae"; } input[type="radio"].fieldItem.starRating:checked + label + input + label + input + label + input + label + input + label:before { content: "\f3ae"; } .starRating:before { /* use when displaying stars that are not part of an input */ content: "\f2fc"; font-family: "Ionicons"; color: #fff; line-height: 24px; font-size: 18px; } .radioLabel { opacity: .75; } input[type="checkbox"].fieldItem { display: none; } input[type="checkbox"].fieldItem + label { display: inline-block; cursor: pointer; position: relative; line-height: 53px; } input[type="checkbox"].fieldItem + label:before { display: inline; content: "\f372"; font-family: Ionicons; line-height:inherit; box-shadow: none; opacity: 1; font-family: Ionicons; font-size: 1.5em; } input[type="checkbox"].fieldItem + label.compact { line-height: 35px; padding-left: 20px; } input[type="checkbox"].fieldItem + label.compact:before { left: 0; } input[type="checkbox"].fieldItem:checked + label:before { content: "\f373"; } input[type="checkbox"].fieldItem + label div, input[type="checkbox"].fieldItem + label span { /* if the label has elements inside it, remove line height */ line-height: normal; } input[type="checkbox"] + label .togLabelOn, input[type="checkbox"].fieldItem + label .togLabelOn, input[type="checkbox"] + label .togLabelOff, input[type="checkbox"].fieldItem + label .togLabelOff { padding: 0 16px; } input[type="checkbox"] + label .togLabelOn, input[type="checkbox"].fieldItem + label .togLabelOn { display: none; } input[type="checkbox"] + label .togLabelOff, input[type="checkbox"].fieldItem + label .togLabelOff { display: inline-block } input[type="checkbox"]:checked + label .togLabelOn, input[type="checkbox"].fieldItem:checked + label .togLabelOn { display: inline-block; } input[type="checkbox"]:checked + label .togLabelOff, input[type="checkbox"].fieldItem:checked + label .togLabelOff { display: none; } .btn input[type="checkbox"].fieldItem + label { line-height: inherit; display: inline; padding: 0 0 0 26px; left: -7px; } .btn input[type="checkbox"].fieldItem + label:before { top: 0; left: 0; } #userPage .fieldItem-selectWrapper select option { background-color: #4a4848; } .taggle { max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fieldItem .taggle_placeholder { position: absolute; transition: opacity,.25s; -webkit-user-select: none; color: rgba(255,255,255,0.4); top: 17px; } .fieldItem .taggle_list { float: left; width: 100%; margin: 0; padding: 0; list-style: none; } .fieldItem .taggle_list li { float: left; display: inline-block; white-space: nowrap; line-height: 32px; position: relative; } .fieldItem .taggle { margin: 6px 6px 0 0; padding: 0 28px 0 10px; border-radius: 4px; background-color: rgba(255,255,255,0.1); cursor: pointer; transition: all 0.3s; } .fieldItem .taggle .taggle_text { } .fieldItem .taggle .close { display: inline-block; position: absolute; background: none; border: none; color: rgba(255,255,255,0.8); right: 2px; top: 6px; font-size: 16px; } .fieldItem .taggle_list .taggle_input { line-height: 50px; margin-left: 4px; float: left; background: 0; max-width: 100%; border: 0; outline: 0; color: inherit; } .fieldItem .taggle_sizer { padding: 0; margin: 0; position: absolute; top: -500px; z-index: -1; visibility: hidden; } .fieldItem.btn { margin: 10px; min-height: 0; min-width: 0; height: 30px; } .popMenu-notifications { top: 50px; right: 45px; background-color: #252525; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.60); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: #fff; font-size: 15px; padding: 0; width: 390px; transform: translateY(-440px); transition: transform 200ms; } .popMenu-notificationsHeader { padding: 0 15px; border-bottom: solid 2px #363636; } .popMenu-notificationsEmpty { opacity: .75; padding: 0 15px; } .popMenu-notifications.popMenu-opened { transform: translateY(0); } .notification .rowItem { opacity: 1; } .notification .rowItem:hover { opacity: 1; } .notificationUnreadIndicator { position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: #F3A123; } .onboardingIntroDiscover { position: absolute; cursor: pointer; top: 50px; right: 80px; width: 233px; background: #252525 url('../imgs/onboarding-discover-callout.png') 100% 100%; background-size: cover; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; text-align: center; -webkit-box-shadow: 0px 1px 2px 0px rgb(37, 37, 37); } .onboardingIntroDiscover:before { background: #252525 url('../imgs/onboarding-discover-callout.png') 100% 0%; background-size: 233px 196px; content: " "; width: 32px; height: 41px; position: absolute; top: -41px; z-index: 10; right: 0px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .onboardingIntroDiscover a { position: relative; width: 100%; height: 100%; } .onboardingIntroDiscover a:hover { text-decoration: none; } .popMenu-navBar { top: 50px; right: 10px; background-color: #252525; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.60); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: #fff; font-size: 13px; padding: 10px 0; width: 230px; overflow: hidden; transform: translateY(-330px); transition: transform 200ms; } .popMenu-navBar.popMenu-opened { transform: translateY(0); } .popMenu-navBar a { display: block; font-size: 14px; line-height: 26px; padding: 0 16px; transition: opacity .2s cubic-bezier(0, 0, 0.2, 1); } .popMenu-navBar a:hover { opacity: 1; background: #353535; text-decoration: none; } .popMenu-navBar hr { width: 100%; border: 1px solid rgba(255,255,255,0.08); } .banner-large { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background: 50% 50% / cover no-repeat; height: 400px; position: fixed; top: 70px; width: 950px; padding: 0; z-index: 0; -webkit-backface-visibility: hidden; } .banner-settings { height: 300px; width: 712px; } .user-page-content { position: relative; width: 950px; z-index: 3; } #noNotifications { padding-top: 10px; } #notificationsPanel .popMenu-notificationsContent { overflow-y: scroll; overflow-x: hidden; max-height: 390px; } #notificationsPanel .notification { transition: background-color 300ms; border-bottom: 1px solid rgba(255,255,255,0.08); } #notificationsPanel .notifPageSpinner { border-top: 1px solid rgba(255,255,255,0.08); } #notificationsPanel .notification:hover { background-color: #333; } #notificationsPanel .notification:last-child { border-bottom: 0; } .capitalize { text-transform: capitalize; } .shadow-inner1-ultra-light { box-shadow: inset 0px -130px 112px -52px rgba(25,25,25,.35); } .shadow-inner1-light { box-shadow: inset 0px -130px 112px -52px rgba(25,25,25,.65); } .modal-shadow-inner1 { box-shadow: inset 0px -20px 50px 0px rgba(25,25,25,.35); } .shadow-inner1 { /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,.75)));*/ box-shadow: inset 0px -350px 222px -282px rgba(25,25,25,.75); } .shadow-inner1-strong { box-shadow: inset 0px -240px 92px -162px rgba(25,25,25,.55); } .icon-centered { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) translateZ(0); -webkit-backface-visibility: hidden; } .color-primary { background: #106DA3; } .color-secondary { background: #327EB8; } .color-secondary-darken { background: #215175; } .homeView { margin-top: 8px; } .home-page-navigation { width: 950px; } .home-page-header-slim { position: fixed; top: 50px; width: 950px; z-index: 3; } .home-page-navigation-filler { height: 136px; } .home-page-navigation-slim { position: fixed; top: 135px; z-index: 3; box-shadow: 0px 10px 43px -10px rgba(0,0,0,0.20); } .user-page-navigation { width: 950px; position: relative; z-index: 1; } .user-page-navigation-slim { position: fixed; top: 102px; z-index: 5; box-shadow: 0px 3px 43px -17px rgba(0,0,0,.6); } .user-page-header { position: relative; height: 400px; z-index: 2; } .user-page-header-slim { position: fixed; top: -10px; border-top-left-radius: 1px; border-top-right-radius: 1px; height: 50px; opacity: 0; overflow: hidden; width: 950px; background: transparent; z-index: 5; padding: 0; transition: opacity .4s cubic-bezier(0, 0, 0.2, 1), top .4s cubic-bezier(0, 0, 0.2, 1); } .user-page-header-slim-bg { position: absolute; top: -10px; width: 950px; height: 80px; -webkit-filter: blur(10px); } .user-page-header-slim-avatar { border-bottom-right-radius: 0; border-bottom-left-radius: 0; height: 48px; transition: all .1s cubic-bezier(0, 0, 0.5, 1); width: 52px; z-index: 5; } .user-page-header-slim-tint { box-shadow: inset 0px -160px 112px -52px rgba(25,25,25,.9); } .user-page-header-slim-bg-cover { position: fixed; top: 50px; height: 20px; z-index: 4; width: 963px; margin-left: -6px; background: transparent; } .user-page-header-slim-bg-cover-customize { position: fixed; top: 55px; height: 15px; z-index: 4; width: 950px; } .userPage-subViews { position: relative; z-index: 1; } .icon-huge { font-size: 140px; } .icon-gigantic { font-size: 250px; } .icon-large { font-size: 32px; } .icon-med { font-size: 20px; /* padding prevents icon from being cut off due to overlapping edges of element */ padding-right: 3px; padding-left: 3px; } .icon-small { font-size: 11px; } .icon-circle-background1 { border-radius: 50%; background-color: #fff; text-align: center; display: inline-block; } .icon-huge.icon-circle-background1 { width: 140px; height: 140px; } .icon-huge.icon-circle-background1:before { line-height:140px; font-size:0.8em; } .icon-gigantic.icon-circle-background1 { width: 250px; height: 250px; } .icon-gigantic.icon-circle-background1:before { line-height:250px; font-size:0.8em; } .photos-empty { height: 110px; margin-top: 58px; padding: 15px; text-align: center; width: 100%; } .helper-text { padding: 5px 15px 30px 15px; } /*========== spinners ==========*/ .spinner { position: relative; -webkit-backface-visibility: hidden; } .spinner:before { position: absolute; top: 50%; right: 50%; animation: spinnerAnimation 1.15s infinite linear; } .spinner.spinner-slow:before { animation: spinnerAnimation 3s infinite linear; } .spinner:after { content: "\00a0 \00a0 \00a0 \00a0"; /* non-breaking spaces, creates room for the spinning icon */ } .spinner-with-logo { background: url('../imgs/icon-with-opening.png') 100% 100%; background-size: cover; width: 215px; height: 215px; position: relative; transition: left 0.5s ease; } .spinner-with-logo i { position: absolute; top: 17px; left: 18px; opacity: .90; } #ov1.chatOpen .spinner-with-logo { left: calc(50% - 115.5px); } .spinnerWrapper { transition: opacity 1s; } @-webkit-keyframes spinnerAnimation { 0% { transform: translate(50%,-50%) rotate(359deg); } 100% { transform: translate(50%,-50%) rotate(0deg); } } @keyframes spinnerAnimation { 0% { transform: translate(50%,-50%) rotate(359deg); } 100% { transform: translate(50%,-50%) rotate(0deg); } } /*========== one-off classes ==========*/ .modal .homeModal-heroText { position: absolute; bottom: 0px; top: 180px; color: #fff; font-size: 20px; line-height: 22px; width: 70%; margin: 0 15%; text-align: center; } .modal .homeModal-accordion, .modal .aboutModal-accordion { height: 374px; } .modal .homeModal-accordion .btn-bar{ border-radius: 0; font-size: 14px; height: 50px; line-height: 50px; margin: 0; opacity: 1; } .modal .aboutModal-accordion .btn-bar{ font-size: 14px; height: 50px; line-height: 50px; opacity: 1; } .modal .homeModal-accordion .btn-bar .btn, .modal .aboutModal-accordion .btn-bar .btn{ opacity: .75; } .modal .homeModal-accordion .btn-bar:hover, .modal .aboutModal-accordion .btn-bar:hover{ opacity: .75; } .modal .homeModal-accordion .btn, .modal .aboutModal-accordion .btn { background-color: rgb(50,126,184); } .modal .homeModal-accordion .btn-bar, .modal .aboutModal-accordion .btn-bar{ border-right: none; } .modal .aboutModal-accordion .btn-bar.active{ background: #106DA3; } .modal .aboutModal-accordion .btn-bar.active:hover{ opacity: 1; } .modal .homeModal-accordion .btn-bar:nth-child(2){ ] border-left: solid 1px #086A9E; } .modal .homeModal-accordion .searchWrapper, .modal .aboutModal-accordion .searchWrapper { background: #086A9E; border-bottom: solid 1px #327EB8; } .modal .homeModal-accordion .flexRow, .modal .aboutModal-accordion .flexRow { width: 100%; } .modal .homeModal-accordion .accordion-child, .modal .aboutModal-accordion .accordion-child { width: 525px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .modal .homeModal-settings, .modal .homeModal-settings.flexRow { height: 222px; overflow-y: auto; background-color: #086A9E; } .modal .homeModal-settings.homeModal-settings-noSearch { height: 274px; } .modal .homeModal-avatarPreview { background: url('../imgs/defaultUser.png') 100% 100%; background-size: cover; margin-top: 30px; } .modal .aboutModal-accordion .modal-section { display: block; height: 315px; font-weight: 400; padding: 10px 20px; overflow: scroll; font-size: 14px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .uploadPhotoControls { position: absolute; top: 146px; left: 134px; z-index: 1; } .uploadPhotoControls .btn { float: none; } .default-avatar { border-radius: 3px; color: #086a9e; font-size: 73px; height: 76px; text-align: center; width: 80px; } .fancy-heading { font-weight: 200; font-size: 34px; opacity: .8; letter-spacing: 1.5px; margin-bottom: 0; margin-left: 0; } .page-contractTitle { font-size: 26px; font-weight: 500; letter-spacing: .8px; margin-bottom: 0; margin-top: 10px; opacity: 1; } #customizeControls { position: fixed; left: 30px; top: 80px; width: 40px; z-index: 100; } #customizeControls .js-customizePrimaryColor .btn-square { border-top-left-radius: 3px; border-top-right-radius: 3px; } #customizeControls .js-customizeTextColor .btn-square { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #customizeControls .btn-square { box-shadow: 0px 1px 2px #898989; margin-bottom: 0; width: 40px; height: 40px; border: solid 2px #fff; border-radius: 0; border-bottom: 0; } .customizePrimaryColorRecommendations, .customizeSecondaryColorRecommendations, .customizeBackgroundColorRecommendations, .customizeTextColorRecommendations { position: absolute; left: 36px; background: #252525; width: 0; top: 0; height: 38px; line-height: 38px; padding: 2px; border-radius: 0; overflow: hidden; border-top-right-radius: 3px; border-bottom-right-radius: 3px; transition: width .35s cubic-bezier(0, 0, 0.2, 1); } .customColorChoice { background: #fff; display: inline-block; width: 32px; height: 32px; margin-right: 2px; margin-top: 3px; margin-bottom: 5px; cursor: pointer; z-index: 5; border-radius: 1px; transition: background .5s cubic-bezier(0, 0, 0.2, 1); } .customColorChoice:hover { outline: 2px solid #ccc; } .customColorChoiceControl { width: 32px; opacity: .5; text-align: center; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .customColorChoice:hover:hover { outline: 2px solid #ccc; opacity: 1; } .customColorPicker { top: 10px; margin-left: -8px; font-size: 18px; position: absolute; } .tooltip { position: relative; } .tooltip:hover:after{ max-width: 400px; background: rgba(37,37,37,.95); border-radius: 3px; bottom: -32px; color: #fff; content: attr(data-tooltip); padding: 8px 10px; position: absolute; z-index: 10; height: 16px; font-size: 11px; left: 0; line-height: 16px; opacity: 1; white-space: nowrap; pointer-events: none; margin-top: 2px; } .tooltip.tooltip-left:hover:after{ left: auto; right: 0; } .tooltip.tooltip-leftTop:hover:after{ left: auto; right: 0; bottom: 18px; } .tooltip.tooltip-box:hover:after { height: auto; width: 400px; white-space: normal; bottom: auto; } .tooltip.tooltip-box.tooltip-boxUp:hover:after { bottom: 120%; } .btn-notifications.tooltip:hover:after{ left: -20px; } .btn-closeChat.tooltip:hover:after, .btn-closeConversation a.tooltip:hover:after { left: -13px; bottom: -34px; } .btn-profile.tooltip:hover:after{ left: -25px; } .btn-upload-cover-photo { padding: 7px 20px; opacity: 1; } .chatHead.tooltip:hover:after{ left: -123px; bottom: 7px; max-width: 100px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .interactiveTooltip { height: 20px; display: inline-block; padding: 4px 10px; background: #252525; color: #fff; position: absolute; left: 37px; border-radius: 4px; font-size: 11px; text-align: center; line-height: 20px; top: 8px; opacity: .9; } .interactiveTooltip div { position: relative; display: inline-block; } .headerCropper.banner-large, .headerCropperPreview.banner-large { width: 950px; height: 400px; } .headerCropper.banner-large { z-index: 3; } .headerCropper .cropit-image-zoom-input { position: absolute; top: 240px; width: 400px; } .cropit-image-zoom-input { margin-left: 0; margin-right: 0; } .cropit-image-preview.cropit-avatar { background: url('../imgs/defaultUser.png'); background-size: cover; } #userPage .headerCropper .bar.navBar { background: none; height: 48px; } #userPage .photosModule .dropPanel { position: absolute; top: 50px; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.3s; background-color: rgba(0, 0, 0, 0.4); text-align: center; } #userPage .photosModule.dragOver .dropPanel { opacity: 1; z-index: 2; } #userPage .photosModule .dropPanel .icon { font-size: 50px; margin-top: 50px; } #userPage .photosModule .editItemImageLoadPhotoMessage { transition: opacity 0.3s; } #userPage .photosModule.dragOver .editItemImageLoadPhotoMessage { opacity: 0; } .editItemImageHolder { height: 168px; overflow: auto; /*scroll bar is added with JS */ } .editItemImageLoadPhotoMessage { height: 168px; width: 100%; position: absolute; top: 50px; left: 0; } #transactionConfirmForm label { font-size: 12px; } #transactionConfirmForm input::-webkit-input-placeholder, #transactionConfirmForm textarea::-webkit-input-placeholder { font-size: 12px; } .confirmOrderHolder, .contractHolder, .feedbackHolder { transition: bottom .15s ease; bottom: -250px; position: absolute; } #modalHolder { position: fixed; z-index: 9; -webkit-app-region: no-drag; } #messageModal { z-index: 9; } #loadingModal { z-index: 14; } .server-connect-modal { z-index: 15; } #loadingModal .btn { -webkit-app-region: no-drag; } .pill { border-radius: 2px; padding: 5px 7px; min-width: 100px; background: red; } .selectPill { opacity: .75; transition: opacity .2s cubic-bezier(0, 0, 0.2, 1); width: 156px; text-align: right; } .selectPill select { background-color: #327EB8; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); border-radius: 3px; color: #fff; cursor: pointer; font-size: 12px; margin-left: 10px; letter-spacing: .4px; padding: 6px; width: 148px; z-index: 2; -webkit-user-select: none; outline: none; } .selectPill:before { content: "\f104"; font-family: Ionicons; position: absolute; line-height: 31px; opacity: .5; top: 0; right: 6px; pointer-events: none; } .selectPill:hover { opacity: 1; } .selectPillWrapper { } /* protect customize controls from custom page styles */ #ov1 #customizeControls .labelWrap { height: 40px; border-radius: 0; } #ov1 #customizeControls .labelWrap input { color: rgba(255,255,255,0.6); } .colpick { z-index: 10; border-radius: 0; background: #252525; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .colpick-customizeColor { left: 70px !important; /* I want to override the inline styles on the colpick element */ } #ov1 .colpick input { color: #616161; } .colpick_rgbhex .colpick_new_color, .colpick_rgbhex .colpick_current_color { height: 20px; } .colpick_rgbhex .colpick_rgb_r { top: 33px; } .colpick_rgbhex .colpick_rgb_g { top: 60px; } .colpick_rgbhex .colpick_rgb_b { top: 87px; } .colpick_rgbhex .colpick_hex_field { top: 114px; } .colpick_dark .colpick_submit { top: 142px; color: #B5B5B5; font-weight: 400; border-color: #616161; } #ov1::-webkit-scrollbar { display: none; box-sizing: border-box; } .qrCode { background-color: #fff; padding: 15px; } .buyView .chosen-container .chosen-results { max-height: 180px; } #obContainer { height: calc(100% - 50px); overflow-y: scroll; padding-top: 20px; -webkit-app-region: no-drag; position: relative; top: 50px; box-sizing: border-box; } .chatConversationMessageLine .chatConversationMessageBody a { text-decoration: underline; } #statusBar { position: fixed; bottom: 0; z-index: 10; width: 100%; } #statusBar .statusMessageWrap { height: 0px; overflow: hidden; transition: opacity 1.5s, height 1s; } #statusBar .statusMessageWrap.slideUp { height: 30px; } #statusBar .statusMessage { opacity: 0.4; box-sizing: border-box; padding: 0 10px; line-height: 30px; color: #fff; font-size: 12px; font-style: italic; background: #000; border-bottom: 1px solid #222; position: relative; top: -1px; } .page-connect-modal { padding: 0; width: 100%; height: 100%; } .page-connect-modal .modal-child { width: 100%; height: 100%; } .page-connect-modal .spinner-with-logo { /* so it lines up with the loading modal, otherwise there's a jump when this guy loads right after the loading one. */ margin-top: -37px; } .page-connect-modal .spinner-with-logo .icon-no-connection { left: 22px; } .page-connect-modal .content { position: absolute; right: 0; left: 0; top: 50%; max-width: 600px; margin-top: 90px; margin-left: auto; margin-right: auto; text-align: center; transition: transform 0.5s ease; } #ov1.chatOpen .page-connect-modal .content { transform: translateX(-115.5px); } .page-connect-modal .content .btn { float: none; } .page-connect-modal .mode-connecting .btn-retry, .page-connect-modal .mode-connecting .btn-back, .page-connect-modal .mode-connecting .icon-no-connection { display: none; } .page-connect-modal .mode-failed-connect .btn-cancel, .page-connect-modal .mode-failed-connect .spinner { display: none; } /*========== utility classes ==========*/ /* the #ov1 id is on the HTML tag. It is used to force specificity higher than other class combinations on the page. This is preferable to using an important tag. Only use it on rules that must override all other rules. */ /* be aware that float and clear have no affect on flex items. */ .clearfix:before, .clearfix:after { display: table; content: " "; } .clearfix:after { clear: both; } #ov1 .highlight { /* use on an element inside a block container to add a translucent hover background to it. The color is slightly grey so it works on light backgrounds too*/ background: rgba(215, 215, 215, 0); transition: background 0.5s; } #ov1 .highlight:hover { background: rgba(215, 215, 215, 0.2); } #ov1 .pull-right { float: right; } #ov1 .pull-left { float: left; } #ov1 .push-down5 { position: relative; top: 5px; } #ov1 .push-down22 { position: relative; top: 22px; } #ov1 .push-down25 { position: relative; top: 25px; } #ov1 .pull-up50 { position: relative; top: -50px; } #ov1 .pull-up48 { position: relative; top: -48px; } #ov1 .pull-up43 { position: relative; top: -43px; } #ov1 .pull-up1 { position: relative; top: -1px; } #ov1 .pull-up4 { position: relative; top: -4px; } #ov1 .positionBottom { position: absolute; bottom: 0; } #ov1 .positionTop { position: absolute; top: 0; } #ov1 .positionTopRight { position: absolute; top: 0; right: 0; } #ov1 .positionBottomRight { position: absolute; bottom: 0; right: 0; } #ov1 .hide { display: none; } #ov1 .invisible { visibility: hidden; } #ov1 .visuallyHidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } #ov1 .show { display: block; } #ov1 .invisible { visibility: hidden; } #ov1 .scrollOverflowY { overflow-y: scroll; } #ov1 .scrollOverflowYHideX { overflow-y: scroll; overflow-x: hidden; } #ov1 .vCentered { /* must be inside a relatively positioned containing element */ position: absolute; top: 50%; transform: translateY(-50%) translateZ(0); -webkit-backface-visibility: hidden; } #ov1 .hCentered { /* must be inside a relatively positioned containing element */ position: absolute; left: 50%; transform: translateX(-50%) translateZ(0); -webkit-backface-visibility: hidden; } #ov1 .fullCentered { /* must be inside a relatively positioned containing element */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) translateZ(0); -webkit-backface-visibility: hidden; } #ov1 .btn.btn-txtOnly, #ov1 .btn.btn-bar.btn-txtOnly, #ov1 .btn.btn-bar.btn-tab.btn-txtOnly { background: none; box-shadow: none; border: none; } #ov1 .overflowHidden { overflow-x: hidden; overflow-y: hidden; } #ov1 .borderRight { border-right: solid 1px rgba(255,255,255,0.08); } #ov1 .borderBottom { border-bottom: solid 1px rgba(255,255,255,0.08); } #ov1 .borderBottomDashed { border-bottom: dashed 1px rgba(255,255,255,0.08); } #ov1 .borderBottom2 { border-bottom: solid 2px rgba(255,255,255,0.08); } #ov1 .borderTop { border-top: solid 1px rgba(255,255,255,0.08); } #ov1 .borderTopDashed { border-top: dashed 1px rgba(255,255,255,0.08); } #ov1 .border1 { border: solid 1px rgba(255,255,255,0.08); } #ov1 .border2 { border: solid 2px rgba(255,255,255,0.08); } #ov1 .border0 { border: 0; } #ov1 .borderRight0 { border-right: 0; } #ov1 .top3 { top: 3px; } #ov1 .outline2 { outline: 2px solid #fff; } #ov1 .borderRadiusTop { border-radius: 3px; } #ov1 .borderRadiusTop { border-top-left-radius: 3px; border-top-right-radius: 3px; } #ov1 .borderRadius2 { border-radius: 2px; } #ov1 .borderRadius3 { border-radius: 3px; } #ov1 .borderRadiusBottom0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } #ov1 .podBorder { border: solid 1px rgba(255,255,255,0.08); border-bottom: solid 2px rgba(255,255,255,0.08); } #ov1 .textOpacity0 { opacity: 0; } #ov1 .textOpacity25 { opacity: .25; } #ov1 .textOpacity35 { opacity: .35; } #ov1 .textOpacity50 { opacity: .50; } #ov1 .textOpacity65 { opacity: .65; } #ov1 .textOpacity75 { opacity: .75; } #ov1 .textOpacity90 { opacity: .90; } #ov1 .textOpacity1 { opacity: 1; } #ov1 .textSize11px { font-size: 11px; } #ov1 .textSize12px { font-size: 12px; } #ov1 .textSize13px { font-size: 13px; } #ov1 .textSize14px { font-size: 14px; } #ov1 .textSize15px { font-size: 15px; } #ov1 .textSize16px { font-size: 16px; } #ov1 .textSize17px { font-size: 17px; } #ov1 .textSize20px { font-size: 20px; } #ov1 .textSize22px { font-size: 22px; } #ov1 .textSize24px { font-size: 24px; } #ov1 .textSize24px { font-size: 24px; } #ov1 .textSize26px { font-size: 26px; } #ov1 .textSize28px { font-size: 28px; } #ov1 .textSize30px { font-size: 30px; } #ov1 .textSize90px { font-size: 90px; } #ov1 .textSize13px { font-size: 13px; } #ov1 .textFirstCharUppercase { text-transform: lowercase; } #ov1 .textFirstCharUppercase::first-letter { text-transform: uppercase; } #ov1 .textWeightLight { font-weight: 100; } #ov1 .textWeightNormal { font-weight: 400; } #ov1 .textWeightMedium { font-weight: 500; } #ov1 .textShadow { text-shadow: 0px 1px 5px #000; } #ov1 .textShadow2 { text-shadow: 0 0 2px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,0.7); } #ov1 .fontSize8 { font-size: 8px; } #ov1 .fontSize9 { font-size: 9px; } #ov1 .fontSize10 { font-size: 10px; } #ov1 .fontSize11 { font-size: 11px; } #ov1 .fontSize12 { font-size: 12px; } #ov1 .fontSize13 { font-size: 13px; } #ov1 .fontSize14 { font-size: 14px; } #ov1 .fontSize15 { font-size: 15px; } #ov1 .fontSize16 { font-size: 16px; } #ov1 .fontSize17 { font-size: 17px; } #ov1 .fontSize18 { font-size: 18px; } #ov1 .fontSize20 { font-size: 20px; } #ov1 .fontSize24 { font-size: 24px; } #ov1 .fontSize30 { font-size: 30px; } #ov1 .fontSize34 { font-size: 34px; } #ov1 .txt-bright { color: #fff; } #ov1 .txt-darkest { color: #000; } #ov1 .txt-muted { color: #818a91; } #ov1 input.placeholder-dark::-webkit-input-placeholder { color: #000; } #ov1 .txt-col1 { color: #086A9E; } #ov1 .txt-col2 { color: #327EB8; } #ov1 .txt-col3 { color: #428a38; } #ov1 .alignCenter { text-align: center; } #ov1 .alignRight { text-align: right; } #ov1 .floatLeft { float: left; } #ov1 .floatRight { float: right; } #ov1 .right10 { right: 10px; } #ov1 .margin0 { margin: 0; } #ov1 .margin8 { margin: 8px; } #ov1 .marginRight2 { margin-right: 2px; } #ov1 .marginRight3 { margin-right: 3px; } #ov1 .marginRight4 { margin-right: 4px; } #ov1 .marginRight5 { margin-right: 5px; } #ov1 .marginRight7 { margin-right: 7px; } #ov1 .marginRight8 { margin-right: 8px; } #ov1 .marginRight10 { margin-right: 10px; } #ov1 .marginRight15 { margin-right: 15px; } #ov1 .marginLeftNeg115 { margin-left: -115px; } #ov1 .marginLeft0 { margin-left: 0; } #ov1 .marginLeft1 { margin-left: 1px; } #ov1 .marginLeft2 { margin-left: 2px; } #ov1 .marginLeft4 { margin-left: 4px; } #ov1 .marginLeft5 { margin-left: 5px; } #ov1 .marginLeft6 { margin-left: 6px; } #ov1 .marginLeft7 { margin-left: 7px; } #ov1 .marginLeft10 { margin-left: 10px; } #ov1 .marginLeft12 { margin-left: 12px; } #ov1 .marginLeft15 { margin-left: 15px; } #ov1 .marginLeft20 { margin-left: 20px; } #ov1 .marginLeft30 { margin-left: 30px; } #ov1 .marginLeft82 { margin-left: 82px; } #ov1 .marginTopNeg8 { margin-top: -8px; } #ov1 .marginTop1 { margin-top: 1px; } #ov1 .marginTop2 { margin-top: 2px; } #ov1 .marginTop3 { margin-top: 3px; } #ov1 .marginTop4 { margin-top: 4px; } #ov1 .marginTop5 { margin-top: 5px; } #ov1 .marginTop6 { margin-top: 6px; } #ov1 .marginTop7 { margin-top: 7px; } #ov1 .marginTop8 { margin-top: 8px; } #ov1 .marginTop9 { margin-top: 9px; } #ov1 .marginTop12 { margin-top: 12px; } #ov1 .marginTop13 { margin-top: 13px; } #ov1 .marginTop15 { margin-top: 15px; } #ov1 .marginTop18 { margin-top: 18px; } #ov1 .marginTop20 { margin-top: 20px; } #ov1 .marginTop22 { margin-top: 22px; } #ov1 .marginTop25 { margin-top: 25px; } #ov1 .marginTop28 { margin-top: 28px; } #ov1 .marginTop30 { margin-top: 30px; } #ov1 .marginTop40 { margin-top: 40px; } #ov1 .marginTop50 { margin-top: 50px; } #ov1 .marginTop80 { margin-top: 80px; } #ov1 .marginBottom2 { margin-bottom: 2px; } #ov1 .marginBottom4 { margin-bottom: 4px; } #ov1 .marginBottom5 { margin-bottom: 5px; } #ov1 .marginBottom6 { margin-bottom: 6px; } #ov1 .marginBottom8 { margin-bottom: 8px; } #ov1 .marginBottom12 { margin-bottom: 12px; } #ov1 .marginBottom20 { margin-bottom: 20px; } #ov1 .marginBottom40 { margin-bottom: 40px; } #ov1 .marginBottom50 { margin-bottom: 50px; } #ov1 .marginAuto { margin: auto; } #ov1 .left0 { left: 0; } #ov1 .top0 { top: 0; } #ov1 .top11 { top: 11px; } #ov1 .top70 { top: 70px; } #ov1 .bottomNeg250 { bottom: -250px; } #ov1 .height40 { height: 40px; line-height: 40px; } #ov1 .height43 { height: 43px; line-height: 43px; } #ov1 .height24 { height: 24px; } #ov1 .height30 { height: 30px; } #ov1 .height36 { height: 36px; line-height: 36px; } #ov1 .height50 { height: 50px; } #ov1 .height54 { height: 54px; } #ov1 .height55 { height: 55px; } #ov1 .height56 { height: 56px; } #ov1 .height46 { height: 46px; } #ov1 .height30 { height: 30px; line-height: 30px; } #ov1 .height70 { height: 70px; } #ov1 .height130 { height: 130px; } #ov1 .height250 { height: 250px; } #ov1 .height254 { height: 254px; } #ov1 .height324 { height: 324px; } #ov1 .minHeight650 { min-height: 650px; } #ov1 .minHeight420 { min-height: 420px; } #ov1 .minHeight300 { min-height: 300px; } #ov1 .minWidth120 { min-width: 120px; } #ov1 .lineHeight15{ line-height: 15px; } #ov1 .lineHeight16{ line-height: 16px; } #ov1 .lineHeight20{ line-height: 20px; } #ov1 .lineHeight21{ line-height: 21px; } #ov1 .lineHeight24{ line-height: 24px; } #ov1 .lineHeight32{ line-height: 32px; } #ov1 .lineHeight46{ line-height: 46px; } #ov1 .lineHeight51{ line-height: 51px; } #ov1 .lineHeightReset{ line-height: normal; } #ov1 .padding0 { padding: 0; } #ov1 .bottom0 { bottom: 0; } #ov1 .bottom8px { bottom: 8px; } #ov1 .left0 { left: 0; } #ov1 .positionAbsolute { position: absolute; } #ov1 .positionFixed { position: fixed; } #ov1 .positionWrapper { /* use when you need a generic element around one or more elements where one is absolutely positioned */ position: relative; } .positionRelative { position: relative; } #ov1 .padding2 { padding: 2px; } #ov1 .padding3 { padding: 3px; } #ov1 .padding4 { padding: 4px; } #ov1 .padding5 { padding: 5px; } #ov1 .padding10px6px { padding: 10px 6px; } #ov1 .padding8 { padding: 8px; } #ov1 .padding10 { padding: 10px; } #ov1 .padding12 { padding: 12px; } #ov1 .padding15 { padding: 15px; } #ov1 .padding20 { padding: 20px; } #ov1 .padding30 { padding: 30px; } #ov1 .padding40 { padding: 40px; } #ov1 .padding015 { padding: 0px 15px; } #ov1 .padding025 { padding: 0px 25px; } #ov1 .padding515 { padding: 5px 15px; } #ov1 .padding1020{ padding: 10px 20px; } #ov1 .padding2010{ padding: 20px 10px; } #ov1 .padding2015 { padding: 20px 15px; } #ov1 .padding2520 { padding: 20px 20px; } #ov1 .padding17px { padding: 17px; } #ov1 .paddingRight0 { padding-right: 0; } #ov1 .paddingRight2 { padding-right: 2px; } #ov1 .paddingRight5 { padding-right: 5px; } #ov1 .paddingRight18 { padding-right: 18px; } #ov1 .paddingRight40 { padding-right: 40px; } #ov1 .paddingLeft2 { padding-left: 2px; } #ov1 .paddingLeft5 { padding-left: 5px; } #ov1 .paddingLeft6 { padding-left: 6px; } #ov1 .paddingLeft15 { padding-left: 15px; } #ov1 .paddingLeft20 { padding-left: 20px; } #ov1 .paddingLeft40 { padding-left: 40px; } #ov1 .paddingTop4 { padding-top: 4px; } #ov1 .paddingTop10 { padding-top: 10px; } #ov1 .paddingTop15 { padding-top: 15px; } #ov1 .paddingTop20 { padding-top: 20px; } #ov1 .positionTop68 { top: 68px; } #ov1 .paddingBottom12 { padding-bottom: 12px; } #ov1 .paddingBottom20 { padding-bottom: 20px; } #ov1 .letterSpacing0 { letter-spacing: 0; } #ov1 .letterSpacing02 { letter-spacing: 0.2px; } #ov1 .widthAuto { width: auto; } #ov1 .width100 { width: 100%; max-width: 100%; box-sizing: border-box; } #ov1 .width360 { width: 360px; } #ov1 .width30 { width: 30px; } #ov1 .width34 { width: 34px; } #ov1 .width40 { width: 40px; } #ov1 .width46px { width: 46px; } #ov1 .width70px { width: 70px; } #ov1 .width75px { width: 75px; } #ov1 .width65px { width: 65px; } #ov1 .width80 { width: 80px; } #ov1 .width91 { width: 91px; } #ov1 .width95 { width: 95px; } #ov1 .width105 { width: 105px; } #ov1 .width110 { width: 110px; } #ov1 .width120 { width: 120px; } #ov1 .width160 { width: 160px; } #ov1 .width200 { width: 200px; } #ov1 .width260 { width: 260px; } #ov1 .width270 { width: 270px; } #ov1 .width380 { width: 380px; } #ov1 .width400 { width: 400px; } #ov1 .width420{ width: 420px; } #ov1 .width450 { width: 450px; } #ov1 .width600 { width: 600px; } #ov1 .width740 { width: 740px; } #ov1 .width950 { width: 950px; } #ov1 .cursorDefault { cursor: default; } #ov1 .backgroundTransparent { background: transparent; } #ob1 .fontWeight200 { font-weight: 200; } .fontWeight400 { font-weight: 400; } #ov1 .borderBottom0 { border-bottom: 0; } #ov1 .borderBottom1 { border-bottom: solid 1px; } #ov1 .fontWeight500 { font-weight: 500; } #ov1 .borderBottomLeftRaidus3 { border-bottom-left-radius: 3px !important; } #ov1 .colorWhiteForce { color: #fff !important; /* This text must always remain white */ } #ov1 .colorBlack { color: #000; } #ov1 .borderBottomRightRaidus3 { border-bottom-right-radius: 3px !important; } #ov1 .disabled { pointer-events: none; opacity: 0.2; } #ov1 .disabled2 { pointer-events: none; opacity: 0.7; } #ov1 .overflowVisible { overflow: visible; } #ov1 .hoverUnderline:hover { text-decoration: underline !important; } #ov1 .blur { -webkit-filter: blur(1px); } #ov1 .blurMore { -webkit-filter: blur(5px); } #ov1 .nsfw { -webkit-filter: blur(20px) grayscale(1) contrast(0.5); } #ov1 .fadeOut { opacity: 0; pointer-events: none; } #ov1 .foldIn { height: 0; overflow: hidden; transition: height 1s; } #ov1 .underline { text-decoration: underline; } #ov1 .inlineBlock { display: inline-block; } #ov1 .zIndex1 { z-index: 1; /*use on absolutely positioned elemenets that need to stack above other elements with no z-index */ } #ov1 .zIndex4 { z-index: 4; } .badge:after{ content: attr(data-count); position: absolute; top: -5px; right: -4px; width: 20px; text-align: center; line-height: 20px; font-size: 13px; border-radius: 50%; color: white; background-opacity: .75; background-color: #FFA41C; } #ov1 .alignCenter { text-align: center; } #ov1 .blockCenter { margin-left: auto; margin-right: auto; display: block; } #ov1 .heightAuto { height: auto; } /* add formChecked class after form has been checked for validity */ #ov1 .invalid, #ov1 .formChecked input[type="text"].fieldItem:invalid, #ov1 .formChecked input[type="email"].fieldItem:invalid, #ov1 .formChecked input[type="url"].fieldItem:invalid, #ov1 .formChecked .fieldItem-textarea:invalid, #ov1 .formChecked input[type="number"].fieldItem:invalid, #ov1 .formChecked input[type="text"].fieldItem:focus:invalid, #ov1 .formChecked input[type="email"].fieldItem:focus:invalid, #ov1 .formChecked input[type="url"].fieldItem:focus:invalid, #ov1 .formChecked .fieldItem-textarea:focus:invalid, #ov1 .forvmChecked input[type="number"].fieldItem:focus:invalid, #ov1 .formChecked .validatable:invalid { border: 2px dashed rgba(89,1,1,0.8);; background-color: rgba(89,1,1,0.2); transition: border 0.3s, background-color 0.4s; } #ov1 .loading, #ov1 #userPage .loading { position: relative; pointer-events: none; } #ov1 .loading:after, #ov1 #userPage .loading:after { /* load a loading image on top */ content: "\f3b3"; font-family: Ionicons; font-size: 1.5em; color: rgba(255,255,255,0); pointer-events: none; display: block; position: absolute; background: rgb(0,0,0); opacity: 0.2; width: 100%; z-index: 1; top: 0; left: 0; border-radius: inherit; animation-name: loaderAnimation; animation-duration: 0.5s; animation-delay: 0.5s; animation-iteration-count: 1; animation-timing-function: ease-in; animation-fill-mode: forwards; } @-webkit-keyframes loaderAnimation { from { opacity: 0.2; color: rgba(255,255,255,0); } to { opacity: 0.9; color: rgba(255,255,255,1); } } /* turn off animations and transitions with this style */ #ov1.notFancy, #ov1.notFancy *, #ov1.notFancy * *, #ov1.notFancy * * *, #ov1.notFancy * * * *, #ov1.notFancy * * * * *, #ov1.notFancy * * * * * *, #ov1.notFancy * * * * * * *, #ov1.notFancy * * * * * * * *, #ov1.notFancy * * * * * * * * * , #ov1.notFancy * * * * * * * * * *, #ov1.notFancy #userPage, #ov1.notFancy #userPage *, #ov1.notFancy #userPage * *, #ov1.notFancy #userPage * * *, #ov1.notFancy #userPage * * * *, #ov1.notFancy #userPage * * * * *, #ov1.notFancy #userPage * * * * * *, #ov1.notFancy #userPage * * * * * * *, #ov1.notFancy #userPage * * * * * * * *, #ov1.notFancy #userPage * * * * * * * * * , #ov1.notFancy #userPage * * * * * * * * * *, #ov1.notFancy #obContainer, #ov1.notFancy #obContainer *, #ov1.notFancy #obContainer * *, #ov1.notFancy #obContainer * * *, #ov1.notFancy #obContainer * * * *, #ov1.notFancy #obContainer * * * * *, #ov1.notFancy #obContainer * * * * * *, #ov1.notFancy #obContainer * * * * * * *, #ov1.notFancy #obContainer * * * * * * * *, #ov1.notFancy #obContainer * * * * * * * * * , #ov1.notFancy #obContainer * * * * * * * * * *, #ov1.notFancy #overlay, #ov1.notFancy #sideBar, #ov1.notFancy #pageNav, #ov1.notFancy #modalHolder, #ov1.notFancy #messageModal, #ov1.notFancy #statusBar { transition: none !important; -webkit-filter: none !important; opacity: 1 !important; transition-property: none !important; animation: none !important; box-shadow: none !important; text-shadow: none !important; } #ov1.notFancy #pageNav .popMenu.popMenu-navBar.popMenu-opened { border-left: 1px solid #444; border-right: 1px solid #444; border-bottom: 1px solid #444; } #ov1.notFancy .statusBar.fadeOut, #ov1.notFancy #pageNav .statusBar.fadeOut, #ov1.notFancy #userPage #pageNav .statusBar.fadeOut, #ov1.notFancy #userPage #obContainer #content .statusBar.fadeOut { opacity: 0 !important; } #ov1.notFancy #sideBar .sideBarSlidShow { display: none; } #ov1.notFancy #sideBar.sideBarSlid .sideBarSlidShow { display: block; } #ov1.notFancy #sideBar .chatConversation textarea, #ov1.notFancy #sideBar .chatConversation textarea::-webkit-input-placeholder, #ov1.notFancy #sideBar .chatConversation input, #ov1.notFancy #sideBar .chatConversation input::-webkit-input-placeholder { color: #fff; } #ov1.notFancy .gridItemControls { display: none; } #ov1.notFancy .gridItemControls .btn-gridItemControl:hover, #ov1.notFancy .userPage-subViews .gridItem:hover .gridItemControls, #ov1.notFancy .homeView .gridItem:hover .gridItemControls { display: block; } #ov1.notFancy .btn .postConfirm { display: none; } #ov1.notFancy .confirm.btn .preConfirm { display: none; } #ov1.notFancy .confirm.btn .postConfirm { display: inline-block; } #ov1.notFancy #userPage #obContainer #content .labelWrap.fade { opacity: 0 !important; } #ov1.notFancy #userPage #obContainer #content .labelWrap.fadeIn { opacity: 1; } #ov1.notFancy #obContainer .taggle_placeholder, #ov1.notFancy #userPage #obContainer .taggle_placeholder { display: none !important; } #ov1.notFancy #obContainer .unfilled, #ov1.notFancy #userPage .unfilled { opacity: 0.35 !important; } #ov1.notFancy .notFancyDarkBackground, #ov1.notFancy #obContainer .notFancyDarkBackground { background: #262626; } /* hide unfinished elements */ #ov1 .TODO.TODO.TODO.TODO.TODO { background: #535353; opacity: 0.2; pointer-events: none; } #ov1 .TODO.TODO.TODO.TODO.TODO { display: none; /* hide in production */ }
css/obBase.css
#obContainer::-webkit-scrollbar { width: 6px; } #obContainer::-webkit-scrollbar-thumb { border-radius: 0; background: #44697E; } .popMenu-notificationsContent::-webkit-scrollbar, .chatConversationHeads::-webkit-scrollbar, .chatConversationContent::-webkit-scrollbar, #sideBar textarea::-webkit-scrollbar { width: 6px; } .popMenu-notificationsContent::-webkit-scrollbar-thumb, .chatConversationHeads::-webkit-scrollbar-thumb, .chatConversationContent::-webkit-scrollbar-thumb, #sideBar textarea::-webkit-scrollbar-thumb { border-radius: 0; background: #3E3E3E; } .customThemeScrollbar::-webkit-scrollbar { width: 6px; } .customThemeScrollbar::-webkit-scrollbar-thumb { border-radius: 0; background: #08324A; } .noScrollBar::-webkit-scrollbar { width: 0 !important; } .popMenu-notificationsContent::-webkit-scrollbar { width: 6px; } .popMenu-notificationsContent::-webkit-scrollbar-thumb { border-radius: 0; background: #3E3E3E; } /*========== base styles ==========*/ body { background-color: rgb(6,55,83); overflow: hidden; /*fonts*/ color: rgb(255, 255, 255); font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; font-size: 13px; font-weight: 500; -webkit-font-smoothing: antialiased; /*-webkit-font-smoothing: subpixel-antialiased;*/ letter-spacing: .4px; line-height: 1.2; margin: 0; } a { color: inherit; text-decoration: none; opacity: .85; transition: opacity .15s cubic-bezier(0, 0, 0.2, 1); cursor: pointer; } a:hover, a:focus { opacity: 1; text-decoration: underline; } a:active { opacity: .75; } p a { text-decoration: underline; } p { white-space: pre-line; margin: 0 0 1em 0; } hr { border: solid 1px rgba(255,255,255,0.08); width: 100%; } ul { margin: 0; } input { outline: none; font-size: 14px; } input::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .txt-placeholder, .fieldItem .txt-placeholder { opacity: .5; color: #fff; font-size: 14px; font-weight: 400; } input, input[type="text"], input[type="number"], input[type="email"], input[type="url"], select, textarea { border: none; color: #000; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); font-size: 14px; font-weight: 500; font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; } input[type=range]{ -webkit-appearance: none; } input[type=range]::-webkit-slider-runnable-track { width: 90%; height: 6px; background: #ccc; border: none; border-radius: 4px; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: #777; height: 16px; width: 16px; border-radius: 50%; background: #eee; margin-top: -4px; } input[type=range]:focus { outline: none; } input[type=range]:focus::-webkit-slider-runnable-track { background: rgba(255,255,255,0.9); } textarea { background: none; outline: none; appearance: none; -webkit-appearance: none; width: 100%; resize: none; box-sizing: border-box; border: 1px solid transparent; transition: border 0.3s; } textarea:focus { border: 1px solid #fff; outline: none; } form { margin: 0; } /*========== structure classes ==========*/ #content { margin: auto; position: relative; width: 950px; z-index: 1; } #obContainer { transition: width 0.5s ease; width: calc(100% - 47px); transition: width 0.5s ease; } #ov1.chatOpen #obContainer { width: calc(100% - 230px); } #pageNav { position: fixed; top: 0; -webkit-app-region: drag; z-index: 13; } .pageNavContainer { width: 100%; z-index: 3; } #pageNav .btn { -webkit-app-region: no-drag; } #pageNav .navBar.bar { padding: 10px 8px; } #pageNav .modal-about .navBar.bar { padding: 0; } .navMoreButtons { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; min-height: 80px; padding: 10px; position: absolute; right: 10px; top: 41px; } #sideBar { position: fixed; right: -183px; top: 50px; width:230px; background-color: #252525; border-left: 0; height: calc(100% - 50px); z-index: 5; transition: right 0.5s ease; color: #DDD; -webkit-app-region: no-drag; box-sizing: border-box; } .chatOpen #sideBar { right: 0px; } #sideBar input::-webkit-input-placeholder { color: #fff; } #sideBar.btn { color: #fff; } .chatSearch { margin-left: 41px; } .chatRead { opacity: .5; } .mainContainer { background-color: #063753; position: relative; min-height: 740px; margin-bottom: 50px; border-top-left-radius: 3px; border-top-right-radius: 3px; z-index: 1; box-shadow: 0px 10px 20px #05283C; } .img-rsp { display: block; max-width: 100%; height: auto; } .bar { height: 50px; padding-left: 15px; padding-right: 15px; } .bar.barFlush { padding-left: 0; padding-right: 0; } .bar.barFlush.bottomBar { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; overflow: hidden; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .bar.barFlush.bottomBar .btn-bar { border-radius: 0; } .barTxt { height: 50px; line-height: 50px; } .bar .btn { float: left; } #overlay, .overlay { position: fixed; top: 50px; left: 0; height: 100%; width: 100%; background-color: rgba(25,25,25,0.85); z-index: 4; transition: all .25s cubic-bezier(0, 0, 0.2, .5); } .overlayObscurring { background-color: rgba(25,25,25,0.95); } .navBar { /* use for horizontal nav structures */ display: flex; align-items: center; width: 100%; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; } .navBar-main { position: fixed; top: 0; left: 0; } .footerBar { padding: 3px 0; } .navBar .navEnd { /* container for nav elements on the right side */ display: flex; flex-grow: 1; justify-content: flex-end; } .ctrlGroup { /* use for any cluster of nav controls */ padding-left: 4px; position: relative; } .ctrlGroup .btn { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } .ctrlGroup:first-child { padding-left: 0; } .flexContainer { overflow: hidden; } .flexRow { display: flex; align-content: flex-start; flex-wrap: wrap; width: 100%; /* reset styles if applied to a list item */ padding: 0; box-sizing: border-box; } .flexRow.noFlexWrap { /* temporary until all the flexRows with wrap are fixed */ flex-wrap: nowrap; } .flexSizeFixed { flex-shrink: 0; } .flexRow-center { justify-content: center; } .flexRow-vCenter { align-items: center; height: 100%; } .flexRow [class |= "flexCol"] { box-sizing: border-box; position: relative; } .flexRow.pad [class |= "flexCol"] { padding-left: 5px; padding-right: 5px; } .flexRow.pad [class |= "flexCol"]:first-child { padding-left: 0; } .flexRow.pad [class |= "flexCol"]:last-child { padding-right: 0; } .flexRow.negPad { /* use to compensate for first and last margins to items in the row if you can't use flex justification */ margin: 0 -5px 0 -10px; width: auto; } .flexRow .flexCol-12 { /* normally you can make it 100% wide by not using a column. This is here if you need to switch column sizes dynamically. */ width: 100%; } .flexRow .flexCol-11, .flexRow .flexCol-11 { flex-basis: 91.66666666666666%; } .flexRow .flexCol-10 { flex-basis: 83.33333333333334%; } .flexRow .flexCol-9 { flex-basis: 75%; } .flexRow .flexCol-8 { flex-basis: 66.66666666666666%; } .flexRow .flexCol-7 { flex-basis: 58.333333333333336%; } .flexRow .flexCol-6 { flex-basis: 50%; } .flexRow .flexCol-5 { flex-basis: 41.66666666666667%; } .flexRow .flexCol-4 { flex-basis: 33.33333333333333%; } .flexRow .flexCol-3 { flex-basis: 25%; } .flexRow .flexCol-2 { flex-basis: 16.666666666666664%;; } .flexRow .flexCol-1 { flex-basis: 8.333333333333332%; } .flexExpand { /* use to make only one item in a flex row expand */ flex-grow: 1; } .noPointerEvents { pointer-events: none; } .gridItemControls { background: #106DA3; position: absolute; opacity: 0; bottom: 0; left: 1px; height: 40px; line-height: 38px; border-top: solid 1px #327EB8; border-right: solid 1px #327EB8; width: 316px; padding: 0; box-sizing: border-box; transition: opacity .5s cubic-bezier(0, 0, 0.2, 1); } .gridItemControls .btn-gridItemControl { text-align: center; padding: 0; opacity: .75; font-weight: 400; font-size: 12px; } .gridItemControls .btn-gridItemControl:hover { opacity: 1; } .gridItem { box-sizing: border-box; padding: 34px 32px; cursor: pointer; height: 340px; position: relative; } .userPage-subViews .gridItem, .homeView .gridItem { border-bottom: 1px solid #327EB8; border-right: 1px solid #327EB8; opacity: .9; transition: opacity .3s cubic-bezier(0, 0, 0.2, 1); transition: padding-top .3s cubic-bezier(0, 0, 0.2, 1); } .userPage-subViews .gridItem:hover, .homeView .gridItem:hover { box-shadow: 0px 0px 37px -17px rgb(0, 0, 0); opacity: 1; padding-top: 20px; } .userPage-subViews .gridItem:hover .gridItemControls, .homeView .gridItem:hover .gridItemControls{ opacity: 1; } .userPage-subViews .gridItem:hover .itemImg, .homeView .gridItem:hover .itemImg { box-shadow: 0px 0px 37px -10px rgb(0, 0, 0); } /* if itemImg is nested, do not show box shadow */ .userPage-subViews .gridItem:hover .itemImg .itemImg, .homeView .gridItem:hover .itemImg .itemImg { box-shadow: none; } .userPage-subViews .gridItem .itemImg:active, .homeView .gridItem .itemImg:active { box-shadow: 0px 0px 67px -10px rgb(0, 0, 0); opacity: .75; } .pageGridItems .flexCol-4:nth-child(3n) .gridItem, .homeGridItems .flexCol-4:nth-child(3n) .gridItem { border-right: 0; } .pageGridItems .flexCol-4:nth-child(3n) .gridItem .gridItemControls, .homeGridItems .flexCol-4:nth-child(3n) .gridItem .gridItemControls { left: 1px; width: 316px; border-right: 0; } .userPageAboutSection .userPageEditBtn, .userPageSocialAccounts .userPageEditBtn { display: none; position: absolute; top: 20px; right: 15px; font-size: 12px; cursor: pointer; z-index: 4; } .userPageAboutSection:hover .userPageEditBtn, .userPageSocialAccounts:hover .userPageEditBtn { display: block; } .itemImg { position: relative; background-position: center; background-size: cover; border-radius: 3px; height: 230px; width: 250px; } .itemImg.itemImg-large { /* flex row collapses unless a specific height is set */ height: 380px; width: 100%; border-radius: 0; } .itemImg.itemImg-small { height: 82px; width: 121px; margin: 0 10px 10px 0; border-radius: 1px; } .itemImg.itemImg-small:nth-child(4):not('.js-editItemSubImage') { margin-right: 0; } .itemImg.itemImg-small:nth-child(4):before:not('.js-editItemSubImage') { width: 100%; height: 100%; position: absolute; content: "..."; background: #000; opacity: .75; border-radius: 1px; line-height: 82px; text-align: center; font-size: 18px; font-weight: 500; } .itemImg.itemImg-small .fullscreen, .itemImg.itemImg-large .fullscreen { position: absolute; width: 100%; height: 100%; background: transparent; border: 0; cursor: pointer; outline: none; top: 0; left: 0; } .itemMeta { padding: 0 15px 2px 15px; margin: 0; list-style-type: none; } .itemMeta li { box-sizing: border-box; font-size: 15px; padding: 15px; width: 100%; } .itemMeta .itemPrice { padding: 0 15px 2px 15px; } .itemMetaCircle { height: 38px; line-height: 38px; width: 38px; text-align: center; border-radius: 25px; font-size: 15px; opacity: .85; } .itemMetaCircle:before { margin-top: 9px; } .itemMetaValue { max-width: 130px; float: left; font-size: 15px; opacity: .75; height: 38px; line-height: 38px; font-weight: 500; text-transform: capitalize; } .rowItem { flex-grow: 1; padding: 25px 15px; } .rowItem input[type=radio] { vertical-align: middle; margin-top: 0; } .fieldItem { min-height: 50px; padding: 15px; position: relative; display: block; box-sizing: border-box; } label.fieldItem { border: 2px solid transparent; } .fieldItem.fieldItem-multiLine { line-height: normal; padding: 15px; } [class |= "flexCol"] > .fieldItem { margin: 0 -1px -1px 0; } .table { display: table; table-layout: fixed; width: 100%; } .table > div { display: table-row; } .table > div > div { display: table-cell; vertical-align: top; } .table.tablePadCell5 > div > div { padding: 5px; } .table.tablePadCellRB5 > div > div { padding: 0 5px 5px 0; } .basicTable { width: 100%; border-collapse: collapse; } .basicTable, .basicTable td { padding: 10px; border: 1px solid rgba(255,255,255,0.08); } .btn { font-size: 13px; display: inline-block; padding: 6px 12px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -webkit-user-select: none; } /* don't prefix with .btn, sometimes it is used on icons without a .btn class */ .btn-corner { cursor: pointer; display: block; position: absolute; opacity: .75; float: none; transition: opacity .15s cubic-bezier(0, 0, 0.2, 1); z-index: 1; } .btn-corner.btn-cornerTR { top: 10px; right: 10px; } .btn-corner.btn-cornerTR:hover { opacity: 1; } .btn-corner.btn-cornerTR:active { opacity: .5; } .btn-corner.btn-cornerTR.btn-cornerTRSmall { top: 5px; right: 5px; } .btn-corner.btn-flushTop { top: 0px; } .btn-corner.btn-cornerTL { top: 10px; left: 10px; } .btn-corner.btn-cornerTL.btn-flushTL { top: 0; left: 0; } .btn-corner.btn-cornerTR.btn-cornerTROutR { right: -30px; } .modal > .btn-corner.btn-cornerTRFixedOut { /* button must be direct child of modal. The left value is based on the width of the modal. */ left: 896px; top: 23px; } .thumbnail-small { height: 30px; width: 30px; background-size: cover; background-position: center; border-radius: 2px; position: relative; } .thumbnail { height: 54px; width: 54px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 2px; position: relative; flex-basis: auto; flex-shrink: 0; } .thumbnail-large { border-radius: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 76px; width: 80px; transition: all .1s cubic-bezier(0, 0, 0.5, 1); } .thumbnail-large .userPageEditBtn { display: none; margin: auto; } .thumbnail-large:hover .userPageEditBtn { display: block; } .thumbnail-large-slim { height: 58px; width: 58px; transition: all .1s cubic-bezier(0, 0, 0.5, 1); } .thumbnail-huge { border-radius: 4px; height: 162px; width: 162px; } .row5 { margin-bottom: 5px; } .row10 { margin-bottom: 10px; } .row15 { margin-bottom: 15px; } .row20 { margin-bottom: 20px; } .row30 { margin-bottom: 30px; } .row60 { margin-bottom: 60px; } .row100 { margin-bottom: 100px; } .rowTop5 { margin-top: 5px; } .rowTop10 { margin-top: 10px; } .rowTop15 { margin-top: 15px; } .rowTop20 { margin-top: 20px; } .rowTop30 { margin-top: 30px; } .rowTop40 { margin-top: 40px; } .rowTop50 { margin-top: 50px; } .rowTop241 { /* special class for the itemEdit view */ margin-top: 241px; } .row320 { margin-bottom: 320px; } .pad5 { padding-left: 5px; padding-right: 5px; } .pad5Top { padding-top: 5px; } .pad10 { padding-left: 10px; padding-right: 10px; } .pad8Left { padding-left: 8px; } .pad10Left { padding-left: 10px; } .pad10Right { padding-right: 10px; } .pad10Top { padding-top: 10px; } .pad15 { padding-left: 15px; padding-right: 15px; } .pad20 { padding-left: 20px; padding-right: 20px; } .pad20Right { padding-right: 20px; } .pad20Left { padding-left: 20px; } .pad50 { padding-left: 50px; padding-right: 50px; } .popMenu { position: absolute; z-index: 1; } .modal { position: fixed; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; /* use fadeIn and fadeOut to change opacity */ transition: opacity .05s cubic-bezier(0, 0, 0.2, 1); padding-top: 25px; z-index: 1; } .modal.modal-navOffset { top: 50px; } .modalHolder { /* use to contain modals inside views */ position: absolute; top: 0; left: 0; right: 0; z-index: 7; } .modal-child { width: 525px; height: 624px; margin: 0 auto; position: absolute; right: 0; left: 0; transition: right 0.5s ease; } .modal-opaque .modal-child { height: 574px; } #ov1.chatOpen .modal-child { right: 230px; } .modal.modal-navOffset .modal-child { margin-top: 25px; } .accordion { overflow: hidden; position: relative; } .accordion > .accordion-window { position: absolute; } .accordion > .accordion-window > .accordion-child { float: left; } .accordion-active input, .accordion-active textarea, .accordion-active a { visibility: visible; } .accordion-inactive input, .accordion-inactive textarea, .accordion-inactive a { visibility: hidden; } .list-style-none { list-style-type: none; } .clickable { cursor: pointer; } .theme-container { height: 140px; text-align: center; width: 33.3%; -webkit-box-sizing: border-box; } .theme-nav { height: 7px; width: 75%; margin: auto; position: relative; } .theme-tab { height: 6px; width: 20px; position: absolute; top: 1px; } .theme-background { border: 0; border-radius: 2px; cursor: pointer; margin: 16px auto 5px auto; max-width: 160px; height: 87px; width: 80%; } .theme-header { border-top-left-radius: 2px; border-top-right-radius: 2px; height: 40px; margin: auto; margin-top: 8px; width: 75%; } .theme-global-header { height: 7px; width: 100%; margin: auto; } .theme-body { height: 25px; margin: auto; width: 75%; } .topThumb { width:55px; height:55px; background-size: cover; top: 24px; content: " "; left: 30px; position: absolute; z-index: 3; } #addressBar{ height: 32px; font-size: 13px; } #ov1 #addressBar::-webkit-input-placeholder, #ov1 #userPage #addressBar::-webkit-input-placeholder { color: #000; font-size: 13px; } .smPageHeader { background-color: rgb(6,55,83); height: 85px; line-height: 50px; position: relative; z-index: 2; } .smPageHeader .smPageHeaderInner { top: 35px; padding-left: 100px; padding-right: 15px; position: relative; background-color: rgb(33, 81, 117); } .breadCrumbArrow { margin-top: 10px; width: 20px; text-align: center; font-size: 10px; opacity: .5; } /* colorbox styles */ #colorbox { z-index: 12; outline: none; margin-top: 20px; transition: margin 0.5s ease; position: fixed; transition: margin-left 0.5s ease; } #ov1.chatOpen #colorbox { margin-left: -115px; } #cboxOverlay { z-index: 11; top: 50px; height: 100%; width: calc(100% - 47px); transition: width 0.5s ease; } #ov1.chatOpen #cboxOverlay { width: calc(100% - 230px); } /*========== typography ==========*/ h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: 700; -webkit-user-select: none; cursor: default; } h1,h2,h3 { margin-bottom: 20px; line-height: 1.2; } h4,h5,h6 { margin-bottom: 10px; line-height: 1; } h3 { font-size: 18px; } h5 { font-size: 15px; } .h6, h6 { font-size: 15px; } .note { /* use for instructions and incidental text */ /*font-style: italic;*/ font-size: 9px; opacity: 0.50; } [class *= "ion-"]:before { font-size: 1.2em; pointer-events: none; } .txt-center { text-align: center; } #ov1 .txt-fade { opacity: 0.75; } #ov1 .unfilled { opacity: 0.35; } #ov1 .div-fade { opacity: 0.50; } #ov1 .div-fadeExtra { opacity: 0.3; } .txt-lowleading { line-height: 1.2; } .txt-unleaded { line-height: 1; margin-bottom: 0; } #ov1 .unbold { font-weight: 400; } #ov1 .allCaps { text-transform: uppercase; } .noOverflow { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .noWrap { white-space: nowrap; } .clamp2 { /* adds an ellipses to the end of wrapped text after 2 lines */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .clamp4 { /* adds an ellipses to the end of wrapped text after 4 lines */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .txtRow2 { /* limits an element to being 2 rows of text tall */ line-height: 1.25em;; height: 2.5em; } /*========== skin classes ==========*/ .userPageImageUpload { background: transparent !important; opacity: 1; font-size: 24px; margin-top: 20px; } .userPageImageUpload:hover { text-decoration: underline !important; } .navBar { background-color: #327EB8; } .navBar.statusBar, #userPage .navBar.statusBar { background-color: rgba(0,0,0,0.6); transition: opacity 1s; overflow: hidden; z-index: 10; } .navBar-main.navBar.statusBar { margin-top: 50px; } .welcomeBar, .userBar { background-color: transparent; height: 50px; line-height: 50px; position: relative; z-index: 2; } .welcomeBar:before { background: url('../imgs/openbazaar-icon-no-border.png'); background-size: cover; bottom: 0; content: " "; height: 58px; left: 30px; position: absolute; width: 58px; z-index: 2; } .welcomeBar .welcomeBar-inner, .userBar .title-section { background-color: #215175; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 50px; padding-left: 102px; position: relative; z-index: 1; } .userBar .title-section { padding-left: 102px; } .userBar .thumbnail { background-size: cover; border-bottom-right-radius: 0; border-bottom-left-radius: 0; bottom: 0; content: " "; height: 58px; left: 30px; position: absolute; width: 58px; z-index: 2; } .user-customize-cover-photo { width: 950px; } .mainContainer { background-color: #086A9E; } .user-customize-cover-photo { width: 950px; } #userPage .mainContainer { background-color: #4a4848; } .modal-opaque { background-color: rgba(6, 55, 83, 0.80); box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9); top: 50px; } .modal-opaqueDark { background-color: rgba(25,25,25,0.9); box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9); top: 50px; } .modal-opaque.modal-navBlock { background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2) 50px, rgba(7,65,97,1) 51px); top: 0; padding-top: 70px; } .modal-childMain { border-radius: 3px; background-color: #327eb8; box-shadow: 0px 0px 10px #383838; } .modal-hero { background: linear-gradient(to bottom, rgb(209,209,209), rgb(55,55,55) 60px, rgb(55,55,55) 108px, rgb(0,0,0)); background-position: center; background-size: cover; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 250px; position: relative; width: 525px; box-sizing: border-box; } .modal-msg { /* use for bottom half of modal under a modal-hero element */ width: 525px; height: 374px; } .modal-small { border-radius: 3px; min-height: 120px; min-width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) translateZ(0); -webkit-backface-visibility: hidden; } /*.modal-hero..homeModal-hero, .modal.server-connect-modal .modal-hero*/ .modal-hero.bg-dark-blue { background: #063753; } .modal-hero.iconBackground { background-image: url(../imgs/openbazaar-icon-no-border.png); background-position: 50% 30px; background-size: 136px; background-repeat: no-repeat; } .modal-hero-about { border-top-left-radius: 3px; border-top-right-radius: 3px; height: 250px; position: relative; width: 525px; } .modal-hero-icon { background: url(../imgs/openbazaar-icon-no-border.png); background-size: cover; height: 135px; margin: auto; top: 40px; position: relative; width: 135px; } .modal-hero.modal-heroFullHeight { height: 573px; z-index: 1; } .modal-hero.modal-heroFullHeightNoButtons { height: 624px; z-index: 1; overflow: hidden; border-radius: 3px; } .background1 { background: linear-gradient(to bottom, rgba(72,78,93,1), rgba(23,24,31,1) 75%, rgba(0,0,0,1) 100%); } /* removed because I don't think we're using the trick to hide the borders any more .flex-border > .flexRow { margin: 0 -1px -1px 0; width: auto; overflow: hidden; } */ .hideTopAndBottomBorder { /* use to hide the first and last border of the flexRows inside this element */ margin: -1px 0 -2px 0; } .flex-border > .flexRow > [class |= "flexCol"] { border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 0 1px 1px 0; } .flex-border > .flexRow > [class |= "flexCol"].pad10 { padding: 0 11px 1px 10px; } .flex-border > .flexRow > [class |= "flexCol"].pad20 { padding: 0 21px 1px 20px; } .flex-border > .flexRow > .flexRow { /* containing row has a list of rows inside it */ border-bottom: 1px solid rgba(255,255,255,0.08); } .flex-border .flex-border > .flexRow > .flexRow:last-child { /* when nested, the last row should not have a border */ border-bottom: none; } .flexRow-noBorderBottom, .flex-border > .flexRow.flexRow-noBorderBottom, .flex-border > .flexRow > .flexRow.flexRow-noBorderBottom { /* when the row needs to not have a bottom and no other way works */ border-bottom: none; } .box-border { border: 1px solid rgba(255,255,255,0.08); box-sizing: border-box; } .box-borderBright { border: 1px solid rgba(255,255,255,.5); box-sizing: border-box; } .box-borderBright:hover { border: 1px solid rbga(255,255,255,1); } .box-borderDashed { border: 5px dashed #fff; box-sizing: border-box; height: calc(100% - 50px) !important; animation: borderDashedFade .35s normal linear; } @-webkit-keyframes borderDashedFade { 0% {opacity: 0;} 100% {opacity: 1;} } #obContainer.box-borderDashed { padding-top: 16px; } .box-dashed { border: 4px dashed rgba(255,255,255,0.09); box-sizing: border-box; } .txtField { border-radius: 4px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); font-size: 12px; height: 32px; opacity: .85; transition: opacity .3s cubic-bezier(0, 0, 0.2, 1); width: 100%; } .txtFieldWrapper { position: relative; width: 100%; } .txtFieldWrapper:before { color: #fff; font-family: Ionicons; font-size: 18px; left: 15px; opacity: 0.75; padding-left: 2px; position: absolute; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); top: 50%; transform: translateY(-50%); z-index: 1; } .searchWrapper:before { content: "\f4a5" } .searchWrapper .txtField { letter-spacing: 0; text-indent: 24px; /* make room for icon */ opacity: .75; } .searchWrapper .txtField:hover, .searchWrapper .txtField:focus { opacity: 1; } .searchWrapper .txtField:focus { outline: 2px solid rgba(255,255,255,0.35); -webkit-background-clip: border; } .mainSearchWrapper:before { color: #000; left: 6px; content: "\f4a5" } .mainSearchWrapper.onPage:before { color: #000; left: 9px; content: "\f12f"; opacity: .75; } .mainSearchWrapper .txtField { font-size: 12px; letter-spacing: 0; text-indent: 26px; transition: opacity .75s cubic-bezier(0, 0, 0.2, 1); -webkit-app-region: no-drag; } .mainSearchWrapper .txtField:focus { border: solid 1px #086A9E; outline: none; text-indent: 25px; box-shadow: none; } .searchWrapperWithPill .txtField { text-indent: 176px; } .searchWrapperWithPill:before { left: 168px; } .txtField-bar, input[type="text"].txtField-bar { background: none; border-radius: 0; box-shadow: none; color: #fff; height: 53px; line-height:53px; font-size: 14px; letter-spacing: 0; opacity: 1; outline: none; padding: 13px; } .txtField-bar:focus { outline: none; } .txtFieldWrapper-bar:before { color: #fff; top: 17px; left: 15px; opacity: 1; } .btn { height: 32px; min-width: 32px; line-height: 32px; background-color: #086A9E; /* default color */ padding:0; border-radius: 3px; opacity: .80; box-sizing: border-box; } .btn-enter { margin: 15px; border-radius: 3px; margin-top: 12px; font-size: 14px; cursor: pointer; width: 90%; } .btn i[class *= "ion-"]:before { position: relative; top: 2px; margin-right: 6px; } .btn *[class *= "ion-"]:before { pointer-events: none; /* don't fire clicks on icon */ } .btn-small { font-size: 10px; line-height: 24px; height: 24px; padding: 0 6px; border-radius: 3px; opacity: .80; box-sizing: border-box; } .btn-large { height: 42px; font-size: 15px; line-height: 42px; padding: 0 20px; border-radius: 3px; opacity: .80; box-sizing: border-box; } .btn:hover { opacity: 1; transition: opacity .15s, background-color 1s; } .btn:hover, .btn:focus { text-decoration: none; } .btn:before { line-height: 32px; } .btn.btn-txt { /* button with text */ padding: 0 12px; } .btn.btn-txtHalf { /* button with text */ padding: 0 16px; } .btn.btn-buyNow { margin: auto; width: 280px; height: 52px; line-height: 52px; padding: 0; opacity: 1; font-size: 17px; border-radius: 5px; float: none; font-weight: 500; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); letter-spacing: 1px; text-transform: uppercase; } .btn.btn-buyNow:hover { opacity: .75; } #userPage .btn.inactive { opacity: 0.4; } .btn.btn-light { background-color: rgba(255,255,255,0.08); } .btn.btn-c1 { background-color: rgb(50,126,184); min-width: 50px; box-shadow: none; } #userPage .btn.btn-c1, .btn.btn-dark { background-color: #215175; } .btn.btn-c1.fade { background-color: rgba(50,126,184,0.8); } #userPage .btn.btn-c1.fade { background-color: rgba(87,87,87,0.8); } .btn.btn-c2, #userPage .btn.btn-c2 { background-color: rgba(200,25,25,1); } .btn.btn-c3, #userPage .btn.btn-c3 { background-color: rgba(33,117,47,1); } .btn:active, .btn.active, .btn.btn-c1:active, .btn.btn-c1.active, .btn.btn-c2:active, .btn.btn-c2.active { box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.4), inset 0px 0px 12px 0px rgba(255,255,255,0.1); } .btn.btn-c1:active, .btn.btn-c1.active { background-color: #215175; } .btn.btn-c2:active, .btn.btn-c2.active { background-color: #752121; } .btn.btn-c3:active, .btn.btn-c3.active { background-color: #19C836; } .btn.btn-c1 .toggle-txt { opacity: .20; } .btn.btn-c1:active .toggle-txt, .btn.btn-c1.active .toggle-txt { opacity: 1; } .btn.btn-win { border-radius: 6px; width: 12px; min-width: 0; height: 12px; background-color: #fff; margin: 0 3px; padding: 0; } .btn.btn-win:hover { transition: initial; } .fullscreen .btn.btn-win { display: none; } .btn.btn-win.btn-winClose { background-color: #E45A5A; position: relative; } .btn.btn-win.btn-winClose .btn-win-icon, .btn.btn-win.btn-winMin .btn-win-icon, .btn.btn-win.btn-winMax .btn-win-icon { position: absolute; display: none; top: -2px; left: 0; width: 100%; height: 100%; font-size: 13px; color: #000000; } .btn.btn-win.btn-winClose:hover .btn-win-icon, .btn.btn-win.btn-winMin:hover .btn-win-icon, .btn.btn-win.btn-winMax:hover .btn-win-icon { display: block; } .btn.btn-win.btn-winMin { background-color: #F8E71C; position: relative; } .btn.btn-win.btn-winMax { background-color: #B8E986; position: relative; } .btn.btn-bar { border-radius: 0; min-width: 115px; text-align: center; box-shadow: none; background-color: #327EB8; border-top-left-radius: 4px; border-top-right-radius: 4px; height: 47px; font-size: 14px; line-height: 47px; margin-top: 3px; opacity: .50; transition: opacity 0s cubic-bezier(0, 0, 0.2, 1); } .btn-chatOpen { background-color: transparent; text-align: center; font-size: 20px; color: white; font-weight: normal; } .btn-chatOpen:before { line-height: 42px; } .btn-chatOpenOut { width: 70px; text-align: left; margin-top: 7px; padding: 0 10px; font-size: 13px; } .btn-closeChat { right: 0; float: right; background-color: unset; margin-right: 5px; } .btn-closeChat:hover { outline: solid 1px #363636; border-radius: 0; } .btn-chatSearch { background-color: unset; text-align: center; font-size: 18px; font-weight: normal; } #transactionDiscussionSendText { font-size: 13px; } #transactionDiscussionSendText::-webkit-input-placeholder { font-size: 13px; } .transitionBottomSlow { transition: bottom .25s cubic-bezier(0, 0, 0.2, 1); } .newChatButton { border-bottom: solid 2px rgba(255,255,255,0.08); } .newChatButton .btn { opacity: .5; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .newChatButton:hover .btn { opacity: 1; } .chatSearch { /*border-bottom: solid 1px rgba(255,255,255,0.08);*/ } .chatSearch input { width: calc(100% - 30px); outline: none; margin-left: 5px; font-size: 13px; background-color: unset; color: white; } .chatSearch input::-webkit-input-placeholder { font-size: 13px; } .chatSearchIcon { margin-left: -24px; margin-right: 10px; float: left; margin-top: 13px; cursor: pointer; font-size: 15px; opacity: .50; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .chatSearchIcon:hover { opacity: 1; } .chatSearchOut { padding-left: 10px; width: calc(100% - 10px); margin-left: 0; height: 25px; line-height: 25px; } div.chatSearchOut .chatSearchIcon { margin-left: unset; margin-right: unset; } .chatConversationContainer { width: calc(100% - 1px); height: 360px; bottom: 0px; position: absolute; transition: bottom 0.35s ease; background-color: #2B2B2B; } .chatConversationContainerHide { bottom: -362px; } .chatMessagesLabel { float:left; color: white; font-size: 15px; height: 43px; line-height: 43px; padding-left: 10px; -webkit-user-select: none; cursor: default; } .chatConversationHeads { clear: both; border-top: solid 1px #363636; height: calc(100% - 45px); /* this will have to be changed if the search is unhidden*/ overflow-y: auto; overflow-x: hidden; } .chatConversationHeadsCompressed { height: calc(100% - 405px); overflow-x: hidden; overflow-y: auto; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); transition: height 1s cubic-bezier(0, 0, 0.2, 1); -webkit-filter: blur(.25px); } .chatConversationHeader { padding: 0; background-color: #565656; height: 45px; line-height: 45px; padding-left: 10px; color: #fff; border-top-left-radius: 4px; margin-left: 2px; } .chatConversationLabel { width: calc(100% - 115px); margin-right:5px; float:left; text-overflow: ellipsis; overflow: hidden; } .conversationHeader-btn { height: 38px; width: 30px; text-align: center; } .conversationHeader-btn a { display: block; width: 100%; height: 100%; } .conversationHeader-btn a:before { line-height: 38px; } .conversationHeader-btn:hover { outline: solid 1px #4C4C4C; border-radius: 0; } .chatConversationContent { height: calc(100% - 138px); border: 1px solid #565656; border-top: 0; overflow: auto; padding: 6px 2px; margin-left: 2px; width: 222px; } .chatConversationTo { padding: 10px; border-bottom: 1px solid #333; } .chatConversationToLabel { width: 30px; float:left; height: 20px; line-height: 19px; color: #2D2D2D; } .chatConversationToInput { width: calc(100% - 50px); float: left; } #inputConversationRecipient { font-size: 12px; line-height: 19px; } .chatConversationMessage { height: 75px; padding: 0; border: 1px solid #565656; border-top: 0; margin-left: 2px; } .chatConversationMessageBody img, .chatConversationMessageBody iframe { max-width: 145px; max-height: 145px; } .chatConversationMessage .txtAreaField::-webkit-input-placeholder{ font-size: 13px; } .chatConversationMessage .txtAreaField { height: 75px; padding: 10px 10px; } .chatConversationMessage .txtAreaField:focus { outline: 2px solid #565656; } .chatConversationMessage .txtAreaField:after { margin-top: 5px; } .chatConversationAvatar { width: 45px; height: 45px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; margin-right: 6px; margin-left: -10px; } .chatConversationAvatar:hover { -webkit-box-shadow: inset 0px 0px 15px 0px rgb(50, 50, 50); } .chatConversationMenu { width: 110px; border: solid 1px #565656; border-top: 0; padding: 10px; position: absolute; top: 45px; right: 0px; background: #252525; z-index: 5; font-weight: 400; font-size: 12px; } .chatConversationMenu div { cursor: pointer; line-height: 22px; } .chatConversationMenu div:hover { text-decoration: underline; } .chatConversation textarea, .chatConversation input { color: white; background-color: unset; width: 100%; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; } .chatConversationMessageLine { padding: 4px 5px; width: 100%; } .chatConversationMessageLine h2, .chatConversationMessageLine h3, .chatConversationMessageLine p { margin: 0; } .chatConversationMessageLine table { padding: 0; width: 100%; } .chatHead { padding: 7px 5px; border-bottom: solid 1px rgba(255,255,255,0.08); transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .chatHead .thumbnail { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20); } .chatHead:hover { opacity: 1; } .chatHeadSelected { opacity: 1; outline: solid 1px #FFFFFF; background: #565656; z-index:3; } /*.chatConversationHeadsCompressed .chatHead { border: solid 1px transparent; }*/ #chatSearchField { height: 44px; float: left; } .chatHeadIcon { float:left; } .chatPreview { width: calc(100% - 60px); font-size: 11px; float:left; padding:0 5px; margin-top: 3px; } .chatPreviewSender { font-size:13px; font-weight:500; color: white; text-overflow: ellipsis; overflow: hidden; width: 100px; margin-left: 2px; } .chatPreviewLastMessage { overflow: hidden; text-overflow: ellipsis; width: 170px; white-space: nowrap; color: #fff; opacity: .75; font-size: 12px; margin-left: 2px; } .chatConversationMessageBody > .inner { background-color: #333333; border-radius: 3px; font-size: 12px; padding: 6px 8px; word-break: break-word; display: inline-block; font-weight: 500; letter-spacing: 0.2px; } #inputConversationMessage { border: 1px solid #333; resize: none; margin-top: 4px; } #inputConversationMessage::-webkit-input-placeholder { font-size: 12px; color: #fff !important; /* i'm using important here because the custom theme styles should never override this color */ } .chatConversationMessageAvatar { width: 25px; vertical-align: top; } .chatConversationMessageTimestamp { font-size: 11px; color: #fff; opacity: .35; font-weight: 500; letter-spacing: 0; } .chatConversationMessageTimestamp div { margin-top: 2px; } .testnetBadge { position: absolute; right: 3px; top: 2px; background: #252525; border-radius: 3px; padding: 7px; font-size: 11px; cursor: default; border-left: solid 3px #F3A123; border-top-left-radius: 0; border-bottom-left-radius: 0; } .softwareUpdate { position: fixed; left: 0; bottom: 20px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; width: 300px; padding: 10px; background: #252525; border-left: 4px solid #FFA41C; z-index: 1; color: #ffffff; opacity: .95; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.40); transition: left .25s cubic-bezier(0, 0, 0.2, 1); } .softwareUpdateHidden { left: -325px; } .softwareUpdate .btn-txt { background: transparent; border: solid 1px #fff; opacity: 1; font-size: 12px; } .softwareUpdate .btn-txt:hover { opacity: .75; } #userPage .btn.btn-bar { background-color: #575757; } .btn.btn-bar:hover { opacity: .75; } .btn.btn-bar.active { background-color: #086A9E; opacity: 1; } #userPage .btn.btn-bar.active { background-color: #4a4848; } .btn.btn-bar.btn-tab { background: #327EB8; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; -webkit-user-select: none; border: none; height:48px; font-weight: 500; line-height: 46px; padding: 0 25px; margin-top: 6px; font-size: 14px; } .btn.btn-bar.active { background-color: #106DA3; opacity: 1; } .btn.btn-bar.btn-tab:first-child { border-top-left-radius: 0px; } .btn.btn-bar.btn-tab:active{ -webkit-box-shadow: none; } .btn.btn-wide { width: 100%; border: none; } .btn.btn-half { width: 50%; } .btn-pill { padding: 5px 10px; cursor: pointer; border-radius: 4px; min-height: 17px; opacity: 1; margin-bottom: 4px; margin-right: 4px; min-width: 30px; text-align: center; overflow: hidden; line-height: 20px; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .btn-pill a { text-decoration: none; } .btn-pill:hover { opacity: .75; } .btn.btn-half.btn-bar:last-child, .btn.btn-wide.btn-bar:last-child { border-right: none; } .btn-togWrapper { border: 1px solid #086A9E; border-radius: 5px; float: left; } #userPage .btn-togWrapper { border: 1px solid rgb(74,72,72); } .btn-togWrapper.btn-togWrapper-light { border: 1px solid rgba(255,255,255,0.08); } .btn-togWrapper.btn-togWrapper-c1 { border: 0; } #userPage .btn-togWrapper.btn-togWrapper-light { border: 1px solid rgb(87,87,87); } .btn.btn-shadow1 { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.40); } .fieldItem .btn-togWrapper { margin-top: 9px; } .fieldItem .btn-togWrapper .btn { margin-top: 0; } .btn.btn-togLeft, .btn.btn-togMid, .btn.btn-togRight { /* creates a set of buttons flush with each other */ float: left; } .btn.btn-togLeft { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn.btn-togRight { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn.btn-flushTop { border-top-left-radius: 0; border-top-right-radius: 0; } .btn.btn-back:before, .btn.btn-fwd:before { opacity: 0.3; } .btn.btn-back.active:before, .btn.btn-fwd.active:before { opacity: 1; } .btn.btn-profile { background-size: cover; background-position: center; } .btn-square { width: 44px; height: 44px; opacity: .75; transition: opacity .3s cubic-bezier(0, 0, 0.2, 1); } .btn-square:hover { opacity: 1; } .btn-square:active { -webkit-box-shadow: inset 0px 0px 6px 0px rgb(13, 84, 123); opacity: .75; } .btn-squareSm { width: 30px; height: 30px; } .btn-insideInput { position: absolute; cursor: pointer; float: none; height: 26px; top: 2px; right: 2px; line-height: 26px; } .btn-latched { width: 80px; margin: 0; border-radius: 0; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; position: relative; font-size: 11px; height: 28px; line-height: 28px; padding: 0; text-transform: capitalize; transition: opacity .2s cubic-bezier(0, 0, 0.2, 1); } .btn-latched:hover { opacity: 1 !important; /* added important here because I couldn't get it to work without it */ } #ov1 .btn.confirmable, #ov1 #userPage .btn.confirmable { transition: 2s background-color; } .btn .postConfirm, .btn .preConfirm, .btn .preSpacer { display: inline-block; overflow: hidden; transition: 2s max-width ease, 2s opacity ease; } .btn .preConfirm { max-width: 200px; transition: 1s opacity; } .btn .postConfirm { max-width: 0; width: 0; opacity: 0; } .btn .preSpacer { /*this keeps the width the same as the preconfirm is shrinking*/ display: block; height: 0; } .confirm.btn .preConfirm { max-width: 0; opacity: 0; } .confirm.btn .postConfirm { max-width: 200px; width: auto; opacity: 1; } .btn-secondary { background-color: #327EB8; } #ov1 .confirm.btn, #ov1 #userPage .confirm.btn { background-color: rgba(200,25,25,1); } .labelWrap { display: block; background: rgba(0,0,0,0.6); padding: 4px 4px 7px 52px; height: 44px; border-radius: 6px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); transition: opacity 1s; } .labelWrap.fade { opacity: 0; } .labelWrap.fadeIn { opacity: 1; } label { font-size: 14px; letter-spacing: .4px; opacity: .75; } .labelWrap input { margin-top: 2px; color: rgba(255,255,255,0.6); background: none; font-size: 12px; width: 100%; } .fieldItem h1, .fieldITem h2, .fieldItem h3, .fieldItem h4, .fieldItem h5, .fieldItem h6 { margin: 0; } input[type="text"].fieldItem, input[type="number"].fieldItem, input[type="email"].fieldItem, input[type="file"].fieldItem, input[type="url"].fieldItem, input[type="password"].fieldItem, input[type="datetime-local"].fieldItem { background: none; border: 2px solid transparent; color: #fff; width: 100%; } input[type="datetime-local"].fieldItem { font-family: inherit; line-height: 42px; padding-top: 0; padding-bottom: 0; } input[type="datetime-local"].fieldItem::-webkit-inner-spin-button { height: 50px; position: absolute; right: 45px; } input[type="datetime-local"].fieldItem::-webkit-clear-button { -webkit-appearance: none; display: none; } input[type="datetime-local"].fieldItem::-webkit-calendar-picker-indicator { padding: 10px; opacity: .75; } input[type="datetime-local"].fieldItem::-webkit-calendar-picker-indicator:hover { opacity: 1; background: transparent; cursor: pointer; } input[type="number"].fieldItem { padding-right: 0; } input[type="number"].fieldItem::-webkit-outer-spin-button, input[type="number"].fieldItem::-webkit-inner-spin-button, .noNumberSpinner { -webkit-appearance: none; appearance: none; margin: 0; } input[type="text"].fieldItem:focus, input[type="number"].fieldItem:focus, input[type="email"].fieldItem:focus, input[type="url"].fieldItem:focus, input[type="password"].fieldItem:focus, input[type="datetime-local"].fieldItem:focus { border: 2px solid #fff; transition: border 0.3s; } .txtAreaField:focus { outline: 1px solid #565656; } input[type="text"].fieldItem.fieldItem-withButton, input[type="email"].fieldItem.fieldItem-withButton, input[type="url"].fieldItem.fieldItem-withButton, input[type="number"].fieldItem.fieldItem-withButton { position: absolute; padding-left: 50px; } .numberSpinnerUp, .numberSpinnerDown { cursor: pointer; width: 18px; position: absolute; right: 0; box-sizing: border-box; font-family: "Ionicons"; color: #fff; font-size: 14px; text-align: center; line-height: 20px; background-color: rgba(140,140,140,0.2); margin: 4px; } .numberSpinnerUp { top: 0; } .numberSpinnerUp:before { content: "\f10d"; } .numberSpinnerDown { bottom: 0; } .numberSpinnerDown:before { content: "\f104"; } .fieldItem .btn { margin-top: 9px; } .fieldItem .fieldItem-selectWrapper { position: relative; } .fieldItem .fieldItem-selectWrapper select { width: 100%; height: 50px; line-height: 50px; margin: 0; background: none; border: 1px solid transparent; outline: none; box-sizing: border-box; appearance: none; -webkit-appearance: none; color: #fff; } .fieldItem .fieldItem-selectWrapper select:focus { outline: none; } .fieldItem .fieldItem-selectWrapper select[multiple] { height: 150px; } .fieldItem .fieldItem-selectWrapper select[multiple]:focus { height: 500px; } .fieldItem .fieldItem-selectWrapper:after { content: "\f104"; font-family: "Ionicons"; position: absolute; line-height: 50px; top: 0; right: 20px; pointer-events: none; } .fieldItem .fieldItem-selectWrapper.noIcon:after { content: ""; } /* custom chosen styles */ .fieldItem .fieldItem-selectWrapper .chosen-single { height: 50px; background: none; border: none; border-radius: 0; box-shadow: none; line-height: 50px; color: #fff; opacity: 1; } .fieldItem .fieldItem-selectWrapper .chosen-container-single div b, .fieldItem .fieldItem-selectWrapper .chosen-container-single span b { background: none; height: 0; } .fieldItem .fieldItem-selectWrapper .chosen-container-single div b:after { content: "\f104"; font-family: "Ionicons"; position: absolute; line-height: 50px; top: 0; right: 20px; pointer-events: none; } .fieldItem .fieldItem-selectWrapper .chosen-container-single.chosen-container-active div b:after { content: "\f10d"; } .fieldItem .fieldItem-selectWrapper .chosen-drop { background: #353535; border: 1px solid rgba(255,255,255,0.08); border-radius: 0; box-shadow: none; line-height: 50px; color: #fff; } .fieldItem .fieldItem-selectWrapper.chosen-relative .chosen-with-drop .chosen-drop { position: relative; } .fieldItem .fieldItem-selectWrapper .chosen-drop .chosen-results li { color: #fff; } .fieldItem .fieldItem-selectWrapper .chosen-drop .chosen-results li.highlighted { background: rgb(87,87,87); } .chosen-container-single .chosen-single span { padding-left: 10px; font-size: 14px; font-weight: 400; } .chosen-container .chosen-results { padding: 0; } .chosen-container-multi .chosen-choices { background: none; } .fieldItem-textarea { padding: 15px; border: 2px solid transparent; color: #fff; } .fieldItem-textarea:focus { border: 2px solid #fff; transition: border 0.3s; outline: none; } select { border: 2px solid transparent; border-radius: 0; font-family: "Helvetica Neue", Helvetica, "Open Sans"; padding: 0 15px; -webkit-appearance: none; } select:focus { border: 2px solid #fff; } input[type="radio"].fieldItem { display: none; } input[type="radio"].fieldItem + label { display: inline-block; cursor: pointer; position: relative; padding: 0 20px 0 40px; } input[type="radio"].fieldItem + label:before { content: ""; display: inline-block; position: absolute; left: 10px; height: 16px; width: 16px; border-radius: 12px; border: solid 1px #fff; box-shadow: none; opacity: 1; transform: translateY(-50%) translateZ(0); -webkit-backface-visibility: hidden; top: 50%; } input[type="radio"].fieldItem:checked + label:before { background: #fff; box-shadow: inset 0 0 0 4px #086A9E; } .theme-container input[type="radio"].fieldItem + label { padding: 0; position: relative; height: 100%; width: 100%; opacity: 1; } .theme-container input[type="radio"].fieldItem + label:before { position: absolute; height: 16px; width: 16px; top: 120px; left: 50%; margin-left: -8px; border-radius: 12px; border: solid 1px #fff; box-shadow: none; opacity: 1; } .theme-container input[type="radio"].fieldItem:checked + label:before { background: #fff; box-shadow: inset 0 0 0 4px #086A9E; } input[type="radio"].fieldItem.starRating + label { padding: 0 12px; } input[type="radio"].fieldItem.starRating + label:before { content: "\f2fc"; font-family: "Ionicons"; color: #fff; line-height: 24px; font-size: 18px; text-align: center; height: 24px; width: 24px; border-radius: 50%; border: none; background: none; box-shadow: none; opacity: 1; transform: translateY(-50%) translateZ(0); -webkit-backface-visibility: hidden; top: 50%; left: 0; } input[type="radio"].fieldItem.starRating:checked + label:before { content: "\f2fc"; background: #000; box-shadow: none; } input[type="radio"].fieldItem.starRating:checked + label + input + label:before { content: "\f3ae"; } input[type="radio"].fieldItem.starRating:checked + label + input + label + input + label:before { content: "\f3ae"; } input[type="radio"].fieldItem.starRating:checked + label + input + label + input + label + input + label:before { content: "\f3ae"; } input[type="radio"].fieldItem.starRating:checked + label + input + label + input + label + input + label + input + label:before { content: "\f3ae"; } .starRating:before { /* use when displaying stars that are not part of an input */ content: "\f2fc"; font-family: "Ionicons"; color: #fff; line-height: 24px; font-size: 18px; } .radioLabel { opacity: .75; } input[type="checkbox"].fieldItem { display: none; } input[type="checkbox"].fieldItem + label { display: inline-block; cursor: pointer; position: relative; line-height: 53px; } input[type="checkbox"].fieldItem + label:before { display: inline; content: "\f372"; font-family: Ionicons; line-height:inherit; box-shadow: none; opacity: 1; font-family: Ionicons; font-size: 1.5em; } input[type="checkbox"].fieldItem + label.compact { line-height: 35px; padding-left: 20px; } input[type="checkbox"].fieldItem + label.compact:before { left: 0; } input[type="checkbox"].fieldItem:checked + label:before { content: "\f373"; } input[type="checkbox"].fieldItem + label div, input[type="checkbox"].fieldItem + label span { /* if the label has elements inside it, remove line height */ line-height: normal; } input[type="checkbox"] + label .togLabelOn, input[type="checkbox"].fieldItem + label .togLabelOn, input[type="checkbox"] + label .togLabelOff, input[type="checkbox"].fieldItem + label .togLabelOff { padding: 0 16px; } input[type="checkbox"] + label .togLabelOn, input[type="checkbox"].fieldItem + label .togLabelOn { display: none; } input[type="checkbox"] + label .togLabelOff, input[type="checkbox"].fieldItem + label .togLabelOff { display: inline-block } input[type="checkbox"]:checked + label .togLabelOn, input[type="checkbox"].fieldItem:checked + label .togLabelOn { display: inline-block; } input[type="checkbox"]:checked + label .togLabelOff, input[type="checkbox"].fieldItem:checked + label .togLabelOff { display: none; } .btn input[type="checkbox"].fieldItem + label { line-height: inherit; display: inline; padding: 0 0 0 26px; left: -7px; } .btn input[type="checkbox"].fieldItem + label:before { top: 0; left: 0; } #userPage .fieldItem-selectWrapper select option { background-color: #4a4848; } .taggle { max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fieldItem .taggle_placeholder { position: absolute; transition: opacity,.25s; -webkit-user-select: none; color: rgba(255,255,255,0.4); top: 17px; } .fieldItem .taggle_list { float: left; width: 100%; margin: 0; padding: 0; list-style: none; } .fieldItem .taggle_list li { float: left; display: inline-block; white-space: nowrap; line-height: 32px; position: relative; } .fieldItem .taggle { margin: 6px 6px 0 0; padding: 0 28px 0 10px; border-radius: 4px; background-color: rgba(255,255,255,0.1); cursor: pointer; transition: all 0.3s; } .fieldItem .taggle .taggle_text { } .fieldItem .taggle .close { display: inline-block; position: absolute; background: none; border: none; color: rgba(255,255,255,0.8); right: 2px; top: 6px; font-size: 16px; } .fieldItem .taggle_list .taggle_input { line-height: 50px; margin-left: 4px; float: left; background: 0; max-width: 100%; border: 0; outline: 0; color: inherit; } .fieldItem .taggle_sizer { padding: 0; margin: 0; position: absolute; top: -500px; z-index: -1; visibility: hidden; } .fieldItem.btn { margin: 10px; min-height: 0; min-width: 0; height: 30px; } .popMenu-notifications { top: 50px; right: 45px; background-color: #252525; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.60); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: #fff; font-size: 15px; padding: 0; width: 390px; transform: translateY(-440px); transition: transform 200ms; } .popMenu-notificationsHeader { padding: 0 15px; border-bottom: solid 2px #363636; } .popMenu-notificationsEmpty { opacity: .75; padding: 0 15px; } .popMenu-notifications.popMenu-opened { transform: translateY(0); } .notification .rowItem { opacity: 1; } .notification .rowItem:hover { opacity: 1; } .notificationUnreadIndicator { position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: #F3A123; } .onboardingIntroDiscover { position: absolute; cursor: pointer; top: 50px; right: 80px; width: 233px; background: #252525 url('../imgs/onboarding-discover-callout.png') 100% 100%; background-size: cover; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; text-align: center; -webkit-box-shadow: 0px 1px 2px 0px rgb(37, 37, 37); } .onboardingIntroDiscover:before { background: #252525 url('../imgs/onboarding-discover-callout.png') 100% 0%; background-size: 233px 196px; content: " "; width: 32px; height: 41px; position: absolute; top: -41px; z-index: 10; right: 0px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .onboardingIntroDiscover a { position: relative; width: 100%; height: 100%; } .onboardingIntroDiscover a:hover { text-decoration: none; } .popMenu-navBar { top: 50px; right: 10px; background-color: #252525; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.60); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: #fff; font-size: 13px; padding: 10px 0; width: 230px; overflow: hidden; transform: translateY(-330px); transition: transform 200ms; } .popMenu-navBar.popMenu-opened { transform: translateY(0); } .popMenu-navBar a { display: block; font-size: 14px; line-height: 26px; padding: 0 16px; transition: opacity .2s cubic-bezier(0, 0, 0.2, 1); } .popMenu-navBar a:hover { opacity: 1; background: #353535; text-decoration: none; } .popMenu-navBar hr { width: 100%; border: 1px solid rgba(255,255,255,0.08); } .banner-large { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background: 50% 50% / cover no-repeat; height: 400px; position: fixed; top: 70px; width: 950px; padding: 0; z-index: 0; -webkit-backface-visibility: hidden; } .banner-settings { height: 300px; width: 712px; } .user-page-content { position: relative; width: 950px; z-index: 3; } #noNotifications { padding-top: 10px; } #notificationsPanel .popMenu-notificationsContent { overflow-y: scroll; overflow-x: hidden; max-height: 390px; } #notificationsPanel .notification { transition: background-color 300ms; border-bottom: 1px solid rgba(255,255,255,0.08); } #notificationsPanel .notifPageSpinner { border-top: 1px solid rgba(255,255,255,0.08); } #notificationsPanel .notification:hover { background-color: #333; } #notificationsPanel .notification:last-child { border-bottom: 0; } .capitalize { text-transform: capitalize; } .shadow-inner1-ultra-light { box-shadow: inset 0px -130px 112px -52px rgba(25,25,25,.35); } .shadow-inner1-light { box-shadow: inset 0px -130px 112px -52px rgba(25,25,25,.65); } .modal-shadow-inner1 { box-shadow: inset 0px -20px 50px 0px rgba(25,25,25,.35); } .shadow-inner1 { /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,.75)));*/ box-shadow: inset 0px -350px 222px -282px rgba(25,25,25,.75); } .shadow-inner1-strong { box-shadow: inset 0px -240px 92px -162px rgba(25,25,25,.55); } .icon-centered { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) translateZ(0); -webkit-backface-visibility: hidden; } .color-primary { background: #106DA3; } .color-secondary { background: #327EB8; } .color-secondary-darken { background: #215175; } .homeView { margin-top: 8px; } .home-page-navigation { width: 950px; } .home-page-header-slim { position: fixed; top: 50px; width: 950px; z-index: 3; } .home-page-navigation-filler { height: 136px; } .home-page-navigation-slim { position: fixed; top: 135px; z-index: 3; box-shadow: 0px 10px 43px -10px rgba(0,0,0,0.20); } .user-page-navigation { width: 950px; position: relative; z-index: 1; } .user-page-navigation-slim { position: fixed; top: 102px; z-index: 5; box-shadow: 0px 3px 43px -17px rgba(0,0,0,.6); } .user-page-header { position: relative; height: 400px; z-index: 2; } .user-page-header-slim { position: fixed; top: -10px; border-top-left-radius: 1px; border-top-right-radius: 1px; height: 50px; opacity: 0; overflow: hidden; width: 950px; background: transparent; z-index: 5; padding: 0; transition: opacity .4s cubic-bezier(0, 0, 0.2, 1), top .4s cubic-bezier(0, 0, 0.2, 1); } .user-page-header-slim-bg { position: absolute; top: -10px; width: 950px; height: 80px; -webkit-filter: blur(10px); } .user-page-header-slim-avatar { border-bottom-right-radius: 0; border-bottom-left-radius: 0; height: 48px; transition: all .1s cubic-bezier(0, 0, 0.5, 1); width: 52px; z-index: 5; } .user-page-header-slim-tint { box-shadow: inset 0px -160px 112px -52px rgba(25,25,25,.9); } .user-page-header-slim-bg-cover { position: fixed; top: 50px; height: 20px; z-index: 4; width: 963px; margin-left: -6px; background: transparent; } .user-page-header-slim-bg-cover-customize { position: fixed; top: 55px; height: 15px; z-index: 4; width: 950px; } .userPage-subViews { position: relative; z-index: 1; } .icon-huge { font-size: 140px; } .icon-gigantic { font-size: 250px; } .icon-large { font-size: 32px; } .icon-med { font-size: 20px; /* padding prevents icon from being cut off due to overlapping edges of element */ padding-right: 3px; padding-left: 3px; } .icon-small { font-size: 11px; } .icon-circle-background1 { border-radius: 50%; background-color: #fff; text-align: center; display: inline-block; } .icon-huge.icon-circle-background1 { width: 140px; height: 140px; } .icon-huge.icon-circle-background1:before { line-height:140px; font-size:0.8em; } .icon-gigantic.icon-circle-background1 { width: 250px; height: 250px; } .icon-gigantic.icon-circle-background1:before { line-height:250px; font-size:0.8em; } .photos-empty { height: 110px; margin-top: 58px; padding: 15px; text-align: center; width: 100%; } .helper-text { padding: 5px 15px 30px 15px; } /*========== spinners ==========*/ .spinner { position: relative; -webkit-backface-visibility: hidden; } .spinner:before { position: absolute; top: 50%; right: 50%; animation: spinnerAnimation 1.15s infinite linear; } .spinner.spinner-slow:before { animation: spinnerAnimation 3s infinite linear; } .spinner:after { content: "\00a0 \00a0 \00a0 \00a0"; /* non-breaking spaces, creates room for the spinning icon */ } .spinner-with-logo { background: url('../imgs/icon-with-opening.png') 100% 100%; background-size: cover; width: 215px; height: 215px; position: relative; transition: left 0.5s ease; } .spinner-with-logo i { position: absolute; top: 17px; left: 18px; opacity: .90; } #ov1.chatOpen .spinner-with-logo { left: calc(50% - 115.5px); } .spinnerWrapper { transition: opacity 1s; } @-webkit-keyframes spinnerAnimation { 0% { transform: translate(50%,-50%) rotate(359deg); } 100% { transform: translate(50%,-50%) rotate(0deg); } } @keyframes spinnerAnimation { 0% { transform: translate(50%,-50%) rotate(359deg); } 100% { transform: translate(50%,-50%) rotate(0deg); } } /*========== one-off classes ==========*/ .modal .homeModal-heroText { position: absolute; bottom: 0px; top: 180px; color: #fff; font-size: 20px; line-height: 22px; width: 70%; margin: 0 15%; text-align: center; } .modal .homeModal-accordion, .modal .aboutModal-accordion { height: 374px; } .modal .homeModal-accordion .btn-bar{ border-radius: 0; font-size: 14px; height: 50px; line-height: 50px; margin: 0; opacity: 1; } .modal .aboutModal-accordion .btn-bar{ font-size: 14px; height: 50px; line-height: 50px; opacity: 1; } .modal .homeModal-accordion .btn-bar .btn, .modal .aboutModal-accordion .btn-bar .btn{ opacity: .75; } .modal .homeModal-accordion .btn-bar:hover, .modal .aboutModal-accordion .btn-bar:hover{ opacity: .75; } .modal .homeModal-accordion .btn, .modal .aboutModal-accordion .btn { background-color: rgb(50,126,184); } .modal .homeModal-accordion .btn-bar, .modal .aboutModal-accordion .btn-bar{ border-right: none; } .modal .aboutModal-accordion .btn-bar.active{ background: #106DA3; } .modal .aboutModal-accordion .btn-bar.active:hover{ opacity: 1; } .modal .homeModal-accordion .btn-bar:nth-child(2){ ] border-left: solid 1px #086A9E; } .modal .homeModal-accordion .searchWrapper, .modal .aboutModal-accordion .searchWrapper { background: #086A9E; border-bottom: solid 1px #327EB8; } .modal .homeModal-accordion .flexRow, .modal .aboutModal-accordion .flexRow { width: 100%; } .modal .homeModal-accordion .accordion-child, .modal .aboutModal-accordion .accordion-child { width: 525px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .modal .homeModal-settings, .modal .homeModal-settings.flexRow { height: 222px; overflow-y: auto; background-color: #086A9E; } .modal .homeModal-settings.homeModal-settings-noSearch { height: 274px; } .modal .homeModal-avatarPreview { background: url('../imgs/defaultUser.png') 100% 100%; background-size: cover; margin-top: 30px; } .modal .aboutModal-accordion .modal-section { display: block; height: 315px; font-weight: 400; padding: 10px 20px; overflow: scroll; font-size: 14px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .uploadPhotoControls { position: absolute; top: 146px; left: 134px; z-index: 1; } .uploadPhotoControls .btn { float: none; } .default-avatar { border-radius: 3px; color: #086a9e; font-size: 73px; height: 76px; text-align: center; width: 80px; } .fancy-heading { font-weight: 200; font-size: 34px; opacity: .8; letter-spacing: 1.5px; margin-bottom: 0; margin-left: 0; } .page-contractTitle { font-size: 26px; font-weight: 500; letter-spacing: .8px; margin-bottom: 0; margin-top: 10px; opacity: 1; } #customizeControls { position: fixed; left: 30px; top: 80px; width: 40px; z-index: 100; } #customizeControls .js-customizePrimaryColor .btn-square { border-top-left-radius: 3px; border-top-right-radius: 3px; } #customizeControls .js-customizeTextColor .btn-square { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #customizeControls .btn-square { box-shadow: 0px 1px 2px #898989; margin-bottom: 0; width: 40px; height: 40px; border: solid 2px #fff; border-radius: 0; border-bottom: 0; } .customizePrimaryColorRecommendations, .customizeSecondaryColorRecommendations, .customizeBackgroundColorRecommendations, .customizeTextColorRecommendations { position: absolute; left: 36px; background: #252525; width: 0; top: 0; height: 38px; line-height: 38px; padding: 2px; border-radius: 0; overflow: hidden; border-top-right-radius: 3px; border-bottom-right-radius: 3px; transition: width .35s cubic-bezier(0, 0, 0.2, 1); } .customColorChoice { background: #fff; display: inline-block; width: 32px; height: 32px; margin-right: 2px; margin-top: 3px; margin-bottom: 5px; cursor: pointer; z-index: 5; border-radius: 1px; transition: background .5s cubic-bezier(0, 0, 0.2, 1); } .customColorChoice:hover { outline: 2px solid #ccc; } .customColorChoiceControl { width: 32px; opacity: .5; text-align: center; transition: opacity .25s cubic-bezier(0, 0, 0.2, 1); } .customColorChoice:hover:hover { outline: 2px solid #ccc; opacity: 1; } .customColorPicker { top: 10px; margin-left: -8px; font-size: 18px; position: absolute; } .tooltip { position: relative; } .tooltip:hover:after{ max-width: 400px; background: rgba(37,37,37,.95); border-radius: 3px; bottom: -32px; color: #fff; content: attr(data-tooltip); padding: 8px 10px; position: absolute; z-index: 10; height: 16px; font-size: 11px; left: 0; line-height: 16px; opacity: 1; white-space: nowrap; pointer-events: none; margin-top: 2px; } .tooltip.tooltip-left:hover:after{ left: auto; right: 0; } .tooltip.tooltip-leftTop:hover:after{ left: auto; right: 0; bottom: 18px; } .tooltip.tooltip-box:hover:after { height: auto; width: 400px; white-space: normal; bottom: auto; } .tooltip.tooltip-box.tooltip-boxUp:hover:after { bottom: 120%; } .btn-notifications.tooltip:hover:after{ left: -20px; } .btn-closeChat.tooltip:hover:after, .btn-closeConversation a.tooltip:hover:after { left: -13px; bottom: -34px; } .btn-profile.tooltip:hover:after{ left: -25px; } .btn-upload-cover-photo { padding: 7px 20px; opacity: 1; } .chatHead.tooltip:hover:after{ left: -123px; bottom: 7px; max-width: 100px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .interactiveTooltip { height: 20px; display: inline-block; padding: 4px 10px; background: #252525; color: #fff; position: absolute; left: 37px; border-radius: 4px; font-size: 11px; text-align: center; line-height: 20px; top: 8px; opacity: .9; } .interactiveTooltip div { position: relative; display: inline-block; } .headerCropper.banner-large, .headerCropperPreview.banner-large { width: 950px; height: 400px; } .headerCropper.banner-large { z-index: 3; } .headerCropper .cropit-image-zoom-input { position: absolute; top: 240px; width: 400px; } .cropit-image-zoom-input { margin-left: 0; margin-right: 0; } .cropit-image-preview.cropit-avatar { background: url('../imgs/defaultUser.png'); background-size: cover; } #userPage .headerCropper .bar.navBar { background: none; height: 48px; } #userPage .photosModule .dropPanel { position: absolute; top: 50px; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.3s; background-color: rgba(0, 0, 0, 0.4); text-align: center; } #userPage .photosModule.dragOver .dropPanel { opacity: 1; z-index: 2; } #userPage .photosModule .dropPanel .icon { font-size: 50px; margin-top: 50px; } #userPage .photosModule .editItemImageLoadPhotoMessage { transition: opacity 0.3s; } #userPage .photosModule.dragOver .editItemImageLoadPhotoMessage { opacity: 0; } .editItemImageHolder { height: 168px; overflow: auto; /*scroll bar is added with JS */ } .editItemImageLoadPhotoMessage { height: 168px; width: 100%; position: absolute; top: 50px; left: 0; } #transactionConfirmForm label { font-size: 12px; } #transactionConfirmForm input::-webkit-input-placeholder, #transactionConfirmForm textarea::-webkit-input-placeholder { font-size: 12px; } .confirmOrderHolder, .contractHolder, .feedbackHolder { transition: bottom .15s ease; bottom: -250px; position: absolute; } #modalHolder { position: fixed; z-index: 9; -webkit-app-region: no-drag; } #messageModal { z-index: 9; } #loadingModal { z-index: 14; } .server-connect-modal { z-index: 15; } #loadingModal .btn { -webkit-app-region: no-drag; } .pill { border-radius: 2px; padding: 5px 7px; min-width: 100px; background: red; } .selectPill { opacity: .75; transition: opacity .2s cubic-bezier(0, 0, 0.2, 1); width: 156px; text-align: right; } .selectPill select { background-color: #327EB8; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); border-radius: 3px; color: #fff; cursor: pointer; font-size: 12px; margin-left: 10px; letter-spacing: .4px; padding: 6px; width: 148px; z-index: 2; -webkit-user-select: none; outline: none; } .selectPill:before { content: "\f104"; font-family: Ionicons; position: absolute; line-height: 31px; opacity: .5; top: 0; right: 6px; pointer-events: none; } .selectPill:hover { opacity: 1; } .selectPillWrapper { } /* protect customize controls from custom page styles */ #ov1 #customizeControls .labelWrap { height: 40px; border-radius: 0; } #ov1 #customizeControls .labelWrap input { color: rgba(255,255,255,0.6); } .colpick { z-index: 10; border-radius: 0; background: #252525; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .colpick-customizeColor { left: 70px !important; /* I want to override the inline styles on the colpick element */ } #ov1 .colpick input { color: #616161; } .colpick_rgbhex .colpick_new_color, .colpick_rgbhex .colpick_current_color { height: 20px; } .colpick_rgbhex .colpick_rgb_r { top: 33px; } .colpick_rgbhex .colpick_rgb_g { top: 60px; } .colpick_rgbhex .colpick_rgb_b { top: 87px; } .colpick_rgbhex .colpick_hex_field { top: 114px; } .colpick_dark .colpick_submit { top: 142px; color: #B5B5B5; font-weight: 400; border-color: #616161; } #ov1::-webkit-scrollbar { display: none; box-sizing: border-box; } .qrCode { background-color: #fff; padding: 15px; } .buyView .chosen-container .chosen-results { max-height: 180px; } #obContainer { height: calc(100% - 50px); overflow-y: scroll; padding-top: 20px; -webkit-app-region: no-drag; position: relative; top: 50px; box-sizing: border-box; } .chatConversationMessageLine .chatConversationMessageBody a { text-decoration: underline; } #statusBar { position: fixed; bottom: 0; z-index: 10; width: 100%; } #statusBar .statusMessageWrap { height: 0px; overflow: hidden; transition: opacity 1.5s, height 1s; } #statusBar .statusMessageWrap.slideUp { height: 30px; } #statusBar .statusMessage { opacity: 0.4; box-sizing: border-box; padding: 0 10px; line-height: 30px; color: #fff; font-size: 12px; font-style: italic; background: #000; border-bottom: 1px solid #222; position: relative; top: -1px; } .page-connect-modal { padding: 0; width: 100%; height: 100%; } .page-connect-modal .modal-child { width: 100%; height: 100%; } .page-connect-modal .spinner-with-logo { /* so it lines up with the loading modal, otherwise there's a jump when this guy loads right after the loading one. */ margin-top: -37px; } .page-connect-modal .spinner-with-logo .icon-no-connection { left: 22px; } .page-connect-modal .content { position: absolute; right: 0; left: 0; top: 50%; max-width: 600px; margin-top: 90px; margin-left: auto; margin-right: auto; text-align: center; transition: transform 0.5s ease; } #ov1.chatOpen .page-connect-modal .content { transform: translateX(-115.5px); } .page-connect-modal .content .btn { float: none; } .page-connect-modal .mode-connecting .btn-retry, .page-connect-modal .mode-connecting .btn-back, .page-connect-modal .mode-connecting .icon-no-connection { display: none; } .page-connect-modal .mode-failed-connect .btn-cancel, .page-connect-modal .mode-failed-connect .spinner { display: none; } /*========== utility classes ==========*/ /* the #ov1 id is on the HTML tag. It is used to force specificity higher than other class combinations on the page. This is preferable to using an important tag. Only use it on rules that must override all other rules. */ /* be aware that float and clear have no affect on flex items. */ .clearfix:before, .clearfix:after { display: table; content: " "; } .clearfix:after { clear: both; } #ov1 .highlight { /* use on an element inside a block container to add a translucent hover background to it. The color is slightly grey so it works on light backgrounds too*/ background: rgba(215, 215, 215, 0); transition: background 0.5s; } #ov1 .highlight:hover { background: rgba(215, 215, 215, 0.2); } #ov1 .pull-right { float: right; } #ov1 .pull-left { float: left; } #ov1 .push-down5 { position: relative; top: 5px; } #ov1 .push-down22 { position: relative; top: 22px; } #ov1 .push-down25 { position: relative; top: 25px; } #ov1 .pull-up50 { position: relative; top: -50px; } #ov1 .pull-up48 { position: relative; top: -48px; } #ov1 .pull-up43 { position: relative; top: -43px; } #ov1 .pull-up1 { position: relative; top: -1px; } #ov1 .pull-up4 { position: relative; top: -4px; } #ov1 .positionBottom { position: absolute; bottom: 0; } #ov1 .positionTop { position: absolute; top: 0; } #ov1 .positionTopRight { position: absolute; top: 0; right: 0; } #ov1 .positionBottomRight { position: absolute; bottom: 0; right: 0; } #ov1 .hide { display: none; } #ov1 .invisible { visibility: hidden; } #ov1 .visuallyHidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } #ov1 .show { display: block; } #ov1 .invisible { visibility: hidden; } #ov1 .scrollOverflowY { overflow-y: scroll; } #ov1 .scrollOverflowYHideX { overflow-y: scroll; overflow-x: hidden; } #ov1 .vCentered { /* must be inside a relatively positioned containing element */ position: absolute; top: 50%; transform: translateY(-50%) translateZ(0); -webkit-backface-visibility: hidden; } #ov1 .hCentered { /* must be inside a relatively positioned containing element */ position: absolute; left: 50%; transform: translateX(-50%) translateZ(0); -webkit-backface-visibility: hidden; } #ov1 .fullCentered { /* must be inside a relatively positioned containing element */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) translateZ(0); -webkit-backface-visibility: hidden; } #ov1 .btn.btn-txtOnly, #ov1 .btn.btn-bar.btn-txtOnly, #ov1 .btn.btn-bar.btn-tab.btn-txtOnly { background: none; box-shadow: none; border: none; } #ov1 .overflowHidden { overflow-x: hidden; overflow-y: hidden; } #ov1 .borderRight { border-right: solid 1px rgba(255,255,255,0.08); } #ov1 .borderBottom { border-bottom: solid 1px rgba(255,255,255,0.08); } #ov1 .borderBottomDashed { border-bottom: dashed 1px rgba(255,255,255,0.08); } #ov1 .borderBottom2 { border-bottom: solid 2px rgba(255,255,255,0.08); } #ov1 .borderTop { border-top: solid 1px rgba(255,255,255,0.08); } #ov1 .borderTopDashed { border-top: dashed 1px rgba(255,255,255,0.08); } #ov1 .border1 { border: solid 1px rgba(255,255,255,0.08); } #ov1 .border2 { border: solid 2px rgba(255,255,255,0.08); } #ov1 .border0 { border: 0; } #ov1 .borderRight0 { border-right: 0; } #ov1 .top3 { top: 3px; } #ov1 .outline2 { outline: 2px solid #fff; } #ov1 .borderRadiusTop { border-radius: 3px; } #ov1 .borderRadiusTop { border-top-left-radius: 3px; border-top-right-radius: 3px; } #ov1 .borderRadius2 { border-radius: 2px; } #ov1 .borderRadius3 { border-radius: 3px; } #ov1 .borderRadiusBottom0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } #ov1 .podBorder { border: solid 1px rgba(255,255,255,0.08); border-bottom: solid 2px rgba(255,255,255,0.08); } #ov1 .textOpacity0 { opacity: 0; } #ov1 .textOpacity25 { opacity: .25; } #ov1 .textOpacity35 { opacity: .35; } #ov1 .textOpacity50 { opacity: .50; } #ov1 .textOpacity65 { opacity: .65; } #ov1 .textOpacity75 { opacity: .75; } #ov1 .textOpacity90 { opacity: .90; } #ov1 .textOpacity1 { opacity: 1; } #ov1 .textSize11px { font-size: 11px; } #ov1 .textSize12px { font-size: 12px; } #ov1 .textSize13px { font-size: 13px; } #ov1 .textSize14px { font-size: 14px; } #ov1 .textSize15px { font-size: 15px; } #ov1 .textSize16px { font-size: 16px; } #ov1 .textSize17px { font-size: 17px; } #ov1 .textSize20px { font-size: 20px; } #ov1 .textSize22px { font-size: 22px; } #ov1 .textSize24px { font-size: 24px; } #ov1 .textSize24px { font-size: 24px; } #ov1 .textSize26px { font-size: 26px; } #ov1 .textSize28px { font-size: 28px; } #ov1 .textSize30px { font-size: 30px; } #ov1 .textSize90px { font-size: 90px; } #ov1 .textSize13px { font-size: 13px; } #ov1 .textFirstCharUppercase { text-transform: lowercase; } #ov1 .textFirstCharUppercase::first-letter { text-transform: uppercase; } #ov1 .textWeightLight { font-weight: 100; } #ov1 .textWeightNormal { font-weight: 400; } #ov1 .textWeightMedium { font-weight: 500; } #ov1 .textShadow { text-shadow: 0px 1px 5px #000; } #ov1 .textShadow2 { text-shadow: 0 0 2px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,0.7); } #ov1 .fontSize8 { font-size: 8px; } #ov1 .fontSize9 { font-size: 9px; } #ov1 .fontSize10 { font-size: 10px; } #ov1 .fontSize11 { font-size: 11px; } #ov1 .fontSize12 { font-size: 12px; } #ov1 .fontSize13 { font-size: 13px; } #ov1 .fontSize14 { font-size: 14px; } #ov1 .fontSize15 { font-size: 15px; } #ov1 .fontSize16 { font-size: 16px; } #ov1 .fontSize17 { font-size: 17px; } #ov1 .fontSize18 { font-size: 18px; } #ov1 .fontSize20 { font-size: 20px; } #ov1 .fontSize24 { font-size: 24px; } #ov1 .fontSize30 { font-size: 30px; } #ov1 .fontSize34 { font-size: 34px; } #ov1 .txt-bright { color: #fff; } #ov1 .txt-darkest { color: #000; } #ov1 .txt-muted { color: #818a91; } #ov1 input.placeholder-dark::-webkit-input-placeholder { color: #000; } #ov1 .txt-col1 { color: #086A9E; } #ov1 .txt-col2 { color: #327EB8; } #ov1 .txt-col3 { color: #428a38; } #ov1 .alignCenter { text-align: center; } #ov1 .alignRight { text-align: right; } #ov1 .floatLeft { float: left; } #ov1 .floatRight { float: right; } #ov1 .right10 { right: 10px; } #ov1 .margin0 { margin: 0; } #ov1 .margin8 { margin: 8px; } #ov1 .marginRight2 { margin-right: 2px; } #ov1 .marginRight3 { margin-right: 3px; } #ov1 .marginRight4 { margin-right: 4px; } #ov1 .marginRight5 { margin-right: 5px; } #ov1 .marginRight7 { margin-right: 7px; } #ov1 .marginRight8 { margin-right: 8px; } #ov1 .marginRight10 { margin-right: 10px; } #ov1 .marginRight15 { margin-right: 15px; } #ov1 .marginLeftNeg115 { margin-left: -115px; } #ov1 .marginLeft0 { margin-left: 0; } #ov1 .marginLeft1 { margin-left: 1px; } #ov1 .marginLeft2 { margin-left: 2px; } #ov1 .marginLeft4 { margin-left: 4px; } #ov1 .marginLeft5 { margin-left: 5px; } #ov1 .marginLeft6 { margin-left: 6px; } #ov1 .marginLeft7 { margin-left: 7px; } #ov1 .marginLeft10 { margin-left: 10px; } #ov1 .marginLeft12 { margin-left: 12px; } #ov1 .marginLeft15 { margin-left: 15px; } #ov1 .marginLeft20 { margin-left: 20px; } #ov1 .marginLeft30 { margin-left: 30px; } #ov1 .marginLeft82 { margin-left: 82px; } #ov1 .marginTopNeg8 { margin-top: -8px; } #ov1 .marginTop1 { margin-top: 1px; } #ov1 .marginTop2 { margin-top: 2px; } #ov1 .marginTop3 { margin-top: 3px; } #ov1 .marginTop4 { margin-top: 4px; } #ov1 .marginTop5 { margin-top: 5px; } #ov1 .marginTop6 { margin-top: 6px; } #ov1 .marginTop7 { margin-top: 7px; } #ov1 .marginTop8 { margin-top: 8px; } #ov1 .marginTop9 { margin-top: 9px; } #ov1 .marginTop12 { margin-top: 12px; } #ov1 .marginTop13 { margin-top: 13px; } #ov1 .marginTop15 { margin-top: 15px; } #ov1 .marginTop18 { margin-top: 18px; } #ov1 .marginTop20 { margin-top: 20px; } #ov1 .marginTop22 { margin-top: 22px; } #ov1 .marginTop25 { margin-top: 25px; } #ov1 .marginTop28 { margin-top: 28px; } #ov1 .marginTop30 { margin-top: 30px; } #ov1 .marginTop40 { margin-top: 40px; } #ov1 .marginTop50 { margin-top: 50px; } #ov1 .marginTop80 { margin-top: 80px; } #ov1 .marginBottom2 { margin-bottom: 2px; } #ov1 .marginBottom4 { margin-bottom: 4px; } #ov1 .marginBottom5 { margin-bottom: 5px; } #ov1 .marginBottom6 { margin-bottom: 6px; } #ov1 .marginBottom8 { margin-bottom: 8px; } #ov1 .marginBottom12 { margin-bottom: 12px; } #ov1 .marginBottom20 { margin-bottom: 20px; } #ov1 .marginBottom40 { margin-bottom: 40px; } #ov1 .marginBottom50 { margin-bottom: 50px; } #ov1 .marginAuto { margin: auto; } #ov1 .left0 { left: 0; } #ov1 .top0 { top: 0; } #ov1 .top11 { top: 11px; } #ov1 .top70 { top: 70px; } #ov1 .bottomNeg250 { bottom: -250px; } #ov1 .height40 { height: 40px; line-height: 40px; } #ov1 .height43 { height: 43px; line-height: 43px; } #ov1 .height24 { height: 24px; } #ov1 .height30 { height: 30px; } #ov1 .height36 { height: 36px; line-height: 36px; } #ov1 .height50 { height: 50px; } #ov1 .height54 { height: 54px; } #ov1 .height55 { height: 55px; } #ov1 .height56 { height: 56px; } #ov1 .height46 { height: 46px; } #ov1 .height30 { height: 30px; line-height: 30px; } #ov1 .height70 { height: 70px; } #ov1 .height130 { height: 130px; } #ov1 .height250 { height: 250px; } #ov1 .height254 { height: 254px; } #ov1 .height324 { height: 324px; } #ov1 .minHeight650 { min-height: 650px; } #ov1 .minHeight420 { min-height: 420px; } #ov1 .minHeight300 { min-height: 300px; } #ov1 .minWidth120 { min-width: 120px; } #ov1 .lineHeight15{ line-height: 15px; } #ov1 .lineHeight16{ line-height: 16px; } #ov1 .lineHeight20{ line-height: 20px; } #ov1 .lineHeight21{ line-height: 21px; } #ov1 .lineHeight24{ line-height: 24px; } #ov1 .lineHeight32{ line-height: 32px; } #ov1 .lineHeight46{ line-height: 46px; } #ov1 .lineHeight51{ line-height: 51px; } #ov1 .lineHeightReset{ line-height: normal; } #ov1 .padding0 { padding: 0; } #ov1 .bottom0 { bottom: 0; } #ov1 .bottom8px { bottom: 8px; } #ov1 .left0 { left: 0; } #ov1 .positionAbsolute { position: absolute; } #ov1 .positionFixed { position: fixed; } #ov1 .positionWrapper { /* use when you need a generic element around one or more elements where one is absolutely positioned */ position: relative; } .positionRelative { position: relative; } #ov1 .padding2 { padding: 2px; } #ov1 .padding3 { padding: 3px; } #ov1 .padding4 { padding: 4px; } #ov1 .padding5 { padding: 5px; } #ov1 .padding10px6px { padding: 10px 6px; } #ov1 .padding8 { padding: 8px; } #ov1 .padding10 { padding: 10px; } #ov1 .padding12 { padding: 12px; } #ov1 .padding15 { padding: 15px; } #ov1 .padding20 { padding: 20px; } #ov1 .padding30 { padding: 30px; } #ov1 .padding40 { padding: 40px; } #ov1 .padding015 { padding: 0px 15px; } #ov1 .padding025 { padding: 0px 25px; } #ov1 .padding515 { padding: 5px 15px; } #ov1 .padding1020{ padding: 10px 20px; } #ov1 .padding2010{ padding: 20px 10px; } #ov1 .padding2015 { padding: 20px 15px; } #ov1 .padding2520 { padding: 20px 20px; } #ov1 .padding17px { padding: 17px; } #ov1 .paddingRight0 { padding-right: 0; } #ov1 .paddingRight2 { padding-right: 2px; } #ov1 .paddingRight5 { padding-right: 5px; } #ov1 .paddingRight18 { padding-right: 18px; } #ov1 .paddingRight40 { padding-right: 40px; } #ov1 .paddingLeft2 { padding-left: 2px; } #ov1 .paddingLeft5 { padding-left: 5px; } #ov1 .paddingLeft6 { padding-left: 6px; } #ov1 .paddingLeft15 { padding-left: 15px; } #ov1 .paddingLeft20 { padding-left: 20px; } #ov1 .paddingLeft40 { padding-left: 40px; } #ov1 .paddingTop4 { padding-top: 4px; } #ov1 .paddingTop10 { padding-top: 10px; } #ov1 .paddingTop15 { padding-top: 15px; } #ov1 .paddingTop20 { padding-top: 20px; } #ov1 .positionTop68 { top: 68px; } #ov1 .paddingBottom12 { padding-bottom: 12px; } #ov1 .paddingBottom20 { padding-bottom: 20px; } #ov1 .letterSpacing0 { letter-spacing: 0; } #ov1 .letterSpacing02 { letter-spacing: 0.2px; } #ov1 .widthAuto { width: auto; } #ov1 .width100 { width: 100%; max-width: 100%; box-sizing: border-box; } #ov1 .width360 { width: 360px; } #ov1 .width30 { width: 30px; } #ov1 .width34 { width: 34px; } #ov1 .width40 { width: 40px; } #ov1 .width46px { width: 46px; } #ov1 .width70px { width: 70px; } #ov1 .width75px { width: 75px; } #ov1 .width65px { width: 65px; } #ov1 .width80 { width: 80px; } #ov1 .width91 { width: 91px; } #ov1 .width95 { width: 95px; } #ov1 .width105 { width: 105px; } #ov1 .width110 { width: 110px; } #ov1 .width120 { width: 120px; } #ov1 .width160 { width: 160px; } #ov1 .width200 { width: 200px; } #ov1 .width260 { width: 260px; } #ov1 .width270 { width: 270px; } #ov1 .width380 { width: 380px; } #ov1 .width400 { width: 400px; } #ov1 .width420{ width: 420px; } #ov1 .width450 { width: 450px; } #ov1 .width600 { width: 600px; } #ov1 .width740 { width: 740px; } #ov1 .width950 { width: 950px; } #ov1 .cursorDefault { cursor: default; } #ov1 .backgroundTransparent { background: transparent; } #ob1 .fontWeight200 { font-weight: 200; } .fontWeight400 { font-weight: 400; } #ov1 .borderBottom0 { border-bottom: 0; } #ov1 .borderBottom1 { border-bottom: solid 1px; } #ov1 .fontWeight500 { font-weight: 500; } #ov1 .borderBottomLeftRaidus3 { border-bottom-left-radius: 3px !important; } #ov1 .colorWhiteForce { color: #fff !important; /* This text must always remain white */ } #ov1 .colorBlack { color: #000; } #ov1 .borderBottomRightRaidus3 { border-bottom-right-radius: 3px !important; } #ov1 .disabled { pointer-events: none; opacity: 0.2; } #ov1 .disabled2 { pointer-events: none; opacity: 0.7; } #ov1 .overflowVisible { overflow: visible; } #ov1 .hoverUnderline:hover { text-decoration: underline !important; } #ov1 .blur { -webkit-filter: blur(1px); } #ov1 .blurMore { -webkit-filter: blur(5px); } #ov1 .nsfw { -webkit-filter: blur(20px) grayscale(1) contrast(0.5); } #ov1 .fadeOut { opacity: 0; pointer-events: none; } #ov1 .foldIn { height: 0; overflow: hidden; transition: height 1s; } #ov1 .underline { text-decoration: underline; } #ov1 .inlineBlock { display: inline-block; } #ov1 .zIndex1 { z-index: 1; /*use on absolutely positioned elemenets that need to stack above other elements with no z-index */ } #ov1 .zIndex4 { z-index: 4; } .badge:after{ content: attr(data-count); position: absolute; top: -5px; right: -4px; width: 20px; text-align: center; line-height: 20px; font-size: 13px; border-radius: 50%; color: white; background-opacity: .75; background-color: #FFA41C; } #ov1 .alignCenter { text-align: center; } #ov1 .blockCenter { margin-left: auto; margin-right: auto; display: block; } #ov1 .heightAuto { height: auto; } /* add formChecked class after form has been checked for validity */ #ov1 .invalid, #ov1 .formChecked input[type="text"].fieldItem:invalid, #ov1 .formChecked input[type="email"].fieldItem:invalid, #ov1 .formChecked input[type="url"].fieldItem:invalid, #ov1 .formChecked .fieldItem-textarea:invalid, #ov1 .formChecked input[type="number"].fieldItem:invalid, #ov1 .formChecked input[type="text"].fieldItem:focus:invalid, #ov1 .formChecked input[type="email"].fieldItem:focus:invalid, #ov1 .formChecked input[type="url"].fieldItem:focus:invalid, #ov1 .formChecked .fieldItem-textarea:focus:invalid, #ov1 .forvmChecked input[type="number"].fieldItem:focus:invalid, #ov1 .formChecked .validatable:invalid { border: 2px dashed rgba(89,1,1,0.8);; background-color: rgba(89,1,1,0.2); transition: border 0.3s, background-color 0.4s; } #ov1 .loading, #ov1 #userPage .loading { position: relative; pointer-events: none; } #ov1 .loading:after, #ov1 #userPage .loading:after { /* load a loading image on top */ content: "\f3b3"; font-family: Ionicons; font-size: 1.5em; color: rgba(255,255,255,0); pointer-events: none; display: block; position: absolute; background: rgb(0,0,0); opacity: 0.2; width: 100%; z-index: 1; top: 0; left: 0; border-radius: inherit; animation-name: loaderAnimation; animation-duration: 0.5s; animation-delay: 0.5s; animation-iteration-count: 1; animation-timing-function: ease-in; animation-fill-mode: forwards; } @-webkit-keyframes loaderAnimation { from { opacity: 0.2; color: rgba(255,255,255,0); } to { opacity: 0.9; color: rgba(255,255,255,1); } } /* turn off animations and transitions with this style */ #ov1.notFancy, #ov1.notFancy *, #ov1.notFancy * *, #ov1.notFancy * * *, #ov1.notFancy * * * *, #ov1.notFancy * * * * *, #ov1.notFancy * * * * * *, #ov1.notFancy * * * * * * *, #ov1.notFancy * * * * * * * *, #ov1.notFancy * * * * * * * * * , #ov1.notFancy * * * * * * * * * *, #ov1.notFancy #userPage, #ov1.notFancy #userPage *, #ov1.notFancy #userPage * *, #ov1.notFancy #userPage * * *, #ov1.notFancy #userPage * * * *, #ov1.notFancy #userPage * * * * *, #ov1.notFancy #userPage * * * * * *, #ov1.notFancy #userPage * * * * * * *, #ov1.notFancy #userPage * * * * * * * *, #ov1.notFancy #userPage * * * * * * * * * , #ov1.notFancy #userPage * * * * * * * * * *, #ov1.notFancy #obContainer, #ov1.notFancy #obContainer *, #ov1.notFancy #obContainer * *, #ov1.notFancy #obContainer * * *, #ov1.notFancy #obContainer * * * *, #ov1.notFancy #obContainer * * * * *, #ov1.notFancy #obContainer * * * * * *, #ov1.notFancy #obContainer * * * * * * *, #ov1.notFancy #obContainer * * * * * * * *, #ov1.notFancy #obContainer * * * * * * * * * , #ov1.notFancy #obContainer * * * * * * * * * *, #ov1.notFancy #overlay, #ov1.notFancy #sideBar, #ov1.notFancy #pageNav, #ov1.notFancy #modalHolder, #ov1.notFancy #messageModal, #ov1.notFancy #statusBar { transition: none !important; -webkit-filter: none !important; opacity: 1 !important; transition-property: none !important; animation: none !important; box-shadow: none !important; text-shadow: none !important; } #ov1.notFancy #pageNav .popMenu.popMenu-navBar.popMenu-opened { border-left: 1px solid #444; border-right: 1px solid #444; border-bottom: 1px solid #444; } #ov1.notFancy .statusBar.fadeOut, #ov1.notFancy #pageNav .statusBar.fadeOut, #ov1.notFancy #userPage #pageNav .statusBar.fadeOut, #ov1.notFancy #userPage #obContainer #content .statusBar.fadeOut { opacity: 0 !important; } #ov1.notFancy #sideBar .sideBarSlidShow { display: none; } #ov1.notFancy #sideBar.sideBarSlid .sideBarSlidShow { display: block; } #ov1.notFancy #sideBar .chatConversation textarea, #ov1.notFancy #sideBar .chatConversation textarea::-webkit-input-placeholder, #ov1.notFancy #sideBar .chatConversation input, #ov1.notFancy #sideBar .chatConversation input::-webkit-input-placeholder { color: #fff; } #ov1.notFancy .gridItemControls { display: none; } #ov1.notFancy .gridItemControls .btn-gridItemControl:hover, #ov1.notFancy .userPage-subViews .gridItem:hover .gridItemControls, #ov1.notFancy .homeView .gridItem:hover .gridItemControls { display: block; } #ov1.notFancy .btn .postConfirm { display: none; } #ov1.notFancy .confirm.btn .preConfirm { display: none; } #ov1.notFancy .confirm.btn .postConfirm { display: inline-block; } #ov1.notFancy #userPage #obContainer #content .labelWrap.fade { opacity: 0 !important; } #ov1.notFancy #userPage #obContainer #content .labelWrap.fadeIn { opacity: 1; } #ov1.notFancy #obContainer .taggle_placeholder, #ov1.notFancy #userPage #obContainer .taggle_placeholder { display: none !important; } #ov1.notFancy #obContainer .unfilled, #ov1.notFancy #userPage .unfilled { opacity: 0.35 !important; } #ov1.notFancy .notFancyDarkBackground, #ov1.notFancy #obContainer .notFancyDarkBackground { background: #262626; } /* hide unfinished elements */ #ov1 .TODO.TODO.TODO.TODO.TODO { background: #535353; opacity: 0.2; pointer-events: none; } #ov1 .TODO.TODO.TODO.TODO.TODO { display: none; /* hide in production */ }
0.312055
0.044723
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ audio, canvas, img, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browse Happy prompt ========================================================================== */ .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ @font-face { font-family: 'coc'; src: url('../fonts/coc-webfont.eot'); src: url('../fonts/coc-webfontd41dd41d_162a16fe.eot') format('embedded-opentype'), url('../fonts/coc-webfont.html') format('woff2'), url('../fonts/coc-webfont.woff') format('woff'), url('../fonts/coc-webfont.ttf') format('truetype'), url('../fonts/coc-webfont.svg') format('svg'); font-weight: normal; font-style: normal; } textarea, input, span { outline: none; } body { font-family: 'coc', sans-serif; background: #151016 url('../img/bg2.jpg') no-repeat center center fixed; background-size: cover; -o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; color: #fff; } h1 { font-size: 24px; text-shadow: 1px 5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } label { font-size: 14px; text-shadow: 1px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .warning { border: 2px solid red; } .tool { background: #5b544f; width: 900px; margin: 50px auto; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 2px solid #000; box-shadow: 0 0 13px 1px #000; position: relative; } .tool header { height: 54px; line-height: 54px; background: red; text-align: center; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background: #4b4b4b; background: -moz-linear-gradient(top, #4b4b4b 0%, #d2d0d0 1%, #d6d3d3 6%, #948d8a 7%, #726764 8%, #78706c 15%, #6f6863 27%, #6b645f 41%, #6b645f 62%, #6b6460 71%, #645d59 73%, #5b544f 74%, #5b544f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(1%,#d2d0d0), color-stop(6%,#d6d3d3), color-stop(7%,#948d8a), color-stop(8%,#726764), color-stop(15%,#78706c), color-stop(27%,#6f6863), color-stop(41%,#6b645f), color-stop(62%,#6b645f), color-stop(71%,#6b6460), color-stop(73%,#645d59), color-stop(74%,#5b544f), color-stop(100%,#5b544f)); background: -webkit-linear-gradient(top, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); background: -o-linear-gradient(top, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); background: -ms-linear-gradient(top, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); background: linear-gradient(to bottom, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#5b544f',GradientType=0 ); } .tool .content { background: #e5e3e3; border: 8px solid #f0f0f0; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; margin: 8px; padding: 10px 20px 65px; } .tool .intro { border: 2px solid #043402; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; height: 100px; padding: 8px; overflow: hidden; background: #11b202; background: -moz-linear-gradient(top, #11b202 0%, #085f00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11b202), color-stop(100%,#085f00)); background: -webkit-linear-gradient(top, #11b202 0%,#085f00 100%); background: -o-linear-gradient(top, #11b202 0%,#085f00 100%); background: -ms-linear-gradient(top, #11b202 0%,#085f00 100%); background: linear-gradient(to bottom, #11b202 0%,#085f00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b202', endColorstr='#085f00',GradientType=0 ); } .tool .intro .username { width: 360px; float: left; margin-left: 30px; } .tool .intro .instruction { width: 400px; float: right; text-align: right; font-size: 12px; line-height: 1.6em; } .tool .intro .username input { background: #0f9c02; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 2px solid #dedfd6; width: 220px; height: 55px; font-family: 'coc', sans-serif; padding: 0 10px 0 108px; color: #fff; font-size: 24px; text-shadow: 1px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } @-webkit-keyframes greenPulse { from { background-color: #10bd00; } 50% { background-color: #10bd00; -webkit-box-shadow: 0 0 18px #10bd00; height: 60px; } to { background-color: #10bd00; } } .username input { -webkit-animation-name: greenPulse; -webkit-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; } .tool .intro .username .nick { position: relative; margin: 4px 0; } .tool .intro .username .nick .image { background: url('../img/nick.png') top left no-repeat; width: 100px; height: 100px; position: absolute; top: -15px; left: 7px; } .tool .intro .username label { margin: 0 110px; } /* info */ .tool .info { background: #f0f0f0; border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; font-size: 12px; color: #5b5450; text-align: center; width: 800px; height: 35px; line-height: 35px; margin: 0 15px 15px; } .tool .info p { margin: 0; } .tool .info span { color: #af581e; } .tool .info span.status { color: #2bb921; } /* resources */ .tool .resources { background: #fff; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #043402; border-bottom: 2px solid #043402; text-shadow: 1px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; padding: 15px; } .tool .resources p { font-size: 12px; } .tool .resources label { width: 100px; float: left; padding: 0 3px; line-height: 60px; } .tool .resources .number { float: right; width: 160px; height: 40px; border: 2px solid #ecc94a; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding: 5px 10px; font-size: 22px; text-align: center; line-height: 40px; background: #f7e972; background: -moz-linear-gradient(top, #f7e972 0%, #fefcec 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e972), color-stop(100%,#fefcec)); background: -webkit-linear-gradient(top, #f7e972 0%,#fefcec 100%); background: -o-linear-gradient(top, #f7e972 0%,#fefcec 100%); background: -ms-linear-gradient(top, #f7e972 0%,#fefcec 100%); background: linear-gradient(to bottom, #f7e972 0%,#fefcec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e972', endColorstr='#fefcec',GradientType=0 ); } .tool .resources .items { overflow: hidden; height: 60px; } .number { text-shadow: 1px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .info .number { text-shadow: 1px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .number.gems { color: #ff4634 !important;} .number.gold { color: #f6e65d !important; } .number.elixir { color: #54d1ff !important; } .info.after { display: none; } .info.mobile { display: none; } /* slider */ .slider.ui-slider { width: 475px; height: 20px; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #000; border-bottom: 3px solid #000; margin: 18px 0; float: left; } /* gradient gems*/ .slider.gems { background: #ffdd00; background: -moz-linear-gradient(top, #ffdd00 0%, #ffdd00 45%, #fd7300 55%, #fd7300 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdd00), color-stop(45%,#ffdd00), color-stop(55%,#fd7300), color-stop(100%,#fd7300)); background: -webkit-linear-gradient(top, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); background: -o-linear-gradient(top, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); background: -ms-linear-gradient(top, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); background: linear-gradient(to bottom, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#fd7300',GradientType=0 ); } /* handle gems */ .slider.gems .ui-slider-handle.ui-state-default.ui-corner-all { background: url('../img/gems.png') top left no-repeat; width: 51px; height: 51px; border: none; top: -15px; margin-left: -25px; } /* gradient gold*/ .slider.gold { background: #c7c7c7; background: -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 45%, #eac946 55%, #7d7d7d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(45%,#c7c7c7), color-stop(55%,#7d7d7d), color-stop(100%,#7d7d7d)); background: -webkit-linear-gradient(top, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); background: -o-linear-gradient(top, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); background: -ms-linear-gradient(top, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); background: linear-gradient(to bottom, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#7d7d7d',GradientType=0 ); } /* handle gold */ .slider.gold .ui-slider-handle.ui-state-default.ui-corner-all { background: url('../img/gold.png') top left no-repeat; width: 50px; height: 50px; border: none; top: -15px; margin-left: -30px; } /* gradient elixir*/ .slider.elixir { background: #54d1ff; background: -moz-linear-gradient(top, #54d1ff 0%, #54d1ff 45%, #007498 55%, #007498 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d1ff), color-stop(45%,#54d1ff), color-stop(55%,#007498), color-stop(100%,#007498)); background: -webkit-linear-gradient(top, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); background: -o-linear-gradient(top, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); background: -ms-linear-gradient(top, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); background: linear-gradient(to bottom, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d1ff', endColorstr='#007498',GradientType=0 ); } /* handle elixir */ .slider.elixir .ui-slider-handle.ui-state-default.ui-corner-all { background: url('../img/elixir.png') top left no-repeat; width: 45px; height: 50px; border: none; top: -15px; margin-left: -5px; } /* normal */ .slider .ui-slider-range { background: #a5aa93; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; } .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-max { border: 3px solid white; margin: -2px; } ::-webkit-input-placeholder { color: #cecece; } ::-moz-placeholder { color: #cecece; } :-moz-placeholder { color: #cecece; } :-ms-input-placeholder { color: #cecece; } button:focus {outline:0;} .generate button { position: absolute; top: 8px; z-index: 11; left: 12px; width: 265px; height: 97px; } button { color: #fff; text-decoration: none; font-size: 26px; font-family: 'CoC', sans-serif; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border: 1px solid #000; box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000, -2px 3px 0px #000,1px 1px 0px #000; background: #e4fadf; background: -moz-linear-gradient(top, #e4fadf 0%, #9be776 3%, #84e256 5%, #a5ea7f 7%, #7bd94d 50%, #62c631 50%, #43ad0f 78%, #43ad0f 85%, #43ad0f 94%, #4bb21e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4fadf), color-stop(3%,#9be776), color-stop(5%,#84e256), color-stop(7%,#a5ea7f), color-stop(50%,#7bd94d), color-stop(50%,#62c631), color-stop(78%,#43ad0f), color-stop(85%,#43ad0f), color-stop(94%,#43ad0f), color-stop(100%,#4bb21e)); background: -webkit-linear-gradient(top, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); background: -o-linear-gradient(top, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); background: -ms-linear-gradient(top, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); background: linear-gradient(to bottom, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4fadf', endColorstr='#4bb21e',GradientType=0 ); } button:hover { box-shadow: none; } button:active { opacity: 0.7; ms-transform: scale(0.9,0.9); -webkit-transform: scale(0.9,0.9); transform: scale(0.9,0.9); } .light { background: #f0f0f0; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; width: 288px; height: 65px; position: relative; } .dark { background: #5b544f; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; width: 276px; height: 65px; position: relative; left: 6px; top: -17px; z-index: -1; } .generate { position: absolute; bottom: -46px; height: 115px; z-index: 100; left: 50%; margin-left: -144px; } .stats { font-size: 11px; text-transform: uppercase; text-align: center; } .stats span { color: #54c621; font-size: 14px; } .working { height: 170px; display: none; color: #48a221; text-align: center; border: 2px solid #2a5318; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%, #11b202 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7), color-stop(100%,#11b202)); background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%,#11b202 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#11b202',GradientType=0 ); } .working p { margin: 0; } .w {display: none; font-size: 24px; padding: 30px; } .w.t1 { display: block; } .w span { color: #5b5450; } #loading { display: block; margin: auto; height: 30px; width: 30px; -webkit-animation: rotation .7s infinite linear; -moz-animation: rotation .7s infinite linear; -o-animation: rotation .7s infinite linear; animation: rotation .7s infinite linear; border-left: 8px solid rgba(0,0,0,.20); border-right: 8px solid rgba(0,0,0,.20); border-bottom: 8px solid rgba(0,0,0,.20); border-top: 8px solid rgba(101,175,18,1); border-radius: 100%; } @keyframes rotation{from{transform:rotate(0deg);}to{transform:rotate(359deg);}}@-webkit-keyframes rotation { from {-webkit-transform: rotate(0deg);}to{-webkit-transform:rotate(359deg);} } @-moz-keyframes rotation { from {-moz-transform: rotate(0deg);} to {-moz-transform: rotate(359deg);} } @-o-keyframes rotation { from {-o-transform: rotate(0deg);} to {-o-transform: rotate(359deg);} } .offers { background: #f0f0f0; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 2px solid #306717; padding: 30px; position: absolute; z-index: 1000; top: 79px; left: 36px; width: 828px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding-right: 300px; text-align: center; display: none; bottom: 80px; height: auto; background: #11b202; background: -moz-linear-gradient(top, #11b202 0%, #085f00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11b202), color-stop(100%,#085f00)); background: -webkit-linear-gradient(top, #11b202 0%,#085f00 100%); background: -o-linear-gradient(top, #11b202 0%,#085f00 100%); background: -ms-linear-gradient(top, #11b202 0%,#085f00 100%); background: linear-gradient(to bottom, #11b202 0%,#085f00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b202', endColorstr='#085f00',GradientType=0 ); } .offers h1 { color: #fff; } .offers a { font-size: 16px; color: #48a221; text-decoration: none; line-height: 40px; } .offers p.instruction { border: none; font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; text-align: center; } .offers p.instruction span { font-weight: normal; font-style: italic; } .offers p { text-align: justify; margin: 0; color: #fff; border: 2px solid #fff; padding: 15px 0; font-size: 12px; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; } .offers a { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; margin-top: -2px; border: 2px solid #306717; display: block; height: 40px; overflow: hidden; margin-left: 10px; margin-right: 10px; -webkit-transition: ease 0.5s; /* For Safari 3.1 to 6.0 */ transition: ease 0.5s; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%, #11b202 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7), color-stop(100%,#11b202)); background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%,#11b202 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#11b202',GradientType=0 ); } .offers .list { height: 170px; overflow: hidden; } .offers .list a:hover { color: #FFFFFF; border: 2px solid #fff; background: none; margin-left: 5px; margin-right: 5px; } .offers .fig { background: url('../img/fig.png') top left no-repeat; width: 338px; height: 380px; position: absolute; right: 0; bottom: 0; z-index: -20; } .finish { margin: 15px; display: none; } .finish button { height: 80px; width: 220px; } .checking { margin: 15px; display: none; } .checking p { text-align: center; background: none; padding: 15px 0 0 0; border: none; } .checking a { border: none; background: none; font-size: 12px; color: #c4e369; } .resources.mobile {display: none;} .resources.mobile input { background: #835126; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 2px solid #dedfd6; width: 260px; height: 60px; padding: 0 10px 0 60px; font-family: 'coc', sans-serif; color: #fff; font-size: 24px; text-shadow: 1px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; -webkit-box-sizing : border-box;‌​ -moz-box-sizing : border-box; box-sizing : border-box; } .resources.mobile .items { width: 400px; margin: 0 auto; } .resources.mobile input#gems { background: #085f00 url('../img/gems.png') no-repeat 10px 2px; } .resources.mobile input#gold { background: #085f00 url('../img/gold.png') no-repeat 5px 2px; } .resources.mobile input#elixir { background: #085f00 url('../img/elixir.png') no-repeat 5px 2px; } @media only screen and (max-width : 900px) { body { background: #151016 !important;} .tool {width: 100%;} .tool .info { height: auto; width: 100%; margin: 0 0 15px; padding: 10px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; line-height: normal; } .tool .intro { height: auto;} .tool .intro .instruction {text-align: center; width: auto; float: none;} .tool .intro .username {float: none; margin: 0 auto;} .username input {-webkit-animation:none;} .resources.desktop { display: none; } .resources.mobile {display: block;} .offers { top:69px; left: 15px; right: 15px;width: auto; padding: 30px;} .offers .fig { display: none; } .offers .list a {font-size: 12px;} .offers p { font-size: 11px; } .working.mobile p {font-size: 16px; } } @media only screen and (max-width : 460px) { .tool .resources label { float: none; padding: 0 10px; line-height: 40px; display: block;} .tool .resources .items { width: auto; height: auto; overflow: auto;} .resources.mobile input { width: 100%; } header h1 {font-size: 20px;} .offers {padding: 5px;} .tool .content {padding: 5px 5px 65px;} .tool .intro { padding: 8px 8px 18px 8px; } .tool .intro .username { width: auto; } .tool .intro .username input { width: 100%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .tool {margin: 15px auto 50px;} .working.mobile p { height: 60px; } .working.mobile {height: 210px;} .offers h1 { font-size: 16px; } } @media only screen and (max-height : 700px) { .tool {margin: 15px auto 50px;} } .warning { border: 2px solid red !important; -webkit-animation: none !important;} /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } #abutton { color: #fff; text-decoration: none; font-size: 26px; font-family: 'CoC', sans-serif; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border: 1px solid #000; box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000, -2px 3px 0px #000,1px 1px 0px #000; background: #45fe34; background: -moz-linear-gradient(top, #45fe34 0%, #40ea31 3%, #3ddd2e 5%, #38cd2b 7%, #12dd0a 50%, #10cc09 50%, #0b9706 78%, #0b9706 85%, #0b7c00 94%, #096601 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45fe34), color-stop(3%,#40ea31), color-stop(5%,#3ddd2e), color-stop(7%,#38cd2b), color-stop(50%,#12dd0a), color-stop(50%,#10cc09), color-stop(78%,#0b7c00), color-stop(85%,#0b7c00), color-stop(94%,#0b7c00), color-stop(100%,#096601)); background: -webkit-linear-gradient(top, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); background: -o-linear-gradient(top, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); background: -ms-linear-gradient(top, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); background: linear-gradient(to bottom, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45fe34', endColorstr='#096601',GradientType=0 ); } #abutton:hover { box-shadow: none; } #abutton:active { opacity: 0.7; ms-transform: scale(0.9,0.9); -webkit-transform: scale(0.9,0.9); transform: scale(0.9,0.9); }
public/offers/dokkan/css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ audio, canvas, img, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browse Happy prompt ========================================================================== */ .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ @font-face { font-family: 'coc'; src: url('../fonts/coc-webfont.eot'); src: url('../fonts/coc-webfontd41dd41d_162a16fe.eot') format('embedded-opentype'), url('../fonts/coc-webfont.html') format('woff2'), url('../fonts/coc-webfont.woff') format('woff'), url('../fonts/coc-webfont.ttf') format('truetype'), url('../fonts/coc-webfont.svg') format('svg'); font-weight: normal; font-style: normal; } textarea, input, span { outline: none; } body { font-family: 'coc', sans-serif; background: #151016 url('../img/bg2.jpg') no-repeat center center fixed; background-size: cover; -o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; color: #fff; } h1 { font-size: 24px; text-shadow: 1px 5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } label { font-size: 14px; text-shadow: 1px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .warning { border: 2px solid red; } .tool { background: #5b544f; width: 900px; margin: 50px auto; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 2px solid #000; box-shadow: 0 0 13px 1px #000; position: relative; } .tool header { height: 54px; line-height: 54px; background: red; text-align: center; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background: #4b4b4b; background: -moz-linear-gradient(top, #4b4b4b 0%, #d2d0d0 1%, #d6d3d3 6%, #948d8a 7%, #726764 8%, #78706c 15%, #6f6863 27%, #6b645f 41%, #6b645f 62%, #6b6460 71%, #645d59 73%, #5b544f 74%, #5b544f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(1%,#d2d0d0), color-stop(6%,#d6d3d3), color-stop(7%,#948d8a), color-stop(8%,#726764), color-stop(15%,#78706c), color-stop(27%,#6f6863), color-stop(41%,#6b645f), color-stop(62%,#6b645f), color-stop(71%,#6b6460), color-stop(73%,#645d59), color-stop(74%,#5b544f), color-stop(100%,#5b544f)); background: -webkit-linear-gradient(top, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); background: -o-linear-gradient(top, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); background: -ms-linear-gradient(top, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); background: linear-gradient(to bottom, #4b4b4b 0%,#d2d0d0 1%,#d6d3d3 6%,#948d8a 7%,#726764 8%,#78706c 15%,#6f6863 27%,#6b645f 41%,#6b645f 62%,#6b6460 71%,#645d59 73%,#5b544f 74%,#5b544f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#5b544f',GradientType=0 ); } .tool .content { background: #e5e3e3; border: 8px solid #f0f0f0; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; margin: 8px; padding: 10px 20px 65px; } .tool .intro { border: 2px solid #043402; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; height: 100px; padding: 8px; overflow: hidden; background: #11b202; background: -moz-linear-gradient(top, #11b202 0%, #085f00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11b202), color-stop(100%,#085f00)); background: -webkit-linear-gradient(top, #11b202 0%,#085f00 100%); background: -o-linear-gradient(top, #11b202 0%,#085f00 100%); background: -ms-linear-gradient(top, #11b202 0%,#085f00 100%); background: linear-gradient(to bottom, #11b202 0%,#085f00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b202', endColorstr='#085f00',GradientType=0 ); } .tool .intro .username { width: 360px; float: left; margin-left: 30px; } .tool .intro .instruction { width: 400px; float: right; text-align: right; font-size: 12px; line-height: 1.6em; } .tool .intro .username input { background: #0f9c02; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 2px solid #dedfd6; width: 220px; height: 55px; font-family: 'coc', sans-serif; padding: 0 10px 0 108px; color: #fff; font-size: 24px; text-shadow: 1px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } @-webkit-keyframes greenPulse { from { background-color: #10bd00; } 50% { background-color: #10bd00; -webkit-box-shadow: 0 0 18px #10bd00; height: 60px; } to { background-color: #10bd00; } } .username input { -webkit-animation-name: greenPulse; -webkit-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; } .tool .intro .username .nick { position: relative; margin: 4px 0; } .tool .intro .username .nick .image { background: url('../img/nick.png') top left no-repeat; width: 100px; height: 100px; position: absolute; top: -15px; left: 7px; } .tool .intro .username label { margin: 0 110px; } /* info */ .tool .info { background: #f0f0f0; border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; font-size: 12px; color: #5b5450; text-align: center; width: 800px; height: 35px; line-height: 35px; margin: 0 15px 15px; } .tool .info p { margin: 0; } .tool .info span { color: #af581e; } .tool .info span.status { color: #2bb921; } /* resources */ .tool .resources { background: #fff; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #043402; border-bottom: 2px solid #043402; text-shadow: 1px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; padding: 15px; } .tool .resources p { font-size: 12px; } .tool .resources label { width: 100px; float: left; padding: 0 3px; line-height: 60px; } .tool .resources .number { float: right; width: 160px; height: 40px; border: 2px solid #ecc94a; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding: 5px 10px; font-size: 22px; text-align: center; line-height: 40px; background: #f7e972; background: -moz-linear-gradient(top, #f7e972 0%, #fefcec 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e972), color-stop(100%,#fefcec)); background: -webkit-linear-gradient(top, #f7e972 0%,#fefcec 100%); background: -o-linear-gradient(top, #f7e972 0%,#fefcec 100%); background: -ms-linear-gradient(top, #f7e972 0%,#fefcec 100%); background: linear-gradient(to bottom, #f7e972 0%,#fefcec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e972', endColorstr='#fefcec',GradientType=0 ); } .tool .resources .items { overflow: hidden; height: 60px; } .number { text-shadow: 1px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .info .number { text-shadow: 1px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .number.gems { color: #ff4634 !important;} .number.gold { color: #f6e65d !important; } .number.elixir { color: #54d1ff !important; } .info.after { display: none; } .info.mobile { display: none; } /* slider */ .slider.ui-slider { width: 475px; height: 20px; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #000; border-bottom: 3px solid #000; margin: 18px 0; float: left; } /* gradient gems*/ .slider.gems { background: #ffdd00; background: -moz-linear-gradient(top, #ffdd00 0%, #ffdd00 45%, #fd7300 55%, #fd7300 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdd00), color-stop(45%,#ffdd00), color-stop(55%,#fd7300), color-stop(100%,#fd7300)); background: -webkit-linear-gradient(top, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); background: -o-linear-gradient(top, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); background: -ms-linear-gradient(top, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); background: linear-gradient(to bottom, #ffdd00 0%,#ffdd00 45%,#fd7300 55%,#fd7300 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#fd7300',GradientType=0 ); } /* handle gems */ .slider.gems .ui-slider-handle.ui-state-default.ui-corner-all { background: url('../img/gems.png') top left no-repeat; width: 51px; height: 51px; border: none; top: -15px; margin-left: -25px; } /* gradient gold*/ .slider.gold { background: #c7c7c7; background: -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 45%, #eac946 55%, #7d7d7d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(45%,#c7c7c7), color-stop(55%,#7d7d7d), color-stop(100%,#7d7d7d)); background: -webkit-linear-gradient(top, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); background: -o-linear-gradient(top, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); background: -ms-linear-gradient(top, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); background: linear-gradient(to bottom, #c7c7c7 0%,#c7c7c7 45%,#7d7d7d 55%,#7d7d7d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#7d7d7d',GradientType=0 ); } /* handle gold */ .slider.gold .ui-slider-handle.ui-state-default.ui-corner-all { background: url('../img/gold.png') top left no-repeat; width: 50px; height: 50px; border: none; top: -15px; margin-left: -30px; } /* gradient elixir*/ .slider.elixir { background: #54d1ff; background: -moz-linear-gradient(top, #54d1ff 0%, #54d1ff 45%, #007498 55%, #007498 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d1ff), color-stop(45%,#54d1ff), color-stop(55%,#007498), color-stop(100%,#007498)); background: -webkit-linear-gradient(top, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); background: -o-linear-gradient(top, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); background: -ms-linear-gradient(top, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); background: linear-gradient(to bottom, #54d1ff 0%,#54d1ff 45%,#007498 55%,#007498 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d1ff', endColorstr='#007498',GradientType=0 ); } /* handle elixir */ .slider.elixir .ui-slider-handle.ui-state-default.ui-corner-all { background: url('../img/elixir.png') top left no-repeat; width: 45px; height: 50px; border: none; top: -15px; margin-left: -5px; } /* normal */ .slider .ui-slider-range { background: #a5aa93; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; } .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-max { border: 3px solid white; margin: -2px; } ::-webkit-input-placeholder { color: #cecece; } ::-moz-placeholder { color: #cecece; } :-moz-placeholder { color: #cecece; } :-ms-input-placeholder { color: #cecece; } button:focus {outline:0;} .generate button { position: absolute; top: 8px; z-index: 11; left: 12px; width: 265px; height: 97px; } button { color: #fff; text-decoration: none; font-size: 26px; font-family: 'CoC', sans-serif; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border: 1px solid #000; box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000, -2px 3px 0px #000,1px 1px 0px #000; background: #e4fadf; background: -moz-linear-gradient(top, #e4fadf 0%, #9be776 3%, #84e256 5%, #a5ea7f 7%, #7bd94d 50%, #62c631 50%, #43ad0f 78%, #43ad0f 85%, #43ad0f 94%, #4bb21e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4fadf), color-stop(3%,#9be776), color-stop(5%,#84e256), color-stop(7%,#a5ea7f), color-stop(50%,#7bd94d), color-stop(50%,#62c631), color-stop(78%,#43ad0f), color-stop(85%,#43ad0f), color-stop(94%,#43ad0f), color-stop(100%,#4bb21e)); background: -webkit-linear-gradient(top, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); background: -o-linear-gradient(top, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); background: -ms-linear-gradient(top, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); background: linear-gradient(to bottom, #e4fadf 0%,#9be776 3%,#84e256 5%,#a5ea7f 7%,#7bd94d 50%,#62c631 50%,#43ad0f 78%,#43ad0f 85%,#43ad0f 94%,#4bb21e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4fadf', endColorstr='#4bb21e',GradientType=0 ); } button:hover { box-shadow: none; } button:active { opacity: 0.7; ms-transform: scale(0.9,0.9); -webkit-transform: scale(0.9,0.9); transform: scale(0.9,0.9); } .light { background: #f0f0f0; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; width: 288px; height: 65px; position: relative; } .dark { background: #5b544f; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; width: 276px; height: 65px; position: relative; left: 6px; top: -17px; z-index: -1; } .generate { position: absolute; bottom: -46px; height: 115px; z-index: 100; left: 50%; margin-left: -144px; } .stats { font-size: 11px; text-transform: uppercase; text-align: center; } .stats span { color: #54c621; font-size: 14px; } .working { height: 170px; display: none; color: #48a221; text-align: center; border: 2px solid #2a5318; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%, #11b202 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7), color-stop(100%,#11b202)); background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%,#11b202 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#11b202',GradientType=0 ); } .working p { margin: 0; } .w {display: none; font-size: 24px; padding: 30px; } .w.t1 { display: block; } .w span { color: #5b5450; } #loading { display: block; margin: auto; height: 30px; width: 30px; -webkit-animation: rotation .7s infinite linear; -moz-animation: rotation .7s infinite linear; -o-animation: rotation .7s infinite linear; animation: rotation .7s infinite linear; border-left: 8px solid rgba(0,0,0,.20); border-right: 8px solid rgba(0,0,0,.20); border-bottom: 8px solid rgba(0,0,0,.20); border-top: 8px solid rgba(101,175,18,1); border-radius: 100%; } @keyframes rotation{from{transform:rotate(0deg);}to{transform:rotate(359deg);}}@-webkit-keyframes rotation { from {-webkit-transform: rotate(0deg);}to{-webkit-transform:rotate(359deg);} } @-moz-keyframes rotation { from {-moz-transform: rotate(0deg);} to {-moz-transform: rotate(359deg);} } @-o-keyframes rotation { from {-o-transform: rotate(0deg);} to {-o-transform: rotate(359deg);} } .offers { background: #f0f0f0; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 2px solid #306717; padding: 30px; position: absolute; z-index: 1000; top: 79px; left: 36px; width: 828px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding-right: 300px; text-align: center; display: none; bottom: 80px; height: auto; background: #11b202; background: -moz-linear-gradient(top, #11b202 0%, #085f00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11b202), color-stop(100%,#085f00)); background: -webkit-linear-gradient(top, #11b202 0%,#085f00 100%); background: -o-linear-gradient(top, #11b202 0%,#085f00 100%); background: -ms-linear-gradient(top, #11b202 0%,#085f00 100%); background: linear-gradient(to bottom, #11b202 0%,#085f00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b202', endColorstr='#085f00',GradientType=0 ); } .offers h1 { color: #fff; } .offers a { font-size: 16px; color: #48a221; text-decoration: none; line-height: 40px; } .offers p.instruction { border: none; font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; text-align: center; } .offers p.instruction span { font-weight: normal; font-style: italic; } .offers p { text-align: justify; margin: 0; color: #fff; border: 2px solid #fff; padding: 15px 0; font-size: 12px; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; } .offers a { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; margin-top: -2px; border: 2px solid #306717; display: block; height: 40px; overflow: hidden; margin-left: 10px; margin-right: 10px; -webkit-transition: ease 0.5s; /* For Safari 3.1 to 6.0 */ transition: ease 0.5s; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%, #11b202 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7), color-stop(100%,#11b202)); background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%,#11b202 100%); background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%,#11b202 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#11b202',GradientType=0 ); } .offers .list { height: 170px; overflow: hidden; } .offers .list a:hover { color: #FFFFFF; border: 2px solid #fff; background: none; margin-left: 5px; margin-right: 5px; } .offers .fig { background: url('../img/fig.png') top left no-repeat; width: 338px; height: 380px; position: absolute; right: 0; bottom: 0; z-index: -20; } .finish { margin: 15px; display: none; } .finish button { height: 80px; width: 220px; } .checking { margin: 15px; display: none; } .checking p { text-align: center; background: none; padding: 15px 0 0 0; border: none; } .checking a { border: none; background: none; font-size: 12px; color: #c4e369; } .resources.mobile {display: none;} .resources.mobile input { background: #835126; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 2px solid #dedfd6; width: 260px; height: 60px; padding: 0 10px 0 60px; font-family: 'coc', sans-serif; color: #fff; font-size: 24px; text-shadow: 1px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; -webkit-box-sizing : border-box;‌​ -moz-box-sizing : border-box; box-sizing : border-box; } .resources.mobile .items { width: 400px; margin: 0 auto; } .resources.mobile input#gems { background: #085f00 url('../img/gems.png') no-repeat 10px 2px; } .resources.mobile input#gold { background: #085f00 url('../img/gold.png') no-repeat 5px 2px; } .resources.mobile input#elixir { background: #085f00 url('../img/elixir.png') no-repeat 5px 2px; } @media only screen and (max-width : 900px) { body { background: #151016 !important;} .tool {width: 100%;} .tool .info { height: auto; width: 100%; margin: 0 0 15px; padding: 10px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; line-height: normal; } .tool .intro { height: auto;} .tool .intro .instruction {text-align: center; width: auto; float: none;} .tool .intro .username {float: none; margin: 0 auto;} .username input {-webkit-animation:none;} .resources.desktop { display: none; } .resources.mobile {display: block;} .offers { top:69px; left: 15px; right: 15px;width: auto; padding: 30px;} .offers .fig { display: none; } .offers .list a {font-size: 12px;} .offers p { font-size: 11px; } .working.mobile p {font-size: 16px; } } @media only screen and (max-width : 460px) { .tool .resources label { float: none; padding: 0 10px; line-height: 40px; display: block;} .tool .resources .items { width: auto; height: auto; overflow: auto;} .resources.mobile input { width: 100%; } header h1 {font-size: 20px;} .offers {padding: 5px;} .tool .content {padding: 5px 5px 65px;} .tool .intro { padding: 8px 8px 18px 8px; } .tool .intro .username { width: auto; } .tool .intro .username input { width: 100%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .tool {margin: 15px auto 50px;} .working.mobile p { height: 60px; } .working.mobile {height: 210px;} .offers h1 { font-size: 16px; } } @media only screen and (max-height : 700px) { .tool {margin: 15px auto 50px;} } .warning { border: 2px solid red !important; -webkit-animation: none !important;} /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } #abutton { color: #fff; text-decoration: none; font-size: 26px; font-family: 'CoC', sans-serif; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border: 1px solid #000; box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000, -2px 3px 0px #000,1px 1px 0px #000; background: #45fe34; background: -moz-linear-gradient(top, #45fe34 0%, #40ea31 3%, #3ddd2e 5%, #38cd2b 7%, #12dd0a 50%, #10cc09 50%, #0b9706 78%, #0b9706 85%, #0b7c00 94%, #096601 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45fe34), color-stop(3%,#40ea31), color-stop(5%,#3ddd2e), color-stop(7%,#38cd2b), color-stop(50%,#12dd0a), color-stop(50%,#10cc09), color-stop(78%,#0b7c00), color-stop(85%,#0b7c00), color-stop(94%,#0b7c00), color-stop(100%,#096601)); background: -webkit-linear-gradient(top, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); background: -o-linear-gradient(top, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); background: -ms-linear-gradient(top, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); background: linear-gradient(to bottom, #45fe34 0%,#40ea31 3%,#3ddd2e 5%,#38cd2b 7%,#12dd0a 50%,#10cc09 50%,#0b7c00 78%,#0b7c00 85%,#0b7c00 94%,#096601 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45fe34', endColorstr='#096601',GradientType=0 ); } #abutton:hover { box-shadow: none; } #abutton:active { opacity: 0.7; ms-transform: scale(0.9,0.9); -webkit-transform: scale(0.9,0.9); transform: scale(0.9,0.9); }
0.245627
0.07072
section[data-template="/tree/tree"] { /* height:750px; */ } section[data-template="/tree/tree"] ol.tree { cursor:grab; cursor: -webkit-grab; cursor: -moz-grab; padding-top:70px !important; } section[data-template="/tree/tree"] ol.tree.grabbing { cursor:grabbing; cursor: -webkit-grabbing; cursor: -moz-grabbing; } section[data-template="/tree/tree"] ol { text-align:center; padding:0 10px; position:relative; /* Connectors */ } section[data-template="/tree/tree"] li { display:inline-block; white-space:nowrap; vertical-align:top; border-radius:2px; position:relative; /* Connectors */ } /********************************************************************************************/ /* Connectors /********************************************************************************************/ /* Connector */ section[data-template="/tree/tree"] ol ol li .connector { position:absolute; width:19px; top:1px; left:50%; margin-left:-9px; font-size:9px; color:#666; z-index:2; } section[data-template="/tree/tree"] ol ol li .connector:before { content:'●'; } /* Style */ section[data-template="/tree/tree"] ol ol:before, section[data-template="/tree/tree"] ol ol:after, section[data-template="/tree/tree"] ol ol li:before, section[data-template="/tree/tree"] ol ol li:after { content:''; display:block; border-color:rgba(0, 0, 0, .4); border-width:1px; position:absolute; } /* Horizontal */ section[data-template="/tree/tree"] ol ol li:before { width:100%; border-top-style:solid; left:0; top:-36px; } /* Vertical */ section[data-template="/tree/tree"] ol ol li:after { height:43px; border-left-style:solid; top:-35px; left:50%; } section[data-template="/tree/tree"] ol ol:not(:empty):before { height:43px; border-left-style:solid; top:-78px; left:50%; } /* Vertical ends */ section[data-template="/tree/tree"] ol ol li:first-child:before, section[data-template="/tree/tree"] ol ol li:last-child:before { width:50%; } section[data-template="/tree/tree"] ol ol li:first-child:before { left:50% !important; } section[data-template="/tree/tree"] ol ol li:last-child:before { right:50% !important; } section[data-template="/tree/tree"] ol ol li:only-child:before { border:none; } /* Hover */ section[data-template="/tree/tree"] ol:hover ol:before, section[data-template="/tree/tree"] li:hover>ol>li:before, section[data-template="/tree/tree"] li:hover>ol>li:after { } /********************************************************************************************/ /* Levels /********************************************************************************************/ /* section[data-template="/tree/tree"] [data-item]:before { content:'1'; position:absolute; left:0; top:0; height:100%; border-bottom:1px solid #fff; width:100px; font-family: "ProximaNova-Thin"; font-size:50px; } /********************************************************************************************/ /* Pages /********************************************************************************************/ section[data-template="/tree/tree"] ol li .page { padding:7px 10px; margin-bottom:70px; border:1px solid transparent; white-space:normal; display:inline-block; position:relative; } section[data-template="/tree/tree"] ol li .page:hover { } /* The icon */ section[data-template="/tree/tree"] ol li .page .icon { width:100px; height:120px; text-align:center; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; color:#000; font-family: "ProximaNova-Regular"; z-index:1; -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; transition: all .1s ease-out; } /* Preview */ section[data-template="/tree/tree"] ol li .page .icon.preview { width:200px; height:240px; overflow:hidden; } section[data-template="/tree/tree"] ol li .page .icon.preview .face { padding:10px 1px 1px 1px; } section[data-template="/tree/tree"] ol li .page .icon.preview:before { content:'•••'; position:absolute; top:-1px; left:5px; color:#fff; z-index:12; } section[data-template="/tree/tree"] ol li .page .icon iframe { width:1024px; height:1184px; transform:scale(0.2); -moz-transform:scale(0.2); -ms-transform:scale(0.2); -webkit-transform:scale(0.191); -o-transform:scale(0.1); transform-origin:0% 0%; -ms-transform-origin:0% 0%; /* IE 9 */ -webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */ display:none; position:relative; background:#fff; } section[data-template="/tree/tree"] ol li .page .icon.preview iframe { display:block; } section[data-template="/tree/tree"] ol li .page .icon.preview .action { display:none; } /* Badges */ section[data-template="/tree/tree"] ol li .page .cc-badge { top:4px; right:4px; } /* The title */ section[data-template="/tree/tree"] ol li .page .icon .title { padding:5px 0; font-size:11px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; vertical-align:middle; display:inline-block; line-height:normal; /* on rétablit le line-height */ } section[data-template="/tree/tree"] ol li .page .icon .title a { color:#333; } /* By status */ section[data-template="/tree/tree"] ol li .page[data-status="asleep"] .icon { transform:scale(0.8); -moz-transform:scale(0.8); -ms-transform:scale(0.8); -webkit-transform:scale(0.8); -o-transform:scale(0.8); opacity:0.6; } /* Home */ section[data-template="/tree/tree"]>ol>li>.node>.page { /* margin-left:30%; */ } /********************************************************************************************/ /* Action */ /********************************************************************************************/ section[data-template="/tree/tree"] ol li .page .icon .action { } section[data-template="/tree/tree"] ol li .page .icon .action a { color:#fff; padding:2px; cursor:pointer; border-radius:1px; font-size:9px; text-transform:uppercase; line-height:14px !important; font-family: "ProximaNova-Bold"; text-align:left; display:block; } section[data-template="/tree/tree"] ol li .page .icon .action a { } section[data-template="/tree/tree"] ol li .page .icon .action a:before { margin:0 3px 0 0; top:-1px; } section[data-template="/tree/tree"] ol li .page .icon .action a:hover { color:#419BF9; } section[data-template="/tree/tree"] ol li .page[data-status="live"] .icon .action .live, section[data-template="/tree/tree"] ol li .page[data-status="asleep"] .icon .action .asleep { display:none; } /********************************************************************************************/ /* Sortable /********************************************************************************************/ /* Draggable */ .unlocked section[data-template="/tree/tree"] ol li .icon { /* cursor:move; */ } /* Placeholder */ section[data-template="/tree/tree"] li.ui-sortable-placeholder { opacity:0.4 !important; background:rgba(0, 0, 0, .15); visibility:visible !important; } /* Being Dragged */ section[data-template="/tree/tree"] ol li.ui-sortable-helper { } section[data-template="/tree/tree"] ol li.ui-sortable-helper:before, section[data-template="/tree/tree"] ol li.ui-sortable-helper:after { border-color:transparent !important; } section[data-template="/tree/tree"] li.ui-sortable-helper .connector { display:none; } section[data-template="/tree/tree"] li.ui-sortable-helper ol { display:none; } section[data-template="/tree/tree"] ol li.ui-sortable-helper .page .icon { box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, .1) !important; } /********************************************************************************************/ /* New /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="new"] .icon .face { border-style:dotted !important; background:transparent !important; } /********************************************************************************************/ /* Content /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="content"] .icon { } /********************************************************************************************/ /* Feed /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="feed"] .icon { } /********************************************************************************************/ /* Header /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="header"] .connector { display:none; } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face { border:1px solid rgba(0, 0, 0, .4); background:transparent !important; } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face:before { content:''; border-left:1px solid rgba(0, 0, 0, .4); left:50%; height:100%; position:absolute; top:0; } .unlocked section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face:before { border-color:rgba(255, 255, 255, .4); } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face .title { z-index:5; background:#eee !important; position:relative; } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face .action a { z-index:5; position:relative; color:#000; background:#eee; } .unlocked section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face .title { background:#007EE5 !important; } /********************************************************************************************/ /* Links /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="link"] .icon .face { height:70px; line-height:55px !important; border:1px solid rgba(0, 0, 0, .4); background:transparent !important; } section[data-template="/tree/tree"] li .page[data-type="link"] .url { font-size:10px; z-index:3; color:#333; display:block; position:absolute; top:90px; left:65px; text-align:left; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; text-transform:uppercase; color:#419BF9; } .unlocked section[data-template="/tree/tree"] li .page[data-type="link"] .url { display:none; } /********************************************************************************************/ /* Unlocked /********************************************************************************************/ /* Connectors */ .unlocked section[data-template="/tree/tree"] ol ol:before, .unlocked section[data-template="/tree/tree"] ol ol:after, .unlocked section[data-template="/tree/tree"] ol ol li:before, .unlocked section[data-template="/tree/tree"] ol ol li:after { border-color:#fff; } .unlocked section[data-template="/tree/tree"] ol ol li .connector { color:#fff; } /* Face */ .locked section[data-template="/tree/tree"] ol li .page .icon:hover .face { border-color: #419BF9; -webkit-box-shadow: 0 0 4px #419BF9; box-shadow: 0 0 4px #419BF9; } .unlocked section[data-template="/tree/tree"] ol li .page .icon .face { background:rgba(255, 255, 255, .1); border:1px solid #fff; } /* The title */ .unlocked section[data-template="/tree/tree"] ol li .page .icon .title { color:#fff; } /* add */ .locked section[data-template="/tree/tree"] ol li .page .icon .add { display:none; } .unlocked section[data-template="/tree/tree"] ol li .page .icon .add { background:#007EE5; width:30px; height:30px; position:absolute; bottom:-15px; margin-left:-15px; left:50%; border-radius:50%; border:1px solid #fff; opacity:0; line-height:31px; color:#fff; font-size:40px; z-index:100 !important; transform:scale(0.1); -moz-transform:scale(0.1); -ms-transform:scale(0.1); -webkit-transform:scale(0.1); -o-transform:scale(0.1); -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; transition: all .1s ease-out; cursor:pointer; } .unlocked section[data-template="/tree/tree"] ol li:hover>.node>.page>.icon>.add { opacity:1; transform:scale(0.7); -moz-transform:scale(0.7); -ms-transform:scale(0.7); -webkit-transform:scale(0.7); -o-transform:scale(0.7); } .unlocked section[data-template="/tree/tree"] ol li .page .icon .add:hover { opacity:1; transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); } /********************************************************************************************/ /* Flipped /********************************************************************************************/ .icon { -webkit-perspective: 600px; -moz-perspective: 600px; } .icon .face { position: absolute; top: 0; left:0; width:100%; height: inherit; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; padding:7px; line-height:100px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -moz-border-radius: 2px; border-radius:2px; -moz-transform-style: preserve-3d; -moz-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; border:1px solid transparent; } .icon .face>* { vertical-align:middle; display:inline-block; line-height:normal; /* on rétablit le line-height */ } .icon .face.front { z-index: 9; width:100%; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); background:#fff; } .locked .icon .face.front { cursor:pointer; } .unlocked .icon .face.front { cursor:move; } .icon.flipped .face.front { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); } .icon .face.back { z-index: 8; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); background-color:#666; } .icon.flipped .face.back { z-index: 10; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); }
grandcentral/content/template/tree/css/tree.css
section[data-template="/tree/tree"] { /* height:750px; */ } section[data-template="/tree/tree"] ol.tree { cursor:grab; cursor: -webkit-grab; cursor: -moz-grab; padding-top:70px !important; } section[data-template="/tree/tree"] ol.tree.grabbing { cursor:grabbing; cursor: -webkit-grabbing; cursor: -moz-grabbing; } section[data-template="/tree/tree"] ol { text-align:center; padding:0 10px; position:relative; /* Connectors */ } section[data-template="/tree/tree"] li { display:inline-block; white-space:nowrap; vertical-align:top; border-radius:2px; position:relative; /* Connectors */ } /********************************************************************************************/ /* Connectors /********************************************************************************************/ /* Connector */ section[data-template="/tree/tree"] ol ol li .connector { position:absolute; width:19px; top:1px; left:50%; margin-left:-9px; font-size:9px; color:#666; z-index:2; } section[data-template="/tree/tree"] ol ol li .connector:before { content:'●'; } /* Style */ section[data-template="/tree/tree"] ol ol:before, section[data-template="/tree/tree"] ol ol:after, section[data-template="/tree/tree"] ol ol li:before, section[data-template="/tree/tree"] ol ol li:after { content:''; display:block; border-color:rgba(0, 0, 0, .4); border-width:1px; position:absolute; } /* Horizontal */ section[data-template="/tree/tree"] ol ol li:before { width:100%; border-top-style:solid; left:0; top:-36px; } /* Vertical */ section[data-template="/tree/tree"] ol ol li:after { height:43px; border-left-style:solid; top:-35px; left:50%; } section[data-template="/tree/tree"] ol ol:not(:empty):before { height:43px; border-left-style:solid; top:-78px; left:50%; } /* Vertical ends */ section[data-template="/tree/tree"] ol ol li:first-child:before, section[data-template="/tree/tree"] ol ol li:last-child:before { width:50%; } section[data-template="/tree/tree"] ol ol li:first-child:before { left:50% !important; } section[data-template="/tree/tree"] ol ol li:last-child:before { right:50% !important; } section[data-template="/tree/tree"] ol ol li:only-child:before { border:none; } /* Hover */ section[data-template="/tree/tree"] ol:hover ol:before, section[data-template="/tree/tree"] li:hover>ol>li:before, section[data-template="/tree/tree"] li:hover>ol>li:after { } /********************************************************************************************/ /* Levels /********************************************************************************************/ /* section[data-template="/tree/tree"] [data-item]:before { content:'1'; position:absolute; left:0; top:0; height:100%; border-bottom:1px solid #fff; width:100px; font-family: "ProximaNova-Thin"; font-size:50px; } /********************************************************************************************/ /* Pages /********************************************************************************************/ section[data-template="/tree/tree"] ol li .page { padding:7px 10px; margin-bottom:70px; border:1px solid transparent; white-space:normal; display:inline-block; position:relative; } section[data-template="/tree/tree"] ol li .page:hover { } /* The icon */ section[data-template="/tree/tree"] ol li .page .icon { width:100px; height:120px; text-align:center; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; color:#000; font-family: "ProximaNova-Regular"; z-index:1; -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; transition: all .1s ease-out; } /* Preview */ section[data-template="/tree/tree"] ol li .page .icon.preview { width:200px; height:240px; overflow:hidden; } section[data-template="/tree/tree"] ol li .page .icon.preview .face { padding:10px 1px 1px 1px; } section[data-template="/tree/tree"] ol li .page .icon.preview:before { content:'•••'; position:absolute; top:-1px; left:5px; color:#fff; z-index:12; } section[data-template="/tree/tree"] ol li .page .icon iframe { width:1024px; height:1184px; transform:scale(0.2); -moz-transform:scale(0.2); -ms-transform:scale(0.2); -webkit-transform:scale(0.191); -o-transform:scale(0.1); transform-origin:0% 0%; -ms-transform-origin:0% 0%; /* IE 9 */ -webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */ display:none; position:relative; background:#fff; } section[data-template="/tree/tree"] ol li .page .icon.preview iframe { display:block; } section[data-template="/tree/tree"] ol li .page .icon.preview .action { display:none; } /* Badges */ section[data-template="/tree/tree"] ol li .page .cc-badge { top:4px; right:4px; } /* The title */ section[data-template="/tree/tree"] ol li .page .icon .title { padding:5px 0; font-size:11px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; vertical-align:middle; display:inline-block; line-height:normal; /* on rétablit le line-height */ } section[data-template="/tree/tree"] ol li .page .icon .title a { color:#333; } /* By status */ section[data-template="/tree/tree"] ol li .page[data-status="asleep"] .icon { transform:scale(0.8); -moz-transform:scale(0.8); -ms-transform:scale(0.8); -webkit-transform:scale(0.8); -o-transform:scale(0.8); opacity:0.6; } /* Home */ section[data-template="/tree/tree"]>ol>li>.node>.page { /* margin-left:30%; */ } /********************************************************************************************/ /* Action */ /********************************************************************************************/ section[data-template="/tree/tree"] ol li .page .icon .action { } section[data-template="/tree/tree"] ol li .page .icon .action a { color:#fff; padding:2px; cursor:pointer; border-radius:1px; font-size:9px; text-transform:uppercase; line-height:14px !important; font-family: "ProximaNova-Bold"; text-align:left; display:block; } section[data-template="/tree/tree"] ol li .page .icon .action a { } section[data-template="/tree/tree"] ol li .page .icon .action a:before { margin:0 3px 0 0; top:-1px; } section[data-template="/tree/tree"] ol li .page .icon .action a:hover { color:#419BF9; } section[data-template="/tree/tree"] ol li .page[data-status="live"] .icon .action .live, section[data-template="/tree/tree"] ol li .page[data-status="asleep"] .icon .action .asleep { display:none; } /********************************************************************************************/ /* Sortable /********************************************************************************************/ /* Draggable */ .unlocked section[data-template="/tree/tree"] ol li .icon { /* cursor:move; */ } /* Placeholder */ section[data-template="/tree/tree"] li.ui-sortable-placeholder { opacity:0.4 !important; background:rgba(0, 0, 0, .15); visibility:visible !important; } /* Being Dragged */ section[data-template="/tree/tree"] ol li.ui-sortable-helper { } section[data-template="/tree/tree"] ol li.ui-sortable-helper:before, section[data-template="/tree/tree"] ol li.ui-sortable-helper:after { border-color:transparent !important; } section[data-template="/tree/tree"] li.ui-sortable-helper .connector { display:none; } section[data-template="/tree/tree"] li.ui-sortable-helper ol { display:none; } section[data-template="/tree/tree"] ol li.ui-sortable-helper .page .icon { box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, .1) !important; } /********************************************************************************************/ /* New /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="new"] .icon .face { border-style:dotted !important; background:transparent !important; } /********************************************************************************************/ /* Content /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="content"] .icon { } /********************************************************************************************/ /* Feed /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="feed"] .icon { } /********************************************************************************************/ /* Header /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="header"] .connector { display:none; } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face { border:1px solid rgba(0, 0, 0, .4); background:transparent !important; } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face:before { content:''; border-left:1px solid rgba(0, 0, 0, .4); left:50%; height:100%; position:absolute; top:0; } .unlocked section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face:before { border-color:rgba(255, 255, 255, .4); } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face .title { z-index:5; background:#eee !important; position:relative; } section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face .action a { z-index:5; position:relative; color:#000; background:#eee; } .unlocked section[data-template="/tree/tree"] li .page[data-type="header"] .icon .face .title { background:#007EE5 !important; } /********************************************************************************************/ /* Links /********************************************************************************************/ section[data-template="/tree/tree"] li .page[data-type="link"] .icon .face { height:70px; line-height:55px !important; border:1px solid rgba(0, 0, 0, .4); background:transparent !important; } section[data-template="/tree/tree"] li .page[data-type="link"] .url { font-size:10px; z-index:3; color:#333; display:block; position:absolute; top:90px; left:65px; text-align:left; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; text-transform:uppercase; color:#419BF9; } .unlocked section[data-template="/tree/tree"] li .page[data-type="link"] .url { display:none; } /********************************************************************************************/ /* Unlocked /********************************************************************************************/ /* Connectors */ .unlocked section[data-template="/tree/tree"] ol ol:before, .unlocked section[data-template="/tree/tree"] ol ol:after, .unlocked section[data-template="/tree/tree"] ol ol li:before, .unlocked section[data-template="/tree/tree"] ol ol li:after { border-color:#fff; } .unlocked section[data-template="/tree/tree"] ol ol li .connector { color:#fff; } /* Face */ .locked section[data-template="/tree/tree"] ol li .page .icon:hover .face { border-color: #419BF9; -webkit-box-shadow: 0 0 4px #419BF9; box-shadow: 0 0 4px #419BF9; } .unlocked section[data-template="/tree/tree"] ol li .page .icon .face { background:rgba(255, 255, 255, .1); border:1px solid #fff; } /* The title */ .unlocked section[data-template="/tree/tree"] ol li .page .icon .title { color:#fff; } /* add */ .locked section[data-template="/tree/tree"] ol li .page .icon .add { display:none; } .unlocked section[data-template="/tree/tree"] ol li .page .icon .add { background:#007EE5; width:30px; height:30px; position:absolute; bottom:-15px; margin-left:-15px; left:50%; border-radius:50%; border:1px solid #fff; opacity:0; line-height:31px; color:#fff; font-size:40px; z-index:100 !important; transform:scale(0.1); -moz-transform:scale(0.1); -ms-transform:scale(0.1); -webkit-transform:scale(0.1); -o-transform:scale(0.1); -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; transition: all .1s ease-out; cursor:pointer; } .unlocked section[data-template="/tree/tree"] ol li:hover>.node>.page>.icon>.add { opacity:1; transform:scale(0.7); -moz-transform:scale(0.7); -ms-transform:scale(0.7); -webkit-transform:scale(0.7); -o-transform:scale(0.7); } .unlocked section[data-template="/tree/tree"] ol li .page .icon .add:hover { opacity:1; transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); } /********************************************************************************************/ /* Flipped /********************************************************************************************/ .icon { -webkit-perspective: 600px; -moz-perspective: 600px; } .icon .face { position: absolute; top: 0; left:0; width:100%; height: inherit; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; padding:7px; line-height:100px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -moz-border-radius: 2px; border-radius:2px; -moz-transform-style: preserve-3d; -moz-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; border:1px solid transparent; } .icon .face>* { vertical-align:middle; display:inline-block; line-height:normal; /* on rétablit le line-height */ } .icon .face.front { z-index: 9; width:100%; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); background:#fff; } .locked .icon .face.front { cursor:pointer; } .unlocked .icon .face.front { cursor:move; } .icon.flipped .face.front { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); } .icon .face.back { z-index: 8; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); background-color:#666; } .icon.flipped .face.back { z-index: 10; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); }
0.116689
0.044764
min-height: 100vh; min-width: 100vw; background-color: #f2f2f2; font-family: arial, sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } #checkout form { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1024px; -webkit-box-shadow: none; box-shadow: none; } #checkout form #error, #checkout form #success { width: 100%; text-align: center; margin-bottom: 20px; font-size: 16px; color: red; } #checkout form .payments-details, #checkout form .personal-information, #checkout form .complete { -ms-flex-item-align: start; align-self: flex-start; display: -webkit-box; display: -ms-flexbox; display: flex; width: 60%; -ms-flex-wrap: wrap; flex-wrap: wrap; } #checkout form .payments-details h2, #checkout form .personal-information h2, #checkout form .complete h2 { font-size: 10px; font-weight: 700; -ms-flex-preferred-size: 100%; flex-basis: 100%; line-height: 20px; margin-bottom: 25px; margin-left: -8px; color: #000; } #checkout form .payments-details h2 .section-number, #checkout form .personal-information h2 .section-number, #checkout form .complete h2 .section-number { display: inline-block; background-color: #000; color: #fff; border-radius: 50%; width: 20px; height: 20px; margin-right: 15px; margin-left: -15px; text-align: center; } #checkout form .payments-details .input-wrapper, #checkout form .personal-information .input-wrapper, #checkout form .complete .input-wrapper { position: relative; -ms-flex-preferred-size: 45%; flex-basis: 45%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 50px; margin: 0 10px 20px 10px; width: 275px; } #checkout form .payments-details .input-wrapper label, #checkout form .personal-information .input-wrapper label, #checkout form .complete .input-wrapper label { position: absolute; top: 5px; left: 10px; font-size: 10px; color: #000; font-weight: 700; } #checkout form .payments-details .input-wrapper input, #checkout form .payments-details .input-wrapper select, #checkout form .personal-information .input-wrapper input, #checkout form .personal-information .input-wrapper select, #checkout form .complete .input-wrapper input, #checkout form .complete .input-wrapper select { padding: 29px 0px 5px 10px; border: 1px solid #f2f2f2; width: 100%; -webkit-box-shadow: 0px 1px 2px 0px #d9d9d9; box-shadow: 0px 1px 2px 0px #d9d9d9; font-size: 12px; } #checkout form .payments-details .input-wrapper input#country, #checkout form .payments-details .input-wrapper select#country, #checkout form .personal-information .input-wrapper input#country, #checkout form .personal-information .input-wrapper select#country, #checkout form .complete .input-wrapper input#country, #checkout form .complete .input-wrapper select#country { padding: 28px 0 4px 5px; width: 102%; } #checkout form .payments-details .complete-button, #checkout form .personal-information .complete-button, #checkout form .complete .complete-button { background-color: #6fd401; border: none; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 40px 0 20px 10px; width: 99%; height: 50px; } #checkout form .personal-information :nth-of-type(3), #checkout form .personal-information :nth-of-type(6) { -ms-flex-preferred-size: 100%; flex-basis: 100%; } #checkout form .payments-details :nth-of-type(1) { -ms-flex-preferred-size: 100%; flex-basis: 100%; } #checkout form .order { margin: 70px 0 0 10px; width: 30%; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-item-align: start; align-self: flex-start; outline: 1px dashed #f2f2f2; outline-offset: -5px; color: #000; } #checkout form .order h2 { font-size: 16px; font-weight: 700; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; line-height: 26px; margin-top: 0; text-align: end; margin: 0 20px 0 0; } #checkout form .order h3 { font-size: 10px; font-weight: 700; -ms-flex-preferred-size: 100%; flex-basis: 100%; text-transform: uppercase; line-height: 10px; margin: 25px 0 20px 20px; } #checkout form .order p { font-size: 10px; -ms-flex-preferred-size: 40%; flex-basis: 40%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin: 0 0 20px 20px; line-height: 10px; } #checkout form .order p:nth-of-type(even) { text-align: end; margin: 0 20px 0 0; } #checkout form .order .modern-buckle { position: relative; padding-bottom: 29px; margin-bottom: 16px; } #checkout form .order .modern-buckle::after { position: absolute; left: 0; content: " "; display: block; border-bottom: 1px dashed #f2f2f2; width: 200%; padding-top: 29px; } #checkout form .order .estimated-tax { position: relative; padding-bottom: 20px; margin-bottom: 16px; } #checkout form .order .estimated-tax::after { position: absolute; left: 0; content: " "; display: block; border-bottom: 1px dashed #f2f2f2; width: 200%; padding-top: 20px; } /*# sourceMappingURL=checkout.css.map */
app/css/checkout.css
min-height: 100vh; min-width: 100vw; background-color: #f2f2f2; font-family: arial, sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } #checkout form { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1024px; -webkit-box-shadow: none; box-shadow: none; } #checkout form #error, #checkout form #success { width: 100%; text-align: center; margin-bottom: 20px; font-size: 16px; color: red; } #checkout form .payments-details, #checkout form .personal-information, #checkout form .complete { -ms-flex-item-align: start; align-self: flex-start; display: -webkit-box; display: -ms-flexbox; display: flex; width: 60%; -ms-flex-wrap: wrap; flex-wrap: wrap; } #checkout form .payments-details h2, #checkout form .personal-information h2, #checkout form .complete h2 { font-size: 10px; font-weight: 700; -ms-flex-preferred-size: 100%; flex-basis: 100%; line-height: 20px; margin-bottom: 25px; margin-left: -8px; color: #000; } #checkout form .payments-details h2 .section-number, #checkout form .personal-information h2 .section-number, #checkout form .complete h2 .section-number { display: inline-block; background-color: #000; color: #fff; border-radius: 50%; width: 20px; height: 20px; margin-right: 15px; margin-left: -15px; text-align: center; } #checkout form .payments-details .input-wrapper, #checkout form .personal-information .input-wrapper, #checkout form .complete .input-wrapper { position: relative; -ms-flex-preferred-size: 45%; flex-basis: 45%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 50px; margin: 0 10px 20px 10px; width: 275px; } #checkout form .payments-details .input-wrapper label, #checkout form .personal-information .input-wrapper label, #checkout form .complete .input-wrapper label { position: absolute; top: 5px; left: 10px; font-size: 10px; color: #000; font-weight: 700; } #checkout form .payments-details .input-wrapper input, #checkout form .payments-details .input-wrapper select, #checkout form .personal-information .input-wrapper input, #checkout form .personal-information .input-wrapper select, #checkout form .complete .input-wrapper input, #checkout form .complete .input-wrapper select { padding: 29px 0px 5px 10px; border: 1px solid #f2f2f2; width: 100%; -webkit-box-shadow: 0px 1px 2px 0px #d9d9d9; box-shadow: 0px 1px 2px 0px #d9d9d9; font-size: 12px; } #checkout form .payments-details .input-wrapper input#country, #checkout form .payments-details .input-wrapper select#country, #checkout form .personal-information .input-wrapper input#country, #checkout form .personal-information .input-wrapper select#country, #checkout form .complete .input-wrapper input#country, #checkout form .complete .input-wrapper select#country { padding: 28px 0 4px 5px; width: 102%; } #checkout form .payments-details .complete-button, #checkout form .personal-information .complete-button, #checkout form .complete .complete-button { background-color: #6fd401; border: none; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 40px 0 20px 10px; width: 99%; height: 50px; } #checkout form .personal-information :nth-of-type(3), #checkout form .personal-information :nth-of-type(6) { -ms-flex-preferred-size: 100%; flex-basis: 100%; } #checkout form .payments-details :nth-of-type(1) { -ms-flex-preferred-size: 100%; flex-basis: 100%; } #checkout form .order { margin: 70px 0 0 10px; width: 30%; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-item-align: start; align-self: flex-start; outline: 1px dashed #f2f2f2; outline-offset: -5px; color: #000; } #checkout form .order h2 { font-size: 16px; font-weight: 700; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; line-height: 26px; margin-top: 0; text-align: end; margin: 0 20px 0 0; } #checkout form .order h3 { font-size: 10px; font-weight: 700; -ms-flex-preferred-size: 100%; flex-basis: 100%; text-transform: uppercase; line-height: 10px; margin: 25px 0 20px 20px; } #checkout form .order p { font-size: 10px; -ms-flex-preferred-size: 40%; flex-basis: 40%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin: 0 0 20px 20px; line-height: 10px; } #checkout form .order p:nth-of-type(even) { text-align: end; margin: 0 20px 0 0; } #checkout form .order .modern-buckle { position: relative; padding-bottom: 29px; margin-bottom: 16px; } #checkout form .order .modern-buckle::after { position: absolute; left: 0; content: " "; display: block; border-bottom: 1px dashed #f2f2f2; width: 200%; padding-top: 29px; } #checkout form .order .estimated-tax { position: relative; padding-bottom: 20px; margin-bottom: 16px; } #checkout form .order .estimated-tax::after { position: absolute; left: 0; content: " "; display: block; border-bottom: 1px dashed #f2f2f2; width: 200%; padding-top: 20px; } /*# sourceMappingURL=checkout.css.map */
0.312895
0.036322
body.scoreboard div, body.scoreboard span, body.scoreboard td { background-color: transparent; } p, h1, h2, h3, th, td, div, span, li { font-family: "Lucida Sans", Arial, Helvetica, sans-serif; } h1 { font-size: 120%; font-weight: bold; text-align: center; } h2 { font-size: 100%; font-weight: bold; text-align: left; } h3 { font-size: 100%; font-style: italic; text-align: left; } p.hang { text-indent: -2em; margin-left: 2em; } tr, th, td { page-break-inside: avoid; } tr.odd { background-color: #e0ffe0; } tr.even { } td.rank, td.wl, td.spread, td.sum, td.rating, td.score, td.thai { font-family: monospace; } td.class, th.class, td.round, th.round { text-align: center; } .rank, .rating, .score, .spread, .sum, td.thai, th.thai { text-align: right; } .table { text-align: center; } .board, .pclass { text-align: center; } .wl { text-align: center; white-space: nowrap; } .last, .next, .oppname, .team, .name { text-align: left; } /* begin blinking scoreboard */ .alt0 .last, .alt1 .next { display: none; } .alt0 .last.nonext, .alt1 .next.nolast { display: inline; } /* end blinking scoreboard */ body.absp .board { display: none; } .rating { /* display: none; */ } .wins { text-align: center; } td.owner { font-size: 80%; } td.team { font-size: 60%; white-space: nowrap; } body.roto p.notice { font-size: 60%; } table.roto td { padding: 0 .5em; } td { padding: 0.2em 0.5em 0.2em 0.5em; } th { padding: 0.2em 0.5em 0.5em 0.5em; } body.wallchart td.name { white-space: nowrap; } body.wallchart td.loss, body.wallchart td.tie, body.wallchart td.win, body.wallchart td.bye, body.wallchart td.empty { white-space: nowrap; } body.wallchart td.win { background-color: #c0c0ff; } body.wallchart td.loss { background-color: white; } body.wallchart td.tie { background-color: #c0ffc0; } body.wallchart td.bye { background-color: #c080ff; } body.wallchart td.empty { background-color: white; } body.wallchart div.opp { text-align: center; font-size: 75%; } body.wallchart td { padding: 2px; } body.wallchart div.score, body.wallchart div.record, body.wallchart div.spread { text-align: center; font-family: monospace; font-size: 80%; } @media print { body.wallchart table { border-collapse: collapse; } body.wallchart td { border: 1px solid black; } a, a:link, a:visited { text-decoration: none; color: black; } p.backref { display: none; } .noprint { display: none; } } @media screen { table.noscreenhead tr.top1 th { display: none; } } /* span.starts { color: red; } */ /* span.starts { display: none; } */ span.starts { white-space: nowrap; } p.notice { text-align: center; font-size: 70%; } /* virtual CSC */ table.scorecard td { padding: 0.1em 0.1em; margin: 0; } table.scorecard th { padding: 0.1em 0.5em; margin: 0; } table.scorecard td, table.scorecard th { border: solid black 1pt; } table.scorecard tr.top1 td, table.scorecard tr.top1 th { border-top: solid black 2pt; } table.scorecard tr.top1 { font-size: 125%; } table.scorecard tr.top1 td { text-align: center; } table.scorecard tr.top1 .number { font-size: 200%; border-right: none; } table.scorecard tr.top1 .name span.label { display: none; } table.scorecard tr.top1 .name { border-left: none; border-right: none; } table.scorecard tr.top1 .rating { font-family: Arial, Helvetica, sans-serif; border-left: none; padding-right: 0.5em; } table.scorecard tr.top1 .number, table.scorecard th.round, table.scorecard td.p12, table.scorecard td.round { border-left: black solid 2px; } table.scorecard tr.top1 .rating, table.scorecard th.spread, table.scorecard td.spread, table.scorecard td.cume, table.scorecard td.cume2 { border-right: black solid 2px; } table.scorecard td.cume2 { border-left: black solid 1px; } table.scorecard td.round { text-align: center; font-size: 150%; border-bottom: none; padding-bottom: 0; } table.scorecard td.p12 { text-align: center; font-size: 80%; border-top: none; padding-top: 0; } body.gui .tshWidgetBoolean, body.gui .tshWidgetEnum, body.gui .tshWidgetHash, body.gui .tshWidgetHashPair, body.gui .tshWidgetHashPair > div, body.gui .tshWidgetHashPairKey, body.gui .tshWidgetHashPairValue, body.gui .tshWidgetInteger, body.gui .tshWidgetString { display: inline; } body.gui .config .error { background-color: #FF8080; color: black; padding: 0 0.5em; } body.gui .config .hidden-error { display: none; } body.gui div#gui_content { width: 320px; } body.gui img { border: none; } body.gui table.scorecard td.round { border-bottom: 1px solid black; } @media print { body.gui table.scorecard tr.top1 th.number img { height: 0.8em; width: 0.8em; float: right; } body.gui table.scorecard td.round div.context { position: relative; font-size: 80%; width: 6em; height: 1em; } body.gui table.scorecard td.round div.round { text-align: center; position: absolute; top: 0em; left: 0em; width: 2em; } body.gui table.scorecard td.round div.p12 { text-align: center; position: absolute; font-size: 80%; top: 0em; left: 2em; width: 6em; } body.gui table.scorecard td.onam img { height: 1.25em; width: 1.25em; } body.gui table.scorecard td.spread div.context { text-align: center; } body.gui table.scorecard td.spread div.spread { display: inline; } body.gui table.scorecard td.spread div.cume:before { content: " = "; } body.gui table.scorecard td.spread div.cume { display: inline; } } @media screen { body.gui table.scorecard tr.top1 th.number img { height: 1.25em; width: 1.25em; float: right; } body.gui table.scorecard th.round { width: 3.2em; } body.gui table.scorecard td.round div.context { position: relative; font-size: 80%; height: 2.5em; width: 4em; } body.gui table.scorecard td.round div.round { text-align: center; position: absolute; top: 0em; height: 1.5em; left: 0em; width: 4em; } body.gui table.scorecard td.round div.p12 { text-align: center; position: absolute; font-size: 80%; top: 1.5em; left: 0em; width: 5em; } body.gui table.scorecard td.onam img { height: 2.5em; width: 2.5em; float: left; } body.gui table.scorecard td.spread div.context { position: relative; height: 2.5em; width: 4em; } body.gui table.scorecard td.spread div.spread { text-align: center; position: absolute; top: 0em; height: 1.5em; left: 0em; width: 4em; } body.gui table.scorecard td.spread div.cume:before { content: " = "; } body.gui table.scorecard td.spread div.cume { text-align: center; position: absolute; font-size: 80%; top: 1.5em; left: 0em; width: 5em; } } body.gui table.scorecard td.round div.p12 span.y { border: 1px solid black; -moz-border-radius: 0.4em; -webkit-border-radius: 0.4em; border-radius: 0.4em; } body.gui table.scorecard td.round div.p12 span.n { text-decoration: line-through; } table.scorecard td.board, table.scorecard td.table, table.scorecard td.seat, table.scorecard td.for, table.scorecard td.against, table.scorecard td.won, table.scorecard td.lost, table.scorecard td.onum, table.scorecard td.orat { font-size: 120%; text-align: center; } table.scorecard td.onam { text-align: left; padding-left: 0.25em; } table.scorecard td.won, table.scorecard th.won, table.scorecard td.lost, table.scorecard th.lost { width: 24pt; } table.scorecard td.for, table.scorecard th.for, table.scorecard td.against, table.scorecard th.against { width: 48pt; } table.scorecard td.cumelabel { border-right: none; padding-left: 0.25em; } table.scorecard td.cumelabel span.label { font-size: 75%; } table.scorecard span.strut { font-size: 120%; } body.gui table.scorecard th.spread { text-align: center; } body.gui table.scorecard tr.round1 td.spread { text-align: center; padding-left: 1em; } table.scorecard tr.round1 td.spread, table.scorecard td.cume, table.scorecard td.cume2 { text-align: right; font-family: Arial, Helvetica, sans-serif; padding-right: 1em; /* can't use relative measure here due to unidentified Safari bug */ font-size: 12pt; } table.scorecard td.cume { border-left: none; } table.scorecard tr.bottom td { border-left: none; border-bottom: none; border-right: none; font-size: 3px; } body.ratings table, body.ratings h1 { font-size: 90%; } table.handicaps th, table.handicaps td, table.ratings th, table.ratings td { font-size: 100%; line-height: 90%; margin: 0; } table.ratings th.last, table.ratings th.next, table.ratings th.pclass, table.ratings th.rank, table.ratings th.wl { font-size: 70%; } table.ratings th.thai, table.ratings th.sum, table.ratings th.spread { font-size: 60%; } table.ratings th.rating { font-size: 50%; } table.ratings th.pclass { font-size: 70%; } table.ratings th.last, table.ratings th.name, table.ratings th.oppname, table.ratings td.last, table.ratings td.name, table.ratings td.oppname { padding: 0.1em 0.2em; } table.ratings td.last { white-space: nowrap; } /* multipair */ body.multipair td, body.multipair th { text-align: center; } body.multipair td.name, body.multipair th.name { text-align: left; } body.multipair tr.subhead th, body.multipair th.opp, body.multipair th.p12, body.multipair th.board, body.multipair th.table { font-size: 70%; padding-top: 0; } body.multipair td.opp, body.multipair th.opp { text-align: right; padding-right: 0.25em; } body.multipair td.board, body.multipair th.board { text-align: left; padding-left: 0.25em; } body.multipair td.p12 { text-align: center; } /* alpha pair */ body.pairings, body.alpha_pairings h1 { margin-bottom: 0.4em; font-size: 100%; } body.pairings table.pairings th, body.alpha_pairings table.alpha_pairings th { font-size: 90%; padding-bottom: 0.25em;} body.pairings .notice, body.alpha_pairings .notice { display: none; } table.pairings, table.alpha_pairings { padding: 0.2em 0.5em; } table.pairings th, table.pairings td, table.alpha_pairings th, table.alpha_pairings td { font-size: 100%; line-height: 90%; padding: 0.2em 0.5em; margin: 0; } table.alpha_pairings span.repeat { display: block; font-size: 80%; color: red; } table.pairings span.repeat { color: red; } table.pairings th, table.pairings td, table.alpha_pairings th, table.alpha_pairings td { border-bottom: 1px dotted gray; } table.pairings td.table, table.alpha_pairings td.table { border-left: 1px dotted gray; } table.pairings td.left, table.alpha_pairings td.left { border-left: 1px dotted gray; } table.pairings td.midright, table.pairings td.right, table.alpha_pairings td.midright, table.alpha_pairings td.right { border-right: 1px dotted gray; } /* prizes */ table.prizes th { border-bottom: 3pt double black; } table.prizes td { border-bottom: 1pt solid black; margin: 0; padding: 0.25em 0.25em 0.25em 0.25em; font-size: 120%; page-break-inside: avoid; vertical-align: top; border-right: 1pt dotted black; } table.prizes td.number { border-left: 1pt dotted black; text-align: center; width: 3em; } table.prizes td.description { width: 15em; } /* table.prizes td.value { width: 5em; text-align: right; } */ table.prizes td.value { text-align: right; } table.prizes td.winner { width: 25em; } body.scores td { border-top: 1px dotted black; } /* scoreboard */ body.enhanced.scoreboard { padding: 0; margin: 0;} body.enhanced.scoreboard .notice { display: none; } body.scoreboard .nosb { display: none; } body.scoreboard { margin-top: 0; } body.scoreboard p.noprint, body.scoreboard p.backref, body.scoreboard h1, body.scoreboard h2 { display: none; } body.scoreboard { background-color: #202040; color: white; } body.scoreboard div.wlb { float:left; text-align: center; margin-bottom: 0.25em; background-color: yellow; border-top: 1px yellow solid; border-bottom: 1px yellow solid; margin-left: 0.5em; } body.scoreboard div.wlb div.w { background-color: #c0FFc0; /* margin-bottom: 0.25em; */ color: black; } body.scoreboard div.wlb div.l { background-color: #FFc0c0; color: black; } body.scoreboard div.wlb.money { color: black; } body.scoreboard div#sb { position: relative; width: 99%; height: 99%; } body.scoreboard div.MSF_container_16 div#sb { position: absolute; left: 0px; } .sbctl { white-space: nowrap; position: absolute; height: 20px; left: 0; font-size: 70%; padding-left: 4px; } .sbctl a { color: white; background-color: #4040c0; text-decoration: none; padding: 2px; } .sbctl #error { font-style: italic; color: #FFFFC0; } body.scoreboard .old span.ordinal_affix { font-size: 80%; } body.scoreboard span.ordinal_affix { font-size: 50%; } body.scoreboard div.head { position: relative; } body.scoreboard div.head span.team{ position: absolute; z-index: 2; left: 0; bottom: 0; font-weight: bold; font-size: 80%; color: white; padding-bottom: 0.25em; padding-right: 0.25em; /* background-color: black; // only for T/M? */ } body.scoreboard div.sbp.compact span.team { padding: 0 0.25em 0 0; } body.scoreboard div.sbp { overflow: hidden; } body.scoreboard div.sbp td { padding: 0; vertical-align: top; } body.scoreboard div.sbp div.head { clear: both; } body.scoreboard div.sbp div.head span.team img { border-top: 1px #600000 solid; border-left: 1px #600000 solid; padding-left: 0.25em; } body.scoreboard div.sbp.money div.head span.team img { border-top: 1px #006000 solid; border-left: 1px #006000 solid; padding-left: 0.25em; } body.scoreboard div.sbp.nomoney div.head span.team img { border-top: 1px #000060 solid; border-left: 1px #000060 solid; padding-left: 0.25em; } body.scoreboard div.sbp.money { border: 1px solid #00c000; } /* keep IE happy with following */ table.scoreboard div.sbp div.money { border: none; } body.scoreboard div.sbp.nomoney { border: 1px solid #0000c0; } body.scoreboard div.sbp { border: 1px solid #c00000; } body.scoreboard div.sbp { float:left; color:white; margin-left: 0.2em; margin-bottom: 0.25em; position: relative; z-index: 0; } body.scoreboard table.scoreboard div.sbp.compact { margin-left: 0; margin-bottom: 0; } body.scoreboard div.sbp.leader { margin-left: 0.5em; } body.scoreboard div.sbp { background-color: #400000; } body.scoreboard div.sbp.money { background-color: #004000; } body.scoreboard div.sbp.nomoney { background-color: #000040; } body.scoreboard div.sbp .me { margin-right: 0.25em; } body.scoreboard div.sbp .me, body.scoreboard div.sbp .opp { float:left; } /* omitting the table below causes IE to fail */ body.scoreboard div.sbp.money table .me { background-color: #006000; } body.scoreboard div.sbp.money table .opp { background-color: #206020; } body.scoreboard div.sbp.nomoney table .me { background-color: #000060; } body.scoreboard div.sbp.nomoney table .opp { background-color: #202060; } body.scoreboard div.sbp .me { background-color: #600000; } body.scoreboard div.sbp .opp { background-color: #602020; } body.scoreboard table div.sbp.compact.money .opp { background-color: #206020; } body.scoreboard div.sbp .me .rank, body.scoreboard div.sbp .me .newr { text-align: left; padding-top: 0.25em; padding-bottom: 0; float:left; } body.scoreboard div.sbp .me .rank { font-size: 120%; } body.scoreboard div.sbp .me .old { padding-left: 0.25em; } body.scoreboard div.sbp .me .oldr, body.scoreboard div.sbp .me .handicap, body.scoreboard div.sbp .me .old { font-size: 50%; } body.scoreboard div.sbp .me .money, body.scoreboard div.sbp .me .oldr, body.scoreboard div.sbp .me .handicap, body.scoreboard div.sbp .me .old { float:left; } body.scoreboard div.sbp.nomoney .me .handicap { background-color: #000040; border-right: 1px #c0c0ff solid; } body.scoreboard div.sbp.money .me .handicap { background-color: #004000; border-right: 1px #c0ffc0 solid; } body.scoreboard div.sbp .me .handicap { background-color: #400000; border-right: 1px #ffc0c0 solid; padding-left: 1px; padding-right: 1px; } body.scoreboard div.sbp .me .handicap .label { color: yellow; } body.scoreboard div.sbp .me .money { padding-left: 0.25em; } body.scoreboard div.sbp .me .wl { float: left; font-size: 80%; } body.scoreboard table.scoreboard.sudoku div.sbp .me .wl { display: inline; padding-left: 0.5em; font-size: 120%; } body.enhanced.scoreboard table.scoreboard div.sbp.compact > div { display: block; float: left; overflow: hidden; font-size: 100%; padding: 0.25em; } /* body.scoreboard table.scoreboard div.sbp .opp .next .bye, body.scoreboard table.scoreboard div.sbp .opp .where { clear: none; } */ body.enhanced.scoreboard table.scoreboard div.sbp.compact div.rank { width: 2em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.wl { width: 9em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.head { width: 8em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.name { width: 15em; vertical-align: top; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.rating { width: 6em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.opp { width: 32em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .given, body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .end_id, body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .surname { display: inline; vertical-align: top; clear: none; } body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .given:after, body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .surname:after { content: " "; } body.enhanced.scoreboard div.ESBMessageClass { position:absolute; font-size: 48px; white-space: pre-wrap; z-index: 2; float:left; width: 800px; text-align: center } body.scoreboard table.scoreboard div.sbp.compact .opp .next > div { display: block; float: left; overflow: hidden; font-size: 100%; padding: 0.25em; } body.scoreboard table.scoreboard div.sbp.compact .opp .title { width: 3em; } body.scoreboard table.scoreboard div.sbp.compact .opp .where { width: 5em; } body.scoreboard table.scoreboard div.sbp.compact .opp .repeats { width: 3em; } body.scoreboard table.scoreboard div.sbp.compact .opp .hs { width: 15em; } body.scoreboard div.sbp .me img.head { z-index: 1; padding: 0 0.25em 0.25em 0.25em; } body.scoreboard div.sbp .me .name span { color: yellow; } body.scoreboard div.sbp .me .name { font-size: 70%; } body.scoreboard div.sbp .name .given, body.scoreboard div.sbp .name .surname { display: block; clear: both; } body.scoreboard div.sbp .opp { font-size: 70%; } body.scoreboard div.sbp .opp .title { clear: both; color: yellow; float: left; } body.scoreboard div.sbp .opp .repeats { color: red; float: left; padding-left: 0.25em; } body.scoreboard div.sbp .opp .next .bye, body.scoreboard div.sbp .opp .where { clear: both; } body.scoreboard div.sbp.nomoney .opp .title { background-color: #000040; } body.scoreboard div.sbp.money .opp .title { background-color: #004000; } body.scoreboard div.sbp .opp .title { background-color: #400000; } body.scoreboard table div.sbp div.name img.head { z-index: 1; padding: 0 0 0 0.25em; } body.scoreboard div.sbp .opp img.head { z-index: 1; padding-right: 0.25em; padding-bottom: 0.25em; } body.scoreboard div.last div.oldrk, body.scoreboard div.sbp .opp .hs .head, body.scoreboard div.sbp .opp .hs .name { float:left; } body.scoreboard div.record { clear: both; } body.scoreboard div.record div.title { float: none; } body.scoreboard div.record div.rdss { float: left; position: relative; } body.scoreboard div.record div.rds { float: none; } body.scoreboard div.record div.rd { color: black; float: left; } body.scoreboard div.record div.rd div { font-family: monospace; font-weight: bold; font-size: 110%; } body.scoreboard div.sbp div.record .bye, body.scoreboard div.sbp div.record .win { background-color: #c0FFc0; } body.scoreboard div.sbp div.record .tie { background-color: #c0c0c0; } body.scoreboard div.sbp div.record .forfeit, body.scoreboard div.sbp div.record .loss { background-color: #FFc0c0; } body.scoreboard div.record div div { float:none; text-align: center; } body.scoreboard div.record .rd .p0 { color: white; background-color: #600000; padding-top: 0.25em; } body.scoreboard div.record .rd .p1 { color: black; background-color: #808080; padding-top: 0.25em; } body.scoreboard div.record .rd .p2 { color: white; background-color: black; padding-top: 0.25em; } span.narrow { font-stretch: ultra-condensed; } body.scoreboard .last .bye, body.scoreboard .gs, body.scoreboard .gsn { clear:both; } body.scoreboard .gsn { background-color: red; color: black; } body.scoreboard div.noprint { display: none; } body.rosters .team { font-size: 100%; } body.rosters .player { text-align: left; } table.tally_slips { width: 100%; page-break-inside: avoid; border-collapse: collapse; } table.tally_slips tr.row2 td.skip { width: 36pt; } table.tally_slips td.p12 { width: 36pt; padding: 0.25em; font-size: 90%; } table.tally_slips td.player { width: 40%; padding: 0.25em; font-size: 90%; } table.tally_slips td.ident { font-size: 80%; } table.tally_slips th { font-size: 70%; } table.tally_slips td.initials, table.tally_slips td.score, table.tally_slips td.spread { border: solid 1pt black; width: 48pt; height: 24pt; } body.pol table.tally_slips td.player { width: 25%; } body.pol table.tally_slips td.initials { width: 288pt; } /* tsh GUI server stuff */ body.gui { font-family: Goudy, Garamond, "Adobe Garamond", Palatino, Times, serif } body.gui div.navbar { /* 2c9fda, bbe0f3 */ background-color: #bbe0f3; margin-bottom: 2px; padding-bottom: 6px; padding: 6px; border-top: 3px double black; border-bottom: 3px double black; } body.gui div.navbar div.seclist { border-top: 1px dotted #2c9fda; margin-top: 6px; padding-top: 6px; } body.gui div.navbar div.seclist a:hover, body.gui div.navbar div.seclist a:link, body.gui div.navbar div.seclist a:visited, body.gui div.navbar div.seclist span.inactive, body.gui div.navbar div.seclist span.here { border: 1px solid #2c9fda; padding: 2px 6px; margin: 0px 3px; } body.gui div.navbar div.seclist span.inactive { background-color: #C0C0C0; color: gray; } body.gui div.navbar div.seclist span.here { font-weight: bold; background-color: white; color: #2c9fda; } body.gui div.navbar div.seclist a:link { color: white; background-color: #2c9fda; text-decoration: none; } body.gui div.navbar div.seclist a:hover:visited, body.gui div.navbar div.seclist a:hover { color: yellow; background-color: #2c9fda; text-decoration: underline; } body.gui div.navbar div.seclist a:visited { color: #c0c0c0; background-color: #2c9fda; text-decoration: none; } body.gui table.pe {background-color: #ff8080; border: 7px ridge #800000; } /* body.gui table.pe th, body.gui table.pe td { border: 1px solid black; } */ body.gui table.pe th { padding: 0.25em 0.1em 0 0.1em; } body.gui table.pe th, body.gui table.pe input { font-size: 200%; text-align: center; } body.gui table.pe th.label { text-align: right; padding-left: 0.5em; padding-top: 0em; } body.gui table.dedit td.round div { white-space: nowrap; } body.gui div.scorecard div.rdata div.p12.edit { height: 12pt; width: 44pt; } body.gui table.event_data td.id { text-align: right; font-style: italic; white-space: nowrap; } body.gui table.event_data td.note { font-size: 80%; } body.gui div.seclist span.label { font-style: italic; } body.gui div.divlist { text-align: center; } body.gui div.divlist span { padding: 0.1em 0.25em; } body.gui div.divlist span.here { font-weight: bold; } body.gui div.divlist span.there { text-decoration: underline; } body.gui div.divlist span.there:hover { cursor: pointer; } body.gui table.config td.help { font-size: 80%; } body.gui table.config td.name { text-align: right; } body.gui table.config tr { background-color: #c0c0c0; padding: 1px 0 } body.gui p { margin-top: 3px; margin-bottom: 3px; } body.gui p.p1 { text-align: justify; text-indent: 24px } body.gui p.p2 { text-align: justify; } body.gui p.backref { font-size: 80%; font-style: italic; } body.gui div.success { border: 1px solid green; padding: 0.1em; margin: 0.1em; font-weight: bold; color: green; background-color: #e0ffe0; text-align: center; } body.gui div.failure { border: 1px solid red; padding: 0.1em; margin: 0.1em; font-weight: bold; color: red; background-color: #ffe0e0; text-align: center; } body.gui table.dedit th { border-top: 1px solid gray; border-bottom: 3px double gray; } body.gui table.dedit th.round { text-align: left; } body.gui table.dedit th , body.gui table.dedit td { padding: 0 0.1em; margin: 0; border-bottom: 1px solid gray; border-right: 1px solid gray; } body.gui table.dedit th.id , body.gui table.dedit td.id { border-left: 1px solid gray; text-align: center; } body.gui table.dedit td.round span { font-family: monospace; } body.gui table.dedit td.round span.opp { padding-right: 0.25em; } body.gui table.roster td { text-indent: -3em; padding: 0 0.25em 0 4.25em; font-size: 80%; } body.gui table.roster td select { font-size: 70%; } body.gui div.topnote { text-align: center; margin-bottom: 1em; } body.gui div.scorecard { border: 2pt solid black; position: relative; margin: auto; } body.gui div.scorecard div.header { position: relative; height: 60px; width: 100%; border-bottom: 2pt solid black; } body.gui div.scorecard div.header div { float: left; padding-left: 12px; height: 60px; font-size: 48px; } body.gui div.scorecard div.header div.id:after { content: ": "; } body.gui div.scorecard.has_photos div.header div.id:after { content: ""; } body.gui div.scorecard div.header div.team, body.gui div.scorecard div.header div.rating, body.gui div.scorecard div.header div.name { font-size: 24px; padding-top: 15px; height: 30px; } body.gui div.scorecard div.header div.team:before { content: "Team: "; } body.gui div.scorecard div.header div.rating:before { content: "Rating: "; } body.gui div.scorecard div.header div.team, body.gui div.scorecard div.header div.rating { float: right; padding-right: 12px; } body.gui div.scorecard div.photo img { padding-top: 6px; height: 48px; width: 48px; } /* titles */ body.gui div.scorecard div { overflow: hidden; } body.gui div.scorecard { width: 524pt; } body.gui div.scorecard div.titles { clear: left; position: relative; height: 36pt; width: 524pt; border-bottom: 2pt solid black; } body.gui div.scorecard div { text-align: center; vertical-align: middle; } body.gui div.scorecard div.titles > div { height: 36pt; position: absolute; top: 0px; border-right: 2pt solid black; font-weight: bold; font-size: 9pt; } body.gui div.scorecard div.header div.edit, body.gui div.scorecard div div.rdata div.edit { background-color: white; border: 3pt ridge #008000; z-index: 1; } body.gui div.scorecard div.header div.edit, body.gui div.scorecard div.header div.rating.edit { padding: 8pt 8pt; height: 26pt; /* not line-height, which messes up textfield */ } div.header div.edit input { font-size: 16pt; } body.gui div.scorecard div.rdata div.scores.edit, body.gui div.scorecard div.rdata div.orat.edit { height: 32pt; } body.gui div.scorecard div.rdata div.orat.edit { width: 60pt; } body.gui div.scorecard div.rdata div.orat.edit span { line-height: 32pt; /* careful not to apply this to the input */ } body.gui div.scorecard div.rdata div.p12.edit input { width: 1.5em; } body.gui div.scorecard div.rdata div.orat.edit input { width: 2.5em; } body.gui div.scorecard div.rdata div.scores.edit input { width: 5em; } /* one-line titles */ body.gui div.scorecard div.titles > div { line-height: 36pt; } /* two-line titles */ body.gui div.scorecard.track_firsts div.titles div.round, body.gui div.scorecard div.titles div.onum, body.gui div.scorecard div.titles div.for, body.gui div.scorecard div.titles div.against, body.gui div.scorecard div.titles div.orat { line-height: 18pt; } /* large-font titles */ body.gui div.scorecard div.titles div.onam { font-size: 12pt; } body.gui div.scorecard div.rdata div.onam { text-align: left; } body.gui div.scorecard div.titles div.spread, body.gui div.scorecard div.rdata div.cume, body.gui div.scorecard div.rdata div.spread { border-right: none; } /* column widths and positions * * Several of the columns are optional: p12, board/table, orat, scores. * Total width should be 524pt (A4 width minus an inch), with onam adjusting * width to fit. If all columns are present, their widths in pts are: * round 48 board/table 36 onum 36 orat 36 onam 176 * won 36 lost 36 scores 72 spread 48 */ body.gui div.scorecard div.round { left: 0pt; width: 48pt; } body.gui div.scorecard div.rdata div.p12 { top: 18pt; left: 0pt; width: 48pt; } body.gui div.scorecard div.board, body.gui div.scorecard div.table { left: 48pt; width: 36pt; } body.gui div.scorecard div.onum { left: 48pt; width: 36pt; } body.gui div.scorecard.has_boards div.onum, body.gui div.scorecard.has_tables div.onum { left: 84pt; } body.gui div.scorecard div.orat { left: 84pt; width: 36pt; } body.gui div.scorecard.has_boards div.orat, body.gui div.scorecard.has_tables div.orat { left: 120pt; } body.gui div.scorecard div.onam { left: 84pt; width: 320pt; } body.gui div.scorecard.has_scores div.onam { left: 84pt; width: 248pt; } body.gui div.scorecard.has_boards div.onam, body.gui div.scorecard.has_tables div.onam, body.gui div.scorecard.has_ratings div.onam { left: 120pt; width: 284pt; } body.gui div.scorecard.has_scores.has_boards div.onam, body.gui div.scorecard.has_scores.has_tables div.onam, body.gui div.scorecard.has_scores.has_ratings div.onam { left: 120pt; width: 212pt; } body.gui div.scorecard.has_tables.has_ratings div.onam, body.gui div.scorecard.has_boards.has_ratings div.onam { left: 156pt; width: 248pt; } body.gui div.scorecard.has_scores.has_tables.has_ratings div.onam, body.gui div.scorecard.has_scores.has_boards.has_ratings div.onam { left: 156pt; width: 176pt; } body.gui div.scorecard div.won { left: 404pt; width: 36pt; } body.gui div.scorecard.has_scores div.won { left: 332pt; } body.gui div.scorecard div.lost { left: 440pt; width: 36pt; } body.gui div.scorecard.has_scores div.lost { left: 368pt; } body.gui div.scorecard div.scores { left: 404pt; width: 72pt; position: absolute; top: 0pt;} body.gui div.scorecard div.scores.edit { width: 108pt; } body.gui div.scorecard div.spread { left: 476pt; width: 48pt; } body.gui div.scorecard div.rdata div.cume { top: 18pt; left: 476pt; width: 48pt; } body.gui div.scorecard div.scores div.for { position: absolute; left: 0; top: 0; width: 36pt; border-right: 2pt solid black } body.gui div.scorecard div.scores div.against { position: absolute; left: 36pt; top: 0; width: 36pt } /* tweak column font sizes */ body.gui div.scorecard div.rdata div.orat, body.gui div.scorecard div.rdata div.onam, body.gui div.scorecard div.rdata div.spread, body.gui div.scorecard div.rdata div.cume { font-size: 12pt; } body.gui div.scorecard div.rdata div.onam { line-height: 18pt; } /* round data */ body.gui div.scorecard div.rdata { position: relative; height: 36pt; width: 524pt; border-bottom: 2pt solid black; } body.gui div.scorecard div.rdata > div { font-size: 14pt; line-height: 36pt; height: 36pt; position: absolute; top: 0pt; border-right: 2pt solid black; } body.gui div.scorecard div.rdata div.p12 span.y { border: 1pt solid black; -moz-border-radius: 0.4em; -webkit-border-radius: 0.4em; border-radius: 0.4em; } body.gui div.scorecard div.rdata div.p12 span.n { text-decoration: line-through; } body.gui div.scorecard div.rdata div.onam span.name { display: block; position: absolute; top: 0pt; left: 0.5em; } body.gui div.scorecard.has_photos div.rdata div.onam span.name { left: 38pt; } body.gui div.scorecard div.rdata div.onam img { position: absolute; top: 2pt; left: 4pt; height: 32pt; width: 32pt; } body.gui div.scorecard.track_firsts div.rdata div.round, body.gui div.scorecard div.rdata div.p12, body.gui div.scorecard div.rdata div.cume, body.gui div.scorecard div.rdata div.spread { line-height: 18pt; height: 18pt; } body.gui div.scorecard div.rdata div.p12 { font-size: 9pt; } body.gui div.scorecard div.rdata div.cume { border-top: 2pt solid black; } body.gui .savebutton { color: green; } body.gui .cancelbutton { color: red; } /* valet score entry */ body.gui div.valet { position: relative; width: 320px; height: 480px; } /* body.gui div.valet div { border: 2px solid #2c9fda; line-height: 32px } */ body.gui div.valet div { border: 2px solid black; line-height: 32px } body.gui div.valet div.entered { position: absolute; top: 0px; left: 0px; width: 316px; height: 32px } body.gui div.valet div.pending { position: absolute; top: 34px; left: 0px; width: 316px; height: 32px } body.gui div.valet div.scores { position: absolute; top: 68px; left: 0px; width: 316px; height: 130px } body.gui div.valet div.round { position: absolute; top: 200px; left: 0px; width: 124px; height: 32px } body.gui div.valet div.division{ position: absolute; top: 200px; left: 126px; width: 124px; height: 32px } body.gui div.valet div.buttons { position: absolute; top: 200px; left: 252px; width: 64px; height: 32px } body.gui div.valet div.pending div.label, body.gui div.valet div.entered div.label { position: absolute; top: -2px; left: -2px; width: 64px; height: 32px } body.gui div.valet div.pending div.none, body.gui div.valet div.entered div.none, body.gui div.valet div.pending div.menu, body.gui div.valet div.entered div.menu { position: absolute; top: -2px; left: 64px; width: 250px; height: 32px } body.gui div.valet div.scores div.p1 { position: absolute; top: -2px; left: -2px; width: 316px; height: 64px } body.gui div.valet div.scores div.p2 { position: absolute; top: 64px; left: -2px; width: 316px; height: 64px } body.gui div.valet div.division div.label, body.gui div.valet div.round div.label { position: absolute; top: -2px; left: -2px; width: 64px; height: 32px } body.gui div.valet div.division div.menu, body.gui div.valet div.round div.menu { position: absolute; top: -2px; left: 64px; width: 58px; height: 32px } body.gui div.valet div.menu { text-align: center } body.gui div.valet div.division div.label, body.gui div.valet div.round div.label, body.gui div.valet div.pending div.label, body.gui div.valet div.entered div.label { font-size: 14px; text-align: center } body.gui div.valet div.buttons { text-align: center } body.gui div.valet div.buttons input { -webkit-appearance: button; height: 24px; width: 56px; position: relative; bottom: 2px; } body.gui div.valet div.pending div.menu select, body.gui div.valet div.entered div.menu select { width: 240px; } body.gui div.valet div.scores div.player div.input { position: absolute; top: -2px; left: 250px; width: 64px; height: 64px; line-height: 64px; text-align: center } body.gui div.valet div.scores div.player input { font-size: 16px; } body.gui div.valet div.scores div.player div.label { position: absolute; top: -2px; left: -2px; width: 250px; height: 64px; } body.gui div.valet div.scores div.player div.label img { width: 62px; height: 62px; } body.gui div.valet div.scores div.player div.label > div.photo { position: absolute; top: -2px; left: -2px; width: 64px; height: 64px } body.gui div.valet div.scores div.player div.label > div.photo img { position: absolute; top: 1px; left: 1px } body.gui div.valet div.scores div.player div.label > div.name { top: -2px; } body.gui div.valet div.scores div.player div.label div.record { top: 20px; } body.gui div.valet div.scores div.player div.label div.next { top: 42px; } body.gui div.valet div.scores div.player div.label > div.name, body.gui div.valet div.scores div.player div.label div.next, body.gui div.valet div.scores div.player div.label div.record { position: absolute; left: 64px; width: 184px; height: 20px; line-height: 20px; font-size: 14px; } body.gui div.valet div.scores div.player div.label div.p12 { position: absolute; top: -2px; left: -2px; width: 32px; height: 20px; line-height: 20px; background-color: white; z-index: 1; } body.gui div.valet a:link, body.gui div.valet a:visited { text-decoration: none; } body.gui div.valet a:hover { text-decoration: underline; } body.gui div.valet div.menu, body.gui div.valet div.none, body.gui div.valet div.buttons, body.gui div.valet div.input { background: #C0C0C0; } body.gui div.valet div.label { background: url(/lib/gui/blue-gradient-32.gif) } body.gui div.valet div.player div.label { background: url(/lib/gui/blue-gradient-64.gif) } body.gui div.valet div.player div.label div.next > div { position: absolute; height: 20px; top: 1px; } body.gui div.valet div.player div.label div.next div.label { margin-left: 5px } body.gui div.valet div.player div.label div.next div.label, body.gui div.valet div.player div.label div.next div.where, body.gui div.valet div.player div.label div.next div.name { top: -4px; } body.gui div.valet div.player div.label div.next div.label, body.gui div.valet div.player div.label div.next div.where, body.gui div.valet div.player div.label div.next div.photo, body.gui div.valet div.player div.label div.next div.name { position: relative; display: inline; } body.gui div.valet div.player div.label div.next img { width: 18px; height: 18px; } body.gui div.valet div.player div.next div { display: inline; border: none; font-size: 14px; line-height: 20px; font-size: 9px} @media screen and (max-device-width: 480px) { body.gui span#nav_quit, body.gui span.inactive { display: none; } body.gui { width: 320px } } .eqw2 { width: 50%; } .eqw3 { width: 33%; } .eqw4 { width: 25%; } .eqw5 { width: 20%; } .eqw6 { width: 16%; } .eqw7 { width: 14%; } .eqw8 { width: 12%; } table.index { border-spacing: 0; } body.index.compact table.index { border: 3px double #80c080; } body.index.compact table.index tr.round0 td { border-top: 1px solid #80c080; border-bottom: 1px solid #80c080; text-align: center; } body.index.compact table.index tr.rtypes th { border-right: 1px solid #80c080; border-bottom: 1px solid #80c080; padding-bottom: 0.2em; } body.index.compact table.index tr.rtypes th.lastc { border-right: none; } body.index.compact table.index tr.round td { border-right: 1px solid #80c080; border-bottom: 1px solid #80c080; } body.index.compact table.index tr.round td.lastc { border-right: none; } body.index.compact tr.round0 td.links div { display: inline; } /* Thai realm usage */ body.thai.ratings h1 { font-size: 120%; } body.thai.ratings table.ratings tr.top1 th { font-size: 100%; line-height: 100%; padding: 0.1em 0.2em } body.thai.alpha_pairings .seat, body.thai.ratings .seat, body.thai.pairings .seat { display: none } /* 2015-05 scoreboard changes */ body.enhanced.scoreboard div.sbctl.tools { left:auto; right:5px; z-index: 5} body.enhanced.scoreboard div.ctlbox { z-index:10;position:absolute;top:20px;right:20px;opacity:0.90;background-color:white } body.enhanced.scoreboard div.ctlbox.hidden { display: none } body.enhanced.scoreboard div.ctlbox table.ctls { border: 1px solid #c0c0c0; } body.enhanced.scoreboard div.ctlbox table.ctls th { text-align: right; font-weight: normal; font-style: italic; padding: 0.1em 0.25em } body.enhanced.scoreboard div.ctlbox table.ctls td { white-space: nowrap; padding: 0.1em 0.25em } body.enhanced.scoreboard div.ctlbox table.ctls td.close { font-weight: bold; border-bottom: 1px solid black } body.enhanced.scoreboard div.ctlbox table.ctls td.close button { float: right; } body.enhanced.scoreboard div.ctlbox table.ctls tr > * { color: black; vertical-align: top; } body.enhanced.scoreboard div.ctlbox table.ctls button { border-width:1px; background-color: #ffffff } body.enhanced.scoreboard div.ctlbox table.ctls button:disabled { background-color: #e0e0e0 } body.enhanced.scoreboard div.ctlbox table.ctls button.output { background-color: #ffffff; color: #b0b0b0 } body.enhanced.scoreboard div.sbp.pair { background-color: #404040; border: #808080; overflow: auto } body.enhanced.scoreboard div.sbp table.pairing, body.enhanced.scoreboard div.sbp table.scorecard { width: 100%; font-size: inherit } body.enhanced.scoreboard div.sbp table.pairing td.player { min-width: 50%; max-width: 50%; width: 50% } body.enhanced.scoreboard div.sbp table.pairing td.heading { text-align: left } body.enhanced.scoreboard div.sbp table.pairing div.first { text-align: left } body.enhanced.scoreboard div.sbp table.pairing div.wl { text-align: left } body.enhanced.scoreboard div.sbp table.pairing td.player img.head { width: 100% } body.enhanced.scoreboard div.sbp table.pairing div.last span.label { color: yellow} body.enhanced.scoreboard div.sbp.card { overflow: auto } body.enhanced.scoreboard div.sbp table.scorecard { background-color: #ffffd0; color: black; border-collapse: collapse } body.enhanced.scoreboard div.sbp table.scorecard img { height: 2em; width: 2em; } body.enhanced.scoreboard div.sbp table.scorecard .head img { padding-left: 0.25em; } body.enhanced.scoreboard div.sbp table.scorecard .team img { height: 0.7em; width: 0.7em; } body.enhanced.scoreboard div.sbp table.scorecard th.top > div, body.enhanced.scoreboard div.sbp table.scorecard td.opponent > div { display: inline-block; white-space: nowrap; padding: 2px} body.enhanced.scoreboard div.sbp table.scorecard td.bp12 div { text-align: center; } body.enhanced.scoreboard div.sbp table.scorecard td { vertical-align: middle; padding: 0.1em 0.5em; } body.enhanced.scoreboard div.sbp table.scorecard .spread { border-right-width: 1px; } body.enhanced.scoreboard div.sbp table.scorecard .score { text-align: center; } body.enhanced.scoreboard div.sbp table.scorecard .rank { text-align: center; } body.enhanced.scoreboard div.sbp table.scorecard td.wl.W { background-color: #c0FFc0; } body.enhanced.scoreboard div.sbp table.scorecard td.wl.L { background-color: #FFc0c0; } body.enhanced.scoreboard div.splitter { cursor: pointer; } body.enhanced.scoreboard img.head.mood0 { filter: grayscale(100%); } body.enhanced.scoreboard img.head.mood1 { filter: grayscale(90%); } body.enhanced.scoreboard img.head.mood2 { filter: grayscale(80%); } body.enhanced.scoreboard img.head.mood3 { filter: grayscale(70%); } body.enhanced.scoreboard img.head.mood4 { filter: grayscale(60%); } body.enhanced.scoreboard img.head.mood5 { filter: grayscale(50%); } body.enhanced.scoreboard img.head.mood6 { filter: grayscale(40%); } body.enhanced.scoreboard img.head.mood7 { filter: grayscale(30%); } body.enhanced.scoreboard img.head.mood8 { filter: grayscale(20%); } body.enhanced.scoreboard img.head.mood9 { filter: grayscale(10%); } table.banner a:visited, table.banner a:link { color: black; text-decoration: none; } table.banner a:visited:hover, table.banner a:hover { color: black; text-decoration: underline; }
downloads/tsh_pairings/krzyze2011/tsh.css
body.scoreboard div, body.scoreboard span, body.scoreboard td { background-color: transparent; } p, h1, h2, h3, th, td, div, span, li { font-family: "Lucida Sans", Arial, Helvetica, sans-serif; } h1 { font-size: 120%; font-weight: bold; text-align: center; } h2 { font-size: 100%; font-weight: bold; text-align: left; } h3 { font-size: 100%; font-style: italic; text-align: left; } p.hang { text-indent: -2em; margin-left: 2em; } tr, th, td { page-break-inside: avoid; } tr.odd { background-color: #e0ffe0; } tr.even { } td.rank, td.wl, td.spread, td.sum, td.rating, td.score, td.thai { font-family: monospace; } td.class, th.class, td.round, th.round { text-align: center; } .rank, .rating, .score, .spread, .sum, td.thai, th.thai { text-align: right; } .table { text-align: center; } .board, .pclass { text-align: center; } .wl { text-align: center; white-space: nowrap; } .last, .next, .oppname, .team, .name { text-align: left; } /* begin blinking scoreboard */ .alt0 .last, .alt1 .next { display: none; } .alt0 .last.nonext, .alt1 .next.nolast { display: inline; } /* end blinking scoreboard */ body.absp .board { display: none; } .rating { /* display: none; */ } .wins { text-align: center; } td.owner { font-size: 80%; } td.team { font-size: 60%; white-space: nowrap; } body.roto p.notice { font-size: 60%; } table.roto td { padding: 0 .5em; } td { padding: 0.2em 0.5em 0.2em 0.5em; } th { padding: 0.2em 0.5em 0.5em 0.5em; } body.wallchart td.name { white-space: nowrap; } body.wallchart td.loss, body.wallchart td.tie, body.wallchart td.win, body.wallchart td.bye, body.wallchart td.empty { white-space: nowrap; } body.wallchart td.win { background-color: #c0c0ff; } body.wallchart td.loss { background-color: white; } body.wallchart td.tie { background-color: #c0ffc0; } body.wallchart td.bye { background-color: #c080ff; } body.wallchart td.empty { background-color: white; } body.wallchart div.opp { text-align: center; font-size: 75%; } body.wallchart td { padding: 2px; } body.wallchart div.score, body.wallchart div.record, body.wallchart div.spread { text-align: center; font-family: monospace; font-size: 80%; } @media print { body.wallchart table { border-collapse: collapse; } body.wallchart td { border: 1px solid black; } a, a:link, a:visited { text-decoration: none; color: black; } p.backref { display: none; } .noprint { display: none; } } @media screen { table.noscreenhead tr.top1 th { display: none; } } /* span.starts { color: red; } */ /* span.starts { display: none; } */ span.starts { white-space: nowrap; } p.notice { text-align: center; font-size: 70%; } /* virtual CSC */ table.scorecard td { padding: 0.1em 0.1em; margin: 0; } table.scorecard th { padding: 0.1em 0.5em; margin: 0; } table.scorecard td, table.scorecard th { border: solid black 1pt; } table.scorecard tr.top1 td, table.scorecard tr.top1 th { border-top: solid black 2pt; } table.scorecard tr.top1 { font-size: 125%; } table.scorecard tr.top1 td { text-align: center; } table.scorecard tr.top1 .number { font-size: 200%; border-right: none; } table.scorecard tr.top1 .name span.label { display: none; } table.scorecard tr.top1 .name { border-left: none; border-right: none; } table.scorecard tr.top1 .rating { font-family: Arial, Helvetica, sans-serif; border-left: none; padding-right: 0.5em; } table.scorecard tr.top1 .number, table.scorecard th.round, table.scorecard td.p12, table.scorecard td.round { border-left: black solid 2px; } table.scorecard tr.top1 .rating, table.scorecard th.spread, table.scorecard td.spread, table.scorecard td.cume, table.scorecard td.cume2 { border-right: black solid 2px; } table.scorecard td.cume2 { border-left: black solid 1px; } table.scorecard td.round { text-align: center; font-size: 150%; border-bottom: none; padding-bottom: 0; } table.scorecard td.p12 { text-align: center; font-size: 80%; border-top: none; padding-top: 0; } body.gui .tshWidgetBoolean, body.gui .tshWidgetEnum, body.gui .tshWidgetHash, body.gui .tshWidgetHashPair, body.gui .tshWidgetHashPair > div, body.gui .tshWidgetHashPairKey, body.gui .tshWidgetHashPairValue, body.gui .tshWidgetInteger, body.gui .tshWidgetString { display: inline; } body.gui .config .error { background-color: #FF8080; color: black; padding: 0 0.5em; } body.gui .config .hidden-error { display: none; } body.gui div#gui_content { width: 320px; } body.gui img { border: none; } body.gui table.scorecard td.round { border-bottom: 1px solid black; } @media print { body.gui table.scorecard tr.top1 th.number img { height: 0.8em; width: 0.8em; float: right; } body.gui table.scorecard td.round div.context { position: relative; font-size: 80%; width: 6em; height: 1em; } body.gui table.scorecard td.round div.round { text-align: center; position: absolute; top: 0em; left: 0em; width: 2em; } body.gui table.scorecard td.round div.p12 { text-align: center; position: absolute; font-size: 80%; top: 0em; left: 2em; width: 6em; } body.gui table.scorecard td.onam img { height: 1.25em; width: 1.25em; } body.gui table.scorecard td.spread div.context { text-align: center; } body.gui table.scorecard td.spread div.spread { display: inline; } body.gui table.scorecard td.spread div.cume:before { content: " = "; } body.gui table.scorecard td.spread div.cume { display: inline; } } @media screen { body.gui table.scorecard tr.top1 th.number img { height: 1.25em; width: 1.25em; float: right; } body.gui table.scorecard th.round { width: 3.2em; } body.gui table.scorecard td.round div.context { position: relative; font-size: 80%; height: 2.5em; width: 4em; } body.gui table.scorecard td.round div.round { text-align: center; position: absolute; top: 0em; height: 1.5em; left: 0em; width: 4em; } body.gui table.scorecard td.round div.p12 { text-align: center; position: absolute; font-size: 80%; top: 1.5em; left: 0em; width: 5em; } body.gui table.scorecard td.onam img { height: 2.5em; width: 2.5em; float: left; } body.gui table.scorecard td.spread div.context { position: relative; height: 2.5em; width: 4em; } body.gui table.scorecard td.spread div.spread { text-align: center; position: absolute; top: 0em; height: 1.5em; left: 0em; width: 4em; } body.gui table.scorecard td.spread div.cume:before { content: " = "; } body.gui table.scorecard td.spread div.cume { text-align: center; position: absolute; font-size: 80%; top: 1.5em; left: 0em; width: 5em; } } body.gui table.scorecard td.round div.p12 span.y { border: 1px solid black; -moz-border-radius: 0.4em; -webkit-border-radius: 0.4em; border-radius: 0.4em; } body.gui table.scorecard td.round div.p12 span.n { text-decoration: line-through; } table.scorecard td.board, table.scorecard td.table, table.scorecard td.seat, table.scorecard td.for, table.scorecard td.against, table.scorecard td.won, table.scorecard td.lost, table.scorecard td.onum, table.scorecard td.orat { font-size: 120%; text-align: center; } table.scorecard td.onam { text-align: left; padding-left: 0.25em; } table.scorecard td.won, table.scorecard th.won, table.scorecard td.lost, table.scorecard th.lost { width: 24pt; } table.scorecard td.for, table.scorecard th.for, table.scorecard td.against, table.scorecard th.against { width: 48pt; } table.scorecard td.cumelabel { border-right: none; padding-left: 0.25em; } table.scorecard td.cumelabel span.label { font-size: 75%; } table.scorecard span.strut { font-size: 120%; } body.gui table.scorecard th.spread { text-align: center; } body.gui table.scorecard tr.round1 td.spread { text-align: center; padding-left: 1em; } table.scorecard tr.round1 td.spread, table.scorecard td.cume, table.scorecard td.cume2 { text-align: right; font-family: Arial, Helvetica, sans-serif; padding-right: 1em; /* can't use relative measure here due to unidentified Safari bug */ font-size: 12pt; } table.scorecard td.cume { border-left: none; } table.scorecard tr.bottom td { border-left: none; border-bottom: none; border-right: none; font-size: 3px; } body.ratings table, body.ratings h1 { font-size: 90%; } table.handicaps th, table.handicaps td, table.ratings th, table.ratings td { font-size: 100%; line-height: 90%; margin: 0; } table.ratings th.last, table.ratings th.next, table.ratings th.pclass, table.ratings th.rank, table.ratings th.wl { font-size: 70%; } table.ratings th.thai, table.ratings th.sum, table.ratings th.spread { font-size: 60%; } table.ratings th.rating { font-size: 50%; } table.ratings th.pclass { font-size: 70%; } table.ratings th.last, table.ratings th.name, table.ratings th.oppname, table.ratings td.last, table.ratings td.name, table.ratings td.oppname { padding: 0.1em 0.2em; } table.ratings td.last { white-space: nowrap; } /* multipair */ body.multipair td, body.multipair th { text-align: center; } body.multipair td.name, body.multipair th.name { text-align: left; } body.multipair tr.subhead th, body.multipair th.opp, body.multipair th.p12, body.multipair th.board, body.multipair th.table { font-size: 70%; padding-top: 0; } body.multipair td.opp, body.multipair th.opp { text-align: right; padding-right: 0.25em; } body.multipair td.board, body.multipair th.board { text-align: left; padding-left: 0.25em; } body.multipair td.p12 { text-align: center; } /* alpha pair */ body.pairings, body.alpha_pairings h1 { margin-bottom: 0.4em; font-size: 100%; } body.pairings table.pairings th, body.alpha_pairings table.alpha_pairings th { font-size: 90%; padding-bottom: 0.25em;} body.pairings .notice, body.alpha_pairings .notice { display: none; } table.pairings, table.alpha_pairings { padding: 0.2em 0.5em; } table.pairings th, table.pairings td, table.alpha_pairings th, table.alpha_pairings td { font-size: 100%; line-height: 90%; padding: 0.2em 0.5em; margin: 0; } table.alpha_pairings span.repeat { display: block; font-size: 80%; color: red; } table.pairings span.repeat { color: red; } table.pairings th, table.pairings td, table.alpha_pairings th, table.alpha_pairings td { border-bottom: 1px dotted gray; } table.pairings td.table, table.alpha_pairings td.table { border-left: 1px dotted gray; } table.pairings td.left, table.alpha_pairings td.left { border-left: 1px dotted gray; } table.pairings td.midright, table.pairings td.right, table.alpha_pairings td.midright, table.alpha_pairings td.right { border-right: 1px dotted gray; } /* prizes */ table.prizes th { border-bottom: 3pt double black; } table.prizes td { border-bottom: 1pt solid black; margin: 0; padding: 0.25em 0.25em 0.25em 0.25em; font-size: 120%; page-break-inside: avoid; vertical-align: top; border-right: 1pt dotted black; } table.prizes td.number { border-left: 1pt dotted black; text-align: center; width: 3em; } table.prizes td.description { width: 15em; } /* table.prizes td.value { width: 5em; text-align: right; } */ table.prizes td.value { text-align: right; } table.prizes td.winner { width: 25em; } body.scores td { border-top: 1px dotted black; } /* scoreboard */ body.enhanced.scoreboard { padding: 0; margin: 0;} body.enhanced.scoreboard .notice { display: none; } body.scoreboard .nosb { display: none; } body.scoreboard { margin-top: 0; } body.scoreboard p.noprint, body.scoreboard p.backref, body.scoreboard h1, body.scoreboard h2 { display: none; } body.scoreboard { background-color: #202040; color: white; } body.scoreboard div.wlb { float:left; text-align: center; margin-bottom: 0.25em; background-color: yellow; border-top: 1px yellow solid; border-bottom: 1px yellow solid; margin-left: 0.5em; } body.scoreboard div.wlb div.w { background-color: #c0FFc0; /* margin-bottom: 0.25em; */ color: black; } body.scoreboard div.wlb div.l { background-color: #FFc0c0; color: black; } body.scoreboard div.wlb.money { color: black; } body.scoreboard div#sb { position: relative; width: 99%; height: 99%; } body.scoreboard div.MSF_container_16 div#sb { position: absolute; left: 0px; } .sbctl { white-space: nowrap; position: absolute; height: 20px; left: 0; font-size: 70%; padding-left: 4px; } .sbctl a { color: white; background-color: #4040c0; text-decoration: none; padding: 2px; } .sbctl #error { font-style: italic; color: #FFFFC0; } body.scoreboard .old span.ordinal_affix { font-size: 80%; } body.scoreboard span.ordinal_affix { font-size: 50%; } body.scoreboard div.head { position: relative; } body.scoreboard div.head span.team{ position: absolute; z-index: 2; left: 0; bottom: 0; font-weight: bold; font-size: 80%; color: white; padding-bottom: 0.25em; padding-right: 0.25em; /* background-color: black; // only for T/M? */ } body.scoreboard div.sbp.compact span.team { padding: 0 0.25em 0 0; } body.scoreboard div.sbp { overflow: hidden; } body.scoreboard div.sbp td { padding: 0; vertical-align: top; } body.scoreboard div.sbp div.head { clear: both; } body.scoreboard div.sbp div.head span.team img { border-top: 1px #600000 solid; border-left: 1px #600000 solid; padding-left: 0.25em; } body.scoreboard div.sbp.money div.head span.team img { border-top: 1px #006000 solid; border-left: 1px #006000 solid; padding-left: 0.25em; } body.scoreboard div.sbp.nomoney div.head span.team img { border-top: 1px #000060 solid; border-left: 1px #000060 solid; padding-left: 0.25em; } body.scoreboard div.sbp.money { border: 1px solid #00c000; } /* keep IE happy with following */ table.scoreboard div.sbp div.money { border: none; } body.scoreboard div.sbp.nomoney { border: 1px solid #0000c0; } body.scoreboard div.sbp { border: 1px solid #c00000; } body.scoreboard div.sbp { float:left; color:white; margin-left: 0.2em; margin-bottom: 0.25em; position: relative; z-index: 0; } body.scoreboard table.scoreboard div.sbp.compact { margin-left: 0; margin-bottom: 0; } body.scoreboard div.sbp.leader { margin-left: 0.5em; } body.scoreboard div.sbp { background-color: #400000; } body.scoreboard div.sbp.money { background-color: #004000; } body.scoreboard div.sbp.nomoney { background-color: #000040; } body.scoreboard div.sbp .me { margin-right: 0.25em; } body.scoreboard div.sbp .me, body.scoreboard div.sbp .opp { float:left; } /* omitting the table below causes IE to fail */ body.scoreboard div.sbp.money table .me { background-color: #006000; } body.scoreboard div.sbp.money table .opp { background-color: #206020; } body.scoreboard div.sbp.nomoney table .me { background-color: #000060; } body.scoreboard div.sbp.nomoney table .opp { background-color: #202060; } body.scoreboard div.sbp .me { background-color: #600000; } body.scoreboard div.sbp .opp { background-color: #602020; } body.scoreboard table div.sbp.compact.money .opp { background-color: #206020; } body.scoreboard div.sbp .me .rank, body.scoreboard div.sbp .me .newr { text-align: left; padding-top: 0.25em; padding-bottom: 0; float:left; } body.scoreboard div.sbp .me .rank { font-size: 120%; } body.scoreboard div.sbp .me .old { padding-left: 0.25em; } body.scoreboard div.sbp .me .oldr, body.scoreboard div.sbp .me .handicap, body.scoreboard div.sbp .me .old { font-size: 50%; } body.scoreboard div.sbp .me .money, body.scoreboard div.sbp .me .oldr, body.scoreboard div.sbp .me .handicap, body.scoreboard div.sbp .me .old { float:left; } body.scoreboard div.sbp.nomoney .me .handicap { background-color: #000040; border-right: 1px #c0c0ff solid; } body.scoreboard div.sbp.money .me .handicap { background-color: #004000; border-right: 1px #c0ffc0 solid; } body.scoreboard div.sbp .me .handicap { background-color: #400000; border-right: 1px #ffc0c0 solid; padding-left: 1px; padding-right: 1px; } body.scoreboard div.sbp .me .handicap .label { color: yellow; } body.scoreboard div.sbp .me .money { padding-left: 0.25em; } body.scoreboard div.sbp .me .wl { float: left; font-size: 80%; } body.scoreboard table.scoreboard.sudoku div.sbp .me .wl { display: inline; padding-left: 0.5em; font-size: 120%; } body.enhanced.scoreboard table.scoreboard div.sbp.compact > div { display: block; float: left; overflow: hidden; font-size: 100%; padding: 0.25em; } /* body.scoreboard table.scoreboard div.sbp .opp .next .bye, body.scoreboard table.scoreboard div.sbp .opp .where { clear: none; } */ body.enhanced.scoreboard table.scoreboard div.sbp.compact div.rank { width: 2em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.wl { width: 9em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.head { width: 8em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.name { width: 15em; vertical-align: top; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.rating { width: 6em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact div.opp { width: 32em; } body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .given, body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .end_id, body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .surname { display: inline; vertical-align: top; clear: none; } body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .given:after, body.enhanced.scoreboard table.scoreboard div.sbp.compact .name .surname:after { content: " "; } body.enhanced.scoreboard div.ESBMessageClass { position:absolute; font-size: 48px; white-space: pre-wrap; z-index: 2; float:left; width: 800px; text-align: center } body.scoreboard table.scoreboard div.sbp.compact .opp .next > div { display: block; float: left; overflow: hidden; font-size: 100%; padding: 0.25em; } body.scoreboard table.scoreboard div.sbp.compact .opp .title { width: 3em; } body.scoreboard table.scoreboard div.sbp.compact .opp .where { width: 5em; } body.scoreboard table.scoreboard div.sbp.compact .opp .repeats { width: 3em; } body.scoreboard table.scoreboard div.sbp.compact .opp .hs { width: 15em; } body.scoreboard div.sbp .me img.head { z-index: 1; padding: 0 0.25em 0.25em 0.25em; } body.scoreboard div.sbp .me .name span { color: yellow; } body.scoreboard div.sbp .me .name { font-size: 70%; } body.scoreboard div.sbp .name .given, body.scoreboard div.sbp .name .surname { display: block; clear: both; } body.scoreboard div.sbp .opp { font-size: 70%; } body.scoreboard div.sbp .opp .title { clear: both; color: yellow; float: left; } body.scoreboard div.sbp .opp .repeats { color: red; float: left; padding-left: 0.25em; } body.scoreboard div.sbp .opp .next .bye, body.scoreboard div.sbp .opp .where { clear: both; } body.scoreboard div.sbp.nomoney .opp .title { background-color: #000040; } body.scoreboard div.sbp.money .opp .title { background-color: #004000; } body.scoreboard div.sbp .opp .title { background-color: #400000; } body.scoreboard table div.sbp div.name img.head { z-index: 1; padding: 0 0 0 0.25em; } body.scoreboard div.sbp .opp img.head { z-index: 1; padding-right: 0.25em; padding-bottom: 0.25em; } body.scoreboard div.last div.oldrk, body.scoreboard div.sbp .opp .hs .head, body.scoreboard div.sbp .opp .hs .name { float:left; } body.scoreboard div.record { clear: both; } body.scoreboard div.record div.title { float: none; } body.scoreboard div.record div.rdss { float: left; position: relative; } body.scoreboard div.record div.rds { float: none; } body.scoreboard div.record div.rd { color: black; float: left; } body.scoreboard div.record div.rd div { font-family: monospace; font-weight: bold; font-size: 110%; } body.scoreboard div.sbp div.record .bye, body.scoreboard div.sbp div.record .win { background-color: #c0FFc0; } body.scoreboard div.sbp div.record .tie { background-color: #c0c0c0; } body.scoreboard div.sbp div.record .forfeit, body.scoreboard div.sbp div.record .loss { background-color: #FFc0c0; } body.scoreboard div.record div div { float:none; text-align: center; } body.scoreboard div.record .rd .p0 { color: white; background-color: #600000; padding-top: 0.25em; } body.scoreboard div.record .rd .p1 { color: black; background-color: #808080; padding-top: 0.25em; } body.scoreboard div.record .rd .p2 { color: white; background-color: black; padding-top: 0.25em; } span.narrow { font-stretch: ultra-condensed; } body.scoreboard .last .bye, body.scoreboard .gs, body.scoreboard .gsn { clear:both; } body.scoreboard .gsn { background-color: red; color: black; } body.scoreboard div.noprint { display: none; } body.rosters .team { font-size: 100%; } body.rosters .player { text-align: left; } table.tally_slips { width: 100%; page-break-inside: avoid; border-collapse: collapse; } table.tally_slips tr.row2 td.skip { width: 36pt; } table.tally_slips td.p12 { width: 36pt; padding: 0.25em; font-size: 90%; } table.tally_slips td.player { width: 40%; padding: 0.25em; font-size: 90%; } table.tally_slips td.ident { font-size: 80%; } table.tally_slips th { font-size: 70%; } table.tally_slips td.initials, table.tally_slips td.score, table.tally_slips td.spread { border: solid 1pt black; width: 48pt; height: 24pt; } body.pol table.tally_slips td.player { width: 25%; } body.pol table.tally_slips td.initials { width: 288pt; } /* tsh GUI server stuff */ body.gui { font-family: Goudy, Garamond, "Adobe Garamond", Palatino, Times, serif } body.gui div.navbar { /* 2c9fda, bbe0f3 */ background-color: #bbe0f3; margin-bottom: 2px; padding-bottom: 6px; padding: 6px; border-top: 3px double black; border-bottom: 3px double black; } body.gui div.navbar div.seclist { border-top: 1px dotted #2c9fda; margin-top: 6px; padding-top: 6px; } body.gui div.navbar div.seclist a:hover, body.gui div.navbar div.seclist a:link, body.gui div.navbar div.seclist a:visited, body.gui div.navbar div.seclist span.inactive, body.gui div.navbar div.seclist span.here { border: 1px solid #2c9fda; padding: 2px 6px; margin: 0px 3px; } body.gui div.navbar div.seclist span.inactive { background-color: #C0C0C0; color: gray; } body.gui div.navbar div.seclist span.here { font-weight: bold; background-color: white; color: #2c9fda; } body.gui div.navbar div.seclist a:link { color: white; background-color: #2c9fda; text-decoration: none; } body.gui div.navbar div.seclist a:hover:visited, body.gui div.navbar div.seclist a:hover { color: yellow; background-color: #2c9fda; text-decoration: underline; } body.gui div.navbar div.seclist a:visited { color: #c0c0c0; background-color: #2c9fda; text-decoration: none; } body.gui table.pe {background-color: #ff8080; border: 7px ridge #800000; } /* body.gui table.pe th, body.gui table.pe td { border: 1px solid black; } */ body.gui table.pe th { padding: 0.25em 0.1em 0 0.1em; } body.gui table.pe th, body.gui table.pe input { font-size: 200%; text-align: center; } body.gui table.pe th.label { text-align: right; padding-left: 0.5em; padding-top: 0em; } body.gui table.dedit td.round div { white-space: nowrap; } body.gui div.scorecard div.rdata div.p12.edit { height: 12pt; width: 44pt; } body.gui table.event_data td.id { text-align: right; font-style: italic; white-space: nowrap; } body.gui table.event_data td.note { font-size: 80%; } body.gui div.seclist span.label { font-style: italic; } body.gui div.divlist { text-align: center; } body.gui div.divlist span { padding: 0.1em 0.25em; } body.gui div.divlist span.here { font-weight: bold; } body.gui div.divlist span.there { text-decoration: underline; } body.gui div.divlist span.there:hover { cursor: pointer; } body.gui table.config td.help { font-size: 80%; } body.gui table.config td.name { text-align: right; } body.gui table.config tr { background-color: #c0c0c0; padding: 1px 0 } body.gui p { margin-top: 3px; margin-bottom: 3px; } body.gui p.p1 { text-align: justify; text-indent: 24px } body.gui p.p2 { text-align: justify; } body.gui p.backref { font-size: 80%; font-style: italic; } body.gui div.success { border: 1px solid green; padding: 0.1em; margin: 0.1em; font-weight: bold; color: green; background-color: #e0ffe0; text-align: center; } body.gui div.failure { border: 1px solid red; padding: 0.1em; margin: 0.1em; font-weight: bold; color: red; background-color: #ffe0e0; text-align: center; } body.gui table.dedit th { border-top: 1px solid gray; border-bottom: 3px double gray; } body.gui table.dedit th.round { text-align: left; } body.gui table.dedit th , body.gui table.dedit td { padding: 0 0.1em; margin: 0; border-bottom: 1px solid gray; border-right: 1px solid gray; } body.gui table.dedit th.id , body.gui table.dedit td.id { border-left: 1px solid gray; text-align: center; } body.gui table.dedit td.round span { font-family: monospace; } body.gui table.dedit td.round span.opp { padding-right: 0.25em; } body.gui table.roster td { text-indent: -3em; padding: 0 0.25em 0 4.25em; font-size: 80%; } body.gui table.roster td select { font-size: 70%; } body.gui div.topnote { text-align: center; margin-bottom: 1em; } body.gui div.scorecard { border: 2pt solid black; position: relative; margin: auto; } body.gui div.scorecard div.header { position: relative; height: 60px; width: 100%; border-bottom: 2pt solid black; } body.gui div.scorecard div.header div { float: left; padding-left: 12px; height: 60px; font-size: 48px; } body.gui div.scorecard div.header div.id:after { content: ": "; } body.gui div.scorecard.has_photos div.header div.id:after { content: ""; } body.gui div.scorecard div.header div.team, body.gui div.scorecard div.header div.rating, body.gui div.scorecard div.header div.name { font-size: 24px; padding-top: 15px; height: 30px; } body.gui div.scorecard div.header div.team:before { content: "Team: "; } body.gui div.scorecard div.header div.rating:before { content: "Rating: "; } body.gui div.scorecard div.header div.team, body.gui div.scorecard div.header div.rating { float: right; padding-right: 12px; } body.gui div.scorecard div.photo img { padding-top: 6px; height: 48px; width: 48px; } /* titles */ body.gui div.scorecard div { overflow: hidden; } body.gui div.scorecard { width: 524pt; } body.gui div.scorecard div.titles { clear: left; position: relative; height: 36pt; width: 524pt; border-bottom: 2pt solid black; } body.gui div.scorecard div { text-align: center; vertical-align: middle; } body.gui div.scorecard div.titles > div { height: 36pt; position: absolute; top: 0px; border-right: 2pt solid black; font-weight: bold; font-size: 9pt; } body.gui div.scorecard div.header div.edit, body.gui div.scorecard div div.rdata div.edit { background-color: white; border: 3pt ridge #008000; z-index: 1; } body.gui div.scorecard div.header div.edit, body.gui div.scorecard div.header div.rating.edit { padding: 8pt 8pt; height: 26pt; /* not line-height, which messes up textfield */ } div.header div.edit input { font-size: 16pt; } body.gui div.scorecard div.rdata div.scores.edit, body.gui div.scorecard div.rdata div.orat.edit { height: 32pt; } body.gui div.scorecard div.rdata div.orat.edit { width: 60pt; } body.gui div.scorecard div.rdata div.orat.edit span { line-height: 32pt; /* careful not to apply this to the input */ } body.gui div.scorecard div.rdata div.p12.edit input { width: 1.5em; } body.gui div.scorecard div.rdata div.orat.edit input { width: 2.5em; } body.gui div.scorecard div.rdata div.scores.edit input { width: 5em; } /* one-line titles */ body.gui div.scorecard div.titles > div { line-height: 36pt; } /* two-line titles */ body.gui div.scorecard.track_firsts div.titles div.round, body.gui div.scorecard div.titles div.onum, body.gui div.scorecard div.titles div.for, body.gui div.scorecard div.titles div.against, body.gui div.scorecard div.titles div.orat { line-height: 18pt; } /* large-font titles */ body.gui div.scorecard div.titles div.onam { font-size: 12pt; } body.gui div.scorecard div.rdata div.onam { text-align: left; } body.gui div.scorecard div.titles div.spread, body.gui div.scorecard div.rdata div.cume, body.gui div.scorecard div.rdata div.spread { border-right: none; } /* column widths and positions * * Several of the columns are optional: p12, board/table, orat, scores. * Total width should be 524pt (A4 width minus an inch), with onam adjusting * width to fit. If all columns are present, their widths in pts are: * round 48 board/table 36 onum 36 orat 36 onam 176 * won 36 lost 36 scores 72 spread 48 */ body.gui div.scorecard div.round { left: 0pt; width: 48pt; } body.gui div.scorecard div.rdata div.p12 { top: 18pt; left: 0pt; width: 48pt; } body.gui div.scorecard div.board, body.gui div.scorecard div.table { left: 48pt; width: 36pt; } body.gui div.scorecard div.onum { left: 48pt; width: 36pt; } body.gui div.scorecard.has_boards div.onum, body.gui div.scorecard.has_tables div.onum { left: 84pt; } body.gui div.scorecard div.orat { left: 84pt; width: 36pt; } body.gui div.scorecard.has_boards div.orat, body.gui div.scorecard.has_tables div.orat { left: 120pt; } body.gui div.scorecard div.onam { left: 84pt; width: 320pt; } body.gui div.scorecard.has_scores div.onam { left: 84pt; width: 248pt; } body.gui div.scorecard.has_boards div.onam, body.gui div.scorecard.has_tables div.onam, body.gui div.scorecard.has_ratings div.onam { left: 120pt; width: 284pt; } body.gui div.scorecard.has_scores.has_boards div.onam, body.gui div.scorecard.has_scores.has_tables div.onam, body.gui div.scorecard.has_scores.has_ratings div.onam { left: 120pt; width: 212pt; } body.gui div.scorecard.has_tables.has_ratings div.onam, body.gui div.scorecard.has_boards.has_ratings div.onam { left: 156pt; width: 248pt; } body.gui div.scorecard.has_scores.has_tables.has_ratings div.onam, body.gui div.scorecard.has_scores.has_boards.has_ratings div.onam { left: 156pt; width: 176pt; } body.gui div.scorecard div.won { left: 404pt; width: 36pt; } body.gui div.scorecard.has_scores div.won { left: 332pt; } body.gui div.scorecard div.lost { left: 440pt; width: 36pt; } body.gui div.scorecard.has_scores div.lost { left: 368pt; } body.gui div.scorecard div.scores { left: 404pt; width: 72pt; position: absolute; top: 0pt;} body.gui div.scorecard div.scores.edit { width: 108pt; } body.gui div.scorecard div.spread { left: 476pt; width: 48pt; } body.gui div.scorecard div.rdata div.cume { top: 18pt; left: 476pt; width: 48pt; } body.gui div.scorecard div.scores div.for { position: absolute; left: 0; top: 0; width: 36pt; border-right: 2pt solid black } body.gui div.scorecard div.scores div.against { position: absolute; left: 36pt; top: 0; width: 36pt } /* tweak column font sizes */ body.gui div.scorecard div.rdata div.orat, body.gui div.scorecard div.rdata div.onam, body.gui div.scorecard div.rdata div.spread, body.gui div.scorecard div.rdata div.cume { font-size: 12pt; } body.gui div.scorecard div.rdata div.onam { line-height: 18pt; } /* round data */ body.gui div.scorecard div.rdata { position: relative; height: 36pt; width: 524pt; border-bottom: 2pt solid black; } body.gui div.scorecard div.rdata > div { font-size: 14pt; line-height: 36pt; height: 36pt; position: absolute; top: 0pt; border-right: 2pt solid black; } body.gui div.scorecard div.rdata div.p12 span.y { border: 1pt solid black; -moz-border-radius: 0.4em; -webkit-border-radius: 0.4em; border-radius: 0.4em; } body.gui div.scorecard div.rdata div.p12 span.n { text-decoration: line-through; } body.gui div.scorecard div.rdata div.onam span.name { display: block; position: absolute; top: 0pt; left: 0.5em; } body.gui div.scorecard.has_photos div.rdata div.onam span.name { left: 38pt; } body.gui div.scorecard div.rdata div.onam img { position: absolute; top: 2pt; left: 4pt; height: 32pt; width: 32pt; } body.gui div.scorecard.track_firsts div.rdata div.round, body.gui div.scorecard div.rdata div.p12, body.gui div.scorecard div.rdata div.cume, body.gui div.scorecard div.rdata div.spread { line-height: 18pt; height: 18pt; } body.gui div.scorecard div.rdata div.p12 { font-size: 9pt; } body.gui div.scorecard div.rdata div.cume { border-top: 2pt solid black; } body.gui .savebutton { color: green; } body.gui .cancelbutton { color: red; } /* valet score entry */ body.gui div.valet { position: relative; width: 320px; height: 480px; } /* body.gui div.valet div { border: 2px solid #2c9fda; line-height: 32px } */ body.gui div.valet div { border: 2px solid black; line-height: 32px } body.gui div.valet div.entered { position: absolute; top: 0px; left: 0px; width: 316px; height: 32px } body.gui div.valet div.pending { position: absolute; top: 34px; left: 0px; width: 316px; height: 32px } body.gui div.valet div.scores { position: absolute; top: 68px; left: 0px; width: 316px; height: 130px } body.gui div.valet div.round { position: absolute; top: 200px; left: 0px; width: 124px; height: 32px } body.gui div.valet div.division{ position: absolute; top: 200px; left: 126px; width: 124px; height: 32px } body.gui div.valet div.buttons { position: absolute; top: 200px; left: 252px; width: 64px; height: 32px } body.gui div.valet div.pending div.label, body.gui div.valet div.entered div.label { position: absolute; top: -2px; left: -2px; width: 64px; height: 32px } body.gui div.valet div.pending div.none, body.gui div.valet div.entered div.none, body.gui div.valet div.pending div.menu, body.gui div.valet div.entered div.menu { position: absolute; top: -2px; left: 64px; width: 250px; height: 32px } body.gui div.valet div.scores div.p1 { position: absolute; top: -2px; left: -2px; width: 316px; height: 64px } body.gui div.valet div.scores div.p2 { position: absolute; top: 64px; left: -2px; width: 316px; height: 64px } body.gui div.valet div.division div.label, body.gui div.valet div.round div.label { position: absolute; top: -2px; left: -2px; width: 64px; height: 32px } body.gui div.valet div.division div.menu, body.gui div.valet div.round div.menu { position: absolute; top: -2px; left: 64px; width: 58px; height: 32px } body.gui div.valet div.menu { text-align: center } body.gui div.valet div.division div.label, body.gui div.valet div.round div.label, body.gui div.valet div.pending div.label, body.gui div.valet div.entered div.label { font-size: 14px; text-align: center } body.gui div.valet div.buttons { text-align: center } body.gui div.valet div.buttons input { -webkit-appearance: button; height: 24px; width: 56px; position: relative; bottom: 2px; } body.gui div.valet div.pending div.menu select, body.gui div.valet div.entered div.menu select { width: 240px; } body.gui div.valet div.scores div.player div.input { position: absolute; top: -2px; left: 250px; width: 64px; height: 64px; line-height: 64px; text-align: center } body.gui div.valet div.scores div.player input { font-size: 16px; } body.gui div.valet div.scores div.player div.label { position: absolute; top: -2px; left: -2px; width: 250px; height: 64px; } body.gui div.valet div.scores div.player div.label img { width: 62px; height: 62px; } body.gui div.valet div.scores div.player div.label > div.photo { position: absolute; top: -2px; left: -2px; width: 64px; height: 64px } body.gui div.valet div.scores div.player div.label > div.photo img { position: absolute; top: 1px; left: 1px } body.gui div.valet div.scores div.player div.label > div.name { top: -2px; } body.gui div.valet div.scores div.player div.label div.record { top: 20px; } body.gui div.valet div.scores div.player div.label div.next { top: 42px; } body.gui div.valet div.scores div.player div.label > div.name, body.gui div.valet div.scores div.player div.label div.next, body.gui div.valet div.scores div.player div.label div.record { position: absolute; left: 64px; width: 184px; height: 20px; line-height: 20px; font-size: 14px; } body.gui div.valet div.scores div.player div.label div.p12 { position: absolute; top: -2px; left: -2px; width: 32px; height: 20px; line-height: 20px; background-color: white; z-index: 1; } body.gui div.valet a:link, body.gui div.valet a:visited { text-decoration: none; } body.gui div.valet a:hover { text-decoration: underline; } body.gui div.valet div.menu, body.gui div.valet div.none, body.gui div.valet div.buttons, body.gui div.valet div.input { background: #C0C0C0; } body.gui div.valet div.label { background: url(/lib/gui/blue-gradient-32.gif) } body.gui div.valet div.player div.label { background: url(/lib/gui/blue-gradient-64.gif) } body.gui div.valet div.player div.label div.next > div { position: absolute; height: 20px; top: 1px; } body.gui div.valet div.player div.label div.next div.label { margin-left: 5px } body.gui div.valet div.player div.label div.next div.label, body.gui div.valet div.player div.label div.next div.where, body.gui div.valet div.player div.label div.next div.name { top: -4px; } body.gui div.valet div.player div.label div.next div.label, body.gui div.valet div.player div.label div.next div.where, body.gui div.valet div.player div.label div.next div.photo, body.gui div.valet div.player div.label div.next div.name { position: relative; display: inline; } body.gui div.valet div.player div.label div.next img { width: 18px; height: 18px; } body.gui div.valet div.player div.next div { display: inline; border: none; font-size: 14px; line-height: 20px; font-size: 9px} @media screen and (max-device-width: 480px) { body.gui span#nav_quit, body.gui span.inactive { display: none; } body.gui { width: 320px } } .eqw2 { width: 50%; } .eqw3 { width: 33%; } .eqw4 { width: 25%; } .eqw5 { width: 20%; } .eqw6 { width: 16%; } .eqw7 { width: 14%; } .eqw8 { width: 12%; } table.index { border-spacing: 0; } body.index.compact table.index { border: 3px double #80c080; } body.index.compact table.index tr.round0 td { border-top: 1px solid #80c080; border-bottom: 1px solid #80c080; text-align: center; } body.index.compact table.index tr.rtypes th { border-right: 1px solid #80c080; border-bottom: 1px solid #80c080; padding-bottom: 0.2em; } body.index.compact table.index tr.rtypes th.lastc { border-right: none; } body.index.compact table.index tr.round td { border-right: 1px solid #80c080; border-bottom: 1px solid #80c080; } body.index.compact table.index tr.round td.lastc { border-right: none; } body.index.compact tr.round0 td.links div { display: inline; } /* Thai realm usage */ body.thai.ratings h1 { font-size: 120%; } body.thai.ratings table.ratings tr.top1 th { font-size: 100%; line-height: 100%; padding: 0.1em 0.2em } body.thai.alpha_pairings .seat, body.thai.ratings .seat, body.thai.pairings .seat { display: none } /* 2015-05 scoreboard changes */ body.enhanced.scoreboard div.sbctl.tools { left:auto; right:5px; z-index: 5} body.enhanced.scoreboard div.ctlbox { z-index:10;position:absolute;top:20px;right:20px;opacity:0.90;background-color:white } body.enhanced.scoreboard div.ctlbox.hidden { display: none } body.enhanced.scoreboard div.ctlbox table.ctls { border: 1px solid #c0c0c0; } body.enhanced.scoreboard div.ctlbox table.ctls th { text-align: right; font-weight: normal; font-style: italic; padding: 0.1em 0.25em } body.enhanced.scoreboard div.ctlbox table.ctls td { white-space: nowrap; padding: 0.1em 0.25em } body.enhanced.scoreboard div.ctlbox table.ctls td.close { font-weight: bold; border-bottom: 1px solid black } body.enhanced.scoreboard div.ctlbox table.ctls td.close button { float: right; } body.enhanced.scoreboard div.ctlbox table.ctls tr > * { color: black; vertical-align: top; } body.enhanced.scoreboard div.ctlbox table.ctls button { border-width:1px; background-color: #ffffff } body.enhanced.scoreboard div.ctlbox table.ctls button:disabled { background-color: #e0e0e0 } body.enhanced.scoreboard div.ctlbox table.ctls button.output { background-color: #ffffff; color: #b0b0b0 } body.enhanced.scoreboard div.sbp.pair { background-color: #404040; border: #808080; overflow: auto } body.enhanced.scoreboard div.sbp table.pairing, body.enhanced.scoreboard div.sbp table.scorecard { width: 100%; font-size: inherit } body.enhanced.scoreboard div.sbp table.pairing td.player { min-width: 50%; max-width: 50%; width: 50% } body.enhanced.scoreboard div.sbp table.pairing td.heading { text-align: left } body.enhanced.scoreboard div.sbp table.pairing div.first { text-align: left } body.enhanced.scoreboard div.sbp table.pairing div.wl { text-align: left } body.enhanced.scoreboard div.sbp table.pairing td.player img.head { width: 100% } body.enhanced.scoreboard div.sbp table.pairing div.last span.label { color: yellow} body.enhanced.scoreboard div.sbp.card { overflow: auto } body.enhanced.scoreboard div.sbp table.scorecard { background-color: #ffffd0; color: black; border-collapse: collapse } body.enhanced.scoreboard div.sbp table.scorecard img { height: 2em; width: 2em; } body.enhanced.scoreboard div.sbp table.scorecard .head img { padding-left: 0.25em; } body.enhanced.scoreboard div.sbp table.scorecard .team img { height: 0.7em; width: 0.7em; } body.enhanced.scoreboard div.sbp table.scorecard th.top > div, body.enhanced.scoreboard div.sbp table.scorecard td.opponent > div { display: inline-block; white-space: nowrap; padding: 2px} body.enhanced.scoreboard div.sbp table.scorecard td.bp12 div { text-align: center; } body.enhanced.scoreboard div.sbp table.scorecard td { vertical-align: middle; padding: 0.1em 0.5em; } body.enhanced.scoreboard div.sbp table.scorecard .spread { border-right-width: 1px; } body.enhanced.scoreboard div.sbp table.scorecard .score { text-align: center; } body.enhanced.scoreboard div.sbp table.scorecard .rank { text-align: center; } body.enhanced.scoreboard div.sbp table.scorecard td.wl.W { background-color: #c0FFc0; } body.enhanced.scoreboard div.sbp table.scorecard td.wl.L { background-color: #FFc0c0; } body.enhanced.scoreboard div.splitter { cursor: pointer; } body.enhanced.scoreboard img.head.mood0 { filter: grayscale(100%); } body.enhanced.scoreboard img.head.mood1 { filter: grayscale(90%); } body.enhanced.scoreboard img.head.mood2 { filter: grayscale(80%); } body.enhanced.scoreboard img.head.mood3 { filter: grayscale(70%); } body.enhanced.scoreboard img.head.mood4 { filter: grayscale(60%); } body.enhanced.scoreboard img.head.mood5 { filter: grayscale(50%); } body.enhanced.scoreboard img.head.mood6 { filter: grayscale(40%); } body.enhanced.scoreboard img.head.mood7 { filter: grayscale(30%); } body.enhanced.scoreboard img.head.mood8 { filter: grayscale(20%); } body.enhanced.scoreboard img.head.mood9 { filter: grayscale(10%); } table.banner a:visited, table.banner a:link { color: black; text-decoration: none; } table.banner a:visited:hover, table.banner a:hover { color: black; text-decoration: underline; }
0.542379
0.105995
@-moz-document domain(openstreetmap.org) { .preset-icon .icon.highway-motorway,.preset-icon .icon.highway-motorway-link { color: /*[[highway-motorway]]*/; } path.stroke.tag-highway-motorway,path.stroke.tag-highway-motorway_link,path.stroke.tag-motorway { stroke: /*[[highway-motorway]]*/; } .preset-icon .icon.highway-trunk,.preset-icon .icon.highway-trunk-link { color: /*[[highway-trunk]]*/; } path.stroke.tag-highway-trunk,path.stroke.tag-highway-trunk_link,path.stroke.tag-trunk { stroke: /*[[highway-trunk]]*/; } .preset-icon .icon.highway-primary,.preset-icon .icon.highway-primary-link { color: /*[[highway-primary]]*/; } path.stroke.tag-highway-primary,path.stroke.tag-highway-primary_link,path.stroke.tag-primary { stroke: /*[[highway-primary]]*/; } .preset-icon .icon.highway-secondary,.preset-icon .icon.highway-secondary-link { color: /*[[highway-secondary]]*/; } path.stroke.tag-highway-secondary,path.stroke.tag-highway-secondary_link,path.stroke.tag-secondary { stroke: /*[[highway-secondary]]*/; } .preset-icon .icon.highway-tertiary,.preset-icon .icon.highway-tertiary-link { color: /*[[highway-tertiary]]*/; } path.stroke.tag-highway-tertiary,path.stroke.tag-highway-tertiary_link,path.stroke.tag-tertiary { stroke: /*[[highway-tertiary]]*/; } .preset-icon .icon.highway-unclassified { color: /*[[highway-unclassified]]*/; } path.stroke.tag-highway-unclassified,path.stroke.tag-unclassified { stroke: /*[[highway-unclassified]]*/; } .preset-icon .icon.highway-residential { color: /*[[highway-residential]]*/; } path.stroke.tag-highway-residential,path.stroke.tag-residential { stroke: /*[[highway-residential]]*/; } .preset-icon .icon.highway-living-street { color: /*[[highway-livingstreet]]*/; } path.stroke.tag-highway-living_street,path.stroke.tag-living_street { stroke: /*[[highway-livingstreet]]*/; } .preset-icon .icon.highway-service { color: /*[[highway-service]]*/; } path.stroke.tag-highway-service,path.stroke.tag-service { stroke: /*[[highway-service]]*/; } .preset-icon .icon.highway-track { color: /*[[highway-track]]*/; } path.stroke.tag-highway-track,path.stroke.tag-track { stroke: /*[[highway-track]]*/; } .preset-icon .icon.highway-road { color: /*[[highway-road]]*/; } path.stroke.tag-highway-road,path.stroke.tag-road { stroke: /*[[highway-road]]*/; } }
data/usercss/128803.user.css
@-moz-document domain(openstreetmap.org) { .preset-icon .icon.highway-motorway,.preset-icon .icon.highway-motorway-link { color: /*[[highway-motorway]]*/; } path.stroke.tag-highway-motorway,path.stroke.tag-highway-motorway_link,path.stroke.tag-motorway { stroke: /*[[highway-motorway]]*/; } .preset-icon .icon.highway-trunk,.preset-icon .icon.highway-trunk-link { color: /*[[highway-trunk]]*/; } path.stroke.tag-highway-trunk,path.stroke.tag-highway-trunk_link,path.stroke.tag-trunk { stroke: /*[[highway-trunk]]*/; } .preset-icon .icon.highway-primary,.preset-icon .icon.highway-primary-link { color: /*[[highway-primary]]*/; } path.stroke.tag-highway-primary,path.stroke.tag-highway-primary_link,path.stroke.tag-primary { stroke: /*[[highway-primary]]*/; } .preset-icon .icon.highway-secondary,.preset-icon .icon.highway-secondary-link { color: /*[[highway-secondary]]*/; } path.stroke.tag-highway-secondary,path.stroke.tag-highway-secondary_link,path.stroke.tag-secondary { stroke: /*[[highway-secondary]]*/; } .preset-icon .icon.highway-tertiary,.preset-icon .icon.highway-tertiary-link { color: /*[[highway-tertiary]]*/; } path.stroke.tag-highway-tertiary,path.stroke.tag-highway-tertiary_link,path.stroke.tag-tertiary { stroke: /*[[highway-tertiary]]*/; } .preset-icon .icon.highway-unclassified { color: /*[[highway-unclassified]]*/; } path.stroke.tag-highway-unclassified,path.stroke.tag-unclassified { stroke: /*[[highway-unclassified]]*/; } .preset-icon .icon.highway-residential { color: /*[[highway-residential]]*/; } path.stroke.tag-highway-residential,path.stroke.tag-residential { stroke: /*[[highway-residential]]*/; } .preset-icon .icon.highway-living-street { color: /*[[highway-livingstreet]]*/; } path.stroke.tag-highway-living_street,path.stroke.tag-living_street { stroke: /*[[highway-livingstreet]]*/; } .preset-icon .icon.highway-service { color: /*[[highway-service]]*/; } path.stroke.tag-highway-service,path.stroke.tag-service { stroke: /*[[highway-service]]*/; } .preset-icon .icon.highway-track { color: /*[[highway-track]]*/; } path.stroke.tag-highway-track,path.stroke.tag-track { stroke: /*[[highway-track]]*/; } .preset-icon .icon.highway-road { color: /*[[highway-road]]*/; } path.stroke.tag-highway-road,path.stroke.tag-road { stroke: /*[[highway-road]]*/; } }
0.283186
0.041989
@font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Regular.eot"); src: url("vazir-font/dist/Vazir-Regular.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Regular.woff2") format("woff2"), url("vazir-font/dist/Vazir-Regular.woff") format("woff"), url("vazir-font/dist/Vazir-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Bold.eot"); src: url("vazir-font/dist/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Bold.woff2") format("woff2"), url("vazir-font/dist/Vazir-Bold.woff") format("woff"), url("vazir-font/dist/Vazir-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Black.eot"); src: url("vazir-font/dist/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Black.woff2") format("woff2"), url("vazir-font/dist/Vazir-Black.woff") format("woff"), url("vazir-font/dist/Vazir-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Medium.eot"); src: url("vazir-font/dist/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Medium.woff2") format("woff2"), url("vazir-font/dist/Vazir-Medium.woff") format("woff"), url("vazir-font/dist/Vazir-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Light.eot"); src: url("vazir-font/dist/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Light.woff2") format("woff2"), url("vazir-font/dist/Vazir-Light.woff") format("woff"), url("vazir-font/dist/Vazir-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Thin.eot"); src: url("vazir-font/dist/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Thin.woff2") format("woff2"), url("vazir-font/dist/Vazir-Thin.woff") format("woff"), url("vazir-font/dist/Vazir-Thin.ttf") format("truetype"); font-weight: 100; font-style: normal; }
src/assets/vazirfont.css
@font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Regular.eot"); src: url("vazir-font/dist/Vazir-Regular.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Regular.woff2") format("woff2"), url("vazir-font/dist/Vazir-Regular.woff") format("woff"), url("vazir-font/dist/Vazir-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Bold.eot"); src: url("vazir-font/dist/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Bold.woff2") format("woff2"), url("vazir-font/dist/Vazir-Bold.woff") format("woff"), url("vazir-font/dist/Vazir-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Black.eot"); src: url("vazir-font/dist/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Black.woff2") format("woff2"), url("vazir-font/dist/Vazir-Black.woff") format("woff"), url("vazir-font/dist/Vazir-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Medium.eot"); src: url("vazir-font/dist/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Medium.woff2") format("woff2"), url("vazir-font/dist/Vazir-Medium.woff") format("woff"), url("vazir-font/dist/Vazir-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Light.eot"); src: url("vazir-font/dist/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Light.woff2") format("woff2"), url("vazir-font/dist/Vazir-Light.woff") format("woff"), url("vazir-font/dist/Vazir-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: Vazir; src: url("vazir-font/dist/Vazir-Thin.eot"); src: url("vazir-font/dist/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("vazir-font/dist/Vazir-Thin.woff2") format("woff2"), url("vazir-font/dist/Vazir-Thin.woff") format("woff"), url("vazir-font/dist/Vazir-Thin.ttf") format("truetype"); font-weight: 100; font-style: normal; }
0.261614
0.086942
.MainContComment{ max-width:640px; overflow:hidden; margin:10px auto; border:#DDD solid 1px; background:#EFEFEF; border-radius:5px; } .MainContComment .head { font-size:18px; line-height:36px; text-align:center; background:#999; color:#FFF; min-height:36px; overflow:hidden; } .MainContComment .head .left{ float:left; margin-left:10px; } .MainContComment .head .right{ float:right; margin-right:10px; } .MainContComment .head:after{ content:''; display:block; width:100%; height:1px; clear:both; } .MainContComment .head a{ color:#FFF; } .MainContComment .CommentList{ width:96%; margin:10px 2% 10px 2%; background:#fff; } .MainContComment .CommentList .title span.red{ font-size:14px; font-weight:normal; color:#ff6600; margin-left:5px; } .MainContComment .CommentList .title{ width:94%; padding:0 3%; height:35px; background:#3399FF; overflow:hidden; color:#fff; font:bold 16px/35px 'STXihei'; } .MainContComment .CommentList .title a{ color:#fff; } .MainContComment .CommentList .info{ border:1px solid #E5E5E5; border-top:0; } .MainContComment .CommentList .info .UserTime{ width:96%; margin:0 2%; padding:5px 0; height:30px; border-bottom:1px solid #ccc; overflow:hidden; font:14px/30px 'Microsoft Yahei'; } .MainContComment .CommentList .info .UserTime .userL{ float:left; color:#666; } .MainContComment .CommentList .info .UserTime .timeR{ float:right; color:#999; } .MainContComment .CommentList .info .CommentSubmits{ width: 96%; margin: 0 2%; height: 40px; overflow:hidden; } .MainContComment .CommentList .info .CommentSubmits span.state{ float:left; width: 60px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #999; border-radius: 10px; display: block; margin-left: 10px; margin-top: 4px; color: #999; } .MainContComment .CommentList .info .CommentSubmits span.state a{ display: block; border: 0; height: 30px; width: 60px; margin: 0; } .MainContComment .CommentList .info .CommentSubmits a{ width: 60px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #999; border-radius: 10px; float: right; display: block; margin-left: 10px; margin-top: 4px; color: #999; } .MainContComment .OutSubmits{ text-align: center; height: 35px; line-height: 35px; padding-bottom: 10px; } .MainContComment .OutSubmits a{ line-height: 30px; text-align: center; border: 1px solid #999; border-radius: 10px; color: #999; padding: 3px 8px; } .MainContComment .OutSubmits input[type=submit]{ line-height: 22px; text-align: center; border: 1px solid #999; border-radius: 10px; color: #999; padding: 3px 8px; color: #333; } .MainContComment .Showpage{ text-align:center; padding:5px; line-height:25px; border-top:#DDD solid 1px; } .MainContComment .Showpage a{ border:#DDD solid 1px; padding:3px 5px 2px 5px; border-radius:3px; font-size:12px; } .MainContComment .aboutnote{ padding:10px 0 10px 0; } .MainContComment .aboutnote li{ padding:5px 5px 0 10px; line-height:20px; }
public/static/member/default/wap/comment_public.css
.MainContComment{ max-width:640px; overflow:hidden; margin:10px auto; border:#DDD solid 1px; background:#EFEFEF; border-radius:5px; } .MainContComment .head { font-size:18px; line-height:36px; text-align:center; background:#999; color:#FFF; min-height:36px; overflow:hidden; } .MainContComment .head .left{ float:left; margin-left:10px; } .MainContComment .head .right{ float:right; margin-right:10px; } .MainContComment .head:after{ content:''; display:block; width:100%; height:1px; clear:both; } .MainContComment .head a{ color:#FFF; } .MainContComment .CommentList{ width:96%; margin:10px 2% 10px 2%; background:#fff; } .MainContComment .CommentList .title span.red{ font-size:14px; font-weight:normal; color:#ff6600; margin-left:5px; } .MainContComment .CommentList .title{ width:94%; padding:0 3%; height:35px; background:#3399FF; overflow:hidden; color:#fff; font:bold 16px/35px 'STXihei'; } .MainContComment .CommentList .title a{ color:#fff; } .MainContComment .CommentList .info{ border:1px solid #E5E5E5; border-top:0; } .MainContComment .CommentList .info .UserTime{ width:96%; margin:0 2%; padding:5px 0; height:30px; border-bottom:1px solid #ccc; overflow:hidden; font:14px/30px 'Microsoft Yahei'; } .MainContComment .CommentList .info .UserTime .userL{ float:left; color:#666; } .MainContComment .CommentList .info .UserTime .timeR{ float:right; color:#999; } .MainContComment .CommentList .info .CommentSubmits{ width: 96%; margin: 0 2%; height: 40px; overflow:hidden; } .MainContComment .CommentList .info .CommentSubmits span.state{ float:left; width: 60px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #999; border-radius: 10px; display: block; margin-left: 10px; margin-top: 4px; color: #999; } .MainContComment .CommentList .info .CommentSubmits span.state a{ display: block; border: 0; height: 30px; width: 60px; margin: 0; } .MainContComment .CommentList .info .CommentSubmits a{ width: 60px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #999; border-radius: 10px; float: right; display: block; margin-left: 10px; margin-top: 4px; color: #999; } .MainContComment .OutSubmits{ text-align: center; height: 35px; line-height: 35px; padding-bottom: 10px; } .MainContComment .OutSubmits a{ line-height: 30px; text-align: center; border: 1px solid #999; border-radius: 10px; color: #999; padding: 3px 8px; } .MainContComment .OutSubmits input[type=submit]{ line-height: 22px; text-align: center; border: 1px solid #999; border-radius: 10px; color: #999; padding: 3px 8px; color: #333; } .MainContComment .Showpage{ text-align:center; padding:5px; line-height:25px; border-top:#DDD solid 1px; } .MainContComment .Showpage a{ border:#DDD solid 1px; padding:3px 5px 2px 5px; border-radius:3px; font-size:12px; } .MainContComment .aboutnote{ padding:10px 0 10px 0; } .MainContComment .aboutnote li{ padding:5px 5px 0 10px; line-height:20px; }
0.133967
0.0402
min-height: calc(100vh - 170px); /* 80px header + 40px footer = 120px */ width: 72%; margin-left: 14%; margin-right: 14%; } #presentation, #presentationMobile { text-align: center; } #presentation h1, #presentationMobile h1 { font-size: 60px; /*font-family: 'Montserrat', sans-serif;*/ font-family: 'Alegreya Sans SC', sans-serif; /*font-weight: bold;*/ font-weight: 800; color: #1DA1F2; } #presentation h2, #presentationMobile h2 { font-size: 18px; } #presentationSecondary { text-align: left; } #presentationSecondary h1 { font-size: 42px; font-family: 'Alegreya Sans SC', sans-serif; font-weight: 800; color: #1DA1F2; } #presentationSecondary h2 { font-size: 16px; } .cardTitle { font-size: 36px; text-align: center; font-family: 'Alegreya Sans SC', sans-serif; font-weight: 600; color: #1DA1F2; } /* BARRA SUPERIOR */ /* Todos */ .navbar-nav li a { color: white !important; font-size: 16px; font-family: 'Rubik', sans-serif; font-weight: 500; } /* Activo */ .active:not([role^=tab]) { color: black !important; font-size: 16px; font-family: 'Rubik', sans-serif; border-radius: 15px; background: white; } /* Hover */ .navbar-nav li a:hover:not(.active) { color: white !important; font-size: 16px; font-family: 'Rubik', sans-serif; border-radius: 15px; background: gray; } /* PRO EN NAV */ #pro-nav:hover { color:#F0B90B !important; } /* COMANDOS */ /* Todos */ .nav-pills a { color: black !important; border-color: white; border-width: 2px; border-style: solid; border-radius: 10px; background: white; } /* Activo */ .active[role=tab] { color: black !important; border-color: black; border-width: 2px; border-style: solid; border-radius: 10px; background: #2AABEE !important; /* Telegram */ } /* Hover */ .nav-pills a:hover:not(.active) { color: black !important; border-color: black; border-width: 2px; border-style: solid; border-radius: 10px; background: #2AABEE !important; /* Telegram */ } /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ *, :after, :before { box-sizing: border-box; } html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: sans; font-size: 13px; } .chat__body { display: flex; width: 100%; height: 100%; background-image: url("https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/art/bg_initial.jpg"); background-position-y: -54px; background-attachment: fixed; border-color: black; border-width: 2px; border-style: solid; border-radius: 10px; } .messages { display: flex; flex-direction: column; flex-grow: 1; justify-content: flex-end; margin-left: 16px; margin-right: 16px; margin-bottom: 6px; } .chat__loader { flex-grow: 1; display: flex; align-self: center; justify-content: center; user-select: none; } .chat__loader .spinner { position: relative; width: 30px; height: 30px; background-color: rgba(38, 50, 56, .5); border-radius: 50%; align-self: center; } .chat__loader .spinner:after { position: absolute; left: 4px; top: 4px; display: block; content: ''; width: 22px; height: 22px; border-left-color: #fff; border-right-color: transparent; border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; border-width: 3px; border-style: solid; animation: spin .8s linear infinite; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .message { align-self: flex-start; display: flex; align-items: center; position: relative; min-height: 30px; max-width: 420px; background-color: #fff; margin-bottom: 8px; border-radius: 6px; z-index: 2; box-shadow: 0 2px 1px 0 rgba(160, 172, 182, .5); } .message.my-message { align-self: flex-end; background-color: #effdde; box-shadow: 0 2px 1px 0 rgba(93, 196, 82, .5); } .message.droplet:before { position: absolute; content: ''; bottom: 0; left: -8px; width: 12px; height: 1px; background-color: inherit; z-index: 1; box-shadow: 0px 1px 1px 1px rgba(160, 172, 182, .5); } .message.droplet:after { position: absolute; content: ''; bottom: 0; left: -10px; width: 16px; height: 10px; clip-path: url(#left-droplet); background-color: inherit; z-index: 1; box-shadow: 0 2px 1px 0 rgba(160, 172, 182, .5); } .message.my-message.droplet:before { right: -8px; left: initial; box-shadow: 0px 1px 1px 1px rgba(93, 196, 82, .5); } .message.my-message.droplet:after { right: -10px; left: initial; clip-path: url(#right-droplet); } .message__text, .message__image__text .message__text__content { padding-top: 10px; padding-left: 10px; padding-right: 10px; z-index: 2; } .message__image, .message__image__text { position: relative; z-index: 2; } .message__image { border-radius: 6px; } .message__image__content { border-radius: 6px; margin-bottom: -3px; max-width: 100%; } .message__time { display: inline-block; float: right; padding-top: 4px; padding-bottom: 4px; padding-left: 14px; text-align: right; font-size: 12px; color: #a0acb6; } .my-message .message__time { color: #5dc452; } .message__image .message__time { display: block; float: initial; position: absolute; bottom: 4px; right: 4px; padding: 4px; color: #fff; background-color: rgba(38, 50, 56, .5); border-radius: 6px; transition: opacity .2s linear; opacity: 0; } .message__image:hover .message__time { opacity: 1; } /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ /* From cssbuttons.io by @fanishah */ .button { font-family: inherit; background: #2CA0D9; color: white; padding: 0.35em 0; font-size: 17px; border: none; border-radius: 0.7em; letter-spacing: 0.08em; position: relative; display: flex; align-content: center; align-items: center; overflow: hidden; height: 2.1em; padding-left: 2.8em; padding-right: 0.9em; } .button .icon { background: #fff; height: 2em; width: 2em; border-radius: 2em; position: absolute; display: flex; align-items: center; justify-content: center; left: 0.4em; transition: all 0.5s; } .icon svg { margin-left: 0.4em; transition: all 0.5s; color: #2CA0D9; width: 1.2rem; height: 1.2rem; } .button:hover .icon svg { transform: rotate(360deg); } .button:hover .icon { width: calc(100% - 0.85rem); border-radius: 0.5em; }
css/index.css
min-height: calc(100vh - 170px); /* 80px header + 40px footer = 120px */ width: 72%; margin-left: 14%; margin-right: 14%; } #presentation, #presentationMobile { text-align: center; } #presentation h1, #presentationMobile h1 { font-size: 60px; /*font-family: 'Montserrat', sans-serif;*/ font-family: 'Alegreya Sans SC', sans-serif; /*font-weight: bold;*/ font-weight: 800; color: #1DA1F2; } #presentation h2, #presentationMobile h2 { font-size: 18px; } #presentationSecondary { text-align: left; } #presentationSecondary h1 { font-size: 42px; font-family: 'Alegreya Sans SC', sans-serif; font-weight: 800; color: #1DA1F2; } #presentationSecondary h2 { font-size: 16px; } .cardTitle { font-size: 36px; text-align: center; font-family: 'Alegreya Sans SC', sans-serif; font-weight: 600; color: #1DA1F2; } /* BARRA SUPERIOR */ /* Todos */ .navbar-nav li a { color: white !important; font-size: 16px; font-family: 'Rubik', sans-serif; font-weight: 500; } /* Activo */ .active:not([role^=tab]) { color: black !important; font-size: 16px; font-family: 'Rubik', sans-serif; border-radius: 15px; background: white; } /* Hover */ .navbar-nav li a:hover:not(.active) { color: white !important; font-size: 16px; font-family: 'Rubik', sans-serif; border-radius: 15px; background: gray; } /* PRO EN NAV */ #pro-nav:hover { color:#F0B90B !important; } /* COMANDOS */ /* Todos */ .nav-pills a { color: black !important; border-color: white; border-width: 2px; border-style: solid; border-radius: 10px; background: white; } /* Activo */ .active[role=tab] { color: black !important; border-color: black; border-width: 2px; border-style: solid; border-radius: 10px; background: #2AABEE !important; /* Telegram */ } /* Hover */ .nav-pills a:hover:not(.active) { color: black !important; border-color: black; border-width: 2px; border-style: solid; border-radius: 10px; background: #2AABEE !important; /* Telegram */ } /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ *, :after, :before { box-sizing: border-box; } html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: sans; font-size: 13px; } .chat__body { display: flex; width: 100%; height: 100%; background-image: url("https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/art/bg_initial.jpg"); background-position-y: -54px; background-attachment: fixed; border-color: black; border-width: 2px; border-style: solid; border-radius: 10px; } .messages { display: flex; flex-direction: column; flex-grow: 1; justify-content: flex-end; margin-left: 16px; margin-right: 16px; margin-bottom: 6px; } .chat__loader { flex-grow: 1; display: flex; align-self: center; justify-content: center; user-select: none; } .chat__loader .spinner { position: relative; width: 30px; height: 30px; background-color: rgba(38, 50, 56, .5); border-radius: 50%; align-self: center; } .chat__loader .spinner:after { position: absolute; left: 4px; top: 4px; display: block; content: ''; width: 22px; height: 22px; border-left-color: #fff; border-right-color: transparent; border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; border-width: 3px; border-style: solid; animation: spin .8s linear infinite; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .message { align-self: flex-start; display: flex; align-items: center; position: relative; min-height: 30px; max-width: 420px; background-color: #fff; margin-bottom: 8px; border-radius: 6px; z-index: 2; box-shadow: 0 2px 1px 0 rgba(160, 172, 182, .5); } .message.my-message { align-self: flex-end; background-color: #effdde; box-shadow: 0 2px 1px 0 rgba(93, 196, 82, .5); } .message.droplet:before { position: absolute; content: ''; bottom: 0; left: -8px; width: 12px; height: 1px; background-color: inherit; z-index: 1; box-shadow: 0px 1px 1px 1px rgba(160, 172, 182, .5); } .message.droplet:after { position: absolute; content: ''; bottom: 0; left: -10px; width: 16px; height: 10px; clip-path: url(#left-droplet); background-color: inherit; z-index: 1; box-shadow: 0 2px 1px 0 rgba(160, 172, 182, .5); } .message.my-message.droplet:before { right: -8px; left: initial; box-shadow: 0px 1px 1px 1px rgba(93, 196, 82, .5); } .message.my-message.droplet:after { right: -10px; left: initial; clip-path: url(#right-droplet); } .message__text, .message__image__text .message__text__content { padding-top: 10px; padding-left: 10px; padding-right: 10px; z-index: 2; } .message__image, .message__image__text { position: relative; z-index: 2; } .message__image { border-radius: 6px; } .message__image__content { border-radius: 6px; margin-bottom: -3px; max-width: 100%; } .message__time { display: inline-block; float: right; padding-top: 4px; padding-bottom: 4px; padding-left: 14px; text-align: right; font-size: 12px; color: #a0acb6; } .my-message .message__time { color: #5dc452; } .message__image .message__time { display: block; float: initial; position: absolute; bottom: 4px; right: 4px; padding: 4px; color: #fff; background-color: rgba(38, 50, 56, .5); border-radius: 6px; transition: opacity .2s linear; opacity: 0; } .message__image:hover .message__time { opacity: 1; } /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ /* ---------------------------- */ /* From cssbuttons.io by @fanishah */ .button { font-family: inherit; background: #2CA0D9; color: white; padding: 0.35em 0; font-size: 17px; border: none; border-radius: 0.7em; letter-spacing: 0.08em; position: relative; display: flex; align-content: center; align-items: center; overflow: hidden; height: 2.1em; padding-left: 2.8em; padding-right: 0.9em; } .button .icon { background: #fff; height: 2em; width: 2em; border-radius: 2em; position: absolute; display: flex; align-items: center; justify-content: center; left: 0.4em; transition: all 0.5s; } .icon svg { margin-left: 0.4em; transition: all 0.5s; color: #2CA0D9; width: 1.2rem; height: 1.2rem; } .button:hover .icon svg { transform: rotate(360deg); } .button:hover .icon { width: calc(100% - 0.85rem); border-radius: 0.5em; }
0.480235
0.081739
color: red; } .menu li:hover > a, .menu .current-item > a { text-decoration:none; } .menu > ul > li { display:inline-block; position:relative; } .login { margin-top: 12px; } .menu > ul > li > a { margin-top: auto; margin-bottom: auto; margin-right: 50px; display:inline-block; text-shadow:0px 1px 0px rgba(0,0,0,0.4); color: white; } .menu li:hover .sub-menu { z-index:1; opacity:1; } .sub-menu { padding:5px 0px; position:absolute; right: -30px; top: 53px; z-index:-1; opacity:0; transition:opacity ease 0.15s; transition-delay: 0.15s ease; /* delays for 1 second */ -webkit-transition-delay: 0.15s ease; /* for Safari & Chrome */ box-shadow:0px 2px 3px rgba(0,0,0,0.2); } .sub-menu li { display:block; color: white; background-color: white; } .sub-menu li a { padding:10px 20px; display:block; } .sub-menu li a:hover, .sub-menu .current-item a { background:black; color: white; } #profile_logo { position: absolute; max-height: 80px; padding: 20px; top: -25px; right: 2px; } #login_button { cursor: pointer !important; } #login_button:hover { color: white !important; } #cursor-pointer { cursor: pointer !important; } #cart_button:hover { color: white !important; } h3 { color: white !important; margin-left: 10%; } .search_container { position: fixed; top: 0; padding-top:1px; height: 100%; background-image: url("../img/searchbg.gif"); background-size: cover; z-index: 200; width: 100%; opacity: 1; transition: opacity 0.3s; } .search_container.fade { opacity: 1; } .hidden { display: none; } .search-btn { cursor: pointer; } .search-btn:hover { color: white !important; } .close-search { font-size: 30px; padding-bottom: 10px; cursor: pointer; margin-left: 73%; } .close-search:hover { transition: 0.3s; color: white !important; } #txtHint div{ background-color: white !important; } #txtHint a { background-color: white !important; display: block; border-top: black 1px; width: 100% !important; } #txtHint a:hover { background-color: lightblue !important; }
vendor/bootstrap/css/style_navbar.css
color: red; } .menu li:hover > a, .menu .current-item > a { text-decoration:none; } .menu > ul > li { display:inline-block; position:relative; } .login { margin-top: 12px; } .menu > ul > li > a { margin-top: auto; margin-bottom: auto; margin-right: 50px; display:inline-block; text-shadow:0px 1px 0px rgba(0,0,0,0.4); color: white; } .menu li:hover .sub-menu { z-index:1; opacity:1; } .sub-menu { padding:5px 0px; position:absolute; right: -30px; top: 53px; z-index:-1; opacity:0; transition:opacity ease 0.15s; transition-delay: 0.15s ease; /* delays for 1 second */ -webkit-transition-delay: 0.15s ease; /* for Safari & Chrome */ box-shadow:0px 2px 3px rgba(0,0,0,0.2); } .sub-menu li { display:block; color: white; background-color: white; } .sub-menu li a { padding:10px 20px; display:block; } .sub-menu li a:hover, .sub-menu .current-item a { background:black; color: white; } #profile_logo { position: absolute; max-height: 80px; padding: 20px; top: -25px; right: 2px; } #login_button { cursor: pointer !important; } #login_button:hover { color: white !important; } #cursor-pointer { cursor: pointer !important; } #cart_button:hover { color: white !important; } h3 { color: white !important; margin-left: 10%; } .search_container { position: fixed; top: 0; padding-top:1px; height: 100%; background-image: url("../img/searchbg.gif"); background-size: cover; z-index: 200; width: 100%; opacity: 1; transition: opacity 0.3s; } .search_container.fade { opacity: 1; } .hidden { display: none; } .search-btn { cursor: pointer; } .search-btn:hover { color: white !important; } .close-search { font-size: 30px; padding-bottom: 10px; cursor: pointer; margin-left: 73%; } .close-search:hover { transition: 0.3s; color: white !important; } #txtHint div{ background-color: white !important; } #txtHint a { background-color: white !important; display: block; border-top: black 1px; width: 100% !important; } #txtHint a:hover { background-color: lightblue !important; }
0.321673
0.068975
@charset "utf-8"; /* CSS Document */ /*.botonTab { float: left; }*/ /*.botonTab [type=button] { display: none; }*/ .botonTab0,.botonTab,.botonTabSelect{ text-decoration: none; display:inline-block; font-size: 17px; /*Aumentamos el tamaño de la fuente */ font-weight: bold; /* Y la ponemos en negrita */ color: #FFF; cursor: pointer; text-shadow: none; font-family: Verdana, Geneva, sans-serif; text-align:center; margin-top: 0px; vertical-align: middle; padding: 15px 0px 15px 0px; } .botonTab0 { width: 140px; background: #ecfce8; /* Old browsers */ background: -moz-linear-gradient(top, #ecfce8 3%, #a5ce46 21%, #a5ce46 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ecfce8), color-stop(21%,#a5ce46), color-stop(100%,#a5ce46)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* IE10+ */ background: linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecfce8', endColorstr='#a5ce46',GradientType=0 ); /* IE6-9 */ } .botonTab0s{ background: rgb(30,87,153); /* Old browsers */ background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ } .botonTab0:hover{ background: #ecfce8; /* Old browsers */ background: -moz-linear-gradient(top, #ecfce8 3%, #b8e24d 21%, #b8e24d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ecfce8), color-stop(21%,#b8e24d), color-stop(100%,#b8e24d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* IE10+ */ background: linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecfce8', endColorstr='#b8e24d',GradientType=0 ); /* IE6-9 */ } /*----------------------------------------------------------*/ .botonTab { width: 246.5px; background: #d8d1d0; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDFkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTQ5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #d8d1d0 0%, #777777 25%, #494949 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d1d0), color-stop(25%,#777777), color-stop(100%,#494949)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* IE10+ */ background: linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d1d0', endColorstr='#494949',GradientType=0 ); /* IE6-8 */ } .botonTabSelect{ width: 246.5px; background: #494949; /* Old browsers */ background: -moz-linear-gradient(top, #494949 0%, #777777 75%, #d8d1d0 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(75%,#777777), color-stop(100%,#d8d1d0)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* IE10+ */ background: linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#d8d1d0',GradientType=0 ); /* IE6-9 */ } .botonTab:hover{ background: #e2e2e2; /* Old browsers */ background: -moz-linear-gradient(top, #e2e2e2 0%, #969696 26%, #5e5e5e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(26%,#969696), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* IE10+ */ background: linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */ } /* Esconde el menu*/ #menu3,#menu4{ display: none; }
web/bundles/acmeuser/css/menu/menu_style.css
@charset "utf-8"; /* CSS Document */ /*.botonTab { float: left; }*/ /*.botonTab [type=button] { display: none; }*/ .botonTab0,.botonTab,.botonTabSelect{ text-decoration: none; display:inline-block; font-size: 17px; /*Aumentamos el tamaño de la fuente */ font-weight: bold; /* Y la ponemos en negrita */ color: #FFF; cursor: pointer; text-shadow: none; font-family: Verdana, Geneva, sans-serif; text-align:center; margin-top: 0px; vertical-align: middle; padding: 15px 0px 15px 0px; } .botonTab0 { width: 140px; background: #ecfce8; /* Old browsers */ background: -moz-linear-gradient(top, #ecfce8 3%, #a5ce46 21%, #a5ce46 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ecfce8), color-stop(21%,#a5ce46), color-stop(100%,#a5ce46)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* IE10+ */ background: linear-gradient(top, #ecfce8 3%,#a5ce46 21%,#a5ce46 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecfce8', endColorstr='#a5ce46',GradientType=0 ); /* IE6-9 */ } .botonTab0s{ background: rgb(30,87,153); /* Old browsers */ background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ } .botonTab0:hover{ background: #ecfce8; /* Old browsers */ background: -moz-linear-gradient(top, #ecfce8 3%, #b8e24d 21%, #b8e24d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ecfce8), color-stop(21%,#b8e24d), color-stop(100%,#b8e24d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* IE10+ */ background: linear-gradient(top, #ecfce8 3%,#b8e24d 21%,#b8e24d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecfce8', endColorstr='#b8e24d',GradientType=0 ); /* IE6-9 */ } /*----------------------------------------------------------*/ .botonTab { width: 246.5px; background: #d8d1d0; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDFkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTQ5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #d8d1d0 0%, #777777 25%, #494949 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d1d0), color-stop(25%,#777777), color-stop(100%,#494949)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* IE10+ */ background: linear-gradient(top, #d8d1d0 0%,#777777 25%,#494949 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d1d0', endColorstr='#494949',GradientType=0 ); /* IE6-8 */ } .botonTabSelect{ width: 246.5px; background: #494949; /* Old browsers */ background: -moz-linear-gradient(top, #494949 0%, #777777 75%, #d8d1d0 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(75%,#777777), color-stop(100%,#d8d1d0)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* IE10+ */ background: linear-gradient(top, #494949 0%,#777777 75%,#d8d1d0 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#d8d1d0',GradientType=0 ); /* IE6-9 */ } .botonTab:hover{ background: #e2e2e2; /* Old browsers */ background: -moz-linear-gradient(top, #e2e2e2 0%, #969696 26%, #5e5e5e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(26%,#969696), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* IE10+ */ background: linear-gradient(top, #e2e2e2 0%,#969696 26%,#5e5e5e 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */ } /* Esconde el menu*/ #menu3,#menu4{ display: none; }
0.198297
0.062531
*{ padding: 0; margin: 0; box-sizing: border-box; } header{ background-repeat: no-repeat; background-attachment: scroll; background-position: center; background-size: 130%; } body{ background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: 100% 100%; } .logo{ font-family: 'Bebas Neue'; font-size: 70px; color: white; margin-left: 125px; letter-spacing: 2px; text-shadow: 3px 3px black; } .logo2{ font-family: 'Oxanium', cursive; font-size: 50px; color: white; letter-spacing: 2px; text-shadow: 3px 3px black; padding-top: 50px; } nav{ position: relative; display: flex; justify-content: space-between; padding-top: 40px; opacity: 100%; padding-bottom: 15px; } .trans { position:absolute; background-color: black; background-position: fixed; opacity: 100%; width: 100%; height: 150px; } .trans2 { position:absolute; background-color: black; background-position: scroll; width: 100%; } .navigation{ padding: 30px 40px; margin-right: 90px; } .navigation li{ list-style: none; display: inline-block; padding-right: 20px; padding-left: 20px; transition: 0.50s all ease; text-shadow: 2px 2px black; } .navigation li a { text-decoration: none; color: white; font-family: 'Oxanium', cursive; font-size: 25px; font-weight: bolder; transition: 0.50s all ease; text-shadow: 2px 2px black; } .navigation li a:hover{ color:rgb(82, 80, 80); transition: 0.50s all ease; text-shadow: 2px 2px white; } .awts{ background-image: url("aw.jpg"); padding: 10px; margin-left: 100px; margin-right: 50%; background-repeat: no-repeat; background-size: 100% 100%; border-radius: 10px; } .wawets{ display: flex; padding-bottom: 20px; padding-top: 20px; } .wawets2{ display: flex; padding-bottom: 20px; } .video1 { padding-right: 50px; padding-left: 50px; padding-top: 20px; align-self: center; height: 100%; width: 800px; } #profilepic { width: 200px; height: 200px; border-radius: 50%; margin-left: 40%; margin-top: 25px; } .head-title{ text-align: center; font-family: 'Bebas Neue'; font-size: 50px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; } .head-title1{ text-align: center; font-family: 'Bebas Neue'; font-size: 70px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; } .gallery_head-title1 { text-align: center; font-family: 'Bebas Neue'; font-size: 70px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; padding-top: 60px; } .contact_head-title1 { text-align: center; font-family: 'Bebas Neue'; font-size: 70px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; padding-top: 40px; } .division { margin-bottom: 300px; } .description{ text-align: center; font-family: 'Oxanium', cursive; color:white; margin-left: 90px; font-size: 20px; text-shadow: 2px 2px black; } .description1{ text-align: center; font-family: 'Oxanium', cursive; color:white; align-self: center; font-size: 20px; text-shadow: 2px 2px black; } footer{ background-color: #282828; background-size: cover; height: 300px; background-repeat: no-repeat; font-family: 'Oxanium', cursive; } .copyright{ color:white; font-family: 'Oxanium', cursive; text-align: center; font-weight: bolder; font-size: 15px; background-color: black; background-size: cover; padding-top: 25px; padding-bottom: 25px; text-shadow: 2px 2px black; } .figure1{ padding-left: 100px; padding-right: 100px; } .fig1{ color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig1 p{ padding-top: 15px; padding-left: 50px; } .desc { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title { font-family: 'Oxanium', cursive; font-size: 30px; font-weight: bold; text-shadow: 5px 2px black; } .figure2{ margin-left: 100px; margin-right: 100px; } .fig2{ color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig2 p{ padding-top: 30px; padding-right: 50px; } .desc2 { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title2 { font-size: 30px; font-family: 'Oxanium', cursive; font-weight: bold; text-shadow: 5px 2px black; } .figure3 { margin-left: 100px; margin-right: 100px; } .fig3{ color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig3 p{ padding-top: 30px; padding-left: 50px; } .desc3 { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title3 { font-family: 'Oxanium', cursive; font-size: 30px; font-weight: bold; text-shadow: 5px 2px black; } .figure4{ margin-left: 100px; margin-right: 100px; padding-bottom: 40px; } .fig4 { color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig4 p{ padding-top: 30px; padding-right: 50px; } .desc4 { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title4 { font-family: 'Oxanium', cursive; font-size: 30px; font-weight: bold; text-shadow: 5px 2px black; } #koi { color:#707070; padding-left: 100px; padding-right: 100px; padding-bottom: 10px; padding-top: 10px; } #footer_table { padding-top: 40px; padding-bottom: 20px; } #poi { color: white; padding-left: 100px; padding-right: 100px; } #go{ padding-top: 10px; padding-right: 40px; padding-bottom: 10px; } .logo321{ font-family: 'Bebas Neue'; font-size: 30px; color: white; letter-spacing: 2px; text-shadow: 3px 3px black; padding-top: 20px; padding-bottom: 5px; } .ex{ padding-top: 20px; padding-bottom: 10px; font-size: 30px; font-family: 'Oxanium', cursive; text-shadow: 3px 3px black; color: white; } .contacticons { padding-left: 140px; padding-top: 3%; width: 100%; } #email label { font-size: 30px; font-family: 'Oxanium', cursive; color:white; font-size: 25px; text-shadow: 2px 2px black; padding-right: 15px; } #email input { font-family: 'Oxanium', cursive; font-size: 17px; width: 70%; border-radius: 5px; border: 2px solid black; padding:5px; } #name label { font-size: 30px; font-family: 'Oxanium', cursive; color:white; font-size: 25px; text-shadow: 2px 2px black; padding-right: 13px; } #name input { font-family: 'Oxanium', cursive; font-size: 17px; width: 70%; border-radius: 5px; border: 2px solid black; padding:5px; } #email { padding-bottom: 10px; } #name{ padding-top: 10px; } .canto { padding-bottom: 40px; } #email2 { font-size: 30px; font-family: 'Oxanium', cursive; color:white; font-size: 25px; text-shadow: 2px 2px black; margin-left: 157.5px; } #fname{ font-family: 'Oxanium', cursive; font-size: 29px; border: 2px solid black; border-radius: 5px; width: 76.5%; padding: 10px; } .contak { padding-bottom: 50px; } .button { padding-bottom: 50px; outline-color: white; outline: 5px; } .button a:hover { color:white; transition: 0.50s all ease; text-shadow: 2px 2px white; } #nick { font-family: 'Oxanium', cursive; font-size: 22px; color: white; font-weight: bold; background-color: black; border-radius: 5px; width: 110px; height: 50px; padding-top: 5px; } * {box-sizing:border-box} .slideshow-container { max-width: 1000px; position:relative; overflow: hidden; margin: auto; border-radius: 20px; } .mySlides { display: none; } .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } .next { right: 0; border-radius: 3px 0 0 3px; } .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } .text { color: #f2f2f2; font-size: 20px; padding: 8px 12px; position: absolute; bottom: 8px; width: 60%; margin-left: 22%; text-align: center; font-family: 'Oxanium', cursive; font-weight: bold; background-color: rgb(53, 50, 50); border-radius: 10px; } .numbertext { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; top: 5px; left: 5px; font-family: 'Oxanium', cursive; font-weight: bold; text-shadow: 3px 1px black; background-color: rgb(53, 50, 50); border-radius: 10px; } .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; } .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} }
public/css/style.css
*{ padding: 0; margin: 0; box-sizing: border-box; } header{ background-repeat: no-repeat; background-attachment: scroll; background-position: center; background-size: 130%; } body{ background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: 100% 100%; } .logo{ font-family: 'Bebas Neue'; font-size: 70px; color: white; margin-left: 125px; letter-spacing: 2px; text-shadow: 3px 3px black; } .logo2{ font-family: 'Oxanium', cursive; font-size: 50px; color: white; letter-spacing: 2px; text-shadow: 3px 3px black; padding-top: 50px; } nav{ position: relative; display: flex; justify-content: space-between; padding-top: 40px; opacity: 100%; padding-bottom: 15px; } .trans { position:absolute; background-color: black; background-position: fixed; opacity: 100%; width: 100%; height: 150px; } .trans2 { position:absolute; background-color: black; background-position: scroll; width: 100%; } .navigation{ padding: 30px 40px; margin-right: 90px; } .navigation li{ list-style: none; display: inline-block; padding-right: 20px; padding-left: 20px; transition: 0.50s all ease; text-shadow: 2px 2px black; } .navigation li a { text-decoration: none; color: white; font-family: 'Oxanium', cursive; font-size: 25px; font-weight: bolder; transition: 0.50s all ease; text-shadow: 2px 2px black; } .navigation li a:hover{ color:rgb(82, 80, 80); transition: 0.50s all ease; text-shadow: 2px 2px white; } .awts{ background-image: url("aw.jpg"); padding: 10px; margin-left: 100px; margin-right: 50%; background-repeat: no-repeat; background-size: 100% 100%; border-radius: 10px; } .wawets{ display: flex; padding-bottom: 20px; padding-top: 20px; } .wawets2{ display: flex; padding-bottom: 20px; } .video1 { padding-right: 50px; padding-left: 50px; padding-top: 20px; align-self: center; height: 100%; width: 800px; } #profilepic { width: 200px; height: 200px; border-radius: 50%; margin-left: 40%; margin-top: 25px; } .head-title{ text-align: center; font-family: 'Bebas Neue'; font-size: 50px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; } .head-title1{ text-align: center; font-family: 'Bebas Neue'; font-size: 70px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; } .gallery_head-title1 { text-align: center; font-family: 'Bebas Neue'; font-size: 70px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; padding-top: 60px; } .contact_head-title1 { text-align: center; font-family: 'Bebas Neue'; font-size: 70px; color: white; letter-spacing: 3px; margin-left: 90px; text-shadow: 2px 2px black; padding-top: 40px; } .division { margin-bottom: 300px; } .description{ text-align: center; font-family: 'Oxanium', cursive; color:white; margin-left: 90px; font-size: 20px; text-shadow: 2px 2px black; } .description1{ text-align: center; font-family: 'Oxanium', cursive; color:white; align-self: center; font-size: 20px; text-shadow: 2px 2px black; } footer{ background-color: #282828; background-size: cover; height: 300px; background-repeat: no-repeat; font-family: 'Oxanium', cursive; } .copyright{ color:white; font-family: 'Oxanium', cursive; text-align: center; font-weight: bolder; font-size: 15px; background-color: black; background-size: cover; padding-top: 25px; padding-bottom: 25px; text-shadow: 2px 2px black; } .figure1{ padding-left: 100px; padding-right: 100px; } .fig1{ color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig1 p{ padding-top: 15px; padding-left: 50px; } .desc { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title { font-family: 'Oxanium', cursive; font-size: 30px; font-weight: bold; text-shadow: 5px 2px black; } .figure2{ margin-left: 100px; margin-right: 100px; } .fig2{ color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig2 p{ padding-top: 30px; padding-right: 50px; } .desc2 { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title2 { font-size: 30px; font-family: 'Oxanium', cursive; font-weight: bold; text-shadow: 5px 2px black; } .figure3 { margin-left: 100px; margin-right: 100px; } .fig3{ color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig3 p{ padding-top: 30px; padding-left: 50px; } .desc3 { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title3 { font-family: 'Oxanium', cursive; font-size: 30px; font-weight: bold; text-shadow: 5px 2px black; } .figure4{ margin-left: 100px; margin-right: 100px; padding-bottom: 40px; } .fig4 { color: white; display:flex; text-align: justify; text-shadow: 2px 2px black; } .fig4 p{ padding-top: 30px; padding-right: 50px; } .desc4 { font-size: 20px; font-family: 'Oxanium', cursive; padding-bottom: 50px; } .Title4 { font-family: 'Oxanium', cursive; font-size: 30px; font-weight: bold; text-shadow: 5px 2px black; } #koi { color:#707070; padding-left: 100px; padding-right: 100px; padding-bottom: 10px; padding-top: 10px; } #footer_table { padding-top: 40px; padding-bottom: 20px; } #poi { color: white; padding-left: 100px; padding-right: 100px; } #go{ padding-top: 10px; padding-right: 40px; padding-bottom: 10px; } .logo321{ font-family: 'Bebas Neue'; font-size: 30px; color: white; letter-spacing: 2px; text-shadow: 3px 3px black; padding-top: 20px; padding-bottom: 5px; } .ex{ padding-top: 20px; padding-bottom: 10px; font-size: 30px; font-family: 'Oxanium', cursive; text-shadow: 3px 3px black; color: white; } .contacticons { padding-left: 140px; padding-top: 3%; width: 100%; } #email label { font-size: 30px; font-family: 'Oxanium', cursive; color:white; font-size: 25px; text-shadow: 2px 2px black; padding-right: 15px; } #email input { font-family: 'Oxanium', cursive; font-size: 17px; width: 70%; border-radius: 5px; border: 2px solid black; padding:5px; } #name label { font-size: 30px; font-family: 'Oxanium', cursive; color:white; font-size: 25px; text-shadow: 2px 2px black; padding-right: 13px; } #name input { font-family: 'Oxanium', cursive; font-size: 17px; width: 70%; border-radius: 5px; border: 2px solid black; padding:5px; } #email { padding-bottom: 10px; } #name{ padding-top: 10px; } .canto { padding-bottom: 40px; } #email2 { font-size: 30px; font-family: 'Oxanium', cursive; color:white; font-size: 25px; text-shadow: 2px 2px black; margin-left: 157.5px; } #fname{ font-family: 'Oxanium', cursive; font-size: 29px; border: 2px solid black; border-radius: 5px; width: 76.5%; padding: 10px; } .contak { padding-bottom: 50px; } .button { padding-bottom: 50px; outline-color: white; outline: 5px; } .button a:hover { color:white; transition: 0.50s all ease; text-shadow: 2px 2px white; } #nick { font-family: 'Oxanium', cursive; font-size: 22px; color: white; font-weight: bold; background-color: black; border-radius: 5px; width: 110px; height: 50px; padding-top: 5px; } * {box-sizing:border-box} .slideshow-container { max-width: 1000px; position:relative; overflow: hidden; margin: auto; border-radius: 20px; } .mySlides { display: none; } .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } .next { right: 0; border-radius: 3px 0 0 3px; } .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } .text { color: #f2f2f2; font-size: 20px; padding: 8px 12px; position: absolute; bottom: 8px; width: 60%; margin-left: 22%; text-align: center; font-family: 'Oxanium', cursive; font-weight: bold; background-color: rgb(53, 50, 50); border-radius: 10px; } .numbertext { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; top: 5px; left: 5px; font-family: 'Oxanium', cursive; font-weight: bold; text-shadow: 3px 1px black; background-color: rgb(53, 50, 50); border-radius: 10px; } .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; } .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} }
0.432543
0.088583