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
|
---|---|---|---|---|
:root {
--vc-celebration: #ff6196;
--vc-lesson: #00c853;
--vc-habit: #00b8f0;
--vc-form: #D75FB1;
--vc-review: #FF785D;
--vc-intake: #9f5ae5;
--vc-exam: #ff6196;
--vc-caseStudy: #FF785D;
--vc-measurement: #ff6196;
--vc-quiz: #ff6196;
--vc-workout: #ff785d;
--vc-feedback: #9f5ae5;
--vc-conversation: #9f5ae5;
--vc-workshop: #00c853;
--vc-journal: #ff6196;
--vc-study: #00b8f0;
--vc-practice: #00b8f0;
--vc-resource: #00c853;
--vc-celebration-lighter: color-mod(var(--vc-celebration) tint(75%));
--vc-lesson-lighter: color-mod(var(--vc-lesson) tint(75%));
--vc-habit-lighter: color-mod(var(--vc-habit) tint(75%));
--vc-form-lighter: color-mod(var(--vc-form) tint(75%));
--vc-review-lighter: color-mod(var(--vc-review) tint(75%));
--vc-intake-lighter: color-mod(var(--vc-intake) tint(75%));
--vc-exam-lighter: color-mod(var(--vc-exam) tint(75%));
--vc-caseStudy-lighter: color-mod(var(--vc-caseStudy) tint(75%));
--vc-measurement-lighter: color-mod(var(--vc-measurement) tint(75%));
--vc-quiz-lighter: color-mod(var(--vc-quiz) tint(75%));
--vc-workout-lighter: color-mod(var(--vc-workout) tint(75%));
--vc-feedback-lighter: color-mod(var(--vc-feedback) tint(75%));
--vc-conversation-lighter: color-mod(var(--vc-conversation) tint(75%));
--vc-workshop-lighter: color-mod(var(--vc-workshop) tint(75%));
--vc-journal-lighter: color-mod(var(--vc-journal) tint(75%));
--vc-study-lighter: color-mod(var(--vc-study) tint(75%));
--vc-practice-lighter: color-mod(var(--vc-practice) tint(75%));
--vc-resource-lighter: color-mod(var(--vc-resource) tint(75%));
--vc-celebration-lightest: color-mod(var(--vc-celebration) tint(90%));
--vc-lesson-lightest: color-mod(var(--vc-lesson) tint(90%));
--vc-habit-lightest: color-mod(var(--vc-habit) tint(90%));
--vc-form-lightest: color-mod(var(--vc-form) tint(90%));
--vc-review-lightest: color-mod(var(--vc-review) tint(90%));
--vc-intake-lightest: color-mod(var(--vc-intake) tint(90%));
--vc-exam-lightest: color-mod(var(--vc-exam) tint(90%));
--vc-caseStudy-lightest: color-mod(var(--vc-caseStudy) tint(90%));
--vc-measurement-lightest: color-mod(var(--vc-measurement) tint(90%));
--vc-quiz-lightest: color-mod(var(--vc-quiz) tint(90%));
--vc-workout-lightest: color-mod(var(--vc-workout) tint(90%));
--vc-feedback-lightest: color-mod(var(--vc-feedback) tint(90%));
--vc-conversation-lightest: color-mod(var(--vc-conversation) tint(90%));
--vc-workshop-lightest: color-mod(var(--vc-workshop) tint(90%));
--vc-journal-lightest: color-mod(var(--vc-journal) tint(90%));
--vc-study-lightest: color-mod(var(--vc-study) tint(90%));
--vc-practice-lightest: color-mod(var(--vc-practice) tint(90%));
--vc-resource-lightest: color-mod(var(--vc-resource) tint(90%));
/* Completed/Archived State */
--vc-celebration-completed: color-mod(var(--vc-celebration) tint(95%));
--vc-lesson-completed: color-mod(var(--vc-lesson) tint(95%));
--vc-habit-completed: color-mod(var(--vc-habit) tint(95%));
--vc-form-completed: color-mod(var(--vc-form) tint(95%));
--vc-review-completed: color-mod(var(--vc-review) tint(95%));
--vc-intake-completed: color-mod(var(--vc-intake) tint(95%));
--vc-exam-completed: color-mod(var(--vc-exam) tint(95%));
--vc-caseStudy-completed: color-mod(var(--vc-caseStudy) tint(95%));
--vc-measurement-completed: color-mod(var(--vc-measurement) tint(95%));
--vc-quiz-completed: color-mod(var(--vc-quiz) tint(95%));
--vc-workout-completed: color-mod(var(--vc-workout) tint(95%));
--vc-feedback-completed: color-mod(var(--vc-feedback) tint(95%));
--vc-conversation-completed: color-mod(var(--vc-conversation) tint(95%));
--vc-workshop-completed: color-mod(var(--vc-workshop) tint(95%));
--vc-journal-completed: color-mod(var(--vc-journal) tint(95%));
--vc-study-completed: color-mod(var(--vc-study) tint(95%));
--vc-practice-completed: color-mod(var(--vc-practice) tint(95%));
--vc-resource-completed: color-mod(var(--vc-resource) tint(95%));
}
@each $variety, $bumpyName
in (celebration, lesson, form, review, intake, exam, caseStudy, measurement, quiz, workout, habit, feedback, conversation, workshop, journal, study, practice, resource),
(Celebration, Lesson, Form, Review, Intake, Exam, CaseStudy, Measurement, Quiz, Workout, Habit, Feedback, Conversation, Workshop, Journal, Study, Practice, Resource) {
.u-colour$(bumpyName) {
color: var(--vc-$(variety)) !important;
}
.u-fill$(bumpyName) {
fill: var(--vc-$(variety)) !important;
}
.u-border$(bumpyName) {
border-color: var(--vc-$(variety)) !important;
}
.u-background$(bumpyName) {
background-color: var(--vc-$(variety)) !important;
}
}
|
lib/varieties.css
|
:root {
--vc-celebration: #ff6196;
--vc-lesson: #00c853;
--vc-habit: #00b8f0;
--vc-form: #D75FB1;
--vc-review: #FF785D;
--vc-intake: #9f5ae5;
--vc-exam: #ff6196;
--vc-caseStudy: #FF785D;
--vc-measurement: #ff6196;
--vc-quiz: #ff6196;
--vc-workout: #ff785d;
--vc-feedback: #9f5ae5;
--vc-conversation: #9f5ae5;
--vc-workshop: #00c853;
--vc-journal: #ff6196;
--vc-study: #00b8f0;
--vc-practice: #00b8f0;
--vc-resource: #00c853;
--vc-celebration-lighter: color-mod(var(--vc-celebration) tint(75%));
--vc-lesson-lighter: color-mod(var(--vc-lesson) tint(75%));
--vc-habit-lighter: color-mod(var(--vc-habit) tint(75%));
--vc-form-lighter: color-mod(var(--vc-form) tint(75%));
--vc-review-lighter: color-mod(var(--vc-review) tint(75%));
--vc-intake-lighter: color-mod(var(--vc-intake) tint(75%));
--vc-exam-lighter: color-mod(var(--vc-exam) tint(75%));
--vc-caseStudy-lighter: color-mod(var(--vc-caseStudy) tint(75%));
--vc-measurement-lighter: color-mod(var(--vc-measurement) tint(75%));
--vc-quiz-lighter: color-mod(var(--vc-quiz) tint(75%));
--vc-workout-lighter: color-mod(var(--vc-workout) tint(75%));
--vc-feedback-lighter: color-mod(var(--vc-feedback) tint(75%));
--vc-conversation-lighter: color-mod(var(--vc-conversation) tint(75%));
--vc-workshop-lighter: color-mod(var(--vc-workshop) tint(75%));
--vc-journal-lighter: color-mod(var(--vc-journal) tint(75%));
--vc-study-lighter: color-mod(var(--vc-study) tint(75%));
--vc-practice-lighter: color-mod(var(--vc-practice) tint(75%));
--vc-resource-lighter: color-mod(var(--vc-resource) tint(75%));
--vc-celebration-lightest: color-mod(var(--vc-celebration) tint(90%));
--vc-lesson-lightest: color-mod(var(--vc-lesson) tint(90%));
--vc-habit-lightest: color-mod(var(--vc-habit) tint(90%));
--vc-form-lightest: color-mod(var(--vc-form) tint(90%));
--vc-review-lightest: color-mod(var(--vc-review) tint(90%));
--vc-intake-lightest: color-mod(var(--vc-intake) tint(90%));
--vc-exam-lightest: color-mod(var(--vc-exam) tint(90%));
--vc-caseStudy-lightest: color-mod(var(--vc-caseStudy) tint(90%));
--vc-measurement-lightest: color-mod(var(--vc-measurement) tint(90%));
--vc-quiz-lightest: color-mod(var(--vc-quiz) tint(90%));
--vc-workout-lightest: color-mod(var(--vc-workout) tint(90%));
--vc-feedback-lightest: color-mod(var(--vc-feedback) tint(90%));
--vc-conversation-lightest: color-mod(var(--vc-conversation) tint(90%));
--vc-workshop-lightest: color-mod(var(--vc-workshop) tint(90%));
--vc-journal-lightest: color-mod(var(--vc-journal) tint(90%));
--vc-study-lightest: color-mod(var(--vc-study) tint(90%));
--vc-practice-lightest: color-mod(var(--vc-practice) tint(90%));
--vc-resource-lightest: color-mod(var(--vc-resource) tint(90%));
/* Completed/Archived State */
--vc-celebration-completed: color-mod(var(--vc-celebration) tint(95%));
--vc-lesson-completed: color-mod(var(--vc-lesson) tint(95%));
--vc-habit-completed: color-mod(var(--vc-habit) tint(95%));
--vc-form-completed: color-mod(var(--vc-form) tint(95%));
--vc-review-completed: color-mod(var(--vc-review) tint(95%));
--vc-intake-completed: color-mod(var(--vc-intake) tint(95%));
--vc-exam-completed: color-mod(var(--vc-exam) tint(95%));
--vc-caseStudy-completed: color-mod(var(--vc-caseStudy) tint(95%));
--vc-measurement-completed: color-mod(var(--vc-measurement) tint(95%));
--vc-quiz-completed: color-mod(var(--vc-quiz) tint(95%));
--vc-workout-completed: color-mod(var(--vc-workout) tint(95%));
--vc-feedback-completed: color-mod(var(--vc-feedback) tint(95%));
--vc-conversation-completed: color-mod(var(--vc-conversation) tint(95%));
--vc-workshop-completed: color-mod(var(--vc-workshop) tint(95%));
--vc-journal-completed: color-mod(var(--vc-journal) tint(95%));
--vc-study-completed: color-mod(var(--vc-study) tint(95%));
--vc-practice-completed: color-mod(var(--vc-practice) tint(95%));
--vc-resource-completed: color-mod(var(--vc-resource) tint(95%));
}
@each $variety, $bumpyName
in (celebration, lesson, form, review, intake, exam, caseStudy, measurement, quiz, workout, habit, feedback, conversation, workshop, journal, study, practice, resource),
(Celebration, Lesson, Form, Review, Intake, Exam, CaseStudy, Measurement, Quiz, Workout, Habit, Feedback, Conversation, Workshop, Journal, Study, Practice, Resource) {
.u-colour$(bumpyName) {
color: var(--vc-$(variety)) !important;
}
.u-fill$(bumpyName) {
fill: var(--vc-$(variety)) !important;
}
.u-border$(bumpyName) {
border-color: var(--vc-$(variety)) !important;
}
.u-background$(bumpyName) {
background-color: var(--vc-$(variety)) !important;
}
}
| 0.403802 | 0.196633 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
* {
margin: 0;
padding: 0;
}
body {
background-color: #f3f3f3;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 50px;
font-family: Montserrat, sans-serif;
color: #f3f3f3;
}
p {
color: #f3f3f3;
text-align: center;
padding: 45px;
font-size: 1.2em;
}
.container {
width: 1170px;
height: 720px;
border-radius: 35px;
display: flex;
}
.lado-esquerdo {
background-color: #fff;
height: 720px;
width: 585px;
border-radius: 35px 0px 0px 35px;
display: inline-block;
}
span {
color: #707070;
font-size: 3.6em;
font-weight: bold;
}
#foto {
padding: 90px 20px 0 140px;
max-height: 396px;
max-width: 493px;
height: 250px;
}
.cad-dev {
padding-top: 2em;
display: grid;
justify-content: center;
align-items: center
}
.lado-direito {
background-color: #6C63FF;
height: 720px;
width: 585px;
border-radius: 0px 35px 35px 0px;
justify-content: right;
}
.form-area {
margin: 15px 35px;
display: grid;
}
.nome-sobrenome {
display: inline-flex;
justify-content: space-between;
padding-bottom: 17px;
}
.dev-apply {
padding-bottom: 10px;
padding-top: 25px;
}
#devweb {
display: inline-flex;
padding-bottom: 25px;
margin-right: 25px;
padding-top: 13px;
}
.sen-tec {
display: flex;
justify-content: space-between;
}
.tec {
width: 17em;
padding-bottom: 10px;
}
input[type=text] {
border:none;
border-radius: 2px;
height: 2em;
font-family: Montserrat, normal, sans-serif;
padding-left: 0.5em;
}
input[type=email] {
border:none;
border-radius: 2px;
height: 2em;
font-family: Montserrat, normal, sans-serif;
padding-left: 0.5em;
}
input[type=checkbox] {
margin-left: 10px;
display: inline-block;
cursor: default;
}
fieldset {
border: none;
}
#senioridade {
font-family: Montserrat, sans-serif;
padding-left: 0.5em;
}
textarea {
font-family: Montserrat, sans-serif;
padding: 0.8em;
width: 32em;
height: 12em;
border-radius: 1em;
margin-left: 2.9em;
}
button[type="submit"] {
font-family: Montserrat, sans-serif;
font-size: 1em;
padding-left: 0.5em;
color: white;
width: 10em;
height: 1.8em;
background-color: #2F2E41;
border: none;
border-radius: 1em;
margin-left: 10em;
margin-top: 1em;
cursor: pointer;
}
button[type="submit"]:hover {
font-family: Montserrat, sans-serif;
font-size: 1em;
padding-left: 0.5em;
transition: 0.3ms;
color: white;
width: 10em;
height: 1.8em;
background-color: #2e2c5a;
border: none;
border-radius: 1em;
margin-left: 10em;
margin-top: 1em;
cursor: pointer;
}
|
style.css
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
* {
margin: 0;
padding: 0;
}
body {
background-color: #f3f3f3;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 50px;
font-family: Montserrat, sans-serif;
color: #f3f3f3;
}
p {
color: #f3f3f3;
text-align: center;
padding: 45px;
font-size: 1.2em;
}
.container {
width: 1170px;
height: 720px;
border-radius: 35px;
display: flex;
}
.lado-esquerdo {
background-color: #fff;
height: 720px;
width: 585px;
border-radius: 35px 0px 0px 35px;
display: inline-block;
}
span {
color: #707070;
font-size: 3.6em;
font-weight: bold;
}
#foto {
padding: 90px 20px 0 140px;
max-height: 396px;
max-width: 493px;
height: 250px;
}
.cad-dev {
padding-top: 2em;
display: grid;
justify-content: center;
align-items: center
}
.lado-direito {
background-color: #6C63FF;
height: 720px;
width: 585px;
border-radius: 0px 35px 35px 0px;
justify-content: right;
}
.form-area {
margin: 15px 35px;
display: grid;
}
.nome-sobrenome {
display: inline-flex;
justify-content: space-between;
padding-bottom: 17px;
}
.dev-apply {
padding-bottom: 10px;
padding-top: 25px;
}
#devweb {
display: inline-flex;
padding-bottom: 25px;
margin-right: 25px;
padding-top: 13px;
}
.sen-tec {
display: flex;
justify-content: space-between;
}
.tec {
width: 17em;
padding-bottom: 10px;
}
input[type=text] {
border:none;
border-radius: 2px;
height: 2em;
font-family: Montserrat, normal, sans-serif;
padding-left: 0.5em;
}
input[type=email] {
border:none;
border-radius: 2px;
height: 2em;
font-family: Montserrat, normal, sans-serif;
padding-left: 0.5em;
}
input[type=checkbox] {
margin-left: 10px;
display: inline-block;
cursor: default;
}
fieldset {
border: none;
}
#senioridade {
font-family: Montserrat, sans-serif;
padding-left: 0.5em;
}
textarea {
font-family: Montserrat, sans-serif;
padding: 0.8em;
width: 32em;
height: 12em;
border-radius: 1em;
margin-left: 2.9em;
}
button[type="submit"] {
font-family: Montserrat, sans-serif;
font-size: 1em;
padding-left: 0.5em;
color: white;
width: 10em;
height: 1.8em;
background-color: #2F2E41;
border: none;
border-radius: 1em;
margin-left: 10em;
margin-top: 1em;
cursor: pointer;
}
button[type="submit"]:hover {
font-family: Montserrat, sans-serif;
font-size: 1em;
padding-left: 0.5em;
transition: 0.3ms;
color: white;
width: 10em;
height: 1.8em;
background-color: #2e2c5a;
border: none;
border-radius: 1em;
margin-left: 10em;
margin-top: 1em;
cursor: pointer;
}
| 0.339718 | 0.151561 |
* {
padding: 0;
margin: 0;
}
.header {
height: 100%;
background-image: url(../background.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 15px;
text-align: center;
color: #ffffff;
}
.header img {
width: 90px;
float: left;
}
.login-btn {
width: 100px;
padding: 8px 0;
outline: none !important;
border: 2px solid #ffffff;
border-radius: 50px;
background: transparent;
color: #ffffff;
float: right;
}
.login-btn:hover{
outline: none !important;
color: #ffffff;
}
.header h1 {
padding-top: 200px;
padding-bottom: 0;
font-size: 55px;
}
.header p {
margin: 18px 0;
}
.input-group {
display: inline-block;
width: 90% !important;
max-width: 500px;
border-radius: 30px;
color: #ffffff;
margin: auto;
padding: 2px;
}
.input-group input{
width: 250%;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}
.form-control {
border: 0 !important;
border-radius: 30px !important;
margin: 2px;
box-shadow: none;
}
.input-group-text {
width: 100px;
background-image: linear-gradient(#00ff7e, #1f3d90);
border: 0 !important;
color: #ffffff !important;
padding: 0 25px !important;
border-radius: 30px !important;
box-shadow: none !important;
}
.container {
margin-left: 0;
}
.column-md-4 {
margin: 40px;
}
.features {
padding: 100px 0;
background-image: url(../bg1.jpg) ;
background-size: cover;
background-repeat: no-repeat;
}
.features h1 {
color: #000;
}
h1 {
text-align: center;
padding-bottom: 30px;
color: #ffffff;
}
.features-img img {
width: 100%;
}
.features-img {
position: relative;
}
.price {
width: 50px;
height: 50px;
background: #ff5722;
color: #ffffff;
font-weight: 300;
border-radius: 60%;
padding: 10px;
position: absolute;
box-shadow: 0 0 10px 1px rgba(37, 73, 214, 0.18);
left: 20px;
bottom: -30PX;
}
.rating {
padding: 3px;
float: right;
background: #ffffff;
bottom: -1px;
right: 0px;
position: absolute;
}
.features .fa {
font-size: 15px;
color: #ff5722;
}
.feature-details {
padding: 20px;
}
.features-details h4 {
font-weight: 600;
margin-top: 20px;
}
.features-details .fa {
margin-right: 5px;
}
.features-box {
box-shadow: 0 0 10px 1px rgba(37, 73, 214, 0.18);
margin-bottom: 30px;
}
.gallery {
padding: 120px 10px 0 0px;
background: url(../bg.jpg);
}
.gallery-box img {
width: 100%;
border-radius: 10px;
cursor: pointer;
}
.gallery-box:hover {
transform: scale(1.1);
}
.gallery-box h4 {
display: block;
color: #ffffff;
text-shadow: -2px 2px 2px #000000;
font-weight: 600;
font-size: 20px;
position: absolute;
top: 50%;
left: 60%;
transform: translate(-50%, -50%);
}
.gallery-box {
position: relative;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 45px;
}
.banner {
height: 40%;
background-image: url("banner2.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.banner-highlight {
padding: 70px 0;
background: rgba(0, 0, 0, 0.7);
text-align: center;
color: #ffffff;
}
.booking-btn {
width: 140px;
padding: 8px 0;
margin-right: -20px;
margin-left: 100px;
margin-top: 10px;
outline: none !important;
border: 2px solid #ffffff;
border-radius: 40px;
background: transparent;
color: #ffffff;
float: right;
}
.users-feedback {
padding: 100px 0;
}
.users-review {
text-align: center;
box-shadow: 0 0 10px 0 rgba(0, 0, 100, 0.2);
padding-bottom: 50px;
}
.users-review p {
padding: 50px 10px 10px 10px;
}
.users-feedback img {
width: 60px;
height: 60px;
border-radius: 50%;
position: relative;
margin: -30px 0 20px 40%;
}
.users-review p::before {
content: '\201d';
display: block;
position: absolute;
font-size: 100px;
color: #6495ed;
font-family: sans-serif;
left: 44%;
top: -20px;
}
.footer {
padding: 100px 20px 4px;
background-image: linear-gradient(#2d557d, #9610fb);
color: #ffffff;
}
.footer-logo {
width: 150px;
margin-top: 15px;
margin-bottom: 15px;
}
.footer h4 {
text-align: left;
margin-top: 15px;
margin-bottom: 25px;
}
.footer p {
font-size: 12px;
text-align: justify;
padding-right: 35px;
}
.footer .row .fa {
padding-right: 20px;
font-size: 15px;
}
.footer hr {
margin-top: 10px;
background: #efefef;
}
.fa-heart {
margin: 0 50px;
color: #f44336;
}
.footer .copyright {
text-align: center;
}
.statistic-section {
padding-top: 70px;
padding-bottom: 70px;
background: url(../bg.jpg)
}
.count-title {
font-size: 50px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
color: #fff;
}
.stats-text {
font-size: 15px;
font-weight: normal;
margin-top: 15px;
margin-bottom: 0;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
.stats-line-black {
margin: 12px auto 0;
width: 55px;
height: 2px;
background-color: #fff;
}
.stats-icon {
font-size: 35px;
margin: 0 auto;
float: none;
display: table;
color: #fff;
}
@media (max-width: 992px) {
.counter {
margin-bottom: 40px;
}
}
.flip-card {
background-color: transparent;
width: 250px;
height: 200px;
perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: #bbb;
color: black;
}
/* Style the back side */
.flip-card-back {
background-color:#f1f3f4;
color:black ;
transform: rotateY(180deg);
border-radius:25px;
}
.strikethrough{
text-decoration: line-through;
color:#8e99a4;
}
.services-post {
display: block;
background: #fff;
border: 1px solid #e8edf0;
padding: 0.625rem;
margin-bottom: 1.875rem;
-webkit-border-radius: 0.1875rem;
-moz-border-radius: 0.1875rem;
-ms-border-radius: 0.1875rem;
border-radius: 0.1875rem;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0.3125rem 0.625rem #f6f6f6;
-webkit-box-shadow: 0 0.3125rem 0.625rem #f6f6f6;
-moz-box-shadow: 0 0.3125rem 0.625rem #f6f6f6;
-o-box-shadow: 0 0.3125rem 0.625rem #f6f6f6; }
.services-post__content {
padding: 1.875rem 0.625rem 0rem;
border: 1px solid transparent;
text-align: center;
-webkit-border-radius: 0.0625rem;
-moz-border-radius: 0.0625rem;
-ms-border-radius: 0.0625rem;
border-radius: 0.0625rem;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out; }
.services-post__content i {
display: inline-block;
color: #fb646f;
font-size: 2.875rem;
margin-bottom: 1.25rem;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out; }
.services-post__title {
color: #fb646f;
margin-bottom: 0;
font-size: medium;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
outline: none; }
.services-post__location {
opacity: 0.8;
color: #fff;
margin-bottom: 0;
font-weight: 200;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out; }
.services-post:hover .services-post__content {
border-color: rgba(255, 255, 255, 0.3);
}
.services-post:hover .services-post__content i {
color: #fff;
margin-bottom: 0.625rem; }
.services-post:hover .services-post__title {
color: #fff;
}
.services-post:hover a {
outline:none;
}
.services-post:hover .services-post__location {
margin-bottom: 0.625rem; }
.services-post:hover {
background: #fb646f;
border-color: transparent;
box-shadow: 0 0.75rem 1.5rem #e8e8e8;
-webkit-box-shadow: 0 0.75rem 1.5rem #e8e8e8;
-moz-box-shadow: 0 0.75rem 1.5rem #e8e8e8;
-o-box-shadow: 0 0.75rem 1.5rem #e8e8e8; }
.services__box-half-negative {
background: #fff;
margin-top: -7.187rem;
padding: 1.25rem 1.25rem 0;
border-bottom: 1px solid #edeef0;
-webkit-border-radius: 0.25rem;
-moz-border-radius: 0.25rem;
-ms-border-radius: 0.25rem;
border-radius: 0.25rem; }
|
css/homepage.css
|
* {
padding: 0;
margin: 0;
}
.header {
height: 100%;
background-image: url(../background.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 15px;
text-align: center;
color: #ffffff;
}
.header img {
width: 90px;
float: left;
}
.login-btn {
width: 100px;
padding: 8px 0;
outline: none !important;
border: 2px solid #ffffff;
border-radius: 50px;
background: transparent;
color: #ffffff;
float: right;
}
.login-btn:hover{
outline: none !important;
color: #ffffff;
}
.header h1 {
padding-top: 200px;
padding-bottom: 0;
font-size: 55px;
}
.header p {
margin: 18px 0;
}
.input-group {
display: inline-block;
width: 90% !important;
max-width: 500px;
border-radius: 30px;
color: #ffffff;
margin: auto;
padding: 2px;
}
.input-group input{
width: 250%;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}
.form-control {
border: 0 !important;
border-radius: 30px !important;
margin: 2px;
box-shadow: none;
}
.input-group-text {
width: 100px;
background-image: linear-gradient(#00ff7e, #1f3d90);
border: 0 !important;
color: #ffffff !important;
padding: 0 25px !important;
border-radius: 30px !important;
box-shadow: none !important;
}
.container {
margin-left: 0;
}
.column-md-4 {
margin: 40px;
}
.features {
padding: 100px 0;
background-image: url(../bg1.jpg) ;
background-size: cover;
background-repeat: no-repeat;
}
.features h1 {
color: #000;
}
h1 {
text-align: center;
padding-bottom: 30px;
color: #ffffff;
}
.features-img img {
width: 100%;
}
.features-img {
position: relative;
}
.price {
width: 50px;
height: 50px;
background: #ff5722;
color: #ffffff;
font-weight: 300;
border-radius: 60%;
padding: 10px;
position: absolute;
box-shadow: 0 0 10px 1px rgba(37, 73, 214, 0.18);
left: 20px;
bottom: -30PX;
}
.rating {
padding: 3px;
float: right;
background: #ffffff;
bottom: -1px;
right: 0px;
position: absolute;
}
.features .fa {
font-size: 15px;
color: #ff5722;
}
.feature-details {
padding: 20px;
}
.features-details h4 {
font-weight: 600;
margin-top: 20px;
}
.features-details .fa {
margin-right: 5px;
}
.features-box {
box-shadow: 0 0 10px 1px rgba(37, 73, 214, 0.18);
margin-bottom: 30px;
}
.gallery {
padding: 120px 10px 0 0px;
background: url(../bg.jpg);
}
.gallery-box img {
width: 100%;
border-radius: 10px;
cursor: pointer;
}
.gallery-box:hover {
transform: scale(1.1);
}
.gallery-box h4 {
display: block;
color: #ffffff;
text-shadow: -2px 2px 2px #000000;
font-weight: 600;
font-size: 20px;
position: absolute;
top: 50%;
left: 60%;
transform: translate(-50%, -50%);
}
.gallery-box {
position: relative;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 45px;
}
.banner {
height: 40%;
background-image: url("banner2.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.banner-highlight {
padding: 70px 0;
background: rgba(0, 0, 0, 0.7);
text-align: center;
color: #ffffff;
}
.booking-btn {
width: 140px;
padding: 8px 0;
margin-right: -20px;
margin-left: 100px;
margin-top: 10px;
outline: none !important;
border: 2px solid #ffffff;
border-radius: 40px;
background: transparent;
color: #ffffff;
float: right;
}
.users-feedback {
padding: 100px 0;
}
.users-review {
text-align: center;
box-shadow: 0 0 10px 0 rgba(0, 0, 100, 0.2);
padding-bottom: 50px;
}
.users-review p {
padding: 50px 10px 10px 10px;
}
.users-feedback img {
width: 60px;
height: 60px;
border-radius: 50%;
position: relative;
margin: -30px 0 20px 40%;
}
.users-review p::before {
content: '\201d';
display: block;
position: absolute;
font-size: 100px;
color: #6495ed;
font-family: sans-serif;
left: 44%;
top: -20px;
}
.footer {
padding: 100px 20px 4px;
background-image: linear-gradient(#2d557d, #9610fb);
color: #ffffff;
}
.footer-logo {
width: 150px;
margin-top: 15px;
margin-bottom: 15px;
}
.footer h4 {
text-align: left;
margin-top: 15px;
margin-bottom: 25px;
}
.footer p {
font-size: 12px;
text-align: justify;
padding-right: 35px;
}
.footer .row .fa {
padding-right: 20px;
font-size: 15px;
}
.footer hr {
margin-top: 10px;
background: #efefef;
}
.fa-heart {
margin: 0 50px;
color: #f44336;
}
.footer .copyright {
text-align: center;
}
.statistic-section {
padding-top: 70px;
padding-bottom: 70px;
background: url(../bg.jpg)
}
.count-title {
font-size: 50px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
color: #fff;
}
.stats-text {
font-size: 15px;
font-weight: normal;
margin-top: 15px;
margin-bottom: 0;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
.stats-line-black {
margin: 12px auto 0;
width: 55px;
height: 2px;
background-color: #fff;
}
.stats-icon {
font-size: 35px;
margin: 0 auto;
float: none;
display: table;
color: #fff;
}
@media (max-width: 992px) {
.counter {
margin-bottom: 40px;
}
}
.flip-card {
background-color: transparent;
width: 250px;
height: 200px;
perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: #bbb;
color: black;
}
/* Style the back side */
.flip-card-back {
background-color:#f1f3f4;
color:black ;
transform: rotateY(180deg);
border-radius:25px;
}
.strikethrough{
text-decoration: line-through;
color:#8e99a4;
}
.services-post {
display: block;
background: #fff;
border: 1px solid #e8edf0;
padding: 0.625rem;
margin-bottom: 1.875rem;
-webkit-border-radius: 0.1875rem;
-moz-border-radius: 0.1875rem;
-ms-border-radius: 0.1875rem;
border-radius: 0.1875rem;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0.3125rem 0.625rem #f6f6f6;
-webkit-box-shadow: 0 0.3125rem 0.625rem #f6f6f6;
-moz-box-shadow: 0 0.3125rem 0.625rem #f6f6f6;
-o-box-shadow: 0 0.3125rem 0.625rem #f6f6f6; }
.services-post__content {
padding: 1.875rem 0.625rem 0rem;
border: 1px solid transparent;
text-align: center;
-webkit-border-radius: 0.0625rem;
-moz-border-radius: 0.0625rem;
-ms-border-radius: 0.0625rem;
border-radius: 0.0625rem;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out; }
.services-post__content i {
display: inline-block;
color: #fb646f;
font-size: 2.875rem;
margin-bottom: 1.25rem;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out; }
.services-post__title {
color: #fb646f;
margin-bottom: 0;
font-size: medium;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
outline: none; }
.services-post__location {
opacity: 0.8;
color: #fff;
margin-bottom: 0;
font-weight: 200;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out; }
.services-post:hover .services-post__content {
border-color: rgba(255, 255, 255, 0.3);
}
.services-post:hover .services-post__content i {
color: #fff;
margin-bottom: 0.625rem; }
.services-post:hover .services-post__title {
color: #fff;
}
.services-post:hover a {
outline:none;
}
.services-post:hover .services-post__location {
margin-bottom: 0.625rem; }
.services-post:hover {
background: #fb646f;
border-color: transparent;
box-shadow: 0 0.75rem 1.5rem #e8e8e8;
-webkit-box-shadow: 0 0.75rem 1.5rem #e8e8e8;
-moz-box-shadow: 0 0.75rem 1.5rem #e8e8e8;
-o-box-shadow: 0 0.75rem 1.5rem #e8e8e8; }
.services__box-half-negative {
background: #fff;
margin-top: -7.187rem;
padding: 1.25rem 1.25rem 0;
border-bottom: 1px solid #edeef0;
-webkit-border-radius: 0.25rem;
-moz-border-radius: 0.25rem;
-ms-border-radius: 0.25rem;
border-radius: 0.25rem; }
| 0.301465 | 0.100172 |
*{
margin:0;
padding:0
}
.keyword {
height: 108px;
margin-top: 4px;
margin: 0 auto;
}
.keyword .keyword_top {
width: 100%;
height: 52px;
line-height: 52px;
}
.keyword .keyword_top .keyword_title {
width: 78px;
margin-left: 40px;
}
.fl {
float: left;
}
li {
list-style: none;
}
.keyword .keyword_top>ul>li>a {
display: inline-block;
width: 70px;
height: 52px;
font-size: 14px;
color: #53565a;
letter-spacing: 1.46px;
}
a {
text-align: center;
text-decoration: none;
}
.keyword .keyword_top .keyword_down {
cursor: pointer;
width: 0;
height: 0;
position: absolute;
right: 5px;
top: 23px;
border: 5px solid transparent;
border-top: 5px solid #53565a;
}
.keyword_top .choose {
display: none;
position: absolute;
top: 126px;
z-index: 999;
background-color: #e0e1dd;
width: 80px;
line-height: 30px;
border: 1px solid #97999b;
border-radius: 6px;
}
.keyword_reset, .keyword_top .choose {
cursor: pointer;
font-size: 14px;
color: #53565a;
letter-spacing: 1.46px;
}
.keyword_top .choose a {
display: block;
width: 80px;
height: 30px;
font-size: 14px;
color: #53565a;
letter-spacing: 1.46px;
}
.keyword .keyword_top .shengyu {
margin-right: 30px;
font-size: 14px;
color: #686b6e;
letter-spacing: 1.46px;
}
.fr {
float: right;
}
.keyword_bottom {
width: 100%;
height: 50px;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
.list, .product {
position: relative;
}
.list {
max-width: 1360px;
width: 100%;
margin: 0 auto;
}
.clearfix {
zoom: 1;
top:200px;
}
.product {
float: left;
width: 25%;
margin-bottom: 12px;
}
.img {
width: 76.4%;
margin: 0 auto;
}
.search_product_zindex {
border-radius: 8px;
margin-top: 2%;
margin-left: 2%;
box-shadow: 0 0 10px 5px #f0f0f0;
border: 1px solid #f0f0f0;
width: 94%;
background: hsla(0,0%,100%,.8);
height: 94%;
position: absolute;
display: none;
max-width: 720px;
}
.search_product_title {
width: 100%;
height: 20%;
background: hsla(0,0%,100%,0);
position: absolute;
bottom: 30%;
left: 0;
text-align: center;
font-family: Times New Roman,\\5B8B\4F53;
font-size: 16px;
color: #53565a;
padding-top: 10%;
padding-right: 3%;
}
.img img {
width: 100%;
}
.product_detail {
width: 80%;
height: 380px;
z-index: 999;
background-color: #fff;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
top: 260px;
left: 50%;
margin-left: -40%;
}
.lucency, .product_detail {
display: none;
position: fixed;
}
.content_middle {
margin: 0 auto;
width: 800px;
height: 100%;
}
.product_detail .close {
cursor: pointer;
position: absolute;
top: 10px;
right: 30px;
font-size: 30px;
width: 30px;
height: 30px;
color: #8b8075;
}
|
diomand/i-do/index/jump.css
|
*{
margin:0;
padding:0
}
.keyword {
height: 108px;
margin-top: 4px;
margin: 0 auto;
}
.keyword .keyword_top {
width: 100%;
height: 52px;
line-height: 52px;
}
.keyword .keyword_top .keyword_title {
width: 78px;
margin-left: 40px;
}
.fl {
float: left;
}
li {
list-style: none;
}
.keyword .keyword_top>ul>li>a {
display: inline-block;
width: 70px;
height: 52px;
font-size: 14px;
color: #53565a;
letter-spacing: 1.46px;
}
a {
text-align: center;
text-decoration: none;
}
.keyword .keyword_top .keyword_down {
cursor: pointer;
width: 0;
height: 0;
position: absolute;
right: 5px;
top: 23px;
border: 5px solid transparent;
border-top: 5px solid #53565a;
}
.keyword_top .choose {
display: none;
position: absolute;
top: 126px;
z-index: 999;
background-color: #e0e1dd;
width: 80px;
line-height: 30px;
border: 1px solid #97999b;
border-radius: 6px;
}
.keyword_reset, .keyword_top .choose {
cursor: pointer;
font-size: 14px;
color: #53565a;
letter-spacing: 1.46px;
}
.keyword_top .choose a {
display: block;
width: 80px;
height: 30px;
font-size: 14px;
color: #53565a;
letter-spacing: 1.46px;
}
.keyword .keyword_top .shengyu {
margin-right: 30px;
font-size: 14px;
color: #686b6e;
letter-spacing: 1.46px;
}
.fr {
float: right;
}
.keyword_bottom {
width: 100%;
height: 50px;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
.list, .product {
position: relative;
}
.list {
max-width: 1360px;
width: 100%;
margin: 0 auto;
}
.clearfix {
zoom: 1;
top:200px;
}
.product {
float: left;
width: 25%;
margin-bottom: 12px;
}
.img {
width: 76.4%;
margin: 0 auto;
}
.search_product_zindex {
border-radius: 8px;
margin-top: 2%;
margin-left: 2%;
box-shadow: 0 0 10px 5px #f0f0f0;
border: 1px solid #f0f0f0;
width: 94%;
background: hsla(0,0%,100%,.8);
height: 94%;
position: absolute;
display: none;
max-width: 720px;
}
.search_product_title {
width: 100%;
height: 20%;
background: hsla(0,0%,100%,0);
position: absolute;
bottom: 30%;
left: 0;
text-align: center;
font-family: Times New Roman,\\5B8B\4F53;
font-size: 16px;
color: #53565a;
padding-top: 10%;
padding-right: 3%;
}
.img img {
width: 100%;
}
.product_detail {
width: 80%;
height: 380px;
z-index: 999;
background-color: #fff;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
top: 260px;
left: 50%;
margin-left: -40%;
}
.lucency, .product_detail {
display: none;
position: fixed;
}
.content_middle {
margin: 0 auto;
width: 800px;
height: 100%;
}
.product_detail .close {
cursor: pointer;
position: absolute;
top: 10px;
right: 30px;
font-size: 30px;
width: 30px;
height: 30px;
color: #8b8075;
}
| 0.510741 | 0.082994 |
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap");
*, ::before, ::after {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Kumbh Sans', sans-serif;
font-size: 18px;
width: 100vw;
height: 100vh;
background-color: #19a2ae;
position: relative;
overflow: hidden;
}
body span {
font-weight: 400;
}
body .container {
max-width: 1440px;
margin: 0 auto;
width: 100%;
height: 100%;
}
body img {
max-width: 100%;
}
.card-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
z-index: 1;
}
.card-wrapper .card-body {
width: clamp(310px, 350px, 350px);
height: 375px;
background-color: #ffffff;
border-radius: 15px;
-webkit-box-shadow: 0 5px 20px #2d3248;
box-shadow: 0 5px 20px #2d3248;
}
.card-wrapper .card-body .card-header {
height: 140px;
position: relative;
}
.card-wrapper .card-body .card-header .card-header__img img {
position: absolute;
left: 0;
right: 0;
bottom: -36%;
margin: auto;
border-radius: 50%;
border: 5px solid #fff;
background-color: #fff;
}
.card-wrapper .card-body .card-header::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: url(../Images/bg-pattern-card.svg) center/cover no-repeat;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.card-wrapper .card-body .card-description {
margin-top: 20%;
text-align: center;
}
.card-wrapper .card-body .card-description .card-description__title {
padding-top: 5px;
}
.card-wrapper .card-body .card-description .card-description__title h2 {
color: #2d3248;
font-size: 18px;
font-weight: 600;
}
.card-wrapper .card-body .card-description .card-description__title h4 {
color: #969696;
font-size: 16px;
font-weight: 500;
margin-top: 10px;
letter-spacing: -1px;
}
.card-wrapper .card-body .card-description .card-description__info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 1.1em;
padding-top: 1.3em;
}
.card-wrapper .card-body .card-description .card-description__info .col-3 {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.card-wrapper .card-body .card-description .card-description__info .col-3 h2 {
font-size: 18px;
font-weight: 600;
margin-top: 3px;
}
.card-wrapper .card-body .card-description .card-description__info .col-3 span {
color: #969696;
font-size: 11px;
letter-spacing: 1px;
}
.card-wrapper .card-body .card-description .card-description__info::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #969696;
opacity: 0.3;
}
.card-wrapper .top, .card-wrapper .bottom {
position: absolute;
z-index: -1;
}
.card-wrapper .top {
left: -24%;
top: -44%;
}
.card-wrapper .bottom {
right: -20%;
bottom: -56%;
}
@media only screen and (min-width: 320px) and (max-width: 440px) {
.card-wrapper .top {
top: -25%;
left: -40%;
}
.card-wrapper .bottom {
right: -40%;
bottom: -25%;
}
}
@media only screen and (min-width: 440px) and (max-width: 640px) {
.card-wrapper .top {
top: -30%;
left: -50%;
}
.card-wrapper .bottom {
right: -50%;
bottom: -30%;
}
}
@media only screen and (min-width: 640px) and (max-width: 840px) {
.card-wrapper .top {
top: -35%;
left: -60%;
}
.card-wrapper .bottom {
right: -60%;
bottom: -35%;
}
}
@media only screen and (min-width: 840px) and (max-width: 1100px) {
.card-wrapper .top {
top: -40%;
left: -50%;
}
.card-wrapper .bottom {
right: -50%;
bottom: -40%;
}
}
|
ProfileCard/assets/css/main.css
|
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap");
*, ::before, ::after {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Kumbh Sans', sans-serif;
font-size: 18px;
width: 100vw;
height: 100vh;
background-color: #19a2ae;
position: relative;
overflow: hidden;
}
body span {
font-weight: 400;
}
body .container {
max-width: 1440px;
margin: 0 auto;
width: 100%;
height: 100%;
}
body img {
max-width: 100%;
}
.card-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
z-index: 1;
}
.card-wrapper .card-body {
width: clamp(310px, 350px, 350px);
height: 375px;
background-color: #ffffff;
border-radius: 15px;
-webkit-box-shadow: 0 5px 20px #2d3248;
box-shadow: 0 5px 20px #2d3248;
}
.card-wrapper .card-body .card-header {
height: 140px;
position: relative;
}
.card-wrapper .card-body .card-header .card-header__img img {
position: absolute;
left: 0;
right: 0;
bottom: -36%;
margin: auto;
border-radius: 50%;
border: 5px solid #fff;
background-color: #fff;
}
.card-wrapper .card-body .card-header::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: url(../Images/bg-pattern-card.svg) center/cover no-repeat;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.card-wrapper .card-body .card-description {
margin-top: 20%;
text-align: center;
}
.card-wrapper .card-body .card-description .card-description__title {
padding-top: 5px;
}
.card-wrapper .card-body .card-description .card-description__title h2 {
color: #2d3248;
font-size: 18px;
font-weight: 600;
}
.card-wrapper .card-body .card-description .card-description__title h4 {
color: #969696;
font-size: 16px;
font-weight: 500;
margin-top: 10px;
letter-spacing: -1px;
}
.card-wrapper .card-body .card-description .card-description__info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 1.1em;
padding-top: 1.3em;
}
.card-wrapper .card-body .card-description .card-description__info .col-3 {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.card-wrapper .card-body .card-description .card-description__info .col-3 h2 {
font-size: 18px;
font-weight: 600;
margin-top: 3px;
}
.card-wrapper .card-body .card-description .card-description__info .col-3 span {
color: #969696;
font-size: 11px;
letter-spacing: 1px;
}
.card-wrapper .card-body .card-description .card-description__info::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #969696;
opacity: 0.3;
}
.card-wrapper .top, .card-wrapper .bottom {
position: absolute;
z-index: -1;
}
.card-wrapper .top {
left: -24%;
top: -44%;
}
.card-wrapper .bottom {
right: -20%;
bottom: -56%;
}
@media only screen and (min-width: 320px) and (max-width: 440px) {
.card-wrapper .top {
top: -25%;
left: -40%;
}
.card-wrapper .bottom {
right: -40%;
bottom: -25%;
}
}
@media only screen and (min-width: 440px) and (max-width: 640px) {
.card-wrapper .top {
top: -30%;
left: -50%;
}
.card-wrapper .bottom {
right: -50%;
bottom: -30%;
}
}
@media only screen and (min-width: 640px) and (max-width: 840px) {
.card-wrapper .top {
top: -35%;
left: -60%;
}
.card-wrapper .bottom {
right: -60%;
bottom: -35%;
}
}
@media only screen and (min-width: 840px) and (max-width: 1100px) {
.card-wrapper .top {
top: -40%;
left: -50%;
}
.card-wrapper .bottom {
right: -50%;
bottom: -40%;
}
}
| 0.432543 | 0.050261 |
padding-bottom: 10rem;
background-color: #f7f7f7;
max-width: 90%;
}
.body-color{
background-color: #f7f7f7;
}
.navbar-toggler{
border:none;
font-size: 1.2rem;
padding: 8px;
}
.btn-transparent{
background-color: transparent;
font: .9rem;
padding: 8px;
border: none;
}
.font-color-black{
color: #000;
text-align: center;
}
.font-color-white{
color: #fff;
text-align: center;
}
.font-color-star{
color: #fed61e;
text-align: center;
}
.modified-card{
background-color: #f7f7f7;
/* padding-top: 16px; */
border: none;
}
.modified-outside-card{
border: none;
}
.modified-inside-card{
background-color: white;
border: none;
width: 95%;
}
.py-4{
padding-top: 1rem!important;
}
.padding-all{
padding-left: 1rem;
}
.padding-none{
padding-left: 0;
}
.profile-img-backgroud{
background-color: gray;
object-fit: cover;
}
.profile-img-text{
position: absolute;
padding-left: .9rem;
font-size: .9rem;
line-height: 1;
}
.profile-img-msisdn{
position: absolute;
padding-left: 1rem;
padding-top: 1.2rem;
font-size: .7rem;
opacity: 0.6;
}
.star-border{
background-color: white;
border: 4px white solid;
}
.star-text-padding{
padding-left: 8px;
padding-right: 15px;
}
.star-holder{
display: inline;
background-color: lightgrey;
border-radius: 10px;
}
.card-padding{
padding-top: 10px;
padding-bottom: 10px;
}
.card-background-color{
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
margin-bottom: 7px;
background-color: #fff;
}
.icon-text{
font-size: .7rem;
}
.icon-padding{
padding: 0;
}
.icon-row-padding{
padding: .7rem;
font-size: .7rem;
}
.card-total-padding{
padding: 0 5px 0 5px;
}
.center-icon-block{
display: block;
margin: auto;
text-align: center;
}
.bg-white{
background-color: white;
}
.main-content{
padding-top: 1rem!important;
background-color: white;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
width: 250px;
position: fixed;
top: 0;
left: -250px;
height: 100vh;
z-index: 999;
background: #f7f7f7;
color: rgba(0, 0, 0, 0.8);
transition: all 0.3s;
overflow-y: scroll;
/* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
}
#sidebar.active {
left: 0;
}
#dismiss {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #f7f7f7;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#dismiss:hover {
background: #fff;
color: #f7f7f7;
}
.overlay {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 998;
opacity: 0;
transition: all 0.5s ease-in-out;
top:0;
}
.overlay.active {
display: block;
opacity: 1;
}
#sidebar .sidebar-header {
padding: 20px;
background: #343a40;
color: #f7f7f7;
}
#sidebar ul.components {
padding: 20px 0;
border-bottom: 1px solid #f7f7f7;
}
#sidebar ul p {
color: rgba(0,0,0, .8);
padding: 10px;
}
#sidebar ul li a {
padding: 10px;
font-size: 1.1em;
display: block;
text-decoration: none;
color: black;
}
#sidebar ul li a:hover {
color: rgb(255, 255, 255);
background: #2d5aa3;
text-decoration: none;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
color: rgba(0,0,0,1);
background: #fff;
}
a[data-toggle="collapse"] {
position: relative;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #f7f7f7;
}
ul.CTAs {
padding: 20px;
}
ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}
a.download {
background: #fff;
color: #f7f7f7;
}
a.article,
a.article:hover {
background: #f7f7f7 !important;
color: #fff !important;
text-decoration: none;
}
/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
width: 100%;
/* padding: 20px; */
min-height: 100vh;
transition: all 0.3s;
position: absolute;
top: 60px;
right: 0;
}
.search-box {
width: 85%;
font-size: .5rem;
border: 2px solid #ccc;
background-repeat: no-repeat;
-webkit-transition: width 1s ease-in;
transition: width 1s ease-in;
outline: none !important;
color: white;
}
#searchBar {
width: 25%;
color: white;
outline: none !important;
}
#searchBar:focus {
width: 75%;
color: white;
border: 2px solid #ccc;
background-repeat: no-repeat;
-webkit-transition: width .4s ease-in;
transition: width .4s ease-in;
outline: none !important;
}
/* .search-box[type=text]:focus {
font-size: .8rem;
color: #fff;
box-sizing: border-box;
border-radius: 4px;
width: 80%;
outline:none !important;
} */
.fixed-search{
padding: .5rem;
outline: none !important;
}
html,body{
height: 100%;
}
.navbar-fixed-top{
height: 60px; /* must not use percents here, must be 80px*/
}
.navbar-fixed-bottom{
height: 60px; /* must not use percents here, must be 60px*/
}
#content {
position: fixed;
top: 60px;
bottom: 60px;
left: 0;
right: 0;
overflow:auto;
}
.multi-item-carousel {
overflow: hidden;
/* border: 5px #f7f7 solid; */
}
.multi-item-carousel img {
height: auto;
width: 150%;
border: 5px #f7f7f7 solid;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
background: rgba(255, 255, 255, 0.3);
width: 25%;
}
.multi-item-carousel .carousel-inner {
width: 150%;
left: -25%;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(25%, 0, 0);
transform: translate3d(25%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-25%, 0, 0);
transform: translate3d(-25%, 0, 0);
}
.item_third {
float: left;
width: 33.33333333%;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000;
background-color: rgba(0,0,0,0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators{
margin: auto;
}
.nav-tabs-icon-list {
overflow-x: auto;
overflow-y: hidden;
display: -webkit-box;
display: -moz-box;
border: none;
}
.nav-tabs>li {
float:none;
}
.dropdown-menu{
padding: .7rem;
margin: auto;
right: 0;
left: auto;
width: 200px;
}
.inline-icon{
display: inline;
margin: 5px 10px 5px 10px;
}
.auto-margin{
margin: auto;
}
.front-row {
border-radius: 5px;
background-color: #f7f7f7;
border-color: transparent;
margin-bottom: 10px;
margin-top: 10px;
}
.front-row-blue {
border-radius: 5px;
background-color: #3490dc;
border-color: transparent;
margin: auto;
margin-top: 10px;
}
.items{
background-color: #fcfcfc;
border-radius: 2px;
}
.orderListSection{
min-height: 25rem;
margin: auto;
}
.orderListBottomSection{
margin: auto;
border: 1px #d8d8d8 solid;
padding: 5px;
background-color: aliceblue;
}
.grandTotal{
font-weight: bold;
font-size: 1.2rem;
}
.grandTotalDiv{
margin: auto;
border: 1px #fcfcfc solid;
padding: 5px;
background-color: #3490dc;
color: #fff;
}
.min-width-small-device{
min-width: 300px;
}
.paymentSection{
text-align: center;
min-height: 2.5rem;
border: 1px #fcfcfc solid;
background-color: #32a50e;
border-radius: 5px;
padding: 1rem;
color: #fff;
cursor: pointer;
}
.bottomSection{
text-align: center;
min-height: 2.5rem;
border: 1px #fcfcfc solid;
background-color: #6c757d;
border-radius: 5px;
padding: 1rem;
color: #fff;
cursor: pointer;
}
.anchor_tag{
color: #fff;
}
.anchor_tag:hover{
text-decoration: none;
color: #fff;
}
.disabled_div{
background-color: #cccccc;
color: #666666;
cursor: default;
}
.disabled_anchor_tag {
pointer-events: none;
cursor: default;
}
/* Basic reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* Better text styling */
/* font: 500 14px Arial, sans-serif; */
}
/* Finally adding some IE9 fallbacks for gradients to finish things up */
/* A nice BG gradient */
html {
height: 100%;
background: white;
background: radial-gradient(circle, #fff 20%, #ccc);
background-size: cover;
}
/* Using box shadows to create 3D effects */
#calculator, #discountTable {
width: 30rem;
margin: 50px auto;
padding: 10px;
background: grey;
background: linear-gradient(#f3f3f3, white);
border: 1px #f9f9f9 solid;
border-radius: 1px;
box-shadow: 0px 1px grey, 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.top{
padding: 10px;
}
/* Inset shadow on the screen to create indent */
.top .screen {
height: 40px;
width: 150px;
float: right;
padding: 10px;
background: rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: inset 0px 4px rgba(0, 0, 0, 0.2);
/* Typography */
font-size: 17px;
line-height: 40px;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
text-align: right;
letter-spacing: 1px;
}
/* Clear floats */
.keys, .top {overflow: hidden;}
/* Applying same to the keys */
.keys span, .top span.clear {
float: left;
position: relative;
top: 0;
cursor: pointer;
width: 66px;
height: 36px;
background: white;
/* border-radius: 3px; */
border: 1px #f9f9f9 solid;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
margin: 0 7px 11px 0;
color: #888;
line-height: 36px;
text-align: center;
/* prevent selection of text inside keys */
user-select: none;
/* Smoothing out hover and active states using css3 transitions */
transition: all 0.2s ease;
}
/* Remove right margins from operator keys */
/* style different type of keys (operators/evaluate/clear) differently */
.keys span.operator {
background: #FFF0F5;
margin-right: 0;
}
.keys span.eval {
background: #f1ff92;
box-shadow: 0px 4px #9da853;
color: #888e5f;
}
.top span.clear {
background: #ff9fa8;
box-shadow: 0px 4px #ff7c87;
color: white;
}
/* Some hover effects */
.keys span:hover {
opacity: .5;
}
.keys span.eval:hover {
background: #abb850;
box-shadow: 0px 4px #717a33;
color: #ffffff;
}
.top span.clear:hover {
background: #f68991;
box-shadow: 0px 4px #d3545d;
color: white;
}
/* Simulating "pressed" effect on active state of the keys by removing the box-shadow and moving the keys down a bit */
.keys span:active {
box-shadow: 0px 0px #6b54d3;
top: 4px;
}
.keys span.eval:active {
box-shadow: 0px 0px #717a33;
top: 4px;
}
.top span.clear:active {
top: 4px;
box-shadow: 0px 0px #d3545d;
}
#appendBox{
overflow-y: auto;
max-height: 25rem;
margin: 0 auto;
}
/* width */
::-webkit-scrollbar {
width: 8px;
border-radius: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(0, 92, 167);
border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(0, 122, 192);
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 250px; /* Set a default minimum width */
margin-left: -125px; /* Divide value of min-width by 2 */
background-color: rgb(1, 51, 109); /* Black background color */
color: #fff; /* White text color */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
position: fixed; /* Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
left: 50%; /* Center the snackbar */
top: 50px; /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {top: 0; opacity: 0;}
to {top: 50px; opacity: 1;}
}
@keyframes fadein {
from {top: 0; opacity: 0;}
to {top: 50px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {top: 50px; opacity: 1;}
to {top: 0; opacity: 0;}
}
@keyframes fadeout {
from {top: 50px; opacity: 1;}
to {top: 0; opacity: 0;}
}
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 20px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 20px;
}
.slider.round:before {
border-radius: 50%;
}
.strike-through {
text-decoration: line-through;
}
.table td, .table th{
vertical-align: middle;
text-align: center;
}
|
public/css/modified.css
|
padding-bottom: 10rem;
background-color: #f7f7f7;
max-width: 90%;
}
.body-color{
background-color: #f7f7f7;
}
.navbar-toggler{
border:none;
font-size: 1.2rem;
padding: 8px;
}
.btn-transparent{
background-color: transparent;
font: .9rem;
padding: 8px;
border: none;
}
.font-color-black{
color: #000;
text-align: center;
}
.font-color-white{
color: #fff;
text-align: center;
}
.font-color-star{
color: #fed61e;
text-align: center;
}
.modified-card{
background-color: #f7f7f7;
/* padding-top: 16px; */
border: none;
}
.modified-outside-card{
border: none;
}
.modified-inside-card{
background-color: white;
border: none;
width: 95%;
}
.py-4{
padding-top: 1rem!important;
}
.padding-all{
padding-left: 1rem;
}
.padding-none{
padding-left: 0;
}
.profile-img-backgroud{
background-color: gray;
object-fit: cover;
}
.profile-img-text{
position: absolute;
padding-left: .9rem;
font-size: .9rem;
line-height: 1;
}
.profile-img-msisdn{
position: absolute;
padding-left: 1rem;
padding-top: 1.2rem;
font-size: .7rem;
opacity: 0.6;
}
.star-border{
background-color: white;
border: 4px white solid;
}
.star-text-padding{
padding-left: 8px;
padding-right: 15px;
}
.star-holder{
display: inline;
background-color: lightgrey;
border-radius: 10px;
}
.card-padding{
padding-top: 10px;
padding-bottom: 10px;
}
.card-background-color{
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
margin-bottom: 7px;
background-color: #fff;
}
.icon-text{
font-size: .7rem;
}
.icon-padding{
padding: 0;
}
.icon-row-padding{
padding: .7rem;
font-size: .7rem;
}
.card-total-padding{
padding: 0 5px 0 5px;
}
.center-icon-block{
display: block;
margin: auto;
text-align: center;
}
.bg-white{
background-color: white;
}
.main-content{
padding-top: 1rem!important;
background-color: white;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
width: 250px;
position: fixed;
top: 0;
left: -250px;
height: 100vh;
z-index: 999;
background: #f7f7f7;
color: rgba(0, 0, 0, 0.8);
transition: all 0.3s;
overflow-y: scroll;
/* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
}
#sidebar.active {
left: 0;
}
#dismiss {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #f7f7f7;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#dismiss:hover {
background: #fff;
color: #f7f7f7;
}
.overlay {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 998;
opacity: 0;
transition: all 0.5s ease-in-out;
top:0;
}
.overlay.active {
display: block;
opacity: 1;
}
#sidebar .sidebar-header {
padding: 20px;
background: #343a40;
color: #f7f7f7;
}
#sidebar ul.components {
padding: 20px 0;
border-bottom: 1px solid #f7f7f7;
}
#sidebar ul p {
color: rgba(0,0,0, .8);
padding: 10px;
}
#sidebar ul li a {
padding: 10px;
font-size: 1.1em;
display: block;
text-decoration: none;
color: black;
}
#sidebar ul li a:hover {
color: rgb(255, 255, 255);
background: #2d5aa3;
text-decoration: none;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
color: rgba(0,0,0,1);
background: #fff;
}
a[data-toggle="collapse"] {
position: relative;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #f7f7f7;
}
ul.CTAs {
padding: 20px;
}
ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}
a.download {
background: #fff;
color: #f7f7f7;
}
a.article,
a.article:hover {
background: #f7f7f7 !important;
color: #fff !important;
text-decoration: none;
}
/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
width: 100%;
/* padding: 20px; */
min-height: 100vh;
transition: all 0.3s;
position: absolute;
top: 60px;
right: 0;
}
.search-box {
width: 85%;
font-size: .5rem;
border: 2px solid #ccc;
background-repeat: no-repeat;
-webkit-transition: width 1s ease-in;
transition: width 1s ease-in;
outline: none !important;
color: white;
}
#searchBar {
width: 25%;
color: white;
outline: none !important;
}
#searchBar:focus {
width: 75%;
color: white;
border: 2px solid #ccc;
background-repeat: no-repeat;
-webkit-transition: width .4s ease-in;
transition: width .4s ease-in;
outline: none !important;
}
/* .search-box[type=text]:focus {
font-size: .8rem;
color: #fff;
box-sizing: border-box;
border-radius: 4px;
width: 80%;
outline:none !important;
} */
.fixed-search{
padding: .5rem;
outline: none !important;
}
html,body{
height: 100%;
}
.navbar-fixed-top{
height: 60px; /* must not use percents here, must be 80px*/
}
.navbar-fixed-bottom{
height: 60px; /* must not use percents here, must be 60px*/
}
#content {
position: fixed;
top: 60px;
bottom: 60px;
left: 0;
right: 0;
overflow:auto;
}
.multi-item-carousel {
overflow: hidden;
/* border: 5px #f7f7 solid; */
}
.multi-item-carousel img {
height: auto;
width: 150%;
border: 5px #f7f7f7 solid;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
background: rgba(255, 255, 255, 0.3);
width: 25%;
}
.multi-item-carousel .carousel-inner {
width: 150%;
left: -25%;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(25%, 0, 0);
transform: translate3d(25%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-25%, 0, 0);
transform: translate3d(-25%, 0, 0);
}
.item_third {
float: left;
width: 33.33333333%;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000;
background-color: rgba(0,0,0,0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators{
margin: auto;
}
.nav-tabs-icon-list {
overflow-x: auto;
overflow-y: hidden;
display: -webkit-box;
display: -moz-box;
border: none;
}
.nav-tabs>li {
float:none;
}
.dropdown-menu{
padding: .7rem;
margin: auto;
right: 0;
left: auto;
width: 200px;
}
.inline-icon{
display: inline;
margin: 5px 10px 5px 10px;
}
.auto-margin{
margin: auto;
}
.front-row {
border-radius: 5px;
background-color: #f7f7f7;
border-color: transparent;
margin-bottom: 10px;
margin-top: 10px;
}
.front-row-blue {
border-radius: 5px;
background-color: #3490dc;
border-color: transparent;
margin: auto;
margin-top: 10px;
}
.items{
background-color: #fcfcfc;
border-radius: 2px;
}
.orderListSection{
min-height: 25rem;
margin: auto;
}
.orderListBottomSection{
margin: auto;
border: 1px #d8d8d8 solid;
padding: 5px;
background-color: aliceblue;
}
.grandTotal{
font-weight: bold;
font-size: 1.2rem;
}
.grandTotalDiv{
margin: auto;
border: 1px #fcfcfc solid;
padding: 5px;
background-color: #3490dc;
color: #fff;
}
.min-width-small-device{
min-width: 300px;
}
.paymentSection{
text-align: center;
min-height: 2.5rem;
border: 1px #fcfcfc solid;
background-color: #32a50e;
border-radius: 5px;
padding: 1rem;
color: #fff;
cursor: pointer;
}
.bottomSection{
text-align: center;
min-height: 2.5rem;
border: 1px #fcfcfc solid;
background-color: #6c757d;
border-radius: 5px;
padding: 1rem;
color: #fff;
cursor: pointer;
}
.anchor_tag{
color: #fff;
}
.anchor_tag:hover{
text-decoration: none;
color: #fff;
}
.disabled_div{
background-color: #cccccc;
color: #666666;
cursor: default;
}
.disabled_anchor_tag {
pointer-events: none;
cursor: default;
}
/* Basic reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* Better text styling */
/* font: 500 14px Arial, sans-serif; */
}
/* Finally adding some IE9 fallbacks for gradients to finish things up */
/* A nice BG gradient */
html {
height: 100%;
background: white;
background: radial-gradient(circle, #fff 20%, #ccc);
background-size: cover;
}
/* Using box shadows to create 3D effects */
#calculator, #discountTable {
width: 30rem;
margin: 50px auto;
padding: 10px;
background: grey;
background: linear-gradient(#f3f3f3, white);
border: 1px #f9f9f9 solid;
border-radius: 1px;
box-shadow: 0px 1px grey, 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.top{
padding: 10px;
}
/* Inset shadow on the screen to create indent */
.top .screen {
height: 40px;
width: 150px;
float: right;
padding: 10px;
background: rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: inset 0px 4px rgba(0, 0, 0, 0.2);
/* Typography */
font-size: 17px;
line-height: 40px;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
text-align: right;
letter-spacing: 1px;
}
/* Clear floats */
.keys, .top {overflow: hidden;}
/* Applying same to the keys */
.keys span, .top span.clear {
float: left;
position: relative;
top: 0;
cursor: pointer;
width: 66px;
height: 36px;
background: white;
/* border-radius: 3px; */
border: 1px #f9f9f9 solid;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
margin: 0 7px 11px 0;
color: #888;
line-height: 36px;
text-align: center;
/* prevent selection of text inside keys */
user-select: none;
/* Smoothing out hover and active states using css3 transitions */
transition: all 0.2s ease;
}
/* Remove right margins from operator keys */
/* style different type of keys (operators/evaluate/clear) differently */
.keys span.operator {
background: #FFF0F5;
margin-right: 0;
}
.keys span.eval {
background: #f1ff92;
box-shadow: 0px 4px #9da853;
color: #888e5f;
}
.top span.clear {
background: #ff9fa8;
box-shadow: 0px 4px #ff7c87;
color: white;
}
/* Some hover effects */
.keys span:hover {
opacity: .5;
}
.keys span.eval:hover {
background: #abb850;
box-shadow: 0px 4px #717a33;
color: #ffffff;
}
.top span.clear:hover {
background: #f68991;
box-shadow: 0px 4px #d3545d;
color: white;
}
/* Simulating "pressed" effect on active state of the keys by removing the box-shadow and moving the keys down a bit */
.keys span:active {
box-shadow: 0px 0px #6b54d3;
top: 4px;
}
.keys span.eval:active {
box-shadow: 0px 0px #717a33;
top: 4px;
}
.top span.clear:active {
top: 4px;
box-shadow: 0px 0px #d3545d;
}
#appendBox{
overflow-y: auto;
max-height: 25rem;
margin: 0 auto;
}
/* width */
::-webkit-scrollbar {
width: 8px;
border-radius: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(0, 92, 167);
border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(0, 122, 192);
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 250px; /* Set a default minimum width */
margin-left: -125px; /* Divide value of min-width by 2 */
background-color: rgb(1, 51, 109); /* Black background color */
color: #fff; /* White text color */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
position: fixed; /* Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
left: 50%; /* Center the snackbar */
top: 50px; /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {top: 0; opacity: 0;}
to {top: 50px; opacity: 1;}
}
@keyframes fadein {
from {top: 0; opacity: 0;}
to {top: 50px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {top: 50px; opacity: 1;}
to {top: 0; opacity: 0;}
}
@keyframes fadeout {
from {top: 50px; opacity: 1;}
to {top: 0; opacity: 0;}
}
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 20px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 20px;
}
.slider.round:before {
border-radius: 50%;
}
.strike-through {
text-decoration: line-through;
}
.table td, .table th{
vertical-align: middle;
text-align: center;
}
| 0.471953 | 0.064329 |
.u-section-1 {
background-image: url("images/bannner.png");
}
.u-section-1 .u-sheet-1 {
min-height: 530px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 437px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 335px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 251px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 158px;
}
}
.u-section-2 {
background-image: none;
min-height: 900px;
}
.u-section-2 .u-group-1 {
min-height: 493px;
margin: 110px 0 0;
}
.u-section-2 .u-container-layout-1 {
padding: 0 30px;
}
.u-section-2 .u-text-1 {
font-weight: 700;
width: 787px;
font-size: 3rem;
margin: -11px auto 0;
}
.u-section-2 .u-layout-wrap-1 {
width: 1140px;
margin: -393px auto 60px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 109px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px;
}
.u-section-2 .u-layout-cell-2 {
background-image: linear-gradient(black, #db545a);
}
.u-section-2 .u-container-layout-3 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-2 .u-text-2 {
width: 280px;
font-weight: 700;
font-size: 1.875rem;
margin: 20px 0 0;
}
.u-section-2 .u-text-3 {
font-weight: 400;
width: 280px;
margin: 20px 0 0;
}
.u-section-2 .u-image-1 {
width: 233px;
height: 257px;
margin: 38px auto 0;
}
.u-section-2 .u-text-4 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 55px 0 0;
}
.u-section-2 .u-layout-cell-3 {
min-height: 452px;
background-image: linear-gradient(black, #db545a);
}
.u-section-2 .u-container-layout-4 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-2 .u-image-2 {
width: 247px;
height: 297px;
margin: 4px auto 0;
}
.u-section-2 .u-text-5 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 20px 0 0;
}
.u-section-2 .u-layout-cell-4 {
min-height: 144px;
}
.u-section-2 .u-container-layout-5 {
padding: 30px;
}
.u-section-2 .u-text-6 {
font-weight: 700;
text-decoration: underline !important;
margin: 0 auto;
}
.u-section-2 .u-layout-cell-5 {
min-height: 105px;
}
.u-section-2 .u-container-layout-6 {
padding: 30px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 491px;
background-image: linear-gradient(black, #db545a);
}
.u-section-2 .u-container-layout-7 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 30px 0;
}
.u-section-2 .u-image-3 {
width: 230px;
height: 272px;
margin: 14px 58px 0 auto;
}
.u-section-2 .u-text-7 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 38px 20px 0;
}
@media (max-width: 1199px) {
.u-section-2 {
min-height: 796px;
}
.u-section-2 .u-group-1 {
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-wrap-1 {
width: 940px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 90px;
}
.u-section-2 .u-image-1 {
height: 258px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 373px;
}
.u-section-2 .u-image-2 {
height: 296px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 119px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 87px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 405px;
}
.u-section-2 .u-text-7 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-2 {
min-height: 504px;
}
.u-section-2 .u-text-1 {
width: 660px;
}
.u-section-2 .u-layout-wrap-1 {
width: 720px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 138px;
}
.u-section-2 .u-image-1 {
width: 183px;
height: 203px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-2 .u-image-2 {
width: 183px;
height: 219px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 133px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 100px;
}
.u-section-2 .u-image-3 {
width: 223px;
height: 263px;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-2 {
min-height: 503px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-text-1 {
width: 520px;
}
.u-section-2 .u-layout-wrap-1 {
width: 540px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 207px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-3 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-container-layout-5 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 200px;
}
.u-section-2 .u-container-layout-6 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-7 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 575px) {
.u-section-2 {
min-height: 1374px;
}
.u-section-2 .u-group-1 {
margin-top: 29px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-text-1 {
width: 320px;
font-size: 1.5rem;
}
.u-section-2 .u-layout-wrap-1 {
width: 300px;
margin-top: -378px;
margin-bottom: 29px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 130px;
order: 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 404px;
order: 1;
}
.u-section-2 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-text-2 {
width: auto;
margin-top: -53px;
font-size: 1.5rem;
}
.u-section-2 .u-text-3 {
margin-top: 93px;
}
.u-section-2 .u-image-1 {
margin-top: 5px;
}
.u-section-2 .u-text-4 {
width: auto;
margin-top: 29px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 338px;
order: 1;
}
.u-section-2 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
margin-top: 22px;
}
.u-section-2 .u-text-5 {
margin-top: 14px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 119px;
order: 0;
}
.u-section-2 .u-container-layout-5 {
padding-top: 0;
padding-bottom: 0;
}
.u-section-2 .u-text-6 {
width: auto;
margin-top: -402px;
margin-left: 60px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 122px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 465px;
}
.u-section-2 .u-container-layout-7 {
padding-left: 0;
padding-right: 0;
}
.u-section-2 .u-image-3 {
margin-right: auto;
}
.u-section-2 .u-text-7 {
width: auto;
margin-top: 20px;
}
}
.u-section-3 {
background-image: none;
min-height: 740px;
}
.u-section-3 .u-group-1 {
margin-top: -95px;
margin-bottom: 0;
min-height: 482px;
height: auto;
}
.u-section-3 .u-container-layout-1 {
padding: 16px 30px 28px;
}
.u-section-3 .u-text-1 {
font-weight: 700;
font-size: 3rem;
width: 787px;
margin: 75px auto 0;
}
.u-section-3 .u-layout-wrap-1 {
width: 1140px;
margin: -267px auto 50px;
}
.u-section-3 .u-layout-cell-1 {
min-height: 74px;
}
.u-section-3 .u-container-layout-2 {
padding: 30px;
}
.u-section-3 .u-text-2 {
font-weight: 700;
margin: 0 auto;
}
.u-section-3 .u-layout-cell-2 {
min-height: 487px;
background-image: linear-gradient(black, #db545a);
}
.u-section-3 .u-container-layout-3 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-3 .u-image-1 {
width: 233px;
height: 257px;
margin: 38px auto 0;
}
.u-section-3 .u-text-3 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 55px 0 0;
}
.u-section-3 .u-layout-cell-3 {
min-height: 452px;
background-image: linear-gradient(black, #db545a);
}
.u-section-3 .u-container-layout-4 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-3 .u-image-2 {
width: 230px;
height: 297px;
margin: 14px 47px 0 46px;
}
.u-section-3 .u-text-4 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 20px 0 0;
}
.u-section-3 .u-layout-cell-4 {
min-height: 144px;
}
.u-section-3 .u-container-layout-5 {
padding: 30px;
}
.u-section-3 .u-text-5 {
font-weight: 700;
text-decoration: underline !important;
margin: 0 auto;
}
.u-section-3 .u-layout-cell-5 {
min-height: 105px;
}
.u-section-3 .u-container-layout-6 {
padding: 30px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 491px;
background-image: linear-gradient(black, #db545a);
}
.u-section-3 .u-container-layout-7 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 30px 0;
}
.u-section-3 .u-image-3 {
width: 230px;
height: 272px;
margin: 14px 55px 0 auto;
}
.u-section-3 .u-text-6 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 38px 20px 0;
}
@media (max-width: 1199px) {
.u-section-3 {
min-height: 636px;
}
.u-section-3 .u-group-1 {
height: auto;
}
.u-section-3 .u-layout-wrap-1 {
width: 940px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 402px;
}
.u-section-3 .u-image-1 {
height: 258px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 373px;
}
.u-section-3 .u-image-2 {
margin-left: 13px;
margin-right: 13px;
}
.u-section-3 .u-layout-cell-4 {
min-height: 119px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 87px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 405px;
}
.u-section-3 .u-text-6 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-3 {
min-height: 344px;
}
.u-section-3 .u-text-1 {
width: 660px;
}
.u-section-3 .u-layout-wrap-1 {
width: 720px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-3 .u-image-1 {
width: 183px;
height: 203px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-3 .u-image-2 {
width: 183px;
height: 236px;
margin-left: 0;
margin-right: 0;
}
.u-section-3 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 133px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 100px;
}
.u-section-3 .u-image-3 {
width: 223px;
height: 263px;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-3 {
min-height: 503px;
}
.u-section-3 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-text-1 {
width: 520px;
}
.u-section-3 .u-layout-wrap-1 {
width: 540px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-container-layout-3 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-3 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-3 .u-container-layout-5 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 200px;
}
.u-section-3 .u-container-layout-6 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-container-layout-7 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 575px) {
.u-section-3 {
min-height: 1493px;
}
.u-section-3 .u-group-1 {
margin-top: -85px;
}
.u-section-3 .u-text-1 {
width: 320px;
font-size: 1.875rem;
margin-top: 105px;
}
.u-section-3 .u-layout-wrap-1 {
width: 340px;
margin-top: -268px;
margin-bottom: 60px;
}
.u-section-3 .u-container-layout-2 {
padding-bottom: 47px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 366px;
}
.u-section-3 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-image-1 {
width: 205px;
height: 219px;
margin-top: 36px;
}
.u-section-3 .u-text-3 {
width: auto;
margin-top: 20px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 399px;
}
.u-section-3 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-image-2 {
width: 248px;
height: 281px;
object-position: 50% 0%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.u-section-3 .u-text-4 {
margin-top: 14px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 17px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 426px;
}
.u-section-3 .u-container-layout-7 {
padding-left: 0;
padding-right: 0;
}
.u-section-3 .u-image-3 {
margin-top: 32px;
margin-right: auto;
}
.u-section-3 .u-text-6 {
width: auto;
margin-top: 23px;
}
}
.u-section-4 {
background-image: none;
}
.u-section-4 .u-sheet-1 {
min-height: 608px;
}
.u-section-4 .u-text-1 {
text-transform: uppercase;
font-weight: 700;
text-decoration: underline !important;
margin: 21px 135px 0 171px;
}
.u-section-4 .u-text-2 {
font-size: 3rem;
font-weight: 700;
margin: 47px 703px 0 12px;
}
.u-section-4 .u-text-3 {
font-weight: 700;
margin: 75px auto 0 12px;
}
.u-section-4 .u-text-4 {
font-weight: 700;
font-size: 1.5rem;
margin: 0 auto 0 12px;
}
.u-section-4 .u-text-5 {
font-weight: 700;
margin: 17px 12px 0 auto;
}
.u-section-4 .u-text-6 {
font-weight: 700;
font-size: 1.5rem;
margin: 12px 12px 32px 377px;
}
@media (max-width: 1199px) {
.u-section-4 .u-text-1 {
margin-right: 35px;
margin-left: 29px;
}
.u-section-4 .u-text-2 {
margin-right: 515px;
margin-left: 33px;
}
.u-section-4 .u-text-3 {
margin-left: 0;
}
.u-section-4 .u-text-4 {
margin-left: 0;
}
.u-section-4 .u-text-6 {
margin-left: 29px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-text-1 {
margin-right: 0;
}
.u-section-4 .u-text-2 {
margin-right: 295px;
}
.u-section-4 .u-text-6 {
margin-bottom: 27px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-text-2 {
margin-right: 115px;
}
.u-section-4 .u-text-6 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-4 .u-sheet-1 {
min-height: 504px;
}
.u-section-4 .u-text-1 {
width: auto;
margin-left: 15px;
}
.u-section-4 .u-text-2 {
font-size: 1.875rem;
margin-top: 20px;
margin-right: 29px;
margin-left: 0;
}
.u-section-4 .u-text-3 {
width: auto;
margin-top: 24px;
}
.u-section-4 .u-text-4 {
font-size: 1.125rem;
width: auto;
margin-top: 14px;
}
.u-section-4 .u-text-5 {
width: auto;
margin-top: 53px;
margin-right: 0;
margin-left: 234px;
}
.u-section-4 .u-text-6 {
font-size: 1.125rem;
margin-top: 0;
margin-bottom: 49px;
}
}
.u-section-5 {
background-image: none;
}
.u-section-5 .u-sheet-1 {
min-height: 500px;
}
.u-section-5 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-5 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-5 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-5 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-5 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-5 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-5 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-5 .u-sheet-1 {
min-height: 514px;
}
.u-section-5 .u-text-1 {
margin-left: 0;
}
.u-section-5 .u-text-2 {
margin-left: 0;
}
.u-section-5 .u-text-3 {
font-size: 1.125rem;
margin-left: 0;
}
.u-section-5 .u-text-4 {
width: auto;
margin-top: 34px;
margin-right: 0;
margin-left: 234px;
}
.u-section-5 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-6 {
background-image: none;
}
.u-section-6 .u-sheet-1 {
min-height: 500px;
}
.u-section-6 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-6 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-6 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-6 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-6 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-6 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-6 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-6 .u-text-1 {
margin-left: 0;
}
.u-section-6 .u-text-2 {
margin-left: 0;
}
.u-section-6 .u-text-3 {
font-size: 1.125rem;
margin-left: 0;
}
.u-section-6 .u-text-4 {
margin-right: 0;
}
.u-section-6 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-7 {
background-image: none;
}
.u-section-7 .u-sheet-1 {
min-height: 500px;
}
.u-section-7 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-7 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-7 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-7 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-7 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-7 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-7 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-7 .u-sheet-1 {
min-height: 501px;
}
.u-section-7 .u-text-1 {
margin-left: 0;
}
.u-section-7 .u-text-2 {
margin-left: 0;
}
.u-section-7 .u-text-3 {
font-size: 1.125rem;
width: auto;
margin-left: 0;
margin-right: 0;
}
.u-section-7 .u-text-4 {
width: auto;
margin-top: 21px;
margin-right: 0;
margin-left: 234px;
}
.u-section-7 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-8 {
background-image: none;
}
.u-section-8 .u-sheet-1 {
min-height: 500px;
}
.u-section-8 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-8 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-8 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 35px auto 0 39px;
}
.u-section-8 .u-text-4 {
font-weight: 700;
margin: -17px 16px 0 auto;
}
.u-section-8 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-8 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-8 .u-text-4 {
margin-top: 20px;
margin-right: auto;
margin-left: 39px;
}
.u-section-8 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-8 .u-text-1 {
margin-left: 0;
}
.u-section-8 .u-text-2 {
width: auto;
margin-top: 55px;
margin-left: 0;
}
.u-section-8 .u-text-3 {
font-size: 1.125rem;
width: auto;
margin-top: 9px;
margin-left: 0;
}
.u-section-8 .u-text-4 {
margin-top: 57px;
margin-right: 0;
margin-left: auto;
}
.u-section-8 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-9 {
background-image: none;
}
.u-section-9 .u-sheet-1 {
min-height: 500px;
}
.u-section-9 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-9 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-9 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-9 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-9 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-9 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-9 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-9 .u-sheet-1 {
min-height: 462px;
}
.u-section-9 .u-text-1 {
margin-left: 0;
}
.u-section-9 .u-text-2 {
width: auto;
margin-top: 42px;
margin-left: 0;
}
.u-section-9 .u-text-3 {
font-size: 1.125rem;
width: auto;
margin-top: 13px;
margin-left: 0;
}
.u-section-9 .u-text-4 {
width: auto;
margin-top: 43px;
margin-right: 0;
margin-left: 234px;
}
.u-section-9 .u-text-5 {
font-size: 1.125rem;
width: auto;
margin-top: 12px;
margin-bottom: 33px;
}
}
|
Code Heist/winners/winners.css
|
.u-section-1 {
background-image: url("images/bannner.png");
}
.u-section-1 .u-sheet-1 {
min-height: 530px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 437px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 335px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 251px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 158px;
}
}
.u-section-2 {
background-image: none;
min-height: 900px;
}
.u-section-2 .u-group-1 {
min-height: 493px;
margin: 110px 0 0;
}
.u-section-2 .u-container-layout-1 {
padding: 0 30px;
}
.u-section-2 .u-text-1 {
font-weight: 700;
width: 787px;
font-size: 3rem;
margin: -11px auto 0;
}
.u-section-2 .u-layout-wrap-1 {
width: 1140px;
margin: -393px auto 60px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 109px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px;
}
.u-section-2 .u-layout-cell-2 {
background-image: linear-gradient(black, #db545a);
}
.u-section-2 .u-container-layout-3 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-2 .u-text-2 {
width: 280px;
font-weight: 700;
font-size: 1.875rem;
margin: 20px 0 0;
}
.u-section-2 .u-text-3 {
font-weight: 400;
width: 280px;
margin: 20px 0 0;
}
.u-section-2 .u-image-1 {
width: 233px;
height: 257px;
margin: 38px auto 0;
}
.u-section-2 .u-text-4 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 55px 0 0;
}
.u-section-2 .u-layout-cell-3 {
min-height: 452px;
background-image: linear-gradient(black, #db545a);
}
.u-section-2 .u-container-layout-4 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-2 .u-image-2 {
width: 247px;
height: 297px;
margin: 4px auto 0;
}
.u-section-2 .u-text-5 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 20px 0 0;
}
.u-section-2 .u-layout-cell-4 {
min-height: 144px;
}
.u-section-2 .u-container-layout-5 {
padding: 30px;
}
.u-section-2 .u-text-6 {
font-weight: 700;
text-decoration: underline !important;
margin: 0 auto;
}
.u-section-2 .u-layout-cell-5 {
min-height: 105px;
}
.u-section-2 .u-container-layout-6 {
padding: 30px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 491px;
background-image: linear-gradient(black, #db545a);
}
.u-section-2 .u-container-layout-7 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 30px 0;
}
.u-section-2 .u-image-3 {
width: 230px;
height: 272px;
margin: 14px 58px 0 auto;
}
.u-section-2 .u-text-7 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 38px 20px 0;
}
@media (max-width: 1199px) {
.u-section-2 {
min-height: 796px;
}
.u-section-2 .u-group-1 {
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-wrap-1 {
width: 940px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 90px;
}
.u-section-2 .u-image-1 {
height: 258px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 373px;
}
.u-section-2 .u-image-2 {
height: 296px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 119px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 87px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 405px;
}
.u-section-2 .u-text-7 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-2 {
min-height: 504px;
}
.u-section-2 .u-text-1 {
width: 660px;
}
.u-section-2 .u-layout-wrap-1 {
width: 720px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 138px;
}
.u-section-2 .u-image-1 {
width: 183px;
height: 203px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-2 .u-image-2 {
width: 183px;
height: 219px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 133px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 100px;
}
.u-section-2 .u-image-3 {
width: 223px;
height: 263px;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-2 {
min-height: 503px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-text-1 {
width: 520px;
}
.u-section-2 .u-layout-wrap-1 {
width: 540px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 207px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-3 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-container-layout-5 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 200px;
}
.u-section-2 .u-container-layout-6 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-7 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 575px) {
.u-section-2 {
min-height: 1374px;
}
.u-section-2 .u-group-1 {
margin-top: 29px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-text-1 {
width: 320px;
font-size: 1.5rem;
}
.u-section-2 .u-layout-wrap-1 {
width: 300px;
margin-top: -378px;
margin-bottom: 29px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 130px;
order: 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 404px;
order: 1;
}
.u-section-2 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-text-2 {
width: auto;
margin-top: -53px;
font-size: 1.5rem;
}
.u-section-2 .u-text-3 {
margin-top: 93px;
}
.u-section-2 .u-image-1 {
margin-top: 5px;
}
.u-section-2 .u-text-4 {
width: auto;
margin-top: 29px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 338px;
order: 1;
}
.u-section-2 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
margin-top: 22px;
}
.u-section-2 .u-text-5 {
margin-top: 14px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 119px;
order: 0;
}
.u-section-2 .u-container-layout-5 {
padding-top: 0;
padding-bottom: 0;
}
.u-section-2 .u-text-6 {
width: auto;
margin-top: -402px;
margin-left: 60px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 122px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 465px;
}
.u-section-2 .u-container-layout-7 {
padding-left: 0;
padding-right: 0;
}
.u-section-2 .u-image-3 {
margin-right: auto;
}
.u-section-2 .u-text-7 {
width: auto;
margin-top: 20px;
}
}
.u-section-3 {
background-image: none;
min-height: 740px;
}
.u-section-3 .u-group-1 {
margin-top: -95px;
margin-bottom: 0;
min-height: 482px;
height: auto;
}
.u-section-3 .u-container-layout-1 {
padding: 16px 30px 28px;
}
.u-section-3 .u-text-1 {
font-weight: 700;
font-size: 3rem;
width: 787px;
margin: 75px auto 0;
}
.u-section-3 .u-layout-wrap-1 {
width: 1140px;
margin: -267px auto 50px;
}
.u-section-3 .u-layout-cell-1 {
min-height: 74px;
}
.u-section-3 .u-container-layout-2 {
padding: 30px;
}
.u-section-3 .u-text-2 {
font-weight: 700;
margin: 0 auto;
}
.u-section-3 .u-layout-cell-2 {
min-height: 487px;
background-image: linear-gradient(black, #db545a);
}
.u-section-3 .u-container-layout-3 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-3 .u-image-1 {
width: 233px;
height: 257px;
margin: 38px auto 0;
}
.u-section-3 .u-text-3 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 55px 0 0;
}
.u-section-3 .u-layout-cell-3 {
min-height: 452px;
background-image: linear-gradient(black, #db545a);
}
.u-section-3 .u-container-layout-4 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 0 20px;
}
.u-section-3 .u-image-2 {
width: 230px;
height: 297px;
margin: 14px 47px 0 46px;
}
.u-section-3 .u-text-4 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 20px 0 0;
}
.u-section-3 .u-layout-cell-4 {
min-height: 144px;
}
.u-section-3 .u-container-layout-5 {
padding: 30px;
}
.u-section-3 .u-text-5 {
font-weight: 700;
text-decoration: underline !important;
margin: 0 auto;
}
.u-section-3 .u-layout-cell-5 {
min-height: 105px;
}
.u-section-3 .u-container-layout-6 {
padding: 30px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 491px;
background-image: linear-gradient(black, #db545a);
}
.u-section-3 .u-container-layout-7 {
box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.2);
padding: 30px 0;
}
.u-section-3 .u-image-3 {
width: 230px;
height: 272px;
margin: 14px 55px 0 auto;
}
.u-section-3 .u-text-6 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 38px 20px 0;
}
@media (max-width: 1199px) {
.u-section-3 {
min-height: 636px;
}
.u-section-3 .u-group-1 {
height: auto;
}
.u-section-3 .u-layout-wrap-1 {
width: 940px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 402px;
}
.u-section-3 .u-image-1 {
height: 258px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 373px;
}
.u-section-3 .u-image-2 {
margin-left: 13px;
margin-right: 13px;
}
.u-section-3 .u-layout-cell-4 {
min-height: 119px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 87px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 405px;
}
.u-section-3 .u-text-6 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-3 {
min-height: 344px;
}
.u-section-3 .u-text-1 {
width: 660px;
}
.u-section-3 .u-layout-wrap-1 {
width: 720px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-3 .u-image-1 {
width: 183px;
height: 203px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-3 .u-image-2 {
width: 183px;
height: 236px;
margin-left: 0;
margin-right: 0;
}
.u-section-3 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 133px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 100px;
}
.u-section-3 .u-image-3 {
width: 223px;
height: 263px;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-3 {
min-height: 503px;
}
.u-section-3 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-text-1 {
width: 520px;
}
.u-section-3 .u-layout-wrap-1 {
width: 540px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-container-layout-3 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-3 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-3 .u-container-layout-5 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 200px;
}
.u-section-3 .u-container-layout-6 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-container-layout-7 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 575px) {
.u-section-3 {
min-height: 1493px;
}
.u-section-3 .u-group-1 {
margin-top: -85px;
}
.u-section-3 .u-text-1 {
width: 320px;
font-size: 1.875rem;
margin-top: 105px;
}
.u-section-3 .u-layout-wrap-1 {
width: 340px;
margin-top: -268px;
margin-bottom: 60px;
}
.u-section-3 .u-container-layout-2 {
padding-bottom: 47px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 366px;
}
.u-section-3 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-image-1 {
width: 205px;
height: 219px;
margin-top: 36px;
}
.u-section-3 .u-text-3 {
width: auto;
margin-top: 20px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 399px;
}
.u-section-3 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-image-2 {
width: 248px;
height: 281px;
object-position: 50% 0%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.u-section-3 .u-text-4 {
margin-top: 14px;
}
.u-section-3 .u-layout-cell-5 {
min-height: 17px;
}
.u-section-3 .u-layout-cell-6 {
min-height: 426px;
}
.u-section-3 .u-container-layout-7 {
padding-left: 0;
padding-right: 0;
}
.u-section-3 .u-image-3 {
margin-top: 32px;
margin-right: auto;
}
.u-section-3 .u-text-6 {
width: auto;
margin-top: 23px;
}
}
.u-section-4 {
background-image: none;
}
.u-section-4 .u-sheet-1 {
min-height: 608px;
}
.u-section-4 .u-text-1 {
text-transform: uppercase;
font-weight: 700;
text-decoration: underline !important;
margin: 21px 135px 0 171px;
}
.u-section-4 .u-text-2 {
font-size: 3rem;
font-weight: 700;
margin: 47px 703px 0 12px;
}
.u-section-4 .u-text-3 {
font-weight: 700;
margin: 75px auto 0 12px;
}
.u-section-4 .u-text-4 {
font-weight: 700;
font-size: 1.5rem;
margin: 0 auto 0 12px;
}
.u-section-4 .u-text-5 {
font-weight: 700;
margin: 17px 12px 0 auto;
}
.u-section-4 .u-text-6 {
font-weight: 700;
font-size: 1.5rem;
margin: 12px 12px 32px 377px;
}
@media (max-width: 1199px) {
.u-section-4 .u-text-1 {
margin-right: 35px;
margin-left: 29px;
}
.u-section-4 .u-text-2 {
margin-right: 515px;
margin-left: 33px;
}
.u-section-4 .u-text-3 {
margin-left: 0;
}
.u-section-4 .u-text-4 {
margin-left: 0;
}
.u-section-4 .u-text-6 {
margin-left: 29px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-text-1 {
margin-right: 0;
}
.u-section-4 .u-text-2 {
margin-right: 295px;
}
.u-section-4 .u-text-6 {
margin-bottom: 27px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-text-2 {
margin-right: 115px;
}
.u-section-4 .u-text-6 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-4 .u-sheet-1 {
min-height: 504px;
}
.u-section-4 .u-text-1 {
width: auto;
margin-left: 15px;
}
.u-section-4 .u-text-2 {
font-size: 1.875rem;
margin-top: 20px;
margin-right: 29px;
margin-left: 0;
}
.u-section-4 .u-text-3 {
width: auto;
margin-top: 24px;
}
.u-section-4 .u-text-4 {
font-size: 1.125rem;
width: auto;
margin-top: 14px;
}
.u-section-4 .u-text-5 {
width: auto;
margin-top: 53px;
margin-right: 0;
margin-left: 234px;
}
.u-section-4 .u-text-6 {
font-size: 1.125rem;
margin-top: 0;
margin-bottom: 49px;
}
}
.u-section-5 {
background-image: none;
}
.u-section-5 .u-sheet-1 {
min-height: 500px;
}
.u-section-5 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-5 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-5 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-5 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-5 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-5 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-5 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-5 .u-sheet-1 {
min-height: 514px;
}
.u-section-5 .u-text-1 {
margin-left: 0;
}
.u-section-5 .u-text-2 {
margin-left: 0;
}
.u-section-5 .u-text-3 {
font-size: 1.125rem;
margin-left: 0;
}
.u-section-5 .u-text-4 {
width: auto;
margin-top: 34px;
margin-right: 0;
margin-left: 234px;
}
.u-section-5 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-6 {
background-image: none;
}
.u-section-6 .u-sheet-1 {
min-height: 500px;
}
.u-section-6 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-6 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-6 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-6 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-6 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-6 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-6 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-6 .u-text-1 {
margin-left: 0;
}
.u-section-6 .u-text-2 {
margin-left: 0;
}
.u-section-6 .u-text-3 {
font-size: 1.125rem;
margin-left: 0;
}
.u-section-6 .u-text-4 {
margin-right: 0;
}
.u-section-6 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-7 {
background-image: none;
}
.u-section-7 .u-sheet-1 {
min-height: 500px;
}
.u-section-7 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-7 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-7 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-7 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-7 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-7 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-7 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-7 .u-sheet-1 {
min-height: 501px;
}
.u-section-7 .u-text-1 {
margin-left: 0;
}
.u-section-7 .u-text-2 {
margin-left: 0;
}
.u-section-7 .u-text-3 {
font-size: 1.125rem;
width: auto;
margin-left: 0;
margin-right: 0;
}
.u-section-7 .u-text-4 {
width: auto;
margin-top: 21px;
margin-right: 0;
margin-left: 234px;
}
.u-section-7 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-8 {
background-image: none;
}
.u-section-8 .u-sheet-1 {
min-height: 500px;
}
.u-section-8 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-8 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-8 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 35px auto 0 39px;
}
.u-section-8 .u-text-4 {
font-weight: 700;
margin: -17px 16px 0 auto;
}
.u-section-8 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-8 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-8 .u-text-4 {
margin-top: 20px;
margin-right: auto;
margin-left: 39px;
}
.u-section-8 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-8 .u-text-1 {
margin-left: 0;
}
.u-section-8 .u-text-2 {
width: auto;
margin-top: 55px;
margin-left: 0;
}
.u-section-8 .u-text-3 {
font-size: 1.125rem;
width: auto;
margin-top: 9px;
margin-left: 0;
}
.u-section-8 .u-text-4 {
margin-top: 57px;
margin-right: 0;
margin-left: auto;
}
.u-section-8 .u-text-5 {
font-size: 1.125rem;
}
}
.u-section-9 {
background-image: none;
}
.u-section-9 .u-sheet-1 {
min-height: 500px;
}
.u-section-9 .u-text-1 {
text-decoration: underline !important;
text-transform: uppercase;
font-weight: 700;
margin: 33px auto 0 29px;
}
.u-section-9 .u-text-2 {
font-weight: 700;
margin: 66px auto 0 45px;
}
.u-section-9 .u-text-3 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px auto 0 38px;
}
.u-section-9 .u-text-4 {
font-weight: 700;
margin: 9px 16px 0 auto;
}
.u-section-9 .u-text-5 {
font-weight: 700;
font-size: 1.5rem;
margin: 9px 16px 22px 373px;
}
@media (max-width: 1199px) {
.u-section-9 .u-text-5 {
margin-left: 29px;
}
}
@media (max-width: 767px) {
.u-section-9 .u-text-5 {
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-9 .u-sheet-1 {
min-height: 462px;
}
.u-section-9 .u-text-1 {
margin-left: 0;
}
.u-section-9 .u-text-2 {
width: auto;
margin-top: 42px;
margin-left: 0;
}
.u-section-9 .u-text-3 {
font-size: 1.125rem;
width: auto;
margin-top: 13px;
margin-left: 0;
}
.u-section-9 .u-text-4 {
width: auto;
margin-top: 43px;
margin-right: 0;
margin-left: 234px;
}
.u-section-9 .u-text-5 {
font-size: 1.125rem;
width: auto;
margin-top: 12px;
margin-bottom: 33px;
}
}
| 0.414306 | 0.119923 |
@import url('https://fonts.googleapis.com/css?family=Heebo');
.Hero svg {
width: 100%;
height: 70.5%;
}
.Hero {
transform: rotate(74deg) translate(75%, -50%);
overflow: hidden;
width:90vw;
position: absolute;
cursor: pointer;
filter: drop-shadow(16px 0 16px black);
transition: all 600ms ease-in-out;
transform-origin: center;
}
.Hero.open {
cursor: default;
}
.Hero:after {
content:'';
top:0;
bottom: 20px;
right: 0;
left: 0;
transform:translateX(100%);
mix-blend-mode: lighten;
opacity: .3;
position: absolute;
z-index:1;
animation: shine 10s infinite;
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(90deg) translate(25vh, -3vw) scale(1.5);
}
.Hero:hover:after, .Hero:focus:after, .Hero:active:after, .Hero.open:after {
animation: none;
}
.blackout {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .8);
opacity: 0;
transition: opacity 600ms ease-in-out;
}
@media (min-width:481px) {
.Hero {
width:90vw;
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(90deg) translate(25vh, -4vw) scale(1.5);
}
}
@media (min-width:761px) {
.Hero {
width:60vw;
transform: rotate(12deg) translate(350px, 115px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(180px, 120px) scale(1.5);
}
.Hero:hover g#status_bar, .Hero:focus g#status_bar, .Hero:active g#status_bar {
transform: rotate(-90deg) translate(80px, 1470px) scale(-1, -1);
}
.Hero:hover text#time, .Hero:focus text#time, .Hero:active text#time {
transform: rotate(90deg) translate(553px, -165px) scale(-1);
}
.Hero:hover g#Charge, .Hero:focus g#Charge, .Hero:active g#Charge {
transform: translate(0, -410px);
}
.Hero:hover g#Apps image, .Hero:focus g#Apps image, .Hero:active g#Apps image {
transform: rotate(90deg) translate(-90px, -1545px);
}
.Hero:hover g#Apps image#Starbucks_Origins, .Hero:focus g#Apps image#Starbucks_Origins, .Hero:active g#Apps image#Starbucks_Origins {
transform: rotate(90deg) translate(-1190px, -2705px);
}
.Hero:hover g#Apps image#Videos_Icon, .Hero:focus g#Apps image#Videos_Icon, .Hero:active g#Apps image#Videos_Icon {
transform: rotate(90deg) translate(-654px, -2705px);
}
.Hero:hover g#Apps image#Weather_Icon, .Hero:focus g#Apps image#Weather_Icon, .Hero:active g#Apps image#Weather_Icon {
transform: rotate(90deg) translate(-374px, -2417px);
}
.Hero:hover g#Apps image#Mail_Icon, .Hero:focus g#Apps image#Mail_Icon, .Hero:active g#Apps image#Mail_Icon, .Hero:hover g#Apps image#Safari_Icon, .Hero:focus g#Apps image#Safari_Icon, .Hero:active g#Apps image#Safari_Icon, .Hero:hover g#Apps image#Icon_Music, .Hero:focus g#Apps image#Icon_Music, .Hero:active g#Apps image#Icon_Music, .Hero:hover g#Apps image#Messages_Icon, .Hero:focus g#Apps image#Messages_Icon, .Hero:active g#Apps image#Messages_Icon {
transform: rotate(90deg) translate(-520px, -1665px);
}
.Hero:hover g#Apps image#Reminders_Icon, .Hero:focus g#Apps image#Reminders_Icon, .Hero:active g#Apps image#Reminders_Icon, .Hero:hover g#Apps image#iBooks_Icon, .Hero:focus g#Apps image#iBooks_Icon, .Hero:active g#Apps image#iBooks_Icon {
display: none;
}
.Hero:hover rect#Blur_Bar, .Hero:focus rect#Blur_Bar, .Hero:active rect#Blur_Bar {
transform: rotate(90deg) translate(-510px, -1896px);
height: 1822px;
fill: url(#ipad-background-2);
}
.Hero:hover rect#white_overlay, .Hero:focus rect#white_overlay, .Hero:active rect#white_overlay {
transform: rotate(90deg) translate(-530px, -1896px);
height: 1822px;
width: 232px;
}
.Hero:hover rect#Display_Border, .Hero:focus rect#Display_Border, .Hero:active rect#Display_Border {
fill: url(#ipad-background-2);
}
}
@media (min-width:861px) {
.Hero {
width:60vw;
transform: rotate(10deg) translate(340px, 185px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(20vw, 25vw) scale(1.5);
}
}
@media (min-width:961px) {
.Hero {
width:60vw;
transform: rotate(10deg) translate(320px, 165px);
}
}
@media (min-width:1040px) {
.Hero {
width:55vw;
transform: rotate(10deg) translate(340px, 165px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(25vw, 15vw) scale(1.5);
}
}
@media (min-width:1140px) {
.Hero {
width:45vw;
transform: rotate(10deg) translate(540px, 140px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(25vw, 10vw) scale(1.4);
}
}
.Hero.open g#status_bar, .Hero.open g#Apps, .Hero.open rect#Blur_Bar, .Hero.open rect#white_overlay {
opacity: 1;
transition: opacity 600ms ease-in-out;
}
.Hero.open rect#Display_Border {
fill: black;
}
@keyframes shine {
0%, 90% {transform:translateX(-100%);}
100% {transform:translateX(100%);}
}
/* SVG */
.cls-1, .cls-2, .cls-3, .cls-7, .cls-5, #Charge-2 {
fill: white;
}
.cls-1, .cls-10, .cls-2, .cls-5, .cls-7, .cls-8, .cls-9 {
fill-rule: evenodd;
}
.cls-1 {
filter: url(#filter);
}
.cls-2 {
stroke: #000;
stroke-opacity: 0.4;
stroke-width: 1px;
filter: url(#filter-2);
}
.cls-2, .cls-7 {
stroke-linejoin: round;
}
.cls-3 {
filter: url(#filter-3);
fill: url(#ipad-background);
}
.cls-4 {
fill: none;
}
.cls-6 {
font-size: 28px;
font-family: "SF UI Display", "Heebo", sans-serif;
fill: white;
}
.cls-7 {
fill-opacity: 0;
stroke-width: 7px;
stroke: url(#linear-gradient);
filter: url(#filter-4);
}
.cls-8 {
fill: #3b3b3b;
}
.cls-9 {
fill: #073277;
filter: url(#filter-5);
}
.cls-10 {
opacity: 0.05;
}
.cls-11 {
fill: white;
filter: url(#filter-2);
}
.cls-12 {
stroke: #000;
fill: none;
}
.cls-13 {
fill: #fff;
filter: url(#filter-4);
}
.cls-14 {
stroke: inherit;
filter: none;
fill: inherit;
}
.cls-15 {
stroke: url(#linear-gradient);
filter: none;
fill: none;
}
.cls-16 {
fill: url(#ipad-background);
filter: url(#filter-6);
clip-path: inset(20px 10px 130px 10px);
}
.cls-17 {
fill: rgba(255, 255, 255, .13);
mix-blend-mode: lighten;
}
|
src/Hero.css
|
@import url('https://fonts.googleapis.com/css?family=Heebo');
.Hero svg {
width: 100%;
height: 70.5%;
}
.Hero {
transform: rotate(74deg) translate(75%, -50%);
overflow: hidden;
width:90vw;
position: absolute;
cursor: pointer;
filter: drop-shadow(16px 0 16px black);
transition: all 600ms ease-in-out;
transform-origin: center;
}
.Hero.open {
cursor: default;
}
.Hero:after {
content:'';
top:0;
bottom: 20px;
right: 0;
left: 0;
transform:translateX(100%);
mix-blend-mode: lighten;
opacity: .3;
position: absolute;
z-index:1;
animation: shine 10s infinite;
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(90deg) translate(25vh, -3vw) scale(1.5);
}
.Hero:hover:after, .Hero:focus:after, .Hero:active:after, .Hero.open:after {
animation: none;
}
.blackout {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .8);
opacity: 0;
transition: opacity 600ms ease-in-out;
}
@media (min-width:481px) {
.Hero {
width:90vw;
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(90deg) translate(25vh, -4vw) scale(1.5);
}
}
@media (min-width:761px) {
.Hero {
width:60vw;
transform: rotate(12deg) translate(350px, 115px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(180px, 120px) scale(1.5);
}
.Hero:hover g#status_bar, .Hero:focus g#status_bar, .Hero:active g#status_bar {
transform: rotate(-90deg) translate(80px, 1470px) scale(-1, -1);
}
.Hero:hover text#time, .Hero:focus text#time, .Hero:active text#time {
transform: rotate(90deg) translate(553px, -165px) scale(-1);
}
.Hero:hover g#Charge, .Hero:focus g#Charge, .Hero:active g#Charge {
transform: translate(0, -410px);
}
.Hero:hover g#Apps image, .Hero:focus g#Apps image, .Hero:active g#Apps image {
transform: rotate(90deg) translate(-90px, -1545px);
}
.Hero:hover g#Apps image#Starbucks_Origins, .Hero:focus g#Apps image#Starbucks_Origins, .Hero:active g#Apps image#Starbucks_Origins {
transform: rotate(90deg) translate(-1190px, -2705px);
}
.Hero:hover g#Apps image#Videos_Icon, .Hero:focus g#Apps image#Videos_Icon, .Hero:active g#Apps image#Videos_Icon {
transform: rotate(90deg) translate(-654px, -2705px);
}
.Hero:hover g#Apps image#Weather_Icon, .Hero:focus g#Apps image#Weather_Icon, .Hero:active g#Apps image#Weather_Icon {
transform: rotate(90deg) translate(-374px, -2417px);
}
.Hero:hover g#Apps image#Mail_Icon, .Hero:focus g#Apps image#Mail_Icon, .Hero:active g#Apps image#Mail_Icon, .Hero:hover g#Apps image#Safari_Icon, .Hero:focus g#Apps image#Safari_Icon, .Hero:active g#Apps image#Safari_Icon, .Hero:hover g#Apps image#Icon_Music, .Hero:focus g#Apps image#Icon_Music, .Hero:active g#Apps image#Icon_Music, .Hero:hover g#Apps image#Messages_Icon, .Hero:focus g#Apps image#Messages_Icon, .Hero:active g#Apps image#Messages_Icon {
transform: rotate(90deg) translate(-520px, -1665px);
}
.Hero:hover g#Apps image#Reminders_Icon, .Hero:focus g#Apps image#Reminders_Icon, .Hero:active g#Apps image#Reminders_Icon, .Hero:hover g#Apps image#iBooks_Icon, .Hero:focus g#Apps image#iBooks_Icon, .Hero:active g#Apps image#iBooks_Icon {
display: none;
}
.Hero:hover rect#Blur_Bar, .Hero:focus rect#Blur_Bar, .Hero:active rect#Blur_Bar {
transform: rotate(90deg) translate(-510px, -1896px);
height: 1822px;
fill: url(#ipad-background-2);
}
.Hero:hover rect#white_overlay, .Hero:focus rect#white_overlay, .Hero:active rect#white_overlay {
transform: rotate(90deg) translate(-530px, -1896px);
height: 1822px;
width: 232px;
}
.Hero:hover rect#Display_Border, .Hero:focus rect#Display_Border, .Hero:active rect#Display_Border {
fill: url(#ipad-background-2);
}
}
@media (min-width:861px) {
.Hero {
width:60vw;
transform: rotate(10deg) translate(340px, 185px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(20vw, 25vw) scale(1.5);
}
}
@media (min-width:961px) {
.Hero {
width:60vw;
transform: rotate(10deg) translate(320px, 165px);
}
}
@media (min-width:1040px) {
.Hero {
width:55vw;
transform: rotate(10deg) translate(340px, 165px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(25vw, 15vw) scale(1.5);
}
}
@media (min-width:1140px) {
.Hero {
width:45vw;
transform: rotate(10deg) translate(540px, 140px);
}
.Hero:hover, .Hero:focus, .Hero:active, .Hero.open {
transform: rotate(0deg) translate(25vw, 10vw) scale(1.4);
}
}
.Hero.open g#status_bar, .Hero.open g#Apps, .Hero.open rect#Blur_Bar, .Hero.open rect#white_overlay {
opacity: 1;
transition: opacity 600ms ease-in-out;
}
.Hero.open rect#Display_Border {
fill: black;
}
@keyframes shine {
0%, 90% {transform:translateX(-100%);}
100% {transform:translateX(100%);}
}
/* SVG */
.cls-1, .cls-2, .cls-3, .cls-7, .cls-5, #Charge-2 {
fill: white;
}
.cls-1, .cls-10, .cls-2, .cls-5, .cls-7, .cls-8, .cls-9 {
fill-rule: evenodd;
}
.cls-1 {
filter: url(#filter);
}
.cls-2 {
stroke: #000;
stroke-opacity: 0.4;
stroke-width: 1px;
filter: url(#filter-2);
}
.cls-2, .cls-7 {
stroke-linejoin: round;
}
.cls-3 {
filter: url(#filter-3);
fill: url(#ipad-background);
}
.cls-4 {
fill: none;
}
.cls-6 {
font-size: 28px;
font-family: "SF UI Display", "Heebo", sans-serif;
fill: white;
}
.cls-7 {
fill-opacity: 0;
stroke-width: 7px;
stroke: url(#linear-gradient);
filter: url(#filter-4);
}
.cls-8 {
fill: #3b3b3b;
}
.cls-9 {
fill: #073277;
filter: url(#filter-5);
}
.cls-10 {
opacity: 0.05;
}
.cls-11 {
fill: white;
filter: url(#filter-2);
}
.cls-12 {
stroke: #000;
fill: none;
}
.cls-13 {
fill: #fff;
filter: url(#filter-4);
}
.cls-14 {
stroke: inherit;
filter: none;
fill: inherit;
}
.cls-15 {
stroke: url(#linear-gradient);
filter: none;
fill: none;
}
.cls-16 {
fill: url(#ipad-background);
filter: url(#filter-6);
clip-path: inset(20px 10px 130px 10px);
}
.cls-17 {
fill: rgba(255, 255, 255, .13);
mix-blend-mode: lighten;
}
| 0.617397 | 0.108519 |
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
body {
font-family: 'Muli', sans-serif;
top: 0 !important;
}
.bold {
font-weight: 700;
}
.container {
padding-top: 1.5rem;
}
div#google_translate_element div.goog-te-gadget-simple {
border: none;
background-color: transparent;
/*background-color: #17548d;*/ /*#e3e3ff*/
}
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value:hover {
text-decoration: none;
}
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span {
color: white;
}
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span:hover {
color: #aaa;
}
.goog-te-gadget-icon {
display: none !important;
/*background: url("url for the icon") 0 0 no-repeat !important;*/
}
/* Remove the down arrow */
/* when dropdown open */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="color: rgb(213, 213, 213);"] {
display: none;
}
/* after clicked/touched */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="color: rgb(118, 118, 118);"] {
display: none;
}
/* on page load (not yet touched or clicked) */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="color: rgb(155, 155, 155);"] {
display: none;
}
/* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="border-left: 1px solid rgb(187, 187, 187);"] {
display: none;
}
/* Remove span with left border line | (next to the arrow) in Edge & IE11 */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
display: none;
}
/* HIDE the google translate toolbar */
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
div.goog-te-gadget-simple {
font-size: 11.5pt;
font-family: 'Muli', sans-serif;
margin: 0;
padding: 0;
}
|
public/css/style.css
|
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
body {
font-family: 'Muli', sans-serif;
top: 0 !important;
}
.bold {
font-weight: 700;
}
.container {
padding-top: 1.5rem;
}
div#google_translate_element div.goog-te-gadget-simple {
border: none;
background-color: transparent;
/*background-color: #17548d;*/ /*#e3e3ff*/
}
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value:hover {
text-decoration: none;
}
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span {
color: white;
}
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span:hover {
color: #aaa;
}
.goog-te-gadget-icon {
display: none !important;
/*background: url("url for the icon") 0 0 no-repeat !important;*/
}
/* Remove the down arrow */
/* when dropdown open */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="color: rgb(213, 213, 213);"] {
display: none;
}
/* after clicked/touched */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="color: rgb(118, 118, 118);"] {
display: none;
}
/* on page load (not yet touched or clicked) */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="color: rgb(155, 155, 155);"] {
display: none;
}
/* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="border-left: 1px solid rgb(187, 187, 187);"] {
display: none;
}
/* Remove span with left border line | (next to the arrow) in Edge & IE11 */
div#google_translate_element
div.goog-te-gadget-simple
a.goog-te-menu-value
span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
display: none;
}
/* HIDE the google translate toolbar */
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
div.goog-te-gadget-simple {
font-size: 11.5pt;
font-family: 'Muli', sans-serif;
margin: 0;
padding: 0;
}
| 0.360039 | 0.058265 |
@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/* HTML5 display definitions
========================================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
/* Resetting default margin and padding
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* HTML, Body, Anchor
========================================================================== */
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1;
}
a {
outline: 0;
}
/* Paragraph
========================================================================== */
p {
margin-bottom: 0;
}
/* List
========================================================================== */
ol, ul {
list-style: none;
}
/* Table
========================================================================== */
table {
font-size: inherit;
font-family: inherit;
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
padding: 0;
text-align: left;
font-weight: normal;
vertical-align: top;
}
/* Form
========================================================================== */
fieldset {
border: none;
}
input, textarea, select, label {
vertical-align: middle;
}
textarea {
overflow: auto;
}
legend {
display: none;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
}
/* Embedded
========================================================================== */
img {
vertical-align: bottom;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
}
a img {
border: none;
}
object {
vertical-align: middle;
outline: none;
}
audio,
canvas,
video {
vertical-align: middle;
}
/* Other
========================================================================== */
em {
font-weight: bold;
font-style: normal;
}
abbr {
border: none;
font-variant: normal;
}
q, blockquote {
quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
content: none;
}
address, caption, cite, code, dfn, var {
font-weight: normal;
font-style: normal;
}
code, pre {
font-family: monospace;
}
.container {
max-width: 640px;
margin: 0 auto;
}
/* clearfix */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
body {
min-width: 0;
background-color: #fff;
color: #000;
font-size: 14px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
line-height: 1.5;
}
a {
color: #0072ff;
text-decoration: none;
}
a:link, a:visited {
outline: 0;
}
a:hover, a:active {
color: #0072ff;
text-decoration: underline;
}
.global-header h1 {
font-size: 143%;
margin: 20px 0;
}
.global-footer .copyright {
margin: 20px 0;
}
.is-hidden {
display: none;
}
.is-fixed {
position: fixed;
width: 100%;
}
@-webkit-keyframes show-modal {
0% {
-webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.2% {
-webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.5% {
-webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.41% {
-webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.01% {
-webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
12.71% {
-webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.51% {
-webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.92% {
-webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.92% {
-webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
-webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.03% {
-webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
31.43% {
-webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
34.63% {
-webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40.14% {
-webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.46% {
-webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
62.36% {
-webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
81.48% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
84.68% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@keyframes show-modal {
0% {
-webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.2% {
-webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.5% {
-webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.41% {
-webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.01% {
-webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
12.71% {
-webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.51% {
-webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.92% {
-webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.92% {
-webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
-webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.03% {
-webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
31.43% {
-webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
34.63% {
-webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40.14% {
-webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.46% {
-webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
62.36% {
-webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
81.48% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
84.68% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
.wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.wrapper__background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(90deg) translateY(-750px);
-ms-transform: rotate(90deg) translateY(-750px);
transform: rotate(90deg) translateY(-750px);
}
.wrapper__background img {
width: calc(100vh - 135px);
height: 100vw;
}
.visited {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(90deg) translateY(-750px);
-ms-transform: rotate(90deg) translateY(-750px);
transform: rotate(90deg) translateY(-750px);
width: calc(100vh - 135px);
height: 100vw;
}
.visited__inner {
background-position: center center;
background-size: 100% 100%;
}
.modal {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(90deg) translateY(-750px);
-ms-transform: rotate(90deg) translateY(-750px);
transform: rotate(90deg) translateY(-750px);
width: calc(100vh - 135px);
height: 100vw;
}
.modal.is-show {
display: block;
}
.modal.is-show .modal__inner {
-webkit-animation: show-modal 0.75s linear both;
animation: show-modal 0.75s linear both;
}
.modal__inner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-size: 100% 100%;
}
@media print {
* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
-webkit-filter: none !important;
filter: none !important;
-ms-filter: none !important;
}
}
|
dist/css/style.css
|
@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/* HTML5 display definitions
========================================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
/* Resetting default margin and padding
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* HTML, Body, Anchor
========================================================================== */
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1;
}
a {
outline: 0;
}
/* Paragraph
========================================================================== */
p {
margin-bottom: 0;
}
/* List
========================================================================== */
ol, ul {
list-style: none;
}
/* Table
========================================================================== */
table {
font-size: inherit;
font-family: inherit;
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
padding: 0;
text-align: left;
font-weight: normal;
vertical-align: top;
}
/* Form
========================================================================== */
fieldset {
border: none;
}
input, textarea, select, label {
vertical-align: middle;
}
textarea {
overflow: auto;
}
legend {
display: none;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
}
/* Embedded
========================================================================== */
img {
vertical-align: bottom;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
}
a img {
border: none;
}
object {
vertical-align: middle;
outline: none;
}
audio,
canvas,
video {
vertical-align: middle;
}
/* Other
========================================================================== */
em {
font-weight: bold;
font-style: normal;
}
abbr {
border: none;
font-variant: normal;
}
q, blockquote {
quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
content: none;
}
address, caption, cite, code, dfn, var {
font-weight: normal;
font-style: normal;
}
code, pre {
font-family: monospace;
}
.container {
max-width: 640px;
margin: 0 auto;
}
/* clearfix */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
body {
min-width: 0;
background-color: #fff;
color: #000;
font-size: 14px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
line-height: 1.5;
}
a {
color: #0072ff;
text-decoration: none;
}
a:link, a:visited {
outline: 0;
}
a:hover, a:active {
color: #0072ff;
text-decoration: underline;
}
.global-header h1 {
font-size: 143%;
margin: 20px 0;
}
.global-footer .copyright {
margin: 20px 0;
}
.is-hidden {
display: none;
}
.is-fixed {
position: fixed;
width: 100%;
}
@-webkit-keyframes show-modal {
0% {
-webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.2% {
-webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.5% {
-webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.41% {
-webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.01% {
-webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
12.71% {
-webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.51% {
-webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.92% {
-webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.92% {
-webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
-webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.03% {
-webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
31.43% {
-webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
34.63% {
-webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40.14% {
-webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.46% {
-webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
62.36% {
-webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
81.48% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
84.68% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@keyframes show-modal {
0% {
-webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.2% {
-webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.5% {
-webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.41% {
-webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.01% {
-webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
12.71% {
-webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.51% {
-webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.92% {
-webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.92% {
-webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
-webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.03% {
-webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
31.43% {
-webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
34.63% {
-webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40.14% {
-webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.46% {
-webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
62.36% {
-webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
81.48% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
84.68% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
.wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.wrapper__background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(90deg) translateY(-750px);
-ms-transform: rotate(90deg) translateY(-750px);
transform: rotate(90deg) translateY(-750px);
}
.wrapper__background img {
width: calc(100vh - 135px);
height: 100vw;
}
.visited {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(90deg) translateY(-750px);
-ms-transform: rotate(90deg) translateY(-750px);
transform: rotate(90deg) translateY(-750px);
width: calc(100vh - 135px);
height: 100vw;
}
.visited__inner {
background-position: center center;
background-size: 100% 100%;
}
.modal {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(90deg) translateY(-750px);
-ms-transform: rotate(90deg) translateY(-750px);
transform: rotate(90deg) translateY(-750px);
width: calc(100vh - 135px);
height: 100vw;
}
.modal.is-show {
display: block;
}
.modal.is-show .modal__inner {
-webkit-animation: show-modal 0.75s linear both;
animation: show-modal 0.75s linear both;
}
.modal__inner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-size: 100% 100%;
}
@media print {
* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
-webkit-filter: none !important;
filter: none !important;
-ms-filter: none !important;
}
}
| 0.310276 | 0.10885 |
*{
box-sizing: content-box;
margin: 0;
padding: 0;
}
/*Top bar*/
#top-bar .logo img{
margin-left: 50px;
margin-top: 5px;
}
#top-bar .logo h2{
display: inline;
margin-top: 30px;
font-family: 'lobster';
font-size: 35px;
}
#top-bar .logo h2 span{
color: #fec13d;
}
#top-bar .logo{
display: flex;
}
#nav-bar{
margin-left: 25%;
}
#nav-bar li{
display: inline;
padding-top: 40px;
padding-left: 80px;
float: left;
font-size: 20px;
font-family: 'poppins';
font-weight: bold;
}
#nav-bar li a{
text-decoration: none;
color: black;
}
#nav-bar li a:hover{
border-bottom: black solid 5px;
}
.muffin{
width: 5%;
margin-top: 35px;
margin-left: 30px;
}
.muffin img{
width: 45%;
}
/* edn of top bar*/
/* Section 1 */
/*
#section1{
padding-left: 90px;
padding-top: 100px;
}*/
.first-sect{
background: linear-gradient(100deg, #ffffff, #ffffff 58%, #fa963e 5%);
}
#section1{
display: flex;
}
.section1ab{
padding-left: 90px;
padding-top: 100px;
}
#section1 .text .p1{
font-family: 'poppins';
font-weight: bold;
font-size: 35px;
}
#section1 .text .p2{
font-family: 'poppins';
font-size: 15px;
padding-top: 35px;
}
#order{
margin-left: 10px;
margin-top: 100px;
}
#order{
height: 50px;
width: 150px;
color: white;
background-clip: content-box;
background-color: #fa963e;
border-radius: 50px;
}
#order h3{
text-align: center;
padding-top: 13px;
font-family: 'poppins';
font-size: 15px;
}
#order h3 a{
text-decoration: none;
color: white;
font-weight: bold;
}
#order h3 a:hover{
color: black;
}
.section1a{
width: 50%;
float: left;
padding: 0x;
}
.section1a img{
width: 59%;
padding-top: 20px;
padding-left: 85px;
}
/* End of Section 1 */
/*Section 2*/
#section2{
display: flex;
background: #f3f3f3;
background-size: cover;
}
.section2a{
margin-top: 4%;
margin-bottom: 8%;
padding: 50px;
}
.section2a .section2ab{
margin-top: 40px;
}
.section2ab{
box-sizing: content-box;
height: 90%;
width: 25%;
border:2px solid gray;
border-radius: 10px;
float: left;
padding: 15px;
margin-top: 30px;
}
.section2abc{
box-sizing: content-box;
height: 110%;
width: 35%;
border:2px solid gray;
border-radius: 10px;
align-items: center;
float: left;
padding: 5px;
margin-left: 25px;
margin-right: 25px;
}
.section2ab img{
width: 45%;
margin-left: 25%;
margin-bottom: 5px;
}
.section2abc img{
width: 50%;
margin-left: 25%;
}
.section2abc h4 {
font-family: 'poppins';
text-align: center;
}
.section2abc p{
font-family: 'poppins';
text-align: center;
font-size: 15px;
margin-top: 35px;
}
.section2ab h4 {
font-family: 'poppins';
text-align: center;
}
.section2ab p{
font-family: 'poppins';
text-align: center;
font-size: 15px;
margin-top: 50px;
}
/* End of Section 2 */
/* Section 3 */
#sectionT h3{
text-align: center;
font-size: 40px;
font-family: 'poppins';
}
#sectionT h3 span{
color: #fec13d;
}
#sectionT hr{
border: chocolate solid 5px;
width: 15%;
margin-left: 42.4%;
}
.burgers{
display: flex;
}
.burgers .b1{
border: 0px solid black;
border-radius: 50px;
width: 25%;
height: 100%;
margin: 5%;
box-shadow: 0px 2px 4px 3px grey;
}
.burgers .b1 .burg1{
width: 100%;
height: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 15%;
}
.burgers .b1 h3{
font-family: 'poppins';
text-align: center;
margin-top: 5%;
color: #330606;
}
.burgers .b1 p{
font-family: 'poppins';
font-size: 13px;
text-align: center;
}
.burgers .b1 .ksh-cart{
display: flex;
margin: 4%;
}
.burgers .b1 h4{
font-family: 'poppins';
margin-left: 5%;
margin-top: 14%;
font-size: 15px;
}
.burgers .b1 h4:hover{
color: #fec13d;
}
.burgers .b1 .shop-cart{
width: 9%;
height: 45%;
margin-left: 42%;
margin-top: 10%;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 20px;
background-color: #E1EBE6;
}
/* End of Section 3 */
/*Section 4*/
.section4{
background-color: #E1EBE6;
display: flex;
width: 100%;
}
.section4 .text1{
margin: 5%;
width: 100%;
}
.section4 .text1 .par1{
font-family: 'poppins';
font-weight: bold;
font-size: 50px;
margin-top: 10%;
}
.section4 .text1 .par1 span{
color: #fec13d;
}
.section4 .text1 .par2{
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
margin-left: 10px;
margin-top: 5%;
}
.section4 .dots{
display: flex;
margin-top: 10%;
margin-left: 0%;
}
.section4 .dots .dot1{
display: flex;
}
.section4 .dots .dot1a{
display: flex;
width: 50%;
margin-top: 10.5px;
}
.section4 .dot1a img{
width: 50%;
margin-left: 20px;
padding-top: 8px;
}
.section4 .dot1 .arrow1{
width: 20%;
margin-left: 20%;
}
.burg-img1{
display: flex;
margin-right: 10%;
margin-top: 10%;
}
.img1a{
position: relative;
width: 100%;
}
.img2a{
width: 100%;
}
.img1ab{
width: 100%;
margin-left: 70%;
}
.img2ab{
width: 100%;
}
/* End of Section 4 */
/* Section 5*/
.section5{
background-color: #F6B400;
width: 100%;
display: flex;
}
.section5 .part1{
display: block;
}
.section5 .part1 .disc-text{
width: 100%;
position: relative;
}
.section5 .part1 .disc-text p{
font-family: sans-serif;
font-weight: bold;
font-size: 50px;
margin-top: 20%;
margin-left: 10%;
}
.section5 .part1 .apps{
display: flex;
margin-left: 10%;
margin-top: 10%;
}
.section5 .part1 .apps .ap1{
width: 20%;
}
.section5 .part2 {
display: flex;
margin-right: 10%;
margin-top: 5%;
}
.section5 .part2 .phone1{
padding: 10%;
}
.section5 .part2 .phone2{
padding: 10%;
}
/* End of Section */
/*Footer*/
.footer{
display: flex;
background: whitesmoke;
}
.footer .flogo {
margin-left: 50px;
margin-top: 20px;
display: flex;
}
.footer .flogo .fimg{
margin-top: 25px;
}
.footer .flogo h2{
font-family: 'lobster';
font-size: 30px;
margin-top: 50px;
}
.footer .flogo span{
color: #fec13d;
}
.footer .flinks{
margin-left: 20%;
margin-top: 25px;
}
.footer .flinks h3{
font-family: 'poppins';
}
.footer .flinks ul{
list-style: none;
}
.footer .flinks li{
padding-top: 10px;
padding-left: 10px;
font-family: 'poppins';
}
.footer .flinks li a{
text-decoration: none;
color: black;
}
.footer .flinks li a:hover{
color: #fec13d;
}
.footer .subscribe{
margin-left: 25%;
margin-top: 25px;
}
.footer .subscribe .sub1 h3{
font-family: 'poppins';
}
.footer .subscribe .sub-button{
width: 70px;
display: flex;
margin-top: 20%;
}
.footer .subscribe .sub-button input{
height: 10px;
}
.footer .subscribe .sub-button #sub-email{
padding: 20px;
border: solid 1px black;
border-radius: 4px;
}
.footer .subscribe .sub-button #sub2{
background-color: #f6b63b;
color: white;
padding: 21px;
border: none;
font-weight: bold;
}
.footer .subscribe .sub-button #sub2:hover{
color: black;
}
/* End of footer */
/* End of Section 3 */
/*last bar*/
.last-bar{
display: flex;
}
.last-bar .copyright{
margin: 10px;
}
.last-bar .copyright p{
font-family: 'poppins';
font-size: 12px;
}
.last-bar .s-media{
display: flex;
margin-top: 9px;
margin-left: 30%;
}
.last-bar .s-media img{
width: 20px;
padding-left: 15px;
}
.last-bar .my-name{
margin-left: 10%;
margin-top: 5px;
}
.last-bar .my-name p{
font-family: 'poppins';
}
.last-bar .my-name a{
text-decoration: none;
color: black;
}
|
style.css
|
*{
box-sizing: content-box;
margin: 0;
padding: 0;
}
/*Top bar*/
#top-bar .logo img{
margin-left: 50px;
margin-top: 5px;
}
#top-bar .logo h2{
display: inline;
margin-top: 30px;
font-family: 'lobster';
font-size: 35px;
}
#top-bar .logo h2 span{
color: #fec13d;
}
#top-bar .logo{
display: flex;
}
#nav-bar{
margin-left: 25%;
}
#nav-bar li{
display: inline;
padding-top: 40px;
padding-left: 80px;
float: left;
font-size: 20px;
font-family: 'poppins';
font-weight: bold;
}
#nav-bar li a{
text-decoration: none;
color: black;
}
#nav-bar li a:hover{
border-bottom: black solid 5px;
}
.muffin{
width: 5%;
margin-top: 35px;
margin-left: 30px;
}
.muffin img{
width: 45%;
}
/* edn of top bar*/
/* Section 1 */
/*
#section1{
padding-left: 90px;
padding-top: 100px;
}*/
.first-sect{
background: linear-gradient(100deg, #ffffff, #ffffff 58%, #fa963e 5%);
}
#section1{
display: flex;
}
.section1ab{
padding-left: 90px;
padding-top: 100px;
}
#section1 .text .p1{
font-family: 'poppins';
font-weight: bold;
font-size: 35px;
}
#section1 .text .p2{
font-family: 'poppins';
font-size: 15px;
padding-top: 35px;
}
#order{
margin-left: 10px;
margin-top: 100px;
}
#order{
height: 50px;
width: 150px;
color: white;
background-clip: content-box;
background-color: #fa963e;
border-radius: 50px;
}
#order h3{
text-align: center;
padding-top: 13px;
font-family: 'poppins';
font-size: 15px;
}
#order h3 a{
text-decoration: none;
color: white;
font-weight: bold;
}
#order h3 a:hover{
color: black;
}
.section1a{
width: 50%;
float: left;
padding: 0x;
}
.section1a img{
width: 59%;
padding-top: 20px;
padding-left: 85px;
}
/* End of Section 1 */
/*Section 2*/
#section2{
display: flex;
background: #f3f3f3;
background-size: cover;
}
.section2a{
margin-top: 4%;
margin-bottom: 8%;
padding: 50px;
}
.section2a .section2ab{
margin-top: 40px;
}
.section2ab{
box-sizing: content-box;
height: 90%;
width: 25%;
border:2px solid gray;
border-radius: 10px;
float: left;
padding: 15px;
margin-top: 30px;
}
.section2abc{
box-sizing: content-box;
height: 110%;
width: 35%;
border:2px solid gray;
border-radius: 10px;
align-items: center;
float: left;
padding: 5px;
margin-left: 25px;
margin-right: 25px;
}
.section2ab img{
width: 45%;
margin-left: 25%;
margin-bottom: 5px;
}
.section2abc img{
width: 50%;
margin-left: 25%;
}
.section2abc h4 {
font-family: 'poppins';
text-align: center;
}
.section2abc p{
font-family: 'poppins';
text-align: center;
font-size: 15px;
margin-top: 35px;
}
.section2ab h4 {
font-family: 'poppins';
text-align: center;
}
.section2ab p{
font-family: 'poppins';
text-align: center;
font-size: 15px;
margin-top: 50px;
}
/* End of Section 2 */
/* Section 3 */
#sectionT h3{
text-align: center;
font-size: 40px;
font-family: 'poppins';
}
#sectionT h3 span{
color: #fec13d;
}
#sectionT hr{
border: chocolate solid 5px;
width: 15%;
margin-left: 42.4%;
}
.burgers{
display: flex;
}
.burgers .b1{
border: 0px solid black;
border-radius: 50px;
width: 25%;
height: 100%;
margin: 5%;
box-shadow: 0px 2px 4px 3px grey;
}
.burgers .b1 .burg1{
width: 100%;
height: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 15%;
}
.burgers .b1 h3{
font-family: 'poppins';
text-align: center;
margin-top: 5%;
color: #330606;
}
.burgers .b1 p{
font-family: 'poppins';
font-size: 13px;
text-align: center;
}
.burgers .b1 .ksh-cart{
display: flex;
margin: 4%;
}
.burgers .b1 h4{
font-family: 'poppins';
margin-left: 5%;
margin-top: 14%;
font-size: 15px;
}
.burgers .b1 h4:hover{
color: #fec13d;
}
.burgers .b1 .shop-cart{
width: 9%;
height: 45%;
margin-left: 42%;
margin-top: 10%;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 20px;
background-color: #E1EBE6;
}
/* End of Section 3 */
/*Section 4*/
.section4{
background-color: #E1EBE6;
display: flex;
width: 100%;
}
.section4 .text1{
margin: 5%;
width: 100%;
}
.section4 .text1 .par1{
font-family: 'poppins';
font-weight: bold;
font-size: 50px;
margin-top: 10%;
}
.section4 .text1 .par1 span{
color: #fec13d;
}
.section4 .text1 .par2{
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
margin-left: 10px;
margin-top: 5%;
}
.section4 .dots{
display: flex;
margin-top: 10%;
margin-left: 0%;
}
.section4 .dots .dot1{
display: flex;
}
.section4 .dots .dot1a{
display: flex;
width: 50%;
margin-top: 10.5px;
}
.section4 .dot1a img{
width: 50%;
margin-left: 20px;
padding-top: 8px;
}
.section4 .dot1 .arrow1{
width: 20%;
margin-left: 20%;
}
.burg-img1{
display: flex;
margin-right: 10%;
margin-top: 10%;
}
.img1a{
position: relative;
width: 100%;
}
.img2a{
width: 100%;
}
.img1ab{
width: 100%;
margin-left: 70%;
}
.img2ab{
width: 100%;
}
/* End of Section 4 */
/* Section 5*/
.section5{
background-color: #F6B400;
width: 100%;
display: flex;
}
.section5 .part1{
display: block;
}
.section5 .part1 .disc-text{
width: 100%;
position: relative;
}
.section5 .part1 .disc-text p{
font-family: sans-serif;
font-weight: bold;
font-size: 50px;
margin-top: 20%;
margin-left: 10%;
}
.section5 .part1 .apps{
display: flex;
margin-left: 10%;
margin-top: 10%;
}
.section5 .part1 .apps .ap1{
width: 20%;
}
.section5 .part2 {
display: flex;
margin-right: 10%;
margin-top: 5%;
}
.section5 .part2 .phone1{
padding: 10%;
}
.section5 .part2 .phone2{
padding: 10%;
}
/* End of Section */
/*Footer*/
.footer{
display: flex;
background: whitesmoke;
}
.footer .flogo {
margin-left: 50px;
margin-top: 20px;
display: flex;
}
.footer .flogo .fimg{
margin-top: 25px;
}
.footer .flogo h2{
font-family: 'lobster';
font-size: 30px;
margin-top: 50px;
}
.footer .flogo span{
color: #fec13d;
}
.footer .flinks{
margin-left: 20%;
margin-top: 25px;
}
.footer .flinks h3{
font-family: 'poppins';
}
.footer .flinks ul{
list-style: none;
}
.footer .flinks li{
padding-top: 10px;
padding-left: 10px;
font-family: 'poppins';
}
.footer .flinks li a{
text-decoration: none;
color: black;
}
.footer .flinks li a:hover{
color: #fec13d;
}
.footer .subscribe{
margin-left: 25%;
margin-top: 25px;
}
.footer .subscribe .sub1 h3{
font-family: 'poppins';
}
.footer .subscribe .sub-button{
width: 70px;
display: flex;
margin-top: 20%;
}
.footer .subscribe .sub-button input{
height: 10px;
}
.footer .subscribe .sub-button #sub-email{
padding: 20px;
border: solid 1px black;
border-radius: 4px;
}
.footer .subscribe .sub-button #sub2{
background-color: #f6b63b;
color: white;
padding: 21px;
border: none;
font-weight: bold;
}
.footer .subscribe .sub-button #sub2:hover{
color: black;
}
/* End of footer */
/* End of Section 3 */
/*last bar*/
.last-bar{
display: flex;
}
.last-bar .copyright{
margin: 10px;
}
.last-bar .copyright p{
font-family: 'poppins';
font-size: 12px;
}
.last-bar .s-media{
display: flex;
margin-top: 9px;
margin-left: 30%;
}
.last-bar .s-media img{
width: 20px;
padding-left: 15px;
}
.last-bar .my-name{
margin-left: 10%;
margin-top: 5px;
}
.last-bar .my-name p{
font-family: 'poppins';
}
.last-bar .my-name a{
text-decoration: none;
color: black;
}
| 0.253861 | 0.08318 |
.container{
margin: 0 2em;
}
.row{
display: flex;
flex-wrap: wrap;
}
.align-items-center{
align-items: center;
}
.justify-content-between{
justify-content: space-between;
}
/*header*/
.header{
background-color: var(--bg);
padding: 12px 0;
line-height: 1.5;
}
.logo{
display: flex;
align-items: center;
}
.logo img{
width: 70px;
border-radius: 50px;
margin-right: 20px;
}
.header .logo,
.header .nav{
padding:0 15px;
}
.header .logo a{
font-size: 30px;
color: #ffffff;
text-transform: capitalize;
}
.header .nav ul li{
display: inline-block;
margin-left: 40px;
}
.header .nav ul li a{
display: flex;
gap: 2em;
padding: 2rem 0;
transition: .5s;
}
.nav a:hover{
color: var(--bg-hover);
}
.nav-toggler{
height: 34px;
width: 44px;
background: none;
border-radius: 4px;
cursor: pointer;
border:none;
display: none;
margin-right: 15px;
outline: none;
}
.nav-toggler span{
height: 2px;
width: 20px;
background-color: var(--text-white);
display: block;
margin:auto;
position: relative;
transition: all 0.3s ease;
}
.nav-toggler.active span{
background-color: transparent;
}
.nav-toggler span::before,
.nav-toggler span::after{
content: '';
position: absolute;
left:0;
top:0;
width: 100%;
height: 100%;
background-color: var(--text-white);
transition: all 0.3s ease;
}
.nav-toggler span::before{
transform: translateY(-6px);
}
.nav-toggler.active span::before{
transform: rotate(45deg);
}
.nav-toggler span::after{
transform: translateY(6px);
}
.nav-toggler.active span::after{
transform: rotate(135deg);
}
@media(max-width:991px){
.nav-toggler{
display: block;
}
.header .nav{
width: 100%;
height: 100%;
padding:0;
max-height: 0px;
overflow: hidden;
visibility: hidden;
transition: all 0.5s ease;
}
.header .nav.open{
visibility: visible;
}
.header .nav ul{
padding:12px 15px 0;
margin-top: 12px;
border-top:1px solid rgba(255,255,255,0.2);
}
.header .nav ul li{
display: block;
margin:0;
}
}
@media(max-width: 491px){
.logo h1{
display: none;
}
}
|
assets/css/navbar.css
|
.container{
margin: 0 2em;
}
.row{
display: flex;
flex-wrap: wrap;
}
.align-items-center{
align-items: center;
}
.justify-content-between{
justify-content: space-between;
}
/*header*/
.header{
background-color: var(--bg);
padding: 12px 0;
line-height: 1.5;
}
.logo{
display: flex;
align-items: center;
}
.logo img{
width: 70px;
border-radius: 50px;
margin-right: 20px;
}
.header .logo,
.header .nav{
padding:0 15px;
}
.header .logo a{
font-size: 30px;
color: #ffffff;
text-transform: capitalize;
}
.header .nav ul li{
display: inline-block;
margin-left: 40px;
}
.header .nav ul li a{
display: flex;
gap: 2em;
padding: 2rem 0;
transition: .5s;
}
.nav a:hover{
color: var(--bg-hover);
}
.nav-toggler{
height: 34px;
width: 44px;
background: none;
border-radius: 4px;
cursor: pointer;
border:none;
display: none;
margin-right: 15px;
outline: none;
}
.nav-toggler span{
height: 2px;
width: 20px;
background-color: var(--text-white);
display: block;
margin:auto;
position: relative;
transition: all 0.3s ease;
}
.nav-toggler.active span{
background-color: transparent;
}
.nav-toggler span::before,
.nav-toggler span::after{
content: '';
position: absolute;
left:0;
top:0;
width: 100%;
height: 100%;
background-color: var(--text-white);
transition: all 0.3s ease;
}
.nav-toggler span::before{
transform: translateY(-6px);
}
.nav-toggler.active span::before{
transform: rotate(45deg);
}
.nav-toggler span::after{
transform: translateY(6px);
}
.nav-toggler.active span::after{
transform: rotate(135deg);
}
@media(max-width:991px){
.nav-toggler{
display: block;
}
.header .nav{
width: 100%;
height: 100%;
padding:0;
max-height: 0px;
overflow: hidden;
visibility: hidden;
transition: all 0.5s ease;
}
.header .nav.open{
visibility: visible;
}
.header .nav ul{
padding:12px 15px 0;
margin-top: 12px;
border-top:1px solid rgba(255,255,255,0.2);
}
.header .nav ul li{
display: block;
margin:0;
}
}
@media(max-width: 491px){
.logo h1{
display: none;
}
}
| 0.363986 | 0.079424 |
@charset "UTF-8";
/*
Document : tweed
Created on : 04-Sep-2015, 12:16:45
Author : ashley
Description:
Purpose of the stylesheet follows.
*/
* { -ms-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
html { height: 100%; }
body { margin: 0; font-family: "Lato", Arial, Verdana, sans-serif; background-color: #eeeeee; color: #333333; font-size: 12pt; height: 100%; }
header { background-repeat: no-repeat; background-image: url(/img/logo_small_w300.png); background-size: 150px auto; padding-top: 160px; background-color: #333333; color: #eeeeee; width: 150px; height: 100%; float: left; }
.basic header { background-image: url(/img/logo_large_w600.png); background-size: 600px auto; background-position: center top; background-color: #eeeeee; height: 330px; width: 100%; padding-top: 0; float: none; }
header nav { display: block; }
header nav a { color: #eeeeee; text-decoration: none; text-transform: uppercase; padding: 60px 5px 5px; display: block; background-repeat: no-repeat; background-position: center 10px; text-align: center; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
header nav a:hover, header nav a.active { background-color: #0d80b9; }
header nav a.home { background-image: url(/img/icons/home.png); }
header nav a.tweets { background-image: url(/img/icons/tweets.png); }
header nav a.users { background-image: url(/img/icons/users.png); }
header nav a.logout { background-image: url(/img/icons/logout.png); }
header nav a.logs { background-image: url(/img/icons/logs.png); }
header h1 { margin: 0; text-indent: -999em; height: 0; }
a.action, button.action, input[type=submit].action { background-repeat: no-repeat; background-size: auto 26px; background-position: center center; display: inline-block; width: 20px; height: 20px; text-indent: -999em; position: relative; padding: 10px; cursor: pointer; border: 1px solid #cccccc; border-radius: 0.5em; margin-right: 10px; font-family: "Lato", Arial, Verdana, sans-serif; outline: none; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
a.action.small, button.action.small, input[type=submit].action.small { width: 15px; height: 15px; margin-bottom: 0; background-size: 18px auto; float: none; }
a.action.full, button.action.full, input[type=submit].action.full { width: 140px; text-indent: inherit; padding-left: 30px; background-position: 5px center; background-color: #dddddd; color: #333333; text-decoration: none; text-align: center; }
a.action:hover, button.action:hover, input[type=submit].action:hover { background-color: #0d80b9; color: #eeeeee; }
a.action.edit, button.action.edit, input[type=submit].action.edit { background-image: url(/img/icons/edit.png); }
a.action.delete, button.action.delete, input[type=submit].action.delete { background-image: url(/img/icons/delete.png); }
a.action.remove_value, button.action.remove_value, input[type=submit].action.remove_value { background-image: url(/img/icons/delete.png); }
a.action.duplicate, button.action.duplicate, input[type=submit].action.duplicate { background-image: url(/img/icons/duplicate.png); }
a.action.save, button.action.save, input[type=submit].action.save { background-image: url(/img/icons/save.png); }
a.action.add_element, button.action.add_element, input[type=submit].action.add_element { background-image: url(/img/icons/add_element.png); }
a.action.add_value, button.action.add_value, input[type=submit].action.add_value { background-image: url(/img/icons/add.png); }
a.action.new_campaign, button.action.new_campaign, input[type=submit].action.new_campaign { background-image: url(/img/icons/form_new.png); }
a.action.deleted_forms, button.action.deleted_forms, input[type=submit].action.deleted_forms { background-image: url(/img/icons/trash.png); }
a.action.delete_full, button.action.delete_full, input[type=submit].action.delete_full { background-image: url(/img/icons/delete.png); }
a.action.undelete, button.action.undelete, input[type=submit].action.undelete { background-image: url(/img/icons/restore.png); }
a.action.new_user, button.action.new_user, input[type=submit].action.new_user { background-image: url(/img/icons/new_user.png); }
a.action.update_permissions, button.action.update_permissions, input[type=submit].action.update_permissions { background-image: url(/img/icons/user_permissions.png); }
a.action.list_permissions, button.action.list_permissions, input[type=submit].action.list_permissions { background-image: url(/img/icons/permissions.png); }
a.action.add_permission, button.action.add_permission, input[type=submit].action.add_permission { background-image: url(/img/icons/add.png); }
a.action.save_permissions, button.action.save_permissions, input[type=submit].action.save_permissions { background-image: url(/img/icons/save.png); }
a.action.delete_permission, button.action.delete_permission, input[type=submit].action.delete_permission { background-image: url(/img/icons/delete.png); }
a.action.delete_user, button.action.delete_user, input[type=submit].action.delete_user { background-image: url(/img/icons/delete.png); }
a.action.save_user, button.action.save_user, input[type=submit].action.save_user { background-image: url(/img/icons/save.png); }
a.action.view_details, button.action.view_details, input[type=submit].action.view_details { background-image: url(/img/icons/view_details.png); }
a.action.filter, button.action.filter, input[type=submit].action.filter { background-image: url(/img/icons/filter.png); }
a.action.add_group, button.action.add_group, input[type=submit].action.add_group { background-image: url(/img/icons/add_element.png); }
a.action.add_tag, button.action.add_tag, input[type=submit].action.add_tag { background-image: url(/img/icons/add_tag.png); }
a.action.deactivate, button.action.deactivate, input[type=submit].action.deactivate { background-image: url(/img/icons/cancel.png); }
a.action.reactivate, button.action.reactivate, input[type=submit].action.reactivate { background-image: url(/img/icons/restore.png); }
a.action.add_query, button.action.add_query, input[type=submit].action.add_query { background-image: url(/img/icons/add.png); }
a.action.approve, button.action.approve, input[type=submit].action.approve { background-image: url(/img/icons/dialog-ok-apply.png); }
a.action.unapprove, button.action.unapprove, input[type=submit].action.unapprove { background-image: url(/img/icons/cancel.png); }
.error { display: block; background: #ff8888; color: #333333; border: 1px solid red; border-radius: 0.5em; padding: 5px 10px; margin: 10px 0 20px; width: 100%; -webkit-box-shadow: 0px 0px 5px 1px red; -moz-box-shadow: 0px 0px 5px 1px red; box-shadow: 0px 0px 5px 1px red; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
section.main { padding: 10px; float: left; }
.basic section.main { float: none; }
.details { margin: 10px 0; padding: 10px; border: 1px solid #cccccc; border-radius: 10px; }
.query_fields { border: 0px none; padding: 0; }
.query { position: relative; }
.query .action.delete { position: absolute; top: 10px; right: 10px; }
.pagination { background: #dddddd; border-radius: 10px; margin: 20px 0; padding: 10px; text-align: center; }
.pagination a { color: #333333; padding: 5px 10px; text-decoration: none; }
.pagination a:hover { background-color: #0d80b9; color: #dddddd; border-radius: 10px; }
.pagination .first, .pagination .last, .pagination .prev, .pagination .next { font-size: larger; }
.pagination .active { color: #0d80b9; font-weight: bold; }
label { display: block; clear: both; width: 80%; margin-bottom: 10px; }
label input, label textarea, label select { width: 70%; float: right; padding: 3px; }
label select { /* this fixes a bug in Firefox (only tested so far on Linux) that extends the width of the select by the width of the ▼ bit */ -moz-box-sizing: border-box; }
input { border: 1px solid #cccccc; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
input[type=submit], input[type=button] { background-repeat: no-repeat; }
input[type=submit]:hover, input[type=button]:hover { -webkit-box-shadow: 0px 0px 5px 1px #0d80b9; -moz-box-shadow: 0px 0px 5px 1px #0d80b9; box-shadow: 0px 0px 5px 1px #0d80b9; }
input:focus { -webkit-box-shadow: 0px 0px 5px 1px #0d80b9; -moz-box-shadow: 0px 0px 5px 1px #0d80b9; box-shadow: 0px 0px 5px 1px #0d80b9; }
input[readonly] { background-color: #eeeeee; color: #999999; }
form[name=login] { width: 600px; margin: 10px auto; }
form[name=login] label { margin: 0 auto; }
form[name=login] label input { width: 50%; float: right; padding: 5px; margin-bottom: 10px; }
form[name=login] input[type=submit] { background-image: url(/img/icons/dialog-ok-apply.png); background-size: auto 30px; background-position: 10px center; padding: 10px; margin: 10px auto; display: block; width: 400px; }
.filter_form { width: 600px; }
.filter_form label { display: inline-block; width: 45%; }
.filter_form label:nth-child(odd) { margin-right: 40px; }
.filter_form label input, .filter_form label select { display: block; float: none; width: 100%; }
form.queries { width: 600px; }
.query { margin: 10px 0; padding: 10px; background-color: #dddddd; border-radius: 10px; }
table.item_table { border-collapse: collapse; border: 1px solid #cccccc; margin: 10px 0; }
table.item_table th, table.item_table td { border: 1px solid #cccccc; padding: 10px; }
table.item_table th input, table.item_table td input { width: 350px; }
table.item_table th input.short, table.item_table td input.short { width: 50px; }
table.item_table th { background-color: #333333; color: #eeeeee; }
table.item_table.tweets th, table.item_table.tweets td { max-width: 400px; }
table.item_table .deactivated { color: red; }
table.item_table .active { color: #008800; }
table.item_table .ended { color: #ff8800; }
|
httpdocs/css/tweed.css
|
@charset "UTF-8";
/*
Document : tweed
Created on : 04-Sep-2015, 12:16:45
Author : ashley
Description:
Purpose of the stylesheet follows.
*/
* { -ms-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
html { height: 100%; }
body { margin: 0; font-family: "Lato", Arial, Verdana, sans-serif; background-color: #eeeeee; color: #333333; font-size: 12pt; height: 100%; }
header { background-repeat: no-repeat; background-image: url(/img/logo_small_w300.png); background-size: 150px auto; padding-top: 160px; background-color: #333333; color: #eeeeee; width: 150px; height: 100%; float: left; }
.basic header { background-image: url(/img/logo_large_w600.png); background-size: 600px auto; background-position: center top; background-color: #eeeeee; height: 330px; width: 100%; padding-top: 0; float: none; }
header nav { display: block; }
header nav a { color: #eeeeee; text-decoration: none; text-transform: uppercase; padding: 60px 5px 5px; display: block; background-repeat: no-repeat; background-position: center 10px; text-align: center; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
header nav a:hover, header nav a.active { background-color: #0d80b9; }
header nav a.home { background-image: url(/img/icons/home.png); }
header nav a.tweets { background-image: url(/img/icons/tweets.png); }
header nav a.users { background-image: url(/img/icons/users.png); }
header nav a.logout { background-image: url(/img/icons/logout.png); }
header nav a.logs { background-image: url(/img/icons/logs.png); }
header h1 { margin: 0; text-indent: -999em; height: 0; }
a.action, button.action, input[type=submit].action { background-repeat: no-repeat; background-size: auto 26px; background-position: center center; display: inline-block; width: 20px; height: 20px; text-indent: -999em; position: relative; padding: 10px; cursor: pointer; border: 1px solid #cccccc; border-radius: 0.5em; margin-right: 10px; font-family: "Lato", Arial, Verdana, sans-serif; outline: none; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
a.action.small, button.action.small, input[type=submit].action.small { width: 15px; height: 15px; margin-bottom: 0; background-size: 18px auto; float: none; }
a.action.full, button.action.full, input[type=submit].action.full { width: 140px; text-indent: inherit; padding-left: 30px; background-position: 5px center; background-color: #dddddd; color: #333333; text-decoration: none; text-align: center; }
a.action:hover, button.action:hover, input[type=submit].action:hover { background-color: #0d80b9; color: #eeeeee; }
a.action.edit, button.action.edit, input[type=submit].action.edit { background-image: url(/img/icons/edit.png); }
a.action.delete, button.action.delete, input[type=submit].action.delete { background-image: url(/img/icons/delete.png); }
a.action.remove_value, button.action.remove_value, input[type=submit].action.remove_value { background-image: url(/img/icons/delete.png); }
a.action.duplicate, button.action.duplicate, input[type=submit].action.duplicate { background-image: url(/img/icons/duplicate.png); }
a.action.save, button.action.save, input[type=submit].action.save { background-image: url(/img/icons/save.png); }
a.action.add_element, button.action.add_element, input[type=submit].action.add_element { background-image: url(/img/icons/add_element.png); }
a.action.add_value, button.action.add_value, input[type=submit].action.add_value { background-image: url(/img/icons/add.png); }
a.action.new_campaign, button.action.new_campaign, input[type=submit].action.new_campaign { background-image: url(/img/icons/form_new.png); }
a.action.deleted_forms, button.action.deleted_forms, input[type=submit].action.deleted_forms { background-image: url(/img/icons/trash.png); }
a.action.delete_full, button.action.delete_full, input[type=submit].action.delete_full { background-image: url(/img/icons/delete.png); }
a.action.undelete, button.action.undelete, input[type=submit].action.undelete { background-image: url(/img/icons/restore.png); }
a.action.new_user, button.action.new_user, input[type=submit].action.new_user { background-image: url(/img/icons/new_user.png); }
a.action.update_permissions, button.action.update_permissions, input[type=submit].action.update_permissions { background-image: url(/img/icons/user_permissions.png); }
a.action.list_permissions, button.action.list_permissions, input[type=submit].action.list_permissions { background-image: url(/img/icons/permissions.png); }
a.action.add_permission, button.action.add_permission, input[type=submit].action.add_permission { background-image: url(/img/icons/add.png); }
a.action.save_permissions, button.action.save_permissions, input[type=submit].action.save_permissions { background-image: url(/img/icons/save.png); }
a.action.delete_permission, button.action.delete_permission, input[type=submit].action.delete_permission { background-image: url(/img/icons/delete.png); }
a.action.delete_user, button.action.delete_user, input[type=submit].action.delete_user { background-image: url(/img/icons/delete.png); }
a.action.save_user, button.action.save_user, input[type=submit].action.save_user { background-image: url(/img/icons/save.png); }
a.action.view_details, button.action.view_details, input[type=submit].action.view_details { background-image: url(/img/icons/view_details.png); }
a.action.filter, button.action.filter, input[type=submit].action.filter { background-image: url(/img/icons/filter.png); }
a.action.add_group, button.action.add_group, input[type=submit].action.add_group { background-image: url(/img/icons/add_element.png); }
a.action.add_tag, button.action.add_tag, input[type=submit].action.add_tag { background-image: url(/img/icons/add_tag.png); }
a.action.deactivate, button.action.deactivate, input[type=submit].action.deactivate { background-image: url(/img/icons/cancel.png); }
a.action.reactivate, button.action.reactivate, input[type=submit].action.reactivate { background-image: url(/img/icons/restore.png); }
a.action.add_query, button.action.add_query, input[type=submit].action.add_query { background-image: url(/img/icons/add.png); }
a.action.approve, button.action.approve, input[type=submit].action.approve { background-image: url(/img/icons/dialog-ok-apply.png); }
a.action.unapprove, button.action.unapprove, input[type=submit].action.unapprove { background-image: url(/img/icons/cancel.png); }
.error { display: block; background: #ff8888; color: #333333; border: 1px solid red; border-radius: 0.5em; padding: 5px 10px; margin: 10px 0 20px; width: 100%; -webkit-box-shadow: 0px 0px 5px 1px red; -moz-box-shadow: 0px 0px 5px 1px red; box-shadow: 0px 0px 5px 1px red; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
section.main { padding: 10px; float: left; }
.basic section.main { float: none; }
.details { margin: 10px 0; padding: 10px; border: 1px solid #cccccc; border-radius: 10px; }
.query_fields { border: 0px none; padding: 0; }
.query { position: relative; }
.query .action.delete { position: absolute; top: 10px; right: 10px; }
.pagination { background: #dddddd; border-radius: 10px; margin: 20px 0; padding: 10px; text-align: center; }
.pagination a { color: #333333; padding: 5px 10px; text-decoration: none; }
.pagination a:hover { background-color: #0d80b9; color: #dddddd; border-radius: 10px; }
.pagination .first, .pagination .last, .pagination .prev, .pagination .next { font-size: larger; }
.pagination .active { color: #0d80b9; font-weight: bold; }
label { display: block; clear: both; width: 80%; margin-bottom: 10px; }
label input, label textarea, label select { width: 70%; float: right; padding: 3px; }
label select { /* this fixes a bug in Firefox (only tested so far on Linux) that extends the width of the select by the width of the ▼ bit */ -moz-box-sizing: border-box; }
input { border: 1px solid #cccccc; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
input[type=submit], input[type=button] { background-repeat: no-repeat; }
input[type=submit]:hover, input[type=button]:hover { -webkit-box-shadow: 0px 0px 5px 1px #0d80b9; -moz-box-shadow: 0px 0px 5px 1px #0d80b9; box-shadow: 0px 0px 5px 1px #0d80b9; }
input:focus { -webkit-box-shadow: 0px 0px 5px 1px #0d80b9; -moz-box-shadow: 0px 0px 5px 1px #0d80b9; box-shadow: 0px 0px 5px 1px #0d80b9; }
input[readonly] { background-color: #eeeeee; color: #999999; }
form[name=login] { width: 600px; margin: 10px auto; }
form[name=login] label { margin: 0 auto; }
form[name=login] label input { width: 50%; float: right; padding: 5px; margin-bottom: 10px; }
form[name=login] input[type=submit] { background-image: url(/img/icons/dialog-ok-apply.png); background-size: auto 30px; background-position: 10px center; padding: 10px; margin: 10px auto; display: block; width: 400px; }
.filter_form { width: 600px; }
.filter_form label { display: inline-block; width: 45%; }
.filter_form label:nth-child(odd) { margin-right: 40px; }
.filter_form label input, .filter_form label select { display: block; float: none; width: 100%; }
form.queries { width: 600px; }
.query { margin: 10px 0; padding: 10px; background-color: #dddddd; border-radius: 10px; }
table.item_table { border-collapse: collapse; border: 1px solid #cccccc; margin: 10px 0; }
table.item_table th, table.item_table td { border: 1px solid #cccccc; padding: 10px; }
table.item_table th input, table.item_table td input { width: 350px; }
table.item_table th input.short, table.item_table td input.short { width: 50px; }
table.item_table th { background-color: #333333; color: #eeeeee; }
table.item_table.tweets th, table.item_table.tweets td { max-width: 400px; }
table.item_table .deactivated { color: red; }
table.item_table .active { color: #008800; }
table.item_table .ended { color: #ff8800; }
| 0.218753 | 0.153391 |
@charset "utf-8";
/* CSS Document */
.main{max-width:1720px; padding-left:300px;}
/*首页*/
#welcome{margin:0 auto; width:400px; background:url(../images/sun.png) no-repeat; margin-top:150px;}
#biaoti{ width:1000px; margin:30px auto;}
h1{ color:#09F;font-size:30px; font-weight:bold;}
/*学员列表页*/
#caozuo{ height:40px; background:#F0F0F0}
#caozuo li{ float:left; width:80px; height:40px; line-height:40px; margin-left:20px; background:#CCF;}
#caozuo li #add{ width:30px; height:30px; margin-top:7px; margin-left:5px; float:left; background:url(../images/t01.png) no-repeat;}
#caozuo li #alter{ width:30px; height:30px; margin-top:7px; margin-left:5px; float:left; background:url(../images/t02.png) no-repeat;}
#caozuo li #delete{ width:30px; height:30px; margin-top:7px; margin-left:5px; float:left; background:url(../images/t03.png) no-repeat;}
.pagination li{ display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; background:#E6E6E6; margin-top:50px; margin-bottom:30px; margin-left:2px;}
.pagination li a{ display:block;}
#chose{ width:15px;}
tr{ border-bottom:#F00 1px solid; background:#CCF;}
td{min-width:80px; text-align:center;height:40px; line-height:40px;}
.spcbtn{ border:none; margin-top:-35px; font-size:16px; color:#09F; background:none;}
/*学员薪资分析*/
#analyse{ margin-top:30px;}
select{height:30px; width:70px; border:#09F 1px solid; font-size:14px; font-family:'微软雅黑';}
/* 管理员添加页*/
.add{width:850px; height:200px;margin:30px auto; padding-top:30px; padding-left:100px;}
form{ font-size:16px; }
input{ width:200px; height:30px; margin:10px auto; border:#06F solid 1px;}
input li{ width:150px; border:#3C6 solid 1px;}
.btn{ width:60px; background:#FFF; font-family:"微软雅黑" ; float:right;}
/* 学员添加页*/
#xinzi{ float:right; font-size:18px;}
.tranee_infor{ width:340px; float:left;}
#preview{ width:150px; height:200px; border:#09F solid 1px; float:left;}
#imgs{width:150px; height:200px;}
.wbt{ width:800px; display:inline-block; margin-top:20px;;}
/*客户添加页*/
#type{ font-size:24px;width:240px; margin:0 auto;margin-top:50px;}
#type li{ margin-top:70px;}
|
public/css/xitong.css
|
@charset "utf-8";
/* CSS Document */
.main{max-width:1720px; padding-left:300px;}
/*首页*/
#welcome{margin:0 auto; width:400px; background:url(../images/sun.png) no-repeat; margin-top:150px;}
#biaoti{ width:1000px; margin:30px auto;}
h1{ color:#09F;font-size:30px; font-weight:bold;}
/*学员列表页*/
#caozuo{ height:40px; background:#F0F0F0}
#caozuo li{ float:left; width:80px; height:40px; line-height:40px; margin-left:20px; background:#CCF;}
#caozuo li #add{ width:30px; height:30px; margin-top:7px; margin-left:5px; float:left; background:url(../images/t01.png) no-repeat;}
#caozuo li #alter{ width:30px; height:30px; margin-top:7px; margin-left:5px; float:left; background:url(../images/t02.png) no-repeat;}
#caozuo li #delete{ width:30px; height:30px; margin-top:7px; margin-left:5px; float:left; background:url(../images/t03.png) no-repeat;}
.pagination li{ display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; background:#E6E6E6; margin-top:50px; margin-bottom:30px; margin-left:2px;}
.pagination li a{ display:block;}
#chose{ width:15px;}
tr{ border-bottom:#F00 1px solid; background:#CCF;}
td{min-width:80px; text-align:center;height:40px; line-height:40px;}
.spcbtn{ border:none; margin-top:-35px; font-size:16px; color:#09F; background:none;}
/*学员薪资分析*/
#analyse{ margin-top:30px;}
select{height:30px; width:70px; border:#09F 1px solid; font-size:14px; font-family:'微软雅黑';}
/* 管理员添加页*/
.add{width:850px; height:200px;margin:30px auto; padding-top:30px; padding-left:100px;}
form{ font-size:16px; }
input{ width:200px; height:30px; margin:10px auto; border:#06F solid 1px;}
input li{ width:150px; border:#3C6 solid 1px;}
.btn{ width:60px; background:#FFF; font-family:"微软雅黑" ; float:right;}
/* 学员添加页*/
#xinzi{ float:right; font-size:18px;}
.tranee_infor{ width:340px; float:left;}
#preview{ width:150px; height:200px; border:#09F solid 1px; float:left;}
#imgs{width:150px; height:200px;}
.wbt{ width:800px; display:inline-block; margin-top:20px;;}
/*客户添加页*/
#type{ font-size:24px;width:240px; margin:0 auto;margin-top:50px;}
#type li{ margin-top:70px;}
| 0.183923 | 0.107625 |
.markdown-body-dark .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
/* background: #1E1E1E; */
color: #DCDCDC;
}
.markdown-body-dark .hljs-keyword,
.markdown-body-dark .hljs-literal,
.markdown-body-dark .hljs-symbol,
.markdown-body-dark .hljs-name {
color: #569CD6;
}
.markdown-body-dark .hljs-link {
color: #569CD6;
text-decoration: underline;
}
.markdown-body-dark .hljs-built_in,
.markdown-body-dark .hljs-type {
color: #4EC9B0;
}
.markdown-body-dark .hljs-number,
.markdown-body-dark .hljs-class {
color: #B8D7A3;
}
.markdown-body-dark .hljs-string,
.markdown-body-dark .hljs-meta-string {
color: #D69D85;
}
.markdown-body-dark .hljs-regexp,
.markdown-body-dark .hljs-template-tag {
color: #9A5334;
}
.markdown-body-dark .hljs-subst,
.markdown-body-dark .hljs-function,
.markdown-body-dark .hljs-title,
.markdown-body-dark .hljs-params,
.markdown-body-dark .hljs-formula {
color: #DCDCDC;
}
.markdown-body-dark .hljs-comment,
.markdown-body-dark .hljs-quote {
color: #57A64A;
font-style: italic;
}
.markdown-body-dark .hljs-doctag {
color: #608B4E;
}
.markdown-body-dark .hljs-meta,
.markdown-body-dark .hljs-meta-keyword,
.markdown-body-dark .hljs-tag {
color: #9B9B9B;
}
.markdown-body-dark .hljs-variable,
.markdown-body-dark .hljs-template-variable {
color: #BD63C5;
}
.markdown-body-dark .hljs-attr,
.markdown-body-dark .hljs-attribute,
.markdown-body-dark .hljs-builtin-name {
color: #9CDCFE;
}
.markdown-body-dark .hljs-section {
color: gold;
}
.markdown-body-dark .hljs-emphasis {
font-style: italic;
}
.markdown-body-dark .hljs-strong {
font-weight: bold;
}
/*.markdown-body-dark .hljs-code {
font-family:'Monospace';
}*/
.markdown-body-dark .hljs-bullet,
.markdown-body-dark .hljs-selector-tag,
.markdown-body-dark .hljs-selector-id,
.markdown-body-dark .hljs-selector-class,
.markdown-body-dark .hljs-selector-attr,
.markdown-body-dark .hljs-selector-pseudo {
color: #D7BA7D;
}
.markdown-body-dark .hljs-addition {
background-color: #144212;
display: inline-block;
width: 100%;
}
.markdown-body-dark .hljs-deletion {
background-color: #600;
display: inline-block;
width: 100%;
}
|
src/styles/hljsdark.css
|
.markdown-body-dark .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
/* background: #1E1E1E; */
color: #DCDCDC;
}
.markdown-body-dark .hljs-keyword,
.markdown-body-dark .hljs-literal,
.markdown-body-dark .hljs-symbol,
.markdown-body-dark .hljs-name {
color: #569CD6;
}
.markdown-body-dark .hljs-link {
color: #569CD6;
text-decoration: underline;
}
.markdown-body-dark .hljs-built_in,
.markdown-body-dark .hljs-type {
color: #4EC9B0;
}
.markdown-body-dark .hljs-number,
.markdown-body-dark .hljs-class {
color: #B8D7A3;
}
.markdown-body-dark .hljs-string,
.markdown-body-dark .hljs-meta-string {
color: #D69D85;
}
.markdown-body-dark .hljs-regexp,
.markdown-body-dark .hljs-template-tag {
color: #9A5334;
}
.markdown-body-dark .hljs-subst,
.markdown-body-dark .hljs-function,
.markdown-body-dark .hljs-title,
.markdown-body-dark .hljs-params,
.markdown-body-dark .hljs-formula {
color: #DCDCDC;
}
.markdown-body-dark .hljs-comment,
.markdown-body-dark .hljs-quote {
color: #57A64A;
font-style: italic;
}
.markdown-body-dark .hljs-doctag {
color: #608B4E;
}
.markdown-body-dark .hljs-meta,
.markdown-body-dark .hljs-meta-keyword,
.markdown-body-dark .hljs-tag {
color: #9B9B9B;
}
.markdown-body-dark .hljs-variable,
.markdown-body-dark .hljs-template-variable {
color: #BD63C5;
}
.markdown-body-dark .hljs-attr,
.markdown-body-dark .hljs-attribute,
.markdown-body-dark .hljs-builtin-name {
color: #9CDCFE;
}
.markdown-body-dark .hljs-section {
color: gold;
}
.markdown-body-dark .hljs-emphasis {
font-style: italic;
}
.markdown-body-dark .hljs-strong {
font-weight: bold;
}
/*.markdown-body-dark .hljs-code {
font-family:'Monospace';
}*/
.markdown-body-dark .hljs-bullet,
.markdown-body-dark .hljs-selector-tag,
.markdown-body-dark .hljs-selector-id,
.markdown-body-dark .hljs-selector-class,
.markdown-body-dark .hljs-selector-attr,
.markdown-body-dark .hljs-selector-pseudo {
color: #D7BA7D;
}
.markdown-body-dark .hljs-addition {
background-color: #144212;
display: inline-block;
width: 100%;
}
.markdown-body-dark .hljs-deletion {
background-color: #600;
display: inline-block;
width: 100%;
}
| 0.431824 | 0.087175 |
.back-img {
background: url('../img/bg-btn.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
}
.dashboard-icon {
max-width: 45px!important;
max-height: 45px!important;
}
.select-error {
border-width: 1px!important;
border-style: solid!important;
border-color: #f2545b!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
border-radius: 5px;
}
ul.error_list {
list-style-type: none;
padding: 0px;
color: firebrick;
font-weight: 600;
}
.no-pad {
padding: 0px!important;
}
.no-mar {
margin: 0px!important;
}
.no-mar-pad {
margin: 0px!important;
padding: 0px!important;
}
/*Color for submenu active*/
li.opened > ul.sub-menu > li.menu-item > .menu-link > .menu-label > span.sub-ative {
color: white!important;
}
ol.ol-breadcrum {
font-size: 2.0em;
}
.pass-font {
font-family: "text-security-disc"!important;
}
.has-error .form-control {
border-width: 1px!important;
border-style: solid!important;
border-color: #f2545b!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.file-error {
border-width: 1px!important;
border-style: solid!important;
border-color: #f2545b!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/*.has-error .form-control:focus {
border-color: #f2545b;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}*/
.profile-img-form {
object-fit: cover;
width: 120px;
height:120px;
border-radius: 50%;
}
.galery-bg {
height:150px;
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
}
span.apexcharts-legend-text{
color:white!important;
}
.list-group {
margin-bottom: 20px!important;
}
span.label_show {
font-weight: bold;
}
span.label_show span{
font-weight: normal;
}
.suffix, .prefix {
display: inline;
font-weight: normal!important;
}
img.aglomeracion-img {
object-fit: cover;
width: 221px;
height: 147px;
}
.no-color{
color: transparent!important;
}
.descargar-pdf > i{
font-style: normal!important;
}
|
public/css/custom.css
|
.back-img {
background: url('../img/bg-btn.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
}
.dashboard-icon {
max-width: 45px!important;
max-height: 45px!important;
}
.select-error {
border-width: 1px!important;
border-style: solid!important;
border-color: #f2545b!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
border-radius: 5px;
}
ul.error_list {
list-style-type: none;
padding: 0px;
color: firebrick;
font-weight: 600;
}
.no-pad {
padding: 0px!important;
}
.no-mar {
margin: 0px!important;
}
.no-mar-pad {
margin: 0px!important;
padding: 0px!important;
}
/*Color for submenu active*/
li.opened > ul.sub-menu > li.menu-item > .menu-link > .menu-label > span.sub-ative {
color: white!important;
}
ol.ol-breadcrum {
font-size: 2.0em;
}
.pass-font {
font-family: "text-security-disc"!important;
}
.has-error .form-control {
border-width: 1px!important;
border-style: solid!important;
border-color: #f2545b!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.file-error {
border-width: 1px!important;
border-style: solid!important;
border-color: #f2545b!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/*.has-error .form-control:focus {
border-color: #f2545b;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}*/
.profile-img-form {
object-fit: cover;
width: 120px;
height:120px;
border-radius: 50%;
}
.galery-bg {
height:150px;
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
}
span.apexcharts-legend-text{
color:white!important;
}
.list-group {
margin-bottom: 20px!important;
}
span.label_show {
font-weight: bold;
}
span.label_show span{
font-weight: normal;
}
.suffix, .prefix {
display: inline;
font-weight: normal!important;
}
img.aglomeracion-img {
object-fit: cover;
width: 221px;
height: 147px;
}
.no-color{
color: transparent!important;
}
.descargar-pdf > i{
font-style: normal!important;
}
| 0.314682 | 0.066357 |
.accordion{
border:1px solid #22262d;
border-radius:4px;
color:#fff;
font-family:verdana;
font-size:12px;
font-weight:bold;
width:260px;
}
.accordion .header > a{
background:#54585d;
border-top:1px solid #7b7f83;
border-bottom:1px solid #23282f;
color:#fff;
display:block;
height:48px;
outline:none;
}
.accordion .header > a:hover, .accordion .header > a.focus{
background:#5a5e63;
}
.accordion .header:first-child > a{
border-radius:3px 3px 0 0;
}
.accordion .header:last-child > a{
border-radius:0 0 3px 3px;
border-bottom:0px solid #54585d;
}
.accordion .header .icon{
display:block;
float:left;
margin:17px 20px 0 15px;
width:13px;
height:13px;
}
.accordion .header .icon.home{
background:url(icon_white.png) no-repeat 0 -24px;
}
.accordion .header .icon.message{
background:url(icon_white.png) no-repeat -72px 0;
}
.accordion .header .icon.setting{
background:url(icon_white.png) no-repeat -360px -144px;
}
.accordion .header .icon.login{
background:url(icon_white.png) no-repeat -168px 0;
}
.accordion .header .icon.logout{
background:url(icon_white.png) no-repeat -168px 0;
}
.accordion .header .title{
display:block;
float:left;
line-height:15px;
margin:17px 20px 0 0;
overflow:hidden;
white-space:nowrap;
width:137px;
}
.accordion .header .badge{
background:#373b40;
border-radius:10px;
box-shadow:0px 1px 0px 1px #707478;
display:none;
float:right;
font-size:10px;
margin:14px 15px 0 0;
padding:5px 0 5px 0;
text-align:center;
width:40px;
}
/*為了顯示數字而設定的flag:on,如果(訊息)數>0,則可使用on*/
/*一般情況不加任何class而隱藏,此種狀況較多,因此為預設狀態*/
.accordion .header .badge.on{
display:block;
}
.accordion ul{display:none;}
.accordion ul li a{
background:#393d42;
border-top:1px solid #4e5257;
border-bottom:1px solid #2c2f32;
color:#fff;
display:block;
height:48px;
text-decoration:none;
outline:none;
}
.accordion ul li a .icon{
display:block;
float:left;
margin:17px 12px 0 52px;
width:13px;
height:13px;
}
.accordion ul li a .icon.default{
background:url(icon_white.png) no-repeat -456px -96px;
}
.accordion ul li a .icon.inbox{
background:url(icon_white.png) no-repeat -96px -24px;
}
.accordion ul li a .icon.outbox{
background:url(icon_white.png) no-repeat -168px -24px;
}
.accordion ul li a .icon.sent{
background:url(icon_white.png) no-repeat -168px -120px;
}
.accordion ul li a .icon.draft{
background:url(icon_white.png) no-repeat -24px -24px;
}
.accordion ul li a .icon.refresh{
background:url(icon_white.png) no-repeat -240px -24px;
}
.accordion ul li a .icon.star{
background:url(icon_white.png) no-repeat -120px 0;
}
.accordion ul li a .text{
display:block;
float:left;
line-height:15px;
margin:17px 12px 0 0;
overflow:hidden;
white-space:nowrap;
width:116px;
}
.accordion ul li a .badge{
background:#cdcdcd;
border-radius:10px;
color:#3b3f44;
display:none;
float:right;
font-size:10px;
margin:15px 15px 0 0;
padding:5px 0 5px 0;
text-align:center;
width:40px;
}
.accordion ul li a .badge.on{
display:block;
}
|
ui/accordion_201308121733/skin/style.css
|
.accordion{
border:1px solid #22262d;
border-radius:4px;
color:#fff;
font-family:verdana;
font-size:12px;
font-weight:bold;
width:260px;
}
.accordion .header > a{
background:#54585d;
border-top:1px solid #7b7f83;
border-bottom:1px solid #23282f;
color:#fff;
display:block;
height:48px;
outline:none;
}
.accordion .header > a:hover, .accordion .header > a.focus{
background:#5a5e63;
}
.accordion .header:first-child > a{
border-radius:3px 3px 0 0;
}
.accordion .header:last-child > a{
border-radius:0 0 3px 3px;
border-bottom:0px solid #54585d;
}
.accordion .header .icon{
display:block;
float:left;
margin:17px 20px 0 15px;
width:13px;
height:13px;
}
.accordion .header .icon.home{
background:url(icon_white.png) no-repeat 0 -24px;
}
.accordion .header .icon.message{
background:url(icon_white.png) no-repeat -72px 0;
}
.accordion .header .icon.setting{
background:url(icon_white.png) no-repeat -360px -144px;
}
.accordion .header .icon.login{
background:url(icon_white.png) no-repeat -168px 0;
}
.accordion .header .icon.logout{
background:url(icon_white.png) no-repeat -168px 0;
}
.accordion .header .title{
display:block;
float:left;
line-height:15px;
margin:17px 20px 0 0;
overflow:hidden;
white-space:nowrap;
width:137px;
}
.accordion .header .badge{
background:#373b40;
border-radius:10px;
box-shadow:0px 1px 0px 1px #707478;
display:none;
float:right;
font-size:10px;
margin:14px 15px 0 0;
padding:5px 0 5px 0;
text-align:center;
width:40px;
}
/*為了顯示數字而設定的flag:on,如果(訊息)數>0,則可使用on*/
/*一般情況不加任何class而隱藏,此種狀況較多,因此為預設狀態*/
.accordion .header .badge.on{
display:block;
}
.accordion ul{display:none;}
.accordion ul li a{
background:#393d42;
border-top:1px solid #4e5257;
border-bottom:1px solid #2c2f32;
color:#fff;
display:block;
height:48px;
text-decoration:none;
outline:none;
}
.accordion ul li a .icon{
display:block;
float:left;
margin:17px 12px 0 52px;
width:13px;
height:13px;
}
.accordion ul li a .icon.default{
background:url(icon_white.png) no-repeat -456px -96px;
}
.accordion ul li a .icon.inbox{
background:url(icon_white.png) no-repeat -96px -24px;
}
.accordion ul li a .icon.outbox{
background:url(icon_white.png) no-repeat -168px -24px;
}
.accordion ul li a .icon.sent{
background:url(icon_white.png) no-repeat -168px -120px;
}
.accordion ul li a .icon.draft{
background:url(icon_white.png) no-repeat -24px -24px;
}
.accordion ul li a .icon.refresh{
background:url(icon_white.png) no-repeat -240px -24px;
}
.accordion ul li a .icon.star{
background:url(icon_white.png) no-repeat -120px 0;
}
.accordion ul li a .text{
display:block;
float:left;
line-height:15px;
margin:17px 12px 0 0;
overflow:hidden;
white-space:nowrap;
width:116px;
}
.accordion ul li a .badge{
background:#cdcdcd;
border-radius:10px;
color:#3b3f44;
display:none;
float:right;
font-size:10px;
margin:15px 15px 0 0;
padding:5px 0 5px 0;
text-align:center;
width:40px;
}
.accordion ul li a .badge.on{
display:block;
}
| 0.243193 | 0.08438 |
@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
body {
margin: 0; }
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url("./ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
font-family: "slick";
src: url("./fonts/slick.eot");
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: yellow;
opacity: 0.75; }
.main_nav {
z-index: 2;
display: -ms-flexbox;
display: flex;
display: flex;
position: absolute;
background-color: #1c1531;
width: 135px;
height: 500px; }
.main_nav__list {
font-family: 'Jura', sans-serif;
font-size: 14px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
z-index: 3;
position: absolute;
top: -105px; }
ul.main_nav__list {
margin-top: 105px;
margin-left: 10px;
-webkit-padding-start: 0px;
width: 100%; }
.main_nav__close {
position: absolute;
height: 40px;
width: 40px;
margin-top: 10px;
margin-left: 10px;
z-index: 3; }
.main_nav__item {
list-style-type: none;
display: block; }
.main_nav__item a {
text-decoration: none;
font-family: "Jura", sans-serif;
padding-top: 20px; }
.main_nav__item:hover a {
text-decoration: none;
color: #03eaa5; }
.main_screen {
background-image: url(../img/header_bgc.jpg);
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
color: white;
z-index: 1;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
background-size: cover; }
.main_screen__container {
max-width: 1200px; }
.main_screen__gamb {
height: 40px;
width: 40px;
margin-top: 10px;
margin-left: 10px; }
.main_screen__title {
font-family: "Nord-Medium";
margin-left: 10px;
margin-top: 170px;
font-size: 30px; }
.main_screen__subtitle {
font-family: "Jura", sans-serif;
margin-left: 10px;
font-size: 16px; }
.main_screen__sidebar {
font-family: 'Jura', sans-serif;
font-size: 14px;
z-index: 2;
display: block;
background-color: rgba(28, 21, 49, 0.5);
display: block;
height: 500px;
width: 40px;
-ms-flex-negative: 2;
flex-shrink: 2;
position: absolute;
right: 0; }
.main_screen__button--vk {
margin-top: 40px;
margin-left: 3px; }
a.main_screen__button--allphoto {
text-decoration: none;
color: white;
display: block;
width: 200px;
position: relative;
left: -80px;
margin-top: 150px;
webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
a.main_screen__button--allphoto :hover {
text-decoration: none;
color: #03eaa5; }
.legend {
background-size: cover;
height: 450px;
-ms-flex-line-pack: stretch;
align-content: stretch;
color: white;
overflow: hidden; }
.legend__container {
display: -ms-flexbox;
display: flex;
margin: auto;
position: relative;
max-width: 1200px; }
.legend__left_block {
-ms-flex-positive: 2;
flex-grow: 2;
width: 100%; }
.legend__right-block {
display: none; }
.legend__title {
color: white;
font-family: "Jura", sans-serif;
display: block;
font-weight: 300;
font-size: 20px;
margin-left: 10px;
margin-top: 40px; }
.legend .slick-slide {
margin-bottom: 50px; }
.legend__text_block {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
margin-top: 30px; }
.legend__text {
display: block;
font-family: "Ubuntu", sans-serif;
color: white;
font-weight: 300;
font-size: 12px;
margin-left: 10px;
margin-right: 10px;
line-height: 1.8; }
.legend .slick-prev:before {
display: none; }
.legend .slick-next:before {
display: none; }
.legend .slick-dots {
margin-left: 10px;
height: 10px;
width: 10px;
display: inline-block;
width: 100%; }
.slick-dots li {
height: 10px;
width: 10px;
margin-right: 30px;
float: left;
background-color: #b2dad0; }
.fact {
background-color: #f7f7f7;
height: 100%;
display: block; }
.fact__green_line {
background-color: #03eaa5;
position: absolute;
width: 2px;
height: 200px;
margin-top: 50px;
margin-left: 5px; }
.fact__stage_blocks {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 30px; }
.fact__stage_block {
float: left;
-ms-flex-direction: row;
flex-direction: row;
margin-top: 30px; }
.fact__title {
font-family: "Jura", sans-serif;
display: block;
font-weight: 300;
font-size: 20px;
padding-top: 30px;
padding-left: 10px; }
.fact__stage_number {
font-family: "Ubuntu", sans-serif;
display: block;
font-weight: 700;
color: #e6e6e6;
font-size: 27px;
position: relative;
left: 10px; }
.fact__stage_number:before {
content: '';
display: inline-block;
height: 15px;
width: 15px;
background-color: #03eaa5;
position: relative;
left: -10px; }
.fact__text {
font-family: "Ubuntu", sans-serif;
display: block;
font-weight: 300;
font-size: 12px;
margin-left: 25px; }
.fact__line {
background-color: #98c8ac; }
.seasons {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden; }
.seasons_container {
margin: auto;
position: center; }
.seasons__map {
display: none; }
.seasons__mobile_map {
background-image: url(../img/map.jpg);
background-size: cover;
height: 230px;
width: 100%;
margin-top: 50px; }
.season__description {
font-family: "Ubuntu", sans-serif;
margin-left: 0; }
.season__title {
font-family: "Jura", sans-serif;
display: block;
font-weight: 300;
font-size: 20px;
padding-top: 30px;
padding-left: 10px; }
.season__legend {
position: relative;
top: 150px;
left: 10px; }
.season__legend_clarification--red {
margin-left: 10px;
margin-right: 15px;
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--red:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #ef8989;
position: relative;
left: -10px; }
.season__legend_clarification--blue {
margin-right: 15px;
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--blue:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #04a8a8;
position: relative;
left: -10px; }
.season__legend_clarification--yellow {
margin-right: 15px;
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--yellow:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #cdd63f;
position: relative;
left: -10px; }
.season__legend_clarification--orange {
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--orange:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #efb672;
position: relative;
left: -10px; }
.season__comment {
line-height: 1.5;
font-size: 12px;
margin-left: 10px; }
.feedback {
background-color: #b2dad0;
height: 100%;
width: 100%;
overflow: hidden; }
.feedback_autoplay {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
width: 90%;
box-sizing: border-box; }
.feedback__button {
width: 20px;
height: 20px;
background-color: red; }
.feedback__title {
padding-top: 35px;
font-family: "Jura", sans-serif;
font-size: 20px;
display: block;
margin-left: 10px; }
.feedback__review {
display: inline-block;
margin-left: 10px;
display: -ms-flexbox;
display: flex; }
.feedback__author {
margin-top: 35px;
float: left; }
.feedback__author_photo {
height: 60px;
width: 60px;
display: block; }
.feedback__author_name {
margin-top: 15px;
line-height: 1.5;
display: block;
font-size: 10px;
font-family: "Ubuntu", sans-serif; }
.feedback__bubble {
width: 140px;
padding: 20px 10px 20px 10px;
margin-top: 35px;
margin-left: 30px;
height: 140px;
background-color: white;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
line-height: 1.3;
display: inline-block; }
.feedback__bubble:before {
content: '';
display: inline-block;
width: 0;
height: 0;
border-top: 20px solid white;
border-left: 25px solid transparent;
position: relative;
left: -35px;
top: -20px; }
.feedback .slick-dots {
height: 10px;
position: relative;
margin-bottom: 20px; }
.feedback .slick-dots li {
height: 10px;
width: 10px;
margin-right: 30px;
float: left;
background-color: white; }
.feedback .slick-arrow {
display: none; }
.feedback .slick-next:before {
display: none;
content: ""; }
.slick-active:before {
content: "";
background-color: white; }
.feedback .slick-dots li.slick-active button:before {
content: '';
display: inline-block;
background-color: #465c6e;
width: 10px;
height: 10px; }
.feedback .slick-prev:before {
content: '';
display: none; }
.feedback .slick-next:before {
content: '';
display: none; }
.contacts {
background-image: url("../img/cont_bgc.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 400px;
font-family: "Ubuntu", sans-serif;
font-size: 14px; }
.contacts__title {
padding-top: 45px;
font-family: "Jura", sans-serif;
font-size: 20px;
display: block;
margin-left: 10px;
color: white; }
.contacts__container {
display: -ms-flexbox;
display: flex;
margin-left: 10px;
margin-right: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 35px; }
.contacts__container--bgc {
position: relative;
top: -220px; }
.contacts__filial {
color: white;
display: inline-block;
min-width: 180px; }
.contacts__filial--last {
color: white;
display: inline-block;
min-width: 180px;
margin-bottom: 100px; }
.contacts__filial_name {
display: block;
margin-left: 20px;
line-height: 2; }
.contacts__filial_name:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #89c1a1;
position: relative;
left: -20px; }
.contacts__filial_manager {
margin-top: 30px;
display: block; }
.contacts__filial_telephone {
display: block;
margin-top: 55px; }
.contacts__filial_vklink {
margin-top: 25px;
display: block; }
.contacts__filial_email {
margin-top: 25px;
display: block;
margin-bottom: 100px; }
a.contacts__filial_telephone {
text-decoration: none;
color: white; }
a.contacts__filial_vklink {
text-decoration: none;
color: white; }
a.contacts__filial_email {
text-decoration: none;
color: white; }
.contacts__filial_manager--black {
margin-top: 30px;
display: block; }
.contacts__filial_telephone--black {
display: block;
margin-top: 25px; }
.contacts__filial_vklink--black {
margin-top: 15px;
display: block; }
.contacts__filial_email--black {
margin-top: 15px;
display: block; }
a.contacts__filial_telephone--black {
text-decoration: none;
color: black; }
a.contacts__filial_vklink--black {
text-decoration: none;
color: black; }
a.contacts__filial_email--black {
text-decoration: none;
color: black; }
.contacts__modal_bgc {
width: 100%;
height: 100%;
background-color: white;
opacity: 0.4;
position: fixed;
top: 0; }
.contacts__modal_window {
display: block;
background-color: white;
height: 240px;
width: 95%;
position: relative;
margin: 0 auto;
z-index: 1;
color: black;
top: 10px; }
.contacts__modal_filial {
margin-left: 80px;
padding-top: 20px; }
.contacts__modal-close:before {
content: "";
background-image: url("../img/close.png");
height: 15px;
width: 15px;
display: inline-block;
float: right;
margin-top: 15px;
margin-right: 15px; }
.price {
width: 100%; }
.price__title {
font-family: "Jura", sans-serif;
font-size: 20px;
display: block;
padding-top: 30px;
padding-left: 40px; }
.price__categories ul {
display: -ms-flexbox;
display: flex;
font-family: "Jura", sans-serif;
-ms-flex-direction: column;
flex-direction: column;
font-size: 12px; }
.price__categories li {
display: inline-block;
margin-top: 30px; }
li.price__categories_item--active {
display: inline-block;
color: #89c1a1; }
.price__categories_item:after {
content: '';
display: inline-block;
background-image: url("../img/arrow.png");
background-repeat: no-repeat;
height: 8px;
width: 8px;
position: relative;
margin-left: 15px; }
.price__categories_item--active:after {
content: '';
display: inline-block;
background-image: url("../img/arrow_active.png");
transform: rotate(0deg);
background-repeat: no-repeat;
height: 8px;
width: 8px;
position: relative;
margin-left: 15px; }
.price__list--active {
display: none; }
.price__list--active_mobile {
text-align: center;
font-family: "Ubuntu", sans-serif;
font-size: 10px;
border-collapse: collapse;
margin-top: 20px; }
.price__list {
display: none; }
.price__list--mobile {
display: none; }
table.price__list {
display: none; }
tr {
height: 65px; }
th {
height: 65px;
border: 1px solid #d0d0d0; }
td {
border: 1px solid #d0d0d0; }
a.price__full_list {
display: none; }
a.price__full_list--mobile {
display: none; }
a.price__full_list--active {
display: none; }
a.price__full_list--active_mobile {
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 12px;
margin-bottom: 50px;
color: #201c38; }
.price__full_list--active_mobile {
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 12px;
margin-bottom: 50px; }
footer {
display: none; }
.footer__info {
display: block;
margin-right: 55px;
padding-top: 20px;
text-align: right; }
@font-face {
font-family: 'font0475c723a666a5c519583942afd84bcc';
src: url("http://nomail.com.ua/files/eot/0475c723a666a5c519583942afd84bcc.eot?#iefix") format("embedded-opentype"), url("http://nomail.com.ua/files/woff/0475c723a666a5c519583942afd84bcc.woff") format("woff"), url("http://nomail.com.ua/files/woff2/0475c723a666a5c519583942afd84bcc.woff2") format("woff2"); }
@font-face {
font-family: 'Nord-Medium';
src: local("Nord-Medium"), url("http://nomail.com.ua/files/woff/0475c723a666a5c519583942afd84bcc.woff") format("woff"); }
#nordmedium {
font-family: 'Nord-Medium'; }
.font0475c723a666a5c519583942afd84bcc {
font-family: 'font0475c723a666a5c519583942afd84bcc'; }
@media (min-width: 768px){
.main_nav{
display: -ms-flexbox;
display: flex;
background-color: rgba(28, 21, 49, 0.5);
height: 60px;
margin-top: 35px;
width: 95%;
margin-right: 10px;
margin-left: 10px;
-ms-flex-pack: justify;
justify-content: space-between; }
.main_nav__list{
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
top: -85px;
z-index: 3;
-ms-flex-pack: distribute;
justify-content: space-around; }
.main_nav__close{
display: none; }
.main_screen{
height: 600px;
background-position: bottom; }
.main_screen__gamb{
display: none; }
.main_screen__title{
margin-left: 75px;
margin-top: 240px;
font-size: 50px; }
.main_screen__subtitle{
position: relative;
top: -25px;
margin-left: 75px;
font-weight: 400;
font-size: 20px; }
.main_screen__sidebar{
display: none; }
a.main_screen__button--allphoto{
display: none; }
.legend__left_block{
width: 50%;
height: 100%; }
.legend__right-block{
display: block;
float: left;
background-image: url("../img/legend_bgc780.png");
background-size: cover;
flex-schrink: 1;
height: 400px;
width: 100%;
margin-right: 0; }
.legend__title{
display: block;
font-weight: 300;
font-size: 30px;
margin-left: 10px;
margin-top: 45px;
color: black; }
.legend__text_block{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
margin-left: 10px; }
.legend__text{
font-weight: 300;
font-size: 12px;
margin-left: 30px;
line-height: 1.7;
height: 200px;
flex-schrink: 2;
color: black;
max-width: 500px; }
.legend .slick-prev:before{
content: "";
position: relative;
background-image: url("../img/slider_right.png");
background-repeat: no-repeat;
display: inline-block;
width: 33px;
height: 50px; }
.legend .slick-next:before{
content: "";
position: relative;
background-image: url("../img/slider_left.png");
background-repeat: no-repeat;
display: inline-block;
width: 45px;
height: 50px;
left: 30px; }
.legend .slick-dots{
margin-left: 30px;
display: inline-block; }
.fact{
height: 100%; }
.fact__green_line{
height: 1px;
width: 92%;
margin-top: 60px; }
.fact__stage_blocks{
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
margin-right: 20px;
margin-left: 20px; }
.fact__title{
font-weight: 300;
font-size: 30px;
padding-top: 40px;
padding-left: 10px; }
.fact__stage_number{
font-size: 27px;
position: relative;
left: -25px; }
.fact__stage_number:before{
top: 15px;
left: 20px; }
.fact__text{
font-size: 12px;
max-width: 215px;
margin-left: 0px; }
.seasons{
background-color: #eaeaec;
height: 330px; }
.seasons__map{
display: block;
background-image: url(../img/map.jpg);
flex-schrink: 1;
background-size: cover;
height: 330px;
margin-left: 10px;
width: 50%;
min-width: 50px; }
.seasons__mobile_map{
display: none; }
.season__description{
width: 50%;
min-width: 250px; }
.season__title{
font-weight: 300;
font-size: 20px;
padding-top: 40px;
padding-left: 0px;
margin-left: 10px; }
.season__legend{
left: 10px;
top: 40px;
min-width: 150px; }
.season__legend_clarification--red{
font-size: 10px; }
.season__legend_clarification--blue{
font-size: 10px; }
.season__legend_clarification--yellow{
font-size: 10px; }
.season__legend_clarification--orange{
font-size: 10px; }
.season__comment{
font-size: 12px;
margin-left: 10px;
margin-top: 45px;
line-height: 1.5;
max-width: 70%; }
.feedback{
height: 100%;
overflow: hidden; }
.feedback_autoplay{
margin-left: 10px;
margin-right: 10px;
box-sizing: border-box; }
.feedback__title{
font-size: 30px;
margin-left: 10px; }
.feedback__review{
margin-left: 10px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__author_photo{
max-height: 80px;
max-width: 85px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__bubble{
padding: 20px 10px 20px 10px;
width: 500px;
height: 100%;
margin-left: 20px;
max-width: 40%; }
.feedback__bubble:before{
border-top: 15px solid white;
border-left: 25px solid transparent;
left: -30px;
top: -20px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback .slick-dots{
display: inline-block;
margin-bottom: 20px;
padding-bottom: 40px; }
.contacts{
font-size: 14px;
height: 100%; }
.contacts__title{
padding-top: 50px;
font-size: 30px; }
.contacts__container{
margin-right: 15px;
margin-bottom: 50px;
margin-top: 0px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.contacts__filial{
margin-top: 65px; }
.contacts__modal_bgc{
display: none; }
.contacts__modal_window{
display: none; }
.price{
height: 100%;
width: 100%; }
.price__title{
font-size: 30px;
padding-top: 35px;
padding-left: 10px; }
.price__categories ul{
padding-left: 10px;
font-size: 20px;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between; }
.price__list--active{
display: block;
width: 450px;
margin-top: 30px;
margin-left: 10px;
text-align: center;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
border-collapse: collapse; }
.price__list--active_mobile{
display: none; }
a.price__full_list--active{
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
margin-bottom: 50px;
margin-left: 10px;
color: #201c38; }
a.price__full_list--active_mobile{
display: none; }
.price__full_list--active_mobile{
display: none; }
footer{
display: block;
height: 55px;
background-color: #201b38;
color: white;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
width: 100%; } }
@media (min-width: 769px){
.main_nav__item a{
-ms-flex-direction: row;
flex-direction: row;
font-size: 16px;
text-decoration: none;
color: white;
z-index: 2; } }
@media (min-width: 1024px){
.main_nav{
display: -ms-flexbox;
display: flex;
background-color: rgba(28, 21, 49, 0.5);
height: 60px;
margin-top: 20px;
width: 91%;
margin-left: 55px;
-ms-flex-pack: justify;
justify-content: space-between; }
.main_nav__list{
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
top: -85px;
z-index: 3;
-ms-flex-pack: distribute;
justify-content: space-around; }
.main_screen{
background-size: cover;
background-position: bottom;
height: 650px; }
.main_screen__title{
margin-left: 55px;
margin-top: 240px;
font-size: 50px; }
.main_screen__subtitle{
position: relative;
top: -25px;
margin-left: 55px;
font-weight: 400;
font-size: 20px; }
a.main_screen__button--allphoto{
text-decoration: none;
color: white;
display: block;
width: 200px;
position: relative;
left: -80px;
margin-top: 230px;
webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.legend{
background-color: white;
display: block;
width: 100%;
-ms-flex-negative: 2;
flex-shrink: 2;
height: 545px;
margin-top: 20px; }
.legend__left_block{
width: 300px; }
.legend__right-block{
display: block;
float: left;
background-image: url("../img/legend_bgc1280.png");
background-size: cover;
width: 50%;
height: 545px;
margin-right: 55px;
flex-schrink: 1; }
.legend__title{
display: block;
font-weight: 300;
font-size: 30px;
margin-left: 60px;
margin-top: 40px;
color: black; }
.legend__text_block{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
margin-left: 60px;
height: 300px; }
.legend__text{
font-weight: 300;
font-size: 16px;
margin-left: 50px;
margin-top: 40px;
line-height: 2;
flex-schrink: 2;
height: 500px;
color: black;
max-width: 800px; }
.legend .slick-prev:before{
content: "";
position: relative;
background-image: url("../img/slider_right1280.png");
background-repeat: no-repeat;
display: inline-block;
width: 58px;
height: 58px; }
.legend .slick-next:before{
content: "";
position: relative;
background-image: url("../img/slider_left1280.png");
background-repeat: no-repeat;
display: inline-block;
width: 58px;
height: 58px;
left: 50px; }
.legend .slick-dots{
left: 20px;
margin-top: 100px;
margin-bottom: 15px;
display: inline-block; }
.fact{
height: 300px; }
.fact__green_line{
height: 1px;
width: 92%;
margin-top: 80px; }
.fact__stage_blocks{
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
margin-right: 55px;
margin-left: 55px; }
.fact__title{
font-weight: 300;
font-size: 30px;
padding-top: 65px;
padding-left: 55px; }
.fact__stage_number{
font-size: 45px;
position: relative;
left: -25px; }
.fact__text{
font-size: 16px;
max-width: 315px;
margin-left: 0px; }
.seasons{
background-color: white;
height: 530px; }
.seasons__map{
display: block;
background-image: url(../img/map.jpg);
flex-schrink: 1;
background-size: cover;
height: 530px;
margin-left: 10px;
width: 50%;
margin-left: 55px; }
.season__description{
min-width: 330px;
height: 330px;
min-width: 200px; }
.season__title{
font-weight: 300;
font-size: 30px;
padding-top: 60px;
padding-left: 0px;
margin-left: 35px; }
.season__legend{
left: 35px;
top: 60px;
max-width: 340px; }
.season__legend_clarification--red{
font-size: 16px; }
.season__legend_clarification--blue{
font-size: 16px; }
.season__legend_clarification--yellow{
font-size: 16px;
margin-right: 15px; }
.season__legend_clarification--orange{
font-size: 16px;
margin-right: 20px; }
.season__comment{
font-size: 16px;
margin-left: 35px;
margin-top: 80px;
width: 50%; }
.feedback{
height: 100%;
overflow: hidden; }
.feedback_autoplay{
margin-left: 55px;
margin-right: 55px;
box-sizing: border-box; }
.feedback__title{
padding-top: 75px;
margin-left: 55px;
margin-right: 55px;
font-size: 30px; }
.feedback__review{
margin-left: 55px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__author_photo{
height: 150px;
width: 170px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__author_name{
font-size: 16px; }
.feedback__bubble{
width: 340px;
font-size: 16px;
padding: 30px 30px 30px 30px;
height: 100%;
margin-left: 70px; }
.feedback__bubble:before{
border-top: 30px solid white;
border-left: 45px solid transparent;
left: -75px;
top: -30px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback .slick-dots{
display: inline-block; }
.filial__open{
display: none; }
.contacts__title{
padding-top: 65px;
font-size: 30px;
margin-left: 55px; }
.contacts__container{
margin-left: 55px;
margin-right: 55px;
margin-bottom: 50px;
margin-top: 0px;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between; }
.contacts__filial{
margin-top: 80px; }
.price{
height: 535px;
width: 100%; }
.price__title{
font-size: 30px;
font-size: 36px;
padding-top: 90px;
padding-left: 55px; }
.price__categories ul{
font-size: 20px;
padding-left: 55px;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between; }
.price__list--active{
display: block;
width: 770px;
font-size: 16px;
text-align: center;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
border-collapse: collapse;
margin-top: 20px;
margin-left: 55px; }
.price__list--active_mobile{
display: none; }
a.price__full_list--active{
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
margin-left: 55px;
margin-bottom: 80px;
color: #201c38; }
a.price__full_list--active_mobile{
display: none; }
.price__full_list--active_mobile{
display: none; }
footer{
display: block;
height: 55px;
background-color: #201b38;
color: white;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
width: 100%; } }
@media (min-width: 1025px){
.main_screen__sidebar{
background-color: rgba(28, 21, 49, 0.5);
display: block;
height: 650px;
width: 40px;
-ms-flex-negative: 2;
flex-shrink: 2;
position: absolute;
right: 0; } }
@media (min-width: 1200px){
.contacts{
height: 500px;
font-size: 16px; } }
@media (max-width: 768px){
.close{
display: none; }
.open{
display: -ms-flexbox;
display: flex; }
.main_nav__item{
margin-top: 20px; }
.main_nav__item:first-child{
margin-top: 105px;
-ms-flex-pack: justify;
justify-content: space-between; }
.main_nav__item a{
-ms-flex-direction: column;
flex-direction: column;
z-index: 2;
text-decoration: none;
color: white;
font-size: 14px; }
.legend{
background-image: url(../img/legend_bgc320.png);
display: block;
width: 100%;
-ms-flex-negative: 2;
flex-shrink: 2;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%; }
.filial_close{
display: none; }
.filial__open{
display: block;
color: black;
padding-left: 80px;
z-index: 1; }
.contacts__container--bgc{
display: none; }
.contacts_filial_info{
display: none; } }
/*# sourceMappingURL=style.css.map */
|
build/css/style.css
|
@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
body {
margin: 0; }
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url("./ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
font-family: "slick";
src: url("./fonts/slick.eot");
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: yellow;
opacity: 0.75; }
.main_nav {
z-index: 2;
display: -ms-flexbox;
display: flex;
display: flex;
position: absolute;
background-color: #1c1531;
width: 135px;
height: 500px; }
.main_nav__list {
font-family: 'Jura', sans-serif;
font-size: 14px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
z-index: 3;
position: absolute;
top: -105px; }
ul.main_nav__list {
margin-top: 105px;
margin-left: 10px;
-webkit-padding-start: 0px;
width: 100%; }
.main_nav__close {
position: absolute;
height: 40px;
width: 40px;
margin-top: 10px;
margin-left: 10px;
z-index: 3; }
.main_nav__item {
list-style-type: none;
display: block; }
.main_nav__item a {
text-decoration: none;
font-family: "Jura", sans-serif;
padding-top: 20px; }
.main_nav__item:hover a {
text-decoration: none;
color: #03eaa5; }
.main_screen {
background-image: url(../img/header_bgc.jpg);
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
color: white;
z-index: 1;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
background-size: cover; }
.main_screen__container {
max-width: 1200px; }
.main_screen__gamb {
height: 40px;
width: 40px;
margin-top: 10px;
margin-left: 10px; }
.main_screen__title {
font-family: "Nord-Medium";
margin-left: 10px;
margin-top: 170px;
font-size: 30px; }
.main_screen__subtitle {
font-family: "Jura", sans-serif;
margin-left: 10px;
font-size: 16px; }
.main_screen__sidebar {
font-family: 'Jura', sans-serif;
font-size: 14px;
z-index: 2;
display: block;
background-color: rgba(28, 21, 49, 0.5);
display: block;
height: 500px;
width: 40px;
-ms-flex-negative: 2;
flex-shrink: 2;
position: absolute;
right: 0; }
.main_screen__button--vk {
margin-top: 40px;
margin-left: 3px; }
a.main_screen__button--allphoto {
text-decoration: none;
color: white;
display: block;
width: 200px;
position: relative;
left: -80px;
margin-top: 150px;
webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
a.main_screen__button--allphoto :hover {
text-decoration: none;
color: #03eaa5; }
.legend {
background-size: cover;
height: 450px;
-ms-flex-line-pack: stretch;
align-content: stretch;
color: white;
overflow: hidden; }
.legend__container {
display: -ms-flexbox;
display: flex;
margin: auto;
position: relative;
max-width: 1200px; }
.legend__left_block {
-ms-flex-positive: 2;
flex-grow: 2;
width: 100%; }
.legend__right-block {
display: none; }
.legend__title {
color: white;
font-family: "Jura", sans-serif;
display: block;
font-weight: 300;
font-size: 20px;
margin-left: 10px;
margin-top: 40px; }
.legend .slick-slide {
margin-bottom: 50px; }
.legend__text_block {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
margin-top: 30px; }
.legend__text {
display: block;
font-family: "Ubuntu", sans-serif;
color: white;
font-weight: 300;
font-size: 12px;
margin-left: 10px;
margin-right: 10px;
line-height: 1.8; }
.legend .slick-prev:before {
display: none; }
.legend .slick-next:before {
display: none; }
.legend .slick-dots {
margin-left: 10px;
height: 10px;
width: 10px;
display: inline-block;
width: 100%; }
.slick-dots li {
height: 10px;
width: 10px;
margin-right: 30px;
float: left;
background-color: #b2dad0; }
.fact {
background-color: #f7f7f7;
height: 100%;
display: block; }
.fact__green_line {
background-color: #03eaa5;
position: absolute;
width: 2px;
height: 200px;
margin-top: 50px;
margin-left: 5px; }
.fact__stage_blocks {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 30px; }
.fact__stage_block {
float: left;
-ms-flex-direction: row;
flex-direction: row;
margin-top: 30px; }
.fact__title {
font-family: "Jura", sans-serif;
display: block;
font-weight: 300;
font-size: 20px;
padding-top: 30px;
padding-left: 10px; }
.fact__stage_number {
font-family: "Ubuntu", sans-serif;
display: block;
font-weight: 700;
color: #e6e6e6;
font-size: 27px;
position: relative;
left: 10px; }
.fact__stage_number:before {
content: '';
display: inline-block;
height: 15px;
width: 15px;
background-color: #03eaa5;
position: relative;
left: -10px; }
.fact__text {
font-family: "Ubuntu", sans-serif;
display: block;
font-weight: 300;
font-size: 12px;
margin-left: 25px; }
.fact__line {
background-color: #98c8ac; }
.seasons {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden; }
.seasons_container {
margin: auto;
position: center; }
.seasons__map {
display: none; }
.seasons__mobile_map {
background-image: url(../img/map.jpg);
background-size: cover;
height: 230px;
width: 100%;
margin-top: 50px; }
.season__description {
font-family: "Ubuntu", sans-serif;
margin-left: 0; }
.season__title {
font-family: "Jura", sans-serif;
display: block;
font-weight: 300;
font-size: 20px;
padding-top: 30px;
padding-left: 10px; }
.season__legend {
position: relative;
top: 150px;
left: 10px; }
.season__legend_clarification--red {
margin-left: 10px;
margin-right: 15px;
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--red:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #ef8989;
position: relative;
left: -10px; }
.season__legend_clarification--blue {
margin-right: 15px;
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--blue:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #04a8a8;
position: relative;
left: -10px; }
.season__legend_clarification--yellow {
margin-right: 15px;
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--yellow:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #cdd63f;
position: relative;
left: -10px; }
.season__legend_clarification--orange {
font-style: "Jura", sans-serif;
font-size: 10px; }
.season__legend_clarification--orange:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #efb672;
position: relative;
left: -10px; }
.season__comment {
line-height: 1.5;
font-size: 12px;
margin-left: 10px; }
.feedback {
background-color: #b2dad0;
height: 100%;
width: 100%;
overflow: hidden; }
.feedback_autoplay {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
width: 90%;
box-sizing: border-box; }
.feedback__button {
width: 20px;
height: 20px;
background-color: red; }
.feedback__title {
padding-top: 35px;
font-family: "Jura", sans-serif;
font-size: 20px;
display: block;
margin-left: 10px; }
.feedback__review {
display: inline-block;
margin-left: 10px;
display: -ms-flexbox;
display: flex; }
.feedback__author {
margin-top: 35px;
float: left; }
.feedback__author_photo {
height: 60px;
width: 60px;
display: block; }
.feedback__author_name {
margin-top: 15px;
line-height: 1.5;
display: block;
font-size: 10px;
font-family: "Ubuntu", sans-serif; }
.feedback__bubble {
width: 140px;
padding: 20px 10px 20px 10px;
margin-top: 35px;
margin-left: 30px;
height: 140px;
background-color: white;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
line-height: 1.3;
display: inline-block; }
.feedback__bubble:before {
content: '';
display: inline-block;
width: 0;
height: 0;
border-top: 20px solid white;
border-left: 25px solid transparent;
position: relative;
left: -35px;
top: -20px; }
.feedback .slick-dots {
height: 10px;
position: relative;
margin-bottom: 20px; }
.feedback .slick-dots li {
height: 10px;
width: 10px;
margin-right: 30px;
float: left;
background-color: white; }
.feedback .slick-arrow {
display: none; }
.feedback .slick-next:before {
display: none;
content: ""; }
.slick-active:before {
content: "";
background-color: white; }
.feedback .slick-dots li.slick-active button:before {
content: '';
display: inline-block;
background-color: #465c6e;
width: 10px;
height: 10px; }
.feedback .slick-prev:before {
content: '';
display: none; }
.feedback .slick-next:before {
content: '';
display: none; }
.contacts {
background-image: url("../img/cont_bgc.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 400px;
font-family: "Ubuntu", sans-serif;
font-size: 14px; }
.contacts__title {
padding-top: 45px;
font-family: "Jura", sans-serif;
font-size: 20px;
display: block;
margin-left: 10px;
color: white; }
.contacts__container {
display: -ms-flexbox;
display: flex;
margin-left: 10px;
margin-right: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 35px; }
.contacts__container--bgc {
position: relative;
top: -220px; }
.contacts__filial {
color: white;
display: inline-block;
min-width: 180px; }
.contacts__filial--last {
color: white;
display: inline-block;
min-width: 180px;
margin-bottom: 100px; }
.contacts__filial_name {
display: block;
margin-left: 20px;
line-height: 2; }
.contacts__filial_name:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background-color: #89c1a1;
position: relative;
left: -20px; }
.contacts__filial_manager {
margin-top: 30px;
display: block; }
.contacts__filial_telephone {
display: block;
margin-top: 55px; }
.contacts__filial_vklink {
margin-top: 25px;
display: block; }
.contacts__filial_email {
margin-top: 25px;
display: block;
margin-bottom: 100px; }
a.contacts__filial_telephone {
text-decoration: none;
color: white; }
a.contacts__filial_vklink {
text-decoration: none;
color: white; }
a.contacts__filial_email {
text-decoration: none;
color: white; }
.contacts__filial_manager--black {
margin-top: 30px;
display: block; }
.contacts__filial_telephone--black {
display: block;
margin-top: 25px; }
.contacts__filial_vklink--black {
margin-top: 15px;
display: block; }
.contacts__filial_email--black {
margin-top: 15px;
display: block; }
a.contacts__filial_telephone--black {
text-decoration: none;
color: black; }
a.contacts__filial_vklink--black {
text-decoration: none;
color: black; }
a.contacts__filial_email--black {
text-decoration: none;
color: black; }
.contacts__modal_bgc {
width: 100%;
height: 100%;
background-color: white;
opacity: 0.4;
position: fixed;
top: 0; }
.contacts__modal_window {
display: block;
background-color: white;
height: 240px;
width: 95%;
position: relative;
margin: 0 auto;
z-index: 1;
color: black;
top: 10px; }
.contacts__modal_filial {
margin-left: 80px;
padding-top: 20px; }
.contacts__modal-close:before {
content: "";
background-image: url("../img/close.png");
height: 15px;
width: 15px;
display: inline-block;
float: right;
margin-top: 15px;
margin-right: 15px; }
.price {
width: 100%; }
.price__title {
font-family: "Jura", sans-serif;
font-size: 20px;
display: block;
padding-top: 30px;
padding-left: 40px; }
.price__categories ul {
display: -ms-flexbox;
display: flex;
font-family: "Jura", sans-serif;
-ms-flex-direction: column;
flex-direction: column;
font-size: 12px; }
.price__categories li {
display: inline-block;
margin-top: 30px; }
li.price__categories_item--active {
display: inline-block;
color: #89c1a1; }
.price__categories_item:after {
content: '';
display: inline-block;
background-image: url("../img/arrow.png");
background-repeat: no-repeat;
height: 8px;
width: 8px;
position: relative;
margin-left: 15px; }
.price__categories_item--active:after {
content: '';
display: inline-block;
background-image: url("../img/arrow_active.png");
transform: rotate(0deg);
background-repeat: no-repeat;
height: 8px;
width: 8px;
position: relative;
margin-left: 15px; }
.price__list--active {
display: none; }
.price__list--active_mobile {
text-align: center;
font-family: "Ubuntu", sans-serif;
font-size: 10px;
border-collapse: collapse;
margin-top: 20px; }
.price__list {
display: none; }
.price__list--mobile {
display: none; }
table.price__list {
display: none; }
tr {
height: 65px; }
th {
height: 65px;
border: 1px solid #d0d0d0; }
td {
border: 1px solid #d0d0d0; }
a.price__full_list {
display: none; }
a.price__full_list--mobile {
display: none; }
a.price__full_list--active {
display: none; }
a.price__full_list--active_mobile {
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 12px;
margin-bottom: 50px;
color: #201c38; }
.price__full_list--active_mobile {
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 12px;
margin-bottom: 50px; }
footer {
display: none; }
.footer__info {
display: block;
margin-right: 55px;
padding-top: 20px;
text-align: right; }
@font-face {
font-family: 'font0475c723a666a5c519583942afd84bcc';
src: url("http://nomail.com.ua/files/eot/0475c723a666a5c519583942afd84bcc.eot?#iefix") format("embedded-opentype"), url("http://nomail.com.ua/files/woff/0475c723a666a5c519583942afd84bcc.woff") format("woff"), url("http://nomail.com.ua/files/woff2/0475c723a666a5c519583942afd84bcc.woff2") format("woff2"); }
@font-face {
font-family: 'Nord-Medium';
src: local("Nord-Medium"), url("http://nomail.com.ua/files/woff/0475c723a666a5c519583942afd84bcc.woff") format("woff"); }
#nordmedium {
font-family: 'Nord-Medium'; }
.font0475c723a666a5c519583942afd84bcc {
font-family: 'font0475c723a666a5c519583942afd84bcc'; }
@media (min-width: 768px){
.main_nav{
display: -ms-flexbox;
display: flex;
background-color: rgba(28, 21, 49, 0.5);
height: 60px;
margin-top: 35px;
width: 95%;
margin-right: 10px;
margin-left: 10px;
-ms-flex-pack: justify;
justify-content: space-between; }
.main_nav__list{
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
top: -85px;
z-index: 3;
-ms-flex-pack: distribute;
justify-content: space-around; }
.main_nav__close{
display: none; }
.main_screen{
height: 600px;
background-position: bottom; }
.main_screen__gamb{
display: none; }
.main_screen__title{
margin-left: 75px;
margin-top: 240px;
font-size: 50px; }
.main_screen__subtitle{
position: relative;
top: -25px;
margin-left: 75px;
font-weight: 400;
font-size: 20px; }
.main_screen__sidebar{
display: none; }
a.main_screen__button--allphoto{
display: none; }
.legend__left_block{
width: 50%;
height: 100%; }
.legend__right-block{
display: block;
float: left;
background-image: url("../img/legend_bgc780.png");
background-size: cover;
flex-schrink: 1;
height: 400px;
width: 100%;
margin-right: 0; }
.legend__title{
display: block;
font-weight: 300;
font-size: 30px;
margin-left: 10px;
margin-top: 45px;
color: black; }
.legend__text_block{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
margin-left: 10px; }
.legend__text{
font-weight: 300;
font-size: 12px;
margin-left: 30px;
line-height: 1.7;
height: 200px;
flex-schrink: 2;
color: black;
max-width: 500px; }
.legend .slick-prev:before{
content: "";
position: relative;
background-image: url("../img/slider_right.png");
background-repeat: no-repeat;
display: inline-block;
width: 33px;
height: 50px; }
.legend .slick-next:before{
content: "";
position: relative;
background-image: url("../img/slider_left.png");
background-repeat: no-repeat;
display: inline-block;
width: 45px;
height: 50px;
left: 30px; }
.legend .slick-dots{
margin-left: 30px;
display: inline-block; }
.fact{
height: 100%; }
.fact__green_line{
height: 1px;
width: 92%;
margin-top: 60px; }
.fact__stage_blocks{
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
margin-right: 20px;
margin-left: 20px; }
.fact__title{
font-weight: 300;
font-size: 30px;
padding-top: 40px;
padding-left: 10px; }
.fact__stage_number{
font-size: 27px;
position: relative;
left: -25px; }
.fact__stage_number:before{
top: 15px;
left: 20px; }
.fact__text{
font-size: 12px;
max-width: 215px;
margin-left: 0px; }
.seasons{
background-color: #eaeaec;
height: 330px; }
.seasons__map{
display: block;
background-image: url(../img/map.jpg);
flex-schrink: 1;
background-size: cover;
height: 330px;
margin-left: 10px;
width: 50%;
min-width: 50px; }
.seasons__mobile_map{
display: none; }
.season__description{
width: 50%;
min-width: 250px; }
.season__title{
font-weight: 300;
font-size: 20px;
padding-top: 40px;
padding-left: 0px;
margin-left: 10px; }
.season__legend{
left: 10px;
top: 40px;
min-width: 150px; }
.season__legend_clarification--red{
font-size: 10px; }
.season__legend_clarification--blue{
font-size: 10px; }
.season__legend_clarification--yellow{
font-size: 10px; }
.season__legend_clarification--orange{
font-size: 10px; }
.season__comment{
font-size: 12px;
margin-left: 10px;
margin-top: 45px;
line-height: 1.5;
max-width: 70%; }
.feedback{
height: 100%;
overflow: hidden; }
.feedback_autoplay{
margin-left: 10px;
margin-right: 10px;
box-sizing: border-box; }
.feedback__title{
font-size: 30px;
margin-left: 10px; }
.feedback__review{
margin-left: 10px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__author_photo{
max-height: 80px;
max-width: 85px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__bubble{
padding: 20px 10px 20px 10px;
width: 500px;
height: 100%;
margin-left: 20px;
max-width: 40%; }
.feedback__bubble:before{
border-top: 15px solid white;
border-left: 25px solid transparent;
left: -30px;
top: -20px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback .slick-dots{
display: inline-block;
margin-bottom: 20px;
padding-bottom: 40px; }
.contacts{
font-size: 14px;
height: 100%; }
.contacts__title{
padding-top: 50px;
font-size: 30px; }
.contacts__container{
margin-right: 15px;
margin-bottom: 50px;
margin-top: 0px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.contacts__filial{
margin-top: 65px; }
.contacts__modal_bgc{
display: none; }
.contacts__modal_window{
display: none; }
.price{
height: 100%;
width: 100%; }
.price__title{
font-size: 30px;
padding-top: 35px;
padding-left: 10px; }
.price__categories ul{
padding-left: 10px;
font-size: 20px;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between; }
.price__list--active{
display: block;
width: 450px;
margin-top: 30px;
margin-left: 10px;
text-align: center;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
border-collapse: collapse; }
.price__list--active_mobile{
display: none; }
a.price__full_list--active{
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
margin-bottom: 50px;
margin-left: 10px;
color: #201c38; }
a.price__full_list--active_mobile{
display: none; }
.price__full_list--active_mobile{
display: none; }
footer{
display: block;
height: 55px;
background-color: #201b38;
color: white;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
width: 100%; } }
@media (min-width: 769px){
.main_nav__item a{
-ms-flex-direction: row;
flex-direction: row;
font-size: 16px;
text-decoration: none;
color: white;
z-index: 2; } }
@media (min-width: 1024px){
.main_nav{
display: -ms-flexbox;
display: flex;
background-color: rgba(28, 21, 49, 0.5);
height: 60px;
margin-top: 20px;
width: 91%;
margin-left: 55px;
-ms-flex-pack: justify;
justify-content: space-between; }
.main_nav__list{
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
top: -85px;
z-index: 3;
-ms-flex-pack: distribute;
justify-content: space-around; }
.main_screen{
background-size: cover;
background-position: bottom;
height: 650px; }
.main_screen__title{
margin-left: 55px;
margin-top: 240px;
font-size: 50px; }
.main_screen__subtitle{
position: relative;
top: -25px;
margin-left: 55px;
font-weight: 400;
font-size: 20px; }
a.main_screen__button--allphoto{
text-decoration: none;
color: white;
display: block;
width: 200px;
position: relative;
left: -80px;
margin-top: 230px;
webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.legend{
background-color: white;
display: block;
width: 100%;
-ms-flex-negative: 2;
flex-shrink: 2;
height: 545px;
margin-top: 20px; }
.legend__left_block{
width: 300px; }
.legend__right-block{
display: block;
float: left;
background-image: url("../img/legend_bgc1280.png");
background-size: cover;
width: 50%;
height: 545px;
margin-right: 55px;
flex-schrink: 1; }
.legend__title{
display: block;
font-weight: 300;
font-size: 30px;
margin-left: 60px;
margin-top: 40px;
color: black; }
.legend__text_block{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
margin-left: 60px;
height: 300px; }
.legend__text{
font-weight: 300;
font-size: 16px;
margin-left: 50px;
margin-top: 40px;
line-height: 2;
flex-schrink: 2;
height: 500px;
color: black;
max-width: 800px; }
.legend .slick-prev:before{
content: "";
position: relative;
background-image: url("../img/slider_right1280.png");
background-repeat: no-repeat;
display: inline-block;
width: 58px;
height: 58px; }
.legend .slick-next:before{
content: "";
position: relative;
background-image: url("../img/slider_left1280.png");
background-repeat: no-repeat;
display: inline-block;
width: 58px;
height: 58px;
left: 50px; }
.legend .slick-dots{
left: 20px;
margin-top: 100px;
margin-bottom: 15px;
display: inline-block; }
.fact{
height: 300px; }
.fact__green_line{
height: 1px;
width: 92%;
margin-top: 80px; }
.fact__stage_blocks{
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
margin-right: 55px;
margin-left: 55px; }
.fact__title{
font-weight: 300;
font-size: 30px;
padding-top: 65px;
padding-left: 55px; }
.fact__stage_number{
font-size: 45px;
position: relative;
left: -25px; }
.fact__text{
font-size: 16px;
max-width: 315px;
margin-left: 0px; }
.seasons{
background-color: white;
height: 530px; }
.seasons__map{
display: block;
background-image: url(../img/map.jpg);
flex-schrink: 1;
background-size: cover;
height: 530px;
margin-left: 10px;
width: 50%;
margin-left: 55px; }
.season__description{
min-width: 330px;
height: 330px;
min-width: 200px; }
.season__title{
font-weight: 300;
font-size: 30px;
padding-top: 60px;
padding-left: 0px;
margin-left: 35px; }
.season__legend{
left: 35px;
top: 60px;
max-width: 340px; }
.season__legend_clarification--red{
font-size: 16px; }
.season__legend_clarification--blue{
font-size: 16px; }
.season__legend_clarification--yellow{
font-size: 16px;
margin-right: 15px; }
.season__legend_clarification--orange{
font-size: 16px;
margin-right: 20px; }
.season__comment{
font-size: 16px;
margin-left: 35px;
margin-top: 80px;
width: 50%; }
.feedback{
height: 100%;
overflow: hidden; }
.feedback_autoplay{
margin-left: 55px;
margin-right: 55px;
box-sizing: border-box; }
.feedback__title{
padding-top: 75px;
margin-left: 55px;
margin-right: 55px;
font-size: 30px; }
.feedback__review{
margin-left: 55px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__author_photo{
height: 150px;
width: 170px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback__author_name{
font-size: 16px; }
.feedback__bubble{
width: 340px;
font-size: 16px;
padding: 30px 30px 30px 30px;
height: 100%;
margin-left: 70px; }
.feedback__bubble:before{
border-top: 30px solid white;
border-left: 45px solid transparent;
left: -75px;
top: -30px;
-ms-flex-negative: 2;
flex-shrink: 2; }
.feedback .slick-dots{
display: inline-block; }
.filial__open{
display: none; }
.contacts__title{
padding-top: 65px;
font-size: 30px;
margin-left: 55px; }
.contacts__container{
margin-left: 55px;
margin-right: 55px;
margin-bottom: 50px;
margin-top: 0px;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between; }
.contacts__filial{
margin-top: 80px; }
.price{
height: 535px;
width: 100%; }
.price__title{
font-size: 30px;
font-size: 36px;
padding-top: 90px;
padding-left: 55px; }
.price__categories ul{
font-size: 20px;
padding-left: 55px;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between; }
.price__list--active{
display: block;
width: 770px;
font-size: 16px;
text-align: center;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
border-collapse: collapse;
margin-top: 20px;
margin-left: 55px; }
.price__list--active_mobile{
display: none; }
a.price__full_list--active{
display: block;
margin-top: 30px;
font-size: 10px;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
margin-left: 55px;
margin-bottom: 80px;
color: #201c38; }
a.price__full_list--active_mobile{
display: none; }
.price__full_list--active_mobile{
display: none; }
footer{
display: block;
height: 55px;
background-color: #201b38;
color: white;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
width: 100%; } }
@media (min-width: 1025px){
.main_screen__sidebar{
background-color: rgba(28, 21, 49, 0.5);
display: block;
height: 650px;
width: 40px;
-ms-flex-negative: 2;
flex-shrink: 2;
position: absolute;
right: 0; } }
@media (min-width: 1200px){
.contacts{
height: 500px;
font-size: 16px; } }
@media (max-width: 768px){
.close{
display: none; }
.open{
display: -ms-flexbox;
display: flex; }
.main_nav__item{
margin-top: 20px; }
.main_nav__item:first-child{
margin-top: 105px;
-ms-flex-pack: justify;
justify-content: space-between; }
.main_nav__item a{
-ms-flex-direction: column;
flex-direction: column;
z-index: 2;
text-decoration: none;
color: white;
font-size: 14px; }
.legend{
background-image: url(../img/legend_bgc320.png);
display: block;
width: 100%;
-ms-flex-negative: 2;
flex-shrink: 2;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%; }
.filial_close{
display: none; }
.filial__open{
display: block;
color: black;
padding-left: 80px;
z-index: 1; }
.contacts__container--bgc{
display: none; }
.contacts_filial_info{
display: none; } }
/*# sourceMappingURL=style.css.map */
| 0.628977 | 0.122681 |
body {
font-family: Arial, Helvetica, sans-serif;
min-width: 100%;
background: #051622;
color: white;
/* color: #4B2633 */
}
::-webkit-scrollbar {
width: 0; /* Remove scrollbar space */
background: transparent; /* Optional: just make scrollbar invisible */
}
html {
scroll-behavior: smooth;
}
.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.left {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
/* RatingsReviews.jsx */
.ratingsReviewsAll {
display: flex;
justify-content: space-between;
width: 80%;
margin: 0 10%;
margin-top: 50px;
margin-bottom: 100px;
}
.aggregateReviewInfo,
.reviewScroll {
height: 530px;
margin-right: 25px;
}
.ratingBarsContainer,
.reviewScroll {
background: linear-gradient(45deg, rgba(40,62,110,1) 0%, rgba(16,56,110,1) 14%, rgba(17,75,130,1) 49%, rgba(16,56,110,1) 91%, rgba(40,62,110,1) 100%);
border-radius: 15px;
}
.ratingBars {
width: 580px;
}
.aggregateRating {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 7px;
margin-bottom: 20px;
}
.reviewScroll,
.ratingBars {
box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
padding: 25px;
border: 2px solid #DEB992;
border-radius: 15px;
overflow-y: scroll;
}
.ratingBars {
height: 540px;
}
.ratingsReviewsHeader {
display: flex;
justify-content: flex-start;
}
.percentRecommended,
.sortBy,
.characteristics {
margin-top: 40px;
}
.averageRating {
font-weight: bold;
}
.reviewList {
margin-top: 100px;
}
.sortByDropdown,
.sortDirectionDropdown {
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
text-decoration: underline;
border: none;
}
.reviewButton {
font-size: medium;
font-weight: bold;
background-color: #DEB992;
border-radius: 15px;
width: 200px;
height: 60px;
margin-top: 15px;
}
.resetFiltersButton,
.submitReviewButton {
font-size: medium;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
border: 2px solid black;
border-radius: 15px;
background-color: #DEB992;
width: 200px;
height: 40px;
margin-bottom: 10px;
}
/* RatingsReviewsTile.jsx */
.ratingsReviewsTile {
font-weight: normal;
width: 670px;
margin-bottom: 40px;
}
.rating{
display: flex;
justify-self: flex-start;
}
.reviewerInfo {
display: flex;
justify-content: space-between;
color: #DEB992;
}
.tileButtons {
color: #DEB992;
}
.reviewSummary {
font-weight: bold;
color: white;
margin-top: 7px;
margin-bottom: 7px;
}
.reviewBody {
margin-top: 7px;
margin-bottom: 7px;
}
.showEntireReviewButton,
.markReviewHelpfulButton,
.reportReviewButton {
font-size: medium;
background: none;
color: #DEB992;
text-decoration: underline;
border: none;
cursor: pointer
}
/* RatingsDistribution.jsx */
.aggregateRating,
.percentRecommended,
.ratingDistribution,
.characteristics {
margin-top: 10px;
margin-bottom: 10px;
}
.percentRecommendedBarContainer,
.ratingBarContainer {
display: flex;
align-items: center;
}
.stars {
align-self: center;
}
progress {
height: 32px;
width: 260px;
margin-left: 10px;
margin-right: 25px;
}
.ratingBar,
.ratingBarWithColor {
cursor: pointer;
}
/* ReviewForm.jsx */
.reviewFormContainer {
display: flex;
justify-content: center;
overflow: scroll;
width: 100%;
}
.characteristicsContainer {
display: flex;
margin-top: 7px;
gap: 60px;
}
.submitReviewButton {
height: 55px;
}
input[type="radio"] {
opacity: 0;
position: fixed;
transform: scale(2);
}
#radioButton {
cursor: pointer;
display: inline-block;
background-color: white;
padding: 2.5px 6px;
font-family: sans-serif, Arial;
font-size: 14px;
border: 1px solid rgb(80, 80, 80);
border-radius: 20px;
margin: 2px;
}
input[type="radio"]:checked + #radioButton {
background-color:#DEB992;
border-color: #DEB992;
}
input[type="radio"]:hover + #radioButton {
cursor: pointer;
background-color: #DEB992;
border-color: #DEB992;
}
/* .reviewCategory, */
.reviewFormOverallRating,
.reviewFormRecommendation {
display: flex;
justify-content: space-between;
}
.reviewCategory {
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: nowrap;
}
/* [Characteristic]Distribution.jsx */
.sizeBarContainer,
.widthBarContainer,
.comfortBarContainer,
.qualityBarContainer,
.lengthBarContainer,
.fitBarContainer,
.percentRecommended {
display: flex;
align-items: center;
}
.likedIcon, .ratingCount, .characteristic {
width: 130px;
}
.ratingCountClicked {
font-weight: bold;
color: #DEB992;
}
/* Stars */
.starRating {
color: black;
}
.product-list {
display: block;
width: 90%;
height: 750px;
margin-left: 10%;
}
.heading-list {
font-size: 1.3rem;
color: #575757;
}
.button-back, .button-next{
border-radius:50%;
font-size: 5rem;
display: inline-flex
};
.product-card{
width:150px;
height: 300px;
display:flex;
flex-direction:column;
justify-content:inherit;
background-color: #fcfcfc;
}
.product-image {
width: 100%;
height: 18rem;
}
.product-name, .product-category, .product-price{
text-align:left;
margin-left:0.5rem;
}
.product-rating{
margin-left: 0.3rem;
}
.product-category{
font-size:1.35rem;
}
.product-name {
font-weight: bold;
font-size:1.5rem;
}
.add-card{
display:flex;
justify-content: center;
align-items: center;
}
.plus-card-caption{
font-size:2.5rem;
}
.mymodal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #ccc;
background: #fff;
overflow: auto;
border-radius: 2rem;
outline: none;
}
.myoverlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.75);
z-index: 2;
}
.ReactModal__Overlay {
opacity: 0;
transition: opacity 500ms ease-in-out;
}
.ReactModal__Overlay--after-open {
opacity: 1;
}
.ReactModal__Overlay--before-close {
opacity: 0;
}
.scroll-table{
height: 40rem;
overflow: scroll;
}
.table-header{
padding-bottom: 0.3rem;
}
/* .app {
transform: scale(0.95);
} */
|
client/dist/style.css
|
body {
font-family: Arial, Helvetica, sans-serif;
min-width: 100%;
background: #051622;
color: white;
/* color: #4B2633 */
}
::-webkit-scrollbar {
width: 0; /* Remove scrollbar space */
background: transparent; /* Optional: just make scrollbar invisible */
}
html {
scroll-behavior: smooth;
}
.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.left {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
/* RatingsReviews.jsx */
.ratingsReviewsAll {
display: flex;
justify-content: space-between;
width: 80%;
margin: 0 10%;
margin-top: 50px;
margin-bottom: 100px;
}
.aggregateReviewInfo,
.reviewScroll {
height: 530px;
margin-right: 25px;
}
.ratingBarsContainer,
.reviewScroll {
background: linear-gradient(45deg, rgba(40,62,110,1) 0%, rgba(16,56,110,1) 14%, rgba(17,75,130,1) 49%, rgba(16,56,110,1) 91%, rgba(40,62,110,1) 100%);
border-radius: 15px;
}
.ratingBars {
width: 580px;
}
.aggregateRating {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 7px;
margin-bottom: 20px;
}
.reviewScroll,
.ratingBars {
box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
padding: 25px;
border: 2px solid #DEB992;
border-radius: 15px;
overflow-y: scroll;
}
.ratingBars {
height: 540px;
}
.ratingsReviewsHeader {
display: flex;
justify-content: flex-start;
}
.percentRecommended,
.sortBy,
.characteristics {
margin-top: 40px;
}
.averageRating {
font-weight: bold;
}
.reviewList {
margin-top: 100px;
}
.sortByDropdown,
.sortDirectionDropdown {
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
text-decoration: underline;
border: none;
}
.reviewButton {
font-size: medium;
font-weight: bold;
background-color: #DEB992;
border-radius: 15px;
width: 200px;
height: 60px;
margin-top: 15px;
}
.resetFiltersButton,
.submitReviewButton {
font-size: medium;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
border: 2px solid black;
border-radius: 15px;
background-color: #DEB992;
width: 200px;
height: 40px;
margin-bottom: 10px;
}
/* RatingsReviewsTile.jsx */
.ratingsReviewsTile {
font-weight: normal;
width: 670px;
margin-bottom: 40px;
}
.rating{
display: flex;
justify-self: flex-start;
}
.reviewerInfo {
display: flex;
justify-content: space-between;
color: #DEB992;
}
.tileButtons {
color: #DEB992;
}
.reviewSummary {
font-weight: bold;
color: white;
margin-top: 7px;
margin-bottom: 7px;
}
.reviewBody {
margin-top: 7px;
margin-bottom: 7px;
}
.showEntireReviewButton,
.markReviewHelpfulButton,
.reportReviewButton {
font-size: medium;
background: none;
color: #DEB992;
text-decoration: underline;
border: none;
cursor: pointer
}
/* RatingsDistribution.jsx */
.aggregateRating,
.percentRecommended,
.ratingDistribution,
.characteristics {
margin-top: 10px;
margin-bottom: 10px;
}
.percentRecommendedBarContainer,
.ratingBarContainer {
display: flex;
align-items: center;
}
.stars {
align-self: center;
}
progress {
height: 32px;
width: 260px;
margin-left: 10px;
margin-right: 25px;
}
.ratingBar,
.ratingBarWithColor {
cursor: pointer;
}
/* ReviewForm.jsx */
.reviewFormContainer {
display: flex;
justify-content: center;
overflow: scroll;
width: 100%;
}
.characteristicsContainer {
display: flex;
margin-top: 7px;
gap: 60px;
}
.submitReviewButton {
height: 55px;
}
input[type="radio"] {
opacity: 0;
position: fixed;
transform: scale(2);
}
#radioButton {
cursor: pointer;
display: inline-block;
background-color: white;
padding: 2.5px 6px;
font-family: sans-serif, Arial;
font-size: 14px;
border: 1px solid rgb(80, 80, 80);
border-radius: 20px;
margin: 2px;
}
input[type="radio"]:checked + #radioButton {
background-color:#DEB992;
border-color: #DEB992;
}
input[type="radio"]:hover + #radioButton {
cursor: pointer;
background-color: #DEB992;
border-color: #DEB992;
}
/* .reviewCategory, */
.reviewFormOverallRating,
.reviewFormRecommendation {
display: flex;
justify-content: space-between;
}
.reviewCategory {
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: nowrap;
}
/* [Characteristic]Distribution.jsx */
.sizeBarContainer,
.widthBarContainer,
.comfortBarContainer,
.qualityBarContainer,
.lengthBarContainer,
.fitBarContainer,
.percentRecommended {
display: flex;
align-items: center;
}
.likedIcon, .ratingCount, .characteristic {
width: 130px;
}
.ratingCountClicked {
font-weight: bold;
color: #DEB992;
}
/* Stars */
.starRating {
color: black;
}
.product-list {
display: block;
width: 90%;
height: 750px;
margin-left: 10%;
}
.heading-list {
font-size: 1.3rem;
color: #575757;
}
.button-back, .button-next{
border-radius:50%;
font-size: 5rem;
display: inline-flex
};
.product-card{
width:150px;
height: 300px;
display:flex;
flex-direction:column;
justify-content:inherit;
background-color: #fcfcfc;
}
.product-image {
width: 100%;
height: 18rem;
}
.product-name, .product-category, .product-price{
text-align:left;
margin-left:0.5rem;
}
.product-rating{
margin-left: 0.3rem;
}
.product-category{
font-size:1.35rem;
}
.product-name {
font-weight: bold;
font-size:1.5rem;
}
.add-card{
display:flex;
justify-content: center;
align-items: center;
}
.plus-card-caption{
font-size:2.5rem;
}
.mymodal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #ccc;
background: #fff;
overflow: auto;
border-radius: 2rem;
outline: none;
}
.myoverlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.75);
z-index: 2;
}
.ReactModal__Overlay {
opacity: 0;
transition: opacity 500ms ease-in-out;
}
.ReactModal__Overlay--after-open {
opacity: 1;
}
.ReactModal__Overlay--before-close {
opacity: 0;
}
.scroll-table{
height: 40rem;
overflow: scroll;
}
.table-header{
padding-bottom: 0.3rem;
}
/* .app {
transform: scale(0.95);
} */
| 0.534612 | 0.060641 |
body {background: #e9ecef;}
#screen {
width: 100%;
height: 100%;
background-color: black;
position: absolute;
left: 0;
opacity: 0.5;
z-index: 150;
display: none;
}
/* Calendar Style */
.calendarWrapper {
margin-top: 35px;
}
.Calendar tbody tr td, .Calendar thead tr th {
width: 60px;
height: 45px;
}
.Calendar {
margin: 10px;
width: 45%;
background-color: white;
box-shadow: 1.3px 1.3px 3px #adb5bd;
z-index: 100;
}
.selector {
font-size: 1.5em;
cursor: pointer;
transition: .3s all
}
.selector:hover {
background-color: #d24999;
color: white;
}
.directive span a {
text-decoration: none;
color: black;
}
#TodayDate {
font-weight: bold;
font-size: 2.5rem;
text-align: center;
padding: 15px;
line-height: 5px;
}
.week th {text-align: center; font-size: 15px;}
.Sun {color: deeppink; text-align: center;}
.Mon, .Tue, .Wed, .Tur, .Fri {text-align: center;}
.Sat {color: deepskyblue; text-align: center;}
/* PlanArea Style */
.planArea {
margin: 10px;
margin-top: 30px;
width: 45%;
height: 200px;
background-color: white;
box-shadow: 1.3px 1.3px 3px #adb5bd;
overflow-y: scroll;
z-index: 100;
}
.planModule {
width: 100%;
position: relative;
height: 50px;
border-bottom: 1px solid #adb5bd;
}
.planModule div {
margin-left: 10px;
margin-top: 5px;
width: 60%;
float: left;
position: absolute;
}
.planModule button {
height: 50px;
width: 20%;
float: right;
background-color: white;
border: 0;
border-left: 1px solid #adb5bd;
border-bottom: 1px solid #adb5bd;
transition: .3s all;
outline: none;
font-weight: bold;
bottom: 0;
}
.planModule button:hover {
background-color: #d24999;
color: white;
border-left: 1px solid #d24999;
}
.upperBar {
text-align: center;
padding: 10px;
font-size: 1.5rem;
background-color: #d24999;
color: white;
}
/* Form Style */
.calendarForm {
float: right;
width: 45%;
height: 600px;
margin-top: 35px;
background-color: white;
box-shadow: 1.3px 1.3px 3px #adb5bd;
z-index: 100;
}
.formInside {
margin: 20px;
}
.formInside p {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.formInside p:nth-child(2) {
width: 45%;
}
.secondP {
float: right;
color: red;
width: 130px;
}
.formInside input, .formInside textarea, .formInside select {
border-radius: 5px;
border: 1.5px solid #868e96;
font-size: 15px;
width: 100%;
outline: none;
transition: .5s all;
background: white;
}
.formInside input, .formInside select {
height: 40px;
text-indent: 10px;
}
.formInside input:focus, .formInside textarea:focus, .formInside select:focus {
border: 1.5px solid #d24999;
}
.formButton {
width: 45%;
height: 40px;
color: black;
font-size: 2rem;
border-radius: 5px;
border: 1.5px solid #868e96;
background-color: white;
outline: none;
transition: .3s all
}
.formButton:hover {
border: 1.5px solid #d24999;
background-color: #d24999;
color: white;
}
.formButton:nth-child(2) {
float: right;
width: 45%;
font-size: 2rem;
text-indent: 0;
}
/* Popup Style */
#popup {
top: 20%;
left: 10%;
width: 80%;
height: 400px;
background-color: white;
z-index: 200;
position: absolute;
display: none;
border-radius: 10px;
box-shadow: 5px 5px 5px #495057;
}
.information {
font-size: 2rem;
font-weight: bold;
}
.popupInside {
margin: 30px;
}
.popupInside p {
font-size: 1.5rem;
}
.popupInside pre {
background-color: white;
overflow-y: scroll;
border: 0;
height: 80px;
margin: 0;
font-family: "HelveticaNeue";
}
.button {
width: 50%;
height: 50px;
background-color: #ff6b6b;
border-radius: 0px 0px 10px 0px;
bottom: 0;
right: 0;
display: inline;
position: absolute;
text-align: center;
font-size: 1.8rem;
font-weight: bolder;
line-height: 50px;
color: white;
cursor: pointer;
}
.button:nth-child(2) {
border-radius: 0px 0px 0px 10px;
background-color: #a9e34b;
left: 0;
}
|
public/stylesheet.css
|
body {background: #e9ecef;}
#screen {
width: 100%;
height: 100%;
background-color: black;
position: absolute;
left: 0;
opacity: 0.5;
z-index: 150;
display: none;
}
/* Calendar Style */
.calendarWrapper {
margin-top: 35px;
}
.Calendar tbody tr td, .Calendar thead tr th {
width: 60px;
height: 45px;
}
.Calendar {
margin: 10px;
width: 45%;
background-color: white;
box-shadow: 1.3px 1.3px 3px #adb5bd;
z-index: 100;
}
.selector {
font-size: 1.5em;
cursor: pointer;
transition: .3s all
}
.selector:hover {
background-color: #d24999;
color: white;
}
.directive span a {
text-decoration: none;
color: black;
}
#TodayDate {
font-weight: bold;
font-size: 2.5rem;
text-align: center;
padding: 15px;
line-height: 5px;
}
.week th {text-align: center; font-size: 15px;}
.Sun {color: deeppink; text-align: center;}
.Mon, .Tue, .Wed, .Tur, .Fri {text-align: center;}
.Sat {color: deepskyblue; text-align: center;}
/* PlanArea Style */
.planArea {
margin: 10px;
margin-top: 30px;
width: 45%;
height: 200px;
background-color: white;
box-shadow: 1.3px 1.3px 3px #adb5bd;
overflow-y: scroll;
z-index: 100;
}
.planModule {
width: 100%;
position: relative;
height: 50px;
border-bottom: 1px solid #adb5bd;
}
.planModule div {
margin-left: 10px;
margin-top: 5px;
width: 60%;
float: left;
position: absolute;
}
.planModule button {
height: 50px;
width: 20%;
float: right;
background-color: white;
border: 0;
border-left: 1px solid #adb5bd;
border-bottom: 1px solid #adb5bd;
transition: .3s all;
outline: none;
font-weight: bold;
bottom: 0;
}
.planModule button:hover {
background-color: #d24999;
color: white;
border-left: 1px solid #d24999;
}
.upperBar {
text-align: center;
padding: 10px;
font-size: 1.5rem;
background-color: #d24999;
color: white;
}
/* Form Style */
.calendarForm {
float: right;
width: 45%;
height: 600px;
margin-top: 35px;
background-color: white;
box-shadow: 1.3px 1.3px 3px #adb5bd;
z-index: 100;
}
.formInside {
margin: 20px;
}
.formInside p {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.formInside p:nth-child(2) {
width: 45%;
}
.secondP {
float: right;
color: red;
width: 130px;
}
.formInside input, .formInside textarea, .formInside select {
border-radius: 5px;
border: 1.5px solid #868e96;
font-size: 15px;
width: 100%;
outline: none;
transition: .5s all;
background: white;
}
.formInside input, .formInside select {
height: 40px;
text-indent: 10px;
}
.formInside input:focus, .formInside textarea:focus, .formInside select:focus {
border: 1.5px solid #d24999;
}
.formButton {
width: 45%;
height: 40px;
color: black;
font-size: 2rem;
border-radius: 5px;
border: 1.5px solid #868e96;
background-color: white;
outline: none;
transition: .3s all
}
.formButton:hover {
border: 1.5px solid #d24999;
background-color: #d24999;
color: white;
}
.formButton:nth-child(2) {
float: right;
width: 45%;
font-size: 2rem;
text-indent: 0;
}
/* Popup Style */
#popup {
top: 20%;
left: 10%;
width: 80%;
height: 400px;
background-color: white;
z-index: 200;
position: absolute;
display: none;
border-radius: 10px;
box-shadow: 5px 5px 5px #495057;
}
.information {
font-size: 2rem;
font-weight: bold;
}
.popupInside {
margin: 30px;
}
.popupInside p {
font-size: 1.5rem;
}
.popupInside pre {
background-color: white;
overflow-y: scroll;
border: 0;
height: 80px;
margin: 0;
font-family: "HelveticaNeue";
}
.button {
width: 50%;
height: 50px;
background-color: #ff6b6b;
border-radius: 0px 0px 10px 0px;
bottom: 0;
right: 0;
display: inline;
position: absolute;
text-align: center;
font-size: 1.8rem;
font-weight: bolder;
line-height: 50px;
color: white;
cursor: pointer;
}
.button:nth-child(2) {
border-radius: 0px 0px 0px 10px;
background-color: #a9e34b;
left: 0;
}
| 0.460774 | 0.100702 |
* Batch jobs
* ========================================================================== */
fieldset#edit-batch-jobs .ui-progressbar {
position: relative;
}
fieldset#edit-batch-jobs .powertagging-progress-label {
position: absolute;
left: 50%;
top: 4px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
}
fieldset#edit-overwriting .fieldset-description {
margin-bottom: 10px;
}
/* =============================================================================
* Tags
* ========================================================================== */
.field-type-powertagging fieldset label {
color: #1196d1;
padding-bottom: 5px;
margin-bottom: 0px;
}
.powertagging-extracted-tags .powertagging-extracted-tags-area {
margin: 0px;
padding-bottom: 10px;
}
.powertagging-extracted-tags .powertagging-extraction-label {
font-weight: bold;
color: #666;
border-bottom: 1px solid #CCC;
margin: 10px 0 3px;
}
.field-type-powertagging fieldset ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.field-type-powertagging fieldset li {
list-style-type:none;
padding:0;
margin: 8px 5px 0 0;
display: inline-block;
}
.field-type-powertagging fieldset li div {
padding: 1px 10px;
border-radius: 5px;
font-size: 88%;
color: #5c5c5c;
}
.field-type-powertagging fieldset li .concept,
.concept .ui-slider-range,
.field-type-powertagging #powertagging-legend-item-colorbox-concept {
background: #c3e2f7;
}
.field-type-powertagging fieldset li .freeterm,
.freeterm .ui-slider-range,
.field-type-powertagging #powertagging-legend-item-colorbox-freeterm {
background: #fff199;
}
.field-type-powertagging fieldset li .concept.disabled,
.field-type-powertagging fieldset li .freeterm.disabled,
.field-type-powertagging #powertagging-legend-item-colorbox-disabled {
background: #cccccc;
}
.powertagging-extracted-tags li div.powertagging-tag.concept:hover,
.powertagging-extracted-tags li div.powertagging-tag.concept:focus {
cursor: pointer;
}
.powertagging-extracted-tags li div.powertagging-tag.freeterm:hover,
.powertagging-extracted-tags li div.powertagging-tag.freeterm:focus {
cursor: pointer;
}
.field-type-powertagging fieldset .powertagging-tag-result li .concept {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #c3e2f7;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging fieldset .powertagging-tag-result li .concept:hover,
.field-type-powertagging fieldset .powertagging-tag-result li .concept:focus {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #ccc;
cursor: pointer;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging fieldset .powertagging-tag-result li .freeterm {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #fff199;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging fieldset .powertagging-tag-result li .freeterm:hover,
.field-type-powertagging fieldset .powertagging-tag-result li .freeterm:focus {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #ccc;
cursor: pointer;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging .ui-autocomplete-loading {
background: url('../images/throbber.gif') no-repeat scroll right -18px transparent;
}
.field-type-powertagging .throbber {
padding-left: 20px;
}
.field-type-powertagging .powertagging-legend {
float: right;
}
.field-type-powertagging .powertagging-legend-item {
float: left;
margin-right: 10px;
}
.field-type-powertagging .powertagging-legend-item-colorbox {
margin-right: 5px;
width: 15px;
min-width: 15px;
height: 15px;
border: 1px solid #CCC;
display: inline-block;
border-radius: 5px;
}
.field-type-powertagging .form-type-textfield {
clear:both;
}
|
modules/powertagging/css/powertagging.admin.css
|
* Batch jobs
* ========================================================================== */
fieldset#edit-batch-jobs .ui-progressbar {
position: relative;
}
fieldset#edit-batch-jobs .powertagging-progress-label {
position: absolute;
left: 50%;
top: 4px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
}
fieldset#edit-overwriting .fieldset-description {
margin-bottom: 10px;
}
/* =============================================================================
* Tags
* ========================================================================== */
.field-type-powertagging fieldset label {
color: #1196d1;
padding-bottom: 5px;
margin-bottom: 0px;
}
.powertagging-extracted-tags .powertagging-extracted-tags-area {
margin: 0px;
padding-bottom: 10px;
}
.powertagging-extracted-tags .powertagging-extraction-label {
font-weight: bold;
color: #666;
border-bottom: 1px solid #CCC;
margin: 10px 0 3px;
}
.field-type-powertagging fieldset ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.field-type-powertagging fieldset li {
list-style-type:none;
padding:0;
margin: 8px 5px 0 0;
display: inline-block;
}
.field-type-powertagging fieldset li div {
padding: 1px 10px;
border-radius: 5px;
font-size: 88%;
color: #5c5c5c;
}
.field-type-powertagging fieldset li .concept,
.concept .ui-slider-range,
.field-type-powertagging #powertagging-legend-item-colorbox-concept {
background: #c3e2f7;
}
.field-type-powertagging fieldset li .freeterm,
.freeterm .ui-slider-range,
.field-type-powertagging #powertagging-legend-item-colorbox-freeterm {
background: #fff199;
}
.field-type-powertagging fieldset li .concept.disabled,
.field-type-powertagging fieldset li .freeterm.disabled,
.field-type-powertagging #powertagging-legend-item-colorbox-disabled {
background: #cccccc;
}
.powertagging-extracted-tags li div.powertagging-tag.concept:hover,
.powertagging-extracted-tags li div.powertagging-tag.concept:focus {
cursor: pointer;
}
.powertagging-extracted-tags li div.powertagging-tag.freeterm:hover,
.powertagging-extracted-tags li div.powertagging-tag.freeterm:focus {
cursor: pointer;
}
.field-type-powertagging fieldset .powertagging-tag-result li .concept {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #c3e2f7;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging fieldset .powertagging-tag-result li .concept:hover,
.field-type-powertagging fieldset .powertagging-tag-result li .concept:focus {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #ccc;
cursor: pointer;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging fieldset .powertagging-tag-result li .freeterm {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #fff199;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging fieldset .powertagging-tag-result li .freeterm:hover,
.field-type-powertagging fieldset .powertagging-tag-result li .freeterm:focus {
background: url("../images/tag_close.png") top 7px right 9px no-repeat #ccc;
cursor: pointer;
padding: 1px 23px 1px 10px;
}
.field-type-powertagging .ui-autocomplete-loading {
background: url('../images/throbber.gif') no-repeat scroll right -18px transparent;
}
.field-type-powertagging .throbber {
padding-left: 20px;
}
.field-type-powertagging .powertagging-legend {
float: right;
}
.field-type-powertagging .powertagging-legend-item {
float: left;
margin-right: 10px;
}
.field-type-powertagging .powertagging-legend-item-colorbox {
margin-right: 5px;
width: 15px;
min-width: 15px;
height: 15px;
border: 1px solid #CCC;
display: inline-block;
border-radius: 5px;
}
.field-type-powertagging .form-type-textfield {
clear:both;
}
| 0.371593 | 0.075551 |
body{
background-color: #020d18;
}
.profile-img{
text-align: center;
}
.emp-profile{
padding-top: 120px;
}
.profile-img img{
width: 50%;
height: 50%;
}
.profile-img .file {
position: relative;
overflow: hidden;
margin-top: -20%;
width: 70%;
border: none;
border-radius: 0;
font-size: 15px;
}
.profile-img .file input {
position: absolute;
opacity: 0;
right: 0;
top: 0;
}
.profile-head h5{
color: #ffffff;
}
.profile-edit-btn{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: #020d18;
cursor: pointer;
}
.profile-edit-btn:hover{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: black;
cursor: pointer;
}
.profile-head .nav-tabs{
margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
font-weight:600;
border: none;
}
.profile-head .nav-tabs .nav-link.active{
border: none;
border-bottom:2px solid #0062cc;
}
.profile-work{
padding: 14%;
margin-top: -15%;
}
.profile-work p{
font-size: 12px;
color: #818182;
font-weight: 600;
margin-top: 10%;
font-family: 'Dosis', sans-serif;
}
.profile-work a{
text-decoration: none;
color: #495057;
font-weight: 600;
font-size: 14px;
}
.profile-work ul{
list-style: none;
}
.profile-tab label{
font-weight: 600;
font-family: 'Dosis', sans-serif;
color: #ffffff;
}
.profile-tab p{
font-weight: 600;
color: #818182;
}
footer {
background-position: center;
background-size: cover;
}
footer .flex-parent-ft {
padding: 80px 0 60px 0;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 991px) {
footer .flex-parent-ft {
display: flex;
flex-direction: column;
max-width: 550px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
footer .flex-parent-ft .flex-child-ft {
width: 100%;
}
}
footer .flex-parent-ft .flex-child-ft img {
margin-bottom: 60px;
}
footer .flex-parent-ft .flex-child-ft p {
margin-bottom: 15px;
}
footer .flex-parent-ft .flex-child-ft p a {
color: #ffffff;
font-size: 18px;
}
footer .flex-parent-ft .flex-child-ft h4 {
font-family: 'Dosis', sans-serif;
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 30px;
}
footer .flex-parent-ft .flex-child-ft ul {
list-style: none;
margin-left: 0;
}
footer .flex-parent-ft .flex-child-ft ul li {
margin-bottom: 5px;
}
footer .flex-parent-ft .flex-child-ft ul li a {
font-family: 'Nunito', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: regular;
text-transform: none;
}
footer .flex-parent-ft .flex-child-ft ul li a:hover {
color: #dcf836;
}
footer .flex-parent-ft .flex-child-ft a.btn {
font-family: 'Dosis', sans-serif;
font-size: 14px;
color: #dd003f;
font-weight: bold;
text-transform: uppercase;
}
footer .flex-parent-ft .flex-child-ft form {
margin-bottom: 20px;
}
footer .flex-parent-ft .flex-child-ft form input {
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
background-color: #020d18;
border-color: #405266;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('../images/search-bg.png') no-repeat right 20px center;
}
footer .ft-copyright {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #405266;
padding-top: 20px;
padding-bottom: 10px;
background-color: #020d18;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
-webkit-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
}
@media (max-width: 1200px) {
footer .ft-copyright {
}
}
@media (max-width: 767px) {
footer .ft-copyright {
padding: 15px;
display: flex;
flex-direction: column;
align-items: inherit;
}
}
footer .ft-copyright .backtotop a:hover {
color: #dcf836;
}
footer.full-width-ft .ft-copyright {
border-top: none;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
}
@media (max-width: 767px) {
footer.full-width-ft .ft-copyright {
background: none;
}
}
.ft-copyright-landing {
text-align: center;
background-color: #e8e8e8;
padding: 23px;
}
.ft-copyright-landing p {
text-transform: uppercase;
margin-bottom: 0;
color: #8c9296;
font-family: 'Dosis', sans-serif;
font-weight: 700;
}
.container {
margin-right: auto;
margin-left: auto;
padding-containerleft: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
/* width: 750px; */
}
}
@media (min-width: 992px) {
.container {
/* width: 970px; */
}
}
@media (min-width: 1200px) {
.container {
/* width: 1170px; */
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.header{
background-color: #0f2133;
background-image: url("MODELO2.png") ;
}
@media (min-width: 992px)
header .navbar-default .flex-parent {
display: flex !important;
jutify-content: flex-start;
}
header .navbar-default .flex-parent {
width: 100%;
}
@media (min-width: 768px)
.navbar-collapse.collapse {
/* display: block; */
/* height: auto; */
/* padding-bottom: 0; */
/* overflow: visible; */
}
@media (min-width: 768px)
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
|
FrontEnd/web/css.css
|
body{
background-color: #020d18;
}
.profile-img{
text-align: center;
}
.emp-profile{
padding-top: 120px;
}
.profile-img img{
width: 50%;
height: 50%;
}
.profile-img .file {
position: relative;
overflow: hidden;
margin-top: -20%;
width: 70%;
border: none;
border-radius: 0;
font-size: 15px;
}
.profile-img .file input {
position: absolute;
opacity: 0;
right: 0;
top: 0;
}
.profile-head h5{
color: #ffffff;
}
.profile-edit-btn{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: #020d18;
cursor: pointer;
}
.profile-edit-btn:hover{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: black;
cursor: pointer;
}
.profile-head .nav-tabs{
margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
font-weight:600;
border: none;
}
.profile-head .nav-tabs .nav-link.active{
border: none;
border-bottom:2px solid #0062cc;
}
.profile-work{
padding: 14%;
margin-top: -15%;
}
.profile-work p{
font-size: 12px;
color: #818182;
font-weight: 600;
margin-top: 10%;
font-family: 'Dosis', sans-serif;
}
.profile-work a{
text-decoration: none;
color: #495057;
font-weight: 600;
font-size: 14px;
}
.profile-work ul{
list-style: none;
}
.profile-tab label{
font-weight: 600;
font-family: 'Dosis', sans-serif;
color: #ffffff;
}
.profile-tab p{
font-weight: 600;
color: #818182;
}
footer {
background-position: center;
background-size: cover;
}
footer .flex-parent-ft {
padding: 80px 0 60px 0;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 991px) {
footer .flex-parent-ft {
display: flex;
flex-direction: column;
max-width: 550px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
footer .flex-parent-ft .flex-child-ft {
width: 100%;
}
}
footer .flex-parent-ft .flex-child-ft img {
margin-bottom: 60px;
}
footer .flex-parent-ft .flex-child-ft p {
margin-bottom: 15px;
}
footer .flex-parent-ft .flex-child-ft p a {
color: #ffffff;
font-size: 18px;
}
footer .flex-parent-ft .flex-child-ft h4 {
font-family: 'Dosis', sans-serif;
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 30px;
}
footer .flex-parent-ft .flex-child-ft ul {
list-style: none;
margin-left: 0;
}
footer .flex-parent-ft .flex-child-ft ul li {
margin-bottom: 5px;
}
footer .flex-parent-ft .flex-child-ft ul li a {
font-family: 'Nunito', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: regular;
text-transform: none;
}
footer .flex-parent-ft .flex-child-ft ul li a:hover {
color: #dcf836;
}
footer .flex-parent-ft .flex-child-ft a.btn {
font-family: 'Dosis', sans-serif;
font-size: 14px;
color: #dd003f;
font-weight: bold;
text-transform: uppercase;
}
footer .flex-parent-ft .flex-child-ft form {
margin-bottom: 20px;
}
footer .flex-parent-ft .flex-child-ft form input {
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
background-color: #020d18;
border-color: #405266;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('../images/search-bg.png') no-repeat right 20px center;
}
footer .ft-copyright {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #405266;
padding-top: 20px;
padding-bottom: 10px;
background-color: #020d18;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
-webkit-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
}
@media (max-width: 1200px) {
footer .ft-copyright {
}
}
@media (max-width: 767px) {
footer .ft-copyright {
padding: 15px;
display: flex;
flex-direction: column;
align-items: inherit;
}
}
footer .ft-copyright .backtotop a:hover {
color: #dcf836;
}
footer.full-width-ft .ft-copyright {
border-top: none;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
}
@media (max-width: 767px) {
footer.full-width-ft .ft-copyright {
background: none;
}
}
.ft-copyright-landing {
text-align: center;
background-color: #e8e8e8;
padding: 23px;
}
.ft-copyright-landing p {
text-transform: uppercase;
margin-bottom: 0;
color: #8c9296;
font-family: 'Dosis', sans-serif;
font-weight: 700;
}
.container {
margin-right: auto;
margin-left: auto;
padding-containerleft: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
/* width: 750px; */
}
}
@media (min-width: 992px) {
.container {
/* width: 970px; */
}
}
@media (min-width: 1200px) {
.container {
/* width: 1170px; */
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.header{
background-color: #0f2133;
background-image: url("MODELO2.png") ;
}
@media (min-width: 992px)
header .navbar-default .flex-parent {
display: flex !important;
jutify-content: flex-start;
}
header .navbar-default .flex-parent {
width: 100%;
}
@media (min-width: 768px)
.navbar-collapse.collapse {
/* display: block; */
/* height: auto; */
/* padding-bottom: 0; */
/* overflow: visible; */
}
@media (min-width: 768px)
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
| 0.316898 | 0.058912 |
body {
background-color: #f2f4f8;
font-family: Verdana,sans-serif;
display: flex;
min-height: 100vh;
flex-direction: column;
}
main{
flex: 1 0 auto;
}
.back{
background: linear-gradient(45deg, #0288d1, #26c6da);
}
.pagination li.active {
background-color: #0994d3;
}
.marge_3{
margin-right: 3%;
margin-left: 3%;
}
.f_12{
font-size: 12px;
}
.m_left_5{
margin-left: 5%;
}
.h_50{
height: 50px;
}
.top_3{
margin-top: 3%;
}
/***************************caroussel start***********************************/
.carousel-slider{
height: 450px;
}
.carousel-slider > .carousel-item{
height: 100%;
width: 100%;
}
.carousel-slider > .carousel-item > .image-slide{
height: 100%;
width: 100%;
}
/***************************caroussel end***********************************/
/***************************breadcumbs start***********************************/
nav.breadcrumb-nav a.breadcrumb{ font-size:.9rem !important; }
nav.breadcrumb-nav a.breadcrumb:hover{ color: #fff;}
nav.breadcrumb-nav a.breadcrumb:before{ color:rgba(245,245,245,.5);}
nav.breadcrumb-nav a.breadcrumb:last-child { color:rgba(245,245,245,1)}
/***************************breadcumbs end***********************************/
/***************************header start***********************************/
.pad15{
padding: 15px!important;
}
.entete .social-media img{width: 60px !important;}
.entete img {
width: 80px !important;
margin: 5px 0;
float: right;
}
.entete .titre-site {
font-size: 2em;
margin-top: 15px;
font-family: Gambriola;
}
.text-gras {
font-weight: 800 !important;
}
.list-ligne {padding-left: 0; margin-left: -5px; list-style: none;}
.list-ligne > li {display: inline-block; padding-right: 5px; padding-left: 5px; }
.menu-right {
height: 38px;
}
.menu-right a {
line-height: 38px;
margin-left: 15px;
}
.entete .social-media img{ margin: 1px 0}
.entete .social-media img{width: 30px !important;}
/***************************header end***********************************/
/***************************search start******************************/
.app-search {
position: relative;
}
.mr-2 {
margin-right: 2% !important;
}
.app-search .search-icon {
position: absolute;
top: 15px;
left: 15px;
color: #bdbdbd;
}
.app-search .app-filter {
max-width: -webkit-calc(100% - 3rem) !important;
max-width: -moz-calc(100% - 3rem) !important;
max-width: calc(100% - 3rem) !important;
margin-bottom: .5rem !important;
padding: .2rem !important;
padding-left: 2.75rem !important;
border: none !important;
border-radius: .4rem !important;
background-color: #fff !important;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
}
/***************************search end ******************************/
.collection .collection-item.active {
background: linear-gradient(45deg, #0288d1, #26c6da)!important;
color: white!important;
}
span.badge.new {
background-color: #0994d3!important;
}
.collection .collection-item.active i {
color: white!important;
}
.truncate{
overflow: hidden;
text-overflow: ellipsis;
}
.w_100{
width: 100%!important
}
.icon_style{
position: absolute!important;
right: 10px!important;
top: 10px!important;
font-size: 20px!important;
color: white!important;
cursor: pointer!important;
}
.single_img{
height: 50px;
width: 50px;
}
.orange_txt{
color: orange!important;
}
.marge{
margin-right: 10%;
margin-left: 10%;
}
.marge-min{
margin-right: 5%;
}
.header-back{
position: relative;
display: block;
width: 100%;
height: 370px;
background: url(../img/back2.png) no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
#v-card-holder {
overflow: visible;
width: 100%;
height: auto;
margin-top: -194px;
}
.section {
position: relative;
padding-top: 15px;
padding-bottom: 30px;
}
/*effet mouvant au passage de la souris*/
.transform:hover{
transform:scale(1.1);
}
/***************************menu******************************/
@media screen and (max-width: 425px) {
.entete .row{margin-bottom: 0!important;}
.entete img{width:100% !important; margin:20px 0;}
.entete .titre-site{font-size: 1.5em; margin-top: 10px }
.entete .diabou{margin-bottom: 10px !important }
h4{font-size: 1.5em; font-weight: 600 }
/***************************menu******************************/
@media screen and (max-width:767px){
.marge{
margin-right: 3%;
margin-left: 3%;
}
.article-title{
font-size: 22px;
}
.carousel-slider{
height: 250px!important;
}
.carousel-item{
height: auto!important;
width: 100%;
}
.image-slide{
height: auto!important;
width: 100%!important;
}
}
|
public/assets/css/main.css
|
body {
background-color: #f2f4f8;
font-family: Verdana,sans-serif;
display: flex;
min-height: 100vh;
flex-direction: column;
}
main{
flex: 1 0 auto;
}
.back{
background: linear-gradient(45deg, #0288d1, #26c6da);
}
.pagination li.active {
background-color: #0994d3;
}
.marge_3{
margin-right: 3%;
margin-left: 3%;
}
.f_12{
font-size: 12px;
}
.m_left_5{
margin-left: 5%;
}
.h_50{
height: 50px;
}
.top_3{
margin-top: 3%;
}
/***************************caroussel start***********************************/
.carousel-slider{
height: 450px;
}
.carousel-slider > .carousel-item{
height: 100%;
width: 100%;
}
.carousel-slider > .carousel-item > .image-slide{
height: 100%;
width: 100%;
}
/***************************caroussel end***********************************/
/***************************breadcumbs start***********************************/
nav.breadcrumb-nav a.breadcrumb{ font-size:.9rem !important; }
nav.breadcrumb-nav a.breadcrumb:hover{ color: #fff;}
nav.breadcrumb-nav a.breadcrumb:before{ color:rgba(245,245,245,.5);}
nav.breadcrumb-nav a.breadcrumb:last-child { color:rgba(245,245,245,1)}
/***************************breadcumbs end***********************************/
/***************************header start***********************************/
.pad15{
padding: 15px!important;
}
.entete .social-media img{width: 60px !important;}
.entete img {
width: 80px !important;
margin: 5px 0;
float: right;
}
.entete .titre-site {
font-size: 2em;
margin-top: 15px;
font-family: Gambriola;
}
.text-gras {
font-weight: 800 !important;
}
.list-ligne {padding-left: 0; margin-left: -5px; list-style: none;}
.list-ligne > li {display: inline-block; padding-right: 5px; padding-left: 5px; }
.menu-right {
height: 38px;
}
.menu-right a {
line-height: 38px;
margin-left: 15px;
}
.entete .social-media img{ margin: 1px 0}
.entete .social-media img{width: 30px !important;}
/***************************header end***********************************/
/***************************search start******************************/
.app-search {
position: relative;
}
.mr-2 {
margin-right: 2% !important;
}
.app-search .search-icon {
position: absolute;
top: 15px;
left: 15px;
color: #bdbdbd;
}
.app-search .app-filter {
max-width: -webkit-calc(100% - 3rem) !important;
max-width: -moz-calc(100% - 3rem) !important;
max-width: calc(100% - 3rem) !important;
margin-bottom: .5rem !important;
padding: .2rem !important;
padding-left: 2.75rem !important;
border: none !important;
border-radius: .4rem !important;
background-color: #fff !important;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
}
/***************************search end ******************************/
.collection .collection-item.active {
background: linear-gradient(45deg, #0288d1, #26c6da)!important;
color: white!important;
}
span.badge.new {
background-color: #0994d3!important;
}
.collection .collection-item.active i {
color: white!important;
}
.truncate{
overflow: hidden;
text-overflow: ellipsis;
}
.w_100{
width: 100%!important
}
.icon_style{
position: absolute!important;
right: 10px!important;
top: 10px!important;
font-size: 20px!important;
color: white!important;
cursor: pointer!important;
}
.single_img{
height: 50px;
width: 50px;
}
.orange_txt{
color: orange!important;
}
.marge{
margin-right: 10%;
margin-left: 10%;
}
.marge-min{
margin-right: 5%;
}
.header-back{
position: relative;
display: block;
width: 100%;
height: 370px;
background: url(../img/back2.png) no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
#v-card-holder {
overflow: visible;
width: 100%;
height: auto;
margin-top: -194px;
}
.section {
position: relative;
padding-top: 15px;
padding-bottom: 30px;
}
/*effet mouvant au passage de la souris*/
.transform:hover{
transform:scale(1.1);
}
/***************************menu******************************/
@media screen and (max-width: 425px) {
.entete .row{margin-bottom: 0!important;}
.entete img{width:100% !important; margin:20px 0;}
.entete .titre-site{font-size: 1.5em; margin-top: 10px }
.entete .diabou{margin-bottom: 10px !important }
h4{font-size: 1.5em; font-weight: 600 }
/***************************menu******************************/
@media screen and (max-width:767px){
.marge{
margin-right: 3%;
margin-left: 3%;
}
.article-title{
font-size: 22px;
}
.carousel-slider{
height: 250px!important;
}
.carousel-item{
height: auto!important;
width: 100%;
}
.image-slide{
height: auto!important;
width: 100%!important;
}
}
| 0.477067 | 0.099865 |
:root {
--blue-gradient: linear-gradient(90deg, rgba(0,84,197,1) 0%, rgba(110,156,222,1) 50%, rgba(0,84,197,1) 100%);
--blue-gradient-base: rgb(0,84,197);
--instagram-gradient: linear-gradient(90deg, rgba(240,0,15,1) 0%, rgba(196,0,146,1) 100%);
--red-gradient: linear-gradient(90deg, rgba(230,40,49,1) 0%, rgba(236,94,101,1) 50%, rgba(230,40,49,1) 100%);
--red-gradient-base: rgb(230,40,49);
--sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blue { color: #0d65fc; }
.darker-blue { color: #0245b8; }
.green { color: #03f724; }
.yellow { color: #f7ef03; }
.red { color: #de2003; }
/* brands */
a.brand { color: #0a0a0a; }
a.brand__facebook:is(:focus, :hover) { color: #4267b2; }
a.brand__instagram:is(:focus, :hover) { color: #f0000f; padding: 8px 9px; }
a.brand__twitter:is(:focus, :hover) { color: #1da1f2; }
a.brand__youtube:is(:focus, :hover) { color: #f00; }
a.brand__linkedin:is(:focus, :hover) { color: #0077b5; }
/* end brands */
/* lined headings */
.lined {
align-items: center;
display: flex;
gap: 24px;
justify-content: space-between;
text-align: center;
}
.lined::before, .lined::after {
background: #c61b21;
content: '';
height: 2px;
flex: 0 1 calc((100% / 3));
margin: 0;
top: unset;
width: unset;
}
/* .lined::after { margin-left: 20px; } */
/* .lined::before { margin-right: 20px; } */
/* rotated text block */
.vertical-text {
transform: rotate(-180deg);
writing-mode: vertical-lr;
}
/* random table styles */
thead, tbody, tfoot { background-color: #fefefe; border: 1px solid #0a0a0a; }
tbody tr { border-bottom: 1px solid #0a0a0a; }
tbody tr:nth-child(even), tbody tr:nth-child(odd):first-child { background-color: inherit; border-bottom: inherit; }
td[rowspan], th[rowspan] { border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; }
.striped thead, .striped tbody, .striped tfoot { background-color: #fefefe; border: 1px solid #f1f1f1; }
.striped tbody tr:nth-child(even) { background-color: #f1f1f1; border-bottom: 0; }
/* .infoblocks { } */
.article-gallery.grid-container, .infoblocks.grid-container { padding-left: 0; padding-right: 0; }
.article-gallery .grid-x, .infoblocks .grid-x { align-items: center; /* background: #fefefe; */ }
.infoblock__text.cell { padding: 32px 40px; /* padding-left: 40px; padding-right: 40px; */ }
.infoblock__image.cell { align-self: stretch; padding-left: 0; padding-right: 0; }
.article-gallery .cell img, .infoblock__image img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.infoblocks h2, .infoblocks h3, .infoblocks p { margin: 0 0 8px; }
.infoblocks h2 { font-family: var(--sans-serif); font-size: 17px; font-weight: normal; line-height: normal; text-transform: uppercase; }
.infoblocks h3 { font-family: var(--sans-serif); font-size: 15px; font-weight: bold; line-height: normal; }
.article-gallery .grid-x { align-items: stretch; padding: 20px 0 0; }
.article-gallery .cell { margin-bottom: 20px; padding: 0 10px 0; }
@media screen and (max-width: 39.938em) {
.article-gallery .cell:nth-child(2n) { padding-right: 0; }
.article-gallery .cell:is(:first-child, :nth-child(n+2)) { padding-left: 0; }
}
@media screen and (min-width: 40em) {
.article-gallery .cell:nth-child(3n) { padding-right: 0; }
.article-gallery .cell:is(:first-child, :nth-child(3n+1)) { padding-left: 0; }
}
|
snippets-and-scripts/css/rgb-colors.css
|
:root {
--blue-gradient: linear-gradient(90deg, rgba(0,84,197,1) 0%, rgba(110,156,222,1) 50%, rgba(0,84,197,1) 100%);
--blue-gradient-base: rgb(0,84,197);
--instagram-gradient: linear-gradient(90deg, rgba(240,0,15,1) 0%, rgba(196,0,146,1) 100%);
--red-gradient: linear-gradient(90deg, rgba(230,40,49,1) 0%, rgba(236,94,101,1) 50%, rgba(230,40,49,1) 100%);
--red-gradient-base: rgb(230,40,49);
--sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blue { color: #0d65fc; }
.darker-blue { color: #0245b8; }
.green { color: #03f724; }
.yellow { color: #f7ef03; }
.red { color: #de2003; }
/* brands */
a.brand { color: #0a0a0a; }
a.brand__facebook:is(:focus, :hover) { color: #4267b2; }
a.brand__instagram:is(:focus, :hover) { color: #f0000f; padding: 8px 9px; }
a.brand__twitter:is(:focus, :hover) { color: #1da1f2; }
a.brand__youtube:is(:focus, :hover) { color: #f00; }
a.brand__linkedin:is(:focus, :hover) { color: #0077b5; }
/* end brands */
/* lined headings */
.lined {
align-items: center;
display: flex;
gap: 24px;
justify-content: space-between;
text-align: center;
}
.lined::before, .lined::after {
background: #c61b21;
content: '';
height: 2px;
flex: 0 1 calc((100% / 3));
margin: 0;
top: unset;
width: unset;
}
/* .lined::after { margin-left: 20px; } */
/* .lined::before { margin-right: 20px; } */
/* rotated text block */
.vertical-text {
transform: rotate(-180deg);
writing-mode: vertical-lr;
}
/* random table styles */
thead, tbody, tfoot { background-color: #fefefe; border: 1px solid #0a0a0a; }
tbody tr { border-bottom: 1px solid #0a0a0a; }
tbody tr:nth-child(even), tbody tr:nth-child(odd):first-child { background-color: inherit; border-bottom: inherit; }
td[rowspan], th[rowspan] { border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; }
.striped thead, .striped tbody, .striped tfoot { background-color: #fefefe; border: 1px solid #f1f1f1; }
.striped tbody tr:nth-child(even) { background-color: #f1f1f1; border-bottom: 0; }
/* .infoblocks { } */
.article-gallery.grid-container, .infoblocks.grid-container { padding-left: 0; padding-right: 0; }
.article-gallery .grid-x, .infoblocks .grid-x { align-items: center; /* background: #fefefe; */ }
.infoblock__text.cell { padding: 32px 40px; /* padding-left: 40px; padding-right: 40px; */ }
.infoblock__image.cell { align-self: stretch; padding-left: 0; padding-right: 0; }
.article-gallery .cell img, .infoblock__image img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.infoblocks h2, .infoblocks h3, .infoblocks p { margin: 0 0 8px; }
.infoblocks h2 { font-family: var(--sans-serif); font-size: 17px; font-weight: normal; line-height: normal; text-transform: uppercase; }
.infoblocks h3 { font-family: var(--sans-serif); font-size: 15px; font-weight: bold; line-height: normal; }
.article-gallery .grid-x { align-items: stretch; padding: 20px 0 0; }
.article-gallery .cell { margin-bottom: 20px; padding: 0 10px 0; }
@media screen and (max-width: 39.938em) {
.article-gallery .cell:nth-child(2n) { padding-right: 0; }
.article-gallery .cell:is(:first-child, :nth-child(n+2)) { padding-left: 0; }
}
@media screen and (min-width: 40em) {
.article-gallery .cell:nth-child(3n) { padding-right: 0; }
.article-gallery .cell:is(:first-child, :nth-child(3n+1)) { padding-left: 0; }
}
| 0.616128 | 0.21564 |
.contact {
width: 100vw;
min-height: 100vh;
margin-top: 60px;
margin-bottom: 40px;
padding-top: 60px;
padding-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
@media (--mediaTablet) {
& {
padding-top: 50px;
padding-right: 80px;
padding-left: 160px;
height: auto;
margin-top: 40px;
margin-bottom: 20px;
}
}
@media (--mediaMobile) {
& {
margin-top: 0;
padding-top: 90px;
padding-left: 25px;
padding-right: 25px;
overflow-x: hidden;
}
}
@media (--mediaMobile), (max-height: 696px) {
& {
padding-right: var(--spaceOuter);
padding-left: var(--spaceOuter);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
padding-right: var(--space4XL);
padding-left: var(--space4XL);
}
}
}
.contact__content {
width: 100%;
max-width: var(--maxWidthL);
@media (--mediaTablet) {
& {
max-width: 600px;
grid-template-columns: 100%;
}
}
}
.contact__column {
position: relative;
display: flex;
flex-direction: column;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
}
.contact__row {
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-column-gap: var(--space2XL);
max-width: var(--maxWidthL);
width: 100%;
}
.contact__title {
white-space: nowrap;
margin-bottom: var(--spaceXL);
opacity: 0;
transition: opacity var(--durationXL) ease var(--durationM);
}
.contact__title--entered {
opacity: 1;
}
.contact__map {
width: 100%;
height: 400px;
min-width: 250px;
min-height: 250px;
@media (--mediaTablet) {
& {
width: 300px;
height: 300px;
}
}
@media (--mediaMobile) {
& {
margin-top: 0;
padding-top: 90px;
padding-left: 25px;
padding-right: 25px;
overflow-x: hidden;
}
}
@media (--mediaMobile), (max-height: 696px) {
& {
padding-right: var(--spaceOuter);
padding-left: var(--spaceOuter);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
padding-right: var(--space4XL);
padding-left: var(--space4XL);
}
}
}
.contact__text {
display: flex;
justify-content: space-around;
flex-direction: column;
}
.contact__button {
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--durationXL);
transform: translate3d(0, var(--spaceL), 0);
opacity: 0;
margin-top: var(--spaceM);
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--spaceL), 0);
}
}
}
.contact__button--entered {
transform: none;
opacity: 1;
}
|
src/pages/Home/Contact.css
|
.contact {
width: 100vw;
min-height: 100vh;
margin-top: 60px;
margin-bottom: 40px;
padding-top: 60px;
padding-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
@media (--mediaTablet) {
& {
padding-top: 50px;
padding-right: 80px;
padding-left: 160px;
height: auto;
margin-top: 40px;
margin-bottom: 20px;
}
}
@media (--mediaMobile) {
& {
margin-top: 0;
padding-top: 90px;
padding-left: 25px;
padding-right: 25px;
overflow-x: hidden;
}
}
@media (--mediaMobile), (max-height: 696px) {
& {
padding-right: var(--spaceOuter);
padding-left: var(--spaceOuter);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
padding-right: var(--space4XL);
padding-left: var(--space4XL);
}
}
}
.contact__content {
width: 100%;
max-width: var(--maxWidthL);
@media (--mediaTablet) {
& {
max-width: 600px;
grid-template-columns: 100%;
}
}
}
.contact__column {
position: relative;
display: flex;
flex-direction: column;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
}
.contact__row {
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-column-gap: var(--space2XL);
max-width: var(--maxWidthL);
width: 100%;
}
.contact__title {
white-space: nowrap;
margin-bottom: var(--spaceXL);
opacity: 0;
transition: opacity var(--durationXL) ease var(--durationM);
}
.contact__title--entered {
opacity: 1;
}
.contact__map {
width: 100%;
height: 400px;
min-width: 250px;
min-height: 250px;
@media (--mediaTablet) {
& {
width: 300px;
height: 300px;
}
}
@media (--mediaMobile) {
& {
margin-top: 0;
padding-top: 90px;
padding-left: 25px;
padding-right: 25px;
overflow-x: hidden;
}
}
@media (--mediaMobile), (max-height: 696px) {
& {
padding-right: var(--spaceOuter);
padding-left: var(--spaceOuter);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
padding-right: var(--space4XL);
padding-left: var(--space4XL);
}
}
}
.contact__text {
display: flex;
justify-content: space-around;
flex-direction: column;
}
.contact__button {
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--durationXL);
transform: translate3d(0, var(--spaceL), 0);
opacity: 0;
margin-top: var(--spaceM);
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--spaceL), 0);
}
}
}
.contact__button--entered {
transform: none;
opacity: 1;
}
| 0.67971 | 0.083441 |
@media only screen
{
.s1{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(2\).png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(3\).png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(4\).png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
}
@media only screen and (max-width:500px){
.s1{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P\(2\).png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P\(3\).png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P\(4\).png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
.s6{
background: url(./form-bg-mobile.png);
background-size: cover;
}
}
@media only screen
and (min-device-width: 768px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1)
{
.s1{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 1.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 2.png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 3.png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 4.png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
.s6{
background: url(./form-bg-mobile.png);
background-size: cover;
}
}
@media only screen
and (min-device-width: 768px)
and (orientation:landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
.s1{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 1.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 2.png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 3.png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 4.png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
}
@media only screen
and (min-width: 992px)
and (orientation: landscape)
{
.s1{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(2\).png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(3\).png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(4\).png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
margin-bottom: 0%;
}
}
|
media-queries.css
|
@media only screen
{
.s1{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(2\).png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(3\).png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(4\).png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
}
@media only screen and (max-width:500px){
.s1{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P\(2\).png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P\(3\).png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_P/Copy\ of\ AM_003_P\(4\).png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
.s6{
background: url(./form-bg-mobile.png);
background-size: cover;
}
}
@media only screen
and (min-device-width: 768px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1)
{
.s1{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 1.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 2.png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 3.png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_TAB_P/Copy\ of\ 4.png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
.s6{
background: url(./form-bg-mobile.png);
background-size: cover;
}
}
@media only screen
and (min-device-width: 768px)
and (orientation:landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
.s1{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 1.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 2.png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 3.png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_TAB_L/Copy\ of\ 4.png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
}
}
@media only screen
and (min-width: 992px)
and (orientation: landscape)
{
.s1{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D.png');
background-size:cover;
background-size: 100% 100%;
}
.s2{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(2\).png');
background-size:cover;
background-size: 100% 100%;
}
#snd{
text-align:left;
margin-left:2em;
font-size:4rem;
}
.s3{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(3\).png');
background-size:cover;
background-size: 100% 100%;
}
.s4{
background:url('./AM_003/AM_003_D/Copy\ of\ AM_003_D\(4\).png');
background-size:cover;
background-size: 100% 100%;
}
.s5{
background: url(./bg-a.png);
background-size: cover;
margin-bottom: 0%;
}
}
| 0.094819 | 0.114121 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align:
baseline;background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* Link */
a {
color:#c26306;
text-decoration:none;
}
a:link, a:visited {
color: #c26306;
text-decoration: none;
}
a:active, a:hover {
color: #b80707;
}
h2 {
font-size:55px;
color:#161616;
margin: 20px 0 30px 0;
letter-spacing: -1.5px;
}
h3 {
font-size:40px;
color:#f0a108;
margin: 20px 0 30px 0;
letter-spacing:-1px;
}
p {
line-height:24px;
font-size:13px;
margin:0 0 10px 0;
padding: 7px;
}
#gallery p {
line-height:24px;
font-size:13px;
margin:0 0 30px 0;
}
body {
background:#fff;
font:12px "Century Gothic", arial, Helvetica, sans-serif;
color:#444;
}
.container {
max-width: 960px;
margin: 0 auto;
}
.logo {
/*width:212px;
margin:10px 0 0 320px; */
text-align: center;
}
.gallery{
padding-top:2em;
}
/*navigation*/
.TopNavigation {
height:60px;
background:url(../images/bg_nav.gif) no-repeat top center;
}
.social {
width:90px;
height:60px;
float:right;
padding: 15px 0 0 0;
}
ul.nav {
width:960px;
margin: 0 0 0 270px;
width: 450px;
}
ul.nav li {
float:left;
display:inline;
margin:20px 60px 0 0;
font-size:15px;
font-family:"Century Gothic", arial, Helvetica;
}
ul.nav a {
color:#666;
text-decoration:none;
}
ul.nav a:hover {
color:#ae5b02;
}
ul.nav .active {
color:#ae5b02;
border-bottom:1px solid #ae5b02;
}
.quote {
padding: 20px 0 0 60px;
border-top:1px dashed #b1b1b1;
}
/*contact info*/
#quoteInfo {
float:left;
width:350px;
margin:20px 0 0 0;
}
.bolder {
font-weight:bold;
font-size:24px;
letter-spacing:-1.5px;
}
p.footer {
text-align:center;
font-size:11px;
margin: 0 0 20px 0;
border-top:1px dashed #b1b1b1;
}
/* media queries */
@media (max-width: 1000px) {
.TopNavigation {
background: none;
}
.nav{
margin: 0 auto !important;
text-align: center;
}
.nav li{
float: none !important;
margin: 20px 20px 0 20px !important;
}
.content{
float: none;
}
}
@media (max-width: 967px) {
#gallery{
margin: -150px 0;
}
.extraNavs{
display: none;
}
}
|
css/style.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align:
baseline;background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* Link */
a {
color:#c26306;
text-decoration:none;
}
a:link, a:visited {
color: #c26306;
text-decoration: none;
}
a:active, a:hover {
color: #b80707;
}
h2 {
font-size:55px;
color:#161616;
margin: 20px 0 30px 0;
letter-spacing: -1.5px;
}
h3 {
font-size:40px;
color:#f0a108;
margin: 20px 0 30px 0;
letter-spacing:-1px;
}
p {
line-height:24px;
font-size:13px;
margin:0 0 10px 0;
padding: 7px;
}
#gallery p {
line-height:24px;
font-size:13px;
margin:0 0 30px 0;
}
body {
background:#fff;
font:12px "Century Gothic", arial, Helvetica, sans-serif;
color:#444;
}
.container {
max-width: 960px;
margin: 0 auto;
}
.logo {
/*width:212px;
margin:10px 0 0 320px; */
text-align: center;
}
.gallery{
padding-top:2em;
}
/*navigation*/
.TopNavigation {
height:60px;
background:url(../images/bg_nav.gif) no-repeat top center;
}
.social {
width:90px;
height:60px;
float:right;
padding: 15px 0 0 0;
}
ul.nav {
width:960px;
margin: 0 0 0 270px;
width: 450px;
}
ul.nav li {
float:left;
display:inline;
margin:20px 60px 0 0;
font-size:15px;
font-family:"Century Gothic", arial, Helvetica;
}
ul.nav a {
color:#666;
text-decoration:none;
}
ul.nav a:hover {
color:#ae5b02;
}
ul.nav .active {
color:#ae5b02;
border-bottom:1px solid #ae5b02;
}
.quote {
padding: 20px 0 0 60px;
border-top:1px dashed #b1b1b1;
}
/*contact info*/
#quoteInfo {
float:left;
width:350px;
margin:20px 0 0 0;
}
.bolder {
font-weight:bold;
font-size:24px;
letter-spacing:-1.5px;
}
p.footer {
text-align:center;
font-size:11px;
margin: 0 0 20px 0;
border-top:1px dashed #b1b1b1;
}
/* media queries */
@media (max-width: 1000px) {
.TopNavigation {
background: none;
}
.nav{
margin: 0 auto !important;
text-align: center;
}
.nav li{
float: none !important;
margin: 20px 20px 0 20px !important;
}
.content{
float: none;
}
}
@media (max-width: 967px) {
#gallery{
margin: -150px 0;
}
.extraNavs{
display: none;
}
}
| 0.181953 | 0.058939 |
[type="radio"]:checked+span:after{
border: 2px solid #F55443;
background-color: #F55443;
}
#password{
border: none;
padding: 0px 15px;
font: small-caption;
font-size: 18px;
font-size: 1.8rem;
width: calc(100% - 80px);
color: #34495e;
outline: none;
line-height: 0.5;
/* border-radius: 4pt; */
box-shadow: none;
display: inline;
}
.password-wrapper{
border-radius: 4pt;
border: 1px solid #EAEAEA;
overflow: hidden;
}
.textarea {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 10pt;
height:auto;
color:#011627;
font-weight: 300;
background:#fff;
border-radius:3px;
line-height:2em;
border:1px solid #EAEAEA;
box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
padding:16pt;
}
.password-wrapper .icon-wrapper {
position: relative;
float: right;
width: 50px;
height: 50px;
background-color: #34495e;
transition: background-color 0.25s ease-out;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
#task-container,
#task-image-container,
#intro-container,
#incorrect-password-text,
#finish-container {
display: none;
}
.container {
margin-top: 40px;
}
body {
min-height: 100vh;
display: flex;
justify-content: center;
flex-direction: column;
}
.warm-black{
background-color: #011627 !important;
}
.warm-black-text{
color: #011627 !important;
}
h2{
font-family: 'Courgette', sans-serif;
font-weight: 700;
font-size: 40pt;
}
p{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16pt;
}
.graph-background {
background: linear-gradient(90deg, #FFFFFF 20px, transparent 1%) center, linear-gradient(#FFFFFF 20px, transparent 1%) center, #D5D5D5;
background-size: 22px 22px;
}
.icon-container{
display: flex;
}
.landing-container{
display: inherit;
flex-direction: column-reverse;
justify-content: center;
}
.landing-container .title {
order:1;
}
.landing-container .content {
display: inherit;
flex-wrap: wrap-reverse;
}
.button {
border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
border-color: #011627;
background: transparent;
/* font-family: "Corquette"; */
font-family: 'Courgette', sans-serif;
font-size: 16pt;
padding: 16pt 32pt;
border: 2px solid;
box-shadow: 4px 6px #EAEAEA;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.button-container {
order: -1;
display: inherit;
justify-content: center;
margin: 32pt;
}
.button:hover{
background:#011627;
color: #FFF !important;
}
.card .card-action{
border:none;
}
@media only screen and (max-width: 600px){
.icon-container{
justify-content: center;
}
}
#next-question-button{
background-color: #B8F2E6;
}
.beige {
background-color: #FAF3DD !important;
}
.turquoise {
background-color: #B8F2E6 !important;
}
.bluish {
background-color: #AED9E0 !important;
}
.cadet {
background-color: #5E6472 !important;
}
.salmon {
background-color: #FFA69E !important;
}
#task-container .card-title{
font-weight: 500;
}
|
css/style.css
|
[type="radio"]:checked+span:after{
border: 2px solid #F55443;
background-color: #F55443;
}
#password{
border: none;
padding: 0px 15px;
font: small-caption;
font-size: 18px;
font-size: 1.8rem;
width: calc(100% - 80px);
color: #34495e;
outline: none;
line-height: 0.5;
/* border-radius: 4pt; */
box-shadow: none;
display: inline;
}
.password-wrapper{
border-radius: 4pt;
border: 1px solid #EAEAEA;
overflow: hidden;
}
.textarea {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 10pt;
height:auto;
color:#011627;
font-weight: 300;
background:#fff;
border-radius:3px;
line-height:2em;
border:1px solid #EAEAEA;
box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
padding:16pt;
}
.password-wrapper .icon-wrapper {
position: relative;
float: right;
width: 50px;
height: 50px;
background-color: #34495e;
transition: background-color 0.25s ease-out;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
#task-container,
#task-image-container,
#intro-container,
#incorrect-password-text,
#finish-container {
display: none;
}
.container {
margin-top: 40px;
}
body {
min-height: 100vh;
display: flex;
justify-content: center;
flex-direction: column;
}
.warm-black{
background-color: #011627 !important;
}
.warm-black-text{
color: #011627 !important;
}
h2{
font-family: 'Courgette', sans-serif;
font-weight: 700;
font-size: 40pt;
}
p{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16pt;
}
.graph-background {
background: linear-gradient(90deg, #FFFFFF 20px, transparent 1%) center, linear-gradient(#FFFFFF 20px, transparent 1%) center, #D5D5D5;
background-size: 22px 22px;
}
.icon-container{
display: flex;
}
.landing-container{
display: inherit;
flex-direction: column-reverse;
justify-content: center;
}
.landing-container .title {
order:1;
}
.landing-container .content {
display: inherit;
flex-wrap: wrap-reverse;
}
.button {
border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
border-color: #011627;
background: transparent;
/* font-family: "Corquette"; */
font-family: 'Courgette', sans-serif;
font-size: 16pt;
padding: 16pt 32pt;
border: 2px solid;
box-shadow: 4px 6px #EAEAEA;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.button-container {
order: -1;
display: inherit;
justify-content: center;
margin: 32pt;
}
.button:hover{
background:#011627;
color: #FFF !important;
}
.card .card-action{
border:none;
}
@media only screen and (max-width: 600px){
.icon-container{
justify-content: center;
}
}
#next-question-button{
background-color: #B8F2E6;
}
.beige {
background-color: #FAF3DD !important;
}
.turquoise {
background-color: #B8F2E6 !important;
}
.bluish {
background-color: #AED9E0 !important;
}
.cadet {
background-color: #5E6472 !important;
}
.salmon {
background-color: #FFA69E !important;
}
#task-container .card-title{
font-weight: 500;
}
| 0.157234 | 0.071074 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
========================
Custom Styles
========================
*/
body {
background: #111118;
color: #848491;
font-family: "Raleway", sans-serif;
line-height: 21px;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
========================
Header
========================
*/
header {
padding: 50px 40px 7px 40px;
}
.logo {
display: inline-block;
padding-top: 35px;
padding-left: 45px;
width: 15%;
vertical-align: top;
}
nav {
color: #848491;
display: inline-block;
font-size: 12px;
padding: 40px 40px 30px 10px;
width: 60%;
vertical-align: top;
}
nav li {
display: inline-block;
margin: 0 20px;
text-transform: uppercase;
vertical-align: top;
}
nav li a {
color: #848491;
padding: 5px 0;
text-decoration: none;
}
nav li a:hover {
border-bottom: 2px solid #6fb586;
color: #fff;
text-decoration: none;
}
.contact-me {
display: inline-block;
padding: 25px 20px;
text-align: right;
width: 25%;
vertical-align: top;
}
.contact-me span {
display: block;
color: #6fb586;
font-size: 11px;
}
.contact-me a {
color: #fff;
font-size: 14px;
text-decoration: none;
}
.hero {
padding: 100px 0 120px 260px;
}
/*
========================
Main Body
========================
*/
.hero h1 {
color: #fff;
font-size: 70px;
font-weight: 700;
line-height: 70px;
}
.hero p {
font-family: 'Playfair display', serif;
font-size: 30px;
line-height: 47px;
padding-top: 20px;
}
.hero a {
border-bottom: 1px solid #848491;
color: #848491;
padding-bottom: 5px;
text-decoration: none;
}
/*
========================
Footer
========================
*/
footer {
color: #34343c;
font-size: 11px;
}
.copyright {
display: inline-block;
padding-top: 50px;
padding-left: 260px;
width: 90%;
}
.scroll-down {
background: #191922;
display: inline-block;
padding: 50px 55px;
width: 10%;
}
.scroll-down:hover {
background: #6fb586;
}
|
day-2/assets/stylesheets/main.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
========================
Custom Styles
========================
*/
body {
background: #111118;
color: #848491;
font-family: "Raleway", sans-serif;
line-height: 21px;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
========================
Header
========================
*/
header {
padding: 50px 40px 7px 40px;
}
.logo {
display: inline-block;
padding-top: 35px;
padding-left: 45px;
width: 15%;
vertical-align: top;
}
nav {
color: #848491;
display: inline-block;
font-size: 12px;
padding: 40px 40px 30px 10px;
width: 60%;
vertical-align: top;
}
nav li {
display: inline-block;
margin: 0 20px;
text-transform: uppercase;
vertical-align: top;
}
nav li a {
color: #848491;
padding: 5px 0;
text-decoration: none;
}
nav li a:hover {
border-bottom: 2px solid #6fb586;
color: #fff;
text-decoration: none;
}
.contact-me {
display: inline-block;
padding: 25px 20px;
text-align: right;
width: 25%;
vertical-align: top;
}
.contact-me span {
display: block;
color: #6fb586;
font-size: 11px;
}
.contact-me a {
color: #fff;
font-size: 14px;
text-decoration: none;
}
.hero {
padding: 100px 0 120px 260px;
}
/*
========================
Main Body
========================
*/
.hero h1 {
color: #fff;
font-size: 70px;
font-weight: 700;
line-height: 70px;
}
.hero p {
font-family: 'Playfair display', serif;
font-size: 30px;
line-height: 47px;
padding-top: 20px;
}
.hero a {
border-bottom: 1px solid #848491;
color: #848491;
padding-bottom: 5px;
text-decoration: none;
}
/*
========================
Footer
========================
*/
footer {
color: #34343c;
font-size: 11px;
}
.copyright {
display: inline-block;
padding-top: 50px;
padding-left: 260px;
width: 90%;
}
.scroll-down {
background: #191922;
display: inline-block;
padding: 50px 55px;
width: 10%;
}
.scroll-down:hover {
background: #6fb586;
}
| 0.382718 | 0.083778 |
.txt-prim {
font-family: "Roboto", sans-serif;
}
.txt-sec {
font-family: "Roboto Slab", serif;
}
.txt-reg {
font-weight: 400;
}
.txt-med {
font-weight: 500;
}
.txt-bold {
font-weight: 700;
}
.txt-sm1 {
font-size: 14px;
}
.txt-sm2 {
font-size: 14px;
}
.txt-md1-p {
font-size: 16px;
}
.txt-md1-nav {
font-size: 16px;
}
.txt-md-p {
font-size: 18px;
line-height: 30px;
}
.txt-md-h {
font-size: 18px;
line-height: 30px;
}
.txt-lg1 {
font-size: 20px;
}
.txt-lg2 {
font-size: 24px;
line-height: 30px;
}
.txt-xl {
font-size: 42px;
line-height: 55px;
}
.txt-center {
text-align: center;
}
.txt-left {
text-align: left;
}
.txt-right {
text-align: right;
}
.txt-primary-400 {
color: #8ccbea;
}
.txt-secondary-600 {
color: #f26002;
}
.txt-neutral-0 {
color: #ffffff;
}
.txt-neutral-800 {
color: #4a4a4a;
}
.txt-neutral-1000 {
color: #000000;
}
.txt-upper {
text-transform: uppercase;
}
.txt-capit {
text-transform: capitalize;
}
.txt-low {
text-transform: lowercase;
}
.main-header__button {
position: fixed;
top: 0px;
left: 0px;
background-color: #0271bc;
width: 44px;
height: 44px;
}
.btn {
height: 45px;
}
.btn-icon {
width: 45px;
margin: 0 auto;
background-color: #ffffff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn-shadow {
/* Reminder: offset-x | offset-y | blur-radius | spread-radius | color */
-webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
}
.btn-txt {
display: inline-block;
vertical-align: middle;
padding-left: 25px;
padding-right: 25px;
border: 2px solid #f26002;
border-radius: 25px;
}
.btn-txt span {
display: inline-block;
line-height: 43px;
vertical-align: middle;
}
.btn-light {
background-color: #ffffff;
border: 2px solid #f26002;
}
.btn-light:hover {
background-color: #f26002;
}
.btn-light:hover .txt-lg1 {
color: #ffffff;
}
.btn-inv {
background-color: #f26002;
border: 2px solid #f26002;
}
.btn-inv:hover {
background-color: #ffffff;
}
.btn-inv:hover .txt-lg1 {
color: #f26002;
}
.btn-light,.btn-light .txt-lg1 {
-webkit-transition: background-color ease 0.7s;
transition: background-color ease 0.7s;
-webkit-transition: color ease 0.7s;
transition: color ease 0.7s;
}
.btn-inv,.btn-inv .txt-lg1 {
-webkit-transition: background-color ease 0.7s;
transition: background-color ease 0.7s;
-webkit-transition: color ease 0.7s;
transition: color ease 0.7s;
}
*,*::after,*::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul,ol {
list-style: none;
}
button {
border: 0;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
}
body {
background-color: #ffffff;
}
.main-header {
min-height: 100vh;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.2))), url("../images/cover.jpg") center center no-repeat;
background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)), url("../images/cover.jpg") center center no-repeat;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-bottom: 45px;
}
.main-title {
font-family: "Roboto Slab", serif;
}
.main-subtitle {
font-family: "Roboto", sans-serif;
margin: 10px auto 45px;
}
.section-1 {
padding-top: 30px;
padding-bottom: 45px;
}
.section-1 .title-box-cent {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1px;
}
.section-1 .txt-lg2 {
margin-bottom: 15px;
}
.section-1 .txt-md-p {
margin-bottom: 15px;
}
.section-2 {
background-color: #eff9ff;
padding-top: 30px;
padding-bottom: 60px;
text-align: center;
}
.section-2 .grid-container {
width: 190px;
margin: 45px auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-gap: 45px;
}
.main-footer {
background-color: #304268;
padding-top: 60px;
padding-bottom: 45px;
position: relative;
}
.item-2 {
margin: 30px auto;
}
.main-footer__button {
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 0px;
}
.footer-copyright,.footer-claim {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-copyright .heart,.footer-claim .heart {
display: block;
padding: 0 4px;
}
.social-media__item,.nav-pages__item {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-footer__button {
-webkit-animation-name: scroll-up;
animation-name: scroll-up;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.wrapper {
padding-right: 15px;
padding-left: 15px;
}
@media all and (min-width: 768px) {
.txt-md1-p {
font-size: 24px;
}
.txt-md-h {
font-size: 24px;
line-height: 30px;
}
.txt-lg2 {
font-size: 26px;
line-height: 45px;
}
.txt-xl {
font-size: 80px;
line-height: 106px;
}
.btn-txt {
padding-left: 33.5px;
padding-right: 33.5px;
}
.main-subtitle {
margin: 20px auto 30px;
}
.section-1 {
padding-bottom: 60px;
}
.section-1 .txt-lg2 {
margin-bottom: 30px;
}
.section-1 .txt-md-p {
margin-bottom: 30px;
}
.section-2 {
padding-top: 60px;
padding-left: 81.2px;
padding-right: 81.2px;
}
.section-2 .grid-container {
width: 100%;
margin-bottom: 60px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-gap: 27.7px;
}
.section-2 .grid-container .txt-md-h {
margin-bottom: 14px;
}
.flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.item-1,.item-2,.item-3 {
width: 210px;
}
.item-1 {
margin: 0 30px;
}
.item-2 {
margin: 0 auto;
}
.item-3 .txt-sm2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.item-3 {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.social-media__item,.nav-pages__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wrapper {
padding-right: 39px;
padding-left: 39px;
}
}
@media all and (min-width: 1280px) {
.txt-sm1 {
font-size: 16px;
}
.txt-lg2 {
font-size: 32px;
line-height: 45px;
}
.txt-xl {
font-size: 100px;
line-height: 132px;
}
.btn-txt {
padding-left: 68px;
padding-right: 68px;
}
.main-header {
padding-bottom: 22.5px;
}
.main-subtitle {
margin: 10px auto 30px;
}
.section-1 {
padding-top: 60px;
}
.flex-container {
padding-left: 95px;
padding-right: 95px;
}
.wrapper {
padding-right: 275px;
padding-left: 275px;
}
}
@-webkit-keyframes scroll-up {
0% {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
100% {
-webkit-transform: translate(-50%, -80%);
transform: translate(-50%, -80%);
}
}
@keyframes scroll-up {
0% {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
100% {
-webkit-transform: translate(-50%, -80%);
transform: translate(-50%, -80%);
}
}
/*# sourceMappingURL=main.css.map */
|
public/assets/css/main.css
|
.txt-prim {
font-family: "Roboto", sans-serif;
}
.txt-sec {
font-family: "Roboto Slab", serif;
}
.txt-reg {
font-weight: 400;
}
.txt-med {
font-weight: 500;
}
.txt-bold {
font-weight: 700;
}
.txt-sm1 {
font-size: 14px;
}
.txt-sm2 {
font-size: 14px;
}
.txt-md1-p {
font-size: 16px;
}
.txt-md1-nav {
font-size: 16px;
}
.txt-md-p {
font-size: 18px;
line-height: 30px;
}
.txt-md-h {
font-size: 18px;
line-height: 30px;
}
.txt-lg1 {
font-size: 20px;
}
.txt-lg2 {
font-size: 24px;
line-height: 30px;
}
.txt-xl {
font-size: 42px;
line-height: 55px;
}
.txt-center {
text-align: center;
}
.txt-left {
text-align: left;
}
.txt-right {
text-align: right;
}
.txt-primary-400 {
color: #8ccbea;
}
.txt-secondary-600 {
color: #f26002;
}
.txt-neutral-0 {
color: #ffffff;
}
.txt-neutral-800 {
color: #4a4a4a;
}
.txt-neutral-1000 {
color: #000000;
}
.txt-upper {
text-transform: uppercase;
}
.txt-capit {
text-transform: capitalize;
}
.txt-low {
text-transform: lowercase;
}
.main-header__button {
position: fixed;
top: 0px;
left: 0px;
background-color: #0271bc;
width: 44px;
height: 44px;
}
.btn {
height: 45px;
}
.btn-icon {
width: 45px;
margin: 0 auto;
background-color: #ffffff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn-shadow {
/* Reminder: offset-x | offset-y | blur-radius | spread-radius | color */
-webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
}
.btn-txt {
display: inline-block;
vertical-align: middle;
padding-left: 25px;
padding-right: 25px;
border: 2px solid #f26002;
border-radius: 25px;
}
.btn-txt span {
display: inline-block;
line-height: 43px;
vertical-align: middle;
}
.btn-light {
background-color: #ffffff;
border: 2px solid #f26002;
}
.btn-light:hover {
background-color: #f26002;
}
.btn-light:hover .txt-lg1 {
color: #ffffff;
}
.btn-inv {
background-color: #f26002;
border: 2px solid #f26002;
}
.btn-inv:hover {
background-color: #ffffff;
}
.btn-inv:hover .txt-lg1 {
color: #f26002;
}
.btn-light,.btn-light .txt-lg1 {
-webkit-transition: background-color ease 0.7s;
transition: background-color ease 0.7s;
-webkit-transition: color ease 0.7s;
transition: color ease 0.7s;
}
.btn-inv,.btn-inv .txt-lg1 {
-webkit-transition: background-color ease 0.7s;
transition: background-color ease 0.7s;
-webkit-transition: color ease 0.7s;
transition: color ease 0.7s;
}
*,*::after,*::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul,ol {
list-style: none;
}
button {
border: 0;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
}
body {
background-color: #ffffff;
}
.main-header {
min-height: 100vh;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.2))), url("../images/cover.jpg") center center no-repeat;
background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)), url("../images/cover.jpg") center center no-repeat;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-bottom: 45px;
}
.main-title {
font-family: "Roboto Slab", serif;
}
.main-subtitle {
font-family: "Roboto", sans-serif;
margin: 10px auto 45px;
}
.section-1 {
padding-top: 30px;
padding-bottom: 45px;
}
.section-1 .title-box-cent {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1px;
}
.section-1 .txt-lg2 {
margin-bottom: 15px;
}
.section-1 .txt-md-p {
margin-bottom: 15px;
}
.section-2 {
background-color: #eff9ff;
padding-top: 30px;
padding-bottom: 60px;
text-align: center;
}
.section-2 .grid-container {
width: 190px;
margin: 45px auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-gap: 45px;
}
.main-footer {
background-color: #304268;
padding-top: 60px;
padding-bottom: 45px;
position: relative;
}
.item-2 {
margin: 30px auto;
}
.main-footer__button {
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 0px;
}
.footer-copyright,.footer-claim {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-copyright .heart,.footer-claim .heart {
display: block;
padding: 0 4px;
}
.social-media__item,.nav-pages__item {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-footer__button {
-webkit-animation-name: scroll-up;
animation-name: scroll-up;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.wrapper {
padding-right: 15px;
padding-left: 15px;
}
@media all and (min-width: 768px) {
.txt-md1-p {
font-size: 24px;
}
.txt-md-h {
font-size: 24px;
line-height: 30px;
}
.txt-lg2 {
font-size: 26px;
line-height: 45px;
}
.txt-xl {
font-size: 80px;
line-height: 106px;
}
.btn-txt {
padding-left: 33.5px;
padding-right: 33.5px;
}
.main-subtitle {
margin: 20px auto 30px;
}
.section-1 {
padding-bottom: 60px;
}
.section-1 .txt-lg2 {
margin-bottom: 30px;
}
.section-1 .txt-md-p {
margin-bottom: 30px;
}
.section-2 {
padding-top: 60px;
padding-left: 81.2px;
padding-right: 81.2px;
}
.section-2 .grid-container {
width: 100%;
margin-bottom: 60px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-gap: 27.7px;
}
.section-2 .grid-container .txt-md-h {
margin-bottom: 14px;
}
.flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.item-1,.item-2,.item-3 {
width: 210px;
}
.item-1 {
margin: 0 30px;
}
.item-2 {
margin: 0 auto;
}
.item-3 .txt-sm2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.item-3 {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.social-media__item,.nav-pages__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wrapper {
padding-right: 39px;
padding-left: 39px;
}
}
@media all and (min-width: 1280px) {
.txt-sm1 {
font-size: 16px;
}
.txt-lg2 {
font-size: 32px;
line-height: 45px;
}
.txt-xl {
font-size: 100px;
line-height: 132px;
}
.btn-txt {
padding-left: 68px;
padding-right: 68px;
}
.main-header {
padding-bottom: 22.5px;
}
.main-subtitle {
margin: 10px auto 30px;
}
.section-1 {
padding-top: 60px;
}
.flex-container {
padding-left: 95px;
padding-right: 95px;
}
.wrapper {
padding-right: 275px;
padding-left: 275px;
}
}
@-webkit-keyframes scroll-up {
0% {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
100% {
-webkit-transform: translate(-50%, -80%);
transform: translate(-50%, -80%);
}
}
@keyframes scroll-up {
0% {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
100% {
-webkit-transform: translate(-50%, -80%);
transform: translate(-50%, -80%);
}
}
/*# sourceMappingURL=main.css.map */
| 0.340376 | 0.082623 |
.page-zone,
.template-zone {
outline-color: rgba(0,255,0, 0.33);
outline-style: solid;
outline-offset: 0.15em;
outline-width: 0;
position: relative;
overflow: visible;
}
.resizing {
background-color: transparent;
background-image: linear-gradient(90deg, rgba(255, 128, 128, 0.05) 50%, transparent 50%);
background-size: 16.67% 16.67%;
background-position: 0px;
}
.template-zone {
outline-color: rgba(255,0,0, 0.33);
}
.template-zone:after,
.page-zone:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
body.showing-page-zones .page-zone:before,
body.showing-template-zones .template-zone:before,
div.shown:before {
content: attr(id);
display: block;
padding: 0.2em 1em;
border-radius: 0 0 0 3px;
font-size: 0.8em;
background: #090;
color: #FFF;
position: absolute;
top: -0.2em;
right: -0.2em;
line-height: 1em;
z-index: 51;
text-transform: uppercase;
opacity: 0.33;
}
body.showing-template-zones .template-zone:before {
background: #900;
}
div.component.shown:before {
background: #009;
content: attr(itemtype);
right: auto;
left: 0;
top: 0;
border-radius: 0 0 3px 0;
}
body.showing-page-zones .component,
body.showing-template-zones .component {
opacity: 0.25;
}
body.showing-page-zones .page-zone .component,
body.showing-template-zones .template-zone .component {
opacity: 1;
}
.shown {
outline-width: 1px;
}
.component:hover,
.current {
z-index: 1000 !important;
background-color: rgba(255,255,255,0.5) !important;
}
.component:hover:after,
.current:after {
z-index: -2;
border-radius: 4px;
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: -0;
bottom: 0;
border: 3px solid #FFF;
box-shadow: 0 0 0 3px #EEE !important;
}
.component .width {
position: absolute;
top: 0;
left: 50%;
top: 0;
width: 3em;
margin: 0 -1.5em;
border-radius: 0 0 4px 4px;
background: #EEE;
color: #333;
text-align: center;
line-height: 1.5em;
font-size: 1.5em;
}
.component .actions {
position: absolute;
top: 0.25em;
right: 0.25em;
font-size: small;
text-align: center;
display: none;
}
.component .actions div {
border-radius: 4px;
background: #EEE;
color: #333;
float: left;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-left: 0.2em;
}
.component .actions .handle {
cursor: move;
}
.component .inspect,
.component .remove {
cursor: pointer;
}
.component [data-editor]:focus {
outline: none;
}
html {
transition: all 0.25s ease;
}
html.phone #viewport,
html.tablet #viewport,
html.laptop #viewport,
html.desktop #viewport {
margin: 1em auto;
border: 2px solid #DDD;
transition: width 0.25s ease;
transition: height 0.25s ease;
transition: margin 0.25s ease;
overflow: scroll;
}
html.phone body,
html.tablet body,
html.laptop body,
html.desktop body {
background: #EEE;
}
html.phone div#viewport {
width: 320px;
height: 480px;
}
html.tablet div#viewport {
width: 640px;
height: 800px;
}
html.laptop div#viewport {
width: 1024px;
height: 768px;
}
html.desktop div#viewport {
width: 1280px;
height: 960px;
}
html.cms {
margin: 0 25% 0 0;
transition: all 0.25s ease;
}
html.cms body {
}
#cms_ui {
font-family: "Helvetica", sans-serif !important;
font-size: 14px;
background: #F4F4F4;
position: fixed;
top: 0;
left: 100%;
bottom: 0;
width: 25%;
border-left: 1px solid #DDD;
color: #333;
z-index: 5000;
transition: left 0.25s ease;
box-shadow: inset 2px 2px 2px #EEE;
}
html.cms #cms_ui {
left: 75%;
transition: left 0.25s ease;
}
#cms_ui .toggle {
position: absolute;
top: 50%;
margin: -2.1em 0 0 0;
left: -3em;
background: #F4F4F4;
color: #999;
border-radius: 5px 0 0 5px;
width: 3em;
height: 4em;
padding: 0;
line-height: 4em;
text-align: center;
cursor: pointer;
font-weight: bold;
border: 1px solid #DDD;
border-right: 3px solid #F4F4F4;
box-shadow: inset 2px 2px 2px #EEE;
}
#cms_ui .tools {
background: #EEE;
height: 4em;
border-bottom: 1px solid #DDD;
position: fixed;
top: -4.2em;
left: 0;
right: 0;
transition: top 0.25s ease;
}
#cms_ui fieldset {
border: none;
margin: 0 0 1em 0;
padding: 1em 0 1em 0;
position: relative;
border-bottom: 1px solid #EEE;
}
#cms_ui legend,
#cms_ui h3 {
margin: 0;
padding: 0;
color: #333;
font-weight: 600;
font-size: 1em;
}
#cms_ui label {
display: block;
font-size: smaller;
line-height: 1.8;
color: #666;
}
#cms_ui input[type=text],
#cms_ui textarea {
width: 100%;
padding: 0.33em;
border: 1px solid #CCC;
margin: 0;
box-sizing: border-box;
font-size: 1em;
}
#cms_ui textarea {
height: 4em;
}
#cms_ui input[type=checkbox],
#cms_ui input[type=radio] {
font-size: 2em;
}
#cms_ui .checkbox {
position: relative;
}
#cms_ui .checkbox input {
position: absolute;
top: 0;
left: 0;
}
#cms_ui .checkbox label {
padding-left: 2em;
}
#cms_ui select {
font-size: 1.2em;
width: 100%;
cursor: pointer;
}
#cms_ui input[type=submit] {
width: 100%;
font-size: 1.5em;
margin-top: 0.25em;
color: #0080FF;
font-weight: bold;
cursor: pointer;
}
#cms_ui h1, #cms_ui h2, #cms_ui h3, #cms_ui h4, #cms_ui h5, #cms_ui h6, #cms_ui legend, #cms_ui label, #cms_ui th {
font-family: "Helvetica", sans-serif !important;
margin: 0;
}
#cms_ui div.panels {
position: relative;
margin: 0;
padding: 0;
border: none;
}
#cms_ui div.panel {
position: absolute;
top: 2em;
left: 0;
width: 100%;
bottom: 0;
margin: 0;
padding: 0;
border: none;
}
#cms_ui div.inner {
padding: 1em;
display: none;
z-index: 1;
}
#cms_ui div.active div.inner {
display: block;
z-index: 5;
}
#cms_ui h2 {
font-size: 1em;
display: block;
position: absolute;
width: 25%;
top: -2em;
color: #999;
text-align: center;
line-height: 2em;
background: #F8F8F8;
box-sizing: border-box;
border: 1px solid #CCC;
border-left: none;
border-top: none;
cursor: pointer;
font-weight: 600;
}
#cms_ui div#page_panel h2 {
left: 25%;
}
#cms_ui div#site_panel h2 {
left: 50%;
}
#cms_ui div#options_panel h2 {
left: 75%;
}
#cms_ui div.active h2 {
background: #0080FF;
color: #FFF;
}
#cms_ui div.panel:nth-child(1) h2 {
left: 0;
border-left: none;
}
#cms_ui p {
margin: 0 0 0.5em 0;
}
#cms_inspector {
}
#cms_ui #cms_inspector .empty {
text-align: center;
padding: 5em 0.5em;
color: #CCC;
border-radius: 5px;
background: #F8F8F8;
border: 2px solid #DDD;
}
#cms_ui .cms_components,
#cms_ui .columns {
display: block;
margin: 1em -4px 0 -2px;
padding: 0;
list-style: none;
font-size: small;
}
#cms_ui .columns {
margin-top: 0;
}
#cms_ui .cms_components:after,
#cms_ui .columns:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
#cms_ui .cms_components li,
#cms_ui .columns li {
display: block;
float: left;
width: 33%;
text-align: center;
}
#cms_ui .columns li {
width: 25%;
}
#cms_ui .cms_components span,
#cms_ui .columns span {
display: block;
padding: 0.75em 0.25em 0.75em 0.5em;
margin: 2px;
border-radius: 3px;
background: rgba(0,0,0, 0.1);
border: 1px solid #EEE;
color: #666;
text-decoration: none;
cursor: pointer;
}
#cms_ui .columns .active span {
background: #0080FF;
color: #FFF;
}
#cms_ui .cms_components span i,
#cms_ui .columns span i {
display: block;
margin: 0 0 0.1em 0;
font-size: 1.8em;
}
.template-zone .block-placeholder,
.page-zone .block-placeholder {
border-radius: 4px;
list-style: none;
display: block;
height: 8px;
background: #EEE;
margin: 1em 0;
}
.medium-toolbar-arrow-under:after {
top: 60px;
border-color: #999 transparent transparent transparent;
}
.medium-toolbar-arrow-over:before {
top: -8px;
border-color: transparent transparent #999 transparent;
}
.medium-editor-toolbar {
background-color: #999;
border-radius: 4px;
}
.medium-editor-toolbar li {
padding: 0;
}
.medium-editor-toolbar li button {
min-width: 60px;
height: 60px;
border: none;
border-right: 1px solid #AAA;
background-color: transparent;
color: #fff;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
background-color: #0080FF;
color: #fff;
border-radius: 4px;
}
.medium-editor-toolbar li .medium-editor-button-active {
background-color: #23482a;
color: #fff;
}
.medium-editor-toolbar li .medium-editor-button-last {
border-right: none;
}
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input {
height: 60px;
background: #999;
color: #fff;
}
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input::-webkit-input-placeholder,
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input:-moz-placeholder,
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input::-moz-placeholder,
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input:-ms-input-placeholder {
color: #fff;
color: rgba(255, 255, 255, 0.8);
}
.medium-editor-toolbar-form-anchor a {
color: #fff;
}
.medium-editor-toolbar-anchor-preview {
background: #999;
color: #333;
}
.medium-editor-placeholder:after {
color: #fff;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
|
public/css/cms.css
|
.page-zone,
.template-zone {
outline-color: rgba(0,255,0, 0.33);
outline-style: solid;
outline-offset: 0.15em;
outline-width: 0;
position: relative;
overflow: visible;
}
.resizing {
background-color: transparent;
background-image: linear-gradient(90deg, rgba(255, 128, 128, 0.05) 50%, transparent 50%);
background-size: 16.67% 16.67%;
background-position: 0px;
}
.template-zone {
outline-color: rgba(255,0,0, 0.33);
}
.template-zone:after,
.page-zone:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
body.showing-page-zones .page-zone:before,
body.showing-template-zones .template-zone:before,
div.shown:before {
content: attr(id);
display: block;
padding: 0.2em 1em;
border-radius: 0 0 0 3px;
font-size: 0.8em;
background: #090;
color: #FFF;
position: absolute;
top: -0.2em;
right: -0.2em;
line-height: 1em;
z-index: 51;
text-transform: uppercase;
opacity: 0.33;
}
body.showing-template-zones .template-zone:before {
background: #900;
}
div.component.shown:before {
background: #009;
content: attr(itemtype);
right: auto;
left: 0;
top: 0;
border-radius: 0 0 3px 0;
}
body.showing-page-zones .component,
body.showing-template-zones .component {
opacity: 0.25;
}
body.showing-page-zones .page-zone .component,
body.showing-template-zones .template-zone .component {
opacity: 1;
}
.shown {
outline-width: 1px;
}
.component:hover,
.current {
z-index: 1000 !important;
background-color: rgba(255,255,255,0.5) !important;
}
.component:hover:after,
.current:after {
z-index: -2;
border-radius: 4px;
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: -0;
bottom: 0;
border: 3px solid #FFF;
box-shadow: 0 0 0 3px #EEE !important;
}
.component .width {
position: absolute;
top: 0;
left: 50%;
top: 0;
width: 3em;
margin: 0 -1.5em;
border-radius: 0 0 4px 4px;
background: #EEE;
color: #333;
text-align: center;
line-height: 1.5em;
font-size: 1.5em;
}
.component .actions {
position: absolute;
top: 0.25em;
right: 0.25em;
font-size: small;
text-align: center;
display: none;
}
.component .actions div {
border-radius: 4px;
background: #EEE;
color: #333;
float: left;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-left: 0.2em;
}
.component .actions .handle {
cursor: move;
}
.component .inspect,
.component .remove {
cursor: pointer;
}
.component [data-editor]:focus {
outline: none;
}
html {
transition: all 0.25s ease;
}
html.phone #viewport,
html.tablet #viewport,
html.laptop #viewport,
html.desktop #viewport {
margin: 1em auto;
border: 2px solid #DDD;
transition: width 0.25s ease;
transition: height 0.25s ease;
transition: margin 0.25s ease;
overflow: scroll;
}
html.phone body,
html.tablet body,
html.laptop body,
html.desktop body {
background: #EEE;
}
html.phone div#viewport {
width: 320px;
height: 480px;
}
html.tablet div#viewport {
width: 640px;
height: 800px;
}
html.laptop div#viewport {
width: 1024px;
height: 768px;
}
html.desktop div#viewport {
width: 1280px;
height: 960px;
}
html.cms {
margin: 0 25% 0 0;
transition: all 0.25s ease;
}
html.cms body {
}
#cms_ui {
font-family: "Helvetica", sans-serif !important;
font-size: 14px;
background: #F4F4F4;
position: fixed;
top: 0;
left: 100%;
bottom: 0;
width: 25%;
border-left: 1px solid #DDD;
color: #333;
z-index: 5000;
transition: left 0.25s ease;
box-shadow: inset 2px 2px 2px #EEE;
}
html.cms #cms_ui {
left: 75%;
transition: left 0.25s ease;
}
#cms_ui .toggle {
position: absolute;
top: 50%;
margin: -2.1em 0 0 0;
left: -3em;
background: #F4F4F4;
color: #999;
border-radius: 5px 0 0 5px;
width: 3em;
height: 4em;
padding: 0;
line-height: 4em;
text-align: center;
cursor: pointer;
font-weight: bold;
border: 1px solid #DDD;
border-right: 3px solid #F4F4F4;
box-shadow: inset 2px 2px 2px #EEE;
}
#cms_ui .tools {
background: #EEE;
height: 4em;
border-bottom: 1px solid #DDD;
position: fixed;
top: -4.2em;
left: 0;
right: 0;
transition: top 0.25s ease;
}
#cms_ui fieldset {
border: none;
margin: 0 0 1em 0;
padding: 1em 0 1em 0;
position: relative;
border-bottom: 1px solid #EEE;
}
#cms_ui legend,
#cms_ui h3 {
margin: 0;
padding: 0;
color: #333;
font-weight: 600;
font-size: 1em;
}
#cms_ui label {
display: block;
font-size: smaller;
line-height: 1.8;
color: #666;
}
#cms_ui input[type=text],
#cms_ui textarea {
width: 100%;
padding: 0.33em;
border: 1px solid #CCC;
margin: 0;
box-sizing: border-box;
font-size: 1em;
}
#cms_ui textarea {
height: 4em;
}
#cms_ui input[type=checkbox],
#cms_ui input[type=radio] {
font-size: 2em;
}
#cms_ui .checkbox {
position: relative;
}
#cms_ui .checkbox input {
position: absolute;
top: 0;
left: 0;
}
#cms_ui .checkbox label {
padding-left: 2em;
}
#cms_ui select {
font-size: 1.2em;
width: 100%;
cursor: pointer;
}
#cms_ui input[type=submit] {
width: 100%;
font-size: 1.5em;
margin-top: 0.25em;
color: #0080FF;
font-weight: bold;
cursor: pointer;
}
#cms_ui h1, #cms_ui h2, #cms_ui h3, #cms_ui h4, #cms_ui h5, #cms_ui h6, #cms_ui legend, #cms_ui label, #cms_ui th {
font-family: "Helvetica", sans-serif !important;
margin: 0;
}
#cms_ui div.panels {
position: relative;
margin: 0;
padding: 0;
border: none;
}
#cms_ui div.panel {
position: absolute;
top: 2em;
left: 0;
width: 100%;
bottom: 0;
margin: 0;
padding: 0;
border: none;
}
#cms_ui div.inner {
padding: 1em;
display: none;
z-index: 1;
}
#cms_ui div.active div.inner {
display: block;
z-index: 5;
}
#cms_ui h2 {
font-size: 1em;
display: block;
position: absolute;
width: 25%;
top: -2em;
color: #999;
text-align: center;
line-height: 2em;
background: #F8F8F8;
box-sizing: border-box;
border: 1px solid #CCC;
border-left: none;
border-top: none;
cursor: pointer;
font-weight: 600;
}
#cms_ui div#page_panel h2 {
left: 25%;
}
#cms_ui div#site_panel h2 {
left: 50%;
}
#cms_ui div#options_panel h2 {
left: 75%;
}
#cms_ui div.active h2 {
background: #0080FF;
color: #FFF;
}
#cms_ui div.panel:nth-child(1) h2 {
left: 0;
border-left: none;
}
#cms_ui p {
margin: 0 0 0.5em 0;
}
#cms_inspector {
}
#cms_ui #cms_inspector .empty {
text-align: center;
padding: 5em 0.5em;
color: #CCC;
border-radius: 5px;
background: #F8F8F8;
border: 2px solid #DDD;
}
#cms_ui .cms_components,
#cms_ui .columns {
display: block;
margin: 1em -4px 0 -2px;
padding: 0;
list-style: none;
font-size: small;
}
#cms_ui .columns {
margin-top: 0;
}
#cms_ui .cms_components:after,
#cms_ui .columns:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
#cms_ui .cms_components li,
#cms_ui .columns li {
display: block;
float: left;
width: 33%;
text-align: center;
}
#cms_ui .columns li {
width: 25%;
}
#cms_ui .cms_components span,
#cms_ui .columns span {
display: block;
padding: 0.75em 0.25em 0.75em 0.5em;
margin: 2px;
border-radius: 3px;
background: rgba(0,0,0, 0.1);
border: 1px solid #EEE;
color: #666;
text-decoration: none;
cursor: pointer;
}
#cms_ui .columns .active span {
background: #0080FF;
color: #FFF;
}
#cms_ui .cms_components span i,
#cms_ui .columns span i {
display: block;
margin: 0 0 0.1em 0;
font-size: 1.8em;
}
.template-zone .block-placeholder,
.page-zone .block-placeholder {
border-radius: 4px;
list-style: none;
display: block;
height: 8px;
background: #EEE;
margin: 1em 0;
}
.medium-toolbar-arrow-under:after {
top: 60px;
border-color: #999 transparent transparent transparent;
}
.medium-toolbar-arrow-over:before {
top: -8px;
border-color: transparent transparent #999 transparent;
}
.medium-editor-toolbar {
background-color: #999;
border-radius: 4px;
}
.medium-editor-toolbar li {
padding: 0;
}
.medium-editor-toolbar li button {
min-width: 60px;
height: 60px;
border: none;
border-right: 1px solid #AAA;
background-color: transparent;
color: #fff;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
background-color: #0080FF;
color: #fff;
border-radius: 4px;
}
.medium-editor-toolbar li .medium-editor-button-active {
background-color: #23482a;
color: #fff;
}
.medium-editor-toolbar li .medium-editor-button-last {
border-right: none;
}
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input {
height: 60px;
background: #999;
color: #fff;
}
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input::-webkit-input-placeholder,
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input:-moz-placeholder,
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input::-moz-placeholder,
.medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input:-ms-input-placeholder {
color: #fff;
color: rgba(255, 255, 255, 0.8);
}
.medium-editor-toolbar-form-anchor a {
color: #fff;
}
.medium-editor-toolbar-anchor-preview {
background: #999;
color: #333;
}
.medium-editor-placeholder:after {
color: #fff;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
| 0.470493 | 0.107719 |
:root {
--glue-primary-bg-color: white;
--glue-secondary-bg-color: #ddddee;
--glue-primary-gradient: linear-gradient(180deg, #f4f4ff 0%, #ccccdd 100%);
--glue-primary-fg-color: black;
--glue-secondary-fg-color: #333333;
--glue-primary-border-color: #666666;
--glue-secondary-border-color: black;
--glue-primary-outline-color: #eeeeee;
--glue-primary-border-radius: 20px;
--glue-secondary-border-radius: 6px;
--glue-primary-border-width: 2px;
--glue-normal-font-size: 14px;
--glue-primary-padding: 12px 20px;
--glue-secondary-padding: 6px 10px;
--glue-primary-box-shadow: 2px 3px 4px #999999;
--glue-primary-active-box-shadow: 2px 3px 4px inset #999999;
--glue-toggle-is-round: 0;
--glue-toggle-border-width: 0;
--glue-toggle-handle-border-width: 0;
}
.glue-toggle {
font-size: var(--glue-normal-font-size);
vertical-align: baseline;
}
.glue-toggle--checkbox {
opacity: 0;
width: 0;
height: 0;
}
.glue-toggle--switch {
position: relative;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
vertical-align: top;
top: -10px;
left: 0;
right: 0;
bottom: 0;
width: 64px;
height: 38px;
background-color: var(--glue-secondary-bg-color);
border-width: var(--glue-toggle-border-width);
border-color: var(--glue-secondary-border-color);
border-style: solid;
border-radius: calc(
(1 - var(--glue-toggle-is-round)) * var(--glue-secondary-border-radius) +
var(--glue-toggle-is-round) * 38px);
}
.glue-toggle--switch::before {
position: absolute;
box-sizing: border-box;
content: "";
height: 26px;
width: 26px;
left: 5px;
bottom: 5px;
background-color: var(--glue-primary-bg-color);
border-width: var(--glue-toggle-handle-border-width);
border-color: var(--glue-secondary-border-color);
border-style: solid;
border-radius: calc(var(--glue-toggle-is-round) * 18px);
transition: .4s;
}
.glue-toggle--checkbox:checked + .glue-toggle--switch {
background-color: var(--glue-secondary-bg-color);
box-shadow: 0 0 1px var(--glue-secondary-bg-color);
}
.glue-toggle--checkbox:checked + .glue-toggle--switch::before {
transform: translateX(26px);
}
|
packages/@ember-glue/toggle/vendor/styles/toggle.css
|
:root {
--glue-primary-bg-color: white;
--glue-secondary-bg-color: #ddddee;
--glue-primary-gradient: linear-gradient(180deg, #f4f4ff 0%, #ccccdd 100%);
--glue-primary-fg-color: black;
--glue-secondary-fg-color: #333333;
--glue-primary-border-color: #666666;
--glue-secondary-border-color: black;
--glue-primary-outline-color: #eeeeee;
--glue-primary-border-radius: 20px;
--glue-secondary-border-radius: 6px;
--glue-primary-border-width: 2px;
--glue-normal-font-size: 14px;
--glue-primary-padding: 12px 20px;
--glue-secondary-padding: 6px 10px;
--glue-primary-box-shadow: 2px 3px 4px #999999;
--glue-primary-active-box-shadow: 2px 3px 4px inset #999999;
--glue-toggle-is-round: 0;
--glue-toggle-border-width: 0;
--glue-toggle-handle-border-width: 0;
}
.glue-toggle {
font-size: var(--glue-normal-font-size);
vertical-align: baseline;
}
.glue-toggle--checkbox {
opacity: 0;
width: 0;
height: 0;
}
.glue-toggle--switch {
position: relative;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
vertical-align: top;
top: -10px;
left: 0;
right: 0;
bottom: 0;
width: 64px;
height: 38px;
background-color: var(--glue-secondary-bg-color);
border-width: var(--glue-toggle-border-width);
border-color: var(--glue-secondary-border-color);
border-style: solid;
border-radius: calc(
(1 - var(--glue-toggle-is-round)) * var(--glue-secondary-border-radius) +
var(--glue-toggle-is-round) * 38px);
}
.glue-toggle--switch::before {
position: absolute;
box-sizing: border-box;
content: "";
height: 26px;
width: 26px;
left: 5px;
bottom: 5px;
background-color: var(--glue-primary-bg-color);
border-width: var(--glue-toggle-handle-border-width);
border-color: var(--glue-secondary-border-color);
border-style: solid;
border-radius: calc(var(--glue-toggle-is-round) * 18px);
transition: .4s;
}
.glue-toggle--checkbox:checked + .glue-toggle--switch {
background-color: var(--glue-secondary-bg-color);
box-shadow: 0 0 1px var(--glue-secondary-bg-color);
}
.glue-toggle--checkbox:checked + .glue-toggle--switch::before {
transform: translateX(26px);
}
| 0.486088 | 0.147065 |
@-moz-document url-prefix("https://nodejs.org/dist/"), url-prefix("https://nodejs.org/docs/"),
url-prefix("https://nodejs.org/en/docs/") {
body {
background:#1d1d1d !important;
color:#ccc !important;
}
h1,h2,h3,h4,h5,h6 {
color:#ccc !important;
}
container {
background:#222 !important;
color:#ccc !important;
}
pre.sh_sourceCode {
background-color: #091921 !important;
border-style: dotted !important;
border-width: 1px !important;
border-color: #297699 !important;
}
span.sh_keyword {
color: #ff5959 !important;
font-weight: bold !important;
}
span.sh_function {
color: #e068e6 !important;
}
code.lang-js , code.lang-txt{
background-color: #091921 !important;
color: #25adde !important;
}
span.sh_symbol {
font-weight: bold !important;
font-style: italic !important;
}
.sh_sourceCode .sh_symbol, .sh_sourceCode .sh_cbracket {
color: #ad6f0f !important;
}
span.sh_cbracket {
color: #0cf227 !important;
}
span.sh_comment {
color: #4f4f4f !important;
font-style: italic !important;
}
span.sh_string {
color: #cfdb74 !important;
font-style: italic !important;
}
#apicontent p code {
background-color: #1d8a81 !important;
color: #fff200 !important;
border-style: dashed !important;
border-width: 1px !important;
border-color: #3bffd8 !important;
border-radius: 4px !important;
padding: 2px !important;
padding-left: 3px !important;
padding-right: 3px !important;
}
ul li code {
background-color: #ff7878;
color: #611515;
margin: 2px;
border-radius: 4px;
border-style: dashed;
border-width: 1px;
border-color: #ff3b3b;
margin-left: 3px;
margin-right: 3px;
}
a:hover, a:focus {
color: #3bff3b !important;
background-color: #046569 !important;
padding: 3px !important;
padding-left: 5px !important;
padding-right: 5px !important;
border: 1px dashed #3bffd8 !important;
border-radius: 4px !important;
}
div.api_stability.api_stability_0 {
background-color: #a83e3e;
border-style: dashed;
border-width: 1px;
border-color: #ff0000;
border-radius: 10px;
font-weight: bold;
}
div.api_stability.api_stability_2 {
background-color: #3ea85a;
font-weight: bold;
color: #175232 !important;
border-style: dashed;
border-width: 1px;
border-color: #2a8030;
border-radius: 10px;
}
div.api_stability.api_stability_2 a {
color: #175232 !important;
}
span.sh_number {
color: #3de35f !important;
}
span.sh_specialchar {
color: #32b53b !important;
}
code.lang-text {
background-color: #091921;
color: #7ee079;
}
ul li a:hover, #column2 ul li a:focus {
border-radius: 4px;
}
}
|
data/usercss/161508.user.css
|
@-moz-document url-prefix("https://nodejs.org/dist/"), url-prefix("https://nodejs.org/docs/"),
url-prefix("https://nodejs.org/en/docs/") {
body {
background:#1d1d1d !important;
color:#ccc !important;
}
h1,h2,h3,h4,h5,h6 {
color:#ccc !important;
}
container {
background:#222 !important;
color:#ccc !important;
}
pre.sh_sourceCode {
background-color: #091921 !important;
border-style: dotted !important;
border-width: 1px !important;
border-color: #297699 !important;
}
span.sh_keyword {
color: #ff5959 !important;
font-weight: bold !important;
}
span.sh_function {
color: #e068e6 !important;
}
code.lang-js , code.lang-txt{
background-color: #091921 !important;
color: #25adde !important;
}
span.sh_symbol {
font-weight: bold !important;
font-style: italic !important;
}
.sh_sourceCode .sh_symbol, .sh_sourceCode .sh_cbracket {
color: #ad6f0f !important;
}
span.sh_cbracket {
color: #0cf227 !important;
}
span.sh_comment {
color: #4f4f4f !important;
font-style: italic !important;
}
span.sh_string {
color: #cfdb74 !important;
font-style: italic !important;
}
#apicontent p code {
background-color: #1d8a81 !important;
color: #fff200 !important;
border-style: dashed !important;
border-width: 1px !important;
border-color: #3bffd8 !important;
border-radius: 4px !important;
padding: 2px !important;
padding-left: 3px !important;
padding-right: 3px !important;
}
ul li code {
background-color: #ff7878;
color: #611515;
margin: 2px;
border-radius: 4px;
border-style: dashed;
border-width: 1px;
border-color: #ff3b3b;
margin-left: 3px;
margin-right: 3px;
}
a:hover, a:focus {
color: #3bff3b !important;
background-color: #046569 !important;
padding: 3px !important;
padding-left: 5px !important;
padding-right: 5px !important;
border: 1px dashed #3bffd8 !important;
border-radius: 4px !important;
}
div.api_stability.api_stability_0 {
background-color: #a83e3e;
border-style: dashed;
border-width: 1px;
border-color: #ff0000;
border-radius: 10px;
font-weight: bold;
}
div.api_stability.api_stability_2 {
background-color: #3ea85a;
font-weight: bold;
color: #175232 !important;
border-style: dashed;
border-width: 1px;
border-color: #2a8030;
border-radius: 10px;
}
div.api_stability.api_stability_2 a {
color: #175232 !important;
}
span.sh_number {
color: #3de35f !important;
}
span.sh_specialchar {
color: #32b53b !important;
}
code.lang-text {
background-color: #091921;
color: #7ee079;
}
ul li a:hover, #column2 ul li a:focus {
border-radius: 4px;
}
}
| 0.308398 | 0.145692 |
@-moz-document domain("discordapp.com")
{
.ui-call-avatar-border.voice.speaking {
box-shadow: inset 0 0 0 3px var(--accent)!important
}
.ui-call-avatar-border.video.selected:not(.speaking) {
box-shadow: inset 0 0 0 1px var(--laccent)!important
}
.ui-call-avatar-border.video.speaking {
box-shadow: inset 0 0 0 3px var(--accent)!important
}
.private-channel-call.normal .center {
border: none
}
.private-channel-call .button-exit {
border-radius: 0;
height: 100%;
background-color: var(--accent)
}
.ui-call-avatar-border.voice.speaking {
border-radius: 0!important
}
.ui-video {
background-color: var(--lblack)!important
}
.chat.private .titleWrapper-3Vi_wz {
border: none!important
}
.avatar-small {
border-radius: 4px!important;
height: 40px;
width: 40px;
background-size: 40px
}
.avatar-large,
.avatar-xxlarge,
.image-EVRGPw{
border-radius: 4px
}
.tab-bar-item-primary, .ui-standard-sidebar-view #editor-detached button {
background-color: var(--accent)!important
}
.tab-bar-item-primary:hover:not(.selected) {
background-color: var(--daccent)!important;
-webkit-transition: background-color .1s;
}
.theme-dark .body-SKIE6r {
background: none;
}
.container-1UB9sr {
background: none;
border: none
}
.avatarDefault-35WC3R, .avatarSpeaking-1wJCNq {
border-radius: 3px;
}
.avatarSpeaking-1wJCNq{
box-shadow: 0 0 0 2px var(--accent), inset 0 0 0 1.5px #2f3136;
}
.prioritySpeaking-3pMeFb {
background-color: var(--accent) !important;
}
.theme-dark .inner-zqa7da {
background: none;
}
.chat-3bRxxu form {
margin: 0px !important;
}
.channelTextArea-1LDbYG{
margin: 0;
padding: 0;
margin-bottom: 26px;
}
.theme-dark .chat-3bRxxu form {
background: rgba(255,255,255,0.03) !important;
}
.theme-dark .header-1RC2Wb, .theme-dark .card-7JP0BX {
background-color: var(--lllblack);
}
.theme-dark .activityFeed-28jde9 {
background-color: var(--llblack);
}
.tab-bar-item-primary.selected {
background-color: #fff!important;
-webkit-transition: background-color .1s;
color: var(--accent)!important
}
.tab-bar-item.selected .badge {
background-color: var(--accent)!important
}
.friends-table .status {
border-radius: 2px !important
}
.guilds-1q_RqH {
padding-top: 0;
padding-left: 0;
}
.guild-1EfMGQ:first-of-type {
margin-left: 0px;
border-radius: 0px !important;
height: 48px;
width: 70px;
}
.guild-1EfMGQ:first-of-type div {
transition: background-color .2s;
}
.guild-1EfMGQ:first-of-type.selected-ML3OIq div {
background-color: var(--accent) !important;
}
.guild-1EfMGQ:first-of-type:hover div {
background-color: var(--accent) !important;
}
.guild-1EfMGQ+.guild-1EfMGQ:nth-child(2) {
margin-top: 0;
margin-left: 0;
width: 70px;
border-radius: 0px;
}
.guild-1EfMGQ+.guild-1EfMGQ:nth-child(2) .guildInner-3DSoA4{
border-radius: 0px !important;
background: none;
}
.guild-1EfMGQ+.guild-1EfMGQ:nth-child(2) .guildInner-3DSoA4 a {
margin: 0;
width: 100%;
}
#bd-pub-button:hover {
background-color: var(--accent) !important;
}
.guild-1EfMGQ:first-of-type .guildInner-3DSoA4{
border-radius: 0px !important;
padding-left: 10px;
height: 48px;
background-color: var(--black) !important;
}
.guild-1EfMGQ:first-of-type .guildInner-3DSoA4 a {
height: 48px;
}
.guild-1EfMGQ:first-of-type .guildInner-3DSoA4 a:hover, .guild-1EfMGQ:first-of-type .guildInner-3DSoA4:hover{
height: 48px !important;
}
.guild-1EfMGQ {
margin-left: 10px;
}
.dms-rcsEnV .guild-1EfMGQ:first-child{
border: none;
}
.theme-dark .guildsAdd-21_IdK {
background: none;
border: none;
}
.callAvatar-v-u4BM.voice-2D-tt_{
border-radius: 7px;
}
.exitButton-1DkWLl.button-38aScr{
border-radius: 0px;
}
.selectorButtonSelected-1j4DmC{
background-color: var(--accent);
}
.lookFilled-1Gx00P.colorBrand-3pXr91:disabled{
background-color:var(--accent);
}
svg[name*="Nitro"] path{
fill: var(--accent) !important;
}
.theme-dark .tile-2QWaFv, .theme-dark .tiles-2aXG_k, .theme-dark .footer-2yfCgX{
background-color: var(--llblack) !important;
}
.callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI, .callAvatarBorder-1D_KaE.video-3GgX2M.speaking-oCqYMI{
border-radius: 7px;
box-shadow: inset 0 0 0 3px var(--accent);
}
.callAvatarBorder-1D_KaE.video-3GgX2M.selected-2esnyn:not(.speaking-oCqYMI):not(.soundsharing-102bS9){
box-shadow: inset 0 0 0 0px var(--laccent);
}
.theme-dark .friendsOnline-_wi_fM, .theme-light .friendsOnline-_wi_fM{
margin-left: 10px;
}
.guildSeparator-1X4GQ1:after {
width: 70px;
left: 0;
height: 1px;
background: rgba(255,255,255,.05) !important;
}
.guild-1EfMGQ:not(:first-child), .guild-1EfMGQ:not(:first-child) .guildInner-3DSoA4 a {
height: 30px;
transition: height .25s ease-out;
}
.guild-1EfMGQ:not(:first-child) .guildInner-3DSoA4 a div{
background-position: center;
}
.guild-1EfMGQ:hover {
height: 50px;
}
.guild-1EfMGQ .guildInner-3DSoA4 a:hover {
height: 50px;
}
.selected-ML3OIq::before {
background: var(--laccent);
}
.selected-ML3OIq, .selected-ML3OIq a{
height: 50px !important;
}
.headerBar-cxbhPD,
.friends-table,
#friends {
background-color: var(--llblack)!important
}
.friends-row {
border: none!important
}
.friends-row:hover {
background-color: var(--hover)!important
}
.channel {
height: auto!important;
margin-bottom: 5px
}
.channel:hover a {
background: var(--hover)!important
}
.channel>a {
padding: 0!important;
margin: 0 10px!important;
border-radius: 3px!important;
background-color: rgba(0, 0, 0, 0)
}
.close {
margin-right: 10px!important
}
header {
text-align: center;
letter-spacing: 2px;
text-transform: lowercase!important
}
.btn-friends .badge {
border-radius: 2px;
margin-right: 10px;
background-color: var(--accent)
}
.guild .badge {
border-radius: 0 0 4px 0;
right: 0!important;
bottom: 0!important;
background-color: var(--accent);
border-top: outset var(--lblack) 3px;
border-left: outset var(--lblack) 3px
}
.btn-friends {
margin: 0
}
.btn-friends .link-button-icon {
margin-left: 5px!important
}
.guild {
margin: 5px 0 0!important;
border-radius: 4px!important;
border-width: 0!important
}
.guild-inner {
border-radius: 4px!important
}
.guilds-add {
position: absolute!important;
background: var(--black)!important;
border-radius: 0!important;
border-top-width: 2px!important;
border-top-style: solid!important;
border-top-color: var(--lllblack)!important;
width: 100%!important;
left: 0;
height: 107px!important;
bottom: 0
}
.guilds-wrapper .scroller-wrap {
height: calc(100% - 190px)!important;
padding-top: 80px!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child .badge {
border: none!important;
background-color: transparent!important;
box-shadow: none!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child {
position: absolute;
top: 0;
left: 0;
height: 48px!important;
margin-top: 0!important;
width: 100%!important;
border-bottom: inset 2px var(--accent)!important;
border-radius: 0!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child:hover,
.guilds-wrapper .guilds.scroller .guild.active:first-child {
background-color: var(--accent)!important;
-webkit-transition: background-color .2s
}
.guilds-wrapper .guilds.scroller >div.guild:first-child div {
background-color: var(--black)!important;
border-radius: 0!important;
background-color: inherit!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child div .friends-icon {
left: 10px!important;
position: absolute;
background-image: url(http://nhlm.org/images/servers/discord_icon_white.png)!important
}
.guilds-wrapper .friends-online {
position: absolute;
margin: 0!important;
top: 60px
}
.guilds-wrapper .guild-separator {
position: absolute;
top: 80px
}
.guilds-wrapper .scroller-wrap {
width: 100%!important
}
.guilds-wrapper .scroller-wrap::-webkit-scrollbar-track-piece {
background-color: transparent!important
}
.guilds-wrapper .scroller-wrap::-webkit-scrollbar-thumb {
width: 2px!important
}
.guilds-wrapper .dms {
position: absolute;
bottom: 107px!important;
z-index: 100
}
.guilds-wrapper .dms .guild {
position: relative!important;
border-color: transparent!important
}
.guilds-wrapper .dms .guild .badge {
background-color: var(--accent)!important;
bottom: -1px!important;
right: 0!important
}
#bd-pub-button {
-webkit-transition: background-color .2s
}
#bd-pub-button:hover {
background-color: #d97e2e
}
.status {
border-right-width: 0!important;
border-bottom-width: 0!important;
border-radius: 0 0 4px 0!important;
border-color: var(--llblack)!important;
right: 0!important;
bottom: 0!important
}
.status.status-typing {
right: 0!important
}
.status-picker .status,
.title-qAcLxz .status {
border-radius: 2px!important
}
.channels-3g2vYe {
background-color: var(--lblack)
}
.container-RYiLUQ {
background-color: var(--lblack)
}
.container-3lnMWU {
background-color: rgba(0, 0, 0, 0);
border-bottom: 0;
border-top: outset 2px var(--llblack)!important;
border-color: var(--lllblack)!important;
z-index: 40
}
.container-iksrDt {
background-color: rgba(0, 0, 0, 0)
}
.messages-wrapper {
background-color: var(--llblack)!important
}
.chat form,
.content {
background-color: var(--llblack)!important
}
.channel-members {
background-color: var(--lblack)!important
}
.title-qAcLxz {
background-color: var(--lblack)!important
}
.guilds-wrapper {
background-color: var(--black)
}
#app-mount {
background-color: var(--black)
}
.contentSelectedText-3j5CXt,
.contentHoveredText-2HYGIY:hover,
.member:hover {
background: var(--hover)!important
}
.markup pre {
border-radius: 0!important;
border-left-color: var(--accent)!important;
border-width: 0 0 0 5px !important
}
.markup code {
background: var(--lllblack)!important;
border-radius: 0
}
.quickswitcher-2NdiGJ {
border-radius: 3px
}
.input-MwQhcX {
border-radius: 3px
}
.content-CKMoWX {
height: auto!important
}
.avatar-xsmall {
border-radius: 0!important;
position: absolute!important
}
.topic-1KFf6J:before {
background-color: rgba(0, 0, 0, 0)!important
}
.topic-1KFf6J {
letter-spacing: 1px;
left: -15px;
font-style: italic
}
.directionColumn-2h-LPR {
border-radius: 0!important
}
.content-2mSKOj {
margin: 0 2px 0 4px
}
.listDefault-3i7eWQ {
padding-left: 15px
}
.avatarDefault-3jtQoc {
border-radius: 2px
}
.nameDefault-1I0lx8,
.nameHovered-28u_Fz,
.nameSpeaking-3ROx9q {
line-height: 20px
}
.nameSpeaking-3ROx9q {
color: var(--laccent)!important
}
.avatarSpeaking-3teDH6 {
box-shadow: 0 0 0 1.5px var(--laccent), inset 0 0 0 1px var(--lblack)!important;
border-radius: 2px
}
.container-3NvGrL,
.titleWrapper-3Vi_wz {
border-bottom: inset 2px var(--accent)
}
.userDefault-2_cnT0,
.userHovered-3tfm93 {
height: auto;
margin-bottom: 5px
}
.member {
margin-bottom: 5px;
margin-left: 20px;
margin-right: 10px;
border-radius: 3px
}
.member .avatar-small {
left: -30px!important
}
.member .member-inner {
left: -30px!important;
position: relative
}
.bot-tag {
background-color: var(--accent)!important;
border-radius: 2px!important
}
.channel-members-wrap .old-h2 {
text-align: center;
font-family: monospace
}
.edited {
font-size: 11px!important;
color: #ff325a!important;
font-family: monospace;
margin: 0!important
}
.edit-container-inner .inner-3if5cm {
height: 100%!important
}
.embed-color-pill {
border-radius: 0!important;
background-color: var(--accent)!important
}
.chat .new-messages-bar {
background-color: var(--accent)!important
}
.new-messages-bar button:last-child {
color: rgba(255, 255, 255, 0.8)!important
}
.divider:not(.red) div {
background-color: rgba(255, 255, 255, 0.01)!important
}
.divider span {
background: var(--llblack)!important;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px!important;
font-family: monospace
}
.divider.divider-red div {
background-color: var(--accent)!important
}
.divider.divider-red span {
color: var(--accent)!important;
letter-spacing: 1px;
font-family: monospace
}
.message-group a {
color: var(--laccent)!important
}
.mention:hover {
background-color: var(--hover)!important
}
.mention:not([style*="background-color"]) {
background-color: var(--mention)!important;
color: var(--laccent)!important
}
.mention {
border-radius: 3px
}
.mentioned .message-text {
background: var(--mention)!important
}
.mentioned .message-text:after {
background: rgba(255, 128, 130, 0.1)!important;
border-left-color: var(--accent)!important
}
.mentioned .mention {
background-color: transparent!important
}
.wrapper-2ldvyE {
background-color: var(--lllblack)!important
}
.typing {
background-color: transparent!important;
height: 20px;
position: absolute!important
}
.typing .text {
font-size: 12px
}
.typing .ellipsis {
height: 20px!important;
margin-top: 2px
}
.chat .jump-to-present-bar {
background-color: var(--daccent)!important
}
.reaction.reaction-me {
background-color: var(--mention)!important;
color: var(--accent)!important
}
.reaction.reaction-me .reaction-count {
color: var(--laccent)!important
}
.reaction-count {
font-family: monospace
}
.reaction {
border-radius: 2px!important
}
.chat .comment .old-h2 .timestamp {
font-family: monospace;
font-style: italic;
font-size: 12px;
vertical-align: 2.5%
}
.system-message-timestamp {
font-family: monospace;
font-style: italic;
font-size: 12px!important
}
.innerNoAutocomplete-kaUXJZ {
border-radius: 3px!important
}
.edit-container-inner .inner-3if5cm {
background-color: var(--lllblack)!important
}
.chat form {
height: 106px
}
.chat form textarea {
height: 50px!important;
padding-bottom: 0!important;
background-color: var(--lllblack)!important;
border-radius: 4px!important
}
.inner-3if5cm {
height: 70px;
background-color: var(--lllblack)!important
}
.channelTextArea-os01xC {
background-color: var(--lllblack);
height: 70px;
border-radius: 5px!important
}
.theme-dark .body-SKIE6r{
border-radius: 4px !important;
}
.chat form .attachButtonDivider-3tknGJ {
height: auto!important
}
.chat form svg {
margin: 23px 0 23px 10px
}
.chat form .emojiButton-3c_qrT {
margin: 14px 0
}
.status-2s6iDp{
border-radius: 0 0 4px 0;
border-width: 2px 0 0 2px;
border-color: var(--black) !important;
right: 0px;
bottom: 0px;
}
.theme-dark .headerBar-UHpsPw {
background-color: var(--lblack);
}
.form.deprecated .control-group {
background-color: var(--accent);
}
.theme-dark .messageGroupWrapper-o-Zw7G {
background-color: var(--lllblack);
}
.theme-dark .modal-3HD5ck, .theme-dark .messagesPopoutWrap-1MQ1bW, .theme-dark .header-ykumBX{
background-color: var(--lblack);
}
.role-2irmRk {
border-radius: 4px;
}
#help-query {
border-radius: 0;
}
::-webkit-scrollbar {
background-color: transparent!important;
border-radius: 0;
width: 3px!important;
transition: background-color 2s
}
.mask-3OgeRz{
mask: none !important;
-webkit-mask: none !important;
}
.headerPlaying-j0WQBV, .botTagRegular-2HEhHi{
background-color: var(--accent);
}
.avatarWrapper-3H_478, .avatarHint-1qgaV3 {
border-radius: 4px !important;
}
.scroller-wrap .scroller::-webkit-scrollbar {
width: 5px!important;
border: none!important
}
.scroller-wrap .scroller::-webkit-scrollbar-track-piece,
.scroller-wrap .scroller::-webkit-scrollbar-thumb {
border: none!important
}
.scroller-fzNley::-webkit-scrollbar-thumb,
.scroller-fzNley::-webkit-scrollbar-track {
border: none!important
}
.friends-table .scroller-wrap::-webkit-scrollbar-track-piece,
.messages-wrapper .scroller-wrap::-webkit-scrollbar-track-piece {
background-color: var(--llblack)!important
}
::-webkit-scrollbar-track-piece {
border-radius: 0!important
}
::-webkit-scrollbar-thumb {
background-color: var(--accent)!important;
border-radius: 0!important;
width: 10px!important;
margin: 0!important;
z-index: 255
}
.ui-call-avatar.voice {
border-radius: 5px!important;
border-color: rgba(0, 0, 0, 0);
background-color: none
}
.ui-call-avatar {
background-color: none
}
.modal-3HOjGZ {
background-color: var(--llblack)!important;
border-radius: 4px;
}
.bd-blue .checkbox input[type=checkbox]:checked+span {
background-color: var(--accent)!important;
border-color: var(--accent)!important
}
.theme-dark .guildsWrapper-5TJh6A {
background-color: var(--black);
}
.container-PNkimc, .theme-dark .members-1998pB, .channels-Ie2l6A {
background-color: var(--lblack);
}
.container-2Thooq {
background: none;
border: none;
}
.uploadModal-2ifh8j {
background-color: var(--llblack);
}
.uploadModal-2ifh8j .inner-3nWsbo {
background-color: var(--llblack);
border: none;
}
.side-8zPYf6 .item-PXvHYJ [style="content: 'Discord Nitro'"]{
color: white !important;
}
.theme-dark .cardPrimaryEditable-3KtE4g[style*="border-color: rgb(114, 137, 218);"] {
border-color: var(--accent) !important;
}
.barFill-23-gu- {
background: var(--accent);
}
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j{
border-color: var(--accent);
}
.themeDefault-24hCdX.valueChecked-m-4IJZ {
background-color: var(--accent);
}
.theme-dark .cardPrimaryOutline-29Ujqw{
background-color: var(--lllblack);
}
.lookFilled-1Gx00P.colorBrand-3pXr91:hover {
background-color: var(--daccent);
}
.side-8zPYf6 .itemSelected-1qLhcL, .lookFilled-1Gx00P.colorBrand-3pXr91{
background-color: var(--accent);
}
[style*="background-color: rgb(114, 137, 218)"]{
background-color: var(--accent) !important;
}
.uploadModal-2ifh8j .footer-3mqk7D .button:last-of-type {
background-color: white;
color: var(--accent);
}
.uploadModal-2ifh8j .footer-3mqk7D, .uploadModal-2ifh8j .footer-3mqk7D .button {
background-color: var(--llblack);
}
.guildInner-3DSoA4 .da-guildInner:hover{
background-color: var(--accent) !important;
}
.theme-brand .inner-zqa7da {
background-color: var(--lllblack);
}
.theme-dark .jumpToPresentBar-9P20AM:hover {
background-color: var(--llblack);
}
.theme-dark .jumpToPresentBar-9P20AM {
background-color: var(--lllblack);
border: 1px var(--accent) solid;
}
.theme-dark .jumpToPresentBar-9P20AM button{
color: var(--laccent) !important;
}
.newMessagesBar-mujexs:hover {
background-color: var(--daccent);
}
.newMessagesBar-mujexs button:last-child{
color: white !important;
}
.newMessagesBar-mujexs{
background-color: var(--accent);
}
.divider-3gKybi span{
background: var(--lllblack) !important;
}
.image-33JSyf, .wrapper-2F3Zv8 {
border-radius: 4px !important;
}
.theme-dark .messagesWrapper-3lZDfY{
background: none;
}
.content-yTz4x3 {
background-color: var(--lllblack) !important;
}
.chat-3bRxxu, .chat-3bRxxu, .theme-dark .title-3qD0b- {
background-color: var(--lblack);
}
.bd-blue .private-channel-recipients-invite .footer button {
background-color: var(--daccent)!important
}
.bd-blue .private-channel-recipients-invite .footer button:hover {
background-color: var(--accent)!important
}
.bd-blue .private-channel-recipients-invite .footer button:disabled {
background-color: var(--daccent)!important
}
.themed-popout .body .friend.selected {
background: var(--llblack)!important
}
.themed-popout .body .friend {
background-color: var(--lllblack)!important
}
.themed-popout,
.themed-popout .header,
.themed-popout .footer {
background-color: var(--lblack)!important
}
.themed-popout {
border-width: 2px!important;
border-color: var(--lblack)!important
}
.upload-modal {
background-color: var(--llblack)!important
}
.upload-modal .inner {
border: none
}
.upload-modal .footer {
background-color: var(--lblack)!important
}
.upload-modal .icon.image {
border-color: var(--accent)!important
}
.upload-modal .footer .button {
background-color: var(--accent)!important;
margin-right: 5px
}
.upload-modal .footer .button:last-child {
background-color: #fff!important;
color: var(--accent)!important;
margin-right: 0!important
}
.upload-modal .textArea-20yzAH {
background-color: var(--lllblack)!important;
border-radius: 5px
}
.messages-popout-wrap .messages-popout .message-group {
background-color: var(--lllblack)!important;
border: none!important;
border-radius: 3px
}
.messages-popout-wrap .messages-popout .channel-separator .guild-name {
font-style: italic;
letter-spacing: 1px
}
.bd-blue .tab-bar.TOP .tab-bar-item.selected {
color: var(--accent)!important;
border-color: var(--accent)!important
}
.headerPlaying-2eYqm9 {
background: var(--accent)!important
}
.role-3rahR_ {
border-radius: 3px
}
.roleCircle-3-vPZq {
border-radius: 2px;
height: 8px;
width: 8px
}
.headerNormal-1cioxU {
background: var(--lllblack)!important
}
.body-3rkFrF,
.footer-2J5zqP {
background: var(--llblack)!important
}
.emoji-picker .category {
color: rgba(255, 255, 255, 0.6)!important;
text-align: center;
font-style: italic;
letter-spacing: 1px;
text-overflow: ellipsis!important;
height: auto;
line-height: 15px;
padding: 5px 0;
width: 100%!important
}
.emoji-picker .sticky-header {
width: calc(100% - 5px);
left: 0
}
.emoji-picker .scroller {
padding: 0
}
.emoji-picker .emoji-item.selected {
background-size: contain!important;
background-position: center!important;
background-repeat: no-repeat!important;
border-radius: 0!important
}
.emoji-picker .emoji-item.disabled:hover {
-webkit-filter: grayscale(0%);
-webkit-transition: -webkit-filter .2s
}
.bd-blue [style*="background-color: rgb(114, 137, 218)"] {
background-color: var(--accent)!important;
border: none!important
}
.themeDefault-3M0dJU.valueChecked-3Bzkbm,
.themeClear-1NqU69.valueChecked-3Bzkbm,
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked {
background-color: var(--laccent)!important
}
.footer-1PYmcw {
background-color: var(--lllblack)!important
}
.buttonBrandFilledDefault-2Rs6u5 {
background-color: var(--accent)!important
}
.buttonBrandFilledDefault-2Rs6u5:hover {
background-color: var(--daccent)!important
}
.input-2YozMi:focus {
border-color: var(--laccent)!important
}
.body-3_tdh6 {
background-color: var(--lllblack)!important
}
.topSectionNormal-2LlRG1 {
background-color: var(--llblack)!important
}
.create-guild-container.deprecated .action.join .btn {
background-color: #3ca374!important
}
.create-guild-container.deprecated .action:hover.create .btn {
background-color: #677bc4!important
}
.create-guild-container.deprecated .action .btn {
background-color: #7289da!important
}
.bd-blue .region-select button:hover {
background-color: #7289da;
color: #fff
}
.sidebar-region {
background-color: var(--black)!important
}
.content-region-scroller,
.content-region .scroller {
background-color: var(--llblack)!important
}
.barFill-18ABna {
background-color: var(--laccent)!important
}
.user-settings-voice .input-sensitivity-toggle.manual .microphone .fill {
background-color: rgba(0, 0, 0, 0.31)!important
}
.side-2nYO0F .itemSelected-3XxAMf {
background-color: var(--accent)!important
}
.connect-account-btn .connect-account-btn-inner {
background-color: var(--lllblack)!important
}
.cardPrimary-ZVL9Jr {
background-color: var(--black)!important;
border: none!important
}
.cardPrimaryEditable-2IQ7-V {
background-color: var(--lllblack)!important
}
.user-settings-games .not-detected {
background-color: var(--accent)!important
}
.user-settings-games .now-playing-add .buttonLinkLink-PqcWoA {
color: #fff!important
}
.user-settings-games .game-name-input {
width: calc(100% - 20px)
}
.user-settings-keybinds .ui-hover-card:before {
border: none!important;
background-color: var(--lllblack)!important
}
.popouts .add-game-popout {
background-color: var(--lllblack)!important
}
#bd-settings-sidebar .ui-tab-bar-item.selected {
background-color: var(--accent)!important
}
#bd-customcss-attach-controls .checkbox .checkbox-inner input[type=checkbox]:checked+span {
background-color: var(--accent)!important;
border-color: var(--accent)!important
}
.user-settings-authorized-apps .authed-app {
background-color: var(--lllblack)!important
}
.radioGroup-2P3MJo .cardPrimaryEditable-2IQ7-V[style*="border-color: rgb(114, 137, 218);"] {
border-color: var(--accent)!important;
background-color: var(--accent)!important
}
.ui-standard-sidebar-view .bda-slist li {
background: var(--lllblack)!important;
border: none!important;
margin-bottom: 5px;
border-radius: 4px
}
.ui-standard-sidebar-view .bda-slist li .bda-description {
border: none!important;
font-size: 13px;
background: var(--lllblack)!important;
min-height: 100%;
max-height: 70px
}
.ui-standard-sidebar-view .bda-slist {
color: rgba(255, 255, 255, 0.66);
font-size: 13px
}
.ui-standard-sidebar-view .bda-slist h3 {
color: var(--laccent);
font-size: 16px
}
.ui-standard-sidebar-view .bda-slist button {
color: #fff;
background-color: var(--accent)!important;
margin-right: 2px
}
.ui-standard-sidebar-view .bda-slist li {
padding: 15px
}
.instant-invite-modal .form-inner,
#instant-invite-modal .form-header,
.instant-invite-modal {
background: var(--llblack)!important
}
.instant-invite-modal .form-actions {
background: var(--lblack)!important
}
.instant-invite-modal .form-header header {
color: #fff!important
}
.instant-invite-modal .clipboard-input input,
.instant-invite-modal .clipboard-input-inner {
background: var(--lllblack)!important;
border-color: var(--lllblack)!important
}
.instant-invite-modal input {
color: var(--accent)!important
}
#instant-invite-modal .copy {
background: var(--accent) !important;
}
#instant-invite-modal .copy:before {
background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(var(--lllblack)))
}
.instant-invite-modal .form-header .blurb,
.instant-invite-modal .checkbox span {
color: rgba(255, 255, 255, 0.7) !important;
}
.instant-invite-modal .checkbox-inner span {
background-color: #fff;
}
.form .btn-primary {
background: var(--accent) !important;
}
.form .btn-primary:hover {
background: var(--daccent) !important;
}
polyline[stroke*="#7289da"] {
stroke: var(--accent) !important;
}
.buttonBrandGhost-1-Lmhc {
color: #fff !important;
background-color: var(--daccent) !important;
}
.ui-standard-sidebar-view .custom-scroller {
background-color: var(--llblack) !important;
}
.ui-standard-sidebar-view .custom-scroller>div {
margin-left: 20px !important;
padding-left: 20px;
margin-right: 77px !important;
padding-right: 20px;
}
.invite-settings-invite-row .overflow-ellipsis {
color: var(--laccent)!important;
opacity: 1 !important;
}
.invite-settings-invite-row .avatar-xsmall {
border-radius: 3px !important;
}
.invite-settings-invite-row .username {
margin-left: 25px;
}
.buttonBrandFilled-3Mv0Ra {
background-color: var(--accent)!important
}
.tooltip-black {
background-color: var(--accent)!important;
border-radius: 2px !important;
}
.tooltip-right:after {
border-right-color: var(--accent) !important;
}
.tooltip-left:after {
border-left-color: var(--accent) !important;
}
.tooltip-top:after {
border-top-color: var(--accent) !important;
}
.tooltip-bottom:after {
border-bottom-color: var(--accent) !important;
}
.bd-blue [style*="border-color: rgb(114, 137, 218)"] {
border-color: var(--accent) !important;
}
.bd-blue [style*="background: rgb(114, 137, 218)"] {
background: var(--accent) !important
}
.bd-blue [style*="background-color: rgb(114, 137, 218)"] {
background-color: var(--accent) !important
}
.titleBar-3_fDwJ:after {
content: "obscura v1.41 | by OllieSara";
margin-right: auto;
margin-top: 3px;
color: rgba(255, 255, 255, 0.4);
position: relative;
left: 70px;
font-size: 10px;
font-family: serif;
font-style: italic;
letter-spacing: 1px
}
:root {
--accent: #d41539;
--daccent: #b50c2c;
--laccent: #fe6984;
--black: #121212;
--lblack: #1a1a1a;
--llblack: #1c1c1c;
--lllblack: #212224;
--hover: rgba(255, 255, 255, 0.05);
--mention: rgba(212, 21, 57, 0.15)
}
}
|
data/usercss/163236.user.css
|
@-moz-document domain("discordapp.com")
{
.ui-call-avatar-border.voice.speaking {
box-shadow: inset 0 0 0 3px var(--accent)!important
}
.ui-call-avatar-border.video.selected:not(.speaking) {
box-shadow: inset 0 0 0 1px var(--laccent)!important
}
.ui-call-avatar-border.video.speaking {
box-shadow: inset 0 0 0 3px var(--accent)!important
}
.private-channel-call.normal .center {
border: none
}
.private-channel-call .button-exit {
border-radius: 0;
height: 100%;
background-color: var(--accent)
}
.ui-call-avatar-border.voice.speaking {
border-radius: 0!important
}
.ui-video {
background-color: var(--lblack)!important
}
.chat.private .titleWrapper-3Vi_wz {
border: none!important
}
.avatar-small {
border-radius: 4px!important;
height: 40px;
width: 40px;
background-size: 40px
}
.avatar-large,
.avatar-xxlarge,
.image-EVRGPw{
border-radius: 4px
}
.tab-bar-item-primary, .ui-standard-sidebar-view #editor-detached button {
background-color: var(--accent)!important
}
.tab-bar-item-primary:hover:not(.selected) {
background-color: var(--daccent)!important;
-webkit-transition: background-color .1s;
}
.theme-dark .body-SKIE6r {
background: none;
}
.container-1UB9sr {
background: none;
border: none
}
.avatarDefault-35WC3R, .avatarSpeaking-1wJCNq {
border-radius: 3px;
}
.avatarSpeaking-1wJCNq{
box-shadow: 0 0 0 2px var(--accent), inset 0 0 0 1.5px #2f3136;
}
.prioritySpeaking-3pMeFb {
background-color: var(--accent) !important;
}
.theme-dark .inner-zqa7da {
background: none;
}
.chat-3bRxxu form {
margin: 0px !important;
}
.channelTextArea-1LDbYG{
margin: 0;
padding: 0;
margin-bottom: 26px;
}
.theme-dark .chat-3bRxxu form {
background: rgba(255,255,255,0.03) !important;
}
.theme-dark .header-1RC2Wb, .theme-dark .card-7JP0BX {
background-color: var(--lllblack);
}
.theme-dark .activityFeed-28jde9 {
background-color: var(--llblack);
}
.tab-bar-item-primary.selected {
background-color: #fff!important;
-webkit-transition: background-color .1s;
color: var(--accent)!important
}
.tab-bar-item.selected .badge {
background-color: var(--accent)!important
}
.friends-table .status {
border-radius: 2px !important
}
.guilds-1q_RqH {
padding-top: 0;
padding-left: 0;
}
.guild-1EfMGQ:first-of-type {
margin-left: 0px;
border-radius: 0px !important;
height: 48px;
width: 70px;
}
.guild-1EfMGQ:first-of-type div {
transition: background-color .2s;
}
.guild-1EfMGQ:first-of-type.selected-ML3OIq div {
background-color: var(--accent) !important;
}
.guild-1EfMGQ:first-of-type:hover div {
background-color: var(--accent) !important;
}
.guild-1EfMGQ+.guild-1EfMGQ:nth-child(2) {
margin-top: 0;
margin-left: 0;
width: 70px;
border-radius: 0px;
}
.guild-1EfMGQ+.guild-1EfMGQ:nth-child(2) .guildInner-3DSoA4{
border-radius: 0px !important;
background: none;
}
.guild-1EfMGQ+.guild-1EfMGQ:nth-child(2) .guildInner-3DSoA4 a {
margin: 0;
width: 100%;
}
#bd-pub-button:hover {
background-color: var(--accent) !important;
}
.guild-1EfMGQ:first-of-type .guildInner-3DSoA4{
border-radius: 0px !important;
padding-left: 10px;
height: 48px;
background-color: var(--black) !important;
}
.guild-1EfMGQ:first-of-type .guildInner-3DSoA4 a {
height: 48px;
}
.guild-1EfMGQ:first-of-type .guildInner-3DSoA4 a:hover, .guild-1EfMGQ:first-of-type .guildInner-3DSoA4:hover{
height: 48px !important;
}
.guild-1EfMGQ {
margin-left: 10px;
}
.dms-rcsEnV .guild-1EfMGQ:first-child{
border: none;
}
.theme-dark .guildsAdd-21_IdK {
background: none;
border: none;
}
.callAvatar-v-u4BM.voice-2D-tt_{
border-radius: 7px;
}
.exitButton-1DkWLl.button-38aScr{
border-radius: 0px;
}
.selectorButtonSelected-1j4DmC{
background-color: var(--accent);
}
.lookFilled-1Gx00P.colorBrand-3pXr91:disabled{
background-color:var(--accent);
}
svg[name*="Nitro"] path{
fill: var(--accent) !important;
}
.theme-dark .tile-2QWaFv, .theme-dark .tiles-2aXG_k, .theme-dark .footer-2yfCgX{
background-color: var(--llblack) !important;
}
.callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI, .callAvatarBorder-1D_KaE.video-3GgX2M.speaking-oCqYMI{
border-radius: 7px;
box-shadow: inset 0 0 0 3px var(--accent);
}
.callAvatarBorder-1D_KaE.video-3GgX2M.selected-2esnyn:not(.speaking-oCqYMI):not(.soundsharing-102bS9){
box-shadow: inset 0 0 0 0px var(--laccent);
}
.theme-dark .friendsOnline-_wi_fM, .theme-light .friendsOnline-_wi_fM{
margin-left: 10px;
}
.guildSeparator-1X4GQ1:after {
width: 70px;
left: 0;
height: 1px;
background: rgba(255,255,255,.05) !important;
}
.guild-1EfMGQ:not(:first-child), .guild-1EfMGQ:not(:first-child) .guildInner-3DSoA4 a {
height: 30px;
transition: height .25s ease-out;
}
.guild-1EfMGQ:not(:first-child) .guildInner-3DSoA4 a div{
background-position: center;
}
.guild-1EfMGQ:hover {
height: 50px;
}
.guild-1EfMGQ .guildInner-3DSoA4 a:hover {
height: 50px;
}
.selected-ML3OIq::before {
background: var(--laccent);
}
.selected-ML3OIq, .selected-ML3OIq a{
height: 50px !important;
}
.headerBar-cxbhPD,
.friends-table,
#friends {
background-color: var(--llblack)!important
}
.friends-row {
border: none!important
}
.friends-row:hover {
background-color: var(--hover)!important
}
.channel {
height: auto!important;
margin-bottom: 5px
}
.channel:hover a {
background: var(--hover)!important
}
.channel>a {
padding: 0!important;
margin: 0 10px!important;
border-radius: 3px!important;
background-color: rgba(0, 0, 0, 0)
}
.close {
margin-right: 10px!important
}
header {
text-align: center;
letter-spacing: 2px;
text-transform: lowercase!important
}
.btn-friends .badge {
border-radius: 2px;
margin-right: 10px;
background-color: var(--accent)
}
.guild .badge {
border-radius: 0 0 4px 0;
right: 0!important;
bottom: 0!important;
background-color: var(--accent);
border-top: outset var(--lblack) 3px;
border-left: outset var(--lblack) 3px
}
.btn-friends {
margin: 0
}
.btn-friends .link-button-icon {
margin-left: 5px!important
}
.guild {
margin: 5px 0 0!important;
border-radius: 4px!important;
border-width: 0!important
}
.guild-inner {
border-radius: 4px!important
}
.guilds-add {
position: absolute!important;
background: var(--black)!important;
border-radius: 0!important;
border-top-width: 2px!important;
border-top-style: solid!important;
border-top-color: var(--lllblack)!important;
width: 100%!important;
left: 0;
height: 107px!important;
bottom: 0
}
.guilds-wrapper .scroller-wrap {
height: calc(100% - 190px)!important;
padding-top: 80px!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child .badge {
border: none!important;
background-color: transparent!important;
box-shadow: none!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child {
position: absolute;
top: 0;
left: 0;
height: 48px!important;
margin-top: 0!important;
width: 100%!important;
border-bottom: inset 2px var(--accent)!important;
border-radius: 0!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child:hover,
.guilds-wrapper .guilds.scroller .guild.active:first-child {
background-color: var(--accent)!important;
-webkit-transition: background-color .2s
}
.guilds-wrapper .guilds.scroller >div.guild:first-child div {
background-color: var(--black)!important;
border-radius: 0!important;
background-color: inherit!important
}
.guilds-wrapper .guilds.scroller >div.guild:first-child div .friends-icon {
left: 10px!important;
position: absolute;
background-image: url(http://nhlm.org/images/servers/discord_icon_white.png)!important
}
.guilds-wrapper .friends-online {
position: absolute;
margin: 0!important;
top: 60px
}
.guilds-wrapper .guild-separator {
position: absolute;
top: 80px
}
.guilds-wrapper .scroller-wrap {
width: 100%!important
}
.guilds-wrapper .scroller-wrap::-webkit-scrollbar-track-piece {
background-color: transparent!important
}
.guilds-wrapper .scroller-wrap::-webkit-scrollbar-thumb {
width: 2px!important
}
.guilds-wrapper .dms {
position: absolute;
bottom: 107px!important;
z-index: 100
}
.guilds-wrapper .dms .guild {
position: relative!important;
border-color: transparent!important
}
.guilds-wrapper .dms .guild .badge {
background-color: var(--accent)!important;
bottom: -1px!important;
right: 0!important
}
#bd-pub-button {
-webkit-transition: background-color .2s
}
#bd-pub-button:hover {
background-color: #d97e2e
}
.status {
border-right-width: 0!important;
border-bottom-width: 0!important;
border-radius: 0 0 4px 0!important;
border-color: var(--llblack)!important;
right: 0!important;
bottom: 0!important
}
.status.status-typing {
right: 0!important
}
.status-picker .status,
.title-qAcLxz .status {
border-radius: 2px!important
}
.channels-3g2vYe {
background-color: var(--lblack)
}
.container-RYiLUQ {
background-color: var(--lblack)
}
.container-3lnMWU {
background-color: rgba(0, 0, 0, 0);
border-bottom: 0;
border-top: outset 2px var(--llblack)!important;
border-color: var(--lllblack)!important;
z-index: 40
}
.container-iksrDt {
background-color: rgba(0, 0, 0, 0)
}
.messages-wrapper {
background-color: var(--llblack)!important
}
.chat form,
.content {
background-color: var(--llblack)!important
}
.channel-members {
background-color: var(--lblack)!important
}
.title-qAcLxz {
background-color: var(--lblack)!important
}
.guilds-wrapper {
background-color: var(--black)
}
#app-mount {
background-color: var(--black)
}
.contentSelectedText-3j5CXt,
.contentHoveredText-2HYGIY:hover,
.member:hover {
background: var(--hover)!important
}
.markup pre {
border-radius: 0!important;
border-left-color: var(--accent)!important;
border-width: 0 0 0 5px !important
}
.markup code {
background: var(--lllblack)!important;
border-radius: 0
}
.quickswitcher-2NdiGJ {
border-radius: 3px
}
.input-MwQhcX {
border-radius: 3px
}
.content-CKMoWX {
height: auto!important
}
.avatar-xsmall {
border-radius: 0!important;
position: absolute!important
}
.topic-1KFf6J:before {
background-color: rgba(0, 0, 0, 0)!important
}
.topic-1KFf6J {
letter-spacing: 1px;
left: -15px;
font-style: italic
}
.directionColumn-2h-LPR {
border-radius: 0!important
}
.content-2mSKOj {
margin: 0 2px 0 4px
}
.listDefault-3i7eWQ {
padding-left: 15px
}
.avatarDefault-3jtQoc {
border-radius: 2px
}
.nameDefault-1I0lx8,
.nameHovered-28u_Fz,
.nameSpeaking-3ROx9q {
line-height: 20px
}
.nameSpeaking-3ROx9q {
color: var(--laccent)!important
}
.avatarSpeaking-3teDH6 {
box-shadow: 0 0 0 1.5px var(--laccent), inset 0 0 0 1px var(--lblack)!important;
border-radius: 2px
}
.container-3NvGrL,
.titleWrapper-3Vi_wz {
border-bottom: inset 2px var(--accent)
}
.userDefault-2_cnT0,
.userHovered-3tfm93 {
height: auto;
margin-bottom: 5px
}
.member {
margin-bottom: 5px;
margin-left: 20px;
margin-right: 10px;
border-radius: 3px
}
.member .avatar-small {
left: -30px!important
}
.member .member-inner {
left: -30px!important;
position: relative
}
.bot-tag {
background-color: var(--accent)!important;
border-radius: 2px!important
}
.channel-members-wrap .old-h2 {
text-align: center;
font-family: monospace
}
.edited {
font-size: 11px!important;
color: #ff325a!important;
font-family: monospace;
margin: 0!important
}
.edit-container-inner .inner-3if5cm {
height: 100%!important
}
.embed-color-pill {
border-radius: 0!important;
background-color: var(--accent)!important
}
.chat .new-messages-bar {
background-color: var(--accent)!important
}
.new-messages-bar button:last-child {
color: rgba(255, 255, 255, 0.8)!important
}
.divider:not(.red) div {
background-color: rgba(255, 255, 255, 0.01)!important
}
.divider span {
background: var(--llblack)!important;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px!important;
font-family: monospace
}
.divider.divider-red div {
background-color: var(--accent)!important
}
.divider.divider-red span {
color: var(--accent)!important;
letter-spacing: 1px;
font-family: monospace
}
.message-group a {
color: var(--laccent)!important
}
.mention:hover {
background-color: var(--hover)!important
}
.mention:not([style*="background-color"]) {
background-color: var(--mention)!important;
color: var(--laccent)!important
}
.mention {
border-radius: 3px
}
.mentioned .message-text {
background: var(--mention)!important
}
.mentioned .message-text:after {
background: rgba(255, 128, 130, 0.1)!important;
border-left-color: var(--accent)!important
}
.mentioned .mention {
background-color: transparent!important
}
.wrapper-2ldvyE {
background-color: var(--lllblack)!important
}
.typing {
background-color: transparent!important;
height: 20px;
position: absolute!important
}
.typing .text {
font-size: 12px
}
.typing .ellipsis {
height: 20px!important;
margin-top: 2px
}
.chat .jump-to-present-bar {
background-color: var(--daccent)!important
}
.reaction.reaction-me {
background-color: var(--mention)!important;
color: var(--accent)!important
}
.reaction.reaction-me .reaction-count {
color: var(--laccent)!important
}
.reaction-count {
font-family: monospace
}
.reaction {
border-radius: 2px!important
}
.chat .comment .old-h2 .timestamp {
font-family: monospace;
font-style: italic;
font-size: 12px;
vertical-align: 2.5%
}
.system-message-timestamp {
font-family: monospace;
font-style: italic;
font-size: 12px!important
}
.innerNoAutocomplete-kaUXJZ {
border-radius: 3px!important
}
.edit-container-inner .inner-3if5cm {
background-color: var(--lllblack)!important
}
.chat form {
height: 106px
}
.chat form textarea {
height: 50px!important;
padding-bottom: 0!important;
background-color: var(--lllblack)!important;
border-radius: 4px!important
}
.inner-3if5cm {
height: 70px;
background-color: var(--lllblack)!important
}
.channelTextArea-os01xC {
background-color: var(--lllblack);
height: 70px;
border-radius: 5px!important
}
.theme-dark .body-SKIE6r{
border-radius: 4px !important;
}
.chat form .attachButtonDivider-3tknGJ {
height: auto!important
}
.chat form svg {
margin: 23px 0 23px 10px
}
.chat form .emojiButton-3c_qrT {
margin: 14px 0
}
.status-2s6iDp{
border-radius: 0 0 4px 0;
border-width: 2px 0 0 2px;
border-color: var(--black) !important;
right: 0px;
bottom: 0px;
}
.theme-dark .headerBar-UHpsPw {
background-color: var(--lblack);
}
.form.deprecated .control-group {
background-color: var(--accent);
}
.theme-dark .messageGroupWrapper-o-Zw7G {
background-color: var(--lllblack);
}
.theme-dark .modal-3HD5ck, .theme-dark .messagesPopoutWrap-1MQ1bW, .theme-dark .header-ykumBX{
background-color: var(--lblack);
}
.role-2irmRk {
border-radius: 4px;
}
#help-query {
border-radius: 0;
}
::-webkit-scrollbar {
background-color: transparent!important;
border-radius: 0;
width: 3px!important;
transition: background-color 2s
}
.mask-3OgeRz{
mask: none !important;
-webkit-mask: none !important;
}
.headerPlaying-j0WQBV, .botTagRegular-2HEhHi{
background-color: var(--accent);
}
.avatarWrapper-3H_478, .avatarHint-1qgaV3 {
border-radius: 4px !important;
}
.scroller-wrap .scroller::-webkit-scrollbar {
width: 5px!important;
border: none!important
}
.scroller-wrap .scroller::-webkit-scrollbar-track-piece,
.scroller-wrap .scroller::-webkit-scrollbar-thumb {
border: none!important
}
.scroller-fzNley::-webkit-scrollbar-thumb,
.scroller-fzNley::-webkit-scrollbar-track {
border: none!important
}
.friends-table .scroller-wrap::-webkit-scrollbar-track-piece,
.messages-wrapper .scroller-wrap::-webkit-scrollbar-track-piece {
background-color: var(--llblack)!important
}
::-webkit-scrollbar-track-piece {
border-radius: 0!important
}
::-webkit-scrollbar-thumb {
background-color: var(--accent)!important;
border-radius: 0!important;
width: 10px!important;
margin: 0!important;
z-index: 255
}
.ui-call-avatar.voice {
border-radius: 5px!important;
border-color: rgba(0, 0, 0, 0);
background-color: none
}
.ui-call-avatar {
background-color: none
}
.modal-3HOjGZ {
background-color: var(--llblack)!important;
border-radius: 4px;
}
.bd-blue .checkbox input[type=checkbox]:checked+span {
background-color: var(--accent)!important;
border-color: var(--accent)!important
}
.theme-dark .guildsWrapper-5TJh6A {
background-color: var(--black);
}
.container-PNkimc, .theme-dark .members-1998pB, .channels-Ie2l6A {
background-color: var(--lblack);
}
.container-2Thooq {
background: none;
border: none;
}
.uploadModal-2ifh8j {
background-color: var(--llblack);
}
.uploadModal-2ifh8j .inner-3nWsbo {
background-color: var(--llblack);
border: none;
}
.side-8zPYf6 .item-PXvHYJ [style="content: 'Discord Nitro'"]{
color: white !important;
}
.theme-dark .cardPrimaryEditable-3KtE4g[style*="border-color: rgb(114, 137, 218);"] {
border-color: var(--accent) !important;
}
.barFill-23-gu- {
background: var(--accent);
}
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j{
border-color: var(--accent);
}
.themeDefault-24hCdX.valueChecked-m-4IJZ {
background-color: var(--accent);
}
.theme-dark .cardPrimaryOutline-29Ujqw{
background-color: var(--lllblack);
}
.lookFilled-1Gx00P.colorBrand-3pXr91:hover {
background-color: var(--daccent);
}
.side-8zPYf6 .itemSelected-1qLhcL, .lookFilled-1Gx00P.colorBrand-3pXr91{
background-color: var(--accent);
}
[style*="background-color: rgb(114, 137, 218)"]{
background-color: var(--accent) !important;
}
.uploadModal-2ifh8j .footer-3mqk7D .button:last-of-type {
background-color: white;
color: var(--accent);
}
.uploadModal-2ifh8j .footer-3mqk7D, .uploadModal-2ifh8j .footer-3mqk7D .button {
background-color: var(--llblack);
}
.guildInner-3DSoA4 .da-guildInner:hover{
background-color: var(--accent) !important;
}
.theme-brand .inner-zqa7da {
background-color: var(--lllblack);
}
.theme-dark .jumpToPresentBar-9P20AM:hover {
background-color: var(--llblack);
}
.theme-dark .jumpToPresentBar-9P20AM {
background-color: var(--lllblack);
border: 1px var(--accent) solid;
}
.theme-dark .jumpToPresentBar-9P20AM button{
color: var(--laccent) !important;
}
.newMessagesBar-mujexs:hover {
background-color: var(--daccent);
}
.newMessagesBar-mujexs button:last-child{
color: white !important;
}
.newMessagesBar-mujexs{
background-color: var(--accent);
}
.divider-3gKybi span{
background: var(--lllblack) !important;
}
.image-33JSyf, .wrapper-2F3Zv8 {
border-radius: 4px !important;
}
.theme-dark .messagesWrapper-3lZDfY{
background: none;
}
.content-yTz4x3 {
background-color: var(--lllblack) !important;
}
.chat-3bRxxu, .chat-3bRxxu, .theme-dark .title-3qD0b- {
background-color: var(--lblack);
}
.bd-blue .private-channel-recipients-invite .footer button {
background-color: var(--daccent)!important
}
.bd-blue .private-channel-recipients-invite .footer button:hover {
background-color: var(--accent)!important
}
.bd-blue .private-channel-recipients-invite .footer button:disabled {
background-color: var(--daccent)!important
}
.themed-popout .body .friend.selected {
background: var(--llblack)!important
}
.themed-popout .body .friend {
background-color: var(--lllblack)!important
}
.themed-popout,
.themed-popout .header,
.themed-popout .footer {
background-color: var(--lblack)!important
}
.themed-popout {
border-width: 2px!important;
border-color: var(--lblack)!important
}
.upload-modal {
background-color: var(--llblack)!important
}
.upload-modal .inner {
border: none
}
.upload-modal .footer {
background-color: var(--lblack)!important
}
.upload-modal .icon.image {
border-color: var(--accent)!important
}
.upload-modal .footer .button {
background-color: var(--accent)!important;
margin-right: 5px
}
.upload-modal .footer .button:last-child {
background-color: #fff!important;
color: var(--accent)!important;
margin-right: 0!important
}
.upload-modal .textArea-20yzAH {
background-color: var(--lllblack)!important;
border-radius: 5px
}
.messages-popout-wrap .messages-popout .message-group {
background-color: var(--lllblack)!important;
border: none!important;
border-radius: 3px
}
.messages-popout-wrap .messages-popout .channel-separator .guild-name {
font-style: italic;
letter-spacing: 1px
}
.bd-blue .tab-bar.TOP .tab-bar-item.selected {
color: var(--accent)!important;
border-color: var(--accent)!important
}
.headerPlaying-2eYqm9 {
background: var(--accent)!important
}
.role-3rahR_ {
border-radius: 3px
}
.roleCircle-3-vPZq {
border-radius: 2px;
height: 8px;
width: 8px
}
.headerNormal-1cioxU {
background: var(--lllblack)!important
}
.body-3rkFrF,
.footer-2J5zqP {
background: var(--llblack)!important
}
.emoji-picker .category {
color: rgba(255, 255, 255, 0.6)!important;
text-align: center;
font-style: italic;
letter-spacing: 1px;
text-overflow: ellipsis!important;
height: auto;
line-height: 15px;
padding: 5px 0;
width: 100%!important
}
.emoji-picker .sticky-header {
width: calc(100% - 5px);
left: 0
}
.emoji-picker .scroller {
padding: 0
}
.emoji-picker .emoji-item.selected {
background-size: contain!important;
background-position: center!important;
background-repeat: no-repeat!important;
border-radius: 0!important
}
.emoji-picker .emoji-item.disabled:hover {
-webkit-filter: grayscale(0%);
-webkit-transition: -webkit-filter .2s
}
.bd-blue [style*="background-color: rgb(114, 137, 218)"] {
background-color: var(--accent)!important;
border: none!important
}
.themeDefault-3M0dJU.valueChecked-3Bzkbm,
.themeClear-1NqU69.valueChecked-3Bzkbm,
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked {
background-color: var(--laccent)!important
}
.footer-1PYmcw {
background-color: var(--lllblack)!important
}
.buttonBrandFilledDefault-2Rs6u5 {
background-color: var(--accent)!important
}
.buttonBrandFilledDefault-2Rs6u5:hover {
background-color: var(--daccent)!important
}
.input-2YozMi:focus {
border-color: var(--laccent)!important
}
.body-3_tdh6 {
background-color: var(--lllblack)!important
}
.topSectionNormal-2LlRG1 {
background-color: var(--llblack)!important
}
.create-guild-container.deprecated .action.join .btn {
background-color: #3ca374!important
}
.create-guild-container.deprecated .action:hover.create .btn {
background-color: #677bc4!important
}
.create-guild-container.deprecated .action .btn {
background-color: #7289da!important
}
.bd-blue .region-select button:hover {
background-color: #7289da;
color: #fff
}
.sidebar-region {
background-color: var(--black)!important
}
.content-region-scroller,
.content-region .scroller {
background-color: var(--llblack)!important
}
.barFill-18ABna {
background-color: var(--laccent)!important
}
.user-settings-voice .input-sensitivity-toggle.manual .microphone .fill {
background-color: rgba(0, 0, 0, 0.31)!important
}
.side-2nYO0F .itemSelected-3XxAMf {
background-color: var(--accent)!important
}
.connect-account-btn .connect-account-btn-inner {
background-color: var(--lllblack)!important
}
.cardPrimary-ZVL9Jr {
background-color: var(--black)!important;
border: none!important
}
.cardPrimaryEditable-2IQ7-V {
background-color: var(--lllblack)!important
}
.user-settings-games .not-detected {
background-color: var(--accent)!important
}
.user-settings-games .now-playing-add .buttonLinkLink-PqcWoA {
color: #fff!important
}
.user-settings-games .game-name-input {
width: calc(100% - 20px)
}
.user-settings-keybinds .ui-hover-card:before {
border: none!important;
background-color: var(--lllblack)!important
}
.popouts .add-game-popout {
background-color: var(--lllblack)!important
}
#bd-settings-sidebar .ui-tab-bar-item.selected {
background-color: var(--accent)!important
}
#bd-customcss-attach-controls .checkbox .checkbox-inner input[type=checkbox]:checked+span {
background-color: var(--accent)!important;
border-color: var(--accent)!important
}
.user-settings-authorized-apps .authed-app {
background-color: var(--lllblack)!important
}
.radioGroup-2P3MJo .cardPrimaryEditable-2IQ7-V[style*="border-color: rgb(114, 137, 218);"] {
border-color: var(--accent)!important;
background-color: var(--accent)!important
}
.ui-standard-sidebar-view .bda-slist li {
background: var(--lllblack)!important;
border: none!important;
margin-bottom: 5px;
border-radius: 4px
}
.ui-standard-sidebar-view .bda-slist li .bda-description {
border: none!important;
font-size: 13px;
background: var(--lllblack)!important;
min-height: 100%;
max-height: 70px
}
.ui-standard-sidebar-view .bda-slist {
color: rgba(255, 255, 255, 0.66);
font-size: 13px
}
.ui-standard-sidebar-view .bda-slist h3 {
color: var(--laccent);
font-size: 16px
}
.ui-standard-sidebar-view .bda-slist button {
color: #fff;
background-color: var(--accent)!important;
margin-right: 2px
}
.ui-standard-sidebar-view .bda-slist li {
padding: 15px
}
.instant-invite-modal .form-inner,
#instant-invite-modal .form-header,
.instant-invite-modal {
background: var(--llblack)!important
}
.instant-invite-modal .form-actions {
background: var(--lblack)!important
}
.instant-invite-modal .form-header header {
color: #fff!important
}
.instant-invite-modal .clipboard-input input,
.instant-invite-modal .clipboard-input-inner {
background: var(--lllblack)!important;
border-color: var(--lllblack)!important
}
.instant-invite-modal input {
color: var(--accent)!important
}
#instant-invite-modal .copy {
background: var(--accent) !important;
}
#instant-invite-modal .copy:before {
background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(var(--lllblack)))
}
.instant-invite-modal .form-header .blurb,
.instant-invite-modal .checkbox span {
color: rgba(255, 255, 255, 0.7) !important;
}
.instant-invite-modal .checkbox-inner span {
background-color: #fff;
}
.form .btn-primary {
background: var(--accent) !important;
}
.form .btn-primary:hover {
background: var(--daccent) !important;
}
polyline[stroke*="#7289da"] {
stroke: var(--accent) !important;
}
.buttonBrandGhost-1-Lmhc {
color: #fff !important;
background-color: var(--daccent) !important;
}
.ui-standard-sidebar-view .custom-scroller {
background-color: var(--llblack) !important;
}
.ui-standard-sidebar-view .custom-scroller>div {
margin-left: 20px !important;
padding-left: 20px;
margin-right: 77px !important;
padding-right: 20px;
}
.invite-settings-invite-row .overflow-ellipsis {
color: var(--laccent)!important;
opacity: 1 !important;
}
.invite-settings-invite-row .avatar-xsmall {
border-radius: 3px !important;
}
.invite-settings-invite-row .username {
margin-left: 25px;
}
.buttonBrandFilled-3Mv0Ra {
background-color: var(--accent)!important
}
.tooltip-black {
background-color: var(--accent)!important;
border-radius: 2px !important;
}
.tooltip-right:after {
border-right-color: var(--accent) !important;
}
.tooltip-left:after {
border-left-color: var(--accent) !important;
}
.tooltip-top:after {
border-top-color: var(--accent) !important;
}
.tooltip-bottom:after {
border-bottom-color: var(--accent) !important;
}
.bd-blue [style*="border-color: rgb(114, 137, 218)"] {
border-color: var(--accent) !important;
}
.bd-blue [style*="background: rgb(114, 137, 218)"] {
background: var(--accent) !important
}
.bd-blue [style*="background-color: rgb(114, 137, 218)"] {
background-color: var(--accent) !important
}
.titleBar-3_fDwJ:after {
content: "obscura v1.41 | by OllieSara";
margin-right: auto;
margin-top: 3px;
color: rgba(255, 255, 255, 0.4);
position: relative;
left: 70px;
font-size: 10px;
font-family: serif;
font-style: italic;
letter-spacing: 1px
}
:root {
--accent: #d41539;
--daccent: #b50c2c;
--laccent: #fe6984;
--black: #121212;
--lblack: #1a1a1a;
--llblack: #1c1c1c;
--lllblack: #212224;
--hover: rgba(255, 255, 255, 0.05);
--mention: rgba(212, 21, 57, 0.15)
}
}
| 0.260013 | 0.049108 |
@media screen and (max-width: 500px) {
#app {
width: 100% !important;
}
._header-mobile {
height: 60px;
background-color: #f08233;
}
._header-mobile i {
width: 24px;
height: 24px;
background-size: cover;
background-position: center;
display: inline-block;
cursor: pointer;
}
._header-mobile .icon-page {
background-image: url("../images/design/logo-white.png");
background-size: cover;
background-position: center;
display: inline-block;
width: calc(40px * 159/85);
height: 40px;
margin-top: 5px;
left: 50%;
transform: translateX(-50%);
position: relative;
}
._header-mobile .icon-cart {
position: absolute;
right: 15px;
top: 20px;
}
._header-mobile .icon-menu {
position: absolute;
left: 15px;
top: 20px;
}
._banner-mobile img {
width: 100%;
}
._slogan label.title {
font-size: 3.1vw;
width: 100%;
padding: 10px 0;
line-height: 18px;
}
._slogan .icon {
display: none;
}
._highlight {
width: 90%;
display: block;
text-align: center;
padding-bottom: 20px;
}
._highlight i {
width: 40px;
height: 40px;
margin: 5px 0;
}
._highlight i.icon-shipping {
width: calc(40px * 72/60);
}
._highlight i.icon-quality {
width: calc(40px * 65/60);
}
._highlight>div {
display: inline-block;
width: 49%;
margin: 10px 0 auto;
padding: 5px;
}
._highlight>div label {
font-size: 9px;
color: #000;
}
._highlight>div span {
font-size: 9px;
line-height: 12px;
}
._boss {
padding: 0;
width: 90%;
margin: auto;
border-radius: 15px;
}
._boss .title {
font-size: 11px;
width: 100%;
padding: 10px 0 0;
line-height: 18px;
}
._boss .content {
padding: 5px 10px;
}
._boss .content .image {
width: 30%;
}
._boss .content label {
display: none;
}
._boss .content>div:nth-child(2) {
margin-top: 0;
width: 65%;
}
._boss .info {
margin-top: 0;
}
._boss .info span {
font-size: 7px;
line-height: 12px;
}
._boss .image img {
border-radius: 20px;
}
._boss .note {
margin-top: 5px;
font-size: 7px;
line-height: 12px;
}
._boss .links {
display: none;
}
._products {
width: 90%;
}
._products .panel-heading label.title {
font-size: 13px;
margin-top: 20px;
margin-bottom: 10px;
}
._products .panel-heading a.view-more {
color: #000;
top: 22px;
font-size: 12px;
text-decoration: underline;
}
._products .panel-heading a.view-more:after {
content: ' >>';
}
.product-list .image .icon {
display: none;
}
.product-list .product-item {
width: 48%;
margin-left: 4%;
padding: 10px 0 0;
}
.product-list .product-item:nth-child(2n + 1) {
margin-left: 0;
}
.product-list .product-item:nth-child(4) {
margin-left: 4%;
}
.product-list .info .name {
font-size: 11px;
line-height: 14px;
}
.product-list .product-item .price {
font-size: 11px;
}
.product-list .product-item .price>span.real-price,
.product-list .product-item .price>span.promotion-price {
font-size: 11px;
line-height: 14px;
display: block;
}
._news {
display: none;
}
._footer {
margin-top: 20px;
}
._footer ._container {
position: relative;
}
._footer .info, ._footer .thanks, ._footer .contact {
width: 100%;
}
._footer .thanks {
position: absolute;
top: 0;
}
._footer .contact, ._footer .info {
margin-top: 0;
}
._footer .info {
margin-top: 90px;
}
._footer .contact {
margin-top: 20px;
}
._footer .connect {
display: none;
}
._footer .copyright {
padding: 10px 0;
}
._footer .thanks .logo-orange {
width: calc(60px * 1892/1034);
height: 60px;
}
._footer .thanks>p {
font-size: 12px;
}
._footer .contact>div:nth-child(4) {
display: none;
}
.mobile-hidden {
display: none;
}
}
@media screen and (min-width: 501px) {
.desktop-hidden {
display: none;
}
}
|
public/css/mobile.css
|
@media screen and (max-width: 500px) {
#app {
width: 100% !important;
}
._header-mobile {
height: 60px;
background-color: #f08233;
}
._header-mobile i {
width: 24px;
height: 24px;
background-size: cover;
background-position: center;
display: inline-block;
cursor: pointer;
}
._header-mobile .icon-page {
background-image: url("../images/design/logo-white.png");
background-size: cover;
background-position: center;
display: inline-block;
width: calc(40px * 159/85);
height: 40px;
margin-top: 5px;
left: 50%;
transform: translateX(-50%);
position: relative;
}
._header-mobile .icon-cart {
position: absolute;
right: 15px;
top: 20px;
}
._header-mobile .icon-menu {
position: absolute;
left: 15px;
top: 20px;
}
._banner-mobile img {
width: 100%;
}
._slogan label.title {
font-size: 3.1vw;
width: 100%;
padding: 10px 0;
line-height: 18px;
}
._slogan .icon {
display: none;
}
._highlight {
width: 90%;
display: block;
text-align: center;
padding-bottom: 20px;
}
._highlight i {
width: 40px;
height: 40px;
margin: 5px 0;
}
._highlight i.icon-shipping {
width: calc(40px * 72/60);
}
._highlight i.icon-quality {
width: calc(40px * 65/60);
}
._highlight>div {
display: inline-block;
width: 49%;
margin: 10px 0 auto;
padding: 5px;
}
._highlight>div label {
font-size: 9px;
color: #000;
}
._highlight>div span {
font-size: 9px;
line-height: 12px;
}
._boss {
padding: 0;
width: 90%;
margin: auto;
border-radius: 15px;
}
._boss .title {
font-size: 11px;
width: 100%;
padding: 10px 0 0;
line-height: 18px;
}
._boss .content {
padding: 5px 10px;
}
._boss .content .image {
width: 30%;
}
._boss .content label {
display: none;
}
._boss .content>div:nth-child(2) {
margin-top: 0;
width: 65%;
}
._boss .info {
margin-top: 0;
}
._boss .info span {
font-size: 7px;
line-height: 12px;
}
._boss .image img {
border-radius: 20px;
}
._boss .note {
margin-top: 5px;
font-size: 7px;
line-height: 12px;
}
._boss .links {
display: none;
}
._products {
width: 90%;
}
._products .panel-heading label.title {
font-size: 13px;
margin-top: 20px;
margin-bottom: 10px;
}
._products .panel-heading a.view-more {
color: #000;
top: 22px;
font-size: 12px;
text-decoration: underline;
}
._products .panel-heading a.view-more:after {
content: ' >>';
}
.product-list .image .icon {
display: none;
}
.product-list .product-item {
width: 48%;
margin-left: 4%;
padding: 10px 0 0;
}
.product-list .product-item:nth-child(2n + 1) {
margin-left: 0;
}
.product-list .product-item:nth-child(4) {
margin-left: 4%;
}
.product-list .info .name {
font-size: 11px;
line-height: 14px;
}
.product-list .product-item .price {
font-size: 11px;
}
.product-list .product-item .price>span.real-price,
.product-list .product-item .price>span.promotion-price {
font-size: 11px;
line-height: 14px;
display: block;
}
._news {
display: none;
}
._footer {
margin-top: 20px;
}
._footer ._container {
position: relative;
}
._footer .info, ._footer .thanks, ._footer .contact {
width: 100%;
}
._footer .thanks {
position: absolute;
top: 0;
}
._footer .contact, ._footer .info {
margin-top: 0;
}
._footer .info {
margin-top: 90px;
}
._footer .contact {
margin-top: 20px;
}
._footer .connect {
display: none;
}
._footer .copyright {
padding: 10px 0;
}
._footer .thanks .logo-orange {
width: calc(60px * 1892/1034);
height: 60px;
}
._footer .thanks>p {
font-size: 12px;
}
._footer .contact>div:nth-child(4) {
display: none;
}
.mobile-hidden {
display: none;
}
}
@media screen and (min-width: 501px) {
.desktop-hidden {
display: none;
}
}
| 0.267026 | 0.078043 |
html {
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background: transparent;
min-height: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
line-height: 1.5em;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
color: rgba(255, 255, 255, .8);
font-weight: normal;
}
body:before {
background: url(../images/sfondo.jpg) no-repeat center center;
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -10;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.volti {
border-radius: 50% !important;
}
.cerchio {
border-radius: 50% !important;
}
.sfondo {
background-image: url(../images/sfondo.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height: 100%;
background-attachment: fixed;
}
/********************************************************/
/* Navigation bar */
/*******************************************************/
.mainmenu {
z-index: 999999;
width: 100%;
padding: 30px 0 0 0;
}
@media (min-width: 768px) {
.mainmenu {
position: fixed;
}
}
.abc {
background-color: transparent;
height: 50px;
width: 10%;
display: block;
position: fixed;
z-index: 999999;
margin-right: 10px;
float: left;
}
.abc1 {
background-color: transparent;
height: 50px;
width: 100%;
display: block;
position: fixed;
z-index: 99999;
margin-right: 10px;
float: right;
}
.locale {
float: right !important;
height: 60%;
width: 3%;
margin-top: 10px;
margin-right: 10px;
}
.logo1 {
float: right !important;
height: 8rem;
width: 8rem;
border-radius: 50%;
}
.logo {
height: 10rem;
width: 10rem;
border-radius: 50%;
float: right;
margin-right: 68rem;
}
.navbar-toggle {
position: relative;
float: left;
display: block;
padding: 9px 10px;
background: rgba(255, 255, 255, 0.2);
background-image: none;
border: 0 none;
top: 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
outline: 0;
opacity: 1;
-webkit-transition: all .45s;
-moz-transition: all .45s;
transition: all .45s;
}
.marginBottomCorsi {
margin-bottom: 20px;
}
.leftAlignment {
text-align: left;
background: rgba(255, 99, 71, 0.2);
outline: 2px solid white;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.open .navbar-toggle {
top: -70px;
opacity: 0;
}
.backgroundOpaque {
background-color: rgba(255, 255, 255, 0.8);
}
.mainmenu .dropdown-menu {
top: -50em;
left: 0px;
font-size: 11px;
padding: 0;
background: none;
border: 0 none;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
opacity: 0;
-webkit-transition: all .45s;
-moz-transition: all .45s;
transition: all .45s;
}
.mainmenu .dropdown-menu .active {
font-weight: bold;
}
.mainmenu .open .dropdown-menu {
top: 2px;
opacity: 1;
}
.mainmenu .dropdown-menu a {
padding: 10px 10px;
margin: 0;
color: white;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mainmenu .dropdown-menu a:hover {
background: rgba(255, 255, 255, .1);
color: white;
padding: 10px 8px 10px 12px;
}
/********************************************************/
/* Sections - universal classes */
/********************************************************/
.section {
z-index: 1;
min-height: 420px;
width: 100%;
overflow: auto;
height: 100%;
padding-top: 100px;
padding-bottom: 50px;
display: none;
top: 0;
}
@media (min-width: 768px) {
.section {
padding-top: 160px;
}
}
/* Show one of sections */
#head {
display: block;
}
/********************************************************/
/* Typography */
/********************************************************/
a {
color: #fff;
text-decoration: none;
}
a:hover, a:active {
color: #fff;
text-decoration: underline;
}
.lead {
font-weight: normal;
font-size: 1.5em;
line-height: 1.2em;
}
.title,
.subtitle {
font-family: 'Wire One', Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 7em;
margin-bottom: 15px;
color: red;
line-height: 1em;
}
.corsititle {
font-family: 'Wire One', Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 4em;
margin-bottom: 10px;
color: darkslategrey;
line-height: 1em;
text-align: center;
}
.corsititle {
line-height: 0.8em;
font-size: 5.5em;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
.subtitle {
line-height: .9em;
font-size: 5.5em;
margin-top: 0;
margin-bottom: 40px;
}
.tagline {
font-size: 1.4em;
line-height: 1.3em;
font-weight: normal;
margin-bottom: 75px;
}
@media (max-width: 770px) {
.lead {
font-size: 1.3em;
}
.mainmenu .open .dropdown-menu {
height: 92vh;
min-width: 43vh;
width: 100%;
max-width: 100vh;
background: rgba(30, 28, 28, 0.9) !important;
}
.theme-invert .mainmenu .dropdown-menu a {
color: #f7ecec !important;
font-size: 20px;
}
.mainmenu .dropdown-menu a:hover {
background: rgba(255, 255, 255, .1);
color: red;
padding: 10px 8px 10px 12px;
}
.mainmenu {
padding: 0 0 0 0;
}
.abc1 {
background-color: darkturquoise;
}
a:hover, a:active {
color: red;
text-decoration: underline;
}
.locale {
float: right !important;
height: 50%;
width: 11%;
}
.logo1 {
height: 4rem;
width: 4rem;
}
}
/********************************************************/
/* UI - Buttons */
/********************************************************/
.btn {
color: #333;
text-shadow: none;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 0 none;
}
.btn:hover {
color: #000;
}
.btn-lg {
padding: 16px 30px;
font-size: inherit;
}
.btn-link {
color: rgba(255, 255, 255, .8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
color: #fff
}
.btn-default {
background: rgba(255, 255, 255, .5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
background: rgba(255, 255, 255, .8);
}
.btn-primary {
background: rgba(255, 255, 255, .2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
background: rgba(255, 255, 255, .5);
}
/********************************************************/
/* UI - Thumbnails */
/********************************************************/
.thumbnail {
background-color: rgba(255, 255, 255, .2);
border: 0 none;
padding: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.thumbnail .caption {
color: inherit;
}
/********************************************************/
/* Everything else */
/********************************************************/
.list-social .btn {
font-size: 1.3em;
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus {
text-decoration: none;
}
/* Social buttons in the footer */
#social {
margin-top: 50px;
margin-bottom: 50px;
}
#social .wrapper {
width: 340px;
margin: 0 auto;
}
/***********************************************************/
/* Theme: text shadows */
/***********************************************************/
.text-shadows {
text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline {
text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}
.text-shadows .mainmenu .dropdown-menu a {
text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}
.text-shadows .mainmenu .dropdown-menu a:hover {
text-shadow: none;
}
/***********************************************************/
/* Inverted theme */
/***********************************************************/
.theme-invert {
color: #222;
color: rgba(0, 0, 0, .8);
}
.theme-invert a {
color: #000;
}
.theme-invert .btn {
color: rgba(255, 255, 255, .8);
}
.theme-invert .btn:hover {
color: #fff;
}
.theme-invert .btn-link {
color: rgba(0, 0, 0, .8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
color: #000
}
.theme-invert .navbar-toggle {
background: rgba(0, 0, 0, 0.12);
}
.theme-invert .navbar-toggle .icon-bar {
background: #333;
}
.theme-invert .mainmenu .dropdown-menu a {
color: #000;
}
.theme-invert .mainmenu .dropdown-menu a:hover {
background: rgba(0, 0, 0, .1);
color: #000;
}
.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .tagline {
color: #222222;
}
.theme-invert .btn-default {
background: rgba(0, 0, 0, .4);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
background: rgba(0, 0, 0, .6);
color: #fff;
}
.theme-invert .btn-primary {
background: rgba(0, 0, 0, .2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
background: rgba(0, 0, 0, .3);
color: #fff;
}
.theme-invert .thumbnail {
background-color: rgba(255, 255, 255, .8);
}
.thumbnail .caption {
color: inherit;
}
.image {
border-radius: 4px;
border: 0;
display: inline-block;
position: relative;
}
.image:before {
pointer-events: none;
background-image: url("../../images/overlay.png");
background-color: rgba(19, 21, 25, 0.5);
border-radius: 4px;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
.image img {
border-radius: 4px;
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
padding: 0 1.5em 1em 0;
top: 0.25em;
}
.image.right {
float: right;
padding: 0 0 1em 1.5em;
top: 0.25em;
}
.image.fit {
display: block;
margin: 0 0 2rem 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 2.5rem 0;
width: 100%;
}
.image.main img {
width: 100%;
}
.sponsorImage.main img {
width: 50%;
}
@media screen and (max-width: 736px) {
.image.main {
margin: 2rem 0;
}
}
@media screen and (max-width: 480px) {
.image.main {
margin: 1.5rem 0;
}
}
/* language picker */
/* Custom dropdown */
@import url(//fonts.googleapis.com/css?family=Raleway);
.custom-sel a {
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 10px;
text-align: left;
font-family: 'Raleway';
color: #546e7a;
font-size: 15px;
font-weight: 700;
line-height: 24px;
display: block;
}
.custom-sel a:hover {
text-decoration: none;
background-color: #EDF0F2;
color: #ffffff;
}
.custom-sel a.selected {
background-color: transparent;
}
.custom-sel a.selected:hover {
background-color: transparent;
color: #546e7a;
}
.hidden {
display: none;
}
.lightblue {
color: #03a9f4;
margin-left: -4px;
}
.show-sel {
background-color: #ffffff;
box-shadow: -5px 0px 65px 0px rgba(0, 0, 0, 0.18);
}
.custom-sel {
margin: 30px;
display: inline-block;
}
/* Custom dropdown */
.forecast {
margin: 0;
padding: .3rem;
background-color: #eee;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
}
.forecast > h1,
.day-forecast {
margin: .5rem;
padding: .3rem;
font-size: 2rem;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
}
.day-forecast {
background: right/contain content-box border-box no-repeat white !important;
}
.day-forecast > h2,
.day-forecast > p {
margin: .9rem;
font-size: 4rem;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
line-height: 0.8;
}
.day-forecast > h1 {
margin: .2rem;
font-size: 5rem;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
}
.newsArrow {
cursor: pointer;
}
|
assets/css/magister.css
|
html {
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background: transparent;
min-height: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
line-height: 1.5em;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
color: rgba(255, 255, 255, .8);
font-weight: normal;
}
body:before {
background: url(../images/sfondo.jpg) no-repeat center center;
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -10;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.volti {
border-radius: 50% !important;
}
.cerchio {
border-radius: 50% !important;
}
.sfondo {
background-image: url(../images/sfondo.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height: 100%;
background-attachment: fixed;
}
/********************************************************/
/* Navigation bar */
/*******************************************************/
.mainmenu {
z-index: 999999;
width: 100%;
padding: 30px 0 0 0;
}
@media (min-width: 768px) {
.mainmenu {
position: fixed;
}
}
.abc {
background-color: transparent;
height: 50px;
width: 10%;
display: block;
position: fixed;
z-index: 999999;
margin-right: 10px;
float: left;
}
.abc1 {
background-color: transparent;
height: 50px;
width: 100%;
display: block;
position: fixed;
z-index: 99999;
margin-right: 10px;
float: right;
}
.locale {
float: right !important;
height: 60%;
width: 3%;
margin-top: 10px;
margin-right: 10px;
}
.logo1 {
float: right !important;
height: 8rem;
width: 8rem;
border-radius: 50%;
}
.logo {
height: 10rem;
width: 10rem;
border-radius: 50%;
float: right;
margin-right: 68rem;
}
.navbar-toggle {
position: relative;
float: left;
display: block;
padding: 9px 10px;
background: rgba(255, 255, 255, 0.2);
background-image: none;
border: 0 none;
top: 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
outline: 0;
opacity: 1;
-webkit-transition: all .45s;
-moz-transition: all .45s;
transition: all .45s;
}
.marginBottomCorsi {
margin-bottom: 20px;
}
.leftAlignment {
text-align: left;
background: rgba(255, 99, 71, 0.2);
outline: 2px solid white;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.open .navbar-toggle {
top: -70px;
opacity: 0;
}
.backgroundOpaque {
background-color: rgba(255, 255, 255, 0.8);
}
.mainmenu .dropdown-menu {
top: -50em;
left: 0px;
font-size: 11px;
padding: 0;
background: none;
border: 0 none;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
opacity: 0;
-webkit-transition: all .45s;
-moz-transition: all .45s;
transition: all .45s;
}
.mainmenu .dropdown-menu .active {
font-weight: bold;
}
.mainmenu .open .dropdown-menu {
top: 2px;
opacity: 1;
}
.mainmenu .dropdown-menu a {
padding: 10px 10px;
margin: 0;
color: white;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mainmenu .dropdown-menu a:hover {
background: rgba(255, 255, 255, .1);
color: white;
padding: 10px 8px 10px 12px;
}
/********************************************************/
/* Sections - universal classes */
/********************************************************/
.section {
z-index: 1;
min-height: 420px;
width: 100%;
overflow: auto;
height: 100%;
padding-top: 100px;
padding-bottom: 50px;
display: none;
top: 0;
}
@media (min-width: 768px) {
.section {
padding-top: 160px;
}
}
/* Show one of sections */
#head {
display: block;
}
/********************************************************/
/* Typography */
/********************************************************/
a {
color: #fff;
text-decoration: none;
}
a:hover, a:active {
color: #fff;
text-decoration: underline;
}
.lead {
font-weight: normal;
font-size: 1.5em;
line-height: 1.2em;
}
.title,
.subtitle {
font-family: 'Wire One', Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 7em;
margin-bottom: 15px;
color: red;
line-height: 1em;
}
.corsititle {
font-family: 'Wire One', Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 4em;
margin-bottom: 10px;
color: darkslategrey;
line-height: 1em;
text-align: center;
}
.corsititle {
line-height: 0.8em;
font-size: 5.5em;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
.subtitle {
line-height: .9em;
font-size: 5.5em;
margin-top: 0;
margin-bottom: 40px;
}
.tagline {
font-size: 1.4em;
line-height: 1.3em;
font-weight: normal;
margin-bottom: 75px;
}
@media (max-width: 770px) {
.lead {
font-size: 1.3em;
}
.mainmenu .open .dropdown-menu {
height: 92vh;
min-width: 43vh;
width: 100%;
max-width: 100vh;
background: rgba(30, 28, 28, 0.9) !important;
}
.theme-invert .mainmenu .dropdown-menu a {
color: #f7ecec !important;
font-size: 20px;
}
.mainmenu .dropdown-menu a:hover {
background: rgba(255, 255, 255, .1);
color: red;
padding: 10px 8px 10px 12px;
}
.mainmenu {
padding: 0 0 0 0;
}
.abc1 {
background-color: darkturquoise;
}
a:hover, a:active {
color: red;
text-decoration: underline;
}
.locale {
float: right !important;
height: 50%;
width: 11%;
}
.logo1 {
height: 4rem;
width: 4rem;
}
}
/********************************************************/
/* UI - Buttons */
/********************************************************/
.btn {
color: #333;
text-shadow: none;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 0 none;
}
.btn:hover {
color: #000;
}
.btn-lg {
padding: 16px 30px;
font-size: inherit;
}
.btn-link {
color: rgba(255, 255, 255, .8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
color: #fff
}
.btn-default {
background: rgba(255, 255, 255, .5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
background: rgba(255, 255, 255, .8);
}
.btn-primary {
background: rgba(255, 255, 255, .2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
background: rgba(255, 255, 255, .5);
}
/********************************************************/
/* UI - Thumbnails */
/********************************************************/
.thumbnail {
background-color: rgba(255, 255, 255, .2);
border: 0 none;
padding: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.thumbnail .caption {
color: inherit;
}
/********************************************************/
/* Everything else */
/********************************************************/
.list-social .btn {
font-size: 1.3em;
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus {
text-decoration: none;
}
/* Social buttons in the footer */
#social {
margin-top: 50px;
margin-bottom: 50px;
}
#social .wrapper {
width: 340px;
margin: 0 auto;
}
/***********************************************************/
/* Theme: text shadows */
/***********************************************************/
.text-shadows {
text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline {
text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}
.text-shadows .mainmenu .dropdown-menu a {
text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}
.text-shadows .mainmenu .dropdown-menu a:hover {
text-shadow: none;
}
/***********************************************************/
/* Inverted theme */
/***********************************************************/
.theme-invert {
color: #222;
color: rgba(0, 0, 0, .8);
}
.theme-invert a {
color: #000;
}
.theme-invert .btn {
color: rgba(255, 255, 255, .8);
}
.theme-invert .btn:hover {
color: #fff;
}
.theme-invert .btn-link {
color: rgba(0, 0, 0, .8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
color: #000
}
.theme-invert .navbar-toggle {
background: rgba(0, 0, 0, 0.12);
}
.theme-invert .navbar-toggle .icon-bar {
background: #333;
}
.theme-invert .mainmenu .dropdown-menu a {
color: #000;
}
.theme-invert .mainmenu .dropdown-menu a:hover {
background: rgba(0, 0, 0, .1);
color: #000;
}
.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .tagline {
color: #222222;
}
.theme-invert .btn-default {
background: rgba(0, 0, 0, .4);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
background: rgba(0, 0, 0, .6);
color: #fff;
}
.theme-invert .btn-primary {
background: rgba(0, 0, 0, .2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
background: rgba(0, 0, 0, .3);
color: #fff;
}
.theme-invert .thumbnail {
background-color: rgba(255, 255, 255, .8);
}
.thumbnail .caption {
color: inherit;
}
.image {
border-radius: 4px;
border: 0;
display: inline-block;
position: relative;
}
.image:before {
pointer-events: none;
background-image: url("../../images/overlay.png");
background-color: rgba(19, 21, 25, 0.5);
border-radius: 4px;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
.image img {
border-radius: 4px;
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
padding: 0 1.5em 1em 0;
top: 0.25em;
}
.image.right {
float: right;
padding: 0 0 1em 1.5em;
top: 0.25em;
}
.image.fit {
display: block;
margin: 0 0 2rem 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 2.5rem 0;
width: 100%;
}
.image.main img {
width: 100%;
}
.sponsorImage.main img {
width: 50%;
}
@media screen and (max-width: 736px) {
.image.main {
margin: 2rem 0;
}
}
@media screen and (max-width: 480px) {
.image.main {
margin: 1.5rem 0;
}
}
/* language picker */
/* Custom dropdown */
@import url(//fonts.googleapis.com/css?family=Raleway);
.custom-sel a {
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 10px;
text-align: left;
font-family: 'Raleway';
color: #546e7a;
font-size: 15px;
font-weight: 700;
line-height: 24px;
display: block;
}
.custom-sel a:hover {
text-decoration: none;
background-color: #EDF0F2;
color: #ffffff;
}
.custom-sel a.selected {
background-color: transparent;
}
.custom-sel a.selected:hover {
background-color: transparent;
color: #546e7a;
}
.hidden {
display: none;
}
.lightblue {
color: #03a9f4;
margin-left: -4px;
}
.show-sel {
background-color: #ffffff;
box-shadow: -5px 0px 65px 0px rgba(0, 0, 0, 0.18);
}
.custom-sel {
margin: 30px;
display: inline-block;
}
/* Custom dropdown */
.forecast {
margin: 0;
padding: .3rem;
background-color: #eee;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
}
.forecast > h1,
.day-forecast {
margin: .5rem;
padding: .3rem;
font-size: 2rem;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
}
.day-forecast {
background: right/contain content-box border-box no-repeat white !important;
}
.day-forecast > h2,
.day-forecast > p {
margin: .9rem;
font-size: 4rem;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
line-height: 0.8;
}
.day-forecast > h1 {
margin: .2rem;
font-size: 5rem;
font-family: 'Wire One', Helvetica, Arial, sans-serif;
}
.newsArrow {
cursor: pointer;
}
| 0.382718 | 0.069384 |
body{
background-image: url(plant-a-tree-a.jpg);
height: 100vh;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: cover;
background-position: center 0%;
}
#hed{
text-align: center;
color:gray;
font-weight: bolder;
padding-bottom: 2vh;
}
nav{
padding: 2px;
}
#dona{
height: 37%;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 400px;
}
#mainfun{
text-align: center;
width: fit-content;
height: fit-content;
color: black;
border: 3px solid;
background:rgba(11, 207, 11, 0.514);
border-color: rgb(121, 116, 116);
border-radius: 15%;
padding: 15px;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#alfn{
text-align: center;
padding-top: 5vh;
font-style: italic;
font-weight: bolder;
padding-left: 25vh;
align-self: center;
width: 89%;
}
#alkn{
text-align: center;
font-style: italic;
font-weight: bolder;
padding-left: 25vh;
align-self: center;
width: 89%;
}
img {
float: left;
height: 350px;
background-size: cover;
}
#work{
background-color: white;
width: 100%;
height: 100%;
text-align: center;
padding-top: 100px;
}
#carouselExampleControls{
height: auto;
width: 45%;
margin: 0 auto;
background-color: black;
vertical-align: middle;
}
#footer {
background-color: #f3e5f5;
padding: 20px;
}
@keyframes fadeUpAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#downbutton{
background-color: white;
color: blue;
border: 2px solid white;
transition: 0.3s ease;
padding: 2vh;
}
#downbutton:active{
background-color: blue;
color: white;
border: 2px solid blue;
}
@media (hover: hover) and (pointer: fine) {
#downbutton:hover{
background-color: blue;
color: white;
transform: scale(1.1);
border: 1px blue;
}
}
|
PaymentGateway/style.css
|
body{
background-image: url(plant-a-tree-a.jpg);
height: 100vh;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: cover;
background-position: center 0%;
}
#hed{
text-align: center;
color:gray;
font-weight: bolder;
padding-bottom: 2vh;
}
nav{
padding: 2px;
}
#dona{
height: 37%;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 400px;
}
#mainfun{
text-align: center;
width: fit-content;
height: fit-content;
color: black;
border: 3px solid;
background:rgba(11, 207, 11, 0.514);
border-color: rgb(121, 116, 116);
border-radius: 15%;
padding: 15px;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#alfn{
text-align: center;
padding-top: 5vh;
font-style: italic;
font-weight: bolder;
padding-left: 25vh;
align-self: center;
width: 89%;
}
#alkn{
text-align: center;
font-style: italic;
font-weight: bolder;
padding-left: 25vh;
align-self: center;
width: 89%;
}
img {
float: left;
height: 350px;
background-size: cover;
}
#work{
background-color: white;
width: 100%;
height: 100%;
text-align: center;
padding-top: 100px;
}
#carouselExampleControls{
height: auto;
width: 45%;
margin: 0 auto;
background-color: black;
vertical-align: middle;
}
#footer {
background-color: #f3e5f5;
padding: 20px;
}
@keyframes fadeUpAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#downbutton{
background-color: white;
color: blue;
border: 2px solid white;
transition: 0.3s ease;
padding: 2vh;
}
#downbutton:active{
background-color: blue;
color: white;
border: 2px solid blue;
}
@media (hover: hover) and (pointer: fine) {
#downbutton:hover{
background-color: blue;
color: white;
transform: scale(1.1);
border: 1px blue;
}
}
| 0.464659 | 0.06357 |
body {
background-image: none !important;
background-color: white !important;
font-size: 100% !important;
color: #222;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div#content {
max-width: 48em;
}
div#header {
background-image: none;
margin-bottom: 0px;
}
#header ul {
border-bottom-color: #eee;
}
div#header h1 a {
text-indent: 0px;
background-image: none;
margin-left: 20px !important;
font-weight: 100;
color: #222 !important;
}
div#content {
background-image: none !important;
padding-left: 1.5em !important;
padding-right: 1.5em !important;
width: auto !important;
}
div#header {
margin-left: auto !important;
margin-right: auto !important;
width: 870px !important;
}
#content h2 { color: #80a4e4 !important; }
#home h2, #home h3 {
font-weight: bold !important;
margin-top: 2em !important;
text-decoration: underline;
}
pre {
font-size: 120% !important;
line-height: normal !important;
overflow: auto !important;
}
div.highlight {
margin-top: 5px !important;
margin-bottom: 15px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
div.highlight pre .nf { color: #a2bad8 !important; }
div.highlight pre .o { color: #ffff92 !important; }
div.highlight pre .c1 {
font-style: normal !important;
color: #ff80c0 !important;
}
#home pre {
margin-right: 100px !important;
}
#content .highlight pre {
padding: 2px 8px !important;
}
p code {
font-size: 120% !important;
background-color: #153c6c !important;
color: silver !important;
padding: 2px !important;
}
dt a {
color: #44aacc !important;
}
#content a:link {
color: #44aacc !important;
}
#content a:visited {
color: #55bbdd !important;
}
#content pre, p code {
background-color: #eed !important;
color: #222 !important;
border: 0px;
}
#footer {
background-image: none;
border-top: 1px solid #eee;
}
#content h2 {
color: #222 !important;
font-weight: 100;
text-decoration: none;
}
div.highlight pre .nb, div.highlight pre .no, div.highlight pre .nc {
color: #555;
}
h3, #home p, #home pre, #home .puff {
margin-right: 0px;
}
#content a#getStarted {
background-image: none;
background-color: #44aacc;
text-indent: 0px;
color: white !important;
}
#content a#getStarted:visited {
color: white !important;
}
#help, #bugs {
background-image: none;
background-color: transparent;
color: #222 !important;
width: 100%;
float: none;
padding-left: 0px;
height: auto !important;
}
h2.latest-release, p.latest-release, #help {
background-color: transparent;
margin-left: 0px;
}
div.highlight pre .o {
color: #555 !important;
}
div.highlight pre .vi {
color: #304F5E
}
|
data/usercss/91055.user.css
|
body {
background-image: none !important;
background-color: white !important;
font-size: 100% !important;
color: #222;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div#content {
max-width: 48em;
}
div#header {
background-image: none;
margin-bottom: 0px;
}
#header ul {
border-bottom-color: #eee;
}
div#header h1 a {
text-indent: 0px;
background-image: none;
margin-left: 20px !important;
font-weight: 100;
color: #222 !important;
}
div#content {
background-image: none !important;
padding-left: 1.5em !important;
padding-right: 1.5em !important;
width: auto !important;
}
div#header {
margin-left: auto !important;
margin-right: auto !important;
width: 870px !important;
}
#content h2 { color: #80a4e4 !important; }
#home h2, #home h3 {
font-weight: bold !important;
margin-top: 2em !important;
text-decoration: underline;
}
pre {
font-size: 120% !important;
line-height: normal !important;
overflow: auto !important;
}
div.highlight {
margin-top: 5px !important;
margin-bottom: 15px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
div.highlight pre .nf { color: #a2bad8 !important; }
div.highlight pre .o { color: #ffff92 !important; }
div.highlight pre .c1 {
font-style: normal !important;
color: #ff80c0 !important;
}
#home pre {
margin-right: 100px !important;
}
#content .highlight pre {
padding: 2px 8px !important;
}
p code {
font-size: 120% !important;
background-color: #153c6c !important;
color: silver !important;
padding: 2px !important;
}
dt a {
color: #44aacc !important;
}
#content a:link {
color: #44aacc !important;
}
#content a:visited {
color: #55bbdd !important;
}
#content pre, p code {
background-color: #eed !important;
color: #222 !important;
border: 0px;
}
#footer {
background-image: none;
border-top: 1px solid #eee;
}
#content h2 {
color: #222 !important;
font-weight: 100;
text-decoration: none;
}
div.highlight pre .nb, div.highlight pre .no, div.highlight pre .nc {
color: #555;
}
h3, #home p, #home pre, #home .puff {
margin-right: 0px;
}
#content a#getStarted {
background-image: none;
background-color: #44aacc;
text-indent: 0px;
color: white !important;
}
#content a#getStarted:visited {
color: white !important;
}
#help, #bugs {
background-image: none;
background-color: transparent;
color: #222 !important;
width: 100%;
float: none;
padding-left: 0px;
height: auto !important;
}
h2.latest-release, p.latest-release, #help {
background-color: transparent;
margin-left: 0px;
}
div.highlight pre .o {
color: #555 !important;
}
div.highlight pre .vi {
color: #304F5E
}
| 0.240239 | 0.049451 |
.ms-core-defaultFont,
#pageStatusBar,
#hybridTooltipStatusBar,
.ms-status-msg,
.js-callout-body
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
}
.ms-core-defaultFont,
.js-callout-body
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-core-defaultFont
{
font-weight:normal;
text-decoration:none;
white-space:normal;
word-break:normal;
line-height:normal;
}
html > .ms-core-needIEFilter
{
/* [ReplaceBGImage] */ -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='about:blank',sizingMethod='scale');";
}
.ms-backgroundImage
{
/* [ReplaceBGImage] */ background-image:url();
}
#s4-ribbonrow
{
position:relative;
}
#s4-workspace
{
overflow:auto;
position:relative;
}
#s4-bodyContainer
{
padding-bottom:35px;
}
.ms-h1
{
/* [ReplaceFont(themeFont:"large-heading")] */ font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:2.3em;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
font-weight:200;
}.ms-h2,.ms-h3,
.ms-headerFont
{
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"StrongBodyText")] */ color:#262626;
font-weight:300;
}
.ms-h2
{
font-size:1.46em;
}
.ms-h3
{
font-size:1.15em;
}
.ms-h4,.ms-h5,.ms-h6
{
/* [ReplaceFont(themeFont:"small-heading")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-h4
{
font-size:1em;
/* [ReplaceColor(themeColor:"StrongBodyText")] */ color:#262626;
}
.ms-h5
{
font-size:1em;
}
.ms-h6
{
font-size:1em;
}
img
{
border:none;
-webkit-tap-highlight-color:transparent;
}
iframe
{
border:none;
}
hr
{
border-width:0px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
}
table
{
border-width:0px;
}
legend
{
color:inherit;
}
input,
select,
label,
textarea,
button,
option
{
font-family:inherit;
font-size:inherit;
color:inherit;
vertical-align:middle;
}
/*textarea
{
overflow:auto;
}*/
.sp-peoplepicker-topLevel,
.sp-peoplepicker-topLevelDisabled,
.sp-peoplepicker-autoFillContainer,
.ms-inputBox
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-inputBox
{
padding:2px 5px;
}
.sp-peoplepicker-topLevelFocus,
.ms-inputBoxActive,
.ms-inputBox.ms-inputBoxActive:hover
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
}
#sideNavBox > hr
{
margin:20px auto;
}
#siteactiontd
{
height:30px;
margin-right:0px;
}
.ms-siteactions-root
{
font-weight:600;
display:inline-block;
position:relative;
vertical-align:top;
}
.ms-siteactions-root > span > a.ms-core-menu-root
{
width:16px;
height:16px;
display:inline-block;
padding:8px 7px 6px 8px;
}
.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-siteactions-normal
{
display:inline-block;
border-right:1px solid transparent;
}
#welcomeMenuBox
{
font-size:1em;
display:inline-block;
vertical-align:top;
height:30px;
}
.ms-welcome-root
{
display:inline-block;
position:relative;
height:30px;
line-height:30px;
padding:0px 7px 0px 11px;
border-right:1px solid transparent;
background-clip:padding-box;
}
.ms-core-needIEFilter .ms-welcome-root
{
/* [ReplaceColor(themeColor:"SuiteBarBackground",opacity:"1")] */ border-left-color:#0072c6;
}
.ms-core-menu-arrow
{
margin-left:3px;
}
.ms-signInLink
{
vertical-align:middle;
display:inline-block;
line-height:30px;
padding:0px 7px 0px 11px;
}
.ms-welcome-root > a.ms-core-menu-root,
.ms-signInLink
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
text-decoration:none;
height:30px;
}
.ms-welcome-hover > a.ms-core-menu-root,
.ms-signInLink:hover
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ms-welcome-root > a.ms-core-menu-root:active,
.ms-signInLink:active
{
/* [ReplaceColor(themeColor:"TopBarPressedText")] */ color:#004d85;
text-decoration:none;
}
.ms-welcome-hover,
.ms-siteactions-hover
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-right-color:#d1d1d1;
}
.ms-welcome-root > .ms-core-menu-box.ms-core-menu-box,
.ms-siteactions-hover > .ms-core-menu-box.ms-core-menu-box
{
box-shadow:3px 3px 6px -4px rgba(0,0,0,0.3),-3px 3px 6px -4px rgba(0,0,0,0.3);
border-top:0px solid transparent;
}
.ms-core-suiteLink > .ms-core-menu-box,
.ms-core-suiteLink > .ms-core-menu-boxBig,
.ms-siteactions-hover > .ms-core-menu-box,
.ms-siteactions-hover > .ms-core-menu-boxBig,
.ms-welcome-root > .ms-core-menu-box,
.ms-welcome-root > .ms-core-menu-boxBig
{
padding-top:4px;
}
#ms-help
{
display:inline-block;
height:30px;
}
.ms-dd-button
{
display:inline-block;
margin-left:5px;
}
div.ms-cui-TabRowRight
{
padding-right:5px;
height:35px;
line-height:35px;
}
.ms-qatbutton
{
border:1px solid transparent;
display:inline-block;
vertical-align:middle;
height:30px;
line-height:normal;
}
.ms-promotedActionButton
{
display:inline-block;
margin-right:10px;
vertical-align:middle;
}
.ms-promotedActionButton-icon
{
vertical-align:middle;
display:inline-block;
margin-right:5px;
}
.ms-promotedActionButton-text
{
display:inline-block;
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
text-transform:uppercase;
font-size:8pt;
}
.ms-promotedActionButton:hover .ms-promotedActionButton-text
{
/* [ReplaceColor(themeColor:"TopBarHoverText")] */ color:#333;
}
.ms-promotedActionButton:active .ms-promotedActionButton-text
{
/* [ReplaceColor(themeColor:"TopBarPressedText")] */ color:#004d85;
}
#appBackLinkRibbon
{
margin-top:-7px;
padding-left:12px;
}
#appBackLinkRibbon > a
{
text-transform:none;
}
.ms-syncButtonIcon
{
position:absolute;
left:-200px;
top:-66px;
}
.ms-syncButtonIconParent
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-viewselector-currentView
{
font-size:1.2em;
/* [ReplaceColor(themeColor:"Accent4")] */ color:#111;
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-viewselector-currentView:hover
{
/* [ReplaceColor(themeColor:"Accent1")] */ color:#b95f00;
}
.ms-siteicon-a
{
display:inline-block;
max-width:180px;
max-height:64px;
}
.ms-siteicon-img
{
display:block;
max-width:180px;
max-height:64px;
}
#s4-titlerow
{
margin-bottom:27px;
height:64px;
}
#titleAreaBox
{
margin:auto 20px;
}
.ms-core-pageTitle,
.ms-core-pageTitle a
{
/* [ReplaceFont(themeFont:"title")] */ font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"SiteTitle")] */ color:#262626;
}
.ms-core-pageTitle
{
font-size:2.77em;
white-space:nowrap;
}
.ms-core-pageTitle a:hover,
.ms-core-pageTitle a:active
{
text-decoration:none;
}
#siteIcon
{
min-width:64px;
height:64px;
line-height:64px;
text-align:center;
margin-right:20px;
float:left;
}
#ms-pageDescriptionDiv
{
position:relative;
height:16px;
width:16px;
display:inline-block;
overflow:hidden;
}
#ms-pageDescriptionImage
{
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=44") no-repeat -161px -178px;
display:inline-block;
vertical-align:top;
}
.ms-core-isHC #ms-pageDescriptionImage
{
background:none;
}
.ms-core-isHC #ms-pageDescriptionImage:after
{
position:absolute;
content:url("/_layouts/15/images/spcommon.png?rev=44");
left:-161px;
top:-178px;
overflow:hidden;
}
@media screen and (-ms-high-contrast:active){
#ms-pageDescriptionImage
{
background:none;
}
#ms-pageDescriptionImage::after
{
position:absolute;
content:url("/_layouts/15/images/spcommon.png?rev=44");
left:-161px;
top:-178px;
overflow:hidden;
}
}
#coms-pageDescriptionCallout_callout-body
{
padding:10px;
}
.ms-webPartMenu-wpmenuarrowImg
{
top:-250px;
left:-109px;
position:relative;
}
.ms-core-form-heading
{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-core-form-section
{
margin-bottom:13px;
}
.ms-core-form-subsection
{
margin:9px auto 11px;
}
.ms-core-form-line
{
margin-bottom:6px;
}
.ms-core-form input[type=radio],.ms-core-form input[type=checkbox]
{
margin-right:5px;
}
.ms-core-form-titleCell
{
width:100px;
}
.ms-core-form-title
{
font-size:inherit;
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-core-form-row > td
{
padding:7px;
margin:1px;
vertical-align:top;
}
.ms-core-navigation
{
/* [ReplaceFont(themeFont:"navigation")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-core-form-bottomLeftBox
{
text-align:left;
margin-top:20px;
}
.ms-core-form-bottomButtonBox
{
text-align:right;
margin-top:20px;
}
.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-taskdate-daysvalue
{
font-weight:200;
font-size:3.69em;
font-family:"Segoe UI";
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
display:inline-block;
}
.ms-taskdate-dayinfo
{
position:relative;
left:14px;
display:inline-block;
}
.ms-taskdate-daysunit
{
font-weight:300;
font-size:1.46em;
font-family:"Segoe UI";
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-transform:uppercase;;
}
.ms-pagearrow-left-outerspan
{
height:16px;
width:16px;
padding:15px;
display:inline-block;
}
.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-input-divAroundTextArea
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
padding:4px;
}
.ms-srch-sb
{
display:inline-block;
}
.ms-core-header .ms-srch-sb
{
/* [ReplaceColor(themeColor:"HeaderBackground",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-srch-sb-border
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-core-header .ms-srch-sb-border
{
/* [ReplaceColor(themeColor:"HeaderLines")] */ border:1px solid #ababab;
}
.ms-srch-sb-border:hover
{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.ms-core-header .ms-srch-sb-border:hover
{
/* [ReplaceColor(themeColor:"HeaderStrongLines")] */ border:1px solid #92c0e0;
}
.ms-srch-sb-borderFocused
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
.ms-core-header .ms-srch-sb-borderFocused
{
/* [ReplaceColor(themeColor:"HeaderAccentLines")] */ border:1px solid #2a8dd4;
}
.ms-srch-sb>input
{
display:inline-block;
border-style:none;
outline-style:none;
height:18px;
margin:0px 0px 0px 5px;
padding:0px 1px 0px 0px;
width:200px;
background-color:transparent;
}
.ms-core-header .ms-srch-sb>input
{
/* [ReplaceColor(themeColor:"HeaderText")] */ color:#444;
}
.ms-srch-sb>input:focus
{
border-style:none;
outline-style:none;
}
.ms-srch-sb>input[type=text]::-ms-clear
{
display:none;
}
.ms-srch-sb-link
{
float:left;
margin-left:10px;
}
.ms-srch-sb-navLink,.ms-srch-sb-searchLink
{
display:inline-block;
cursor:pointer;
vertical-align:top;
background-color:transparent;
border:1px solid transparent;
position:relative;
overflow:hidden;
}
.ms-srch-sb > .ms-srch-sb-searchLink
{
margin-left:-1px;
height:20px;
width:20px;
}
.ms-srch-sb > .ms-srch-sb-navLink
{
height:20px;
width:20px;
}
.ms-srch-sb-searchLink:hover,.ms-srch-sb-navLink:hover
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
}
.ms-srch-sb-searchLink:active,
.ms-srch-sb-searchLink > img:active,
.ms-srch-sb-navLink:active,
.ms-srch-sb-navLink > img:active,
.ms-srch-sb-navLink-menuOpen,
.ms-srch-sb-navLink-menuOpen:hover
{
/* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1")] */ background-color:#92c0e0;
/* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color:#92c0e0;
}
.ms-srch-sb-searchImg
{
left:-35px;
top:-57px;
position:absolute;
}
.ms-srch-sb-searchImg:hover
{
left:-1px;
top:-69px;
}
.ms-srch-sb-navImg
{
left:-35px;
top:-35px;
position:absolute;
}
.ms-srch-sb-navImg:hover,.ms-srch-sb-navLink-menuOpen > .ms-srch-sb-navImg
{
left:-57px;
top:-35px;
}
.ms-core-header .ms-srch-sb-prompt.ms-srch-sb-prompt
{
/* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color:#777;
}
.ms-qSuggest-container
{
border:inherit;
padding:5px 0px;
margin:-1px 0px 0px -1px;
visibility:hidden;
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
z-index:1000;
}
.ms-qSuggest-list
{
cursor:default;
margin:0px;
overflow:hidden;
padding:0px;
white-space:nowrap;
text-overflow:ellipsis;
}
.ms-qSuggest-listItem
{
margin:0px;
padding:7px 10px;
}
.ms-qSuggest-hListItem{
/* [ReplaceColor(themeColor:"HoverBackground",opacity:"1")] */ background-color:#cde6f7;
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
margin:0px;
padding:7px 10px;
}
.ms-qSuggest-personalResultTitle
{
padding:7px 10px;
margin:0;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-qSuggest-listSeparator
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
margin:7px 0px;
}
a:active.ms-skip,
a:focus.ms-skip,
a:focus.ms-acc-button,
a:active.ms-acc-button
{
position:absolute;
top:2px;
background-color:#fff;
border:1px solid #000;
color:#000;
padding:2px 4px;
z-index:12;
height:auto;
width:auto;
}
#pageStatusBar[class],
#hybridTooltipStatusBar[class],
.ms-status-msg
{
position:static;
margin-bottom:15px;
padding:7px 10px;
border-width:1px;
border-style:solid;
color:#444;
}
.ms-status-blue
{
background-color:#f0f0f0 !important;
border-color:#c6c6c6 !important;
}
.ms-status-blue a:link,
.ms-status-blue a:visited
{
color:#125ab2 !important;
}
.ms-status-green
{
background-color:#c7f299 !important;
border-color:#99cc62 !important;
}
.ms-status-green a:link,
.ms-status-green a:visited
{
color:#125ab2 !important;
}
.ms-status-yellow
{
background-color:#fff19d !important;
border-color:#d7d889 !important;
}
.ms-status-yellow a:link,
.ms-status-yellow a:visited
{
color:#125ab2 !important;
}
.ms-status-red
{
background-color:#f8d4d4 !important;
border-color:#f5a6a7 !important;
}
.ms-status-red a:link,
.ms-status-red a:visited
{
color:#125ab2 !important;
}
.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,.ms-status-dismissIconImg
{
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-status-status > .ms-status-iconSpan > .ms-status-dismissIconImg
{
top:-180px;
left:-23px;
}
#ms-gearPageBody{
padding:0px 20px;
}
#ms-loading-body
{
text-align:center;
padding-top:175px;
}
#ms-loading-box
{
display:inline-block;
min-width:375px;
text-align:left;
box-shadow:none;
position:static;
}
.ms-dialog #ms-loading-body
{
padding-top:0px;
}
.ms-dialog #ms-loading-box
{
border-width:0px;
}
#gearsImageLink
{
margin-right:3px;
vertical-align:middle;
outline:none;
}
#gearsImage
{
height:32px;
width:32px;
}
.ms-diffdelete
{
text-decoration:line-through;
}
.ms-diffinsert,
.ms-diffinsert.ms-descriptiontext
{
text-decoration:underline;
/* [ReplaceColor(themeColor:"SearchURL")] */ color:#338200;
}
.ms-storefront-appiconimg
{
vertical-align:middle;
height:96px;
width:96px;
}
.ms-storefront-appiconspan
{
height:96px;
width:96px;
line-height:90px;
position:relative;
display:inline-block;
text-align:center;
overflow:hidden;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-core-needIEFilter .ms-storefront-appiconspan
{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-storefront-defaultappiconimg
{
left:-111px;
top:-5px;
position:absolute;
height:auto;
width:auto;
}
.ms-foldHyperLink-panel
{
display:inline;
}
#ms-hcTest
{
border:1px solid #f00 !important;
visibility:hidden !important;
position:absolute !important;
}
.ms-suggestion-msg
{
margin-bottom:15px;
padding:7px 10px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-suggestion-msg a:link,
.ms-suggestion-msg a:visited
{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-trc-noti-title
{
overflow:hidden;
}
.ms-lightbox,.ms-lightbox-content.ms-lightbox-loading,.ms-lightbox-header,.ms-lightbox-surface,.ms-lightbox-footer,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe,.ms-lightbox-loading,
.ms-lightbox-h1
{
position:absolute;
}
.ms-lightbox
{
min-width:400px;
top:0;
bottom:0;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:#fff;
}
.ms-lightbox:-webkit-full-screen{
top:0;
}
.ms-lightbox,.ms-lightbox-content,.ms-lightbox-header,.ms-lightbox-surface,.ms-lightbox-footer,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.ms-lightbox,.ms-lightbox-header,.ms-lightbox-h1,.ms-lightbox-surface,.ms-lightbox-footer,
.ms-lightbox-loading,.ms-lightbox-loading>span,
.ms-lightbox-surface>iframe
{
width:100%;
}
html.ms-lightbox-page,html.ms-lightbox-page>body,
.ms-lightbox-content,
.ms-lightbox-loading,.ms-lightbox-loading>span,.ms-lightbox-content ul,
.ms-lightbox-surface>iframe
{
height:100%;
}
.ms-lightbox-header,.ms-lightbox-footer
{
height:35px;
z-index:1;
}
.ms-lightbox-header,.ms-lightbox-footer,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
padding:0 19px;
}
.ms-lightbox-content ul>li,
.ms-lightbox-loading>span,.ms-lightbox-loading>span>a,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
display:inline-block;
}
.ms-lightbox-content ul,.ms-lightbox-h1
{
margin:9px 0;
}
.ms-lightbox-h1
{
z-index:-1;
}
ul.ms-lightbox-wndbar>li>a>span
{
vertical-align:text-bottom;
}
ul.ms-lightbox-cmdbar>li
{
margin-right:19px;
}
.ms-lightbox-content ul>li>a
{
text-transform:uppercase;
}
.ms-lightbox-content ul>li>a:hover
{
background-color:transparent;
}
.ms-lightbox-content
{
max-width:100%;
padding:0;
}
.ms-lightbox-surface
{
top:35px;
bottom:35px;
min-height:400px;
text-align:center;
}
.ms-lightbox-loading>span{
font-size:36px;
position:relative;
top:40%;
vertical-align:middle;
margin:auto;
}
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
top:0;
right:0;
bottom:0;
left:0;
max-width:100%;
max-height:100%;
vertical-align:middle;
margin:auto;
}
.ms-lightbox-surface>img
{
width:auto !important;
height:auto !important;
}
.ms-lightbox-footer
{
bottom:35px;
}
.ms-OldPanel-PanelBackdrop
{
top:50px;
height:100%;
width:100%;
position:fixed;
/* [ReplaceColor(themeColor:"PageBackground")] */ background-color:#fff;
opacity:0.65;
}
.ms-OldPanel-PanelContainer
{
width:939px;
top:50px;
bottom:100%;
position:fixed;
right:0px;
border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0.2")] */ box-shadow:-30px 0 30px -30px rgba( 0,114,198,0.2 );
transition:width 0.2s;
}
.ms-OldPanel-Frame
{
position:absolute;
width:100%;
height:100%;
/* [ReplaceColor(themeColor:"PageBackground")] */ background-color:#fff;
}
.ms-OldPanel-CloseButton
{
position:absolute;
right:10px;
width:40px;
height:40px;
font-size:30px;
/* [ReplaceColor(themeColor:"ButtonGlyph")] */ color:#666;
text-align:center;
cursor:pointer;
}
.ms-accentText,.ms-accentText:visited
{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-textXLarge
{
/* [ReplaceFont(themeFont:"large-body")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
}
.ms-textLarge
{
/* [ReplaceFont(themeFont:"large-body")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.15em;
}
.ms-metadata,
.ms-descriptiontext,
.ms-secondaryCommandLink
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-textSmall,
.ms-textXSmall,
.ms-metadata,
.ms-descriptiontext,
.ms-secondaryCommandLink
{
font-size:.9em;
}
.ms-metadata,
.ms-descriptiontext
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-uppercase
{
text-transform:uppercase;
}
.ms-helperText,
input.ms-helperText
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-atMention,
.ms-hashTag
{
font-weight:bold;
}
.ms-subtleLink:link,
.ms-subtleLink:visited,
.ms-atMention:link,
.ms-atMention:visited,
.ms-hashTag:link,
.ms-hashTag:visited
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-subtleLink:hover,
.ms-atMention:hover,
.ms-hashTag:hover
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
text-decoration:none;
}
.ms-subtleLink:active,
.ms-atMention:active,
.ms-hashTag:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
text-decoration:none;
}
.ms-calloutLink:link,
a.ms-calloutLink:visited,
.ms-calloutLinkDisabled
{
font-size:1em;
}
.ms-commandLink,
.ms-commandLink:visited
{
font-size:.85em;
}
.ms-selected,
.ms-pivotControl-surfacedOpt-selected,
.ms-core-listMenu-selected,
.ms-hero-command-enabled-alt
{
font-weight:600;
}
.ms-calloutLink:link,
a.ms-calloutLink:visited,
.ms-calloutLinkDisabled,
.ms-commandLink,
.ms-commandLink:visited,
.ms-secondaryCommandLink,
.ms-secondaryCommandLink:visited
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
text-transform:uppercase;
text-decoration:none;
}
.ms-soften,
.ms-soften:link,
a.ms-soften:visited,
.ms-soften:hover,
.ms-soften:active
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-commandLink,
.ms-commandLink:visited,
.ms-commandGlyph,
.ms-commandGlyph:visited
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
}
.ms-commandGlyph,
.ms-commandGlyph:visited,
.ms-commandGlyph:hover,
.ms-commandGlyph:active
{
text-decoration:none;
}
.ms-secondaryCommandLink,
.ms-secondaryCommandLink:visited,
.ms-commandGlyph:hover
{
/* [ReplaceColor(themeColor:"CommandLinksSecondary")] */ color:#262626;
text-transform:none;
}
.ms-calloutLink:hover,
.ms-commandLink:hover,
.ms-secondaryCommandLink:hover
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
text-decoration:none;
}
.ms-calloutLink:active,
.ms-commandLink:active,
.ms-secondaryCommandLink:active,
.ms-commandGlyph:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-heroCommandLink,
.ms-heroCommandLink:visited
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
text-decoration:none;
}
.ms-heroCommandLink:hover,
.ms-heroCommandLink:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
text-decoration:none;
}
.ms-calloutLinkDisabled:link,
.ms-calloutLinkDisabled:visited,
a.ms-calloutLinkDisabled:hover,
.ms-calloutLinkDisabled:active,
.ms-commandLinkDisabled:link,
.ms-commandLinkDisabled:visited,
.ms-commandLinkDisabled:hover,
.ms-commandLinkDisabled:active
{
/* [ReplaceColor(themeColor:"CommandLinksDisabled")] */ color:#b1b1b1;
cursor:default;
border-style:none;
}
.ms-core-form-error,
.ms-error,
.ms-formvalidation,
.ms-diffdeletenostrike,
.ms-diffdelete
{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-tooltip
{
text-decoration:none;
border-bottom:1px dotted;
}
.ms-emptyMode,
.ms-attractMode{
/* [ReplaceFont(themeFont:"large-body")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-attractMode
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
a.ms-listlink,
a.ms-listlink:hover,
a.ms-listlink:active
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
a.ms-listlink:hover,
a.ms-listlink:active
{
text-decoration:underline;
}
.ms-webpart-titleText
{
font-size:1.46em;
}
.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText > a
{
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"WebPartHeading")] */ color:#444;
overflow:hidden;
text-align:justify;
text-overflow:ellipsis;
white-space:nowrap;
}
.ms-webpart-titleText > a:hover
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
.ms-webpart-titleText > a:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-webpart-titleText-withMenu
{
padding-right:35px;
}
.ms-disabled
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
}
.ms-largeNumber
{
font-size:2.31em;
/* [ReplaceFont(themeFont:"large-heading")] */ font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"CommandLinksSecondary")] */ color:#262626;
}
.ms-hcLink
{
border-bottom:1px solid transparent;
}
.ms-emphasis{
/* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-core-needIEFilter .ms-emphasis{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-emphasis:hover{
/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ background-color:#0067b0;
}
.ms-core-needIEFilter .ms-emphasis:hover{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0067b0,endColorstr=#ff0067b0)";
}
.ms-emphasisBorder{
/* [ReplaceColor(themeColor:"EmphasisBorder")] */ border:1px solid #0067b0;
}
.ms-emphasisBorder:hover{
/* [ReplaceColor(themeColor:"EmphasisHoverBorder")] */ border-color:#004d85;
}
.ms-subtleEmphasis{
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-subtleEmphasisCommand{
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-subtleEmphasisCommand{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-subtleEmphasisCommand:hover{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
.ms-subtleEmphasisCommand:active{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-subtleEmphasisCommand-disabled{
/* [ReplaceColor(themeColor:"CommandLinksDisabled")] */ color:#b1b1b1;
}
.ms-sideNav{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
}
.ms-sideNav:hover{
/* [ReplaceColor(themeColor:"NavigationHover")] */ color:#0072c6;
}
.ms-sideNav:active{
/* [ReplaceColor(themeColor:"NavigationPressed")] */ color:#004d85;
}
.ms-sideNav:hover,
.ms-sideNav:active{
/* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-needIEFilter .ms-sideNav:hover,
.ms-core-needIEFilter .ms-sideNav:active{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-sideNav-selected{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color:rgba( 239,239,239,0.78 );
}
.ms-core-needIEFilter .ms-sideNav-selected{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-topBar{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );
}
.ms-core-needIEFilter .ms-topBar{
background-color:transparent;
/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-topBar:hover{
/* [ReplaceColor(themeColor:"TopBarHoverText")] */ color:#333;
}
.ms-topBar:active{
/* [ReplaceColor(themeColor:"TopBarPressedText")] */ color:#004d85;
}
.ms-odn-defaultFont
{
font-size:14px;
}
.ms-core-tableNoSpace
{
border-spacing:0px;
}
.ms-core-tableNoSpace > tr > td,.ms-core-tableNoSpace > * > tr > td,.ms-core-tableNoSpace > tr > th,.ms-core-tableNoSpace > * > tr > th
{
padding:0px;
}
.ms-displayBlock
{
display:block;
}
.ms-displayInline
{
display:inline;
}
.ms-displayInlineBlock
{
display:inline-block;
}
.ms-table
{
display:table;
}
.ms-tableRow
{
display:table-row;
}
.ms-tableCell
{
display:table-cell;
}
.ms-verticalAlignTop
{
vertical-align:top;
}
.ms-verticalAlignMiddle
{
vertical-align:middle;
}
.ms-verticalAlignBaseline
{
vertical-align:baseline;
}
.ms-positionRelative
{
position:relative;
}
.ms-positionAbsolute
{
position:absolute;
}
.ms-positionAbsolute
{
position:absolute;
}
.ms-hide
{
display:none;
}
.ms-visibilityHidden
{
visibility:hidden;
}
.ms-accessible,.ms-hidden,
a.ms-skip,a:hover.ms-skip,a:visited.ms-skip,a.ms-TurnOnAcc,a.ms-SkiptoMainContent,a.ms-SkiptoNavigation
{
position:absolute;
top:-2000px;
overflow:hidden;
height:1px;
width:1px;
display:block;
}
.ms-unicodeBidiEmbed
{
unicode-bidi:embed;
}
.ms-clear
{
clear:both;
}
.ms-alignRight
{
text-align:right;
}
.ms-alignLeft
{
text-align:left;
}
.ms-alignCenter
{
text-align:center;
}
.ms-floatRight
{
float:right;
}
.ms-floatLeft
{
float:left;
}
@media print
{
.ms-noPrint,
#s4-ribbonrow,
#sideNavBox,
.ms-feedback-box,
#ms-overlay-ie8background,
#background,
.s4-ctx,
#suiteBarDelta,
#DeltaPlaceHolderSearchArea,
.ms-navedit-editLinksText
{
display:none !important;
}
#s4-titlerow
{
display:block;
}
body
{
overflow:visible;
}
#s4-workspace
{
overflow:visible !important;
width:auto !important;
height:auto !important;
}
#contentBox
{
margin:0px !important;
}
}
.ms-noWrap
{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-forceWrap
{
word-wrap:break-word;
}
.ms-normalWrap
{
white-space:normal;
word-wrap:normal;
}
.ms-fullWidth
{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:100%;
}
.ms-fullHeight
{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:100%;
}
.ms-fillBoxFull
{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:100%;
width:100%;
}
.ms-fillBox
{
height:100%;
width:100%;
}
.ms-padding0
{
padding:0px;
}
.ms-margin0
{
margin:0px;
}
.ms-noList ul,.ms-noList ol,.ms-noList
{
list-style-type:none;
padding-left:0px;
}
.ms-bold
{
font-weight:bold;
}
.ms-italic
{
font-style:italic;
}
.ms-smallIndent
{
margin-left:20px;
}
.ms-indent
{
margin-left:25px;
}
.ms-highContrastBorder
{
border:1px solid transparent;
}
.ms-cursorDefault
{
cursor:default;
}
.ms-cursorPointer
{
cursor:pointer;
}
.ms-shadow
{
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-lines{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-subtleLines{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-strongLines{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.ms-disabledLines{
/* [ReplaceColor(themeColor:"DisabledLines")] */ border:1px solid #e1e1e1;
}
.ms-accentLines{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
.ms-popupBorder{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
}
.ms-bgOverlay{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-bgOverlay{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-bgDisabled{
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-core-needIEFilter .ms-bgDisabled{
background-color:transparent;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffdfdfd,endColorstr=#fffdfdfd)";
}
.ms-bgHeader{
/* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-bgHeader{
background-color:transparent;
/* [ReplaceColor(themeColor:"HeaderBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-bgFooter{
/* [ReplaceColor(themeColor:"FooterBackground")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-bgFooter{
background-color:transparent;
/* [ReplaceColor(themeColor:"FooterBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-bgHoverable:hover{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-needIEFilter .ms-bgHoverable:hover{
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-bgSelected{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
}
.ms-core-needIEFilter .ms-bgSelected{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
}
.ms-ContentAccent1-fontColor{/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ color:#0072C6;}
.ms-ContentAccent2-fontColor{/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ color:#00485B;}
.ms-ContentAccent3-fontColor{/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ color:#288054;}
.ms-ContentAccent4-fontColor{/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ color:#767956;}
.ms-ContentAccent5-fontColor{/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ color:#ED0033;}
.ms-ContentAccent6-fontColor{/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ color:#682A7A;}
.ms-TileText-fontColor{/* [ReplaceColor(themeColor:"TileText",opacity:"1")] */ color:#fff;}
.ms-TopBarText-fontColor{/* [ReplaceColor(themeColor:"TopBarText",opacity:"1")] */ color:#666;}
.ms-ContentAccent1-bgColor{/* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;}
.ms-ContentAccent2-bgColor{/* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;}
.ms-ContentAccent3-bgColor{/* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;}
.ms-ContentAccent4-bgColor{/* [ReplaceColor(themeColor:"ContentAccent4")] */ background-color:#767956;}
.ms-ContentAccent5-bgColor{/* [ReplaceColor(themeColor:"ContentAccent5")] */ background-color:#ED0033;}
.ms-ContentAccent6-bgColor{/* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#682A7A;}
.ms-SelectionBackground-bgColor{/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );}
.ms-HoverBackground-bgColor{/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );}
.ms-TileBackgroundOverlay-bgColor{/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ background-color:rgba( 0,0,0,0.6 );}
.ms-EmphasisBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;}
.ms-TopBarBackground-bgColor{/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );}
.ms-EmphasisHoverBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ background-color:#0067b0;}
.ms-core-needIEFilter .ms-ContentAccent1-bgColor{/* [ReplaceColor(themeColor:"ContentAccent1")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF0072C6,endColorstr=#FF0072C6)";}
.ms-core-needIEFilter .ms-ContentAccent2-bgColor{/* [ReplaceColor(themeColor:"ContentAccent2")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF00485B,endColorstr=#FF00485B)";}
.ms-core-needIEFilter .ms-ContentAccent3-bgColor{/* [ReplaceColor(themeColor:"ContentAccent3")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF288054,endColorstr=#FF288054)";}
.ms-core-needIEFilter .ms-ContentAccent4-bgColor{/* [ReplaceColor(themeColor:"ContentAccent4")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF767956,endColorstr=#FF767956)";}
.ms-core-needIEFilter .ms-ContentAccent5-bgColor{/* [ReplaceColor(themeColor:"ContentAccent5")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFED0033,endColorstr=#FFED0033)";}
.ms-core-needIEFilter .ms-ContentAccent6-bgColor{/* [ReplaceColor(themeColor:"ContentAccent6")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF682A7A,endColorstr=#FF682A7A)";}
.ms-core-needIEFilter .ms-SelectionBackground-bgColor{/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";}
.ms-core-needIEFilter .ms-HoverBackground-bgColor{/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";}
.ms-core-needIEFilter .ms-TileBackgroundOverlay-bgColor{/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99000000,endColorstr=#99000000)";}
.ms-core-needIEFilter .ms-EmphasisBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";}
.ms-core-needIEFilter .ms-TopBarBackground-bgColor{/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";}
.ms-core-needIEFilter .ms-EmphasisHoverBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0067b0,endColorstr=#ff0067b0)";}
.ms-ContentAccent1-borderColor{/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ border-color:#0072C6;}
.ms-ContentAccent2-borderColor{/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ border-color:#00485B;}
.ms-ContentAccent3-borderColor{/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ border-color:#288054;}
.ms-ContentAccent4-borderColor{/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ border-color:#767956;}
.ms-ContentAccent5-borderColor{/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ border-color:#ED0033;}
.ms-ContentAccent6-borderColor{/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ border-color:#682A7A;}
.ms-StrongLines-borderColor{/* [ReplaceColor(themeColor:"StrongLines",opacity:"1")] */ border-color:#92b7d1;}
.ms-Lines-borderColor{/* [ReplaceColor(themeColor:"Lines",opacity:"1")] */ border-color:#ababab;}
.ms-SubtleLines-borderColor{/* [ReplaceColor(themeColor:"SubtleLines",opacity:"1")] */ border-color:#c6c6c6;}
.ms-DisabledLines-borderColor{/* [ReplaceColor(themeColor:"DisabledLines",opacity:"1")] */ border-color:#e1e1e1;}
.ms-AccentLines-borderColor{/* [ReplaceColor(themeColor:"AccentLines",opacity:"1")] */ border-color:#2a8dd4;}
.ms-FocusedAccentLine-borderColor{/* [ReplaceColor(themeColor:"FocusedAccentLine",opacity:"1")] */ border-color:#2a8dd4;}
.ms-RowAccent-borderColor{/* [ReplaceColor(themeColor:"RowAccent",opacity:"1")] */ border-color:#0072c6;}
.ms-EmphasisBorder-borderColor{/* [ReplaceColor(themeColor:"EmphasisBorder",opacity:"1")] */ border-color:#0067b0;}
.ms-TopBarBorder-borderColor{/* [ReplaceColor(themeColor:"TopBarBorder",opacity:"1")] */ border-color:#f0f0f0;}
H1.ms-rteElement-H1
{
-ms-name:"Heading 1";
-ms-element:"true";
}
H2.ms-rteElement-H2
{
-ms-name:"Heading 2";
-ms-element:"true";
}
H3.ms-rteElement-H3
{
-ms-name:"Heading 3";
-ms-element:"true";
}
H4.ms-rteElement-H4
{
-ms-name:"Heading 4";
-ms-element:"true";
}
H1.ms-rteElement-H1B
{
-ms-name:"Heading 1 Alternate";
}
H2.ms-rteElement-H2B{
-ms-name:"Heading 2 Alternate";
}
H3.ms-rteElement-H3B{
-ms-name:"Heading 3 Alternate";
}
H4.ms-rteElement-H4B{
-ms-name:"Heading 4 Alternate";
}
P.ms-rteElement-P{
-ms-name:"Paragraph";
-ms-element:"true";
}
.ms-rteStyle-Normal
{
-ms-name:"Normal";
}
.ms-rteStyle-Quote
{
-ms-name:"Quote";
}
.ms-rteStyle-IntenseQuote
{
-ms-name:"Intense Quote";
}
.ms-rteStyle-Emphasis
{
-ms-name:"Emphasis";
}
.ms-rteStyle-IntenseEmphasis
{
-ms-name:"Intense Emphasis";
}
.ms-rteStyle-References
{
-ms-name:"Reference";
}
.ms-rteStyle-IntenseReferences
{
-ms-name:"Intense Reference";
}
.ms-rteStyle-Accent1
{
-ms-name:"Accent 1";
}
.ms-rteStyle-Accent2
{
-ms-name:"Accent 2";
}
.ms-rteForeColor-1
{
color:darkred;
-ms-name:"";
-ms-color:"Dark Red";
}
.ms-rteForeColor-2
{
color:red;
-ms-name:"";
-ms-color:"Red";
}
.ms-rteForeColor-3
{
color:orange;
-ms-name:"";
-ms-color:"Gold";
}
.ms-rteForeColor-4
{
color:yellow;
-ms-name:"";
-ms-color:"Yellow";
}
.ms-rteForeColor-5
{
color:lightgreen;
-ms-name:"";
-ms-color:"Light Green";
}
.ms-rteForeColor-6
{
color:green;
-ms-name:"";
-ms-color:"Dark Green";
}
.ms-rteForeColor-7
{
color:lightblue;
-ms-name:"";
-ms-color:"Sky Blue";
}
.ms-rteForeColor-8
{
color:blue;
-ms-name:"";
-ms-color:"Blue";
}
.ms-rteForeColor-9
{
color:darkblue;
-ms-name:"";
-ms-color:"Dark Blue";
}
.ms-rteForeColor-10
{
color:purple;
-ms-name:"";
-ms-color:"Dark Purple";
}
.ms-rteBackColor-1
{
background-color:darkred;
-ms-name:"";
-ms-color:"Dark Red";
}
.ms-rteBackColor-2
{
background-color:red;
-ms-name:"";
-ms-color:"Red";
}
.ms-rteBackColor-3
{
background-color:orange;
-ms-name:"";
-ms-color:"Gold";
}
.ms-rteBackColor-4
{
background-color:yellow;
-ms-name:"";
-ms-color:"Yellow";
}
.ms-rteBackColor-5
{
background-color:lightgreen;
-ms-name:"";
-ms-color:"Light Green";
}
.ms-rteBackColor-6
{
background-color:green;
-ms-name:"";
-ms-color:"Dark Green";
}
.ms-rteBackColor-7
{
background-color:lightblue;
-ms-name:"";
-ms-color:"Sky Blue";
}
.ms-rteBackColor-8
{
background-color:blue;
-ms-name:"";
-ms-color:"Blue";
}
.ms-rteBackColor-9
{
background-color:darkblue;
-ms-name:"";
-ms-color:"Dark Blue";
}
.ms-rteBackColor-10
{
background-color:purple;
-ms-name:"";
-ms-color:"Dark Purple";
}
.ms-rteFontFace-1
{
-ms-name:"Tahoma";
font-family:tahoma;
}
.ms-rteFontFace-2
{
-ms-name:"Courier";
font-family:courier,monospace;
}
.ms-rteFontFace-3
{
-ms-name:"Times New Roman";
font-family:"Times New Roman",Times,serif;
}
.ms-rteFontFace-4
{
-ms-name:"Comic Sans";
font-family:"Comic Sans","Comic Sans MS",cursive;
}
.ms-rteFontFace-5
{
-ms-name:"Calibri";
font-family:Calibri;
}
.ms-rteFontFace-6
{
-ms-name:"Georgia";
font-family:Georgia;
}
.ms-rteFontFace-7
{
-ms-name:"Impact";
font-family:Impact;
}
.ms-rteFontFace-8
{
-ms-name:"Trebuchet MS";
font-family:"Trebuchet MS",helvetica;
}
.ms-rteFontFace-9
{
-ms-name:"Palatino Linotype";
font-family:"Palatino Linotype",Palatino,serif;
}
.ms-rteFontFace-10
{
-ms-name:"Lucida Console";
font-family:"Lucida Console",monaco,sans-serif;
}
.ms-rteFontFace-11
{
-ms-name:"Garamond";
font-family:garamond;
}
.ms-rteFontFace-12
{
-ms-name:"Segoe UI";
font-family:"Segoe UI",Tahoma;
}
.ms-rteFontFace-13
{
-ms-name:"Arial";
font-family:Arial;
}
.ms-rteFontSize-1
{
font-size:9pt;
}
.ms-rteFontSize-2
{
font-size:11pt;
}
.ms-rteFontSize-3
{
font-size:13pt;
}
.ms-rteFontSize-4
{
font-size:18pt;
}
.ms-rteFontSize-5
{
font-size:24pt;
}
.ms-rteFontSize-6
{
font-size:36pt;
}
.ms-rteFontSize-7
{
font-size:48pt;
}
.ms-rteFontSize-8
{
font-size:72pt;
}
.ms-rteThemeForeColor-1-0
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
-ms-name:"Light 1";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeForeColor-2-0
{
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ color:#444;
-ms-name:"Dark 1";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeForeColor-3-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText",opacity:"1")] */ color:#666;
-ms-name:"Light 2";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeForeColor-4-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ color:#efefef;
-ms-name:"Dark 2";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-0
{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ color:#0072C6;
-ms-name:"Accent 1";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeForeColor-6-0
{
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ color:#00485B;
-ms-name:"Accent 2";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-0
{
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ color:#288054;
-ms-name:"Accent 3";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeForeColor-8-0
{
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ color:#767956;
-ms-name:"Accent 4";
/* [ColorName] */ -ms-color:"Orange";
}
.ms-rteThemeForeColor-9-0
{
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ color:#ED0033;
-ms-name:"Accent 5";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeForeColor-10-0
{
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ color:#682A7A;
-ms-name:"Accent 6";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeForeColor-1-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ color:#F2F2F2;
-ms-name:"Light 1 Lightest";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeForeColor-2-1
{
/* [ReplaceColor(themeColor:"BodyText-Lightest",opacity:"1")] */ color:#D9D9D9;
-ms-name:"Dark 1 Lightest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeForeColor-3-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lightest",opacity:"1")] */ color:#E0E0E0;
-ms-name:"Light 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-4-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lightest",opacity:"1")] */ color:#D8D8D8;
-ms-name:"Dark 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-5-1
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"1")] */ color:#C0E4FF;
-ms-name:"Accent 1 Lightest";
/* [ColorName] */ -ms-color:"Light Blue";
}
.ms-rteThemeForeColor-6-1
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lightest",opacity:"1")] */ color:#D5F6FF;
-ms-name:"Accent 2 Lightest";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-1
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lightest",opacity:"1")] */ color:#CAEEDC;
-ms-name:"Accent 3 Lightest";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-8-1
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lightest",opacity:"1")] */ color:#E4E5DB;
-ms-name:"Accent 4 Lightest";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeForeColor-9-1
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lightest",opacity:"1")] */ color:#FFC8D4;
-ms-name:"Accent 5 Lightest";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeForeColor-10-1
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lightest",opacity:"1")] */ color:#E5CBED;
-ms-name:"Accent 6 Lightest";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeForeColor-1-2
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ color:#D8D8D8;
-ms-name:"Light 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeForeColor-2-2
{
/* [ReplaceColor(themeColor:"BodyText-Lighter",opacity:"1")] */ color:#B4B4B4;
-ms-name:"Dark 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeForeColor-3-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lighter",opacity:"1")] */ color:#C1C1C1;
-ms-name:"Light 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-4-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lighter",opacity:"1")] */ color:#B4B4B4;
-ms-name:"Dark 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-5-2
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lighter",opacity:"1")] */ color:#82CAFF;
-ms-name:"Accent 1 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-6-2
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lighter",opacity:"1")] */ color:#96E9FF;
-ms-name:"Accent 2 Lighter";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-2
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lighter",opacity:"1")] */ color:#96DEBA;
-ms-name:"Accent 3 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-8-2
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lighter",opacity:"1")] */ color:#CACCB8;
-ms-name:"Accent 4 Lighter";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeForeColor-9-2
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lighter",opacity:"1")] */ color:#FF91A9;
-ms-name:"Accent 5 Lighter";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeForeColor-10-2
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lighter",opacity:"1")] */ color:#CC98DB;
-ms-name:"Accent 6 Lighter";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeForeColor-1-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Medium",opacity:"1")] */ color:#BFBFBF;
-ms-name:"Light 1 Medium";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeForeColor-2-3
{
/* [ReplaceColor(themeColor:"BodyText-Medium",opacity:"1")] */ color:#8E8E8E;
-ms-name:"Dark 1 Medium";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeForeColor-3-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Medium",opacity:"1")] */ color:#A3A3A3;
-ms-name:"Light 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-4-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Medium",opacity:"1")] */ color:#787878;
-ms-name:"Dark 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-3
{
/* [ReplaceColor(themeColor:"ContentAccent1-Medium",opacity:"1")] */ color:#43AFFF;
-ms-name:"Accent 1 Medium";
/* [ColorName] */ -ms-color:"Blue";
}
.ms-rteThemeForeColor-6-3
{
/* [ReplaceColor(themeColor:"ContentAccent2-Medium",opacity:"1")] */ color:#2DD3FF;
-ms-name:"Accent 2 Medium";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-3
{
/* [ReplaceColor(themeColor:"ContentAccent3-Medium",opacity:"1")] */ color:#62CE98;
-ms-name:"Accent 3 Medium";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-8-3
{
/* [ReplaceColor(themeColor:"ContentAccent4-Medium",opacity:"1")] */ color:#B0B394;
-ms-name:"Accent 4 Medium";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeForeColor-9-3
{
/* [ReplaceColor(themeColor:"ContentAccent5-Medium",opacity:"1")] */ color:#FF5B7E;
-ms-name:"Accent 5 Medium";
/* [ColorName] */ -ms-color:"Green";
}
.ms-rteThemeForeColor-10-3
{
/* [ReplaceColor(themeColor:"ContentAccent6-Medium",opacity:"1")] */ color:#B364C9;
-ms-name:"Accent 6 Medium";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeForeColor-1-4
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darker",opacity:"1")] */ color:#A5A5A5;
-ms-name:"Light 1 Darker";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeForeColor-2-4
{
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ color:#333;
-ms-name:"Dark 1 Darker";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeForeColor-3-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darker",opacity:"1")] */ color:#4C4C4C;
-ms-name:"Light 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-4-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darker",opacity:"1")] */ color:#3C3C3C;
-ms-name:"Dark 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-4
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ color:#005594;
-ms-name:"Accent 1 Darker";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeForeColor-6-4
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ color:#009AC3;
-ms-name:"Accent 2 Darker";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeForeColor-7-4
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ color:#1D603F;
-ms-name:"Accent 3 Darker";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeForeColor-8-4
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ color:#585A40;
-ms-name:"Accent 4 Darker";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeForeColor-9-4
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ color:#B10026;
-ms-name:"Accent 5 Darker";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeForeColor-10-4
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ color:#4E1F5B;
-ms-name:"Accent 6 Darker";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeForeColor-1-5
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darkest",opacity:"1")] */ color:#7F7F7F;
-ms-name:"Light 1 Darkest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeForeColor-2-5
{
/* [ReplaceColor(themeColor:"BodyText-Darkest",opacity:"1")] */ color:#222;
-ms-name:"Dark 1 Darkest";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeForeColor-3-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darkest",opacity:"1")] */ color:#333333;
-ms-name:"Light 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-4-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darkest",opacity:"1")] */ color:#181818;
-ms-name:"Dark 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-5
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darkest",opacity:"1")] */ color:#003963;
-ms-name:"Accent 1 Darkest";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeForeColor-6-5
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ color:#006984;
-ms-name:"Accent 2 Darkest";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeForeColor-7-5
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ color:#13402A;
-ms-name:"Accent 3 Darkest";
/* [ColorName] */ -ms-color:"Dark Teal";
}
.ms-rteThemeForeColor-8-5
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ color:#3B3C2B;
-ms-name:"Accent 4 Darkest";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeForeColor-9-5
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darkest",opacity:"1")] */ color:#760019;
-ms-name:"Accent 5 Darkest";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeForeColor-10-5
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darkest",opacity:"1")] */ color:#34153D;
-ms-name:"Accent 6 Darkest";
/* [ColorName] */ -ms-color:"Dark Yellow";
}
.ms-rteThemeBackColor-1-0
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
-ms-name:"Light 1";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeBackColor-2-0
{
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ background-color:#444;
-ms-name:"Dark 1";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeBackColor-3-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText",opacity:"1")] */ background-color:#666;
-ms-name:"Light 2";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeBackColor-4-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
-ms-name:"Dark 2";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-0
{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
-ms-name:"Accent 1";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeBackColor-6-0
{
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ background-color:#00485B;
-ms-name:"Accent 2";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-0
{
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ background-color:#288054;
-ms-name:"Accent 3";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeBackColor-8-0
{
/* [ReplaceColor(themeColor:"Accent4")] */ background-color:#FD9F08;
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ background-color:#767956;
-ms-name:"Accent 4";
/* [ColorName] */ -ms-color:"Orange";
}
.ms-rteThemeBackColor-9-0
{
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ background-color:#ED0033;
-ms-name:"Accent 5";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeBackColor-10-0
{
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ background-color:#682A7A;
-ms-name:"Accent 6";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeBackColor-1-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ background-color:#F2F2F2;
-ms-name:"Light 1 Lightest";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeBackColor-2-1
{
/* [ReplaceColor(themeColor:"BodyText-Lightest",opacity:"1")] */ background-color:#D9D9D9;
-ms-name:"Dark 1 Lightest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeBackColor-3-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lightest",opacity:"1")] */ background-color:#E0E0E0;
-ms-name:"Light 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-4-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lightest",opacity:"1")] */ background-color:#D8D8D8;
-ms-name:"Dark 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-5-1
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"1")] */ background-color:#C0E4FF;
-ms-name:"Accent 1 Lightest";
/* [ColorName] */ -ms-color:"Light Blue";
}
.ms-rteThemeBackColor-6-1
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lightest",opacity:"1")] */ background-color:#D5F6FF;
-ms-name:"Accent 2 Lightest";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-1
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lightest",opacity:"1")] */ background-color:#CAEEDC;
-ms-name:"Accent 3 Lightest";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-8-1
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lightest",opacity:"1")] */ background-color:#E4E5DB;
-ms-name:"Accent 4 Lightest";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeBackColor-9-1
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lightest",opacity:"1")] */ background-color:#FFC8D4;
-ms-name:"Accent 5 Lightest";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeBackColor-10-1
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lightest",opacity:"1")] */ background-color:#E5CBED;
-ms-name:"Accent 6 Lightest";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeBackColor-1-2
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ background-color:#D8D8D8;
-ms-name:"Light 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeBackColor-2-2
{
/* [ReplaceColor(themeColor:"BodyText-Lighter",opacity:"1")] */ background-color:#B4B4B4;
-ms-name:"Dark 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeBackColor-3-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lighter",opacity:"1")] */ background-color:#C1C1C1;
-ms-name:"Light 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-4-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lighter",opacity:"1")] */ background-color:#B4B4B4;
-ms-name:"Dark 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-5-2
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lighter",opacity:"1")] */ background-color:#82CAFF;
-ms-name:"Accent 1 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-6-2
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lighter",opacity:"1")] */ background-color:#96E9FF;
-ms-name:"Accent 2 Lighter";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-2
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lighter",opacity:"1")] */ background-color:#96DEBA;
-ms-name:"Accent 3 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-8-2
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lighter",opacity:"1")] */ background-color:#CACCB8;
-ms-name:"Accent 4 Lighter";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeBackColor-9-2
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lighter",opacity:"1")] */ background-color:#FF91A9;
-ms-name:"Accent 5 Lighter";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeBackColor-10-2
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lighter",opacity:"1")] */ background-color:#CC98DB;
-ms-name:"Accent 6 Lighter";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeBackColor-1-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Medium",opacity:"1")] */ background-color:#BFBFBF;
-ms-name:"Light 1 Medium";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeBackColor-2-3
{
/* [ReplaceColor(themeColor:"BodyText-Medium",opacity:"1")] */ background-color:#8E8E8E;
-ms-name:"Dark 1 Medium";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeBackColor-3-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Medium",opacity:"1")] */ background-color:#A3A3A3;
-ms-name:"Light 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-4-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Medium",opacity:"1")] */ background-color:#787878;
-ms-name:"Dark 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-3
{
/* [ReplaceColor(themeColor:"ContentAccent1-Medium",opacity:"1")] */ background-color:#43AFFF;
-ms-name:"Accent 1 Medium";
/* [ColorName] */ -ms-color:"Blue";
}
.ms-rteThemeBackColor-6-3
{
/* [ReplaceColor(themeColor:"ContentAccent2-Medium",opacity:"1")] */ background-color:#2DD3FF;
-ms-name:"Accent 2 Medium";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-3
{
/* [ReplaceColor(themeColor:"ContentAccent3-Medium",opacity:"1")] */ background-color:#62CE98;
-ms-name:"Accent 3 Medium";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-8-3
{
/* [ReplaceColor(themeColor:"ContentAccent4-Medium",opacity:"1")] */ background-color:#B0B394;
-ms-name:"Accent 4 Medium";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeBackColor-9-3
{
/* [ReplaceColor(themeColor:"ContentAccent5-Medium",opacity:"1")] */ background-color:#FF5B7E;
-ms-name:"Accent 5 Medium";
/* [ColorName] */ -ms-color:"Green";
}
.ms-rteThemeBackColor-10-3
{
/* [ReplaceColor(themeColor:"ContentAccent6-Medium",opacity:"1")] */ background-color:#B364C9;
-ms-name:"Accent 6 Medium";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeBackColor-1-4
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darker",opacity:"1")] */ background-color:#A5A5A5;
-ms-name:"Light 1 Darker";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeBackColor-2-4
{
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ background-color:#333;
-ms-name:"Dark 1 Darker";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeBackColor-3-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darker",opacity:"1")] */ background-color:#4C4C4C;
-ms-name:"Light 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-4-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darker",opacity:"1")] */ background-color:#3C3C3C;
-ms-name:"Dark 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-4
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
-ms-name:"Accent 1 Darker";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeBackColor-6-4
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
-ms-name:"Accent 2 Darker";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeBackColor-7-4
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
-ms-name:"Accent 3 Darker";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeBackColor-8-4
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
-ms-name:"Accent 4 Darker";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeBackColor-9-4
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ background-color:#B10026;
-ms-name:"Accent 5 Darker";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeBackColor-10-4
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ background-color:#4E1F5B;
-ms-name:"Accent 6 Darker";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeBackColor-1-5
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darkest",opacity:"1")] */ background-color:#7F7F7F;
-ms-name:"Light 1 Darkest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeBackColor-2-5
{
/* [ReplaceColor(themeColor:"BodyText-Darkest",opacity:"1")] */ background-color:#222;
-ms-name:"Dark 1 Darkest";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeBackColor-3-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darkest",opacity:"1")] */ background-color:#333333;
-ms-name:"Light 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-4-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darkest",opacity:"1")] */ background-color:#181818;
-ms-name:"Dark 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-5
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darkest",opacity:"1")] */ background-color:#003963;
-ms-name:"Accent 1 Darkest";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeBackColor-6-5
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ background-color:#006984;
-ms-name:"Accent 2 Darkest";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeBackColor-7-5
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ background-color:#13402A;
-ms-name:"Accent 3 Darkest";
/* [ColorName] */ -ms-color:"Dark Teal";
}
.ms-rteThemeBackColor-8-5
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ background-color:#3B3C2B;
-ms-name:"Accent 4 Darkest";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeBackColor-9-5
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darkest",opacity:"1")] */ background-color:#760019;
-ms-name:"Accent 5 Darkest";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeBackColor-10-5
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darkest",opacity:"1")] */ background-color:#34153D;
-ms-name:"Accent 6 Darkest";
/* [ColorName] */ -ms-color:"Dark Yellow";
}
.ms-rteImage-0
{
-ms-name:"No border";
}
.ms-rteImage-1
{
-ms-name:"Thin line border";
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ background-color:#444;
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ border:1px solid #333;
/* [RecolorImage(themeColor:"SubtleBodyText",method:"Tinting")] */ background-image:url("/_layouts/15/images/tabtitlerowbottombg.png?rev=44");
background-repeat:repeat-x;
background-position:top;
}
.ms-rteImage-2
{
-ms-name:"Table border";
padding:2px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ms-rteImage-3
{
-ms-name:"Dark border";
padding:15px;
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ background-color:#333;
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ border:1px solid #444;
/* [RecolorImage(themeColor:"BodyText-Darker",method:"Tinting")] */ background-image:url("/_layouts/15/images/tabtitlerowbottombg.png?rev=44");
background-attachment:fixed;
background-repeat:repeat-x;
background-position:left bottom;
}
.ms-rteImage-4
{
-ms-name:"Light border";
padding:6px;
padding-bottom:33px;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ background-color:#F2F2F2;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
background-image:url("/_layouts/15/images/selbg.png?rev=44");
background-repeat:repeat-x;
background-position:top;
}
.ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th,
.ms-rteTable-0 > tbody > tr > td,
.ms-rteTable-0 > tbody > tr > th,
.ms-rteTable-1 > tbody > tr > td,
.ms-rteTable-1 > tbody > tr > th,
.ms-rteTable-2 > tbody > tr > td,
.ms-rteTable-2 > tbody > tr > th,
.ms-rteTable-3 > tbody > tr > td,
.ms-rteTable-3 > tbody > tr > th,
.ms-rteTable-4 > tbody > tr > td,
.ms-rteTable-4 > tbody > tr > th,
.ms-rteTable-5 > tbody > tr > td,
.ms-rteTable-5 > tbody > tr > th,
.ms-rteTable-6 > tbody > tr > td,
.ms-rteTable-6 > tbody > tr > th,
.ms-rteTable-7 > tbody > tr > td,
.ms-rteTable-7 > tbody > tr > th,
.ms-rteTable-8 > tbody > tr > td,
.ms-rteTable-8 > tbody > tr > th,
.ms-rteTable-9 > tbody > tr > td,
.ms-rteTable-9 > tbody > tr > th,
.ms-rteTable-10 > tbody > tr > td,
.ms-rteTable-10 > tbody > tr > th
{
vertical-align:top;
padding:7px 5px 6px;
}
.ms-rteTable-default > tbody > tr > th,
.ms-rteTable-default > tbody > tr.ms-rteTableFooterRow-default,
.ms-rteTable-0 > tbody > tr > th,
.ms-rteTable-0 > tbody > tr.ms-rteTableFooterRow-0,
.ms-rteTable-1 > tbody > tr > th,
.ms-rteTable-1 > tbody > tr.ms-rteTableFooterRow-1,
.ms-rteTable-2 > tbody > tr > th,
.ms-rteTable-2 > tbody > tr.ms-rteTableFooterRow-2,
.ms-rteTable-3 > tbody > tr > th,
.ms-rteTable-3 > tbody > tr.ms-rteTableFooterRow-3,
.ms-rteTable-4 > tbody > tr > th,
.ms-rteTable-4 > tbody > tr.ms-rteTableFooterRow-4,
.ms-rteTable-5 > tbody > tr > th,
.ms-rteTable-5 > tbody > tr.ms-rteTableFooterRow-5,
.ms-rteTable-6 > tbody > tr > th,
.ms-rteTable-6 > tbody > tr.ms-rteTableFooterRow-6,
.ms-rteTable-7 > tbody > tr > th,
.ms-rteTable-7 > tbody > tr.ms-rteTableFooterRow-7,
.ms-rteTable-8 > tbody > tr > th,
.ms-rteTable-8 > tbody > tr.ms-rteTableFooterRow-8,
.ms-rteTable-9 > tbody > tr > th,
.ms-rteTable-9 > tbody > tr.ms-rteTableFooterRow-9,
.ms-rteTable-10 > tbody > tr > th,
.ms-rteTable-10 > tbody > tr.ms-rteTableFooterRow-10
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
text-align:left;
font-weight:normal;
}
.ms-rtetablecells
{
padding:2px;
vertical-align:top;
}
.ms-rteTable-default
{
-ms-name:"Default Table Style - Light";
}
.ms-rteTable-default,
.ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th,
td.ms-rteTable-default,
th.ms-rteTable-default,
.ms-rtetablecells
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-rteTable-0
{
-ms-name:"Table Style 1 - Clear";
border-width:0px;
border-style:none;
border-collapse:collapse;
}
.ms-rteTable-1{
-ms-name:"Table Style 2 - Light Banded";
}
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1,
.ms-rteTable-1 tr.ms-rteTableFooterRow-1,
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1 > th,
.ms-rteTable-1 tr.ms-rteTableFooterRow-1 > th,
.ms-rteTable-1 tr.ms-rteTableFooterRow-1 > td
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"Lines")] */ border-top:1px solid #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-rteTable-1 tr.ms-rteTableOddRow-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ background-color:#D8D8D8;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter")] */ background-color:#D8D8D8;
}
.ms-rteTable-1 tr.ms-rteTableEvenRow-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-rteTable-6{
-ms-name:"Table Style 3 - Medium Two Tones";
}
.ms-rteTable-6 tr.ms-rteTableHeaderRow-6,
.ms-rteTable-6 tr.ms-rteTableFooterRow-6,
.ms-rteTable-6 tr.ms-rteTableHeaderRow-6 > th,
.ms-rteTable-6 tr.ms-rteTableFooterRow-6 > th,
.ms-rteTable-6 tr.ms-rteTableFooterRow-6 > td
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"ContentAccent1-Darker")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ color:#fff;
}
.ms-rteTable-6 tr.ms-rteTableOddRow-6
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"1")] */ background-color:#C0E4FF;
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"0.7")] */ background-color:#C0E4FF;
}
.ms-rteTable-6 tr.ms-rteTableEvenRow-6
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"0.7")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-rteTable-2{
-ms-name:"Table Style 4 - Light Lines";
}
.ms-rteTable-2 tr.ms-rteTableHeaderRow-2,
.ms-rteTable-2 tr.ms-rteTableFooterRow-2,
.ms-rteTable-2 tr.ms-rteTableHeaderRow-2 > th,
.ms-rteTable-2 tr.ms-rteTableFooterRow-2 > th,
.ms-rteTable-2 tr.ms-rteTableFooterRow-2 > td
{
/* [ReplaceColor(themeColor:"BodyText")] */ background-color:#444;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-2 tr.ms-rteTableOddRow-2,
.ms-rteTable-2 tr.ms-rteTableEvenRow-2
{
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top:1px solid #92c0e0;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-bottom:1px solid #92c0e0;
}
.ms-rteTable-3{
-ms-name:"Table Style 5 - Grid";
}
.ms-rteTable-3,
.ms-rteTable-3 > tbody > tr > td,
.ms-rteTable-3 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-rteTable-3 tr.ms-rteTableOddRow-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ background-color:#D8D8D8;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter")] */ background-color:#D8D8D8;
}
.ms-rteTable-3 tr.ms-rteTableHeaderRow-3,
.ms-rteTable-3 tr.ms-rteTableFooterRow-3,
.ms-rteTable-3 tr.ms-rteTableEvenRow-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-rteTable-4{
-ms-name:"Table Style 6 - Accent 1";
}
.ms-rteTable-4,
.ms-rteTable-4 > tbody > tr > td,
.ms-rteTable-4 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ border:1px solid #005594;
}
.ms-rteTable-4 tr.ms-rteTableHeaderRow-4,
.ms-rteTable-4 tr.ms-rteTableFooterRow-4,
.ms-rteTable-4 tr.ms-rteTableHeaderRow-4 > th,
.ms-rteTable-4 tr.ms-rteTableFooterRow-4 > th,
.ms-rteTable-4 tr.ms-rteTableFooterRow-4 > td
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-5{
-ms-name:"Table Style 7 - Accent 2";
}
.ms-rteTable-5,
.ms-rteTable-5 > tbody > tr > td,
.ms-rteTable-5 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ border:1px solid #009AC3;
}
.ms-rteTable-5 tr.ms-rteTableHeaderRow-5,
.ms-rteTable-5 tr.ms-rteTableFooterRow-5,
.ms-rteTable-5 tr.ms-rteTableHeaderRow-5 > th,
.ms-rteTable-5 tr.ms-rteTableFooterRow-5 > th,
.ms-rteTable-5 tr.ms-rteTableFooterRow-5 > td
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-7{
-ms-name:"Table Style 8 - Accent 3";
}
.ms-rteTable-7,
.ms-rteTable-7 > tbody > tr > td,
.ms-rteTable-7 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ border:1px solid #1D603F;
}
.ms-rteTable-7 tr.ms-rteTableHeaderRow-7,
.ms-rteTable-7 tr.ms-rteTableFooterRow-7,
.ms-rteTable-7 tr.ms-rteTableHeaderRow-7 > th,
.ms-rteTable-7 tr.ms-rteTableFooterRow-7 > th,
.ms-rteTable-7 tr.ms-rteTableFooterRow-7 > td
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-8{
-ms-name:"Table Style 9 - Accent 4";
}
.ms-rteTable-8,
.ms-rteTable-8 > tbody > tr > td,
.ms-rteTable-8 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ border:1px solid #585A40;
}
.ms-rteTable-8 tr.ms-rteTableHeaderRow-8,
.ms-rteTable-8 tr.ms-rteTableFooterRow-8,
.ms-rteTable-8 tr.ms-rteTableHeaderRow-8 > th,
.ms-rteTable-8 tr.ms-rteTableFooterRow-8 > th,
.ms-rteTable-8 tr.ms-rteTableFooterRow-8 > td
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-9{
-ms-name:"Table Style 10 - Accent 5";
}
.ms-rteTable-9,
.ms-rteTable-9 > tbody > tr > td,
.ms-rteTable-9 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ border:1px solid #B10026;
}
.ms-rteTable-9 tr.ms-rteTableHeaderRow-9,
.ms-rteTable-9 tr.ms-rteTableFooterRow-9,
.ms-rteTable-9 tr.ms-rteTableHeaderRow-9 > th,
.ms-rteTable-9 tr.ms-rteTableFooterRow-9 > th,
.ms-rteTable-9 tr.ms-rteTableFooterRow-9 > td
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ background-color:#B10026;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-10{
-ms-name:"Table Style 11 - Accent 6";
}
.ms-rteTable-10,
.ms-rteTable-10 > tbody > tr > td,
.ms-rteTable-10 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ border:1px solid #4E1F5B;
}
.ms-rteTable-10 tr.ms-rteTableHeaderRow-10,
.ms-rteTable-10 tr.ms-rteTableFooterRow-10,
.ms-rteTable-10 tr.ms-rteTableHeaderRow-10 > th,
.ms-rteTable-10 tr.ms-rteTableFooterRow-10 > th,
.ms-rteTable-10 tr.ms-rteTableFooterRow-10 > td
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ background-color:#4E1F5B;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTableGrid td,.ms-rteTableGrid th{
border:1px dotted black;
}
.ms-rtePosition-1{
-ms-name:"Left";
float:left;
}
.ms-rtePosition-2{
-ms-name:"Right";
float:right;
}
.ms-rtePosition-3{
-ms-name:"Top";
vertical-align:text-top;
}
.ms-rtePosition-4{
-ms-name:"Middle";
vertical-align:middle;
}
.ms-rtePosition-5{
-ms-name:"Bottom";
vertical-align:text-bottom;
}
.ms-rtestate-write
{
cursor:text;
min-height:1em;
}
.ms-asset-icon
{
border-width:0px;
margin:0px 5px;
}
.ms-rtestate-field TABLE,.ms-rtestate-write TABLE
{
border-collapse:collapse;
}
.ms-rte-autocomplete
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top-color:#c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right-color:#ababab;
font-family:Verdana;
font-size:1em;
padding-top:10px;
padding-bottom:10px;
position:absolute;
cursor:default;
}
.ms-rte-autocomplete-results div
{
border-top:1px solid transparent;
border-bottom:1px solid transparent;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
.ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,
.ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected
{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-needIEFilter .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.ms-core-needIEFilter .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected
{
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-rte-autocomplete-modes div
{
border-top:1px solid transparent;
border-bottom:1px solid transparent;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding-left:20px;
padding-right:10px;
}
.ms-rte-autocomplete-info
{
padding-left:10px;
padding-right:10px;
}
.ms-rte-layoutszone-outer
{
float:left;
}
.ms-rte-layoutszone-inner
{
word-wrap:break-word;
border:1px solid transparent;
margin:1px;
padding:10px;
}
.ms-rte-layoutszone-inner-editable
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
margin:1px;
padding:10px;
min-height:100px !important;
}
.ms-rte-layoutszone-fixer
{
clear:both;
}
.ms-rte-wpbox
{
font-style:normal;
font-weight:normal;
font-variant:normal;
word-spacing:normal;
letter-spacing:normal;
text-transform:none;
text-align:left;
text-indent:0px;
text-decoration:none;
line-height:normal;
white-space:normal;
word-wrap:normal;
list-style-type:disc;
list-style-image:none;
list-style-position:outside;
}
.ms-rtestate-write .ms-webpart-chrome-title,
.ms-rtestate-write .ms-rte-embedcode-title
{
cursor:move;
}
.ms-rtestate-field
{
word-wrap:break-word;
}
.ms-rtefield{
min-width:384px;
padding:2px 2px 2px 2px;
}
.ms-rte-embeddialog-textarea
{
height:100px;
}
.ms-rte-embeddialog-preview
{
margin:30px 5px 0px 15px;
width:auto;
height:auto;
}
.ms-rte-embedcode-link
{
font-size:1.1em;
padding:5px 10px;
}
.ms-rte-embedcode-linkedit
{
text-align:right;
text-transform:uppercase;
}
.ms-rte-embedil
{
display:inline-block;
}
.ms-rte-embedcode-delete
{
float:right;
margin-top:5px;
}
#rtePasteFlyout,
#rtePasteFlyout .ms-cui-menusection
{
border-width:0px;
}
#rtePasteFlyoutLink
{
padding:5px;
margin:0px;
border:1px solid #bec1c4;
}
#rtePasteFlyoutLink:hover
{
border-color:#92b7d1;
}
#rtePasteFlyoutImg
{
vertical-align:middle;
}
#rtePasteFlyoutText
{
margin:0px 4px;
color:#23272c;
}
#rtePasteFlyoutOptions a.ms-rtePasteFlyout-option
{
width:24px;
height:24px;
display:inline-block;
}
.ms-rte-srcdialog-text
{
font-family:"Courier New",Consolas;
;
}
.ms-imagecrop-background
{
background-color:black;
}
span.ms-imagecrop img.ms-imagecrop-ghost
{
filter:Alpha(Opacity=50) !important;
opacity:0.5 !important;
}
.ms-imagecrop-handle
{
width:5px;
height:5px;
border-color:#cf8000;
border-width:2px;
border-style:solid;
background-color:white;
}
.ms-imagecrop-handle-ne
{
top:-5px;
right:-5px;
}
.ms-imagecrop-handle-se
{
bottom:-5px;
right:-5px;
}
.ms-imagecrop-handle-sw
{
bottom:-5px;
left:-5px;
}
.ms-imagecrop-handle-nw
{
top:-5px;
left:-5px;
}
.ms-imagecrop-edge
{
border-color:white;
border-width:2px;
border-style:dashed;
}
.ms-imagecrop-edge-left
{
left:-1px;
}
.ms-imagecrop-edge-top
{
top:-1px;
}
.ms-imagecrop-edge-right
{
right:-1px;
}
.ms-imagecrop-edge-bottom
{
bottom:-1px;
}
.ms-RteCropppedImage
{
overflow:hidden;
}
#ms-rte-styleGalleryMenu .ms-cui-gallerybutton-a
{
border:1px solid #afb4ba;
}
.ms-rte-stylePreview
{
white-space:normal;
width:64px;
}
.ms-rte-stylePreviewBox
{
overflow:hidden;
position:relative;
height:30px;
}
.ms-rte-stylePreviewBoxInner
{
display:table;
overflow:hidden;
padding:0px;
position:absolute;
bottom:0px;
height:30px;
}
.ms-rte-stylePreviewHolder
{
display:table-cell;
vertical-align:middle;
padding:0px;
}
.ms-rte-stylePreviewTitle,
.ms-rte-stylePreviewTitleFull
{
margin:0px auto;
display:table-cell;
vertical-align:middle;
width:64px;
}
.ms-rte-styleGalleryPreview
{
height:60px;
}
.ms-rte-styleGalleryPreview .ms-rte-stylePreviewHolder
{
vertical-align:bottom;
}
.ms-rte-styleGalleryPreview .ms-rte-stylePreviewTitle
{
height:30px;
}
.ms-rte-styleRibbonPreview
{
height:48px;
}
.ms-rte-styleRibbonPreview .ms-rte-stylePreviewTitle
{
height:18px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
display:block;
}
.ms-rte-styleRibbonPreview .ms-rte-stylePreviewTitleFull
{
height:46px;
}
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2
{
line-height:1.4;
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rtestate-field h3,
h3.ms-rteElement-H3
{
line-height:1.4;
}
.ms-rtestate-field h4,
h4.ms-rteElement-H4
{
line-height:1.6;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
h1.ms-rteElement-H1B,
h2.ms-rteElement-H2B,
h3.ms-rteElement-H3B,
h4.ms-rteElement-H4B
{
/* [ReplaceColor(themeColor:"ContentAccent2")] */ color:#00485B;
}
.ms-rtestate-field p,
p.ms-rteElement-P
{
margin:0px 0px 10px 0px;
line-height:1.6;
}
.ms-rteElement-Hr
{
/* [ReplaceColor(themeColor:"Lines")] */ background-color:#ababab;
height:1px;
}
.ms-rteElement-Callout1
{
color:#660000;
background-color:#fef4e4;
float:left;
width:25em;
padding:10px;
border:1px solid #FD9F08;
}
.ms-rteElement-Callout2
{
color:#353738;
background-color:#f2f2f2;
float:right;
width:25em;
padding:10px;
border:1px solid #36B000;
}
.ms-rteElement-Callout3
{
font-style:italic;
color:#CA0078;
float:right;
width:25em;
padding:10px;
}
.ms-rteElement-Callout4
{
color:#005677;
float:right;
width:20em;
padding:10px;
background-color:#d8f4ff;
border:1px solid #00ADEE;
}
.ms-rteStyle-Normal
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
font-weight:normal;
}
.ms-rteStyle-Byline,
.ms-rteStyle-Quote,
.ms-rteStyle-IntenseQuote
{
font-style:italic;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-rteStyle-Emphasis,
.ms-rteStyle-IntenseEmphasis
{
font-style:italic;
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rteStyle-References,
.ms-rteStyle-IntenseReferences
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-rteStyle-IntenseQuote,
.ms-rteStyle-IntenseEmphasis,
.ms-rteStyle-IntenseReferences
{
text-decoration:underline;
}
.ms-rteStyle-Comment,
.ms-rteStyle-Accent1
{
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rteStyle-Caption,
.ms-rteStyle-Accent2
{
/* [ReplaceColor(themeColor:"ContentAccent2")] */ color:#00485B;
}
.ms-rteStyle-Tagline
{
font-size:1.3em;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-rteStyle-Highlight
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#fae032;
}
.ms-rteThemeFontFace-1
{
-ms-name:"Body";
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-rteThemeFontFace-2
{
-ms-name:"Heading";
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-rteLanguage-ar{
-ms-name:"Arabic";
}
.ms-rteLanguage-eu{
-ms-name:"Basque";
}
.ms-rteLanguage-bg{
-ms-name:"Bulgarian";
}
.ms-rteLanguage-ca{
-ms-name:"Catalan";
}
.ms-rteLanguage-zh-HanS{
-ms-name:"Chinese Simplified";
}
.ms-rteLanguage-zh-HanT{
-ms-name:"Chinese Traditional";
}
.ms-rteLanguage-hr{
-ms-name:"Croatian";
}
.ms-rteLanguage-cs{
-ms-name:"Czech";
}
.ms-rteLanguage-da{
-ms-name:"Danish";
}
.ms-rteLanguage-nl{
-ms-name:"Dutch";
}
.ms-rteLanguage-en{
-ms-name:"English";
}
.ms-rteLanguage-et{
-ms-name:"Estonian";
}
.ms-rteLanguage-fi{
-ms-name:"Finnish";
}
.ms-rteLanguage-fr{
-ms-name:"French";
}
.ms-rteLanguage-gl{
-ms-name:"Galician";
}
.ms-rteLanguage-de{
-ms-name:"German";
}
.ms-rteLanguage-el{
-ms-name:"Greek";
}
.ms-rteLanguage-he{
-ms-name:"Hebrew";
}
.ms-rteLanguage-hi{
-ms-name:"Hindi";
}
.ms-rteLanguage-hu{
-ms-name:"Hungarian";
}
.ms-rteLanguage-ga{
-ms-name:"Irish";
}
.ms-rteLanguage-it{
-ms-name:"Italian";
}
.ms-rteLanguage-ja{
-ms-name:"Japanese";
}
.ms-rteLanguage-kk{
-ms-name:"Kazakh";
}
.ms-rteLanguage-ko{
-ms-name:"Korean";
}
.ms-rteLanguage-lv{
-ms-name:"Latvian";
}
.ms-rteLanguage-lt{
-ms-name:"Lithuanian";
}
.ms-rteLanguage-mk{
-ms-name:"Macedonian";
}
.ms-rteLanguage-ms{
-ms-name:"Malay";
}
.ms-rteLanguage-no{
-ms-name:"Norwegian";
}
.ms-rteLanguage-pl{
-ms-name:"Polish";
}
.ms-rteLanguage-pt-PT{
-ms-name:"Portuguese Portugal";
}
.ms-rteLanguage-pt-BR{
-ms-name:"Portuguese Brazil";
}
.ms-rteLanguage-ro{
-ms-name:"Romanian";
}
.ms-rteLanguage-ru{
-ms-name:"Russian";
}
.ms-rteLanguage-sr-Latn{
-ms-name:"Serbian Latin";
}
.ms-rteLanguage-sr-Cyrl{
-ms-name:"Serbian Cyrillic";
}
.ms-rteLanguage-sk{
-ms-name:"Slovak";
}
.ms-rteLanguage-sl{
-ms-name:"Slovenian";
}
.ms-rteLanguage-es{
-ms-name:"Spanish";
}
.ms-rteLanguage-sv{
-ms-name:"Swedish";
}
.ms-rteLanguage-th{
-ms-name:"Thai";
}
.ms-rteLanguage-tr{
-ms-name:"Turkish";
}
.ms-rteLanguage-uk{
-ms-name:"Ukrainian";
}
.ms-rteLanguage-vi{
-ms-name:"Vietnamese";
}
.ms-rteLanguage-cy{
-ms-name:"Welsh";
}
.ms-rtedialog
{
border-top:none;
}
.clip16x16
{
position:relative;
overflow:hidden;
width:16px;
height:16px;
}
.clip13x13
{
position:relative;
overflow:hidden;
width:13px;
height:13px;
}
.clip16x16 img,.clip16x16 input,.clip13x13 img,.clip13x13 input
{
position:absolute;
}
.ms-rtebold
{
top:0px;
left:0px;
}
.ms-rtecopy
{
top:0px;
left:-16px;
}
.ms-rtecut
{
top:-16px;
left:0px;
}
.ms-rtedrow
{
top:-16px;
left:-16px;
}
.ms-rtefntsz
{
top:0px;
left:-32px;
}
.ms-rteicol
{
top:-16px;
left:-32px;
}
.ms-rteimg
{
top:-32px;
left:0px;
}
.ms-rteital
{
top:-32px;
left:-16px;
}
.ms-rtelnk
{
top:-32px;
left:-32px;
}
.ms-rteltr
{
top:0px;
left:-48px;
}
.ms-rtenlst
{
top:-16px;
left:-48px;
}
.ms-rtertal
{
top:-32px;
left:-48px;
}
.ms-rtescell
{
top:-48px;
left:0px;
}
.ms-rtetxclr
{
top:-48px;
left:-16px;
}
.ms-rteundl
{
top:-48px;
left:-32px;
}
.ms-rteuidt
{
top:-48px;
left:-48px;
}
.ms-rtesrced
{
top:0px;
left:-64px;
}
.ms-rtertl
{
top:-16px;
left:-64px;
}
.ms-rtepaste
{
top:-32px;
left:-64px;
}
.ms-rtemcell
{
top:-48px;
left:-64px;
}
.ms-rteltal
{
top:-64px;
left:0px;
}
.ms-rteitbl
{
top:-64px;
left:-16px;
}
.ms-rteirow
{
top:-64px;
left:-32px;
}
.ms-rteidt
{
top:-64px;
left:-48px;
}
.ms-rteicell
{
top:-64px;
left:-64px;
}
.ms-rtefnt
{
top:0px;
left:-80px;
}
.ms-rtectral
{
top:-16px;
left:-80px;
}
.ms-rteclear
{
top:-32px;
left:-80px;
}
.ms-rteblst
{
top:-48px;
left:-80px;
}
.ms-rtebkclr
{
top:-64px;
left:-80px;
}
.ms-rtednar
{
top:-80px;
left:0px;
}
.ms-core-webpartadder
{
position:absolute;
top:135px;
left:0px;
width:100%;
}
.ms-wpadder
{
color:#65686b;
background-color:#fff;
height:200px;
background-image:url(/_layouts/15/images/wpadder_graygrad.png);
background-repeat:repeat-x;
background-position:bottom left;
}
.ms-wpadder-cell{vertical-align:top;}
.ms-wpadder-topPad{height:5px;}
.ms-wpadder-leftPad{width:4px;}
.ms-wpadder-spacing{width:6px;}
.ms-wpadder-bottomPad{height:7px;}
.ms-wpadder-categoryColumn,.ms-wpadder-itemColumn,.ms-wpadder-descriptionColumn
{
border:1px solid #d9d9d9;
}
.ms-wpadder-categories,.ms-wpadder-descriptionArea
{
-ms-scrollbar-3dlight-color:#f7f7f7;
-ms-scrollbar-darkshadow-color:#fafafa;
-ms-scrollbar-face-color:#f7f7f7;
-ms-scrollbar-highlight-color:#cecfce;
-ms-scrollbar-shadow-color:#949494;
-ms-scrollbar-track-color:#fffbff;
height:150px;
}
.ms-wpadder-categoryColumn A,.ms-wpadder-categoryColumn IMG,.ms-wpadder-itemColumn IMG,
.ms-wpadder-closeColumn A,.ms-wpadder-closeColumn IMG
{
border:0px;
background-color:transparent;
}
.ms-wpadder-categories,.ms-wpadder-items{padding:3px 4px;}
.ms-wpadder-categories DIV,.ms-wpadder-items DIV{padding:2px 3px;cursor:default;}
.ms-wpadder-categories .ms-wpadder-selected,.ms-wpadder-categories .ms-wpadder-hover,
.ms-wpadder-items .ms-wpadder-selected,.ms-wpadder-items .ms-wpadder-hover
{
padding:1px 2px;
}
.ms-wpadder-categories DIV.ms-wpadder-hover,.ms-wpadder-items DIV.ms-wpadder-hover
{
border:1px dashed #aad9fa;
}
.ms-wpadder-categories DIV.ms-wpadder-selected,.ms-wpadder-items DIV.ms-wpadder-selected
{
border:1px solid #aad9fa;
background-color:#c5e8ff;
background-image:url(/_layouts/15/images/treeviewselected.png);
background-repeat:repeat-x;
background-position:bottom left;
color:#000;
}
.ms-wpadder-categories{
border-bottom:1px solid #fd9f08;
}
.ms-wpadder-upload
{
white-space:nowrap;
padding:2px 4px 4px;
}
.ms-wpadder-itemCell{padding-right:2px;}
.ms-wpadder-itemCell2
{
border-left:2px dashed #e8e8ff;
padding-left:2px;
}
.ms-wpadder-officeFabricIconFontName
{
position:relative;
top:2px;
margin-right:6px;
}
.ms-wpadder-navArea IMG{cursor:pointer;}
.ms-wpadder-navArea IMG.ms-wpadder-disabled{cursor:default;}
.ms-wpadder-descriptionColumn{padding:6px;}
.ms-wpadder-tabTable TH
{
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #999999;
text-align:center;
background-color:#f0f0f0;
padding:0px 8px;
cursor:pointer;
color:#000;
width:30%;
height:22px;
}
.ms-wpadder-tabTable TH.ms-wpadder-dummyTab
{
border-top:0px;
border-right:0px;
background-color:#fff;
}
.ms-wpadder-tabTable TH.ms-wpadder-selected
{
cursor:default;
background-color:#fff;
border-bottom:0px;
}
.ms-wpadder-descriptionCell
{
padding:3px 4px;
border:1px solid #999999;
border-top-style:none;
}
.ms-wpadder-zoneArea
{
padding-top:3px;
vertical-align:middle;
}
.ms-wpadder-closeBox
{
padding:2px 2px 3px 3px;
margin:0px 1px 0px;
}
.ms-wpadder-closeColumn{width:16px;}
.ms-wpadder-closeColumn DIV
{
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}
.ms-wpadder-closeColumn DIV.ms-wpadder-hover
{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}
.ms-wpadder-buttonArea
{
padding:5px;
text-align:right;
border-bottom:1px solid #d9d9d9;
}
.ms-wpadder-sectionhead
{
color:#003759;
font-size:1.3em;
padding:5px 0px;
}
.ms-wpadder-wpname
{
color:#7f7f7f;
font-size:1.3em;
padding-bottom:5px;
}
.ms-wpadder option,.ms-wpadder select,.ms-wpadder button
{
border-color:#d9d9d9;
background-color:#fff;
color:#65686b;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-acal-header td,
.ms-acal-rootdiv td,
.ms-acal-rootdiv th{vertical-align:top;}
.ms-acal-rootdiv{
margin-left:4px;
}
.ms-acal-rootdiv a:visited{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-acal-rootdiv th.ms-acal-detailtime,
.ms-acal-rootdiv th.ms-acal-day-top,
.ms-acal-rootdiv th.ms-acal-month-top{
font-weight:normal;;
}
.ms-acal-rootdiv div{
overflow:hidden;
white-space:nowrap;
}
.ms-acal-rootdiv span{
white-space:nowrap;
}
.ms-acal-rootdiv table{
cursor:default;
border-collapse:collapse;
}
.ms-acal-detail,
.ms-acal-daygroup,
.ms-acal-weekgroup{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-daygroup{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:solid 1px #c6c6c6;
}
.ms-acal-day-top{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-transform:uppercase;
text-align:left;
}
.ms-acal-week-top td{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
width:14.5%;
}
.ms-acal-day-top div{
padding:0px 4px 1px 4px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
}
.ms-acal-week-top td div{
padding:0px 4px 1px 4px;
cursor:pointer;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
text-transform:uppercase;
}
.ms-acal-month-top
{
text-align:left;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding:2px;
width:14.5%;
text-transform:uppercase;
}
table.ms-acal-month{
border:1px solid transparent;
}
.ms-acal-weekgroup-top td{
width:12.5%;
}
.ms-acal-month-weeksel{width:16px;}
.ms-acal-summary-dayrow > th{
cursor:pointer;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
}
tr td div.ms-acal-today{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top:solid 1px #2a8dd4;
}
.ms-acal-week-top td.ms-acal-hover div,
.ms-acal-summary-dayrow td.ms-acal-hover div,
.ms-acal-summary-dayrow th.ms-acal-hover{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4 !important;
text-decoration:underline;
}
.ms-acal-weekgroup-top td.ms-acal-hover div{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4 !important;
text-decoration:underline;
}
.ms-core-needIEFilter .ms-acal-weekgroup-top td.ms-acal-hover div{
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-acal-summary-dayrow td div{
margin:0px 1px 2px 1px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding:0px 4px 1px 4px;
}
.ms-acal-summary-dayrow td div{
cursor:pointer;
}
tr.ms-acal-summary-dayrow > td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
border-bottom-style:none;
}
tr.ms-acal-summary-itemrow > td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
border-top-style:none;
}
.ms-acal-summary-dayrow td.ms-acal-entity-cell div{
cursor:default;
}
.ms-acal-summary-itemrow td,.ms-acal-summary-itemrow th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-summary-itemrow td div{
margin:0px 1px 0px 1px;
height:5em;
}
a.ms-acal-remove{
overflow:hidden;
display:inline-block;
position:relative;
width:12px;
height:12px;
}
.ms-acal-remove:hover{
cursor:pointer;
}
.ms-acal-remove img{
position:relative;
top:0px;
}
.ms-acal-remove:hover img{
top:-12px;
}
.ms-acal-entity-name{
width:120px;
overflow:hidden;
display:inline-block;
}
.ms-acal-entity{
margin:10px 4px 1px 4px;
width:132px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-acal-entity-cell{
font-weight:normal;
text-align:left;
max-width:140px;
width:1%;
}
.ms-acal-entitybuttons{
width:124px;
text-align:right;
}
.ms-acal-entitybuttons + .ms-acal-entity-res{
padding-top:3px;
margin-top:3px;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top:1px dotted #92c0e0;
}
.ms-acal-entity-res *{
vertical-align:top;
}
.ms-acal-entity-input{
margin-top:3px;
width:90%;
}
.ms-acal-weekgroup-top td div{
padding:2px 4px 1px 4px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
border:1px solid transparent;
}
.ms-acal-weekgroup-top td,.ms-acal-weekgroup-top th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6;
}
.ms-acal-weekgroup-row td,.ms-acal-weekgroup-row th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6;
}
.ms-acal-weekgroup-top td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
cursor:pointer;
}
.ms-acal-weekgroup-row th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:1px solid #c6c6c6;
}
.ms-acal-weekgroup-row td div{
margin:2px 1px 2px 1px;
height:5em;
}
.ms-acal-hour30 .ms-acal-detailtime,
.ms-acal-allday .ms-acal-detailtime,
.ms-acal-hour30 td,
.ms-acal-allday td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-hour00 .ms-acal-detailtime,
.ms-acal-hour00 td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:dashed 1px #c6c6c6;}
.ms-acal-hour30 td,
.ms-acal-hour00 td,
.ms-acal-allday td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
height:2.2em;
}
.ms-acal-detailtime{
width:1%;
text-align:right;
padding:1px 5px 2px 5px;
}
.ms-acal-daygroup-row td.ms-acal-hour30{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
}
.ms-acal-daygroup-row td.ms-acal-hour00{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
}
.ms-acal-daygroup-row td,
.ms-acal-daygroup-row th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-daygroup-row td div{
height:7.5em;
margin:2px 0px 2px 0px;
}
.ms-acal-daygroup-head td{
padding:1px 5px 2px 5px;
width:40px;
}
.ms-acal-daygroup-head td,
.ms-acal-daygroup-head2 td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
}
.ms-acal-daygroup-head2 td{
height:5px;
}
.ms-acal-detailtime A:link,
.ms-acal-daygroup-time A:link,
.ms-acal-detailtime A:visited,
.ms-acal-daygroup-time A:visited{
text-decoration:none;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-acal-detailtime A:hover,
.ms-acal-daygroup-time A:hover{
text-decoration:underline;
}
.ms-acal-day0{}
.ms-acal-day1{}
.ms-acal-day2{}
.ms-acal-day3{}
.ms-acal-day4{}
.ms-acal-day5{}
.ms-acal-day6{}
td.ms-acal-outday{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-acal-outday{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
}
.ms-acal-time{
width:300px;
}
.ms-acal-sdiv .ms-acal-title{
padding-top:3px;
}
.ms-acal-ddiv .ms-acal-location,
.ms-acal-ddiv .ms-acal-title{
white-space:normal;
padding-bottom:2px;
}
.ms-acal-sdiv a,
.ms-acal-mdiv a,
.ms-acal-ddiv a{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff !important;
}
.ms-acal-sdiv a:hover,
.ms-acal-mdiv a:hover,
.ms-acal-ddiv a:hover{
text-decoration:underline;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff !important;
}
.ms-acal-sdiv,
.ms-acal-mdiv,
.ms-acal-ddiv{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-acal-sdiv{
padding:1px 2px 2px 2px;
}
.ms-acal-ddiv{
padding:3px 2px 2px 2px;
}
.ms-acal-mdiv{
text-align:center;
padding:1px 10px 2px 10px;
}
.ms-acal-vlink a:hover{
text-decoration:underline;
}
.ms-acal-vlink{
position:absolute;
z-index:2;
}
.ms-acal-vlink img{
margin-right:3px;
}
.ms-acal-vitem,td.ms-acal-vitem{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
}
.ms-core-needIEFilter .ms-acal-vitem,.ms-core-needIEFilter td.ms-acal-vitem{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
}
.ms-acal-vcont td{
padding:0px 3px 2px 3px;
text-align:right;
vertical-align:bottom;
}
.ms-acal-ctrlitem{
z-index:1;
}
.ms-acal-entity-res a:hover,
.ms-acal-popup-link a:hover,
.ms-acal-ctrlitem a:hover{
text-decoration:underline;
}
.ms-acal-offscreen{
position:absolute;
top:-1000px;
}
.ms-acal-ctrlitem a img{
padding:0px 3px 0px 3px;
}
.ms-acal-location{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-acal-item{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
}
.ms-acal-color1{
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ background-color:#00485B;
}
.ms-acal-color2{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
}
.ms-acal-color3{
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ background-color:#288054;
}
.ms-acal-color4{
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ background-color:#767956;
}
.ms-acal-color5{
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ background-color:#ED0033;
}
.ms-acal-color6{
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ background-color:#682A7A;
}
.ms-acal-color7{
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ background-color:#006984;
}
.ms-acal-color8{
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ background-color:#13402A;
}
.ms-acal-color9{
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ background-color:#3B3C2B;
}
.ms-acal-default-hover{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
}
.ms-acal-item-hover{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
}
.ms-acal-selected{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"StrongLines")] */ border:solid 1px #92c0e0;
}
.ms-acal-selcolor1{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
}
.ms-acal-selcolor2{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
}
.ms-acal-selcolor3{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
}
.ms-acal-selcolor4{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
}
.ms-acal-selcolor5{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ background-color:#B10026;
}
.ms-acal-selcolor6{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ background-color:#4E1F5B;
}
.ms-acal-selcolor7{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
}
.ms-acal-selcolor8{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
}
.ms-acal-selcolor9{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
}
.ms-acal-selected div{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff !important;
}
.ms-acal-dragging a:hover div{
text-decoration:none;
}
.ms-acal-display{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
font-size:14px;
padding:5px;
white-space:nowrap;
}
.ms-cal-nav,
.ms-cal-navselected{
display:inline-block;
}
span.ms-cal-navselected a{
font-weight:bold;
}
.ms-cal-nav img,.ms-cal-navselected img{
vertical-align:middle;
}
.ms-acal-apanel-outer{
padding-top:10px;
margin-bottom:20px;
}
.ms-acal-apanel{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
list-style-type:none;
list-style-image:none;
list-style-position:outside;
padding:0px 0px 5px 0px;
}
a.ms-acal-apanel-item:hover span{
text-decoration:underline;
}
.ms-acal-apanel ul,.ms-acal-apanel li{
padding:0px;
margin:0px;
list-style-type:none;
overflow:hidden;
}
.ms-acal-apanel-title img{
vertical-align:middle;
}
.ms-acal-apanel-title span{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
a.ms-acal-apanel-title:hover span{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
}
.ms-acal-apanel-title{
margin-left:10px;
}
.ms-acal-apanel-item{
padding:2px 8px 2px 8px;
margin:4px 0px 0px 30px;
display:inline-block;
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
}
.ms-acal-apanel-item span{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-acal-apanel-title *{
vertical-align:bottom;
}
.ms-acal-apanel-title span{
margin-left:3px;
}
.ms-acal-error{
margin:0px 20px 15px 20px;
vertical-align:top;
}
.ms-acal-error span{
padding-left:5px;
}
.ms-acal-apanel-color1{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ background-color:#00485B;
}
.ms-acal-apanel-color2{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
}
.ms-acal-apanel-color3{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ background-color:#288054;
}
.ms-acal-apanel-color4{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ background-color:#767956;
}
.ms-acal-apanel-color5{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ background-color:#ED0033;
}
.ms-acal-apanel-color6{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ background-color:#682A7A;
}
.ms-acal-apanel-color7{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ background-color:#006984;
}
.ms-acal-apanel-color8{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ background-color:#13402A;
}
.ms-acal-apanel-color9{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ background-color:#3B3C2B;
}
.ms-acal-header{
margin:10px;
}
.ms-acal-header img{
border:0px;
}
.ms-acal-headerentity{
font-weight:bold;;
white-space:nowrap;
}
.ms-fb-root *{
font-size:8pt;
}
.ms-fb-root{
width:500px;
}
.ms-fb-root th{
font-weight:normal;;
text-align:left;
}
.ms-fb-head table{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-fb-body table{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:1px solid #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-fb-head{
display:inline-block;
vertical-align:top;
}
.ms-fb-body{
display:inline-block;
overflow-x:auto;
width:380px;
}
.ms-fb-time sup{
font-size:smaller;
}
.ms-fb-time th div{
padding-left:3px;
line-height:1.2em;
}
.ms-fb-body .ms-fb-time th div{
width:34px;
}
.ms-fb-select td{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-fb-body .ms-fb-select td,
.ms-fb-body .ms-fb-time th{
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ms-fb-select td,
.ms-fb-time th{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-core-needIEFilter .ms-fb-select td,.ms-core-needIEFilter .ms-fb-time th
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
}
.ms-fb-select td div{
height:3px;
font-size:0px;
}
.ms-fb-selected{
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-core-needIEFilter .ms-fb-selected{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-fb-item{
background-image:url("/_layouts/15/images/fbgrad.png?rev=44");
background-repeat:repeat-x;
}
.ms-fb-sumitem,
.ms-fb-border,
.ms-fb-summary,
.ms-fb-entity{
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ms-fb-summary td div,
.ms-fb-entity td div{
padding:2px 3px 2px 3px;
height:1.2em;
}
.ms-fb-summary,
.ms-fb-entity{
height:1.8em;
}
.ms-fb-entity td{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
}
.ms-core-needIEFilter .ms-fb-entity td{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-fb-name{
width:100px;
overflow:hidden;
white-space:nowrap;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-datepicker-html > .ms-core-needIEFilter
{
-ms-filter:"";
}
.ms-datepicker-html > .ms-backgroundImage
{
background-image:none;
}
.ms-picker-table{
width:100%;
}
.ms-quickLaunch table.ms-picker-table td{
border-top:none;
text-align:center;
}
.ms-picker-header{
font-weight:normal;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-picker-header
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-picker-header table.ms-picker-table{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-picker-table .ms-picker-dayheader{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
font-weight:normal;
padding:2px 0 3px;
text-align:center;
}
.ms-picker-week{
height:22px;
width:22px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-picker-week a{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ms-picker-weekselected{
width:22px;
height:22px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
text-align:center;
padding-left:1px;
cursor:pointer;
}
.ms-core-needIEFilter .ms-picker-weekselected
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";;
}
.ms-picker-weekselected a,.ms-picker-weekselected a:hover{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
}
.ms-picker-weekbox{
height:22px;
width:22px;
padding-right:3px;
white-space:nowrap;
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
transform:rotate(270deg);
-ms-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-webkit-transform:rotate(270deg);
-o-transform:rotate(270deg);
}
.ms-core-needIEFilter .ms-picker-weekbox
{
-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=1,M21=-1,M22=0,SizingMethod='auto expand')";
}
.ms-picker-today,.ms-picker-dayselected,.ms-picker-daycenter,.ms-picker-daycenterOn{
height:22px;
}
table.ms-picker-table td.ms-picker-today{
text-align:center;
/* [ReplaceColor(themeColor:"AccentLines")] */ border:solid 1px #2a8dd4;
}
table.ms-picker-table td.ms-picker-dayother,table.ms-picker-table td.ms-picker-daycenterOn,table.ms-picker-table td.ms-picker-daycenter{
text-align:center;
border:solid 1px transparent;
}
.ms-picker-dayselected a:link,.ms-picker-daycenter a,.ms-picker-today a{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ms-picker-dayother a:link{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
text-decoration:none;
}
.ms-picker-dayother a:hover,.ms-picker-daycenterOn a,.mspicker-daycenterOn a:hover{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
}
.ms-picker-table .ms-picker-daycenterOn{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-picker-table .ms-picker-daycenterOn
{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";;
}
table.ms-picker-table td.ms-picker-dayselected{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
border:1px solid transparent;
text-align:center;
}
.ms-core-needIEFilter table.ms-picker-table td.ms-picker-dayselected
{
/* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0;
}
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthcenter{
text-align:center;
padding-bottom:3px;
border:1px solid transparent;
}
.ms-picker-monthcenter a,.ms-picker-monthcenter a:active,.ms-picker-monthcenter a:link,.ms-picker-monthcenter a:visited{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
text-decoration:none;
}
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthcenterOn{
padding-bottom:3px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
cursor:pointer;
text-decoration:underline;
border:1px solid transparent;
}
.ms-picker-monthcenterOn a,.ms-picker-monthcenterOn a:active,.ms-picker-monthcenterOn a:link,.ms-picker-monthcenterOn a:visited{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
cursor:pointer;
}
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"FocusedAccentLine")] */ border:solid 1px #2a8dd4;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding-bottom:3px;
text-align:center;
}
.ms-core-needIEFilter .ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected
{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";;
}
.ms-picker-monthselected a,.ms-picker-monthselected a:active,.ms-picker-monthselected a:link,.ms-picker-monthselected a:hover,.ms-picker-monthselected a:visited{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
cursor:pointer;
}
table.ms-picker-table td.ms-picker-footer{
padding:5px;
text-align:center;
}
table.ms-picker-table td.ms-tpicker-footer{
padding:5px;
text-align:center;
white-space:nowrap;
}
.ms-picker-footer a{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-picker-header a{
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-picker-footer a:hover{
text-decoration:underline;
}
.ms-picker-month{
padding:2px 0 5px 0;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-picker-line{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:2px solid #ababab;
}
.ms-navframe .ms-datepickerouter{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:solid 1px #ababab;
}
.ms-datepickerouter .ms-quickLaunch{
padding-top:0px;
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
span.ms-offscreen{
position:absolute;
left:-10000px;
}
.ms-picker-table td,.ms-picker-table th{
vertical-align:middle;
}
body #s4-leftpanel .ms-picker-body{
overflow-x:auto;
}
.ms-create-headerbox{
vertical-align:top;
height:112px;
}
.ms-create-headerboxint{
padding:26px 20px 8px 20px;
}
.ms-create-h2,.ms-create-h2b,.ms-create-h2d{
font-size:1.5em;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
}
.ms-create-h2,.ms-create-h2b{
width:370px;
line-height:1.5em;
}
.ms-create-h2b{
/* [ReplaceColor(themeColor:"Accent1")] */ color:#0072bc;
}
.ms-create-h2d{
/* [ReplaceColor(themeColor:"Dark1")] */ color:#000;
margin-bottom:5px;
}
.ms-create-h3{
font-size:1em;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
}
.ms-create-arrowcont{
height:18px;
width:80px;
}
.ms-create-lists{
width:100%;
height:100%;
vertical-align:top;
padding:4px 0px 4px;
}
.ms-create-header.ms-create-on{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Filling")] */ background:url("/_layouts/15/images/create_upgradient.png?rev=44") repeat-x left bottom;
}
.ms-create-header.ms-create-on .ms-create-arrowcont{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Tinting",includeRectangle:{x:40,y:108,width:35,height:18})] */ background:url("/_layouts/15/images/fgimg.png?rev=44") no-repeat -0px -108px;
}
.ms-create-header.ms-create-on .ms-create-headerbox{
height:113px;
}
.ms-create-body.ms-create-on{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Filling")] */ background:url("/_layouts/15/images/create_defaultgradient.png?rev=44") repeat-x left top;
}
.ms-create-body.ms-create-on .ms-create-arrowcont{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Tinting",includeRectangle:{x:40,y:90,width:34,height:18})] */ background:url("/_layouts/15/images/fgimg.png?rev=44") no-repeat -0px -90px;
}
.ms-create-body.ms-create-on .ms-create-lists{
padding-top:5px;
}
.ms-create-lists-table{
max-width:1200px;
}
.ms-create-infoIcon{
vertical-align:top;
padding-right:10px;
}
.ms-create-infoText{
vertical-align:top;
width:600px;
}
.ms-create-sectionheader{
font-size:1.5em;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
margin:0px 9px 0px 1px;
font-weight:normal;
text-align:left;
padding:0px 0px 5px 14px;
/* [ReplaceColor(themeColor:"Accent1-Lightest")] */ border-bottom:1px solid #d8f1ff;
}
.ms-create-sectionlist{
margin:0px;
padding:0px;
list-style-type:none;
}
.ms-create-listitem-a{
font-size:1em;
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072bc;
text-decoration:none;
display:block;
padding:4px 15px 4px 13px;
border:1px solid transparent;
margin-right:5px;
}
.ms-create-listitem-a:hover{
/* [RecolorImage(themeColor:"Light1")] */ background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x left top;
/* [ReplaceColor(themeColor:"Accent1",themeTint:"0.05")] */ background-color:#f2faff;
/* [ReplaceColor(themeColor:"Accent1-Lightest")] */ border-color:#c6e5f8;
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#003759 !important;
}
.ms-create-listitem-a:hover > .ms-create-listitem-a-text{
text-decoration:underline;
}
.ms-create-listitem-a-img{
width:0px;
height:0px;
border:0px;
display:inline-block;
float:left;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.UserShadedRegion{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .UserShadedRegion{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserCaption{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .UserCaption{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserDottedLine{
margin-bottom:2px;
height:1px;
overflow:hidden;
/* [ReplaceColor(themeColor:"Dark1-Darker")] */ background-color:#3966bf;
background-image:url("/_layouts/15/images/dot.gif?rev=44");
}
.RemoveConnectionLink{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
text-decoration:none;
}
.ConnectionTabLink{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ConnectionChooseActiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
padding:3px;
display:inline;
height:24px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ConnectionChooseActiveTab{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ConnectionChooseInactiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
padding:3px;
display:inline;
margin-top:4px;
height:20px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-core-needIEFilter .ConnectionChooseInactiveTab{
/* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffdfdfd,endColorstr=#fffdfdfd)";
}
.ConnectionConfigureInactiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-left:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
padding:3px;
margin-top:4px;
display:inline;
height:20px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-core-needIEFilter .ConnectionConfigureInactiveTab{
/* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffdfdfd,endColorstr=#fffdfdfd)";
}
.ConnectionConfigureActiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
padding:3px;
display:inline;
height:24px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ConnectionConfigureActiveTab{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserConnectionTop{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
height:24px;
width:100%;
}
.UserCaptionShadow{
display:none;
}
.UserGenericText{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserSectionTitle{
width:100%;
padding:5px 0px;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .UserSectionTitle{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserSectionHead{
width:100%;
padding:0px 0px 3px 0px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.UserSectionHead.ms-bold{
font-weight:normal;
}
.UserSectionBody{
width:100%;
padding:0px 0px 0px 0px;
}
.UserControlGroup{
padding-bottom:10px;
padding-top:2px;
}
.UserSectionFooter{
width:100%;
margin-top:5px;
padding-top:2px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserToolbar{
background-image:url("/_layouts/15/images/topnavunselected.gif?rev=44");
/* [ReplaceColor(themeColor:"Dark1-Medium")] */ border-bottom:1px solid #6f9dd9;
padding-left:2px;
padding-right:2px;
background-position:left bottom;
background-repeat:repeat-x;
background-color:transparent;
}
.UserCellHover{
padding:1px 4px 2px 4px;
/* [ReplaceColor(themeColor:"StrongLines")] */ border:solid 1px #92c0e0;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserCellSelected{
padding:3px 4px 0px 10px;
/* [RecolorImage(themeColor:"Light1")] */ background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x;
/* [ReplaceColor(themeColor:"Accent1",themeTint:"0.35")] */ background-color:#ccebff;
/* [ReplaceColor(themeColor:"Accent1-Lighter")] */ border:solid 1px #91cdf2;
/* [ReplaceColor(themeColor:"Accent1",themeShade:"0.20")] */ color:#003759;
}
.UserCell{
padding:1px 4px 2px 4px;
margin:1px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserGenericBulletItem{
padding-bottom:2px;
}
.ms-ToolPaneFrame{
padding:0px;
background-color:#f2f2f2;
}
.ms-ToolPaneOuter{
padding:0px;
background-color:#fff;
border:1px solid #90959a;
}
.ms-ToolPaneClose{
background:url("/_layouts/15/images/wptphdr.png?rev=44") repeat-x left top;
background-color:#d3d3d3;
border-bottom:solid 1px #90959a;
padding-right:3px;
padding-left:0px;
}
.ms-ToolPaneTitle{
color:#000000;
background:url("/_layouts/15/images/wptphdr.png?rev=44") repeat-x left top;
background-color:#d3d3d3;
border-bottom:solid 1px #90959a;
padding-left:0px;
padding-right:7px;
padding-top:3px;
padding-bottom:3px;
}
.ms-toolpanefooter{
color:#595959;
font-weight:bold;
background:url("/_layouts/15/images/wptphdr.png?rev=44") repeat-x left top;
background-color:#d3d3d3;
padding:4px 0px;
text-align:center;
}
.ms-ToolPaneError{
color:#e00000;
padding:10px;
}
.ms-ToolPartSpacing{
display:none;
}
.ms-ToolStripSelected{
background-image:url("/_layouts/15/images/menubuttonhover.gif?rev=44");
padding:1px 4px 2px 4px;
background-color:#afd2ff;
border-top:solid 1px #f2f8ff;
border-bottom:solid 1px #d6e8ff;
color:#000000;
}
.ms-ToolStrip{
padding:1px 4px 2px 4px;
background-image:url("/_layouts/15/images/listheadergrad.gif?rev=44");
color:#000000;
border-top:solid 1px #f2f8ff;
border-bottom:solid 1px #d6e8ff;
background-color:#afd2ff;
}
.ms-TPBorder{
border:none;
}
.ms-TPHeader{
color:#333;
background-color:#ededed;
}
.ms-TPSubHeader,.ms-TPMinMaxTD{
border-bottom:1px solid #c4c4c4;
padding:3px 0px;
}
.ms-TPTitle{
padding-left:4px;
padding-right:0px;
color:#000;
padding-top:2px;
padding-bottom:2px;
}
.ms-TPSectionTD,.ms-TPBody .ms-propGridTable{
border-bottom:1px solid #c4c4c4;
padding:10px 10px 0px;
}
.ms-TPBody{
color:#65686b;
}
.ms-TPBody a:link,.ms-TPBody a:visited,.ms-TPBody a:hover{
color:#0072bc;
text-decoration:none;
cursor:pointer;
}
.ms-PropGridBuilderButton{
/* [ReplaceColor(themeColor:"Dark1-Darker")] */ border:solid 1px #3966bf;
width:16px;
display:none;
/* [ReplaceColor(themeColor:"Dark1-Lightest")] */ background-color:#add1ff;
}
.ms-SPZone{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-SPZone:hover{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.s4-wzActive,.ms-SPZoneSelected{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
.ms-SPZoneIBar{
/* [ReplaceColor(themeColor:"Accent2")] */ border:3px solid #0072bc;
}
.ms-SPZoneLabel{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
padding:11px 0px 1px 2px;
}
.ms-SPZoneTitle{
white-space:nowrap;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-SPZoneCaption{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-TPBody th{
font-weight:bold;
}
.ms-TPBody h1{
font-weight:bold;
font-size:200%;
}
.ms-TPBody h2{
font-weight:bold;
font-size:150%;
}
.ms-TPBody h3{
font-weight:bold;
font-size:120%;
}
.ms-TPBody h4{
font-weight:bold;
font-size:100%;
}
.ms-TPBody h5{
font-weight:bold;
font-size:80%;
}
.ms-TPBody h6{
font-weight:bold;
font-size:65%;
}
.ms-WPBorder{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-WPAddButton{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
padding:12px;
margin:0px;
cursor:pointer;
text-align:center;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-WPAddButton{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-WPAddButton:hover{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:solid 1px #92c0e0;
}
.ms-ConnError{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-infobar{
background-color:#EDF0D9;
border:1px solid #999999;
}
.ms-consoleframe,.ms-consolestatusframe{
border-bottom-width:1px;
border-left-width:0px;
border-right-width:0px;
border-style:solid;
}
.ms-consolestatuscell{
background-image:url("/_layouts/15/images/pageTitleBKGD.gif?rev=44");
background-repeat:repeat-x;
background-position:top left;
background-color:#d5dced;
text-align:center;
}
.ms-consoleframe{
border-top-width:1px;
border-color:#83b0ec;
}
.ms-consolestatusframe{
border-top-width:0px;
background-color:#f6fdfd;
background-repeat:repeat-x;
border-color:#FFFFFF;
}
td.ms-consolestatuscheckoutframe{
background-repeat:repeat-x;
}
.ms-consolestatuscheckoutframe,
.ms-consoleminiframe{
background-color:#fff8b2;
background:url("/_layouts/15/images/cnsugrdn.gif?rev=44");
}
.ms-consoleminiframe{
height:24px;
background-repeat:repeat-x;
}
.ms-consolestatus{
color:#666666;
padding-top:3px;
padding-bottom:3px;
text-decoration:none;
}
.ms-consolestatus a{
color:#3966bf;
}
.ms-consolestatus a:hover{
color:#3966bf;
text-decoration:underline;
}
.ms-consoletoolbar{
text-decoration:none;
color:#003399;
}
.ms-webpartpickeralign{
padding:2px 7px 2px 3px;
}
.ms-webpartpickerwarning{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-webpartPage-root
{
border-spacing:20px;
}
#MSOTlPn_MainTD option,
#MSOTlPn_MainTD select,
#MSOTlPn_MainTD button
{
border-color:#d9d9d9;
background-color:#fff;
color:#65686b;
}
#ms-dnd-dropbox{
position:absolute;
text-align:center;
border:1px solid;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
z-index:2;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
margin:0px;
}
.ms-core-needIEFilter #ms-dnd-dropbox{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
#ms-dnd-dropboxText{
position:relative;
}
#ms-dnd-activeX{
position:absolute;
width:100%;
height:100%;
left:0px;
top:0px;
}
.ms-dnd-progressInfo{
position:relative;
width:100%;
vertical-align:middle;
padding-left:10px;
padding-top:6px;
padding-bottom:7px;
margin-bottom:5px;
color:#3b3b3b;
}
.ms-dnd-progressInfo-inline{
position:relative;
width:100%;
vertical-align:middle;
margin-top:8px;
margin-bottom:13px;
}
.ms-dnd-progressInfoTb td
{
padding-right:5px;
}
.ms-dnd-progressImg{
width:16px;
height:16px;
vertical-align:middle;
}
.ms-dnd-progressImg img{
vertical-align:middle;
}
.ms-dnd-progressMessage{
vertical-align:middle;
}
.ms-dnd-err{
line-height:1.2em;
width:100%;
padding-top:4px;
padding-bottom:9px;
margin-top:-5px;
margin-bottom:5px;
color:#3b3b3b;
}
.ms-dnd-err-itmName{
padding-right:20px;
padding-left:3px;
vertical-align:middle;
}
.ms-dnd-dlg-doRestDiv{
margin-top:4px;
float:left;
}
.ms-dnd-dlg-buttonDiv{
text-align:right;
}
#ms-conflictDlgDoRest{
padding-left:0px;
margin-left:0px;
}
.ms-dragupload-error{
color:#3b3b3b;
}
.ms-droppable-menuitem-hover{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:#2a8dd4 2px dotted;
}
.ms-droppable-folder-hover{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:#2a8dd4 2px dotted;
}
.ms-dropsurface-div
{
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"AccentLines")] */ border:#2a8dd4 1px solid;
z-index:99;
}
.ms-progress-meter
{
width:130px;
height:9px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ background-color:#c6c6c6;
}
.ms-progress-meter-inner
{
/* [ReplaceColor(themeColor:"AccentLines")] */ background-color:#2a8dd4;
height:100%;
}
.ms-dnd-fileError-item
{
margin-top:5px;
margin-bottom:5px;
}
.ms-dnd-inprogress
{
position:absolute;
vertical-align:middle;
text-align:center;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"Lines")] */ border:#ababab 1px solid;
z-index:99;
}
.ms-core-needIEFilter .ms-dnd-inprogress{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-dnd-inprogress-img
{
position:relative;
}
.ms-draggable
{
cursor:pointer;
}
.ms-webpartzone-cell{
margin:auto auto 20px;
}
.s4-wpcell,.s4-wpcell-plain,.s4-wpActive{
vertical-align:top;
}
.s4-wpcell .s4-wpTopTable{
border:1px solid transparent;
}
.s4-wpcell-plain .s4-wpTopTable{
border:none;
}
.s4-wpActive .s4-wpTopTable,.s4-wpActive .ms-WPSelected{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.ms-WPHeaderTdMenu{
width:21px;
cursor:pointer;
word-wrap:normal;
white-space:nowrap;
border:1px solid transparent;
}
.ms-WPHeaderTdMenu:hover{
/* [RecolorImage(themeColor:"AccentText")] */ background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x left top;
}
.ms-WPMenuDiv,.ms-WPMenuDivHover{
white-space:nowrap;
}
.ms-wpselectlink,.ms-wpselectlinkfocus{
text-align:center;
}
.ms-WPHeaderMenuImg{
padding:7px;
vertical-align:middle;
visibility:hidden;
}
.ms-wpselectlinkfocus .ms-WPHeaderMenuImg,.s4-wpcell-plain:hover .ms-WPHeaderMenuImg,.s4-wpcell:hover .ms-WPHeaderMenuImg,.s4-wpActive .ms-WPHeaderMenuImg{
visibility:visible;
}
.s4-wpcell .ms-WPTitle,.s4-wpActive .ms-WPTitle{
cursor:pointer;
}
.ms-WPTitle,.ms-WPTitle a{
/* [ReplaceColor(themeColor:"WebPartHeading")] */ color:#444;
}
.s4-wpActive .ms-WPTitle,.s4-wpActive .ms-WPTitle a{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-WPHeaderTdSelection{
width:21px;
cursor:auto;
text-align:center;
}
.ms-WPHeaderTdSelSpan{
display:inline-block;
}
.ms-WPHeaderCbxHidden{
margin:0px;
top:-2000px;
position:absolute;
vertical-align:middle;
}
.ms-WPHeaderCbxVisible,.s4-wpcell:hover .ms-WPHeaderTdSelection input,.s4-wpActive .ms-WPHeaderTdSelection input{
top:0px;
margin:0px;
position:relative;
vertical-align:middle;
}
.s4-wpcell-plain .ms-WPHeaderTdSelection{
display:none;
}
.ms-wpContentDivSpace{
position:relative;
}
.ms-SPZone.ms-webpart-zone
{
padding:10px;
}
.ms-webpart-zone
{
display:table;
}
.ms-webpart-zone-title
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
display:block;
}
.s4-wpcell > .ms-webpart-chrome,
.s4-wpActive > .ms-webpart-chrome
{
border:1px solid transparent;
}
.ms-SPZone > .s4-wpcell,
.ms-SPZone > .s4-wpcell-plain,
.ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell,
.ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
padding:5px 10px 10px;
border-collapse:separate;
}
.ms-SPZone > .s4-wpActive,
.ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpActive
{
/* [ReplaceColor(themeColor:"EmphasisBorder")] */ border:1px solid #0067b0;
padding:5px 10px 10px;
border-collapse:separate;
}
.ms-webpart-chrome-fullWidth
{
min-width:100%;
}
.ms-webpart-chrome
{
border-spacing:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.ms-webpart-chrome-vertical
{
display:table-row;
}
.ms-webpart-controlBox-show > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpartzone-cell:focus > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpartzone-cell:hover > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpart-controlBox-show > span > .ms-cursorDefault,
.ms-webpartzone-cell:focus > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > span > .ms-cursorDefault,
.ms-webpartzone-cell:hover > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > span > .ms-cursorDefault
{
visibility:visible;
}
.ms-webpart-controlBox-hide > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpart-controlBox-hide > span > .ms-cursorDefault
{
visibility:hidden;
}
.ms-webpart-controlBox
{
position:absolute;
float:right;
margin-left:-35px;
}
.ms-webpart-titleRowCell
{
padding:0px;
position:relative;
}
.js-webpart-titleCell
{
width:100%;
}
.js-webpart-titleCell,.ms-webpart-controlBox,.js-webpart-menuCell,.ms-webpart-checkboxTd
{
display:inline-block;
}
.ms-webpart-checkboxTd
{
width:19px;
padding-right:3px;
}
.ms-webpart-checkboxTd > input
{
display:block;
}
.js-webpart-menuCell
{
width:15px;
position:relative;
}
.ms-webpart-menuLink
{
padding:3px;
height:3px;
width:5px;
border:0px solid transparent;
vertical-align:middle;
display:inline-block;
overflow:hidden;
}
.ms-webpart-menuLink:hover
{
/* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab;
}
.ms-webpart-menuLink > img
{
display:block;
}
.ms-webpart-chrome-title
{
vertical-align:middle;
position:relative;
margin-bottom:2px;
}
.ms-rtestate-write .ms-webpart-chrome-title
{
cursor:move;
}
.ms-webpart-chrome-title-padleft
{
padding-left:2px;
}
.ms-webpart-chrome-title-padright
{
padding-right:2px;
}
.ms-webpart-cell-vertical
{
display:table;
}
div.ms-webpart-cell-vertical-inline-table
{
display:inline-table;
}
.ms-webpart-cell-horizontal
{
display:table-cell;
}
.ms-WPBorderBorderOnly
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
#searchInputBox .ms-webpart-unselected
{
padding:0px;
}
.ms-webpart-menuArrowSpan
{
height:3px;
width:5px;
position:relative;
overflow:hidden;
display:block;
vertical-align:top;
}
.ms-webpart-menuArrowImg
{
top:-250px;
left:-109px;
position:absolute;
}
.ms-webpart-errorContainer
{
padding:60px 20px;
text-align:left;
margin:0px auto;
}
.ms-webpart-errorTitle
{
padding-bottom:10px;
line-height:1.1em;
}
.js-callout-mainElement
{
position:absolute;
max-width:640px;
min-height:100px;
z-index:102;
cursor:default;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
border-style:solid;
border-width:1px;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-color:#d1d1d1;
border-collapse:separate;
}
.js-callout-column
{
height:100%;
float:left;
}
.js-callout-header,.js-callout-header-noWrap
{
overflow:hidden;
margin-bottom:0px;
white-space:nowrap;
}
.js-callout-header
{
text-overflow:ellipsis;
}
.js-callout-header-noWrap
{
word-wrap:normal;
}
.js-callout-headerArea
{
margin:0px 0px 0px 20px;
}
.js-callout-markArea
{
display:inline-block;
vertical-align:middle;
line-height:16px;
max-width:16px;
}
.js-callout-followCommand
{
height:16px;
width:16px;
}
.js-callout-body
{
margin-left:20px;
margin-right:20px;
padding-bottom:25px;
max-height:550px;
font-weight:normal;
text-decoration:none;
white-space:normal;
word-break:normal;
line-height:normal;
}
.js-callout-noscroll
{
overflow-y:hidden;
}
.js-callout-bodySection
{
margin-top:13px;
margin-bottom:0px;
}
.js-callout-bodySection > .js-filePreview-containingElement
{
margin-bottom:15px;
}
.js-filePreview-containingElement > img
{
display:block;
}
.js-callout-footerArea
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
padding:11px 20px 11px 20px;
overflow:visible;
}
.ms-core-needIEFilter .js-callout-footerArea
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.js-callout-content
{
max-width:640px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
padding:0px;
overflow-x:hidden;
word-wrap:break-word;
}
.js-callout-actions
{
overflow:visible;
}
.js-callout-action
{
margin:0px 22px 0px 0px;
vertical-align:middle;
line-height:0px;
display:inline-block;
}
.js-callout-menuAction
{
margin-right:0px;
}
.js-callout-ecbActionDownArrow
{
border-style:none;
display:inline-block;
vertical-align:middle;
}
.js-ellipsis25-a
{
height:25px;
width:25px;
position:relative;
display:inline-block;
overflow:hidden;
}
.js-ellipsis25-icon
{
left:-99px;
top:-59px;
position:absolute;
}
.js-callout-title
{
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-ms-text-overflow:ellipsis;
white-space:nowrap;
display:inline-block;
margin:14px 0px 0px 0px;
padding:0;
vertical-align:middle;
width:100%;
}
.js-callout-subtitle
{
cursor:text;
padding:1px;
word-wrap:normal;
overflow:hidden;
}
.js-callout-location
{
border-width:1px;
border-style:solid;
padding-left:5px;
width:100%;
box-sizing:border-box;
-ms-box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
/* [ReplaceColor(themeColor:"DisabledLines")] */ border-color:#e1e1e1;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
}
.js-callout-location:hover
{
/* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab;
}
.js-callout-subtitle > span
{
display:inline-block;
padding-top:1px;
padding-bottom:2px;
}
.js-callout-usage
{
height:23px;
padding:5px 8px 7px 8px;
margin:0px;
position:relative;
float:right;
text-align:center;
line-height:1;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1.0")] */ background-color:#efefef;
}
.js-callout-usage p
{
margin:0px 0px 2px 0px;
padding:0px;
line-height:1;
}
.js-callout-closeButton
{
width:16px;
height:16px;
position:relative;
overflow:hidden;
float:right;
margin:6px 6px 0px 6px;
border:solid 5px transparent;
}
.js-callout-closeButtonImage
{
position:absolute;
left:-197px;
top:-120px;
}
.js-callout-beak
{
background-repeat:no-repeat;
position:absolute;
}
.js-callout-itemLinkFilename
{
float:left;
margin-right:16px;
}
.js-callout-calloutTarget
{
float:right;
height:16px;
margin-left:-16px;
border-style:none;
cursor:pointer;
}
.js-folder-preview-count
{
position:absolute;
bottom:0px;
color:#000;
font-family:"Segoe UI",Tahoma,Verdana,Arial;
}
.js-folder-preview-count
{
right:2px;
font-size:40px;
opacity:0.1;;
}
.ms-core-needIEFilter .js-folder-preview-count
{
filter:alpha(opacity=10);-ms-filter:"alpha(opacity=10)";;
}
.js-callout-beakTop,.js-callout-beakBottom
{
visibility:hidden;
}
.js-callout-beakLeft,.js-callout-beakRight,.js-callout-beakTop,.js-callout-beakBottom
{
width:12.72792px;
height:12.72792px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-color:#d1d1d1;
transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-webkit-transform-style:preserve-3d;
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
position:absolute;
z-index:-10;
}
.ms-core-needIEFilter .js-callout-beakLeft,.ms-core-needIEFilter .js-callout-beakRight,.ms-core-needIEFilter .js-callout-beakTop,.ms-core-needIEFilter .js-callout-beakBottom
{
width:13.43503px;
height:13.43503px;
}
.ms-core-needIEFilter .js-callout-beakLeft,.ms-core-needIEFilter .js-callout-beakRight,.ms-core-needIEFilter .js-callout-beakTop,.ms-core-needIEFilter .js-callout-beakBottom
{
-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865475,SizingMethod='auto expand')";
}
.js-callout-beakLeft
{
-webkit-border-before-width:1px;
-webkit-border-before-color:transparent;
-webkit-border-end-width:1px;
-webkit-border-end-color:transparent;
left:0px;
margin-left:-7.8px;
-moz-margin-start:-7.5px;
}
.ms-core-needIEFilter .js-callout-beakLeft
{
margin-left:-9.5px;
}
.js-callout-beakRight
{
-webkit-border-after-width:1px;
-webkit-border-after-color:transparent;
-webkit-border-start-width:1px;
-webkit-border-start-color:transparent;
right:0px;
margin-right:-7.8px;
-moz-margin-end:-7.5px;
}
.ms-core-needIEFilter .js-callout-beakRight
{
margin-right:-4px;
}
.js-callout-beakTop
{
-webkit-border-after-width:1px;
-webkit-border-after-color:transparent;
-webkit-border-end-width:1px;
-webkit-border-end-color:transparent;
margin-top:-7.2px;
}
.ms-core-needIEFilter .js-callout-beakTop
{
margin-top:-9.5px;
}
.js-callout-beakBottom
{
-webkit-border-before-width:1px;
-webkit-border-before-color:transparent;
-webkit-border-start-width:1px;
-webkit-border-start-color:transparent;
bottom:0px;
margin-bottom:-7.2px;
}
.ms-core-needIEFilter .js-callout-beakBottom
{
margin-bottom:-4px;
}
.js-callout-sharedWithInfo
{
display:none;
}
.js-callout-sharedWithLink
{
white-space:nowrap;
}
.js-callout-sharingLink-label
{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
margin-bottom:3px;
}
.js-sharing-fullListDialogContainer
{
padding-bottom:16px;
}
.js-sharing-tabFullListDialog
{
max-height:153px;
min-height:153px;
overflow:auto;
margin-top:12px;
padding-right:12px;
}
.js-sharing-fullListDialog
{
min-height:120px;
max-height:240px;
overflow:auto;
margin-top:12px;
padding-right:12px;
}
.js-sharing-fullListDialogCommandsLeft
{
margin-top:24px;
}
.js-sharing-fullListDialogCommandsRight
{
margin-top:24px;
text-align:right;
}
.js-sharing-fullListDialogStatusBar
{
display:none;
}
.js-sharing-fullListDialogManageGuestLinks
{
display:none;
margin-bottom:10px;
}
.ms-core-form-line > .js-sharingHint-iconContainer,
.js-sharing-fullListDialogManageGuestLinks > .js-sharingHint-iconContainer
{
margin-right:5px;
}
.js-sharing-fullListDialogCommandApply
{
visibility:hidden;
}
.js-sharing-fullListDialogCommandClose
{
visibility:hidden;
}
.js-sharing-fullListDialogCommandInvite,.js-sharing-fullListDialogCommandStopSharing,.js-sharing-fullListDialogCommandEmail,.js-sharing-fullListDialogCommandAdvanced
{
display:none;
margin-right:16px;
}
.js-sharing-fullListDialogEntry
{
vertical-align:middle;
height:55px;
margin-bottom:10px;
}
.js-sharing-fullListDialogEntrySharedWithMany
{
margin-top:16px;
}
.js-sharing-fullListDialogEntryNameAndTitleContainer
{
float:left;
height:55px;
}
.js-sharing-fullListDialogEntryPermissionsContainer
{
float:right;
margin-left:10px;
height:55px;
}
.js-sharing-fullListDialogEntryDisplayName
{
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.js-sharing-fullListDialogEntryPermissionsInnerContainer
{
margin-left:3px;
}
.js-sharing-fullListDialogEntryPermissionsInnerContainer,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:link,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:hover,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:active,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:visited
{
text-decoration:none;
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
}
.js-sharing-fullListDialogEntryPermissionsMenu
{
cursor:pointer;
display:inline-block;
}
.js-sharing-fullListDialogEntryPermissionsMenuArrow
{
border-style:none;
vertical-align:middle;
padding-left:5px;
padding-bottom:2px;
}
.js-sharing-fullListDialogWaitImg
{
position:absolute;
top:50%;
left:50%;
margin-top:-12px;
margin-left:-12px;
}
.js-sharing-fullListDialogApplyWaitImg
{
vertical-align:middle;
height:16px;
width:18px;
margin-right:2px;
display:none;
}
.js-sharing-fullListDialogApplyText
{
vertical-align:middle;
display:none;
margin-right:2px;
}
.js-sharingHint-iconContainer
{
height:16px;
width:16px;
display:inline-block;
overflow:hidden;
position:relative;
}
.js-sharingHint-sharedAnonymously
{
left:-179px;
top:-174px;
position:absolute;
}
.js-sharingHint-sharedWithEveryone
{
left:-254px;
top:-48px;
position:absolute;
}
.js-sharingHint-unshared
{
left:-200px;
top:-30px;
position:absolute;
}
.js-sharingHint-sharedDefault
{
left:-254px;
top:-30px;
position:absolute;
}
.js-sharing-userGroupHeaderRow > td
{
padding-top:10px;
}
.js-sharing-userGroupHeaderTitle,.js-sharing-userGroupHeaderPicture
{
float:left;
}
.js-sharing-userGroupHeaderTitle
{
margin-left:8px;
}
.js-sharing-userGroupHeaderPicture + .js-sharing-userGroupHeaderTitle
{
margin-top:7px;
}
.ms-comm-bestPostHeader{
margin-bottom:17px;
}
.ms-comm-cmdSpaceListItem{
display:inline;
margin-right:14px;
padding:1px;
}
.ms-comm-filterList{
margin:0;
padding:3px;
}
.ms-comm-forumContainer{
border-collapse:separate;
max-width:690px;
font-size:15px;
}
.ms-comm-forumCmd{
display:inline;
margin-right:16px;
text-transform:lowercase;
}
.ms-comm-forumCmdList{
display:inline-block;
margin:0px;
padding-left:0px;
list-style-type:none;
}
.ms-comm-forumHeaderContainer{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6;
margin:0px;
padding:0px;
}
.ms-comm-postSubjectColumn{
max-width:600px;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-comm-refreshIcon-a{
display:inline-block;
width:16px;
height:16px;
overflow:hidden;
position:relative;
}
.ms-comm-refreshIcon{
left:-37px;
top:-220px;
position:absolute;
}
.ms-comm-bestResponseIcon-span{
display:inline-block;
width:10px;
height:10px;
overflow:hidden;
position:relative;
margin-right:6px;
}
.ms-comm-bestResponseIcon{
left:-32px;
top:-256px;
position:absolute;
}
.ms-comm-heroLinkContainer{
margin-top:11px;
margin-bottom:5px;
}
.ms-comm-popularityBar{
margin-bottom:0.38em;
height:4px;
float:left;
overflow:hidden;
position:relative;
}
.ms-comm-popularityBarShadow{
height:4px;
float:left;
overflow:hidden;
position:relative;
}
.ms-comm-popularityBarContainer{
float:left;
width:7.65em;
min-height:10px;
margin-right:1.15em;
margin-top:0.56em;
padding:3px;
}
.ms-comm-postList{
margin:0;
padding-left:0px;
list-style-type:none;
}
.ms-comm-postListItem{
display:block;
margin-top:0.5em;
margin-bottom:0.7em;
overflow:hidden;
}
.ms-comm-postMainContainer{
margin-bottom:1px;
}
.ms-comm-rootBestBackground{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-comm-rootBestBackground{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-comm-rootPostContainer{
padding:18px 19px;
}
.ms-comm-bestResponseDividerHr{
margin-top:19px;
}
.ms-comm-bestResponseContainer{
margin-top:9px;
}
.ms-comm-postAuthorPicture{
float:left;
height:48px;
width:48px;
margin-right:6px;
}
.ms-comm-postImageIcon-span{
display:inline-block;
width:16px;
height:16px;
overflow:hidden;
position:relative;
margin:2px 8px 4px 0px;
}
.ms-comm-postImageIcon{
left:-109px;
top:-214px;
position:absolute;
}
.ms-comm-postBody{
margin-bottom:2px;
}
.ms-core-needIEFilter .ms-comm-postBody{
width:520px;
}
.ms-comm-postBodyOverflow{
overflow-x:auto;
}
.ms-comm-authorPicture{
margin-right:10px;
}
.ms-comm-replyToLink{
margin-bottom:4px;
}
.ms-comm-postBodyThreaded img{
max-width:700px;
margin:0px !important;
}
.ms-comm-postExpander{
height:16px;
margin:-2em auto 0em;
width:16px;
}
.ms-comm-postExpanderCollapseContainer{
height:16px;
width:16px;
display:inline-block;
position:relative;
overflow:hidden;
}
.ms-comm-postExpanderExpandContainer{
height:16px;
width:16px;
display:inline-block;
position:relative;
overflow:hidden;
}
.ms-comm-postExpanderCollapse{
position:absolute;
left:-197px;
top:-138px;
}
.ms-comm-postExpanderExpand{
position:absolute;
left:-73px;
top:-238px;
}
.ms-comm-postReplyListItem{
margin-bottom:21px;
}
.ms-comm-postReplyButtonContainer{
float:right;
}
.ms-comm-postReplyContainer{
width:100%;
}
.ms-comm-postReplyTextBox{
background-color:transparent;
margin-top:12px;
margin-bottom:6px;
padding:5px 10px;
resize:none;
}
.ms-comm-postRootContainer{
overflow:visible;
}
.ms-comm-allRepliesHeader{
margin-top:22px;
margin-bottom:17px;
}
.ms-comm-replyHeader{
padding:3px;
margin-top:8px;
}
.ms-comm-reputationTextContainer{
margin:3px 0px 4px;
max-height:10px;
max-width:74px;
}
.ms-comm-reputationTextContainerBestResponse{
margin:3px 0px 2px;
max-height:10px;
max-width:74px;
}
.ms-comm-reputationSettingsBarImageContainer{
display:inline-block;
vertical-align:middle;
}
.ms-comm-reputationSettingsBarImage{
min-height:7px;
min-width:7px;
margin-right:2px;
float:left;
}
.ms-comm-reputationBarSq{
/* [ReplaceColor(themeColor:"AccentLines")] */ background-color:#2a8dd4;
margin-right:2px;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationBarSqLast{
/* [ReplaceColor(themeColor:"AccentLines")] */ background-color:#2a8dd4;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationBarSqEmpty{
/* [ReplaceColor(themeColor:"SubtleLines")] */ background-color:#c6c6c6;
margin-right:2px;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationBarSqEmptyLast{
/* [ReplaceColor(themeColor:"SubtleLines")] */ background-color:#c6c6c6;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationSettingsTable{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
border-collapse:collapse;
}
.ms-comm-reputationSettingsTable > tbody > tr > td{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
padding:3px;
}
.ms-core-needIEFilter .ms-comm-reputationTextBestResponse{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-comm-stats{
margin-bottom:0.15em;
}
.ms-comm-statsInlineContainer{
margin:11px 0px 17px;
}
.ms-comm-statsInline{
display:inline-block;
margin-right:16px;
}
.ms-comm-likesCount{
/* [ReplaceColor(themeColor:"AccentLines")] */ color:#2a8dd4;
}
.ms-comm-likesMetadata{
margin-right:14px;
}
.ms-comm-likesImgContainer{
margin-right:4px;
vertical-align:middle;
}
.ms-comm-featuredHeader{
margin-top:25px;
}
.ms-comm-featuredBody{
max-height:2.8em;
overflow:hidden;
}
.ms-comm-reputationNumbers{
font-size:.9em;
font-weight:bold;
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
}
.ms-comm-metalineList{
padding-bottom:2px;
}
.ms-comm-metalineItem{
display:inline;
padding-right:8px;
margin-right:8px;
}
.ms-comm-metalineItemSeparator{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:1px solid #c6c6c6;
}
.ms-comm-noWrap{
white-space:nowrap;
}
.ms-comm-ratingsImageContainer{
max-height:16px;
min-width:16px;
vertical-align:top;
display:inline-block;
}
.ms-comm-ratingCountContainer{
display:inline-block;
vertical-align:top;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-comm-ratingSeparator{
vertical-align:top;
margin-left:3px;
margin-right:3px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ border-left:1px solid #777;
}
.ms-comm-adminLinks{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
padding:9px 14px 10px 14px;
min-width:170px;
margin-bottom:32px;
display:inline-block;
}
.ms-comm-adminLinksTitleMargin
{
margin-bottom:7px;
}
.ms-comm-adminLinksListNoMargin
{
margin:0px;
}
.ms-core-needIEFilter .ms-comm-adminLinks{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-comm-adminLinksList{
margin:7px 0px 0px;
}
.ms-comm-adminLinksListItem{
margin-bottom:5px;
}
.ms-group-defaultGroupLogo{
background-color:#b1b1b1;
color:#fff;
font-family:"SPO365Icons";
display:inline-block;
line-height:1.35;
overflow:hidden;
speak:none;
text-indent:-0.2em;
-webkit-font-smoothing:antialiased;
}
.ms-group-defaultGroupLogoSize{
width:100px;
height:100px;
font-size:100px;
}
.ms-group-actionsArea{
padding-top:5px;
}
.ms-group-groupType{
padding-top:5px;
}
.ms-group-button{
font-size:11px;
}
.ms-group-glyph{
font-family:"SPO365Icons";
font-size:18px;
display:inline-block;
margin-right:5px;
}
.ms-group-margin{
margin-right:4px;
}
.ms-group-userRow > div{
display:table-cell;
width:50%;
}
.ms-group-bottomSection{
margin-top:20px;
}
.ms-group-ql-info{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
margin-top:10px;
padding-top:10px;
font-size:1em;
word-break:break-all;
}
.ms-group-ql-members{
padding:5px 0px;
}
.ms-group-ql-email{
padding:5px 0px;
}
.ms-group-info-icon{
margin-right:4px;
vertical-align:middle;
}
.ms-group-info-icon-description-span{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-group-info-icon-description-img{
left:-161px;
top:-178px;
position:absolute;
}
.ms-group-profile-div{
margin-top:-110px;
height:205px;
width:200px;
}
.ms-group-profile-image{
width:200px;
height:200px;
margin-bottom:11px;
}
.ms-group-siteicon{
width:180px;
}
.ms-group-join-img
{
left:-218px;
top:-48px;
position:absolute;
}
.ms-group-join-imgSpan
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
margin-right:5px;
vertical-align:middle;
}
.ms-group-descriptionText{
word-break:break-all;
}
.ms-group-nonMemberSection{
margin-top:5px;
}
.ms-group-nonMemberSubSection{
margin-left:12px;
}
.ms-group-userAreaHeader{
border-bottom:1px solid;
padding-bottom:3px;
margin-bottom:4px;
}
.ms-group-userTable{
border-spacing:6px;
}
.ms-group-detailsPageContentCell{
width:50%;
}
.ms-group-detailsPageContentInfo{
vertical-align:top;
padding-left:50px;
}
.ms-group-detailsPageContentOwners{
margin-bottom:40px;
}
.ms-group-detailsPageContentHeroButton{
margin-bottom:19px;
}
.ms-group-detailsPageContentHeader{
margin-bottom:16px;
}
.ms-group-addMembersDialogForm{
margin-right:5px;
width:464px;
}
.ms-group-addMembersDialogMakeOwnerCheckbox{
margin-top:20px;
}
.ms-group-addMembersDialogAddCancelContainer{
margin:22px auto;
}
.ms-group-pagingContainer
{
padding:10px 0px 0px;
}
.ms-group-pagingText{
padding:4px 6px;
vertical-align:top;
display:inline-block;
}
.ms-group-msg{
min-height:1.33em;
margin-bottom:4px;
}
.ms-group-alias-edit-span{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-group-alias-edit-img{
left:-236px;
top:-84px;
position:absolute;
}
.ms-group-peoplepicker{
min-height:40px;
}
.ms-breadcrumb-menu{
max-width:400px;
min-width:142px;
padding:8px 10px;
word-wrap:break-word;
-ms-word-wrap:break-word;
overflow-x:hidden;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-breadcrumb
{
margin:0px;
padding-top:4px;
padding-left:10px;
}
.ms-breadcrumb-arrowcont{
display:inline-block;
vertical-align:top;
}
.ms-breadcrumbNode > a,.ms-breadcrumbCurrentNode > a,.ms-breadcrumbRootNode > a,span.ms-breadcrumbCurrentNode,span.ms-breadcrumbRootNode{
display:inline-block;
}
.ms-breadcrumbNode > a:hover,.ms-breadcrumbCurrentNode > a:hover,.ms-breadcrumbRootNode > a:hover{
text-decoration:underline;
}
ul.ms-breadcrumbRootNode,
ul.ms-breadcrumbNode
{
margin-left:17px;
margin-top:2px;
}
.s4-breadcrumb-arrowcont{
margin-right:2px;
}
.ms-breadcrumb-top
{
white-space:nowrap;
}
.ms-breadcrumb-box
{
width:100%;
height:64px;
}
.ms-breadcrumb-dropdownBox
{
display:inline-block;
vertical-align:middle;
}
.ms-breadcrumb-anchor
{
height:16px;
display:inline-block;
vertical-align:middle;
}
.ms-core-listMenu-verticalBox,
.ms-core-listMenu-horizontalBox
{
font-size:1em;
}
.ms-core-listMenu-horizontalBox
{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
display:inline-block;
vertical-align:middle;
}
.ms-core-header .ms-core-listMenu-horizontalBox
{
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
.ms-core-listMenu-horizontalBox ul,
.ms-core-listMenu-horizontalBox li,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-item,
.ms-core-listMenu-horizontalBox > ul > li > table
{
display:inline-block;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item
{
margin-right:30px;
border:1px solid transparent;
}
.ms-core-listMenu-horizontalBox li.static > span .ms-core-listMenuEdit .ms-navedit-linkCell,
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell
{
padding-left:18px;
padding-right:15px;
}
.ms-core-listMenu-horizontalBox ul.root > li.static:first-child > span .ms-core-listMenuEdit .ms-navedit-linkCell,
.ms-core-listMenu-horizontalBox ul.root > li.static:first-child > .ms-core-listMenuEdit .ms-navedit-linkCell
{
padding-left:0px;
}
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header
{
font-size:1em;
vertical-align:middle;
/* [ReplaceFont(themeFont:"navigation")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
display:block;
}
.ms-core-listMenu-root
{
margin:0px;
}
.ms-navedit-hiddenLink.ms-core-listMenu-item,
.ms-navedit-hiddenLink.ms-core-listMenu-item:link,
.ms-navedit-hiddenLink.ms-core-listMenu-item:visited
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
font-style:italic;
}
.ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item,
.ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item:link,
.ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item:visited
{
/* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color:#777;
}
.ms-core-listMenu-verticalBox .ms-core-listMenu-item,
ul.dynamic .ms-core-listMenu-item
{
display:block;
}
.ms-core-listMenu-verticalBox > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item
{
display:block;
padding:5px 20px;
}
ul.dynamic .ms-core-listMenuEdit .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox .ms-core-listMenuEdit .ms-core-listMenu-item
{
padding:4px 5px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item
{
padding-left:40px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > span table.ms-core-listMenuEdit,
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > table.ms-core-listMenuEdit
{
padding-left:20px;
}
.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-item:link,
.ms-tv-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited
{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
text-decoration:none;
}
.ms-core-header .ms-core-listMenu-item,
.ms-core-header .ms-core-listMenu-item:link,
.ms-core-header .ms-core-listMenu-item:visited,
.ms-core-header .ms-tv-item:link,
.ms-core-header .ms-tv-item:visited,
.ms-core-header .ms-tv-header:link,
.ms-core-header .ms-tv-header:visited
{
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
li > a.ms-core-listMenu-item:hover,
li > a.ms-core-listMenu-item:active
{
/* [ReplaceColor(themeColor:"NavigationHoverBackground",opacity:"1")] */ background-color:#cde6f7;
/* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
a.ms-tv-item:hover,
a.ms-tv-header:hover
{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationHover")] */ color:#0072c6;
}
.ms-core-header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-core-header a.ms-tv-item:hover,
.ms-core-header a.ms-tv-header:hover
{
/* [ReplaceColor(themeColor:"HeaderNavigationHoverText")] */ color:#0072c6;
}
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:active,
a.ms-tv-item:active,
a.ms-tv-header:active
{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationPressed")] */ color:#004d85;
}
.ms-core-header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:active,
.ms-core-header a.ms-tv-item:active,
.ms-core-header a.ms-tv-header:active
{
/* [ReplaceColor(themeColor:"HeaderNavigationPressedText")] */ color:#004d85;
}
.ms-core-listMenu-selected:link,
.ms-core-listMenu-selected:visited,
.ms-core-listMenu-selected
{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground",opacity:"1")] */ background-color:#efefef;
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color:rgba( 239,239,239,0.78 );
border:1px solid transparent;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
.ms-tv-selected:link
{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationAccent")] */ color:#0072c6;
}
.ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
.ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
.ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
.ms-core-header .ms-tv-selected:link
{
/* [ReplaceColor(themeColor:"HeaderNavigationSelectedText")] */ color:#0072c6;
}
.ms-core-listMenu-disabled,
.ms-core-listMenu-disabled:link,
.ms-core-listMenu-disabled:visited,
.ms-core-listMenu-disabled:hover,
.ms-core-listMenu-disabled:active
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
}
.ms-core-header .ms-core-listMenu-disabled,
.ms-core-header .ms-core-listMenu-disabled:link,
.ms-core-header .ms-core-listMenu-disabled:visited,
.ms-core-header .ms-core-listMenu-disabled:hover,
.ms-core-header .ms-core-listMenu-disabled:active
{
/* [ReplaceColor(themeColor:"HeaderDisableText")] */ color:#b1b1b1;
}
li.hover,li.hover-off
{
position:relative;
}
ul.dynamic
{
position:absolute;
left:-9999px;
top:-9999px;
z-index:95;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
white-space:normal;
word-wrap:break-word;
padding:10px;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
ul.dynamic.ms-droppable
{
min-width:195px;
padding:5px;
}
li.dynamic
{
display:list-item;
}
.ms-core-listMenu-ghost,
.ms-core-listMenu-ghost:link,
.ms-core-listMenu-ghost:visited,
.ms-core-listMenu-ghost:hover,
.ms-core-listMenu-ghost:active
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
opacity:0.8;
}
.ms-core-header .ms-core-listMenu-ghost,
.ms-core-header .ms-core-listMenu-ghost:link,
.ms-core-header .ms-core-listMenu-ghost:visited,
.ms-core-header .ms-core-listMenu-ghost:hover,
.ms-core-header .ms-core-listMenu-ghost:active
{
/* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color:#777;
}
.ms-core-needIEFilter .ms-core-listMenu-ghost,
.ms-core-needIEFilter .ms-core-listMenu-ghost:link,
.ms-core-needIEFilter .ms-core-listMenu-ghost:visited,
.ms-core-needIEFilter .ms-core-listMenu-ghost:hover,
.ms-core-needIEFilter .ms-core-listMenu-ghost:active
{
background-color:transparent;
filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)";
}
.ms-core-listMenuEdit
{
border:1px solid transparent;
}
.ms-core-listMenuEdit:hover
{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
}
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell,
.dynamic .ms-core-listMenuEdit
{
width:100%;
}
.ms-navedit-editLinksText > span > .ms-metadata,
.ms-core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-listMenu-item
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
}
.ms-navedit-editLinksText:hover > span > .ms-metadata,
.ms-core-listMenuEdit:hover > tr > .ms-navedit-linkCell > .ms-core-listMenu-item
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
.ms-navedit-editLinksText:active > span > .ms-metadata,
.ms-core-listMenuEdit:active > tr > .ms-navedit-linkCell > .ms-core-listMenu-item
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-core-header .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:hover,
.ms-core-header .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:active
{
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
.ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:active
{
background-color:transparent;
}
.ms-navedit-titleBoxListItem
{
min-width:185px;
}
.ms-navedit-titleBoxContainer,
.ms-navedit-titleBoxContainer ms-core-listMenu-selected,
.ms-navedit-titleBoxContainer:hover,
.ms-navedit-titleBoxContainer ms-core-listMenu-selected:hover
{
width:100%;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
}
.ms-core-header .ms-navedit-titleBoxContainer,
.ms-core-header .ms-navedit-titleBoxContainer ms-core-listMenu-selected,
.ms-core-header .ms-navedit-titleBoxContainer:hover
{
/* [ReplaceColor(themeColor:"HeaderBackground",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"HeaderAccentLines")] */ border-color:#2a8dd4;
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
span.ms-navedit-itemSpan,
.ms-navedit-titleBox
{
overflow:hidden;
white-space:nowrap;
height:100%;
display:block;
}
.ms-navedit-linkDialogIcon
{
vertical-align:middle;
width:22px;
height:22px;
}
a.ms-navedit-linkDialogIcon
{
margin-right:3px;
}
.ms-navedit-titleBoxListItem
{
position:absolute;
z-index:99;
}
.ms-displayInline
{
display:inline;
}
.ms-navedit-errorMsg
{
max-width:400px;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background
{
padding-right:26px;
/* [RecolorImage(themeColor:"BodyText",method:"Filling")] */ background-image:url("/_layouts/15/images/menu-down.gif?rev=44");
background-repeat:no-repeat;
background-position:right center;
cursor:pointer;
}
.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background
{
/* [RecolorImage(themeColor:"BodyText",method:"Filling")] */ background-image:url("/_layouts/15/images/menu-right.gif?rev=44");
}
.ms-core-listMenu-verticalBox .dynamic-children.additional-background
{
padding-right:26px;
/* [RecolorImage(themeColor:"BodyText",method:"Filling")] */ background-image:url("/_layouts/15/images/menu-right.gif?rev=44");
background-repeat:no-repeat;
background-position:right center;
cursor:pointer;
}
.menu-horizontal .menu-item-text
{
white-space:nowrap;
}
.ms-navedit-linkCell
{
word-wrap:break-word;
word-break:break-all;
}
.ms-core-listMenu-horizontalBox .ms-navedit-deletelinkCell
{
width:20px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-deletelinkCell
{
padding-right:12px;
}
.ms-navedit-deletelink
{
float:right;
height:20px;
margin:0px;
padding-left:6px;
cursor:pointer;
}
.ms-core-listMenu-horizontalBox .ms-navedit-deletelink
{
padding-left:0px;
}
.ms-navedit-deletelink.ms-navedit-deletelink-flyout
{
float:left;
margin:0px 6px 0px 0px;
padding:0px;
}
.ms-navedit-deletespan
{
display:inline-block;
overflow:hidden;
position:relative;
width:20px;
height:20px;
}
.ms-navedit-deletelink:hover > .ms-navedit-deletespan > .ms-cancelImg
{
top:-152px;
left:-175px;
}
.ms-navedit-deletelink:active > .ms-navedit-deletespan > .ms-cancelImg
{
top:-156px;
left:-127px;
}
.ms-core-header .ms-navedit-deletelink > .ms-navedit-deletespan > .ms-cancelImg
{
top:-130px;
left:-175px;
}
.ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-deletespan > .ms-cancelImg
{
top:-108px;
left:-157px;
}
.ms-core-header .ms-navedit-deletelink:active > .ms-navedit-deletespan > .ms-cancelImg
{
top:-156px;
left:-149px;
}
.ms-navedit-hidelink
{
width:16px;
height:16px;
margin:2px 2px;
}
.ms-navedit-hidespan
{
display:inline-block;
overflow:hidden;
position:relative;
width:16px;
height:16px;
}
.ms-navedit-hideLinkIcon
{
position:absolute;
left:-55px;
top:-37px;
}
.ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-55px;
top:-19px;
}
.ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-1px;
top:-1px;
}
.ms-core-header .ms-navedit-hideLinkIcon
{
left:-1px;
top:-19px;
}
.ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-19px;
top:-37px;
}
.ms-core-header .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-19px;
top:-19px;
}
.ms-navedit-showLinkIcon
{
position:absolute;
left:-55px;
top:-1px;
}
.ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
position:absolute;
left:-19px;
top:-1px;
}
.ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
left:-37px;
top:-37px;
}
.ms-core-header .ms-navedit-showLinkIcon
{
left:-1px;
top:-37px;
}
.ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
left:-37px;
top:-1px;
}
.ms-core-header .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
left:-37px;
top:-19px;
}
input.ms-navedit-editButton
{
min-width:60px;
height:20px;
padding:0px 10px;
margin-left:0px;
margin-right:8px;
vertical-align:top;
}
.ms-navedit-dropsurface
{
position:absolute;
background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x left top;
z-index:99;
opacity:0.01;
}
.ms-core-needIEFilter .ms-navedit-dropsurface
{
filter:alpha(opacity=1);-ms-filter:"alpha(opacity=1)";
}
.ms-navedit-arrowNodeCell
{
width:10px;
}
.ms-navedit-dropLinkDiv
{
width:100%;
min-width:50px;
}
.ms-navedit-appendarea
{
padding-left:15px;
}
.ms-core-listMenu-verticalBox > .ms-navedit-appendarea
{
padding-left:15px;
padding-top:5px;
}
div.ms-navedit-hiddenAppendArea
{
padding:3px 0px 4px 5px;
width:100%;
min-width:30px;
min-height:10px;
}
.ms-core-listMenu-verticalBox div.ms-navedit-hiddenAppendArea
{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-top:1px solid #d1d1d1;
}
.ms-core-listMenu-horizontalBox div.ms-navedit-hiddenAppendArea
{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-left:1px solid #d1d1d1;
padding:0px 0px 1px 5px;
margin-top:1px;
}
.ms-navedit-editLinksIconWrapper
{
width:16px;
height:16px;
position:relative;
display:inline-block;
overflow:hidden;
margin-right:5px;
}
.ms-navedit-editLinksIcon
{
left:-218px;
top:-66px;
position:absolute;
}
.ms-navedit-editLinksText:hover > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-215px;
top:-174px;
}
.ms-navedit-editLinksText:active > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-218px;
top:-84px;
}
.ms-core-header .ms-navedit-editLinksIcon
{
left:-215px;
top:-156px;
position:absolute;
}
.ms-core-header .ms-navedit-editLinksText:hover > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-215px;
top:-102px;
}
.ms-core-header .ms-navedit-editLinksText:active > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-215px;
top:-138px;
}
.ms-navedit-editLinksText
{
text-transform:uppercase;
text-decoration:none;
}
.ms-navedit-addNewLink
{
margin-top:8px;
margin-bottom:12px;
display:inline-block;
}
.ms-core-header .ms-list-addnew-img16
{
left:-127px;
top:-196px;
}
.ms-core-header .ms-navedit-addNewLink:hover > .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16,
.ms-core-header .ms-navedit-addNewLink:active > .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16
{
left:-233px;
top:-102px;
}
.ms-core-listMenu-horizontalBox a.ms-navedit-addNewLink
{
margin:1px 0px 0px 13px;
}
.ms-core-listMenu-horizontalBox span.ms-list-addnew-imgSpan16
{
vertical-align:bottom;
}
.ms-navedit-addLinkText
{
margin-right:18px;
margin-top:2px;
}
.ms-core-listMenu-verticalBox .ms-navedit-addLinkText
{
vertical-align:middle;
}
.ms-navedit-menuLoading
{
margin-right:18px;
}
.ms-navedit-errorIcon
{
left:-19px;
top:-238px;
position:absolute;
}
.ms-navedit-errorSpan
{
display:inline-block;
overflow:hidden;
position:relative;
vertical-align:middle;
width:16px;
height:16px;
}
.ms-core-listMenu-verticalBox .ms-listMenu-editLink
{
margin:15px 0px 0px 20px;
border:1px solid transparent;
}
.ms-core-listMenu-verticalBox .ms-listMenu-editLink.ms-navedit-panelEditMode
{
margin-top:0px;
}
.ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink
{
margin-left:10px;
}
.ms-core-listMenuEdit
{
padding:0px;
}
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenuEdit,
.ms-core-listMenu-verticalBox li.static > .ms-navedit-titleBoxListItem
{
table-layout:fixed;
margin-left:14px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit
{
width:auto;
}
.ms-tv-header
{
margin-bottom:5px;
border:1px solid transparent;
}
.ms-tv-box
{
margin-top:6px;
}
.ms-tv-item
{
vertical-align:top;
margin-left:4px;
}
.ms-navedit-ghosted
{
opacity:0.3;
}
.ms-core-needIEFilter .ms-navedit-ghosted
{
filter:alpha(opacity=30);-ms-filter:"alpha(opacity=30)";
}
.ms-core-listMenu-separatorLine
{
margin:10px 0px;
}
.ms-nav-list-item,.ms-nav-subList-item
{
padding-top:18px;
}
.ms-nav-subList-item
{
margin-left:20px;
}
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,.ms-vh-leftPadding{
padding-left: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 !important;
}
.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 !important;
}
.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-InlineSearch-DivBaseline-NoView
{
margin-left:30px;
}
.ms-fullscreenmode .ms-InlineSearch-DivBaseline-NoView
{
margin-left:0px;
}
.ms-InlineSearch-DivBaseline-NoView .ms-InlineSearch-Outline-Baseline
{
width:212px;
}
.ms-InlineSearch-DivBaseline-NoView .ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline
{
width:186px;
}
.ms-ipe-save
{
margin:15px 0px 0px 0px;
}
.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;
}
.ms-aclinv-sharingTips-section,
.sp-peoplepicker-errorMsg{
margin-top:6px;
margin-left:6px;
}
.sp-peoplepicker-errorMsg{
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-autoFill-imageWrapper{
width:36px;
height:36px;
padding-right:5px;
}
.sp-autoFill-image{
width:36px;
height:36px;
clip:rect(0px,36px,36px,0px);
}
.sp-peoplepicker-autoFillContainer .sp-autoFill-scroll{
width:100%;
border:none;
margin:0px;
padding:0px;
max-height:200px;
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:5px;
}
.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=44") 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;
}
caption.ms-dragDropAttract
{
caption-side:bottom;
}
div.ms-dragDropAttract
{
padding:40px 40px;
border:2px dashed #c6c6c6;
text-align:center;
margin-top:15px;
min-width:400px;
}
div.ms-dragDropAttract-subtle
{
padding:15px 40px 40px;
text-align:center;
margin-top:5px;
min-width:300px;
}
.ms-titleSeparator-rightArrowImgSpan
{
width:16px;
height:16px;
display:inline-block;
overflow:hidden;
position:relative;
}
.ms-titleSeparator-rightArrowImgSpan > .ms-titleSeparator-rightArrowImg
{
position:absolute;
left:-109px;
top:-232px;
}
.ms-listview-image
{
max-width:240px;
max-height:240px;
}
.ms-listview-policyTipIcon
{
cursor:pointer;
}
.ms-trcnoti-border
{
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
}
.ms-trcnoti-host{
margin:-1px;
}
.ms-trcnoti-base{
width:100%;
max-height:500px;
position:relative;
display:block;
}
.ms-trcnoti-ovrflw{
padding:7px 10px 10px 10px;
cursor:pointer;
}
.ms-trcnoti-toast{
padding:4px 7px;
text-align:center;
}
.ms-trcnoti-status{
padding:10px 10px 10px;
}
.ms-trcnoti-ctr
{
z-index:500;
position:absolute;
right:16px;
top:45px;
width:314px;
}
.ms-notif-box
{
min-width:140px;
z-index:400;
position:absolute;
right:16px;
}
.ms-trcnoti-bg{
width:100%;
max-height:500px;
position:relative;
padding:1px;
cursor:pointer;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-color:#d1d1d1;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-trcnoti-bg:hover{
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-color:#92c0e0;
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
padding:0px;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-core-needIEFilter .ms-trcnoti-bg:hover{
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-trcnoti-body
{
width:240px;
display:inline-block;
}
.ms-trcnoti-dt
{
padding-top:5px;
display:inline-block;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
width:100%;
}
.ms-trcnoti-gfx
{
float:left;
height:100%;
padding-right:8px;
display:inline-block;
}
.ms-trcnoti-gfx img
{
max-width:32px;
max-height:32px;
}
#divTiles .s4-wpActive
{
border:0px;
padding:0px;
}
.ms-designgallery-item
{
float:left;
margin:18px 32px 0px 0px;
cursor:pointer;
}
.ms-designgallery-thumbnail
{
height:208px;
width:278px;
font-size:3pt;
overflow:hidden;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.ms-designgallery-thumbnail:hover
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
a.ms-designgallery-name
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-designgallery-iteminfo
{
margin-top:7px;
}
div.ms-designgallery-item-current > .ms-designgallery-thumbnail
{
height:204px;
width:274px;
/* [ReplaceColor(themeColor:"AccentLines")] */ border:3px solid #2a8dd4;
}
div.ms-designgallery-item-current a.ms-designgallery-packagename
{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-designbuilder-label
{
display:block;
}
#ms-designbuilder-imagecontrol
{
margin-bottom:20px;
}
#ms-designbuilder-imagecontrol-box
{
width:178px;
height:132px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
text-align:center;
display:table-cell;
vertical-align:middle;
line-height:0px;
}
.ms-core-needIEFilter #ms-designbuilder-imagecontrol-box
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
#ms-designbuilder-imagecontrol-imagecontainer
{
display:inline-block;
}
#ms-designbuilder-imagecontrol-image
{
max-width:178px;
max-height:132px;
}
#ms-designbuilder-imagecontrol-placeholdertext
{
display:inline-block;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
line-height:normal;
}
#ms-designbuilder-imagecontrol-errortext
{
display:inline-block;
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
padding:5px;
line-height:normal;
}
#ms-designbuilder-imagecontrol-bottombuttons
{
margin-top:7px;
}
#ms-designbuilder-imagecontrol-bottombuttons > a
{
display:inline-block;
}
#ms-designbuilder-imagecontrol-changebutton
{
margin-right:11px;
}
#ms-designbuilder-cuicontainer .ms-cui-dd
{
margin:5px 0px 20px;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-text
{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
padding:1px 7px 4px;
}
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-text
{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
#ms-designbuilder-cuicontainer .ms-cui-dd-text > a
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-text > a:hover
{
text-decoration:none;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button
{
line-height:12px;
padding:0px 3px 0px 7px;
}
#ms-designbuilder-cuicontainer .ms-cui-ctl-light-hoveredOver,
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:hover,
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:focus
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0;
}
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-ctl-light-hoveredOver,
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:hover,
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:focus
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBorder",opacity:"1")] */ border-color:#92b7d1;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:active
{
/* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color:#92c0e0;
/* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4;
}
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:active
{
/* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1")] */ background-color:#92b7d1;
/* [ReplaceColor(themeColor:"ButtonPressedBorder",opacity:"1")] */ border-color:#2a8dd4;
}
#ms-designbuilder-palette-Medium
{
background-color:transparent;
height:46px;
}
#ms-designbuilder-palette-Medium .ms-cui-dd-text
{
padding:5px 4px 3px;
height:36px;
overflow:visible;
background-color:transparent;
}
#ms-designbuilder-palette-Medium .ms-cui-dd-arrow-button
{
padding:12px 3px 13px 7px;
}
#ms-designbuilder-palette-Medium .ms-cui-gallerybutton-SizeCustom
{
width:auto;
height:auto;
border-width:0px;
}
#ms-designbuilder-palette-Medium .ms-cui-gallerybutton-a
{
border-width:0px;
padding:0px;
}
#ms-designbuilder-palette-menusection .ms-cui-menusection,#ms-designbuilder-layout-menusection .ms-cui-menusection
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
}
#ms-designbuilder-fontscheme-menusection .ms-cui-menusection
{
background-color:#fff;
}
#ms-designbuilder-fontscheme-menusection .ms-designbuilder-fontScheme-font
{
color:#000;
}
@media screen and (-ms-high-contrast:active){
#ms-designbuilder-fontscheme-menusection .ms-cui-menusection
{
background-color:#fff;
}
#ms-designbuilder-fontscheme-menusection .ms-designbuilder-fontScheme-font
{
color:#000;
}
}
#ms-designbuilder-layout-menusection .ms-cui-ctl-mediumlabel
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-SizeCustom
{
height:38px;
border-width:0px;
margin-right:0px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a
{
padding:2px 3px;
height:34px;
border:none;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus
{
padding:2px 2px 0px 3px;
outline:none;
}
#ms-designbuilder-palette-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a
{
padding-top:4px;
}
#ms-designbuilder-palette-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a:hover
{
padding-top:3px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette
{
margin:0px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
border-width:2px 1px 2px 0px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#ababab;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color1,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color1
{
border-left-width:2px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color3,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color3
{
border-right-width:2px;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
}
.ms-designbuilder-palette
{
display:inline-block;
font-size:0px;
margin:1px;
}
.ms-designbuilder-palette-color
{
display:inline-block;
height:30px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
border-left-width:0px;
width:30px;
}
.ms-designbuilder-palette-color1
{
width:45px;
border-left-width:1px;
}
#ms-designbuilder-layout-Medium
{
height:31px;
}
#ms-designbuilder-layout-Medium > .ms-cui-dd-text
{
padding:5px 6px 10px 10px;
font-size:1.1em;
}
#ms-designbuilder-layout-Medium > .ms-cui-dd-arrow-button
{
padding-bottom:6px;
padding-top:4px;
}
#ms-designbuilder-layout-menusection a.ms-cui-ctl-menu
{
padding:2px 10px 2px 9px;
font-size:14px;
}
#ms-designbuilder-layout-menusection a.ms-cui-ctl-menu:hover,
#ms-designbuilder-layout-menusection a.ms-cui-ctl-menu:focus
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
background-color:transparent;
}
#ms-designbuilder-fontscheme-Medium
{
height:62px;
}
#ms-designbuilder-fontscheme-Medium .ms-cui-dd-text
{
height:55px;
background-color:#fff;
color:#000;
}
.ms-core-needIEFilter #ms-designbuilder-fontscheme-Medium .ms-cui-dd-text
{
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#ms-designbuilder-fontscheme-Medium .ms-cui-dd-arrow-button
{
height:40px;
padding-top:20px;
}
#ms-designbuilder-fontscheme-Medium .ms-cui-gallerybutton-SizeCustom,#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-SizeCustom
{
border:0px;
margin-right:0px;
margin-top:1px;
display:block;
}
#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a
{
padding:5px;
margin:8px 3px 3px 3px;
border:1px solid transparent;
}
#ms-designbuilder-fontscheme-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a
{
margin-top:4px;
}
#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a:hover,
#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a:focus,
#ms-designbuilder-fontscheme-menusection ul.ms-cui-menusection-items > li.ms-cui-menusection-items:last-child .ms-cui-gallerybutton-a:hover,
#ms-designbuilder-fontscheme-menusection ul.ms-cui-menusection-items > li.ms-cui-menusection-items:last-child .ms-cui-gallerybutton-a:focus
{
border-color:#c6c6c6;
}
.ms-designbuilder-fontScheme
{
margin:0px;
text-align:left;
color:#000;
}
.ms-designbuilder-fontScheme-fontLarge
{
font-size:18px;
margin-bottom:3px;
}
.ms-designbuilder-fontScheme-fontSmall
{
font-size:12px;
}
.ms-designbuilder-fontScheme-font
{
display:inline-block;
}
#ms-designbuilder-main
{
width:690px;
}
#ms-designbuilder-previewContainer
{
position:relative;
min-width:690px;
min-height:518px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
#ms-designbuilder-previewglass
{
position:absolute;
top:0px;
left:0px;
width:690px;
height:518px;
background-color:#fff;
opacity:0;
z-index:1000;
}
.ms-core-needIEFilter #ms-designbuilder-previewglass
{
background-color:#fff;
filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";
}
.ms-designbuilder-thumbnail
{
width:688px;
height:516px;
font-size:7pt;
overflow:hidden;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
background-color:#fff;
}
.ms-designbuilder-navbutton-container
{
height:43px;
}
.ms-designbuilder-navbutton
{
display:block;
margin-bottom:16px;
}
a.ms-designbuilder-navbutton:link,a.ms-designbuilder-navbutton:visited
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
font-size:1.4em;
text-decoration:none;
}
a.ms-designbuilder-navbutton:hover,
a.ms-designbuilder-navbutton:focus
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
a.ms-designbuilder-navbutton:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-designbuilder-navbutton-image
{
vertical-align:middle;
margin-right:3px;
}
.ms-designbuilder-livePreviewButton > .ms-designbuilder-navbutton-image
{
margin-right:0px;
margin-left:4px;
}
.ms-designbuilder-navbutton-label
{
vertical-align:bottom;
}
.ms-designbuilder-livePreviewButton
{
float:right;
}
.ms-blog-MainArea
{
min-width:560px;
max-width:860px;
width:100%;
}
.ms-blog-LeftColumn
{
width:190px;
word-wrap:break-word;
overflow-x:hidden;
}
.ms-blog-postList
{
padding:0px;
list-style-type:none;
margin-top:0px;
margin-right:24px;
margin-bottom:0px;
min-width:370px;
max-width:670px;
}
.ms-blog-postBox{
padding:32px;
padding-left:0px;
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
border-radius:2px;
overflow:visible;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-blog-postBox{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-blog-postBoxDate{
/* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
width:77px;
height:41px;
border-style:solid;
border-width:1px;
/* [ReplaceColor(themeColor:"EmphasisBorder")] */ border-color:#0067b0;
float:left;
text-align:center;
}
.ms-blog-postBoxMargin{
margin-left:88px;
}
.ms-blog-postInlineDate{
width:38px;
height:45px;
border-style:solid;
border-width:1px;
/* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab;
border-left:none;
border-right:none;
float:left;
text-align:center;
}
.ms-blog-postInlineMargin{
margin-left:52px;
}
.ms-blog-dateText{
font-weight:bold;
}
.ms-blog-aboutImage
{
width:198px;
text-align:center;
}
.ms-blog-command
{
padding-left:8px;
padding-right:8px;
}
.ms-blog-command-noLeftPadding
{
padding-right:8px;
}
.ms-blog-commandWithSeparator
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:1px solid #c6c6c6;
border-left-style:dotted;
border-width:1px;
/* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color:#d7d7d7;
}
.ms-blog-boldMonth
{
font-weight:bold;
}
.ms-blog-commandSpace
{
padding-top:5px;
}
.ms-blog-postBody
{
padding-top:5px;
overflow:hidden;
}
.ms-blog-postBody img{
max-width:100%;
}
.ms-blog-postHeader
{
padding-left:10px;
}
.ms-blog-postDivider
{
height:35px;
}
.ms-blog-postDividerHr
{
margin:0px;
margin-top:21px;
}
.ms-blog-postComment
{
padding-bottom:10px;
}
.ms-blog-postComments
{
padding-top:20px;
}
.ms-blog-linkCommandBottom
{
margin-bottom:6px;
}
.ms-blog-linkCommandSeparator
{
padding-top:10px;
}
.ms-blog-linkCommandImage
{
top:4px;
}
.ms-blog-skinSelector
{
width:100%;
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-blog-quickLinksTitle.ms-blog-quickLinksTitle
{
padding-left:0px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static .ms-blog-quickLinksEntry.ms-blog-quickLinksEntry
{
padding-left:20px;
}
.ms-blog-listMenu-root
{
width:200px;
}
.ms-blog-skinSelectorLabel
{
margin:5px 0px 6px;
}
.ms-blog-adminLinks{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
padding:9px 14px 10px 14px;
min-width:170px;
display:inline-block;
margin-bottom:6px;
}
.ms-dlgOverlay
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
opacity:0.4;
background-color:#999;
display:none;
}
.ms-core-needIEFilter .ms-dlgOverlay
{
filter:alpha(opacity=50);-ms-filter:"alpha(opacity=50)";
}
.ms-dlgFrameContainer
{
padding:0px 19px 10px;
overflow:auto;
}
.ms-dlgTitle
{
padding:13px 19px 15px;
white-space:nowrap;
cursor:move;
overflow:hidden;
}
.ms-dlgFrameContainerNoPadding
{
padding:0px;
overflow:auto;
}
.ms-dlgTitleNoPadding
{
padding:0px;
white-space:nowrap;
cursor:move;
overflow:hidden;
}
.ms-dlgFrame
{
width:100%;
height:100%;
border:none;
}
.ms-dlgContent
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0,0,0,0.47);
}
.ms-dlgContentNoBorder
{
border:0px;
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0,0,0,0.47);
}
.ms-dlgContentThinShadow
{
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-dlg-heading,
h2.ms-dlg-heading
{
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
/* [ReplaceColor(themeColor:"WebPartHeading")] */ color:#444;
}
.ms-dlgTitleText
{
float:left;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-dlgContent > .ms-dlgBorder > .ms-dlgTitle > .ms-dlgCloseBtn > .s4-clust
{
height:16px !important;
width:16px !important;
}
.ms-dlgTitleBtns
{
margin-top:-10px;
margin-right:-18px;
height:30px;
float:right;
}
.ms-dlgCloseBtn > span
{
cursor:pointer;
border:1px solid transparent;
}
.ms-dlgErrItem
{
display:inline;
padding-right:10px;
}
.ms-dlgLoadingTextDiv
{
padding:0px 0px 16px;
white-space:nowrap;
}
.ms-dlgLoadingText
{
text-align:left;
padding-left:3px;
width:100%;
}
.ms-dialog body{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-core-menu-box,
.ms-core-menu-boxBig
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
padding:0px;
z-index:9999;
border-collapse:separate;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
overflow:visible;
text-align:left;
}
.ms-core-needIEFilter .ms-core-menu-box,
.ms-core-needIEFilter .ms-core-menu-boxBig
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-core-menu-box
{
max-width:250px;
}
.ms-core-menu-boxBig
{
max-width:400px;
}
.ms-core-menu-list
{
margin:0px;
padding:0px;
list-style-type:none;
max-height:405px;
min-width:125px;
overflow:auto;
}
.ms-core-menu-item > .ms-core-menu-box > .ms-core-menu-list
{
padding:0px;
}
.ms-core-menu-item
{
margin:0px;
cursor:pointer;
border:1px solid transparent;
}
.ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item
{
min-height:24px;
}
.ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item
{
min-height:40px;
}
.ms-core-menu-iconLarge,
.ms-core-menu-icon
{
line-height:1.5em;
float:left;
}
.ms-core-menu-icon
{
min-width:16px;
min-height:16px;
}
.ms-core-menu-iconLarge
{
min-width:32px;
min-height:32px;
}
.ms-core-menu-label,
.ms-core-menu-labelCompact
{
border:1px solid transparent;
word-wrap:break-word;
}
.ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-label,
.ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-labelCompact
{
padding-left:21px;
}
.ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-label,
.ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-labelCompact
{
padding-left:37px;
}
.ms-core-menu-icon > img
{
height:16px;
width:16px;
vertical-align:middle;
}
.ms-core-menu-iconLarge > img
{
height:32px;
width:32px;
vertical-align:middle;
}
a.ms-core-menu-link
{
padding:6px 8px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
display:block;
position:relative;
}
a.ms-core-menu-link:focus
{
outline:1px dotted transparent;
}
a.ms-core-menu-indent
{
padding-left:27px;
}
.ms-core-menu-item:hover,
.ms-core-menu-itemSelected
{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
border:1px dotted transparent;
}
.ms-core-menu-item[disabled=true]:hover,
.ms-core-menu-itemDisabled.ms-core-menu-item:hover,
.ms-core-menu-itemDisabled.ms-core-menu-itemSelected
{
background-color:transparent;
}
.ms-core-needIEFilter .ms-core-menu-item:hover,
.ms-core-needIEFilter .ms-core-menu-itemSelected
{
/* [ReplaceColor(themeColor:"HoverBackground",opacity:"1")] */ background-color:#cde6f7;
}
.ms-core-needIEFilter .ms-core-menu-item[disabled=true]:hover,
.ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-item:hover,
.ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-itemSelected
{
background-color:transparent;
}
.ms-core-menu-item[disabled=true] > .ms-core-menu-link > .ms-core-menu-label > .ms-core-menu-title,
.ms-core-menu-itemDisabled > .ms-core-menu-link > .ms-core-menu-label > .ms-core-menu-title
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
}
.ms-core-menu-item[disabled=true],
.ms-core-menu-item[disabled=true] > .ms-core-menu-link,
.ms-core-menu-itemDisabled,
.ms-core-menu-itemDisabled > .ms-core-menu-link
{
cursor:default;
}
.ms-core-menu-staticItemSelected,
.ms-core-menu-staticItemSelected:hover
{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
}
.ms-core-needIEFilter .ms-core-menu-staticItemSelected,
.ms-core-needIEFilter .ms-core-menu-staticItemSelected:hover
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0;
}
.ms-core-menu-arrowBox
{
display:inline-block;
position:absolute;
right:0px;
top:5px;
}
.ms-core-menu-arrow
{
display:inline-block;
vertical-align:middle;
}
.ms-core-menu-hasArrow > .ms-core-menu-link
{
padding-right:15px;
}
.ms-core-menu-separator:first-child
{
display:none;
}
.ms-core-menu-separatorHr
{
margin:2px 0px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ color:#c6c6c6;
}
.ms-core-menu-button
{
cursor:pointer;
}
.ms-core-menu-link:link,
.ms-core-menu-link:visited
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-core-menu-closebutton{
text-align:right;
padding:8px 10px;
}
.ms-contextmenu-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-contextmenu-list{
list-style:none;
margin:0px;
padding:0px;
}
.ms-contextmenu-item{
padding-left:12px;
padding-right:8px;
}
.ms-contextmenu-link:hover,
.ms-contextmenu-link:visited,
.ms-contextmenu-itemSelected
{
background-color:#E6F3FB;
text-decoration:none;
}
.ms-contextmenu-item[disabled=true] > .ms-contextmenu-link,
.ms-contextmenu-itemDisabled > .ms-contextmenu-link
{
color:#b1b1b1;
}
.ms-contextmenu-item[disabled=true],
.ms-contextmenu-item[disabled=true] > .ms-contextmenu-link,
.ms-contextmenu-itemDisabled,
.ms-contextmenu-itemDisabled > .ms-contextmenu-link
{
cursor:default;
}
.ms-contextmenu-link{
color:#444444;
text-decoration:none;
width:100%;
display:inline-block;
outline-style:none;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
padding-top:6px;
padding-bottom:6px;
padding-left:12px;
padding-right:8px;
margin-left:-12px;
min-width:90px;
}
.ms-contextmenu-separator{
margin:0px;
}
.ms-contextmenu-separatorHr{
margin-top:1px;
margin-bottom:1px;
margin-left:0px;
margin-right:0px;
border-top:1px solid #C6C6C6;
}
.ms-contextmenu-select{
margin-right:12px;
}
.ms-contextmenu-selectable{
margin-left:-16px;
}
.ms-contextmenu-glyph{
font-family:"SPO365Icons";
}
.ms-contextmenu-right-glyph{
font-family:"SPO365Icons";
float:right;
vertical-align:text-bottom;
margin-top:3px;
}
/* _lcid="1033" _version="16.0.7611"
_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{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom:1px solid rgba( 239,239,239,0.78 );
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{
/* [ReplaceColor(themeColor:"Dark2-Medium")] */ 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{
/* [ReplaceColor(themeColor:"Dark2",themeTint:"0.8")] */ border-color:#5a707b;
color:#fff !important;
}
.ms-cui-tt-s .ms-cui-tt-a:hover{
/* [ReplaceColor(themeColor:"Dark2-Medium")] */ 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:#666;
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=44") 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=44") repeat-y left top;
}
.ms-cui-menusection-items16rtl{
background:#fff url("/_layouts/15/images/rmgrad16rtl.png?rev=44") 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-cui-tt-s > .ms-cui-tt-a,.ms-cui-tt-a:hover,.ms-cui-tt-s > .ms-cui-tt-a:hover
{
border-color:#e1e1e1;
}
.ms-cui-tt-a:hover
{
background-color:#fff;
}
.ms-cui-tt-a > .ms-cui-tt-span
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666 !important;
text-transform:uppercase;
border-top-width:0px;
}
.ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span,
.ms-cui-tt-a:hover > .ms-cui-tt-span
{
color:#666 !important;
}
.ms-cui-topBar2
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom:1px solid rgba( 239,239,239,0.78 );
}
.ms-browseTab.ms-cui-ct-ul .ms-cui-tt-s .ms-cui-tt-span
{
padding-bottom:6px !important;
}
.ms-cui-smenu-inner
{
width:100%;
}
.ms-cui-tabContainer
{
width:100%;
height:91px;
overflow:hidden;
z-index:100;
position:relative;
}
.ms-cui-animatingRibbon > .ms-cui-tabContainer > .ms-cui-tabBody
{
position:relative;
top:-91px;
z-index:100;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a
{
background:transparent;
border-color:transparent;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover
{
border-color:#e1e1e1;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666 !important;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover
{
background-color:#fff;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover > .ms-cui-tt-span
{
color:#666 !important;
}
.ms-cui-topBar2.ms-cui-topBarMaximized
{
border-bottom:1px solid #e1e1e1;
}
.ms-cui-topBar2.ms-browseTabContainer
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom:1px solid rgba( 239,239,239,0.78 );
}
.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;
}
.ms-attractMode-Cell
{
display:inline-block;
}
.ms-attractMode-Background
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
height:224px;
width:100%;
}
.ms-core-needIEFilter .ms-attractMode-Background
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-attractMode-Wrapper
{
margin-left:auto;
margin-right:auto;
position:relative;
width:393px;
top:50px;
}
.ms-attractMode-Icon
{
width:128px;
height:128px;
}
.ms-attractMode-Text
{
display:table-cell;
vertical-align:middle;
width:250px;
height:128px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-linksection-level2
{
margin:0px;
padding:0px;
}
.ms-linksection-level2 > td
{
padding-left:5px;
padding-bottom:17px;
}
.ms-linksection-level2 > td > h3
{
font-weight:normal;
color:#004693;
margin:0px;
padding:0px;
}
.ms-linksection-level2 > td > h3 > a
{
color:#276500;
}
.ms-linksection-level2 img
{
padding:0px 8px 0px 10px;
}
.ms-linksection-level2 ul,.ms-linksection-level2 ul > li
{
display:inline;
line-height:16px;
}
.ms-linksection-level2 ul
{
margin:0px;
padding:0px;
}
.ms-linksection-level2 ul > li
{
font-weight:normal;
color:#d7d7d7;
list-style:none;
white-space:nowrap;
}
.ms-linksection-level2 span
{
padding:0px 2px 0px 0px;
}
.ms-linksectionitemdescription
{
padding-left:3px;
padding-top:7px;
}
.ms-templatepickerselected,.ms-templatepickerunselected{
float:left;
}
.ms-templatepickerunselected{
margin-right:1px;
}
.ms-templatepickerselected{
margin-right:1px;
}
.ms-templatepickerunselected div{
padding:3px 5px 3px 5px;
position:relative;
bottom:-2px;
white-space:nowrap;
border:1px solid transparent;
}
.ms-templatepickerselected div{
padding:3px 5px 3px 5px;
position:relative;
bottom:-2px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
border-bottom-width:0px;
white-space:nowrap;
}
.ms-templatepickerselected > div > a{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-templatepickerunselected > div > a{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-templatepicker-select{
padding:4px;
}
.ms-templatepicker{
width:450px;
}
.ms-templatepicker select{
height:175px;
}
div.ms-inputuserfield
{
padding-left:1px;
padding-top:2px;
}
.ms-usereditor{
width:386px;
}
.ms-vh2-gridview{
padding-top:2px;
padding-bottom:2px;
vertical-align:middle;
}
.ms-viewheadertr .ms-vh2-gridview{
height:33px;
background-image:none;
background-repeat:no-repeat;
background-color:#e7e7e7;
}
.ms-errorcolor{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-successcolor{
/* [ReplaceColor(themeColor:"SearchURL")] */ color:#338200;
}
.ms-warning{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
font-weight:bold;
}
.ms-toolbar{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
}
table.ms-toolbar{
height:45px;
border:none;
}
table.ms-toolbar-togglebutton-on > tbody > tr > td > a{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-treeview-header
{
font-weight:bold;
}
.ms-treeview-header,.ms-treeview-node
{
width:100%;
}
tr.ms-treeview-header > td > div,td.ms-treeview-node > span > div,td.ms-treeview-node input{
float:left;
}
.ms-treenode-bold{
font-weight:bold;
}
.ms-treenode-italic{
font-style:italic;
}
.ms-vi-context{
position:absolute;
left:-999em;
width:1em;
overflow:hidden;
}
span.ms-featurestatustext,td.ms-featurestatustext{
white-space:nowrap;
}
.ms-detailsview{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
text-align:left;
}
.ms-detailsview td{
padding:4px;
}
.validation-summary-errors{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-rolechangehint{
padding-top:5px;
}
.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;
}
#suiteBarLeft,
#suiteBarRight,
#suiteLinksBox,
.ms-core-suiteLink,
.ms-core-deltaSuiteBarRight,
#suiteBarButtons,
#welcomeMenuBox
{
display:inline-block;
}
#suiteBar
{
height:30px;
display:table-row;
}
#suiteBarLeft
{
/* [ReplaceColor(themeColor:"SuiteBarBackground")] */ background-color:#0072c6;
/* [ReplaceColor(themeColor:"SuiteBarText")] */ color:#fff;
width:100%;
vertical-align:middle;
}
#suiteBarLeft,
#suiteBarRight
{
display:table-cell;
line-height:0px;
}
.ms-core-brandingText
{
font-size:1.2em;
padding-left:20px;
width:100%;
}
.ms-core-brandingBox
{
height:30px;
}
.ms-core-deltaSuiteLinks
{
display:table-cell;
text-align:right;
vertical-align:middle;
}
.ms-core-needIEFilter #suiteBarLeft
{
/* [ReplaceColor(themeColor:"SuiteBarBackground",opacity:"1.0")] */ background-color:#0072c6;
}
#suiteBarRight
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
white-space:nowrap;
padding-right:5px;
}
.ms-core-needIEFilter #suiteBarRight
{
background-color:transparent;
/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-core-suiteLinkList
{
list-style-type:none;
white-space:nowrap;
padding-left:0px;
padding-right:8px;
margin:auto;
}
.ms-core-suiteLink
{
line-height:30px;
}
.ms-core-suiteLink-a,
.ms-core-suiteLink-a:visited,
a.ms-core-suiteLink-disabled
{
/* [ReplaceColor(themeColor:"SuiteBarText")] */ color:#fff;
display:inline-block;
padding:0px 8px;
border-right:1px solid transparent;
-webkit-font-smoothing:antialiased;
}
.ms-core-suiteLink-a:hover
{
text-decoration:none;
/* [ReplaceColor(themeColor:"SuiteBarHoverBackground")] */ background-color:#4c9cd7;
}
.ms-core-needIEFilter .ms-core-suiteLink-a:hover
{
/* [ReplaceColor(themeColor:"SuiteBarHoverBackground",opacity:"1")] */ background-color:#4B9BD7;
}
.ms-core-suiteLink-a > span,
.ms-core-suiteLink-disabled > span
{
position:relative;
}
a.ms-core-suiteLink-active,
a.ms-core-suiteLink-active:hover,
.ms-core-needIEFilter a.ms-core-suiteLink-active,
.ms-core-needIEFilter a.ms-core-suiteLink-active:hover
{
/* [ReplaceColor(themeColor:"TopBarHoverText")] */ color:#333;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-right-color:#d1d1d1;
}
.ms-suitenav-caratBox
{
height:8px;
width:8px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-suitenav-caratIcon
{
left:-56px;
top:-256px;
position:absolute;
}
.ms-suitenav-downarrowBox
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-suitenav-downarrowIcon
{
left:-55px;
top:-202px;
position:absolute;
}
a.ms-core-suiteLink-active > span > .ms-suitenav-downarrowBox > .ms-suitenav-downarrowIcon
{
left:-233px;
top:-156px;
position:absolute;
}
.ms-suitenav-ellipsisBox
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-suitenav-ellipsisIcon
{
left:-37px;
top:-202px;
position:absolute;
}
a.ms-core-suiteLink-active > span > .ms-suitenav-ellipsisBox > .ms-suitenav-ellipsisIcon
{
left:-233px;
top:-174px;
position:absolute;
}
a.ms-core-suiteLink-disabled,
a.ms-core-suiteLink-disabled:hover
{
/* [ReplaceColor(themeColor:"SuiteBarHoverText")] */ color:#92c0e0;
cursor:default;
text-decoration:none;
}
.ms-core-suitemenu
{
display:none;
top:-10000px;
line-height:normal;
overflow:hidden;
position:absolute;
text-align:left;
z-index:1003;
box-shadow:3px 3px 6px -4px rgba(0,0,0,0.3),-3px 3px 6px -4px rgba(0,0,0,0.3);
border-top:0px solid transparent;
}
.ms-core-needIEFilter .ms-core-suitemenu
{
border-top:0px solid transparent;
}
#Suite_ActiveLinkIndicator
{
display:inline-block;
z-index:200;
}
#Suite_ActiveLinkIndicator_Clip
{
display:inline-block;
left:50%;
position:absolute;
top:16px;
z-index:102;
}
#suiteBar a.ms-core-menu-link
{
padding:6px 15px;
}
#roamingAppContainer
{
width:410px;
}
#roamingAppFrameArea
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
min-height:200px;
}
.ms-core-needIEFilter #roamingAppFrameArea
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
#roamingAppStatusArea
{
text-align:center;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
margin:0px 50px;
}
#officeAppIcons
{
padding:20px;
}
#roamingAppFooterArea
{
padding:40px 0px;
}
.ms-roamingapps-appicon
{
width:100px;
height:100px;
padding:10px;
display:inline-block;
text-align:center;
}
.ms-roamingapps-appicon > div
{
width:100px;
}
.ms-roamingapps-goback
{
cursor:pointer;
}
a.ms-roamingapps-goback:link,a.ms-roamingapps-goback:visited
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
text-decoration:none;
}
a.ms-roamingapps-goback:hover,a.ms-roamingapps-goback:focus
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
a.ms-roamingapps-goback:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-roamingapps-goback-image
{
vertical-align:middle;
margin-right:3px;
}
.ms-roamingapps-goback-label
{
vertical-align:bottom;
}
#roamingAppLauncher
{
margin-top:15px;
}
.ms-roamingapps-desc
{
padding-top:15px;
}
.ms-roamingapps-iconouter-1
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-1
{
left:-127px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-2
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-2
{
left:-43px;
top:-1px;
position:absolute;
}
.ms-roamingapps-iconouter-3
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-3
{
left:-1px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-4
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-4
{
left:-85px;
top:-1px;
position:absolute;
}
.ms-roamingapps-iconouter-5
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-5
{
left:-85px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-6
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-6
{
left:-43px;
top:-85px;
position:absolute;
}
.ms-roamingapps-iconouter-7
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-7
{
left:-43px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-8
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-8
{
left:-1px;
top:-1px;
position:absolute;
}
.ms-roamingapps-iconouter-9
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-9
{
left:-127px;
top:-85px;
position:absolute;
}
.ms-mrudocs-webpartheader
{
padding-top:19px;
padding-left:1px;
}
.ms-mrudocs-webpartfooter
{
padding-top:11px;
padding-left:1px;
}
.ms-mrudocs-separator
{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
width:158px;
padding-top:15px;
}
.ms-mrudocs-webpartbody
{
width:160px;
word-wrap:normal;
}
.ms-mrudocs-itemscontainer
{
padding-top:12px;
}
.ms-mrudocs-documenticon
{
padding-left:1px;
}
.ms-mrudocs-documentname,
.ms-mrudocs-loadingmessage
{
padding-left:3px;
width:122px;
}
.ms-mrudocs-pinnedicon
{
left:-236px;
top:-48px;
position:absolute;
padding-left:2px;
}
.ms-mrudocs-pinnedicon-container
{
height:16px;
width:16px;
position:relative;
overflow:hidden;
}
.dlp-menu-box
{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ border-color:#efefef;
border-style:solid;
border-width:2px;
}
.dlp-menu-heading
{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color:rgba( 239,239,239,0.78 );
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
padding-bottom:2px;
}
.dlp-dialogWaitImage
{
text-align:center;
padding-top:110px;
padding-bottom:130px;
height:25px;
}
.js-dlp-buttonNameText
{
font-weight:bold;
}
.dlp-issuesIcon::before
{
font-family:'SPO365Icons';
content:'\e032';
}
.dlp-issuesIcon
{
font-size:18px;
text-decoration:none;
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
padding-left:8px;
cursor:default;
}
.dlp-issuesText
{
padding-left:6px;
padding-top:3px;
padding-bottom:2px;
vertical-align:top;
display:inline-block;
}
.dlp-policyMatch-area
{
overflow-y:auto;
overflow-x:hidden;
max-height:100px;
}
.dlp-policyMatch-section
{
padding-left:28px
}
.dlp-policyMatch-item
{
padding-left:5px
}
.dlp-lastScannedIcon::before
{
font-family:'SPO365Icons';
content:'\e00a';
}
.dlp-lastScannedIcon
{
font-size:18px;
text-decoration:none;
/* [ReplaceColor(themeColor:"ButtonGlyphDisabled")] */ color:#b1b1b1;
padding-left:11px
}
.dlp-lastScannedRow
{
cursor:default;
}
.dlp-lastScannedText
{
vertical-align:top;
display:inline-block;
padding-top:5px;
padding-left:7px;
}
.dlp-resolve-section
{
margin-bottom:25px;
}
.dlp-resolve-description
{
padding-top:5px;
vertical-align:top;
width:80%;
}
.dlp-resolve-button
{
padding-top:10px;
text-align:right;
}
.ms-confirmDialog-overlay{
position:absolute;
z-index:5001;
top:0px;
left:0px;
right:0px;
bottom:0px;
background-color:#999;
opacity:0.4;
}
.ms-confirmDialog-container{
border:1px solid #c6c6c6;
background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0,0,0,0.47);
z-index:5002;
box-sizing:border-box;
}
.ms-confirmDialog-content{
width:500px;
padding:15px;
}
.ms-confirmDialog-title{
padding-bottom:15px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
color:#444;
}
.ms-confirmDialog-body{
padding-bottom:10px;
overflow:auto;
font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
color:#444;
}
.ms-confirmDialog-commandBar{
text-align:right;
padding-top:20px;
}
.ms-confirmDialog-loadingImg{
vertical-align:middle;
height:16px;
width:18px;
margin-right:2px;
display:none;
}
.ms-confirmDialog-button{
min-width:6em;
padding:7px 10px;
border:1px solid #ababab;
background-color:#fdfdfd;
margin-left:10px;
font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:11px;
color:#444;
}
.ms-absoluteCenter{
position:absolute;
margin:auto;
top:0px;
left:0px;
bottom:0px;
right:0px;
}
.ms-chromecontrol-help
{
/* [RecolorImage(themeColor:"TopBarText",method:"Filling",includeRectangle:{x:19,y:1,width:16,height:16})] */ background-image:url(/_layouts/15/1033/images/spintl.png);
background-repeat:no-repeat;
background-position:-19px -1px;
height:16px;
width:16px;
display:inline-block;
}
.ms-search-image
{
float:right;
}
.ms-entity-resolved
{
text-decoration:underline;
display:inline-block;
}
.ms-entity-unresolved
{
cursor:pointer;
background-repeat:repeat-x;
background-position:left bottom;
padding-bottom:2px;
vertical-align:text-top;
display:inline-block;
/* [RecolorImage(themeColor:"ErrorText",method:"Filling")] */ background-image:url("/_layouts/15/images/UserSquiggle.png?rev=44");
}
.ms-rte-layoutszone-inner
{
padding:0px;
}
.ms-inputuserfield
{
height:25px;
padding:0px 5px;
}
.ms-inputuserfield:disabled
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
/* [ReplaceColor(themeColor:"DisabledLines")] */ border-color:#e1e1e1;
/* [ReplaceColor(themeColor:"DisabledBackground",opacity:"1")] */ background-color:#fdfdfd;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-fileField-fileExt
{
padding-left:3px;
}
.ms-wiki-newPage
{
padding-top:10px;
}
a.ms-wikilink
{
text-decoration:none;
}
.ms-wiki-columnSpacing
{
padding-left:24px;
}
a.ms-missinglink
{
text-decoration:none;
/* [ReplaceColor(themeColor:"Hyperlink")] */ border-bottom:1px dashed #0072c6;
}
.ms-tileview-root
{
min-width:540px;
}
.ms-tileview-header
{
margin-bottom:24px;
}
.ms-tileview-tile-root
{
float:left;
}
.ms-tileview-tile-content
{
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
position:relative;
overflow:hidden;
}
.ms-tileview-tile-content > a:hover,
.ms-tileview-tile-content > a:active{
text-decoration:none;
}
.ms-tileview-tile-inner
{
margin-top:6px;
padding:3px;
}
.ms-tileview-tile-detailsBox
{
/* [ReplaceColor(themeColor:"TileText")] */ color:#fff;
/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ background-color:rgba( 0,0,0,0.6 );
position:absolute;
top:130px;
}
.ms-core-needIEFilter .ms-tileview-tile-detailsBox
{
background-color:transparent;
/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99000000,endColorstr=#99000000)";
}
.ms-tileview-tile-backgroundColorDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0.9")] */ background-color:rgba( 0,114,198,0.9 );
}
.ms-core-needIEFilter .ms-tileview-tile-backgroundColorDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0.9")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e50072c6,endColorstr=#e50072c6)";
}
.ms-tileview-tile-transparentDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0")] */ background-color:rgba( 0,114,198,0 );
}
.ms-core-needIEFilter .ms-tileview-tile-transparentDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00000000,endColorstr=#00000000)";
}
.ms-tileview-tile-tabularBox
{
position:relative;
top:-27px;
padding:0px 10px;
}
.ms-tileview-tile-selected,.ms-tileview-tile-selectionBox,.ms-tileview-tile-selectionBox > *,.ms-tileview-tile-selectionBox:hover > *
{
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-tileview-tile-selectionBox,.ms-tileview-tile-selectionBox > span
{
position:relative;
cursor:pointer;
}
.ms-tileview-tile-selectionBox
{
width:30px;
height:30px;
left:-10px;
top:-3px;
text-align:center;
}
.ms-tileview-tile-selectionBox > span
{
top:5px;
}
.ms-tileview-tile-detailsListSmall
{
height:130px;
overflow:hidden;
padding:10px;
padding-top:6px;
margin:0px;
}
.ms-tileview-tile-detailsListMedium
{
height:150px;
overflow:hidden;
padding:10px;
padding-top:6px;
margin:0px;
}
.ms-tileview-tile-detailsListLarge
{
height:200px;
overflow:hidden;
padding:6px 10px;
margin:0px;
}
.ms-tileview-tile-titleMedium,
.ms-tileview-tile-titleLarge
{
/* [ReplaceColor(themeColor:"TileText")] */ color:#fff;
font-size:1em;
}
.ms-tileview-tile-titleSmallCollapsed,
.ms-tileview-tile-titleMediumCollapsed
{
display:table-cell;
height:36px;
overflow:hidden;
vertical-align:bottom;
}
.ms-tileview-tile-titleLargeCollapsed
{
display:table-cell;
height:52px;
overflow:hidden;
vertical-align:bottom;
}
.ms-tileview-tile-titleShortOverlay
{
vertical-align:top;
}
.ms-tileview-tile-titleSmallExpanded,
.ms-tileview-tile-titleMediumExpanded,
.ms-tileview-tile-titleLargeExpanded
{
display:table-cell;
max-height:52px;
overflow:hidden;
}
.ms-tileview-tile-titleTextSmallCollapsed,
.ms-tileview-tile-titleTextMediumCollapsed
{
max-height:36px;
overflow:hidden;
}
.ms-tileview-tile-titleTextSmallExpanded,
.ms-tileview-tile-titleTextMediumExpanded,
.ms-tileview-tile-titleTextLargeCollapsed,
.ms-tileview-tile-titleTextLargeExpanded
{
max-height:52px;
overflow:hidden;
}
.ms-tileview-tile-bodyText
{
padding:10px;
position:absolute;
overflow:hidden;
word-wrap:break-word;
/* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff;
max-height:5em;
}
.ms-tileview-tile-multiImage
{
float:left;
overflow:hidden;
}
.ms-tileview-tile-iconImage
{
top:68px;
left:10px;
position:absolute;
}
.ms-tileview-tile-descriptionSmall,
.ms-tileview-tile-descriptionMedium,
.ms-tileview-tile-descriptionLarge
{
padding-top:15px;
}
.ms-tileview-documentTile-launchPoint
{
position:absolute;
right:20px;
}
.ms-tileview-documentTile-content
{
margin:0px 10px;
overflow:hidden;
}
.ms-tileview-documentTile-modifiedDate
{
position:absolute;
top:15px;
left:0px;
white-space:nowrap;
}
.ms-tileview-documentTile-icon
{
position:absolute;
left:0px;
}
.ms-tileview-documentTile-title
{
position:absolute;
left:0px;
}
.ms-core-form-bottomButtonBox button
{
margin-left:6px;
}
.ms-manageLink-table
{
width:100%;
}
.ms-manageLink-column
{
margin-right:15px;
margin-bottom:9px;
white-space:nowrap;
}
.ms-manageLink-cell
{
vertical-align:middle;
}
.ms-manageLink-section-top
{
margin-top:24px !important;
}
.ms-manageLink-table-img
{
vertical-align:middle;
}
.ms-manageLink-tabbed-url-width
{
width:359px;
}
.ms-manageLink-url-width
{
width:470px;
}
.ms-manageLink-url
{
cursor:text;
border-width:0px;
padding:0px;
}
.ms-manageLink-progress
{
text-align:left;
vertical-align:middle;
}
.ms-manageLink-progress-img
{
margin:0px 6px;
}
.ms-manageLink-buttonrow
{
margin-top:11px;
}
.ms-navresizer-vertical{
cursor:e-resize;
width:5px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #ababab;
margin-left:1px;
}
.ms-navresizer-horizontal{
margin-right:1px;
cursor:n-resize;
height:5px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-navresizer-verticalpositionhelper{
top:0px;
width:0px;
height:0px;
position:relative;
}
.ms-navresizer-verticalpositionhelper .ms-navresizer-vertical{
top:0px;
height:800px;
position:absolute;
}
.ms-fullscreenmode #navresizerVerticalBar
{
display:none;
}
.ms-fullscreenmode #navresizerHorizontalBar
{
display:none;
}
.ms-fullscreenmode #suiteBarTop
{
display:none;
}
.ms-inlineSearch-searchImgSpanBase
{
display:inline-block;
overflow:hidden;
direction:ltr;
vertical-align:middle;
margin:0px 0px 0px 4px;
width:20px;
height:20px;
}
.ms-inlineSearch-searchImgSpanStandard
{
border:1px solid transparent;
}
.ms-inlineSearch-searchImgSpanHoverHighlight
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ border:1px solid #e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
}
.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-cancelImg,
.ms-cancelImgHover
{
position:absolute;
}
.ms-inlineSearch-imgHoverHighlight
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
}
.ms-HelpPanel-Notification
{
z-index:503;
width:290px;
position:fixed;
}
.ms-HelpPanel-NotificationArrow
{
z-index:504;
position:absolute;
right:20px;
margin-top:-24px;
}
.ms-HelpPanel-NotificationBaloon
{
text-align:left;
padding:20px;
border-color:#98a3a6;
border-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
box-sizing:border-box;
}
.ms-HelpPanel-NotificationClose
{
top:12px;
right:12px;
position:absolute;
font-size:0pt;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-core-overlay
{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-core-overlay
{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
#globalNavBox,.ms-clientcontrol-chromeheader
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );
width:100%;
height:35px;
}
.ms-core-needIEFilter #globalNavBox,.ms-core-needIEFilter .ms-clientcontrol-chromeheader
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
#siteactiontd
{
display:inline-block;
}
.ms-cui-TabRowLeft
{
padding:13px 9px 0px 0px;
}
#s4-titlerow
{
margin-top:0px;
margin-bottom:0px;
padding-top:19px;
padding-bottom:8px;
}
/*#contentRow
{
padding-top:19px;
}
#sideNavBox
{
float:left;
margin-left:20px;
margin-right:20px;
width:180px;
}*/
.ms-core-sideNavBox-removeLeftMargin
{
margin-left:-20px;
}
.ms-tv-box
{
margin-left:20px;
}
/*#contentBox
{
margin-right:20px;
margin-left:220px;
min-width:703px;
}*/
.ms-siteactions-root > span > a.ms-core-menu-root
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
}
.ms-fullscreenmode #s4-titlerow
{
display:none !important;
}
.ms-fullscreenmode #sideNavBox
{
display:none;
}
.ms-fullscreenmode #contentBox
{
margin-left:40px;
}
.ms-dialog .ms-fullscreenmode #contentBox
{
margin-left:0px;
}
.ms-mpSearchBox
{
width:260px;
}
.ms-list-addnew-aligntop
{
padding-top:0px;
}
|
assets/CampusCore.css
|
.ms-core-defaultFont,
#pageStatusBar,
#hybridTooltipStatusBar,
.ms-status-msg,
.js-callout-body
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
}
.ms-core-defaultFont,
.js-callout-body
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-core-defaultFont
{
font-weight:normal;
text-decoration:none;
white-space:normal;
word-break:normal;
line-height:normal;
}
html > .ms-core-needIEFilter
{
/* [ReplaceBGImage] */ -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='about:blank',sizingMethod='scale');";
}
.ms-backgroundImage
{
/* [ReplaceBGImage] */ background-image:url();
}
#s4-ribbonrow
{
position:relative;
}
#s4-workspace
{
overflow:auto;
position:relative;
}
#s4-bodyContainer
{
padding-bottom:35px;
}
.ms-h1
{
/* [ReplaceFont(themeFont:"large-heading")] */ font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:2.3em;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
font-weight:200;
}.ms-h2,.ms-h3,
.ms-headerFont
{
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"StrongBodyText")] */ color:#262626;
font-weight:300;
}
.ms-h2
{
font-size:1.46em;
}
.ms-h3
{
font-size:1.15em;
}
.ms-h4,.ms-h5,.ms-h6
{
/* [ReplaceFont(themeFont:"small-heading")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-h4
{
font-size:1em;
/* [ReplaceColor(themeColor:"StrongBodyText")] */ color:#262626;
}
.ms-h5
{
font-size:1em;
}
.ms-h6
{
font-size:1em;
}
img
{
border:none;
-webkit-tap-highlight-color:transparent;
}
iframe
{
border:none;
}
hr
{
border-width:0px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
}
table
{
border-width:0px;
}
legend
{
color:inherit;
}
input,
select,
label,
textarea,
button,
option
{
font-family:inherit;
font-size:inherit;
color:inherit;
vertical-align:middle;
}
/*textarea
{
overflow:auto;
}*/
.sp-peoplepicker-topLevel,
.sp-peoplepicker-topLevelDisabled,
.sp-peoplepicker-autoFillContainer,
.ms-inputBox
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-inputBox
{
padding:2px 5px;
}
.sp-peoplepicker-topLevelFocus,
.ms-inputBoxActive,
.ms-inputBox.ms-inputBoxActive:hover
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
}
#sideNavBox > hr
{
margin:20px auto;
}
#siteactiontd
{
height:30px;
margin-right:0px;
}
.ms-siteactions-root
{
font-weight:600;
display:inline-block;
position:relative;
vertical-align:top;
}
.ms-siteactions-root > span > a.ms-core-menu-root
{
width:16px;
height:16px;
display:inline-block;
padding:8px 7px 6px 8px;
}
.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-siteactions-normal
{
display:inline-block;
border-right:1px solid transparent;
}
#welcomeMenuBox
{
font-size:1em;
display:inline-block;
vertical-align:top;
height:30px;
}
.ms-welcome-root
{
display:inline-block;
position:relative;
height:30px;
line-height:30px;
padding:0px 7px 0px 11px;
border-right:1px solid transparent;
background-clip:padding-box;
}
.ms-core-needIEFilter .ms-welcome-root
{
/* [ReplaceColor(themeColor:"SuiteBarBackground",opacity:"1")] */ border-left-color:#0072c6;
}
.ms-core-menu-arrow
{
margin-left:3px;
}
.ms-signInLink
{
vertical-align:middle;
display:inline-block;
line-height:30px;
padding:0px 7px 0px 11px;
}
.ms-welcome-root > a.ms-core-menu-root,
.ms-signInLink
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
text-decoration:none;
height:30px;
}
.ms-welcome-hover > a.ms-core-menu-root,
.ms-signInLink:hover
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ms-welcome-root > a.ms-core-menu-root:active,
.ms-signInLink:active
{
/* [ReplaceColor(themeColor:"TopBarPressedText")] */ color:#004d85;
text-decoration:none;
}
.ms-welcome-hover,
.ms-siteactions-hover
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-right-color:#d1d1d1;
}
.ms-welcome-root > .ms-core-menu-box.ms-core-menu-box,
.ms-siteactions-hover > .ms-core-menu-box.ms-core-menu-box
{
box-shadow:3px 3px 6px -4px rgba(0,0,0,0.3),-3px 3px 6px -4px rgba(0,0,0,0.3);
border-top:0px solid transparent;
}
.ms-core-suiteLink > .ms-core-menu-box,
.ms-core-suiteLink > .ms-core-menu-boxBig,
.ms-siteactions-hover > .ms-core-menu-box,
.ms-siteactions-hover > .ms-core-menu-boxBig,
.ms-welcome-root > .ms-core-menu-box,
.ms-welcome-root > .ms-core-menu-boxBig
{
padding-top:4px;
}
#ms-help
{
display:inline-block;
height:30px;
}
.ms-dd-button
{
display:inline-block;
margin-left:5px;
}
div.ms-cui-TabRowRight
{
padding-right:5px;
height:35px;
line-height:35px;
}
.ms-qatbutton
{
border:1px solid transparent;
display:inline-block;
vertical-align:middle;
height:30px;
line-height:normal;
}
.ms-promotedActionButton
{
display:inline-block;
margin-right:10px;
vertical-align:middle;
}
.ms-promotedActionButton-icon
{
vertical-align:middle;
display:inline-block;
margin-right:5px;
}
.ms-promotedActionButton-text
{
display:inline-block;
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
text-transform:uppercase;
font-size:8pt;
}
.ms-promotedActionButton:hover .ms-promotedActionButton-text
{
/* [ReplaceColor(themeColor:"TopBarHoverText")] */ color:#333;
}
.ms-promotedActionButton:active .ms-promotedActionButton-text
{
/* [ReplaceColor(themeColor:"TopBarPressedText")] */ color:#004d85;
}
#appBackLinkRibbon
{
margin-top:-7px;
padding-left:12px;
}
#appBackLinkRibbon > a
{
text-transform:none;
}
.ms-syncButtonIcon
{
position:absolute;
left:-200px;
top:-66px;
}
.ms-syncButtonIconParent
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-viewselector-currentView
{
font-size:1.2em;
/* [ReplaceColor(themeColor:"Accent4")] */ color:#111;
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-viewselector-currentView:hover
{
/* [ReplaceColor(themeColor:"Accent1")] */ color:#b95f00;
}
.ms-siteicon-a
{
display:inline-block;
max-width:180px;
max-height:64px;
}
.ms-siteicon-img
{
display:block;
max-width:180px;
max-height:64px;
}
#s4-titlerow
{
margin-bottom:27px;
height:64px;
}
#titleAreaBox
{
margin:auto 20px;
}
.ms-core-pageTitle,
.ms-core-pageTitle a
{
/* [ReplaceFont(themeFont:"title")] */ font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"SiteTitle")] */ color:#262626;
}
.ms-core-pageTitle
{
font-size:2.77em;
white-space:nowrap;
}
.ms-core-pageTitle a:hover,
.ms-core-pageTitle a:active
{
text-decoration:none;
}
#siteIcon
{
min-width:64px;
height:64px;
line-height:64px;
text-align:center;
margin-right:20px;
float:left;
}
#ms-pageDescriptionDiv
{
position:relative;
height:16px;
width:16px;
display:inline-block;
overflow:hidden;
}
#ms-pageDescriptionImage
{
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=44") no-repeat -161px -178px;
display:inline-block;
vertical-align:top;
}
.ms-core-isHC #ms-pageDescriptionImage
{
background:none;
}
.ms-core-isHC #ms-pageDescriptionImage:after
{
position:absolute;
content:url("/_layouts/15/images/spcommon.png?rev=44");
left:-161px;
top:-178px;
overflow:hidden;
}
@media screen and (-ms-high-contrast:active){
#ms-pageDescriptionImage
{
background:none;
}
#ms-pageDescriptionImage::after
{
position:absolute;
content:url("/_layouts/15/images/spcommon.png?rev=44");
left:-161px;
top:-178px;
overflow:hidden;
}
}
#coms-pageDescriptionCallout_callout-body
{
padding:10px;
}
.ms-webPartMenu-wpmenuarrowImg
{
top:-250px;
left:-109px;
position:relative;
}
.ms-core-form-heading
{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-core-form-section
{
margin-bottom:13px;
}
.ms-core-form-subsection
{
margin:9px auto 11px;
}
.ms-core-form-line
{
margin-bottom:6px;
}
.ms-core-form input[type=radio],.ms-core-form input[type=checkbox]
{
margin-right:5px;
}
.ms-core-form-titleCell
{
width:100px;
}
.ms-core-form-title
{
font-size:inherit;
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-core-form-row > td
{
padding:7px;
margin:1px;
vertical-align:top;
}
.ms-core-navigation
{
/* [ReplaceFont(themeFont:"navigation")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-core-form-bottomLeftBox
{
text-align:left;
margin-top:20px;
}
.ms-core-form-bottomButtonBox
{
text-align:right;
margin-top:20px;
}
.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-taskdate-daysvalue
{
font-weight:200;
font-size:3.69em;
font-family:"Segoe UI";
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
display:inline-block;
}
.ms-taskdate-dayinfo
{
position:relative;
left:14px;
display:inline-block;
}
.ms-taskdate-daysunit
{
font-weight:300;
font-size:1.46em;
font-family:"Segoe UI";
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-transform:uppercase;;
}
.ms-pagearrow-left-outerspan
{
height:16px;
width:16px;
padding:15px;
display:inline-block;
}
.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-input-divAroundTextArea
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
padding:4px;
}
.ms-srch-sb
{
display:inline-block;
}
.ms-core-header .ms-srch-sb
{
/* [ReplaceColor(themeColor:"HeaderBackground",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-srch-sb-border
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-core-header .ms-srch-sb-border
{
/* [ReplaceColor(themeColor:"HeaderLines")] */ border:1px solid #ababab;
}
.ms-srch-sb-border:hover
{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.ms-core-header .ms-srch-sb-border:hover
{
/* [ReplaceColor(themeColor:"HeaderStrongLines")] */ border:1px solid #92c0e0;
}
.ms-srch-sb-borderFocused
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
.ms-core-header .ms-srch-sb-borderFocused
{
/* [ReplaceColor(themeColor:"HeaderAccentLines")] */ border:1px solid #2a8dd4;
}
.ms-srch-sb>input
{
display:inline-block;
border-style:none;
outline-style:none;
height:18px;
margin:0px 0px 0px 5px;
padding:0px 1px 0px 0px;
width:200px;
background-color:transparent;
}
.ms-core-header .ms-srch-sb>input
{
/* [ReplaceColor(themeColor:"HeaderText")] */ color:#444;
}
.ms-srch-sb>input:focus
{
border-style:none;
outline-style:none;
}
.ms-srch-sb>input[type=text]::-ms-clear
{
display:none;
}
.ms-srch-sb-link
{
float:left;
margin-left:10px;
}
.ms-srch-sb-navLink,.ms-srch-sb-searchLink
{
display:inline-block;
cursor:pointer;
vertical-align:top;
background-color:transparent;
border:1px solid transparent;
position:relative;
overflow:hidden;
}
.ms-srch-sb > .ms-srch-sb-searchLink
{
margin-left:-1px;
height:20px;
width:20px;
}
.ms-srch-sb > .ms-srch-sb-navLink
{
height:20px;
width:20px;
}
.ms-srch-sb-searchLink:hover,.ms-srch-sb-navLink:hover
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
}
.ms-srch-sb-searchLink:active,
.ms-srch-sb-searchLink > img:active,
.ms-srch-sb-navLink:active,
.ms-srch-sb-navLink > img:active,
.ms-srch-sb-navLink-menuOpen,
.ms-srch-sb-navLink-menuOpen:hover
{
/* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1")] */ background-color:#92c0e0;
/* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color:#92c0e0;
}
.ms-srch-sb-searchImg
{
left:-35px;
top:-57px;
position:absolute;
}
.ms-srch-sb-searchImg:hover
{
left:-1px;
top:-69px;
}
.ms-srch-sb-navImg
{
left:-35px;
top:-35px;
position:absolute;
}
.ms-srch-sb-navImg:hover,.ms-srch-sb-navLink-menuOpen > .ms-srch-sb-navImg
{
left:-57px;
top:-35px;
}
.ms-core-header .ms-srch-sb-prompt.ms-srch-sb-prompt
{
/* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color:#777;
}
.ms-qSuggest-container
{
border:inherit;
padding:5px 0px;
margin:-1px 0px 0px -1px;
visibility:hidden;
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
z-index:1000;
}
.ms-qSuggest-list
{
cursor:default;
margin:0px;
overflow:hidden;
padding:0px;
white-space:nowrap;
text-overflow:ellipsis;
}
.ms-qSuggest-listItem
{
margin:0px;
padding:7px 10px;
}
.ms-qSuggest-hListItem{
/* [ReplaceColor(themeColor:"HoverBackground",opacity:"1")] */ background-color:#cde6f7;
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
margin:0px;
padding:7px 10px;
}
.ms-qSuggest-personalResultTitle
{
padding:7px 10px;
margin:0;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-qSuggest-listSeparator
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
margin:7px 0px;
}
a:active.ms-skip,
a:focus.ms-skip,
a:focus.ms-acc-button,
a:active.ms-acc-button
{
position:absolute;
top:2px;
background-color:#fff;
border:1px solid #000;
color:#000;
padding:2px 4px;
z-index:12;
height:auto;
width:auto;
}
#pageStatusBar[class],
#hybridTooltipStatusBar[class],
.ms-status-msg
{
position:static;
margin-bottom:15px;
padding:7px 10px;
border-width:1px;
border-style:solid;
color:#444;
}
.ms-status-blue
{
background-color:#f0f0f0 !important;
border-color:#c6c6c6 !important;
}
.ms-status-blue a:link,
.ms-status-blue a:visited
{
color:#125ab2 !important;
}
.ms-status-green
{
background-color:#c7f299 !important;
border-color:#99cc62 !important;
}
.ms-status-green a:link,
.ms-status-green a:visited
{
color:#125ab2 !important;
}
.ms-status-yellow
{
background-color:#fff19d !important;
border-color:#d7d889 !important;
}
.ms-status-yellow a:link,
.ms-status-yellow a:visited
{
color:#125ab2 !important;
}
.ms-status-red
{
background-color:#f8d4d4 !important;
border-color:#f5a6a7 !important;
}
.ms-status-red a:link,
.ms-status-red a:visited
{
color:#125ab2 !important;
}
.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,.ms-status-dismissIconImg
{
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-status-status > .ms-status-iconSpan > .ms-status-dismissIconImg
{
top:-180px;
left:-23px;
}
#ms-gearPageBody{
padding:0px 20px;
}
#ms-loading-body
{
text-align:center;
padding-top:175px;
}
#ms-loading-box
{
display:inline-block;
min-width:375px;
text-align:left;
box-shadow:none;
position:static;
}
.ms-dialog #ms-loading-body
{
padding-top:0px;
}
.ms-dialog #ms-loading-box
{
border-width:0px;
}
#gearsImageLink
{
margin-right:3px;
vertical-align:middle;
outline:none;
}
#gearsImage
{
height:32px;
width:32px;
}
.ms-diffdelete
{
text-decoration:line-through;
}
.ms-diffinsert,
.ms-diffinsert.ms-descriptiontext
{
text-decoration:underline;
/* [ReplaceColor(themeColor:"SearchURL")] */ color:#338200;
}
.ms-storefront-appiconimg
{
vertical-align:middle;
height:96px;
width:96px;
}
.ms-storefront-appiconspan
{
height:96px;
width:96px;
line-height:90px;
position:relative;
display:inline-block;
text-align:center;
overflow:hidden;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-core-needIEFilter .ms-storefront-appiconspan
{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-storefront-defaultappiconimg
{
left:-111px;
top:-5px;
position:absolute;
height:auto;
width:auto;
}
.ms-foldHyperLink-panel
{
display:inline;
}
#ms-hcTest
{
border:1px solid #f00 !important;
visibility:hidden !important;
position:absolute !important;
}
.ms-suggestion-msg
{
margin-bottom:15px;
padding:7px 10px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-suggestion-msg a:link,
.ms-suggestion-msg a:visited
{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-trc-noti-title
{
overflow:hidden;
}
.ms-lightbox,.ms-lightbox-content.ms-lightbox-loading,.ms-lightbox-header,.ms-lightbox-surface,.ms-lightbox-footer,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe,.ms-lightbox-loading,
.ms-lightbox-h1
{
position:absolute;
}
.ms-lightbox
{
min-width:400px;
top:0;
bottom:0;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:#fff;
}
.ms-lightbox:-webkit-full-screen{
top:0;
}
.ms-lightbox,.ms-lightbox-content,.ms-lightbox-header,.ms-lightbox-surface,.ms-lightbox-footer,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.ms-lightbox,.ms-lightbox-header,.ms-lightbox-h1,.ms-lightbox-surface,.ms-lightbox-footer,
.ms-lightbox-loading,.ms-lightbox-loading>span,
.ms-lightbox-surface>iframe
{
width:100%;
}
html.ms-lightbox-page,html.ms-lightbox-page>body,
.ms-lightbox-content,
.ms-lightbox-loading,.ms-lightbox-loading>span,.ms-lightbox-content ul,
.ms-lightbox-surface>iframe
{
height:100%;
}
.ms-lightbox-header,.ms-lightbox-footer
{
height:35px;
z-index:1;
}
.ms-lightbox-header,.ms-lightbox-footer,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
padding:0 19px;
}
.ms-lightbox-content ul>li,
.ms-lightbox-loading>span,.ms-lightbox-loading>span>a,
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
display:inline-block;
}
.ms-lightbox-content ul,.ms-lightbox-h1
{
margin:9px 0;
}
.ms-lightbox-h1
{
z-index:-1;
}
ul.ms-lightbox-wndbar>li>a>span
{
vertical-align:text-bottom;
}
ul.ms-lightbox-cmdbar>li
{
margin-right:19px;
}
.ms-lightbox-content ul>li>a
{
text-transform:uppercase;
}
.ms-lightbox-content ul>li>a:hover
{
background-color:transparent;
}
.ms-lightbox-content
{
max-width:100%;
padding:0;
}
.ms-lightbox-surface
{
top:35px;
bottom:35px;
min-height:400px;
text-align:center;
}
.ms-lightbox-loading>span{
font-size:36px;
position:relative;
top:40%;
vertical-align:middle;
margin:auto;
}
.ms-lightbox-surface>img,.ms-lightbox-surface>iframe
{
top:0;
right:0;
bottom:0;
left:0;
max-width:100%;
max-height:100%;
vertical-align:middle;
margin:auto;
}
.ms-lightbox-surface>img
{
width:auto !important;
height:auto !important;
}
.ms-lightbox-footer
{
bottom:35px;
}
.ms-OldPanel-PanelBackdrop
{
top:50px;
height:100%;
width:100%;
position:fixed;
/* [ReplaceColor(themeColor:"PageBackground")] */ background-color:#fff;
opacity:0.65;
}
.ms-OldPanel-PanelContainer
{
width:939px;
top:50px;
bottom:100%;
position:fixed;
right:0px;
border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0.2")] */ box-shadow:-30px 0 30px -30px rgba( 0,114,198,0.2 );
transition:width 0.2s;
}
.ms-OldPanel-Frame
{
position:absolute;
width:100%;
height:100%;
/* [ReplaceColor(themeColor:"PageBackground")] */ background-color:#fff;
}
.ms-OldPanel-CloseButton
{
position:absolute;
right:10px;
width:40px;
height:40px;
font-size:30px;
/* [ReplaceColor(themeColor:"ButtonGlyph")] */ color:#666;
text-align:center;
cursor:pointer;
}
.ms-accentText,.ms-accentText:visited
{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-textXLarge
{
/* [ReplaceFont(themeFont:"large-body")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
}
.ms-textLarge
{
/* [ReplaceFont(themeFont:"large-body")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.15em;
}
.ms-metadata,
.ms-descriptiontext,
.ms-secondaryCommandLink
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-textSmall,
.ms-textXSmall,
.ms-metadata,
.ms-descriptiontext,
.ms-secondaryCommandLink
{
font-size:.9em;
}
.ms-metadata,
.ms-descriptiontext
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-uppercase
{
text-transform:uppercase;
}
.ms-helperText,
input.ms-helperText
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-atMention,
.ms-hashTag
{
font-weight:bold;
}
.ms-subtleLink:link,
.ms-subtleLink:visited,
.ms-atMention:link,
.ms-atMention:visited,
.ms-hashTag:link,
.ms-hashTag:visited
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-subtleLink:hover,
.ms-atMention:hover,
.ms-hashTag:hover
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
text-decoration:none;
}
.ms-subtleLink:active,
.ms-atMention:active,
.ms-hashTag:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
text-decoration:none;
}
.ms-calloutLink:link,
a.ms-calloutLink:visited,
.ms-calloutLinkDisabled
{
font-size:1em;
}
.ms-commandLink,
.ms-commandLink:visited
{
font-size:.85em;
}
.ms-selected,
.ms-pivotControl-surfacedOpt-selected,
.ms-core-listMenu-selected,
.ms-hero-command-enabled-alt
{
font-weight:600;
}
.ms-calloutLink:link,
a.ms-calloutLink:visited,
.ms-calloutLinkDisabled,
.ms-commandLink,
.ms-commandLink:visited,
.ms-secondaryCommandLink,
.ms-secondaryCommandLink:visited
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
text-transform:uppercase;
text-decoration:none;
}
.ms-soften,
.ms-soften:link,
a.ms-soften:visited,
.ms-soften:hover,
.ms-soften:active
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-commandLink,
.ms-commandLink:visited,
.ms-commandGlyph,
.ms-commandGlyph:visited
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
}
.ms-commandGlyph,
.ms-commandGlyph:visited,
.ms-commandGlyph:hover,
.ms-commandGlyph:active
{
text-decoration:none;
}
.ms-secondaryCommandLink,
.ms-secondaryCommandLink:visited,
.ms-commandGlyph:hover
{
/* [ReplaceColor(themeColor:"CommandLinksSecondary")] */ color:#262626;
text-transform:none;
}
.ms-calloutLink:hover,
.ms-commandLink:hover,
.ms-secondaryCommandLink:hover
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
text-decoration:none;
}
.ms-calloutLink:active,
.ms-commandLink:active,
.ms-secondaryCommandLink:active,
.ms-commandGlyph:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-heroCommandLink,
.ms-heroCommandLink:visited
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
text-decoration:none;
}
.ms-heroCommandLink:hover,
.ms-heroCommandLink:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
text-decoration:none;
}
.ms-calloutLinkDisabled:link,
.ms-calloutLinkDisabled:visited,
a.ms-calloutLinkDisabled:hover,
.ms-calloutLinkDisabled:active,
.ms-commandLinkDisabled:link,
.ms-commandLinkDisabled:visited,
.ms-commandLinkDisabled:hover,
.ms-commandLinkDisabled:active
{
/* [ReplaceColor(themeColor:"CommandLinksDisabled")] */ color:#b1b1b1;
cursor:default;
border-style:none;
}
.ms-core-form-error,
.ms-error,
.ms-formvalidation,
.ms-diffdeletenostrike,
.ms-diffdelete
{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-tooltip
{
text-decoration:none;
border-bottom:1px dotted;
}
.ms-emptyMode,
.ms-attractMode{
/* [ReplaceFont(themeFont:"large-body")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-attractMode
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
a.ms-listlink,
a.ms-listlink:hover,
a.ms-listlink:active
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
a.ms-listlink:hover,
a.ms-listlink:active
{
text-decoration:underline;
}
.ms-webpart-titleText
{
font-size:1.46em;
}
.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText > a
{
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"WebPartHeading")] */ color:#444;
overflow:hidden;
text-align:justify;
text-overflow:ellipsis;
white-space:nowrap;
}
.ms-webpart-titleText > a:hover
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
.ms-webpart-titleText > a:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-webpart-titleText-withMenu
{
padding-right:35px;
}
.ms-disabled
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
}
.ms-largeNumber
{
font-size:2.31em;
/* [ReplaceFont(themeFont:"large-heading")] */ font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/* [ReplaceColor(themeColor:"CommandLinksSecondary")] */ color:#262626;
}
.ms-hcLink
{
border-bottom:1px solid transparent;
}
.ms-emphasis{
/* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-core-needIEFilter .ms-emphasis{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-emphasis:hover{
/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ background-color:#0067b0;
}
.ms-core-needIEFilter .ms-emphasis:hover{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0067b0,endColorstr=#ff0067b0)";
}
.ms-emphasisBorder{
/* [ReplaceColor(themeColor:"EmphasisBorder")] */ border:1px solid #0067b0;
}
.ms-emphasisBorder:hover{
/* [ReplaceColor(themeColor:"EmphasisHoverBorder")] */ border-color:#004d85;
}
.ms-subtleEmphasis{
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-subtleEmphasisCommand{
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-subtleEmphasisCommand{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-subtleEmphasisCommand:hover{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
.ms-subtleEmphasisCommand:active{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-subtleEmphasisCommand-disabled{
/* [ReplaceColor(themeColor:"CommandLinksDisabled")] */ color:#b1b1b1;
}
.ms-sideNav{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
}
.ms-sideNav:hover{
/* [ReplaceColor(themeColor:"NavigationHover")] */ color:#0072c6;
}
.ms-sideNav:active{
/* [ReplaceColor(themeColor:"NavigationPressed")] */ color:#004d85;
}
.ms-sideNav:hover,
.ms-sideNav:active{
/* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-needIEFilter .ms-sideNav:hover,
.ms-core-needIEFilter .ms-sideNav:active{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-sideNav-selected{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color:rgba( 239,239,239,0.78 );
}
.ms-core-needIEFilter .ms-sideNav-selected{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-topBar{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );
}
.ms-core-needIEFilter .ms-topBar{
background-color:transparent;
/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-topBar:hover{
/* [ReplaceColor(themeColor:"TopBarHoverText")] */ color:#333;
}
.ms-topBar:active{
/* [ReplaceColor(themeColor:"TopBarPressedText")] */ color:#004d85;
}
.ms-odn-defaultFont
{
font-size:14px;
}
.ms-core-tableNoSpace
{
border-spacing:0px;
}
.ms-core-tableNoSpace > tr > td,.ms-core-tableNoSpace > * > tr > td,.ms-core-tableNoSpace > tr > th,.ms-core-tableNoSpace > * > tr > th
{
padding:0px;
}
.ms-displayBlock
{
display:block;
}
.ms-displayInline
{
display:inline;
}
.ms-displayInlineBlock
{
display:inline-block;
}
.ms-table
{
display:table;
}
.ms-tableRow
{
display:table-row;
}
.ms-tableCell
{
display:table-cell;
}
.ms-verticalAlignTop
{
vertical-align:top;
}
.ms-verticalAlignMiddle
{
vertical-align:middle;
}
.ms-verticalAlignBaseline
{
vertical-align:baseline;
}
.ms-positionRelative
{
position:relative;
}
.ms-positionAbsolute
{
position:absolute;
}
.ms-positionAbsolute
{
position:absolute;
}
.ms-hide
{
display:none;
}
.ms-visibilityHidden
{
visibility:hidden;
}
.ms-accessible,.ms-hidden,
a.ms-skip,a:hover.ms-skip,a:visited.ms-skip,a.ms-TurnOnAcc,a.ms-SkiptoMainContent,a.ms-SkiptoNavigation
{
position:absolute;
top:-2000px;
overflow:hidden;
height:1px;
width:1px;
display:block;
}
.ms-unicodeBidiEmbed
{
unicode-bidi:embed;
}
.ms-clear
{
clear:both;
}
.ms-alignRight
{
text-align:right;
}
.ms-alignLeft
{
text-align:left;
}
.ms-alignCenter
{
text-align:center;
}
.ms-floatRight
{
float:right;
}
.ms-floatLeft
{
float:left;
}
@media print
{
.ms-noPrint,
#s4-ribbonrow,
#sideNavBox,
.ms-feedback-box,
#ms-overlay-ie8background,
#background,
.s4-ctx,
#suiteBarDelta,
#DeltaPlaceHolderSearchArea,
.ms-navedit-editLinksText
{
display:none !important;
}
#s4-titlerow
{
display:block;
}
body
{
overflow:visible;
}
#s4-workspace
{
overflow:visible !important;
width:auto !important;
height:auto !important;
}
#contentBox
{
margin:0px !important;
}
}
.ms-noWrap
{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-forceWrap
{
word-wrap:break-word;
}
.ms-normalWrap
{
white-space:normal;
word-wrap:normal;
}
.ms-fullWidth
{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:100%;
}
.ms-fullHeight
{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:100%;
}
.ms-fillBoxFull
{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:100%;
width:100%;
}
.ms-fillBox
{
height:100%;
width:100%;
}
.ms-padding0
{
padding:0px;
}
.ms-margin0
{
margin:0px;
}
.ms-noList ul,.ms-noList ol,.ms-noList
{
list-style-type:none;
padding-left:0px;
}
.ms-bold
{
font-weight:bold;
}
.ms-italic
{
font-style:italic;
}
.ms-smallIndent
{
margin-left:20px;
}
.ms-indent
{
margin-left:25px;
}
.ms-highContrastBorder
{
border:1px solid transparent;
}
.ms-cursorDefault
{
cursor:default;
}
.ms-cursorPointer
{
cursor:pointer;
}
.ms-shadow
{
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-lines{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-subtleLines{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-strongLines{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.ms-disabledLines{
/* [ReplaceColor(themeColor:"DisabledLines")] */ border:1px solid #e1e1e1;
}
.ms-accentLines{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
.ms-popupBorder{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
}
.ms-bgOverlay{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-bgOverlay{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-bgDisabled{
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-core-needIEFilter .ms-bgDisabled{
background-color:transparent;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffdfdfd,endColorstr=#fffdfdfd)";
}
.ms-bgHeader{
/* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-bgHeader{
background-color:transparent;
/* [ReplaceColor(themeColor:"HeaderBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-bgFooter{
/* [ReplaceColor(themeColor:"FooterBackground")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-bgFooter{
background-color:transparent;
/* [ReplaceColor(themeColor:"FooterBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-bgHoverable:hover{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-needIEFilter .ms-bgHoverable:hover{
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-bgSelected{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
}
.ms-core-needIEFilter .ms-bgSelected{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
}
.ms-ContentAccent1-fontColor{/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ color:#0072C6;}
.ms-ContentAccent2-fontColor{/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ color:#00485B;}
.ms-ContentAccent3-fontColor{/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ color:#288054;}
.ms-ContentAccent4-fontColor{/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ color:#767956;}
.ms-ContentAccent5-fontColor{/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ color:#ED0033;}
.ms-ContentAccent6-fontColor{/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ color:#682A7A;}
.ms-TileText-fontColor{/* [ReplaceColor(themeColor:"TileText",opacity:"1")] */ color:#fff;}
.ms-TopBarText-fontColor{/* [ReplaceColor(themeColor:"TopBarText",opacity:"1")] */ color:#666;}
.ms-ContentAccent1-bgColor{/* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;}
.ms-ContentAccent2-bgColor{/* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;}
.ms-ContentAccent3-bgColor{/* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;}
.ms-ContentAccent4-bgColor{/* [ReplaceColor(themeColor:"ContentAccent4")] */ background-color:#767956;}
.ms-ContentAccent5-bgColor{/* [ReplaceColor(themeColor:"ContentAccent5")] */ background-color:#ED0033;}
.ms-ContentAccent6-bgColor{/* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#682A7A;}
.ms-SelectionBackground-bgColor{/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );}
.ms-HoverBackground-bgColor{/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );}
.ms-TileBackgroundOverlay-bgColor{/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ background-color:rgba( 0,0,0,0.6 );}
.ms-EmphasisBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;}
.ms-TopBarBackground-bgColor{/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );}
.ms-EmphasisHoverBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ background-color:#0067b0;}
.ms-core-needIEFilter .ms-ContentAccent1-bgColor{/* [ReplaceColor(themeColor:"ContentAccent1")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF0072C6,endColorstr=#FF0072C6)";}
.ms-core-needIEFilter .ms-ContentAccent2-bgColor{/* [ReplaceColor(themeColor:"ContentAccent2")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF00485B,endColorstr=#FF00485B)";}
.ms-core-needIEFilter .ms-ContentAccent3-bgColor{/* [ReplaceColor(themeColor:"ContentAccent3")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF288054,endColorstr=#FF288054)";}
.ms-core-needIEFilter .ms-ContentAccent4-bgColor{/* [ReplaceColor(themeColor:"ContentAccent4")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF767956,endColorstr=#FF767956)";}
.ms-core-needIEFilter .ms-ContentAccent5-bgColor{/* [ReplaceColor(themeColor:"ContentAccent5")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFED0033,endColorstr=#FFED0033)";}
.ms-core-needIEFilter .ms-ContentAccent6-bgColor{/* [ReplaceColor(themeColor:"ContentAccent6")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF682A7A,endColorstr=#FF682A7A)";}
.ms-core-needIEFilter .ms-SelectionBackground-bgColor{/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";}
.ms-core-needIEFilter .ms-HoverBackground-bgColor{/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";}
.ms-core-needIEFilter .ms-TileBackgroundOverlay-bgColor{/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99000000,endColorstr=#99000000)";}
.ms-core-needIEFilter .ms-EmphasisBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";}
.ms-core-needIEFilter .ms-TopBarBackground-bgColor{/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";}
.ms-core-needIEFilter .ms-EmphasisHoverBackground-bgColor{/* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0067b0,endColorstr=#ff0067b0)";}
.ms-ContentAccent1-borderColor{/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ border-color:#0072C6;}
.ms-ContentAccent2-borderColor{/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ border-color:#00485B;}
.ms-ContentAccent3-borderColor{/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ border-color:#288054;}
.ms-ContentAccent4-borderColor{/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ border-color:#767956;}
.ms-ContentAccent5-borderColor{/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ border-color:#ED0033;}
.ms-ContentAccent6-borderColor{/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ border-color:#682A7A;}
.ms-StrongLines-borderColor{/* [ReplaceColor(themeColor:"StrongLines",opacity:"1")] */ border-color:#92b7d1;}
.ms-Lines-borderColor{/* [ReplaceColor(themeColor:"Lines",opacity:"1")] */ border-color:#ababab;}
.ms-SubtleLines-borderColor{/* [ReplaceColor(themeColor:"SubtleLines",opacity:"1")] */ border-color:#c6c6c6;}
.ms-DisabledLines-borderColor{/* [ReplaceColor(themeColor:"DisabledLines",opacity:"1")] */ border-color:#e1e1e1;}
.ms-AccentLines-borderColor{/* [ReplaceColor(themeColor:"AccentLines",opacity:"1")] */ border-color:#2a8dd4;}
.ms-FocusedAccentLine-borderColor{/* [ReplaceColor(themeColor:"FocusedAccentLine",opacity:"1")] */ border-color:#2a8dd4;}
.ms-RowAccent-borderColor{/* [ReplaceColor(themeColor:"RowAccent",opacity:"1")] */ border-color:#0072c6;}
.ms-EmphasisBorder-borderColor{/* [ReplaceColor(themeColor:"EmphasisBorder",opacity:"1")] */ border-color:#0067b0;}
.ms-TopBarBorder-borderColor{/* [ReplaceColor(themeColor:"TopBarBorder",opacity:"1")] */ border-color:#f0f0f0;}
H1.ms-rteElement-H1
{
-ms-name:"Heading 1";
-ms-element:"true";
}
H2.ms-rteElement-H2
{
-ms-name:"Heading 2";
-ms-element:"true";
}
H3.ms-rteElement-H3
{
-ms-name:"Heading 3";
-ms-element:"true";
}
H4.ms-rteElement-H4
{
-ms-name:"Heading 4";
-ms-element:"true";
}
H1.ms-rteElement-H1B
{
-ms-name:"Heading 1 Alternate";
}
H2.ms-rteElement-H2B{
-ms-name:"Heading 2 Alternate";
}
H3.ms-rteElement-H3B{
-ms-name:"Heading 3 Alternate";
}
H4.ms-rteElement-H4B{
-ms-name:"Heading 4 Alternate";
}
P.ms-rteElement-P{
-ms-name:"Paragraph";
-ms-element:"true";
}
.ms-rteStyle-Normal
{
-ms-name:"Normal";
}
.ms-rteStyle-Quote
{
-ms-name:"Quote";
}
.ms-rteStyle-IntenseQuote
{
-ms-name:"Intense Quote";
}
.ms-rteStyle-Emphasis
{
-ms-name:"Emphasis";
}
.ms-rteStyle-IntenseEmphasis
{
-ms-name:"Intense Emphasis";
}
.ms-rteStyle-References
{
-ms-name:"Reference";
}
.ms-rteStyle-IntenseReferences
{
-ms-name:"Intense Reference";
}
.ms-rteStyle-Accent1
{
-ms-name:"Accent 1";
}
.ms-rteStyle-Accent2
{
-ms-name:"Accent 2";
}
.ms-rteForeColor-1
{
color:darkred;
-ms-name:"";
-ms-color:"Dark Red";
}
.ms-rteForeColor-2
{
color:red;
-ms-name:"";
-ms-color:"Red";
}
.ms-rteForeColor-3
{
color:orange;
-ms-name:"";
-ms-color:"Gold";
}
.ms-rteForeColor-4
{
color:yellow;
-ms-name:"";
-ms-color:"Yellow";
}
.ms-rteForeColor-5
{
color:lightgreen;
-ms-name:"";
-ms-color:"Light Green";
}
.ms-rteForeColor-6
{
color:green;
-ms-name:"";
-ms-color:"Dark Green";
}
.ms-rteForeColor-7
{
color:lightblue;
-ms-name:"";
-ms-color:"Sky Blue";
}
.ms-rteForeColor-8
{
color:blue;
-ms-name:"";
-ms-color:"Blue";
}
.ms-rteForeColor-9
{
color:darkblue;
-ms-name:"";
-ms-color:"Dark Blue";
}
.ms-rteForeColor-10
{
color:purple;
-ms-name:"";
-ms-color:"Dark Purple";
}
.ms-rteBackColor-1
{
background-color:darkred;
-ms-name:"";
-ms-color:"Dark Red";
}
.ms-rteBackColor-2
{
background-color:red;
-ms-name:"";
-ms-color:"Red";
}
.ms-rteBackColor-3
{
background-color:orange;
-ms-name:"";
-ms-color:"Gold";
}
.ms-rteBackColor-4
{
background-color:yellow;
-ms-name:"";
-ms-color:"Yellow";
}
.ms-rteBackColor-5
{
background-color:lightgreen;
-ms-name:"";
-ms-color:"Light Green";
}
.ms-rteBackColor-6
{
background-color:green;
-ms-name:"";
-ms-color:"Dark Green";
}
.ms-rteBackColor-7
{
background-color:lightblue;
-ms-name:"";
-ms-color:"Sky Blue";
}
.ms-rteBackColor-8
{
background-color:blue;
-ms-name:"";
-ms-color:"Blue";
}
.ms-rteBackColor-9
{
background-color:darkblue;
-ms-name:"";
-ms-color:"Dark Blue";
}
.ms-rteBackColor-10
{
background-color:purple;
-ms-name:"";
-ms-color:"Dark Purple";
}
.ms-rteFontFace-1
{
-ms-name:"Tahoma";
font-family:tahoma;
}
.ms-rteFontFace-2
{
-ms-name:"Courier";
font-family:courier,monospace;
}
.ms-rteFontFace-3
{
-ms-name:"Times New Roman";
font-family:"Times New Roman",Times,serif;
}
.ms-rteFontFace-4
{
-ms-name:"Comic Sans";
font-family:"Comic Sans","Comic Sans MS",cursive;
}
.ms-rteFontFace-5
{
-ms-name:"Calibri";
font-family:Calibri;
}
.ms-rteFontFace-6
{
-ms-name:"Georgia";
font-family:Georgia;
}
.ms-rteFontFace-7
{
-ms-name:"Impact";
font-family:Impact;
}
.ms-rteFontFace-8
{
-ms-name:"Trebuchet MS";
font-family:"Trebuchet MS",helvetica;
}
.ms-rteFontFace-9
{
-ms-name:"Palatino Linotype";
font-family:"Palatino Linotype",Palatino,serif;
}
.ms-rteFontFace-10
{
-ms-name:"Lucida Console";
font-family:"Lucida Console",monaco,sans-serif;
}
.ms-rteFontFace-11
{
-ms-name:"Garamond";
font-family:garamond;
}
.ms-rteFontFace-12
{
-ms-name:"Segoe UI";
font-family:"Segoe UI",Tahoma;
}
.ms-rteFontFace-13
{
-ms-name:"Arial";
font-family:Arial;
}
.ms-rteFontSize-1
{
font-size:9pt;
}
.ms-rteFontSize-2
{
font-size:11pt;
}
.ms-rteFontSize-3
{
font-size:13pt;
}
.ms-rteFontSize-4
{
font-size:18pt;
}
.ms-rteFontSize-5
{
font-size:24pt;
}
.ms-rteFontSize-6
{
font-size:36pt;
}
.ms-rteFontSize-7
{
font-size:48pt;
}
.ms-rteFontSize-8
{
font-size:72pt;
}
.ms-rteThemeForeColor-1-0
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
-ms-name:"Light 1";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeForeColor-2-0
{
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ color:#444;
-ms-name:"Dark 1";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeForeColor-3-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText",opacity:"1")] */ color:#666;
-ms-name:"Light 2";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeForeColor-4-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ color:#efefef;
-ms-name:"Dark 2";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-0
{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ color:#0072C6;
-ms-name:"Accent 1";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeForeColor-6-0
{
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ color:#00485B;
-ms-name:"Accent 2";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-0
{
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ color:#288054;
-ms-name:"Accent 3";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeForeColor-8-0
{
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ color:#767956;
-ms-name:"Accent 4";
/* [ColorName] */ -ms-color:"Orange";
}
.ms-rteThemeForeColor-9-0
{
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ color:#ED0033;
-ms-name:"Accent 5";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeForeColor-10-0
{
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ color:#682A7A;
-ms-name:"Accent 6";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeForeColor-1-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ color:#F2F2F2;
-ms-name:"Light 1 Lightest";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeForeColor-2-1
{
/* [ReplaceColor(themeColor:"BodyText-Lightest",opacity:"1")] */ color:#D9D9D9;
-ms-name:"Dark 1 Lightest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeForeColor-3-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lightest",opacity:"1")] */ color:#E0E0E0;
-ms-name:"Light 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-4-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lightest",opacity:"1")] */ color:#D8D8D8;
-ms-name:"Dark 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-5-1
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"1")] */ color:#C0E4FF;
-ms-name:"Accent 1 Lightest";
/* [ColorName] */ -ms-color:"Light Blue";
}
.ms-rteThemeForeColor-6-1
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lightest",opacity:"1")] */ color:#D5F6FF;
-ms-name:"Accent 2 Lightest";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-1
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lightest",opacity:"1")] */ color:#CAEEDC;
-ms-name:"Accent 3 Lightest";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-8-1
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lightest",opacity:"1")] */ color:#E4E5DB;
-ms-name:"Accent 4 Lightest";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeForeColor-9-1
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lightest",opacity:"1")] */ color:#FFC8D4;
-ms-name:"Accent 5 Lightest";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeForeColor-10-1
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lightest",opacity:"1")] */ color:#E5CBED;
-ms-name:"Accent 6 Lightest";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeForeColor-1-2
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ color:#D8D8D8;
-ms-name:"Light 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeForeColor-2-2
{
/* [ReplaceColor(themeColor:"BodyText-Lighter",opacity:"1")] */ color:#B4B4B4;
-ms-name:"Dark 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeForeColor-3-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lighter",opacity:"1")] */ color:#C1C1C1;
-ms-name:"Light 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-4-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lighter",opacity:"1")] */ color:#B4B4B4;
-ms-name:"Dark 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeForeColor-5-2
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lighter",opacity:"1")] */ color:#82CAFF;
-ms-name:"Accent 1 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-6-2
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lighter",opacity:"1")] */ color:#96E9FF;
-ms-name:"Accent 2 Lighter";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-2
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lighter",opacity:"1")] */ color:#96DEBA;
-ms-name:"Accent 3 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-8-2
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lighter",opacity:"1")] */ color:#CACCB8;
-ms-name:"Accent 4 Lighter";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeForeColor-9-2
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lighter",opacity:"1")] */ color:#FF91A9;
-ms-name:"Accent 5 Lighter";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeForeColor-10-2
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lighter",opacity:"1")] */ color:#CC98DB;
-ms-name:"Accent 6 Lighter";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeForeColor-1-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Medium",opacity:"1")] */ color:#BFBFBF;
-ms-name:"Light 1 Medium";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeForeColor-2-3
{
/* [ReplaceColor(themeColor:"BodyText-Medium",opacity:"1")] */ color:#8E8E8E;
-ms-name:"Dark 1 Medium";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeForeColor-3-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Medium",opacity:"1")] */ color:#A3A3A3;
-ms-name:"Light 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-4-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Medium",opacity:"1")] */ color:#787878;
-ms-name:"Dark 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-3
{
/* [ReplaceColor(themeColor:"ContentAccent1-Medium",opacity:"1")] */ color:#43AFFF;
-ms-name:"Accent 1 Medium";
/* [ColorName] */ -ms-color:"Blue";
}
.ms-rteThemeForeColor-6-3
{
/* [ReplaceColor(themeColor:"ContentAccent2-Medium",opacity:"1")] */ color:#2DD3FF;
-ms-name:"Accent 2 Medium";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeForeColor-7-3
{
/* [ReplaceColor(themeColor:"ContentAccent3-Medium",opacity:"1")] */ color:#62CE98;
-ms-name:"Accent 3 Medium";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeForeColor-8-3
{
/* [ReplaceColor(themeColor:"ContentAccent4-Medium",opacity:"1")] */ color:#B0B394;
-ms-name:"Accent 4 Medium";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeForeColor-9-3
{
/* [ReplaceColor(themeColor:"ContentAccent5-Medium",opacity:"1")] */ color:#FF5B7E;
-ms-name:"Accent 5 Medium";
/* [ColorName] */ -ms-color:"Green";
}
.ms-rteThemeForeColor-10-3
{
/* [ReplaceColor(themeColor:"ContentAccent6-Medium",opacity:"1")] */ color:#B364C9;
-ms-name:"Accent 6 Medium";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeForeColor-1-4
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darker",opacity:"1")] */ color:#A5A5A5;
-ms-name:"Light 1 Darker";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeForeColor-2-4
{
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ color:#333;
-ms-name:"Dark 1 Darker";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeForeColor-3-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darker",opacity:"1")] */ color:#4C4C4C;
-ms-name:"Light 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-4-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darker",opacity:"1")] */ color:#3C3C3C;
-ms-name:"Dark 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-4
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ color:#005594;
-ms-name:"Accent 1 Darker";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeForeColor-6-4
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ color:#009AC3;
-ms-name:"Accent 2 Darker";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeForeColor-7-4
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ color:#1D603F;
-ms-name:"Accent 3 Darker";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeForeColor-8-4
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ color:#585A40;
-ms-name:"Accent 4 Darker";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeForeColor-9-4
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ color:#B10026;
-ms-name:"Accent 5 Darker";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeForeColor-10-4
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ color:#4E1F5B;
-ms-name:"Accent 6 Darker";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeForeColor-1-5
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darkest",opacity:"1")] */ color:#7F7F7F;
-ms-name:"Light 1 Darkest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeForeColor-2-5
{
/* [ReplaceColor(themeColor:"BodyText-Darkest",opacity:"1")] */ color:#222;
-ms-name:"Dark 1 Darkest";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeForeColor-3-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darkest",opacity:"1")] */ color:#333333;
-ms-name:"Light 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-4-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darkest",opacity:"1")] */ color:#181818;
-ms-name:"Dark 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeForeColor-5-5
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darkest",opacity:"1")] */ color:#003963;
-ms-name:"Accent 1 Darkest";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeForeColor-6-5
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ color:#006984;
-ms-name:"Accent 2 Darkest";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeForeColor-7-5
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ color:#13402A;
-ms-name:"Accent 3 Darkest";
/* [ColorName] */ -ms-color:"Dark Teal";
}
.ms-rteThemeForeColor-8-5
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ color:#3B3C2B;
-ms-name:"Accent 4 Darkest";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeForeColor-9-5
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darkest",opacity:"1")] */ color:#760019;
-ms-name:"Accent 5 Darkest";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeForeColor-10-5
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darkest",opacity:"1")] */ color:#34153D;
-ms-name:"Accent 6 Darkest";
/* [ColorName] */ -ms-color:"Dark Yellow";
}
.ms-rteThemeBackColor-1-0
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
-ms-name:"Light 1";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeBackColor-2-0
{
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ background-color:#444;
-ms-name:"Dark 1";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeBackColor-3-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText",opacity:"1")] */ background-color:#666;
-ms-name:"Light 2";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeBackColor-4-0
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
-ms-name:"Dark 2";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-0
{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
-ms-name:"Accent 1";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeBackColor-6-0
{
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ background-color:#00485B;
-ms-name:"Accent 2";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-0
{
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ background-color:#288054;
-ms-name:"Accent 3";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeBackColor-8-0
{
/* [ReplaceColor(themeColor:"Accent4")] */ background-color:#FD9F08;
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ background-color:#767956;
-ms-name:"Accent 4";
/* [ColorName] */ -ms-color:"Orange";
}
.ms-rteThemeBackColor-9-0
{
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ background-color:#ED0033;
-ms-name:"Accent 5";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeBackColor-10-0
{
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ background-color:#682A7A;
-ms-name:"Accent 6";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeBackColor-1-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ background-color:#F2F2F2;
-ms-name:"Light 1 Lightest";
/* [ColorName] */ -ms-color:"White";
}
.ms-rteThemeBackColor-2-1
{
/* [ReplaceColor(themeColor:"BodyText-Lightest",opacity:"1")] */ background-color:#D9D9D9;
-ms-name:"Dark 1 Lightest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeBackColor-3-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lightest",opacity:"1")] */ background-color:#E0E0E0;
-ms-name:"Light 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-4-1
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lightest",opacity:"1")] */ background-color:#D8D8D8;
-ms-name:"Dark 2 Lightest";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-5-1
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"1")] */ background-color:#C0E4FF;
-ms-name:"Accent 1 Lightest";
/* [ColorName] */ -ms-color:"Light Blue";
}
.ms-rteThemeBackColor-6-1
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lightest",opacity:"1")] */ background-color:#D5F6FF;
-ms-name:"Accent 2 Lightest";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-1
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lightest",opacity:"1")] */ background-color:#CAEEDC;
-ms-name:"Accent 3 Lightest";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-8-1
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lightest",opacity:"1")] */ background-color:#E4E5DB;
-ms-name:"Accent 4 Lightest";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeBackColor-9-1
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lightest",opacity:"1")] */ background-color:#FFC8D4;
-ms-name:"Accent 5 Lightest";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeBackColor-10-1
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lightest",opacity:"1")] */ background-color:#E5CBED;
-ms-name:"Accent 6 Lightest";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeBackColor-1-2
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ background-color:#D8D8D8;
-ms-name:"Light 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeBackColor-2-2
{
/* [ReplaceColor(themeColor:"BodyText-Lighter",opacity:"1")] */ background-color:#B4B4B4;
-ms-name:"Dark 1 Lighter";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeBackColor-3-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Lighter",opacity:"1")] */ background-color:#C1C1C1;
-ms-name:"Light 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-4-2
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lighter",opacity:"1")] */ background-color:#B4B4B4;
-ms-name:"Dark 2 Lighter";
/* [ColorName] */ -ms-color:"Ice Blue";
}
.ms-rteThemeBackColor-5-2
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lighter",opacity:"1")] */ background-color:#82CAFF;
-ms-name:"Accent 1 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-6-2
{
/* [ReplaceColor(themeColor:"ContentAccent2-Lighter",opacity:"1")] */ background-color:#96E9FF;
-ms-name:"Accent 2 Lighter";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-2
{
/* [ReplaceColor(themeColor:"ContentAccent3-Lighter",opacity:"1")] */ background-color:#96DEBA;
-ms-name:"Accent 3 Lighter";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-8-2
{
/* [ReplaceColor(themeColor:"ContentAccent4-Lighter",opacity:"1")] */ background-color:#CACCB8;
-ms-name:"Accent 4 Lighter";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeBackColor-9-2
{
/* [ReplaceColor(themeColor:"ContentAccent5-Lighter",opacity:"1")] */ background-color:#FF91A9;
-ms-name:"Accent 5 Lighter";
/* [ColorName] */ -ms-color:"Light Green";
}
.ms-rteThemeBackColor-10-2
{
/* [ReplaceColor(themeColor:"ContentAccent6-Lighter",opacity:"1")] */ background-color:#CC98DB;
-ms-name:"Accent 6 Lighter";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeBackColor-1-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Medium",opacity:"1")] */ background-color:#BFBFBF;
-ms-name:"Light 1 Medium";
/* [ColorName] */ -ms-color:"Gray-25%";
}
.ms-rteThemeBackColor-2-3
{
/* [ReplaceColor(themeColor:"BodyText-Medium",opacity:"1")] */ background-color:#8E8E8E;
-ms-name:"Dark 1 Medium";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeBackColor-3-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Medium",opacity:"1")] */ background-color:#A3A3A3;
-ms-name:"Light 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-4-3
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Medium",opacity:"1")] */ background-color:#787878;
-ms-name:"Dark 2 Medium";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-3
{
/* [ReplaceColor(themeColor:"ContentAccent1-Medium",opacity:"1")] */ background-color:#43AFFF;
-ms-name:"Accent 1 Medium";
/* [ColorName] */ -ms-color:"Blue";
}
.ms-rteThemeBackColor-6-3
{
/* [ReplaceColor(themeColor:"ContentAccent2-Medium",opacity:"1")] */ background-color:#2DD3FF;
-ms-name:"Accent 2 Medium";
/* [ColorName] */ -ms-color:"Pink";
}
.ms-rteThemeBackColor-7-3
{
/* [ReplaceColor(themeColor:"ContentAccent3-Medium",opacity:"1")] */ background-color:#62CE98;
-ms-name:"Accent 3 Medium";
/* [ColorName] */ -ms-color:"Light Turquoise";
}
.ms-rteThemeBackColor-8-3
{
/* [ReplaceColor(themeColor:"ContentAccent4-Medium",opacity:"1")] */ background-color:#B0B394;
-ms-name:"Accent 4 Medium";
/* [ColorName] */ -ms-color:"Light Orange";
}
.ms-rteThemeBackColor-9-3
{
/* [ReplaceColor(themeColor:"ContentAccent5-Medium",opacity:"1")] */ background-color:#FF5B7E;
-ms-name:"Accent 5 Medium";
/* [ColorName] */ -ms-color:"Green";
}
.ms-rteThemeBackColor-10-3
{
/* [ReplaceColor(themeColor:"ContentAccent6-Medium",opacity:"1")] */ background-color:#B364C9;
-ms-name:"Accent 6 Medium";
/* [ColorName] */ -ms-color:"Light Yellow";
}
.ms-rteThemeBackColor-1-4
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darker",opacity:"1")] */ background-color:#A5A5A5;
-ms-name:"Light 1 Darker";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeBackColor-2-4
{
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ background-color:#333;
-ms-name:"Dark 1 Darker";
/* [ColorName] */ -ms-color:"Gray-80%";
}
.ms-rteThemeBackColor-3-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darker",opacity:"1")] */ background-color:#4C4C4C;
-ms-name:"Light 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-4-4
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darker",opacity:"1")] */ background-color:#3C3C3C;
-ms-name:"Dark 2 Darker";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-4
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
-ms-name:"Accent 1 Darker";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeBackColor-6-4
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
-ms-name:"Accent 2 Darker";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeBackColor-7-4
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
-ms-name:"Accent 3 Darker";
/* [ColorName] */ -ms-color:"Turquoise";
}
.ms-rteThemeBackColor-8-4
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
-ms-name:"Accent 4 Darker";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeBackColor-9-4
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ background-color:#B10026;
-ms-name:"Accent 5 Darker";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeBackColor-10-4
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ background-color:#4E1F5B;
-ms-name:"Accent 6 Darker";
/* [ColorName] */ -ms-color:"Yellow";
}
.ms-rteThemeBackColor-1-5
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Darkest",opacity:"1")] */ background-color:#7F7F7F;
-ms-name:"Light 1 Darkest";
/* [ColorName] */ -ms-color:"Gray-50%";
}
.ms-rteThemeBackColor-2-5
{
/* [ReplaceColor(themeColor:"BodyText-Darkest",opacity:"1")] */ background-color:#222;
-ms-name:"Dark 1 Darkest";
/* [ColorName] */ -ms-color:"Black";
}
.ms-rteThemeBackColor-3-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisText-Darkest",opacity:"1")] */ background-color:#333333;
-ms-name:"Light 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-4-5
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darkest",opacity:"1")] */ background-color:#181818;
-ms-name:"Dark 2 Darkest";
/* [ColorName] */ -ms-color:"Blue Gray";
}
.ms-rteThemeBackColor-5-5
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darkest",opacity:"1")] */ background-color:#003963;
-ms-name:"Accent 1 Darkest";
/* [ColorName] */ -ms-color:"Dark Blue";
}
.ms-rteThemeBackColor-6-5
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ background-color:#006984;
-ms-name:"Accent 2 Darkest";
/* [ColorName] */ -ms-color:"Plum";
}
.ms-rteThemeBackColor-7-5
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ background-color:#13402A;
-ms-name:"Accent 3 Darkest";
/* [ColorName] */ -ms-color:"Dark Teal";
}
.ms-rteThemeBackColor-8-5
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ background-color:#3B3C2B;
-ms-name:"Accent 4 Darkest";
/* [ColorName] */ -ms-color:"Brown";
}
.ms-rteThemeBackColor-9-5
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darkest",opacity:"1")] */ background-color:#760019;
-ms-name:"Accent 5 Darkest";
/* [ColorName] */ -ms-color:"Dark Green";
}
.ms-rteThemeBackColor-10-5
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darkest",opacity:"1")] */ background-color:#34153D;
-ms-name:"Accent 6 Darkest";
/* [ColorName] */ -ms-color:"Dark Yellow";
}
.ms-rteImage-0
{
-ms-name:"No border";
}
.ms-rteImage-1
{
-ms-name:"Thin line border";
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ background-color:#444;
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ border:1px solid #333;
/* [RecolorImage(themeColor:"SubtleBodyText",method:"Tinting")] */ background-image:url("/_layouts/15/images/tabtitlerowbottombg.png?rev=44");
background-repeat:repeat-x;
background-position:top;
}
.ms-rteImage-2
{
-ms-name:"Table border";
padding:2px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ms-rteImage-3
{
-ms-name:"Dark border";
padding:15px;
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ background-color:#333;
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ border:1px solid #444;
/* [RecolorImage(themeColor:"BodyText-Darker",method:"Tinting")] */ background-image:url("/_layouts/15/images/tabtitlerowbottombg.png?rev=44");
background-attachment:fixed;
background-repeat:repeat-x;
background-position:left bottom;
}
.ms-rteImage-4
{
-ms-name:"Light border";
padding:6px;
padding-bottom:33px;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ background-color:#F2F2F2;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
background-image:url("/_layouts/15/images/selbg.png?rev=44");
background-repeat:repeat-x;
background-position:top;
}
.ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th,
.ms-rteTable-0 > tbody > tr > td,
.ms-rteTable-0 > tbody > tr > th,
.ms-rteTable-1 > tbody > tr > td,
.ms-rteTable-1 > tbody > tr > th,
.ms-rteTable-2 > tbody > tr > td,
.ms-rteTable-2 > tbody > tr > th,
.ms-rteTable-3 > tbody > tr > td,
.ms-rteTable-3 > tbody > tr > th,
.ms-rteTable-4 > tbody > tr > td,
.ms-rteTable-4 > tbody > tr > th,
.ms-rteTable-5 > tbody > tr > td,
.ms-rteTable-5 > tbody > tr > th,
.ms-rteTable-6 > tbody > tr > td,
.ms-rteTable-6 > tbody > tr > th,
.ms-rteTable-7 > tbody > tr > td,
.ms-rteTable-7 > tbody > tr > th,
.ms-rteTable-8 > tbody > tr > td,
.ms-rteTable-8 > tbody > tr > th,
.ms-rteTable-9 > tbody > tr > td,
.ms-rteTable-9 > tbody > tr > th,
.ms-rteTable-10 > tbody > tr > td,
.ms-rteTable-10 > tbody > tr > th
{
vertical-align:top;
padding:7px 5px 6px;
}
.ms-rteTable-default > tbody > tr > th,
.ms-rteTable-default > tbody > tr.ms-rteTableFooterRow-default,
.ms-rteTable-0 > tbody > tr > th,
.ms-rteTable-0 > tbody > tr.ms-rteTableFooterRow-0,
.ms-rteTable-1 > tbody > tr > th,
.ms-rteTable-1 > tbody > tr.ms-rteTableFooterRow-1,
.ms-rteTable-2 > tbody > tr > th,
.ms-rteTable-2 > tbody > tr.ms-rteTableFooterRow-2,
.ms-rteTable-3 > tbody > tr > th,
.ms-rteTable-3 > tbody > tr.ms-rteTableFooterRow-3,
.ms-rteTable-4 > tbody > tr > th,
.ms-rteTable-4 > tbody > tr.ms-rteTableFooterRow-4,
.ms-rteTable-5 > tbody > tr > th,
.ms-rteTable-5 > tbody > tr.ms-rteTableFooterRow-5,
.ms-rteTable-6 > tbody > tr > th,
.ms-rteTable-6 > tbody > tr.ms-rteTableFooterRow-6,
.ms-rteTable-7 > tbody > tr > th,
.ms-rteTable-7 > tbody > tr.ms-rteTableFooterRow-7,
.ms-rteTable-8 > tbody > tr > th,
.ms-rteTable-8 > tbody > tr.ms-rteTableFooterRow-8,
.ms-rteTable-9 > tbody > tr > th,
.ms-rteTable-9 > tbody > tr.ms-rteTableFooterRow-9,
.ms-rteTable-10 > tbody > tr > th,
.ms-rteTable-10 > tbody > tr.ms-rteTableFooterRow-10
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
text-align:left;
font-weight:normal;
}
.ms-rtetablecells
{
padding:2px;
vertical-align:top;
}
.ms-rteTable-default
{
-ms-name:"Default Table Style - Light";
}
.ms-rteTable-default,
.ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th,
td.ms-rteTable-default,
th.ms-rteTable-default,
.ms-rtetablecells
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-rteTable-0
{
-ms-name:"Table Style 1 - Clear";
border-width:0px;
border-style:none;
border-collapse:collapse;
}
.ms-rteTable-1{
-ms-name:"Table Style 2 - Light Banded";
}
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1,
.ms-rteTable-1 tr.ms-rteTableFooterRow-1,
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1 > th,
.ms-rteTable-1 tr.ms-rteTableFooterRow-1 > th,
.ms-rteTable-1 tr.ms-rteTableFooterRow-1 > td
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"Lines")] */ border-top:1px solid #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-rteTable-1 tr.ms-rteTableOddRow-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ background-color:#D8D8D8;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter")] */ background-color:#D8D8D8;
}
.ms-rteTable-1 tr.ms-rteTableEvenRow-1
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-rteTable-6{
-ms-name:"Table Style 3 - Medium Two Tones";
}
.ms-rteTable-6 tr.ms-rteTableHeaderRow-6,
.ms-rteTable-6 tr.ms-rteTableFooterRow-6,
.ms-rteTable-6 tr.ms-rteTableHeaderRow-6 > th,
.ms-rteTable-6 tr.ms-rteTableFooterRow-6 > th,
.ms-rteTable-6 tr.ms-rteTableFooterRow-6 > td
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"ContentAccent1-Darker")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ color:#fff;
}
.ms-rteTable-6 tr.ms-rteTableOddRow-6
{
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"1")] */ background-color:#C0E4FF;
/* [ReplaceColor(themeColor:"ContentAccent1-Lightest",opacity:"0.7")] */ background-color:#C0E4FF;
}
.ms-rteTable-6 tr.ms-rteTableEvenRow-6
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"0.7")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-rteTable-2{
-ms-name:"Table Style 4 - Light Lines";
}
.ms-rteTable-2 tr.ms-rteTableHeaderRow-2,
.ms-rteTable-2 tr.ms-rteTableFooterRow-2,
.ms-rteTable-2 tr.ms-rteTableHeaderRow-2 > th,
.ms-rteTable-2 tr.ms-rteTableFooterRow-2 > th,
.ms-rteTable-2 tr.ms-rteTableFooterRow-2 > td
{
/* [ReplaceColor(themeColor:"BodyText")] */ background-color:#444;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-2 tr.ms-rteTableOddRow-2,
.ms-rteTable-2 tr.ms-rteTableEvenRow-2
{
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top:1px solid #92c0e0;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-bottom:1px solid #92c0e0;
}
.ms-rteTable-3{
-ms-name:"Table Style 5 - Grid";
}
.ms-rteTable-3,
.ms-rteTable-3 > tbody > tr > td,
.ms-rteTable-3 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-rteTable-3 tr.ms-rteTableOddRow-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter",opacity:"1")] */ background-color:#D8D8D8;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter")] */ background-color:#D8D8D8;
}
.ms-rteTable-3 tr.ms-rteTableHeaderRow-3,
.ms-rteTable-3 tr.ms-rteTableFooterRow-3,
.ms-rteTable-3 tr.ms-rteTableEvenRow-3
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-rteTable-4{
-ms-name:"Table Style 6 - Accent 1";
}
.ms-rteTable-4,
.ms-rteTable-4 > tbody > tr > td,
.ms-rteTable-4 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ border:1px solid #005594;
}
.ms-rteTable-4 tr.ms-rteTableHeaderRow-4,
.ms-rteTable-4 tr.ms-rteTableFooterRow-4,
.ms-rteTable-4 tr.ms-rteTableHeaderRow-4 > th,
.ms-rteTable-4 tr.ms-rteTableFooterRow-4 > th,
.ms-rteTable-4 tr.ms-rteTableFooterRow-4 > td
{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-5{
-ms-name:"Table Style 7 - Accent 2";
}
.ms-rteTable-5,
.ms-rteTable-5 > tbody > tr > td,
.ms-rteTable-5 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ border:1px solid #009AC3;
}
.ms-rteTable-5 tr.ms-rteTableHeaderRow-5,
.ms-rteTable-5 tr.ms-rteTableFooterRow-5,
.ms-rteTable-5 tr.ms-rteTableHeaderRow-5 > th,
.ms-rteTable-5 tr.ms-rteTableFooterRow-5 > th,
.ms-rteTable-5 tr.ms-rteTableFooterRow-5 > td
{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-7{
-ms-name:"Table Style 8 - Accent 3";
}
.ms-rteTable-7,
.ms-rteTable-7 > tbody > tr > td,
.ms-rteTable-7 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ border:1px solid #1D603F;
}
.ms-rteTable-7 tr.ms-rteTableHeaderRow-7,
.ms-rteTable-7 tr.ms-rteTableFooterRow-7,
.ms-rteTable-7 tr.ms-rteTableHeaderRow-7 > th,
.ms-rteTable-7 tr.ms-rteTableFooterRow-7 > th,
.ms-rteTable-7 tr.ms-rteTableFooterRow-7 > td
{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-8{
-ms-name:"Table Style 9 - Accent 4";
}
.ms-rteTable-8,
.ms-rteTable-8 > tbody > tr > td,
.ms-rteTable-8 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ border:1px solid #585A40;
}
.ms-rteTable-8 tr.ms-rteTableHeaderRow-8,
.ms-rteTable-8 tr.ms-rteTableFooterRow-8,
.ms-rteTable-8 tr.ms-rteTableHeaderRow-8 > th,
.ms-rteTable-8 tr.ms-rteTableFooterRow-8 > th,
.ms-rteTable-8 tr.ms-rteTableFooterRow-8 > td
{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-9{
-ms-name:"Table Style 10 - Accent 5";
}
.ms-rteTable-9,
.ms-rteTable-9 > tbody > tr > td,
.ms-rteTable-9 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ border:1px solid #B10026;
}
.ms-rteTable-9 tr.ms-rteTableHeaderRow-9,
.ms-rteTable-9 tr.ms-rteTableFooterRow-9,
.ms-rteTable-9 tr.ms-rteTableHeaderRow-9 > th,
.ms-rteTable-9 tr.ms-rteTableFooterRow-9 > th,
.ms-rteTable-9 tr.ms-rteTableFooterRow-9 > td
{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ background-color:#B10026;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTable-10{
-ms-name:"Table Style 11 - Accent 6";
}
.ms-rteTable-10,
.ms-rteTable-10 > tbody > tr > td,
.ms-rteTable-10 > tbody > tr > th
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ border:1px solid #4E1F5B;
}
.ms-rteTable-10 tr.ms-rteTableHeaderRow-10,
.ms-rteTable-10 tr.ms-rteTableFooterRow-10,
.ms-rteTable-10 tr.ms-rteTableHeaderRow-10 > th,
.ms-rteTable-10 tr.ms-rteTableFooterRow-10 > th,
.ms-rteTable-10 tr.ms-rteTableFooterRow-10 > td
{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ background-color:#4E1F5B;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-rteTableGrid td,.ms-rteTableGrid th{
border:1px dotted black;
}
.ms-rtePosition-1{
-ms-name:"Left";
float:left;
}
.ms-rtePosition-2{
-ms-name:"Right";
float:right;
}
.ms-rtePosition-3{
-ms-name:"Top";
vertical-align:text-top;
}
.ms-rtePosition-4{
-ms-name:"Middle";
vertical-align:middle;
}
.ms-rtePosition-5{
-ms-name:"Bottom";
vertical-align:text-bottom;
}
.ms-rtestate-write
{
cursor:text;
min-height:1em;
}
.ms-asset-icon
{
border-width:0px;
margin:0px 5px;
}
.ms-rtestate-field TABLE,.ms-rtestate-write TABLE
{
border-collapse:collapse;
}
.ms-rte-autocomplete
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top-color:#c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right-color:#ababab;
font-family:Verdana;
font-size:1em;
padding-top:10px;
padding-bottom:10px;
position:absolute;
cursor:default;
}
.ms-rte-autocomplete-results div
{
border-top:1px solid transparent;
border-bottom:1px solid transparent;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
.ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,
.ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected
{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-needIEFilter .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.ms-core-needIEFilter .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected
{
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-rte-autocomplete-modes div
{
border-top:1px solid transparent;
border-bottom:1px solid transparent;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding-left:20px;
padding-right:10px;
}
.ms-rte-autocomplete-info
{
padding-left:10px;
padding-right:10px;
}
.ms-rte-layoutszone-outer
{
float:left;
}
.ms-rte-layoutszone-inner
{
word-wrap:break-word;
border:1px solid transparent;
margin:1px;
padding:10px;
}
.ms-rte-layoutszone-inner-editable
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
margin:1px;
padding:10px;
min-height:100px !important;
}
.ms-rte-layoutszone-fixer
{
clear:both;
}
.ms-rte-wpbox
{
font-style:normal;
font-weight:normal;
font-variant:normal;
word-spacing:normal;
letter-spacing:normal;
text-transform:none;
text-align:left;
text-indent:0px;
text-decoration:none;
line-height:normal;
white-space:normal;
word-wrap:normal;
list-style-type:disc;
list-style-image:none;
list-style-position:outside;
}
.ms-rtestate-write .ms-webpart-chrome-title,
.ms-rtestate-write .ms-rte-embedcode-title
{
cursor:move;
}
.ms-rtestate-field
{
word-wrap:break-word;
}
.ms-rtefield{
min-width:384px;
padding:2px 2px 2px 2px;
}
.ms-rte-embeddialog-textarea
{
height:100px;
}
.ms-rte-embeddialog-preview
{
margin:30px 5px 0px 15px;
width:auto;
height:auto;
}
.ms-rte-embedcode-link
{
font-size:1.1em;
padding:5px 10px;
}
.ms-rte-embedcode-linkedit
{
text-align:right;
text-transform:uppercase;
}
.ms-rte-embedil
{
display:inline-block;
}
.ms-rte-embedcode-delete
{
float:right;
margin-top:5px;
}
#rtePasteFlyout,
#rtePasteFlyout .ms-cui-menusection
{
border-width:0px;
}
#rtePasteFlyoutLink
{
padding:5px;
margin:0px;
border:1px solid #bec1c4;
}
#rtePasteFlyoutLink:hover
{
border-color:#92b7d1;
}
#rtePasteFlyoutImg
{
vertical-align:middle;
}
#rtePasteFlyoutText
{
margin:0px 4px;
color:#23272c;
}
#rtePasteFlyoutOptions a.ms-rtePasteFlyout-option
{
width:24px;
height:24px;
display:inline-block;
}
.ms-rte-srcdialog-text
{
font-family:"Courier New",Consolas;
;
}
.ms-imagecrop-background
{
background-color:black;
}
span.ms-imagecrop img.ms-imagecrop-ghost
{
filter:Alpha(Opacity=50) !important;
opacity:0.5 !important;
}
.ms-imagecrop-handle
{
width:5px;
height:5px;
border-color:#cf8000;
border-width:2px;
border-style:solid;
background-color:white;
}
.ms-imagecrop-handle-ne
{
top:-5px;
right:-5px;
}
.ms-imagecrop-handle-se
{
bottom:-5px;
right:-5px;
}
.ms-imagecrop-handle-sw
{
bottom:-5px;
left:-5px;
}
.ms-imagecrop-handle-nw
{
top:-5px;
left:-5px;
}
.ms-imagecrop-edge
{
border-color:white;
border-width:2px;
border-style:dashed;
}
.ms-imagecrop-edge-left
{
left:-1px;
}
.ms-imagecrop-edge-top
{
top:-1px;
}
.ms-imagecrop-edge-right
{
right:-1px;
}
.ms-imagecrop-edge-bottom
{
bottom:-1px;
}
.ms-RteCropppedImage
{
overflow:hidden;
}
#ms-rte-styleGalleryMenu .ms-cui-gallerybutton-a
{
border:1px solid #afb4ba;
}
.ms-rte-stylePreview
{
white-space:normal;
width:64px;
}
.ms-rte-stylePreviewBox
{
overflow:hidden;
position:relative;
height:30px;
}
.ms-rte-stylePreviewBoxInner
{
display:table;
overflow:hidden;
padding:0px;
position:absolute;
bottom:0px;
height:30px;
}
.ms-rte-stylePreviewHolder
{
display:table-cell;
vertical-align:middle;
padding:0px;
}
.ms-rte-stylePreviewTitle,
.ms-rte-stylePreviewTitleFull
{
margin:0px auto;
display:table-cell;
vertical-align:middle;
width:64px;
}
.ms-rte-styleGalleryPreview
{
height:60px;
}
.ms-rte-styleGalleryPreview .ms-rte-stylePreviewHolder
{
vertical-align:bottom;
}
.ms-rte-styleGalleryPreview .ms-rte-stylePreviewTitle
{
height:30px;
}
.ms-rte-styleRibbonPreview
{
height:48px;
}
.ms-rte-styleRibbonPreview .ms-rte-stylePreviewTitle
{
height:18px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
display:block;
}
.ms-rte-styleRibbonPreview .ms-rte-stylePreviewTitleFull
{
height:46px;
}
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2
{
line-height:1.4;
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rtestate-field h3,
h3.ms-rteElement-H3
{
line-height:1.4;
}
.ms-rtestate-field h4,
h4.ms-rteElement-H4
{
line-height:1.6;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
h1.ms-rteElement-H1B,
h2.ms-rteElement-H2B,
h3.ms-rteElement-H3B,
h4.ms-rteElement-H4B
{
/* [ReplaceColor(themeColor:"ContentAccent2")] */ color:#00485B;
}
.ms-rtestate-field p,
p.ms-rteElement-P
{
margin:0px 0px 10px 0px;
line-height:1.6;
}
.ms-rteElement-Hr
{
/* [ReplaceColor(themeColor:"Lines")] */ background-color:#ababab;
height:1px;
}
.ms-rteElement-Callout1
{
color:#660000;
background-color:#fef4e4;
float:left;
width:25em;
padding:10px;
border:1px solid #FD9F08;
}
.ms-rteElement-Callout2
{
color:#353738;
background-color:#f2f2f2;
float:right;
width:25em;
padding:10px;
border:1px solid #36B000;
}
.ms-rteElement-Callout3
{
font-style:italic;
color:#CA0078;
float:right;
width:25em;
padding:10px;
}
.ms-rteElement-Callout4
{
color:#005677;
float:right;
width:20em;
padding:10px;
background-color:#d8f4ff;
border:1px solid #00ADEE;
}
.ms-rteStyle-Normal
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
font-weight:normal;
}
.ms-rteStyle-Byline,
.ms-rteStyle-Quote,
.ms-rteStyle-IntenseQuote
{
font-style:italic;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-rteStyle-Emphasis,
.ms-rteStyle-IntenseEmphasis
{
font-style:italic;
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rteStyle-References,
.ms-rteStyle-IntenseReferences
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-rteStyle-IntenseQuote,
.ms-rteStyle-IntenseEmphasis,
.ms-rteStyle-IntenseReferences
{
text-decoration:underline;
}
.ms-rteStyle-Comment,
.ms-rteStyle-Accent1
{
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rteStyle-Caption,
.ms-rteStyle-Accent2
{
/* [ReplaceColor(themeColor:"ContentAccent2")] */ color:#00485B;
}
.ms-rteStyle-Tagline
{
font-size:1.3em;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-rteStyle-Highlight
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#fae032;
}
.ms-rteThemeFontFace-1
{
-ms-name:"Body";
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-rteThemeFontFace-2
{
-ms-name:"Heading";
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-rteLanguage-ar{
-ms-name:"Arabic";
}
.ms-rteLanguage-eu{
-ms-name:"Basque";
}
.ms-rteLanguage-bg{
-ms-name:"Bulgarian";
}
.ms-rteLanguage-ca{
-ms-name:"Catalan";
}
.ms-rteLanguage-zh-HanS{
-ms-name:"Chinese Simplified";
}
.ms-rteLanguage-zh-HanT{
-ms-name:"Chinese Traditional";
}
.ms-rteLanguage-hr{
-ms-name:"Croatian";
}
.ms-rteLanguage-cs{
-ms-name:"Czech";
}
.ms-rteLanguage-da{
-ms-name:"Danish";
}
.ms-rteLanguage-nl{
-ms-name:"Dutch";
}
.ms-rteLanguage-en{
-ms-name:"English";
}
.ms-rteLanguage-et{
-ms-name:"Estonian";
}
.ms-rteLanguage-fi{
-ms-name:"Finnish";
}
.ms-rteLanguage-fr{
-ms-name:"French";
}
.ms-rteLanguage-gl{
-ms-name:"Galician";
}
.ms-rteLanguage-de{
-ms-name:"German";
}
.ms-rteLanguage-el{
-ms-name:"Greek";
}
.ms-rteLanguage-he{
-ms-name:"Hebrew";
}
.ms-rteLanguage-hi{
-ms-name:"Hindi";
}
.ms-rteLanguage-hu{
-ms-name:"Hungarian";
}
.ms-rteLanguage-ga{
-ms-name:"Irish";
}
.ms-rteLanguage-it{
-ms-name:"Italian";
}
.ms-rteLanguage-ja{
-ms-name:"Japanese";
}
.ms-rteLanguage-kk{
-ms-name:"Kazakh";
}
.ms-rteLanguage-ko{
-ms-name:"Korean";
}
.ms-rteLanguage-lv{
-ms-name:"Latvian";
}
.ms-rteLanguage-lt{
-ms-name:"Lithuanian";
}
.ms-rteLanguage-mk{
-ms-name:"Macedonian";
}
.ms-rteLanguage-ms{
-ms-name:"Malay";
}
.ms-rteLanguage-no{
-ms-name:"Norwegian";
}
.ms-rteLanguage-pl{
-ms-name:"Polish";
}
.ms-rteLanguage-pt-PT{
-ms-name:"Portuguese Portugal";
}
.ms-rteLanguage-pt-BR{
-ms-name:"Portuguese Brazil";
}
.ms-rteLanguage-ro{
-ms-name:"Romanian";
}
.ms-rteLanguage-ru{
-ms-name:"Russian";
}
.ms-rteLanguage-sr-Latn{
-ms-name:"Serbian Latin";
}
.ms-rteLanguage-sr-Cyrl{
-ms-name:"Serbian Cyrillic";
}
.ms-rteLanguage-sk{
-ms-name:"Slovak";
}
.ms-rteLanguage-sl{
-ms-name:"Slovenian";
}
.ms-rteLanguage-es{
-ms-name:"Spanish";
}
.ms-rteLanguage-sv{
-ms-name:"Swedish";
}
.ms-rteLanguage-th{
-ms-name:"Thai";
}
.ms-rteLanguage-tr{
-ms-name:"Turkish";
}
.ms-rteLanguage-uk{
-ms-name:"Ukrainian";
}
.ms-rteLanguage-vi{
-ms-name:"Vietnamese";
}
.ms-rteLanguage-cy{
-ms-name:"Welsh";
}
.ms-rtedialog
{
border-top:none;
}
.clip16x16
{
position:relative;
overflow:hidden;
width:16px;
height:16px;
}
.clip13x13
{
position:relative;
overflow:hidden;
width:13px;
height:13px;
}
.clip16x16 img,.clip16x16 input,.clip13x13 img,.clip13x13 input
{
position:absolute;
}
.ms-rtebold
{
top:0px;
left:0px;
}
.ms-rtecopy
{
top:0px;
left:-16px;
}
.ms-rtecut
{
top:-16px;
left:0px;
}
.ms-rtedrow
{
top:-16px;
left:-16px;
}
.ms-rtefntsz
{
top:0px;
left:-32px;
}
.ms-rteicol
{
top:-16px;
left:-32px;
}
.ms-rteimg
{
top:-32px;
left:0px;
}
.ms-rteital
{
top:-32px;
left:-16px;
}
.ms-rtelnk
{
top:-32px;
left:-32px;
}
.ms-rteltr
{
top:0px;
left:-48px;
}
.ms-rtenlst
{
top:-16px;
left:-48px;
}
.ms-rtertal
{
top:-32px;
left:-48px;
}
.ms-rtescell
{
top:-48px;
left:0px;
}
.ms-rtetxclr
{
top:-48px;
left:-16px;
}
.ms-rteundl
{
top:-48px;
left:-32px;
}
.ms-rteuidt
{
top:-48px;
left:-48px;
}
.ms-rtesrced
{
top:0px;
left:-64px;
}
.ms-rtertl
{
top:-16px;
left:-64px;
}
.ms-rtepaste
{
top:-32px;
left:-64px;
}
.ms-rtemcell
{
top:-48px;
left:-64px;
}
.ms-rteltal
{
top:-64px;
left:0px;
}
.ms-rteitbl
{
top:-64px;
left:-16px;
}
.ms-rteirow
{
top:-64px;
left:-32px;
}
.ms-rteidt
{
top:-64px;
left:-48px;
}
.ms-rteicell
{
top:-64px;
left:-64px;
}
.ms-rtefnt
{
top:0px;
left:-80px;
}
.ms-rtectral
{
top:-16px;
left:-80px;
}
.ms-rteclear
{
top:-32px;
left:-80px;
}
.ms-rteblst
{
top:-48px;
left:-80px;
}
.ms-rtebkclr
{
top:-64px;
left:-80px;
}
.ms-rtednar
{
top:-80px;
left:0px;
}
.ms-core-webpartadder
{
position:absolute;
top:135px;
left:0px;
width:100%;
}
.ms-wpadder
{
color:#65686b;
background-color:#fff;
height:200px;
background-image:url(/_layouts/15/images/wpadder_graygrad.png);
background-repeat:repeat-x;
background-position:bottom left;
}
.ms-wpadder-cell{vertical-align:top;}
.ms-wpadder-topPad{height:5px;}
.ms-wpadder-leftPad{width:4px;}
.ms-wpadder-spacing{width:6px;}
.ms-wpadder-bottomPad{height:7px;}
.ms-wpadder-categoryColumn,.ms-wpadder-itemColumn,.ms-wpadder-descriptionColumn
{
border:1px solid #d9d9d9;
}
.ms-wpadder-categories,.ms-wpadder-descriptionArea
{
-ms-scrollbar-3dlight-color:#f7f7f7;
-ms-scrollbar-darkshadow-color:#fafafa;
-ms-scrollbar-face-color:#f7f7f7;
-ms-scrollbar-highlight-color:#cecfce;
-ms-scrollbar-shadow-color:#949494;
-ms-scrollbar-track-color:#fffbff;
height:150px;
}
.ms-wpadder-categoryColumn A,.ms-wpadder-categoryColumn IMG,.ms-wpadder-itemColumn IMG,
.ms-wpadder-closeColumn A,.ms-wpadder-closeColumn IMG
{
border:0px;
background-color:transparent;
}
.ms-wpadder-categories,.ms-wpadder-items{padding:3px 4px;}
.ms-wpadder-categories DIV,.ms-wpadder-items DIV{padding:2px 3px;cursor:default;}
.ms-wpadder-categories .ms-wpadder-selected,.ms-wpadder-categories .ms-wpadder-hover,
.ms-wpadder-items .ms-wpadder-selected,.ms-wpadder-items .ms-wpadder-hover
{
padding:1px 2px;
}
.ms-wpadder-categories DIV.ms-wpadder-hover,.ms-wpadder-items DIV.ms-wpadder-hover
{
border:1px dashed #aad9fa;
}
.ms-wpadder-categories DIV.ms-wpadder-selected,.ms-wpadder-items DIV.ms-wpadder-selected
{
border:1px solid #aad9fa;
background-color:#c5e8ff;
background-image:url(/_layouts/15/images/treeviewselected.png);
background-repeat:repeat-x;
background-position:bottom left;
color:#000;
}
.ms-wpadder-categories{
border-bottom:1px solid #fd9f08;
}
.ms-wpadder-upload
{
white-space:nowrap;
padding:2px 4px 4px;
}
.ms-wpadder-itemCell{padding-right:2px;}
.ms-wpadder-itemCell2
{
border-left:2px dashed #e8e8ff;
padding-left:2px;
}
.ms-wpadder-officeFabricIconFontName
{
position:relative;
top:2px;
margin-right:6px;
}
.ms-wpadder-navArea IMG{cursor:pointer;}
.ms-wpadder-navArea IMG.ms-wpadder-disabled{cursor:default;}
.ms-wpadder-descriptionColumn{padding:6px;}
.ms-wpadder-tabTable TH
{
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #999999;
text-align:center;
background-color:#f0f0f0;
padding:0px 8px;
cursor:pointer;
color:#000;
width:30%;
height:22px;
}
.ms-wpadder-tabTable TH.ms-wpadder-dummyTab
{
border-top:0px;
border-right:0px;
background-color:#fff;
}
.ms-wpadder-tabTable TH.ms-wpadder-selected
{
cursor:default;
background-color:#fff;
border-bottom:0px;
}
.ms-wpadder-descriptionCell
{
padding:3px 4px;
border:1px solid #999999;
border-top-style:none;
}
.ms-wpadder-zoneArea
{
padding-top:3px;
vertical-align:middle;
}
.ms-wpadder-closeBox
{
padding:2px 2px 3px 3px;
margin:0px 1px 0px;
}
.ms-wpadder-closeColumn{width:16px;}
.ms-wpadder-closeColumn DIV
{
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}
.ms-wpadder-closeColumn DIV.ms-wpadder-hover
{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}
.ms-wpadder-buttonArea
{
padding:5px;
text-align:right;
border-bottom:1px solid #d9d9d9;
}
.ms-wpadder-sectionhead
{
color:#003759;
font-size:1.3em;
padding:5px 0px;
}
.ms-wpadder-wpname
{
color:#7f7f7f;
font-size:1.3em;
padding-bottom:5px;
}
.ms-wpadder option,.ms-wpadder select,.ms-wpadder button
{
border-color:#d9d9d9;
background-color:#fff;
color:#65686b;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-acal-header td,
.ms-acal-rootdiv td,
.ms-acal-rootdiv th{vertical-align:top;}
.ms-acal-rootdiv{
margin-left:4px;
}
.ms-acal-rootdiv a:visited{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-acal-rootdiv th.ms-acal-detailtime,
.ms-acal-rootdiv th.ms-acal-day-top,
.ms-acal-rootdiv th.ms-acal-month-top{
font-weight:normal;;
}
.ms-acal-rootdiv div{
overflow:hidden;
white-space:nowrap;
}
.ms-acal-rootdiv span{
white-space:nowrap;
}
.ms-acal-rootdiv table{
cursor:default;
border-collapse:collapse;
}
.ms-acal-detail,
.ms-acal-daygroup,
.ms-acal-weekgroup{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-daygroup{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:solid 1px #c6c6c6;
}
.ms-acal-day-top{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-transform:uppercase;
text-align:left;
}
.ms-acal-week-top td{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
width:14.5%;
}
.ms-acal-day-top div{
padding:0px 4px 1px 4px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
}
.ms-acal-week-top td div{
padding:0px 4px 1px 4px;
cursor:pointer;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
text-transform:uppercase;
}
.ms-acal-month-top
{
text-align:left;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding:2px;
width:14.5%;
text-transform:uppercase;
}
table.ms-acal-month{
border:1px solid transparent;
}
.ms-acal-weekgroup-top td{
width:12.5%;
}
.ms-acal-month-weeksel{width:16px;}
.ms-acal-summary-dayrow > th{
cursor:pointer;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
}
tr td div.ms-acal-today{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top:solid 1px #2a8dd4;
}
.ms-acal-week-top td.ms-acal-hover div,
.ms-acal-summary-dayrow td.ms-acal-hover div,
.ms-acal-summary-dayrow th.ms-acal-hover{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4 !important;
text-decoration:underline;
}
.ms-acal-weekgroup-top td.ms-acal-hover div{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4 !important;
text-decoration:underline;
}
.ms-core-needIEFilter .ms-acal-weekgroup-top td.ms-acal-hover div{
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-acal-summary-dayrow td div{
margin:0px 1px 2px 1px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding:0px 4px 1px 4px;
}
.ms-acal-summary-dayrow td div{
cursor:pointer;
}
tr.ms-acal-summary-dayrow > td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
border-bottom-style:none;
}
tr.ms-acal-summary-itemrow > td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
border-top-style:none;
}
.ms-acal-summary-dayrow td.ms-acal-entity-cell div{
cursor:default;
}
.ms-acal-summary-itemrow td,.ms-acal-summary-itemrow th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-summary-itemrow td div{
margin:0px 1px 0px 1px;
height:5em;
}
a.ms-acal-remove{
overflow:hidden;
display:inline-block;
position:relative;
width:12px;
height:12px;
}
.ms-acal-remove:hover{
cursor:pointer;
}
.ms-acal-remove img{
position:relative;
top:0px;
}
.ms-acal-remove:hover img{
top:-12px;
}
.ms-acal-entity-name{
width:120px;
overflow:hidden;
display:inline-block;
}
.ms-acal-entity{
margin:10px 4px 1px 4px;
width:132px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-acal-entity-cell{
font-weight:normal;
text-align:left;
max-width:140px;
width:1%;
}
.ms-acal-entitybuttons{
width:124px;
text-align:right;
}
.ms-acal-entitybuttons + .ms-acal-entity-res{
padding-top:3px;
margin-top:3px;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top:1px dotted #92c0e0;
}
.ms-acal-entity-res *{
vertical-align:top;
}
.ms-acal-entity-input{
margin-top:3px;
width:90%;
}
.ms-acal-weekgroup-top td div{
padding:2px 4px 1px 4px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
border:1px solid transparent;
}
.ms-acal-weekgroup-top td,.ms-acal-weekgroup-top th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6;
}
.ms-acal-weekgroup-row td,.ms-acal-weekgroup-row th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6;
}
.ms-acal-weekgroup-top td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
cursor:pointer;
}
.ms-acal-weekgroup-row th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:1px solid #c6c6c6;
}
.ms-acal-weekgroup-row td div{
margin:2px 1px 2px 1px;
height:5em;
}
.ms-acal-hour30 .ms-acal-detailtime,
.ms-acal-allday .ms-acal-detailtime,
.ms-acal-hour30 td,
.ms-acal-allday td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-hour00 .ms-acal-detailtime,
.ms-acal-hour00 td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:dashed 1px #c6c6c6;}
.ms-acal-hour30 td,
.ms-acal-hour00 td,
.ms-acal-allday td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
height:2.2em;
}
.ms-acal-detailtime{
width:1%;
text-align:right;
padding:1px 5px 2px 5px;
}
.ms-acal-daygroup-row td.ms-acal-hour30{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
}
.ms-acal-daygroup-row td.ms-acal-hour00{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
}
.ms-acal-daygroup-row td,
.ms-acal-daygroup-row th{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:solid 1px #c6c6c6;
}
.ms-acal-daygroup-row td div{
height:7.5em;
margin:2px 0px 2px 0px;
}
.ms-acal-daygroup-head td{
padding:1px 5px 2px 5px;
width:40px;
}
.ms-acal-daygroup-head td,
.ms-acal-daygroup-head2 td{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:solid 1px #c6c6c6;
}
.ms-acal-daygroup-head2 td{
height:5px;
}
.ms-acal-detailtime A:link,
.ms-acal-daygroup-time A:link,
.ms-acal-detailtime A:visited,
.ms-acal-daygroup-time A:visited{
text-decoration:none;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-acal-detailtime A:hover,
.ms-acal-daygroup-time A:hover{
text-decoration:underline;
}
.ms-acal-day0{}
.ms-acal-day1{}
.ms-acal-day2{}
.ms-acal-day3{}
.ms-acal-day4{}
.ms-acal-day5{}
.ms-acal-day6{}
td.ms-acal-outday{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-acal-outday{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
}
.ms-acal-time{
width:300px;
}
.ms-acal-sdiv .ms-acal-title{
padding-top:3px;
}
.ms-acal-ddiv .ms-acal-location,
.ms-acal-ddiv .ms-acal-title{
white-space:normal;
padding-bottom:2px;
}
.ms-acal-sdiv a,
.ms-acal-mdiv a,
.ms-acal-ddiv a{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff !important;
}
.ms-acal-sdiv a:hover,
.ms-acal-mdiv a:hover,
.ms-acal-ddiv a:hover{
text-decoration:underline;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff !important;
}
.ms-acal-sdiv,
.ms-acal-mdiv,
.ms-acal-ddiv{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-acal-sdiv{
padding:1px 2px 2px 2px;
}
.ms-acal-ddiv{
padding:3px 2px 2px 2px;
}
.ms-acal-mdiv{
text-align:center;
padding:1px 10px 2px 10px;
}
.ms-acal-vlink a:hover{
text-decoration:underline;
}
.ms-acal-vlink{
position:absolute;
z-index:2;
}
.ms-acal-vlink img{
margin-right:3px;
}
.ms-acal-vitem,td.ms-acal-vitem{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
}
.ms-core-needIEFilter .ms-acal-vitem,.ms-core-needIEFilter td.ms-acal-vitem{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
}
.ms-acal-vcont td{
padding:0px 3px 2px 3px;
text-align:right;
vertical-align:bottom;
}
.ms-acal-ctrlitem{
z-index:1;
}
.ms-acal-entity-res a:hover,
.ms-acal-popup-link a:hover,
.ms-acal-ctrlitem a:hover{
text-decoration:underline;
}
.ms-acal-offscreen{
position:absolute;
top:-1000px;
}
.ms-acal-ctrlitem a img{
padding:0px 3px 0px 3px;
}
.ms-acal-location{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-acal-item{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
}
.ms-acal-color1{
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ background-color:#00485B;
}
.ms-acal-color2{
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
}
.ms-acal-color3{
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ background-color:#288054;
}
.ms-acal-color4{
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ background-color:#767956;
}
.ms-acal-color5{
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ background-color:#ED0033;
}
.ms-acal-color6{
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ background-color:#682A7A;
}
.ms-acal-color7{
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ background-color:#006984;
}
.ms-acal-color8{
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ background-color:#13402A;
}
.ms-acal-color9{
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ background-color:#3B3C2B;
}
.ms-acal-default-hover{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
}
.ms-acal-item-hover{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
}
.ms-acal-selected{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
/* [ReplaceColor(themeColor:"StrongLines")] */ border:solid 1px #92c0e0;
}
.ms-acal-selcolor1{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
}
.ms-acal-selcolor2{
/* [ReplaceColor(themeColor:"ContentAccent1-Darker",opacity:"1")] */ background-color:#005594;
}
.ms-acal-selcolor3{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
}
.ms-acal-selcolor4{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
}
.ms-acal-selcolor5{
/* [ReplaceColor(themeColor:"ContentAccent5-Darker",opacity:"1")] */ background-color:#B10026;
}
.ms-acal-selcolor6{
/* [ReplaceColor(themeColor:"ContentAccent6-Darker",opacity:"1")] */ background-color:#4E1F5B;
}
.ms-acal-selcolor7{
/* [ReplaceColor(themeColor:"ContentAccent2-Darker",opacity:"1")] */ background-color:#009AC3;
}
.ms-acal-selcolor8{
/* [ReplaceColor(themeColor:"ContentAccent3-Darker",opacity:"1")] */ background-color:#1D603F;
}
.ms-acal-selcolor9{
/* [ReplaceColor(themeColor:"ContentAccent4-Darker",opacity:"1")] */ background-color:#585A40;
}
.ms-acal-selected div{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff !important;
}
.ms-acal-dragging a:hover div{
text-decoration:none;
}
.ms-acal-display{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
font-size:14px;
padding:5px;
white-space:nowrap;
}
.ms-cal-nav,
.ms-cal-navselected{
display:inline-block;
}
span.ms-cal-navselected a{
font-weight:bold;
}
.ms-cal-nav img,.ms-cal-navselected img{
vertical-align:middle;
}
.ms-acal-apanel-outer{
padding-top:10px;
margin-bottom:20px;
}
.ms-acal-apanel{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
list-style-type:none;
list-style-image:none;
list-style-position:outside;
padding:0px 0px 5px 0px;
}
a.ms-acal-apanel-item:hover span{
text-decoration:underline;
}
.ms-acal-apanel ul,.ms-acal-apanel li{
padding:0px;
margin:0px;
list-style-type:none;
overflow:hidden;
}
.ms-acal-apanel-title img{
vertical-align:middle;
}
.ms-acal-apanel-title span{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
a.ms-acal-apanel-title:hover span{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
}
.ms-acal-apanel-title{
margin-left:10px;
}
.ms-acal-apanel-item{
padding:2px 8px 2px 8px;
margin:4px 0px 0px 30px;
display:inline-block;
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
}
.ms-acal-apanel-item span{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ color:#fff;
}
.ms-acal-apanel-title *{
vertical-align:bottom;
}
.ms-acal-apanel-title span{
margin-left:3px;
}
.ms-acal-error{
margin:0px 20px 15px 20px;
vertical-align:top;
}
.ms-acal-error span{
padding-left:5px;
}
.ms-acal-apanel-color1{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent2",opacity:"1")] */ background-color:#00485B;
}
.ms-acal-apanel-color2{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent1",opacity:"1")] */ background-color:#0072C6;
}
.ms-acal-apanel-color3{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent3",opacity:"1")] */ background-color:#288054;
}
.ms-acal-apanel-color4{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent4",opacity:"1")] */ background-color:#767956;
}
.ms-acal-apanel-color5{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent5",opacity:"1")] */ background-color:#ED0033;
}
.ms-acal-apanel-color6{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent6",opacity:"1")] */ background-color:#682A7A;
}
.ms-acal-apanel-color7{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent2-Darkest",opacity:"1")] */ background-color:#006984;
}
.ms-acal-apanel-color8{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent3-Darkest",opacity:"1")] */ background-color:#13402A;
}
.ms-acal-apanel-color9{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"ContentAccent4-Darkest",opacity:"1")] */ background-color:#3B3C2B;
}
.ms-acal-header{
margin:10px;
}
.ms-acal-header img{
border:0px;
}
.ms-acal-headerentity{
font-weight:bold;;
white-space:nowrap;
}
.ms-fb-root *{
font-size:8pt;
}
.ms-fb-root{
width:500px;
}
.ms-fb-root th{
font-weight:normal;;
text-align:left;
}
.ms-fb-head table{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
.ms-fb-body table{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:1px solid #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-fb-head{
display:inline-block;
vertical-align:top;
}
.ms-fb-body{
display:inline-block;
overflow-x:auto;
width:380px;
}
.ms-fb-time sup{
font-size:smaller;
}
.ms-fb-time th div{
padding-left:3px;
line-height:1.2em;
}
.ms-fb-body .ms-fb-time th div{
width:34px;
}
.ms-fb-select td{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-fb-body .ms-fb-select td,
.ms-fb-body .ms-fb-time th{
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ms-fb-select td,
.ms-fb-time th{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-core-needIEFilter .ms-fb-select td,.ms-core-needIEFilter .ms-fb-time th
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
}
.ms-fb-select td div{
height:3px;
font-size:0px;
}
.ms-fb-selected{
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-core-needIEFilter .ms-fb-selected{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-fb-item{
background-image:url("/_layouts/15/images/fbgrad.png?rev=44");
background-repeat:repeat-x;
}
.ms-fb-sumitem,
.ms-fb-border,
.ms-fb-summary,
.ms-fb-entity{
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ms-fb-summary td div,
.ms-fb-entity td div{
padding:2px 3px 2px 3px;
height:1.2em;
}
.ms-fb-summary,
.ms-fb-entity{
height:1.8em;
}
.ms-fb-entity td{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
}
.ms-core-needIEFilter .ms-fb-entity td{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-fb-name{
width:100px;
overflow:hidden;
white-space:nowrap;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-datepicker-html > .ms-core-needIEFilter
{
-ms-filter:"";
}
.ms-datepicker-html > .ms-backgroundImage
{
background-image:none;
}
.ms-picker-table{
width:100%;
}
.ms-quickLaunch table.ms-picker-table td{
border-top:none;
text-align:center;
}
.ms-picker-header{
font-weight:normal;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-picker-header
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-picker-header table.ms-picker-table{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
}
.ms-picker-table .ms-picker-dayheader{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
font-weight:normal;
padding:2px 0 3px;
text-align:center;
}
.ms-picker-week{
height:22px;
width:22px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-picker-week a{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ms-picker-weekselected{
width:22px;
height:22px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
text-align:center;
padding-left:1px;
cursor:pointer;
}
.ms-core-needIEFilter .ms-picker-weekselected
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";;
}
.ms-picker-weekselected a,.ms-picker-weekselected a:hover{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
}
.ms-picker-weekbox{
height:22px;
width:22px;
padding-right:3px;
white-space:nowrap;
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
transform:rotate(270deg);
-ms-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-webkit-transform:rotate(270deg);
-o-transform:rotate(270deg);
}
.ms-core-needIEFilter .ms-picker-weekbox
{
-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=1,M21=-1,M22=0,SizingMethod='auto expand')";
}
.ms-picker-today,.ms-picker-dayselected,.ms-picker-daycenter,.ms-picker-daycenterOn{
height:22px;
}
table.ms-picker-table td.ms-picker-today{
text-align:center;
/* [ReplaceColor(themeColor:"AccentLines")] */ border:solid 1px #2a8dd4;
}
table.ms-picker-table td.ms-picker-dayother,table.ms-picker-table td.ms-picker-daycenterOn,table.ms-picker-table td.ms-picker-daycenter{
text-align:center;
border:solid 1px transparent;
}
.ms-picker-dayselected a:link,.ms-picker-daycenter a,.ms-picker-today a{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ms-picker-dayother a:link{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
text-decoration:none;
}
.ms-picker-dayother a:hover,.ms-picker-daycenterOn a,.mspicker-daycenterOn a:hover{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
}
.ms-picker-table .ms-picker-daycenterOn{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-picker-table .ms-picker-daycenterOn
{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";;
}
table.ms-picker-table td.ms-picker-dayselected{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
border:1px solid transparent;
text-align:center;
}
.ms-core-needIEFilter table.ms-picker-table td.ms-picker-dayselected
{
/* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0;
}
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthcenter{
text-align:center;
padding-bottom:3px;
border:1px solid transparent;
}
.ms-picker-monthcenter a,.ms-picker-monthcenter a:active,.ms-picker-monthcenter a:link,.ms-picker-monthcenter a:visited{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
text-decoration:none;
}
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthcenterOn{
padding-bottom:3px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
cursor:pointer;
text-decoration:underline;
border:1px solid transparent;
}
.ms-picker-monthcenterOn a,.ms-picker-monthcenterOn a:active,.ms-picker-monthcenterOn a:link,.ms-picker-monthcenterOn a:visited{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:underline;
cursor:pointer;
}
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"FocusedAccentLine")] */ border:solid 1px #2a8dd4;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
padding-bottom:3px;
text-align:center;
}
.ms-core-needIEFilter .ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected
{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";;
}
.ms-picker-monthselected a,.ms-picker-monthselected a:active,.ms-picker-monthselected a:link,.ms-picker-monthselected a:hover,.ms-picker-monthselected a:visited{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
cursor:pointer;
}
table.ms-picker-table td.ms-picker-footer{
padding:5px;
text-align:center;
}
table.ms-picker-table td.ms-tpicker-footer{
padding:5px;
text-align:center;
white-space:nowrap;
}
.ms-picker-footer a{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-picker-header a{
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-picker-footer a:hover{
text-decoration:underline;
}
.ms-picker-month{
padding:2px 0 5px 0;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
}
.ms-picker-line{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:2px solid #ababab;
}
.ms-navframe .ms-datepickerouter{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:solid 1px #ababab;
}
.ms-datepickerouter .ms-quickLaunch{
padding-top:0px;
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
}
span.ms-offscreen{
position:absolute;
left:-10000px;
}
.ms-picker-table td,.ms-picker-table th{
vertical-align:middle;
}
body #s4-leftpanel .ms-picker-body{
overflow-x:auto;
}
.ms-create-headerbox{
vertical-align:top;
height:112px;
}
.ms-create-headerboxint{
padding:26px 20px 8px 20px;
}
.ms-create-h2,.ms-create-h2b,.ms-create-h2d{
font-size:1.5em;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
}
.ms-create-h2,.ms-create-h2b{
width:370px;
line-height:1.5em;
}
.ms-create-h2b{
/* [ReplaceColor(themeColor:"Accent1")] */ color:#0072bc;
}
.ms-create-h2d{
/* [ReplaceColor(themeColor:"Dark1")] */ color:#000;
margin-bottom:5px;
}
.ms-create-h3{
font-size:1em;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
}
.ms-create-arrowcont{
height:18px;
width:80px;
}
.ms-create-lists{
width:100%;
height:100%;
vertical-align:top;
padding:4px 0px 4px;
}
.ms-create-header.ms-create-on{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Filling")] */ background:url("/_layouts/15/images/create_upgradient.png?rev=44") repeat-x left bottom;
}
.ms-create-header.ms-create-on .ms-create-arrowcont{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Tinting",includeRectangle:{x:40,y:108,width:35,height:18})] */ background:url("/_layouts/15/images/fgimg.png?rev=44") no-repeat -0px -108px;
}
.ms-create-header.ms-create-on .ms-create-headerbox{
height:113px;
}
.ms-create-body.ms-create-on{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Filling")] */ background:url("/_layouts/15/images/create_defaultgradient.png?rev=44") repeat-x left top;
}
.ms-create-body.ms-create-on .ms-create-arrowcont{
/* [RecolorImage(themeColor:"Accent1-Medium",method:"Tinting",includeRectangle:{x:40,y:90,width:34,height:18})] */ background:url("/_layouts/15/images/fgimg.png?rev=44") no-repeat -0px -90px;
}
.ms-create-body.ms-create-on .ms-create-lists{
padding-top:5px;
}
.ms-create-lists-table{
max-width:1200px;
}
.ms-create-infoIcon{
vertical-align:top;
padding-right:10px;
}
.ms-create-infoText{
vertical-align:top;
width:600px;
}
.ms-create-sectionheader{
font-size:1.5em;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#3b4f65;
margin:0px 9px 0px 1px;
font-weight:normal;
text-align:left;
padding:0px 0px 5px 14px;
/* [ReplaceColor(themeColor:"Accent1-Lightest")] */ border-bottom:1px solid #d8f1ff;
}
.ms-create-sectionlist{
margin:0px;
padding:0px;
list-style-type:none;
}
.ms-create-listitem-a{
font-size:1em;
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072bc;
text-decoration:none;
display:block;
padding:4px 15px 4px 13px;
border:1px solid transparent;
margin-right:5px;
}
.ms-create-listitem-a:hover{
/* [RecolorImage(themeColor:"Light1")] */ background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x left top;
/* [ReplaceColor(themeColor:"Accent1",themeTint:"0.05")] */ background-color:#f2faff;
/* [ReplaceColor(themeColor:"Accent1-Lightest")] */ border-color:#c6e5f8;
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"Dark2")] */ color:#003759 !important;
}
.ms-create-listitem-a:hover > .ms-create-listitem-a-text{
text-decoration:underline;
}
.ms-create-listitem-a-img{
width:0px;
height:0px;
border:0px;
display:inline-block;
float:left;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.UserShadedRegion{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .UserShadedRegion{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserCaption{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .UserCaption{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserDottedLine{
margin-bottom:2px;
height:1px;
overflow:hidden;
/* [ReplaceColor(themeColor:"Dark1-Darker")] */ background-color:#3966bf;
background-image:url("/_layouts/15/images/dot.gif?rev=44");
}
.RemoveConnectionLink{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
text-decoration:none;
}
.ConnectionTabLink{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
}
.ConnectionChooseActiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
padding:3px;
display:inline;
height:24px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ConnectionChooseActiveTab{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ConnectionChooseInactiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
padding:3px;
display:inline;
margin-top:4px;
height:20px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-core-needIEFilter .ConnectionChooseInactiveTab{
/* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffdfdfd,endColorstr=#fffdfdfd)";
}
.ConnectionConfigureInactiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border-top:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-left:solid 1px #ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
padding:3px;
margin-top:4px;
display:inline;
height:20px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-core-needIEFilter .ConnectionConfigureInactiveTab{
/* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffdfdfd,endColorstr=#fffdfdfd)";
}
.ConnectionConfigureActiveTab{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
padding:3px;
display:inline;
height:24px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ConnectionConfigureActiveTab{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserConnectionTop{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
height:24px;
width:100%;
}
.UserCaptionShadow{
display:none;
}
.UserGenericText{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserSectionTitle{
width:100%;
padding:5px 0px;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:solid 1px #ababab;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .UserSectionTitle{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.UserSectionHead{
width:100%;
padding:0px 0px 3px 0px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.UserSectionHead.ms-bold{
font-weight:normal;
}
.UserSectionBody{
width:100%;
padding:0px 0px 0px 0px;
}
.UserControlGroup{
padding-bottom:10px;
padding-top:2px;
}
.UserSectionFooter{
width:100%;
margin-top:5px;
padding-top:2px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:solid 1px #c6c6c6;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserToolbar{
background-image:url("/_layouts/15/images/topnavunselected.gif?rev=44");
/* [ReplaceColor(themeColor:"Dark1-Medium")] */ border-bottom:1px solid #6f9dd9;
padding-left:2px;
padding-right:2px;
background-position:left bottom;
background-repeat:repeat-x;
background-color:transparent;
}
.UserCellHover{
padding:1px 4px 2px 4px;
/* [ReplaceColor(themeColor:"StrongLines")] */ border:solid 1px #92c0e0;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserCellSelected{
padding:3px 4px 0px 10px;
/* [RecolorImage(themeColor:"Light1")] */ background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x;
/* [ReplaceColor(themeColor:"Accent1",themeTint:"0.35")] */ background-color:#ccebff;
/* [ReplaceColor(themeColor:"Accent1-Lighter")] */ border:solid 1px #91cdf2;
/* [ReplaceColor(themeColor:"Accent1",themeShade:"0.20")] */ color:#003759;
}
.UserCell{
padding:1px 4px 2px 4px;
margin:1px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.UserGenericBulletItem{
padding-bottom:2px;
}
.ms-ToolPaneFrame{
padding:0px;
background-color:#f2f2f2;
}
.ms-ToolPaneOuter{
padding:0px;
background-color:#fff;
border:1px solid #90959a;
}
.ms-ToolPaneClose{
background:url("/_layouts/15/images/wptphdr.png?rev=44") repeat-x left top;
background-color:#d3d3d3;
border-bottom:solid 1px #90959a;
padding-right:3px;
padding-left:0px;
}
.ms-ToolPaneTitle{
color:#000000;
background:url("/_layouts/15/images/wptphdr.png?rev=44") repeat-x left top;
background-color:#d3d3d3;
border-bottom:solid 1px #90959a;
padding-left:0px;
padding-right:7px;
padding-top:3px;
padding-bottom:3px;
}
.ms-toolpanefooter{
color:#595959;
font-weight:bold;
background:url("/_layouts/15/images/wptphdr.png?rev=44") repeat-x left top;
background-color:#d3d3d3;
padding:4px 0px;
text-align:center;
}
.ms-ToolPaneError{
color:#e00000;
padding:10px;
}
.ms-ToolPartSpacing{
display:none;
}
.ms-ToolStripSelected{
background-image:url("/_layouts/15/images/menubuttonhover.gif?rev=44");
padding:1px 4px 2px 4px;
background-color:#afd2ff;
border-top:solid 1px #f2f8ff;
border-bottom:solid 1px #d6e8ff;
color:#000000;
}
.ms-ToolStrip{
padding:1px 4px 2px 4px;
background-image:url("/_layouts/15/images/listheadergrad.gif?rev=44");
color:#000000;
border-top:solid 1px #f2f8ff;
border-bottom:solid 1px #d6e8ff;
background-color:#afd2ff;
}
.ms-TPBorder{
border:none;
}
.ms-TPHeader{
color:#333;
background-color:#ededed;
}
.ms-TPSubHeader,.ms-TPMinMaxTD{
border-bottom:1px solid #c4c4c4;
padding:3px 0px;
}
.ms-TPTitle{
padding-left:4px;
padding-right:0px;
color:#000;
padding-top:2px;
padding-bottom:2px;
}
.ms-TPSectionTD,.ms-TPBody .ms-propGridTable{
border-bottom:1px solid #c4c4c4;
padding:10px 10px 0px;
}
.ms-TPBody{
color:#65686b;
}
.ms-TPBody a:link,.ms-TPBody a:visited,.ms-TPBody a:hover{
color:#0072bc;
text-decoration:none;
cursor:pointer;
}
.ms-PropGridBuilderButton{
/* [ReplaceColor(themeColor:"Dark1-Darker")] */ border:solid 1px #3966bf;
width:16px;
display:none;
/* [ReplaceColor(themeColor:"Dark1-Lightest")] */ background-color:#add1ff;
}
.ms-SPZone{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-SPZone:hover{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.s4-wzActive,.ms-SPZoneSelected{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
.ms-SPZoneIBar{
/* [ReplaceColor(themeColor:"Accent2")] */ border:3px solid #0072bc;
}
.ms-SPZoneLabel{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
padding:11px 0px 1px 2px;
}
.ms-SPZoneTitle{
white-space:nowrap;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-SPZoneCaption{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-TPBody th{
font-weight:bold;
}
.ms-TPBody h1{
font-weight:bold;
font-size:200%;
}
.ms-TPBody h2{
font-weight:bold;
font-size:150%;
}
.ms-TPBody h3{
font-weight:bold;
font-size:120%;
}
.ms-TPBody h4{
font-weight:bold;
font-size:100%;
}
.ms-TPBody h5{
font-weight:bold;
font-size:80%;
}
.ms-TPBody h6{
font-weight:bold;
font-size:65%;
}
.ms-WPBorder{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-WPAddButton{
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
padding:12px;
margin:0px;
cursor:pointer;
text-align:center;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-WPAddButton{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-WPAddButton:hover{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:solid 1px #92c0e0;
}
.ms-ConnError{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-infobar{
background-color:#EDF0D9;
border:1px solid #999999;
}
.ms-consoleframe,.ms-consolestatusframe{
border-bottom-width:1px;
border-left-width:0px;
border-right-width:0px;
border-style:solid;
}
.ms-consolestatuscell{
background-image:url("/_layouts/15/images/pageTitleBKGD.gif?rev=44");
background-repeat:repeat-x;
background-position:top left;
background-color:#d5dced;
text-align:center;
}
.ms-consoleframe{
border-top-width:1px;
border-color:#83b0ec;
}
.ms-consolestatusframe{
border-top-width:0px;
background-color:#f6fdfd;
background-repeat:repeat-x;
border-color:#FFFFFF;
}
td.ms-consolestatuscheckoutframe{
background-repeat:repeat-x;
}
.ms-consolestatuscheckoutframe,
.ms-consoleminiframe{
background-color:#fff8b2;
background:url("/_layouts/15/images/cnsugrdn.gif?rev=44");
}
.ms-consoleminiframe{
height:24px;
background-repeat:repeat-x;
}
.ms-consolestatus{
color:#666666;
padding-top:3px;
padding-bottom:3px;
text-decoration:none;
}
.ms-consolestatus a{
color:#3966bf;
}
.ms-consolestatus a:hover{
color:#3966bf;
text-decoration:underline;
}
.ms-consoletoolbar{
text-decoration:none;
color:#003399;
}
.ms-webpartpickeralign{
padding:2px 7px 2px 3px;
}
.ms-webpartpickerwarning{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-webpartPage-root
{
border-spacing:20px;
}
#MSOTlPn_MainTD option,
#MSOTlPn_MainTD select,
#MSOTlPn_MainTD button
{
border-color:#d9d9d9;
background-color:#fff;
color:#65686b;
}
#ms-dnd-dropbox{
position:absolute;
text-align:center;
border:1px solid;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
z-index:2;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
margin:0px;
}
.ms-core-needIEFilter #ms-dnd-dropbox{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
#ms-dnd-dropboxText{
position:relative;
}
#ms-dnd-activeX{
position:absolute;
width:100%;
height:100%;
left:0px;
top:0px;
}
.ms-dnd-progressInfo{
position:relative;
width:100%;
vertical-align:middle;
padding-left:10px;
padding-top:6px;
padding-bottom:7px;
margin-bottom:5px;
color:#3b3b3b;
}
.ms-dnd-progressInfo-inline{
position:relative;
width:100%;
vertical-align:middle;
margin-top:8px;
margin-bottom:13px;
}
.ms-dnd-progressInfoTb td
{
padding-right:5px;
}
.ms-dnd-progressImg{
width:16px;
height:16px;
vertical-align:middle;
}
.ms-dnd-progressImg img{
vertical-align:middle;
}
.ms-dnd-progressMessage{
vertical-align:middle;
}
.ms-dnd-err{
line-height:1.2em;
width:100%;
padding-top:4px;
padding-bottom:9px;
margin-top:-5px;
margin-bottom:5px;
color:#3b3b3b;
}
.ms-dnd-err-itmName{
padding-right:20px;
padding-left:3px;
vertical-align:middle;
}
.ms-dnd-dlg-doRestDiv{
margin-top:4px;
float:left;
}
.ms-dnd-dlg-buttonDiv{
text-align:right;
}
#ms-conflictDlgDoRest{
padding-left:0px;
margin-left:0px;
}
.ms-dragupload-error{
color:#3b3b3b;
}
.ms-droppable-menuitem-hover{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:#2a8dd4 2px dotted;
}
.ms-droppable-folder-hover{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:#2a8dd4 2px dotted;
}
.ms-dropsurface-div
{
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"AccentLines")] */ border:#2a8dd4 1px solid;
z-index:99;
}
.ms-progress-meter
{
width:130px;
height:9px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ background-color:#c6c6c6;
}
.ms-progress-meter-inner
{
/* [ReplaceColor(themeColor:"AccentLines")] */ background-color:#2a8dd4;
height:100%;
}
.ms-dnd-fileError-item
{
margin-top:5px;
margin-bottom:5px;
}
.ms-dnd-inprogress
{
position:absolute;
vertical-align:middle;
text-align:center;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
/* [ReplaceColor(themeColor:"Lines")] */ border:#ababab 1px solid;
z-index:99;
}
.ms-core-needIEFilter .ms-dnd-inprogress{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-dnd-inprogress-img
{
position:relative;
}
.ms-draggable
{
cursor:pointer;
}
.ms-webpartzone-cell{
margin:auto auto 20px;
}
.s4-wpcell,.s4-wpcell-plain,.s4-wpActive{
vertical-align:top;
}
.s4-wpcell .s4-wpTopTable{
border:1px solid transparent;
}
.s4-wpcell-plain .s4-wpTopTable{
border:none;
}
.s4-wpActive .s4-wpTopTable,.s4-wpActive .ms-WPSelected{
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
}
.ms-WPHeaderTdMenu{
width:21px;
cursor:pointer;
word-wrap:normal;
white-space:nowrap;
border:1px solid transparent;
}
.ms-WPHeaderTdMenu:hover{
/* [RecolorImage(themeColor:"AccentText")] */ background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x left top;
}
.ms-WPMenuDiv,.ms-WPMenuDivHover{
white-space:nowrap;
}
.ms-wpselectlink,.ms-wpselectlinkfocus{
text-align:center;
}
.ms-WPHeaderMenuImg{
padding:7px;
vertical-align:middle;
visibility:hidden;
}
.ms-wpselectlinkfocus .ms-WPHeaderMenuImg,.s4-wpcell-plain:hover .ms-WPHeaderMenuImg,.s4-wpcell:hover .ms-WPHeaderMenuImg,.s4-wpActive .ms-WPHeaderMenuImg{
visibility:visible;
}
.s4-wpcell .ms-WPTitle,.s4-wpActive .ms-WPTitle{
cursor:pointer;
}
.ms-WPTitle,.ms-WPTitle a{
/* [ReplaceColor(themeColor:"WebPartHeading")] */ color:#444;
}
.s4-wpActive .ms-WPTitle,.s4-wpActive .ms-WPTitle a{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-WPHeaderTdSelection{
width:21px;
cursor:auto;
text-align:center;
}
.ms-WPHeaderTdSelSpan{
display:inline-block;
}
.ms-WPHeaderCbxHidden{
margin:0px;
top:-2000px;
position:absolute;
vertical-align:middle;
}
.ms-WPHeaderCbxVisible,.s4-wpcell:hover .ms-WPHeaderTdSelection input,.s4-wpActive .ms-WPHeaderTdSelection input{
top:0px;
margin:0px;
position:relative;
vertical-align:middle;
}
.s4-wpcell-plain .ms-WPHeaderTdSelection{
display:none;
}
.ms-wpContentDivSpace{
position:relative;
}
.ms-SPZone.ms-webpart-zone
{
padding:10px;
}
.ms-webpart-zone
{
display:table;
}
.ms-webpart-zone-title
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
display:block;
}
.s4-wpcell > .ms-webpart-chrome,
.s4-wpActive > .ms-webpart-chrome
{
border:1px solid transparent;
}
.ms-SPZone > .s4-wpcell,
.ms-SPZone > .s4-wpcell-plain,
.ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell,
.ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
padding:5px 10px 10px;
border-collapse:separate;
}
.ms-SPZone > .s4-wpActive,
.ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpActive
{
/* [ReplaceColor(themeColor:"EmphasisBorder")] */ border:1px solid #0067b0;
padding:5px 10px 10px;
border-collapse:separate;
}
.ms-webpart-chrome-fullWidth
{
min-width:100%;
}
.ms-webpart-chrome
{
border-spacing:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.ms-webpart-chrome-vertical
{
display:table-row;
}
.ms-webpart-controlBox-show > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpartzone-cell:focus > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpartzone-cell:hover > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpart-controlBox-show > span > .ms-cursorDefault,
.ms-webpartzone-cell:focus > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > span > .ms-cursorDefault,
.ms-webpartzone-cell:hover > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > span > .ms-cursorDefault
{
visibility:visible;
}
.ms-webpart-controlBox-hide > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg,
.ms-webpart-controlBox-hide > span > .ms-cursorDefault
{
visibility:hidden;
}
.ms-webpart-controlBox
{
position:absolute;
float:right;
margin-left:-35px;
}
.ms-webpart-titleRowCell
{
padding:0px;
position:relative;
}
.js-webpart-titleCell
{
width:100%;
}
.js-webpart-titleCell,.ms-webpart-controlBox,.js-webpart-menuCell,.ms-webpart-checkboxTd
{
display:inline-block;
}
.ms-webpart-checkboxTd
{
width:19px;
padding-right:3px;
}
.ms-webpart-checkboxTd > input
{
display:block;
}
.js-webpart-menuCell
{
width:15px;
position:relative;
}
.ms-webpart-menuLink
{
padding:3px;
height:3px;
width:5px;
border:0px solid transparent;
vertical-align:middle;
display:inline-block;
overflow:hidden;
}
.ms-webpart-menuLink:hover
{
/* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab;
}
.ms-webpart-menuLink > img
{
display:block;
}
.ms-webpart-chrome-title
{
vertical-align:middle;
position:relative;
margin-bottom:2px;
}
.ms-rtestate-write .ms-webpart-chrome-title
{
cursor:move;
}
.ms-webpart-chrome-title-padleft
{
padding-left:2px;
}
.ms-webpart-chrome-title-padright
{
padding-right:2px;
}
.ms-webpart-cell-vertical
{
display:table;
}
div.ms-webpart-cell-vertical-inline-table
{
display:inline-table;
}
.ms-webpart-cell-horizontal
{
display:table-cell;
}
.ms-WPBorderBorderOnly
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
#searchInputBox .ms-webpart-unselected
{
padding:0px;
}
.ms-webpart-menuArrowSpan
{
height:3px;
width:5px;
position:relative;
overflow:hidden;
display:block;
vertical-align:top;
}
.ms-webpart-menuArrowImg
{
top:-250px;
left:-109px;
position:absolute;
}
.ms-webpart-errorContainer
{
padding:60px 20px;
text-align:left;
margin:0px auto;
}
.ms-webpart-errorTitle
{
padding-bottom:10px;
line-height:1.1em;
}
.js-callout-mainElement
{
position:absolute;
max-width:640px;
min-height:100px;
z-index:102;
cursor:default;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
border-style:solid;
border-width:1px;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-color:#d1d1d1;
border-collapse:separate;
}
.js-callout-column
{
height:100%;
float:left;
}
.js-callout-header,.js-callout-header-noWrap
{
overflow:hidden;
margin-bottom:0px;
white-space:nowrap;
}
.js-callout-header
{
text-overflow:ellipsis;
}
.js-callout-header-noWrap
{
word-wrap:normal;
}
.js-callout-headerArea
{
margin:0px 0px 0px 20px;
}
.js-callout-markArea
{
display:inline-block;
vertical-align:middle;
line-height:16px;
max-width:16px;
}
.js-callout-followCommand
{
height:16px;
width:16px;
}
.js-callout-body
{
margin-left:20px;
margin-right:20px;
padding-bottom:25px;
max-height:550px;
font-weight:normal;
text-decoration:none;
white-space:normal;
word-break:normal;
line-height:normal;
}
.js-callout-noscroll
{
overflow-y:hidden;
}
.js-callout-bodySection
{
margin-top:13px;
margin-bottom:0px;
}
.js-callout-bodySection > .js-filePreview-containingElement
{
margin-bottom:15px;
}
.js-filePreview-containingElement > img
{
display:block;
}
.js-callout-footerArea
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
padding:11px 20px 11px 20px;
overflow:visible;
}
.ms-core-needIEFilter .js-callout-footerArea
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.js-callout-content
{
max-width:640px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
padding:0px;
overflow-x:hidden;
word-wrap:break-word;
}
.js-callout-actions
{
overflow:visible;
}
.js-callout-action
{
margin:0px 22px 0px 0px;
vertical-align:middle;
line-height:0px;
display:inline-block;
}
.js-callout-menuAction
{
margin-right:0px;
}
.js-callout-ecbActionDownArrow
{
border-style:none;
display:inline-block;
vertical-align:middle;
}
.js-ellipsis25-a
{
height:25px;
width:25px;
position:relative;
display:inline-block;
overflow:hidden;
}
.js-ellipsis25-icon
{
left:-99px;
top:-59px;
position:absolute;
}
.js-callout-title
{
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-ms-text-overflow:ellipsis;
white-space:nowrap;
display:inline-block;
margin:14px 0px 0px 0px;
padding:0;
vertical-align:middle;
width:100%;
}
.js-callout-subtitle
{
cursor:text;
padding:1px;
word-wrap:normal;
overflow:hidden;
}
.js-callout-location
{
border-width:1px;
border-style:solid;
padding-left:5px;
width:100%;
box-sizing:border-box;
-ms-box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
/* [ReplaceColor(themeColor:"DisabledLines")] */ border-color:#e1e1e1;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
}
.js-callout-location:hover
{
/* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab;
}
.js-callout-subtitle > span
{
display:inline-block;
padding-top:1px;
padding-bottom:2px;
}
.js-callout-usage
{
height:23px;
padding:5px 8px 7px 8px;
margin:0px;
position:relative;
float:right;
text-align:center;
line-height:1;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1.0")] */ background-color:#efefef;
}
.js-callout-usage p
{
margin:0px 0px 2px 0px;
padding:0px;
line-height:1;
}
.js-callout-closeButton
{
width:16px;
height:16px;
position:relative;
overflow:hidden;
float:right;
margin:6px 6px 0px 6px;
border:solid 5px transparent;
}
.js-callout-closeButtonImage
{
position:absolute;
left:-197px;
top:-120px;
}
.js-callout-beak
{
background-repeat:no-repeat;
position:absolute;
}
.js-callout-itemLinkFilename
{
float:left;
margin-right:16px;
}
.js-callout-calloutTarget
{
float:right;
height:16px;
margin-left:-16px;
border-style:none;
cursor:pointer;
}
.js-folder-preview-count
{
position:absolute;
bottom:0px;
color:#000;
font-family:"Segoe UI",Tahoma,Verdana,Arial;
}
.js-folder-preview-count
{
right:2px;
font-size:40px;
opacity:0.1;;
}
.ms-core-needIEFilter .js-folder-preview-count
{
filter:alpha(opacity=10);-ms-filter:"alpha(opacity=10)";;
}
.js-callout-beakTop,.js-callout-beakBottom
{
visibility:hidden;
}
.js-callout-beakLeft,.js-callout-beakRight,.js-callout-beakTop,.js-callout-beakBottom
{
width:12.72792px;
height:12.72792px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-color:#d1d1d1;
transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-webkit-transform-style:preserve-3d;
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
position:absolute;
z-index:-10;
}
.ms-core-needIEFilter .js-callout-beakLeft,.ms-core-needIEFilter .js-callout-beakRight,.ms-core-needIEFilter .js-callout-beakTop,.ms-core-needIEFilter .js-callout-beakBottom
{
width:13.43503px;
height:13.43503px;
}
.ms-core-needIEFilter .js-callout-beakLeft,.ms-core-needIEFilter .js-callout-beakRight,.ms-core-needIEFilter .js-callout-beakTop,.ms-core-needIEFilter .js-callout-beakBottom
{
-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865475,SizingMethod='auto expand')";
}
.js-callout-beakLeft
{
-webkit-border-before-width:1px;
-webkit-border-before-color:transparent;
-webkit-border-end-width:1px;
-webkit-border-end-color:transparent;
left:0px;
margin-left:-7.8px;
-moz-margin-start:-7.5px;
}
.ms-core-needIEFilter .js-callout-beakLeft
{
margin-left:-9.5px;
}
.js-callout-beakRight
{
-webkit-border-after-width:1px;
-webkit-border-after-color:transparent;
-webkit-border-start-width:1px;
-webkit-border-start-color:transparent;
right:0px;
margin-right:-7.8px;
-moz-margin-end:-7.5px;
}
.ms-core-needIEFilter .js-callout-beakRight
{
margin-right:-4px;
}
.js-callout-beakTop
{
-webkit-border-after-width:1px;
-webkit-border-after-color:transparent;
-webkit-border-end-width:1px;
-webkit-border-end-color:transparent;
margin-top:-7.2px;
}
.ms-core-needIEFilter .js-callout-beakTop
{
margin-top:-9.5px;
}
.js-callout-beakBottom
{
-webkit-border-before-width:1px;
-webkit-border-before-color:transparent;
-webkit-border-start-width:1px;
-webkit-border-start-color:transparent;
bottom:0px;
margin-bottom:-7.2px;
}
.ms-core-needIEFilter .js-callout-beakBottom
{
margin-bottom:-4px;
}
.js-callout-sharedWithInfo
{
display:none;
}
.js-callout-sharedWithLink
{
white-space:nowrap;
}
.js-callout-sharingLink-label
{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
margin-bottom:3px;
}
.js-sharing-fullListDialogContainer
{
padding-bottom:16px;
}
.js-sharing-tabFullListDialog
{
max-height:153px;
min-height:153px;
overflow:auto;
margin-top:12px;
padding-right:12px;
}
.js-sharing-fullListDialog
{
min-height:120px;
max-height:240px;
overflow:auto;
margin-top:12px;
padding-right:12px;
}
.js-sharing-fullListDialogCommandsLeft
{
margin-top:24px;
}
.js-sharing-fullListDialogCommandsRight
{
margin-top:24px;
text-align:right;
}
.js-sharing-fullListDialogStatusBar
{
display:none;
}
.js-sharing-fullListDialogManageGuestLinks
{
display:none;
margin-bottom:10px;
}
.ms-core-form-line > .js-sharingHint-iconContainer,
.js-sharing-fullListDialogManageGuestLinks > .js-sharingHint-iconContainer
{
margin-right:5px;
}
.js-sharing-fullListDialogCommandApply
{
visibility:hidden;
}
.js-sharing-fullListDialogCommandClose
{
visibility:hidden;
}
.js-sharing-fullListDialogCommandInvite,.js-sharing-fullListDialogCommandStopSharing,.js-sharing-fullListDialogCommandEmail,.js-sharing-fullListDialogCommandAdvanced
{
display:none;
margin-right:16px;
}
.js-sharing-fullListDialogEntry
{
vertical-align:middle;
height:55px;
margin-bottom:10px;
}
.js-sharing-fullListDialogEntrySharedWithMany
{
margin-top:16px;
}
.js-sharing-fullListDialogEntryNameAndTitleContainer
{
float:left;
height:55px;
}
.js-sharing-fullListDialogEntryPermissionsContainer
{
float:right;
margin-left:10px;
height:55px;
}
.js-sharing-fullListDialogEntryDisplayName
{
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.js-sharing-fullListDialogEntryPermissionsInnerContainer
{
margin-left:3px;
}
.js-sharing-fullListDialogEntryPermissionsInnerContainer,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:link,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:hover,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:active,
.js-sharing-fullListDialogEntryPermissionsInnerContainer:visited
{
text-decoration:none;
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
}
.js-sharing-fullListDialogEntryPermissionsMenu
{
cursor:pointer;
display:inline-block;
}
.js-sharing-fullListDialogEntryPermissionsMenuArrow
{
border-style:none;
vertical-align:middle;
padding-left:5px;
padding-bottom:2px;
}
.js-sharing-fullListDialogWaitImg
{
position:absolute;
top:50%;
left:50%;
margin-top:-12px;
margin-left:-12px;
}
.js-sharing-fullListDialogApplyWaitImg
{
vertical-align:middle;
height:16px;
width:18px;
margin-right:2px;
display:none;
}
.js-sharing-fullListDialogApplyText
{
vertical-align:middle;
display:none;
margin-right:2px;
}
.js-sharingHint-iconContainer
{
height:16px;
width:16px;
display:inline-block;
overflow:hidden;
position:relative;
}
.js-sharingHint-sharedAnonymously
{
left:-179px;
top:-174px;
position:absolute;
}
.js-sharingHint-sharedWithEveryone
{
left:-254px;
top:-48px;
position:absolute;
}
.js-sharingHint-unshared
{
left:-200px;
top:-30px;
position:absolute;
}
.js-sharingHint-sharedDefault
{
left:-254px;
top:-30px;
position:absolute;
}
.js-sharing-userGroupHeaderRow > td
{
padding-top:10px;
}
.js-sharing-userGroupHeaderTitle,.js-sharing-userGroupHeaderPicture
{
float:left;
}
.js-sharing-userGroupHeaderTitle
{
margin-left:8px;
}
.js-sharing-userGroupHeaderPicture + .js-sharing-userGroupHeaderTitle
{
margin-top:7px;
}
.ms-comm-bestPostHeader{
margin-bottom:17px;
}
.ms-comm-cmdSpaceListItem{
display:inline;
margin-right:14px;
padding:1px;
}
.ms-comm-filterList{
margin:0;
padding:3px;
}
.ms-comm-forumContainer{
border-collapse:separate;
max-width:690px;
font-size:15px;
}
.ms-comm-forumCmd{
display:inline;
margin-right:16px;
text-transform:lowercase;
}
.ms-comm-forumCmdList{
display:inline-block;
margin:0px;
padding-left:0px;
list-style-type:none;
}
.ms-comm-forumHeaderContainer{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom:1px solid #c6c6c6;
margin:0px;
padding:0px;
}
.ms-comm-postSubjectColumn{
max-width:600px;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-comm-refreshIcon-a{
display:inline-block;
width:16px;
height:16px;
overflow:hidden;
position:relative;
}
.ms-comm-refreshIcon{
left:-37px;
top:-220px;
position:absolute;
}
.ms-comm-bestResponseIcon-span{
display:inline-block;
width:10px;
height:10px;
overflow:hidden;
position:relative;
margin-right:6px;
}
.ms-comm-bestResponseIcon{
left:-32px;
top:-256px;
position:absolute;
}
.ms-comm-heroLinkContainer{
margin-top:11px;
margin-bottom:5px;
}
.ms-comm-popularityBar{
margin-bottom:0.38em;
height:4px;
float:left;
overflow:hidden;
position:relative;
}
.ms-comm-popularityBarShadow{
height:4px;
float:left;
overflow:hidden;
position:relative;
}
.ms-comm-popularityBarContainer{
float:left;
width:7.65em;
min-height:10px;
margin-right:1.15em;
margin-top:0.56em;
padding:3px;
}
.ms-comm-postList{
margin:0;
padding-left:0px;
list-style-type:none;
}
.ms-comm-postListItem{
display:block;
margin-top:0.5em;
margin-bottom:0.7em;
overflow:hidden;
}
.ms-comm-postMainContainer{
margin-bottom:1px;
}
.ms-comm-rootBestBackground{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-core-needIEFilter .ms-comm-rootBestBackground{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-comm-rootPostContainer{
padding:18px 19px;
}
.ms-comm-bestResponseDividerHr{
margin-top:19px;
}
.ms-comm-bestResponseContainer{
margin-top:9px;
}
.ms-comm-postAuthorPicture{
float:left;
height:48px;
width:48px;
margin-right:6px;
}
.ms-comm-postImageIcon-span{
display:inline-block;
width:16px;
height:16px;
overflow:hidden;
position:relative;
margin:2px 8px 4px 0px;
}
.ms-comm-postImageIcon{
left:-109px;
top:-214px;
position:absolute;
}
.ms-comm-postBody{
margin-bottom:2px;
}
.ms-core-needIEFilter .ms-comm-postBody{
width:520px;
}
.ms-comm-postBodyOverflow{
overflow-x:auto;
}
.ms-comm-authorPicture{
margin-right:10px;
}
.ms-comm-replyToLink{
margin-bottom:4px;
}
.ms-comm-postBodyThreaded img{
max-width:700px;
margin:0px !important;
}
.ms-comm-postExpander{
height:16px;
margin:-2em auto 0em;
width:16px;
}
.ms-comm-postExpanderCollapseContainer{
height:16px;
width:16px;
display:inline-block;
position:relative;
overflow:hidden;
}
.ms-comm-postExpanderExpandContainer{
height:16px;
width:16px;
display:inline-block;
position:relative;
overflow:hidden;
}
.ms-comm-postExpanderCollapse{
position:absolute;
left:-197px;
top:-138px;
}
.ms-comm-postExpanderExpand{
position:absolute;
left:-73px;
top:-238px;
}
.ms-comm-postReplyListItem{
margin-bottom:21px;
}
.ms-comm-postReplyButtonContainer{
float:right;
}
.ms-comm-postReplyContainer{
width:100%;
}
.ms-comm-postReplyTextBox{
background-color:transparent;
margin-top:12px;
margin-bottom:6px;
padding:5px 10px;
resize:none;
}
.ms-comm-postRootContainer{
overflow:visible;
}
.ms-comm-allRepliesHeader{
margin-top:22px;
margin-bottom:17px;
}
.ms-comm-replyHeader{
padding:3px;
margin-top:8px;
}
.ms-comm-reputationTextContainer{
margin:3px 0px 4px;
max-height:10px;
max-width:74px;
}
.ms-comm-reputationTextContainerBestResponse{
margin:3px 0px 2px;
max-height:10px;
max-width:74px;
}
.ms-comm-reputationSettingsBarImageContainer{
display:inline-block;
vertical-align:middle;
}
.ms-comm-reputationSettingsBarImage{
min-height:7px;
min-width:7px;
margin-right:2px;
float:left;
}
.ms-comm-reputationBarSq{
/* [ReplaceColor(themeColor:"AccentLines")] */ background-color:#2a8dd4;
margin-right:2px;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationBarSqLast{
/* [ReplaceColor(themeColor:"AccentLines")] */ background-color:#2a8dd4;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationBarSqEmpty{
/* [ReplaceColor(themeColor:"SubtleLines")] */ background-color:#c6c6c6;
margin-right:2px;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationBarSqEmptyLast{
/* [ReplaceColor(themeColor:"SubtleLines")] */ background-color:#c6c6c6;
max-height:8px;
min-width:8px;
vertical-align:top;
display:inline-block;
}
.ms-comm-reputationSettingsTable{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
border-collapse:collapse;
}
.ms-comm-reputationSettingsTable > tbody > tr > td{
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
padding:3px;
}
.ms-core-needIEFilter .ms-comm-reputationTextBestResponse{
background-color:transparent;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff0072c6,endColorstr=#ff0072c6)";
}
.ms-comm-stats{
margin-bottom:0.15em;
}
.ms-comm-statsInlineContainer{
margin:11px 0px 17px;
}
.ms-comm-statsInline{
display:inline-block;
margin-right:16px;
}
.ms-comm-likesCount{
/* [ReplaceColor(themeColor:"AccentLines")] */ color:#2a8dd4;
}
.ms-comm-likesMetadata{
margin-right:14px;
}
.ms-comm-likesImgContainer{
margin-right:4px;
vertical-align:middle;
}
.ms-comm-featuredHeader{
margin-top:25px;
}
.ms-comm-featuredBody{
max-height:2.8em;
overflow:hidden;
}
.ms-comm-reputationNumbers{
font-size:.9em;
font-weight:bold;
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
}
.ms-comm-metalineList{
padding-bottom:2px;
}
.ms-comm-metalineItem{
display:inline;
padding-right:8px;
margin-right:8px;
}
.ms-comm-metalineItemSeparator{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:1px solid #c6c6c6;
}
.ms-comm-noWrap{
white-space:nowrap;
}
.ms-comm-ratingsImageContainer{
max-height:16px;
min-width:16px;
vertical-align:top;
display:inline-block;
}
.ms-comm-ratingCountContainer{
display:inline-block;
vertical-align:top;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-comm-ratingSeparator{
vertical-align:top;
margin-left:3px;
margin-right:3px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ border-left:1px solid #777;
}
.ms-comm-adminLinks{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
padding:9px 14px 10px 14px;
min-width:170px;
margin-bottom:32px;
display:inline-block;
}
.ms-comm-adminLinksTitleMargin
{
margin-bottom:7px;
}
.ms-comm-adminLinksListNoMargin
{
margin:0px;
}
.ms-core-needIEFilter .ms-comm-adminLinks{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-comm-adminLinksList{
margin:7px 0px 0px;
}
.ms-comm-adminLinksListItem{
margin-bottom:5px;
}
.ms-group-defaultGroupLogo{
background-color:#b1b1b1;
color:#fff;
font-family:"SPO365Icons";
display:inline-block;
line-height:1.35;
overflow:hidden;
speak:none;
text-indent:-0.2em;
-webkit-font-smoothing:antialiased;
}
.ms-group-defaultGroupLogoSize{
width:100px;
height:100px;
font-size:100px;
}
.ms-group-actionsArea{
padding-top:5px;
}
.ms-group-groupType{
padding-top:5px;
}
.ms-group-button{
font-size:11px;
}
.ms-group-glyph{
font-family:"SPO365Icons";
font-size:18px;
display:inline-block;
margin-right:5px;
}
.ms-group-margin{
margin-right:4px;
}
.ms-group-userRow > div{
display:table-cell;
width:50%;
}
.ms-group-bottomSection{
margin-top:20px;
}
.ms-group-ql-info{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
margin-top:10px;
padding-top:10px;
font-size:1em;
word-break:break-all;
}
.ms-group-ql-members{
padding:5px 0px;
}
.ms-group-ql-email{
padding:5px 0px;
}
.ms-group-info-icon{
margin-right:4px;
vertical-align:middle;
}
.ms-group-info-icon-description-span{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-group-info-icon-description-img{
left:-161px;
top:-178px;
position:absolute;
}
.ms-group-profile-div{
margin-top:-110px;
height:205px;
width:200px;
}
.ms-group-profile-image{
width:200px;
height:200px;
margin-bottom:11px;
}
.ms-group-siteicon{
width:180px;
}
.ms-group-join-img
{
left:-218px;
top:-48px;
position:absolute;
}
.ms-group-join-imgSpan
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
margin-right:5px;
vertical-align:middle;
}
.ms-group-descriptionText{
word-break:break-all;
}
.ms-group-nonMemberSection{
margin-top:5px;
}
.ms-group-nonMemberSubSection{
margin-left:12px;
}
.ms-group-userAreaHeader{
border-bottom:1px solid;
padding-bottom:3px;
margin-bottom:4px;
}
.ms-group-userTable{
border-spacing:6px;
}
.ms-group-detailsPageContentCell{
width:50%;
}
.ms-group-detailsPageContentInfo{
vertical-align:top;
padding-left:50px;
}
.ms-group-detailsPageContentOwners{
margin-bottom:40px;
}
.ms-group-detailsPageContentHeroButton{
margin-bottom:19px;
}
.ms-group-detailsPageContentHeader{
margin-bottom:16px;
}
.ms-group-addMembersDialogForm{
margin-right:5px;
width:464px;
}
.ms-group-addMembersDialogMakeOwnerCheckbox{
margin-top:20px;
}
.ms-group-addMembersDialogAddCancelContainer{
margin:22px auto;
}
.ms-group-pagingContainer
{
padding:10px 0px 0px;
}
.ms-group-pagingText{
padding:4px 6px;
vertical-align:top;
display:inline-block;
}
.ms-group-msg{
min-height:1.33em;
margin-bottom:4px;
}
.ms-group-alias-edit-span{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-group-alias-edit-img{
left:-236px;
top:-84px;
position:absolute;
}
.ms-group-peoplepicker{
min-height:40px;
}
.ms-breadcrumb-menu{
max-width:400px;
min-width:142px;
padding:8px 10px;
word-wrap:break-word;
-ms-word-wrap:break-word;
overflow-x:hidden;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-breadcrumb
{
margin:0px;
padding-top:4px;
padding-left:10px;
}
.ms-breadcrumb-arrowcont{
display:inline-block;
vertical-align:top;
}
.ms-breadcrumbNode > a,.ms-breadcrumbCurrentNode > a,.ms-breadcrumbRootNode > a,span.ms-breadcrumbCurrentNode,span.ms-breadcrumbRootNode{
display:inline-block;
}
.ms-breadcrumbNode > a:hover,.ms-breadcrumbCurrentNode > a:hover,.ms-breadcrumbRootNode > a:hover{
text-decoration:underline;
}
ul.ms-breadcrumbRootNode,
ul.ms-breadcrumbNode
{
margin-left:17px;
margin-top:2px;
}
.s4-breadcrumb-arrowcont{
margin-right:2px;
}
.ms-breadcrumb-top
{
white-space:nowrap;
}
.ms-breadcrumb-box
{
width:100%;
height:64px;
}
.ms-breadcrumb-dropdownBox
{
display:inline-block;
vertical-align:middle;
}
.ms-breadcrumb-anchor
{
height:16px;
display:inline-block;
vertical-align:middle;
}
.ms-core-listMenu-verticalBox,
.ms-core-listMenu-horizontalBox
{
font-size:1em;
}
.ms-core-listMenu-horizontalBox
{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
display:inline-block;
vertical-align:middle;
}
.ms-core-header .ms-core-listMenu-horizontalBox
{
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
.ms-core-listMenu-horizontalBox ul,
.ms-core-listMenu-horizontalBox li,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-item,
.ms-core-listMenu-horizontalBox > ul > li > table
{
display:inline-block;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item
{
margin-right:30px;
border:1px solid transparent;
}
.ms-core-listMenu-horizontalBox li.static > span .ms-core-listMenuEdit .ms-navedit-linkCell,
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell
{
padding-left:18px;
padding-right:15px;
}
.ms-core-listMenu-horizontalBox ul.root > li.static:first-child > span .ms-core-listMenuEdit .ms-navedit-linkCell,
.ms-core-listMenu-horizontalBox ul.root > li.static:first-child > .ms-core-listMenuEdit .ms-navedit-linkCell
{
padding-left:0px;
}
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header
{
font-size:1em;
vertical-align:middle;
/* [ReplaceFont(themeFont:"navigation")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
display:block;
}
.ms-core-listMenu-root
{
margin:0px;
}
.ms-navedit-hiddenLink.ms-core-listMenu-item,
.ms-navedit-hiddenLink.ms-core-listMenu-item:link,
.ms-navedit-hiddenLink.ms-core-listMenu-item:visited
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
font-style:italic;
}
.ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item,
.ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item:link,
.ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item:visited
{
/* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color:#777;
}
.ms-core-listMenu-verticalBox .ms-core-listMenu-item,
ul.dynamic .ms-core-listMenu-item
{
display:block;
}
.ms-core-listMenu-verticalBox > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item
{
display:block;
padding:5px 20px;
}
ul.dynamic .ms-core-listMenuEdit .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox .ms-core-listMenuEdit .ms-core-listMenu-item
{
padding:4px 5px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item
{
padding-left:40px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > span table.ms-core-listMenuEdit,
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > table.ms-core-listMenuEdit
{
padding-left:20px;
}
.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-item:link,
.ms-tv-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited
{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
text-decoration:none;
}
.ms-core-header .ms-core-listMenu-item,
.ms-core-header .ms-core-listMenu-item:link,
.ms-core-header .ms-core-listMenu-item:visited,
.ms-core-header .ms-tv-item:link,
.ms-core-header .ms-tv-item:visited,
.ms-core-header .ms-tv-header:link,
.ms-core-header .ms-tv-header:visited
{
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
li > a.ms-core-listMenu-item:hover,
li > a.ms-core-listMenu-item:active
{
/* [ReplaceColor(themeColor:"NavigationHoverBackground",opacity:"1")] */ background-color:#cde6f7;
/* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
}
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
a.ms-tv-item:hover,
a.ms-tv-header:hover
{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationHover")] */ color:#0072c6;
}
.ms-core-header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-core-header a.ms-tv-item:hover,
.ms-core-header a.ms-tv-header:hover
{
/* [ReplaceColor(themeColor:"HeaderNavigationHoverText")] */ color:#0072c6;
}
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:active,
a.ms-tv-item:active,
a.ms-tv-header:active
{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationPressed")] */ color:#004d85;
}
.ms-core-header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:active,
.ms-core-header a.ms-tv-item:active,
.ms-core-header a.ms-tv-header:active
{
/* [ReplaceColor(themeColor:"HeaderNavigationPressedText")] */ color:#004d85;
}
.ms-core-listMenu-selected:link,
.ms-core-listMenu-selected:visited,
.ms-core-listMenu-selected
{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground",opacity:"1")] */ background-color:#efefef;
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color:rgba( 239,239,239,0.78 );
border:1px solid transparent;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
.ms-tv-selected:link
{
background-color:transparent;
/* [ReplaceColor(themeColor:"NavigationAccent")] */ color:#0072c6;
}
.ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
.ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
.ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
.ms-core-header .ms-tv-selected:link
{
/* [ReplaceColor(themeColor:"HeaderNavigationSelectedText")] */ color:#0072c6;
}
.ms-core-listMenu-disabled,
.ms-core-listMenu-disabled:link,
.ms-core-listMenu-disabled:visited,
.ms-core-listMenu-disabled:hover,
.ms-core-listMenu-disabled:active
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
}
.ms-core-header .ms-core-listMenu-disabled,
.ms-core-header .ms-core-listMenu-disabled:link,
.ms-core-header .ms-core-listMenu-disabled:visited,
.ms-core-header .ms-core-listMenu-disabled:hover,
.ms-core-header .ms-core-listMenu-disabled:active
{
/* [ReplaceColor(themeColor:"HeaderDisableText")] */ color:#b1b1b1;
}
li.hover,li.hover-off
{
position:relative;
}
ul.dynamic
{
position:absolute;
left:-9999px;
top:-9999px;
z-index:95;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
white-space:normal;
word-wrap:break-word;
padding:10px;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
ul.dynamic.ms-droppable
{
min-width:195px;
padding:5px;
}
li.dynamic
{
display:list-item;
}
.ms-core-listMenu-ghost,
.ms-core-listMenu-ghost:link,
.ms-core-listMenu-ghost:visited,
.ms-core-listMenu-ghost:hover,
.ms-core-listMenu-ghost:active
{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
opacity:0.8;
}
.ms-core-header .ms-core-listMenu-ghost,
.ms-core-header .ms-core-listMenu-ghost:link,
.ms-core-header .ms-core-listMenu-ghost:visited,
.ms-core-header .ms-core-listMenu-ghost:hover,
.ms-core-header .ms-core-listMenu-ghost:active
{
/* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color:#777;
}
.ms-core-needIEFilter .ms-core-listMenu-ghost,
.ms-core-needIEFilter .ms-core-listMenu-ghost:link,
.ms-core-needIEFilter .ms-core-listMenu-ghost:visited,
.ms-core-needIEFilter .ms-core-listMenu-ghost:hover,
.ms-core-needIEFilter .ms-core-listMenu-ghost:active
{
background-color:transparent;
filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)";
}
.ms-core-listMenuEdit
{
border:1px solid transparent;
}
.ms-core-listMenuEdit:hover
{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
}
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell,
.dynamic .ms-core-listMenuEdit
{
width:100%;
}
.ms-navedit-editLinksText > span > .ms-metadata,
.ms-core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-listMenu-item
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
}
.ms-navedit-editLinksText:hover > span > .ms-metadata,
.ms-core-listMenuEdit:hover > tr > .ms-navedit-linkCell > .ms-core-listMenu-item
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
.ms-navedit-editLinksText:active > span > .ms-metadata,
.ms-core-listMenuEdit:active > tr > .ms-navedit-linkCell > .ms-core-listMenu-item
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-core-header .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:hover,
.ms-core-header .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:active
{
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
.ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:active
{
background-color:transparent;
}
.ms-navedit-titleBoxListItem
{
min-width:185px;
}
.ms-navedit-titleBoxContainer,
.ms-navedit-titleBoxContainer ms-core-listMenu-selected,
.ms-navedit-titleBoxContainer:hover,
.ms-navedit-titleBoxContainer ms-core-listMenu-selected:hover
{
width:100%;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
}
.ms-core-header .ms-navedit-titleBoxContainer,
.ms-core-header .ms-navedit-titleBoxContainer ms-core-listMenu-selected,
.ms-core-header .ms-navedit-titleBoxContainer:hover
{
/* [ReplaceColor(themeColor:"HeaderBackground",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"HeaderAccentLines")] */ border-color:#2a8dd4;
/* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color:#666;
}
span.ms-navedit-itemSpan,
.ms-navedit-titleBox
{
overflow:hidden;
white-space:nowrap;
height:100%;
display:block;
}
.ms-navedit-linkDialogIcon
{
vertical-align:middle;
width:22px;
height:22px;
}
a.ms-navedit-linkDialogIcon
{
margin-right:3px;
}
.ms-navedit-titleBoxListItem
{
position:absolute;
z-index:99;
}
.ms-displayInline
{
display:inline;
}
.ms-navedit-errorMsg
{
max-width:400px;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background
{
padding-right:26px;
/* [RecolorImage(themeColor:"BodyText",method:"Filling")] */ background-image:url("/_layouts/15/images/menu-down.gif?rev=44");
background-repeat:no-repeat;
background-position:right center;
cursor:pointer;
}
.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background
{
/* [RecolorImage(themeColor:"BodyText",method:"Filling")] */ background-image:url("/_layouts/15/images/menu-right.gif?rev=44");
}
.ms-core-listMenu-verticalBox .dynamic-children.additional-background
{
padding-right:26px;
/* [RecolorImage(themeColor:"BodyText",method:"Filling")] */ background-image:url("/_layouts/15/images/menu-right.gif?rev=44");
background-repeat:no-repeat;
background-position:right center;
cursor:pointer;
}
.menu-horizontal .menu-item-text
{
white-space:nowrap;
}
.ms-navedit-linkCell
{
word-wrap:break-word;
word-break:break-all;
}
.ms-core-listMenu-horizontalBox .ms-navedit-deletelinkCell
{
width:20px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-deletelinkCell
{
padding-right:12px;
}
.ms-navedit-deletelink
{
float:right;
height:20px;
margin:0px;
padding-left:6px;
cursor:pointer;
}
.ms-core-listMenu-horizontalBox .ms-navedit-deletelink
{
padding-left:0px;
}
.ms-navedit-deletelink.ms-navedit-deletelink-flyout
{
float:left;
margin:0px 6px 0px 0px;
padding:0px;
}
.ms-navedit-deletespan
{
display:inline-block;
overflow:hidden;
position:relative;
width:20px;
height:20px;
}
.ms-navedit-deletelink:hover > .ms-navedit-deletespan > .ms-cancelImg
{
top:-152px;
left:-175px;
}
.ms-navedit-deletelink:active > .ms-navedit-deletespan > .ms-cancelImg
{
top:-156px;
left:-127px;
}
.ms-core-header .ms-navedit-deletelink > .ms-navedit-deletespan > .ms-cancelImg
{
top:-130px;
left:-175px;
}
.ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-deletespan > .ms-cancelImg
{
top:-108px;
left:-157px;
}
.ms-core-header .ms-navedit-deletelink:active > .ms-navedit-deletespan > .ms-cancelImg
{
top:-156px;
left:-149px;
}
.ms-navedit-hidelink
{
width:16px;
height:16px;
margin:2px 2px;
}
.ms-navedit-hidespan
{
display:inline-block;
overflow:hidden;
position:relative;
width:16px;
height:16px;
}
.ms-navedit-hideLinkIcon
{
position:absolute;
left:-55px;
top:-37px;
}
.ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-55px;
top:-19px;
}
.ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-1px;
top:-1px;
}
.ms-core-header .ms-navedit-hideLinkIcon
{
left:-1px;
top:-19px;
}
.ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-19px;
top:-37px;
}
.ms-core-header .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon
{
left:-19px;
top:-19px;
}
.ms-navedit-showLinkIcon
{
position:absolute;
left:-55px;
top:-1px;
}
.ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
position:absolute;
left:-19px;
top:-1px;
}
.ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
left:-37px;
top:-37px;
}
.ms-core-header .ms-navedit-showLinkIcon
{
left:-1px;
top:-37px;
}
.ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
left:-37px;
top:-1px;
}
.ms-core-header .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-showLinkIcon
{
left:-37px;
top:-19px;
}
input.ms-navedit-editButton
{
min-width:60px;
height:20px;
padding:0px 10px;
margin-left:0px;
margin-right:8px;
vertical-align:top;
}
.ms-navedit-dropsurface
{
position:absolute;
background:url("/_layouts/15/images/selbg.png?rev=44") repeat-x left top;
z-index:99;
opacity:0.01;
}
.ms-core-needIEFilter .ms-navedit-dropsurface
{
filter:alpha(opacity=1);-ms-filter:"alpha(opacity=1)";
}
.ms-navedit-arrowNodeCell
{
width:10px;
}
.ms-navedit-dropLinkDiv
{
width:100%;
min-width:50px;
}
.ms-navedit-appendarea
{
padding-left:15px;
}
.ms-core-listMenu-verticalBox > .ms-navedit-appendarea
{
padding-left:15px;
padding-top:5px;
}
div.ms-navedit-hiddenAppendArea
{
padding:3px 0px 4px 5px;
width:100%;
min-width:30px;
min-height:10px;
}
.ms-core-listMenu-verticalBox div.ms-navedit-hiddenAppendArea
{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-top:1px solid #d1d1d1;
}
.ms-core-listMenu-horizontalBox div.ms-navedit-hiddenAppendArea
{
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-left:1px solid #d1d1d1;
padding:0px 0px 1px 5px;
margin-top:1px;
}
.ms-navedit-editLinksIconWrapper
{
width:16px;
height:16px;
position:relative;
display:inline-block;
overflow:hidden;
margin-right:5px;
}
.ms-navedit-editLinksIcon
{
left:-218px;
top:-66px;
position:absolute;
}
.ms-navedit-editLinksText:hover > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-215px;
top:-174px;
}
.ms-navedit-editLinksText:active > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-218px;
top:-84px;
}
.ms-core-header .ms-navedit-editLinksIcon
{
left:-215px;
top:-156px;
position:absolute;
}
.ms-core-header .ms-navedit-editLinksText:hover > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-215px;
top:-102px;
}
.ms-core-header .ms-navedit-editLinksText:active > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon
{
left:-215px;
top:-138px;
}
.ms-navedit-editLinksText
{
text-transform:uppercase;
text-decoration:none;
}
.ms-navedit-addNewLink
{
margin-top:8px;
margin-bottom:12px;
display:inline-block;
}
.ms-core-header .ms-list-addnew-img16
{
left:-127px;
top:-196px;
}
.ms-core-header .ms-navedit-addNewLink:hover > .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16,
.ms-core-header .ms-navedit-addNewLink:active > .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16
{
left:-233px;
top:-102px;
}
.ms-core-listMenu-horizontalBox a.ms-navedit-addNewLink
{
margin:1px 0px 0px 13px;
}
.ms-core-listMenu-horizontalBox span.ms-list-addnew-imgSpan16
{
vertical-align:bottom;
}
.ms-navedit-addLinkText
{
margin-right:18px;
margin-top:2px;
}
.ms-core-listMenu-verticalBox .ms-navedit-addLinkText
{
vertical-align:middle;
}
.ms-navedit-menuLoading
{
margin-right:18px;
}
.ms-navedit-errorIcon
{
left:-19px;
top:-238px;
position:absolute;
}
.ms-navedit-errorSpan
{
display:inline-block;
overflow:hidden;
position:relative;
vertical-align:middle;
width:16px;
height:16px;
}
.ms-core-listMenu-verticalBox .ms-listMenu-editLink
{
margin:15px 0px 0px 20px;
border:1px solid transparent;
}
.ms-core-listMenu-verticalBox .ms-listMenu-editLink.ms-navedit-panelEditMode
{
margin-top:0px;
}
.ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink
{
margin-left:10px;
}
.ms-core-listMenuEdit
{
padding:0px;
}
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenuEdit,
.ms-core-listMenu-verticalBox li.static > .ms-navedit-titleBoxListItem
{
table-layout:fixed;
margin-left:14px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit
{
width:auto;
}
.ms-tv-header
{
margin-bottom:5px;
border:1px solid transparent;
}
.ms-tv-box
{
margin-top:6px;
}
.ms-tv-item
{
vertical-align:top;
margin-left:4px;
}
.ms-navedit-ghosted
{
opacity:0.3;
}
.ms-core-needIEFilter .ms-navedit-ghosted
{
filter:alpha(opacity=30);-ms-filter:"alpha(opacity=30)";
}
.ms-core-listMenu-separatorLine
{
margin:10px 0px;
}
.ms-nav-list-item,.ms-nav-subList-item
{
padding-top:18px;
}
.ms-nav-subList-item
{
margin-left:20px;
}
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,.ms-vh-leftPadding{
padding-left: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 !important;
}
.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 !important;
}
.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-InlineSearch-DivBaseline-NoView
{
margin-left:30px;
}
.ms-fullscreenmode .ms-InlineSearch-DivBaseline-NoView
{
margin-left:0px;
}
.ms-InlineSearch-DivBaseline-NoView .ms-InlineSearch-Outline-Baseline
{
width:212px;
}
.ms-InlineSearch-DivBaseline-NoView .ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline
{
width:186px;
}
.ms-ipe-save
{
margin:15px 0px 0px 0px;
}
.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;
}
.ms-aclinv-sharingTips-section,
.sp-peoplepicker-errorMsg{
margin-top:6px;
margin-left:6px;
}
.sp-peoplepicker-errorMsg{
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-autoFill-imageWrapper{
width:36px;
height:36px;
padding-right:5px;
}
.sp-autoFill-image{
width:36px;
height:36px;
clip:rect(0px,36px,36px,0px);
}
.sp-peoplepicker-autoFillContainer .sp-autoFill-scroll{
width:100%;
border:none;
margin:0px;
padding:0px;
max-height:200px;
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:5px;
}
.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=44") 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;
}
caption.ms-dragDropAttract
{
caption-side:bottom;
}
div.ms-dragDropAttract
{
padding:40px 40px;
border:2px dashed #c6c6c6;
text-align:center;
margin-top:15px;
min-width:400px;
}
div.ms-dragDropAttract-subtle
{
padding:15px 40px 40px;
text-align:center;
margin-top:5px;
min-width:300px;
}
.ms-titleSeparator-rightArrowImgSpan
{
width:16px;
height:16px;
display:inline-block;
overflow:hidden;
position:relative;
}
.ms-titleSeparator-rightArrowImgSpan > .ms-titleSeparator-rightArrowImg
{
position:absolute;
left:-109px;
top:-232px;
}
.ms-listview-image
{
max-width:240px;
max-height:240px;
}
.ms-listview-policyTipIcon
{
cursor:pointer;
}
.ms-trcnoti-border
{
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
}
.ms-trcnoti-host{
margin:-1px;
}
.ms-trcnoti-base{
width:100%;
max-height:500px;
position:relative;
display:block;
}
.ms-trcnoti-ovrflw{
padding:7px 10px 10px 10px;
cursor:pointer;
}
.ms-trcnoti-toast{
padding:4px 7px;
text-align:center;
}
.ms-trcnoti-status{
padding:10px 10px 10px;
}
.ms-trcnoti-ctr
{
z-index:500;
position:absolute;
right:16px;
top:45px;
width:314px;
}
.ms-notif-box
{
min-width:140px;
z-index:400;
position:absolute;
right:16px;
}
.ms-trcnoti-bg{
width:100%;
max-height:500px;
position:relative;
padding:1px;
cursor:pointer;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-color:#d1d1d1;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-trcnoti-bg:hover{
border-width:1px;
border-style:solid;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-color:#92c0e0;
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
padding:0px;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-core-needIEFilter .ms-trcnoti-bg:hover{
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
}
.ms-trcnoti-body
{
width:240px;
display:inline-block;
}
.ms-trcnoti-dt
{
padding-top:5px;
display:inline-block;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
width:100%;
}
.ms-trcnoti-gfx
{
float:left;
height:100%;
padding-right:8px;
display:inline-block;
}
.ms-trcnoti-gfx img
{
max-width:32px;
max-height:32px;
}
#divTiles .s4-wpActive
{
border:0px;
padding:0px;
}
.ms-designgallery-item
{
float:left;
margin:18px 32px 0px 0px;
cursor:pointer;
}
.ms-designgallery-thumbnail
{
height:208px;
width:278px;
font-size:3pt;
overflow:hidden;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.ms-designgallery-thumbnail:hover
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border:1px solid #2a8dd4;
}
a.ms-designgallery-name
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-designgallery-iteminfo
{
margin-top:7px;
}
div.ms-designgallery-item-current > .ms-designgallery-thumbnail
{
height:204px;
width:274px;
/* [ReplaceColor(themeColor:"AccentLines")] */ border:3px solid #2a8dd4;
}
div.ms-designgallery-item-current a.ms-designgallery-packagename
{
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
}
.ms-designbuilder-label
{
display:block;
}
#ms-designbuilder-imagecontrol
{
margin-bottom:20px;
}
#ms-designbuilder-imagecontrol-box
{
width:178px;
height:132px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
text-align:center;
display:table-cell;
vertical-align:middle;
line-height:0px;
}
.ms-core-needIEFilter #ms-designbuilder-imagecontrol-box
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
#ms-designbuilder-imagecontrol-imagecontainer
{
display:inline-block;
}
#ms-designbuilder-imagecontrol-image
{
max-width:178px;
max-height:132px;
}
#ms-designbuilder-imagecontrol-placeholdertext
{
display:inline-block;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
line-height:normal;
}
#ms-designbuilder-imagecontrol-errortext
{
display:inline-block;
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
padding:5px;
line-height:normal;
}
#ms-designbuilder-imagecontrol-bottombuttons
{
margin-top:7px;
}
#ms-designbuilder-imagecontrol-bottombuttons > a
{
display:inline-block;
}
#ms-designbuilder-imagecontrol-changebutton
{
margin-right:11px;
}
#ms-designbuilder-cuicontainer .ms-cui-dd
{
margin:5px 0px 20px;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-text
{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
padding:1px 7px 4px;
}
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-text
{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
#ms-designbuilder-cuicontainer .ms-cui-dd-text > a
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-text > a:hover
{
text-decoration:none;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button
{
line-height:12px;
padding:0px 3px 0px 7px;
}
#ms-designbuilder-cuicontainer .ms-cui-ctl-light-hoveredOver,
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:hover,
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:focus
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0;
}
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-ctl-light-hoveredOver,
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:hover,
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:focus
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBorder",opacity:"1")] */ border-color:#92b7d1;
}
#ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:active
{
/* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color:#92c0e0;
/* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4;
}
.ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:active
{
/* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1")] */ background-color:#92b7d1;
/* [ReplaceColor(themeColor:"ButtonPressedBorder",opacity:"1")] */ border-color:#2a8dd4;
}
#ms-designbuilder-palette-Medium
{
background-color:transparent;
height:46px;
}
#ms-designbuilder-palette-Medium .ms-cui-dd-text
{
padding:5px 4px 3px;
height:36px;
overflow:visible;
background-color:transparent;
}
#ms-designbuilder-palette-Medium .ms-cui-dd-arrow-button
{
padding:12px 3px 13px 7px;
}
#ms-designbuilder-palette-Medium .ms-cui-gallerybutton-SizeCustom
{
width:auto;
height:auto;
border-width:0px;
}
#ms-designbuilder-palette-Medium .ms-cui-gallerybutton-a
{
border-width:0px;
padding:0px;
}
#ms-designbuilder-palette-menusection .ms-cui-menusection,#ms-designbuilder-layout-menusection .ms-cui-menusection
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
}
#ms-designbuilder-fontscheme-menusection .ms-cui-menusection
{
background-color:#fff;
}
#ms-designbuilder-fontscheme-menusection .ms-designbuilder-fontScheme-font
{
color:#000;
}
@media screen and (-ms-high-contrast:active){
#ms-designbuilder-fontscheme-menusection .ms-cui-menusection
{
background-color:#fff;
}
#ms-designbuilder-fontscheme-menusection .ms-designbuilder-fontScheme-font
{
color:#000;
}
}
#ms-designbuilder-layout-menusection .ms-cui-ctl-mediumlabel
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-SizeCustom
{
height:38px;
border-width:0px;
margin-right:0px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a
{
padding:2px 3px;
height:34px;
border:none;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus
{
padding:2px 2px 0px 3px;
outline:none;
}
#ms-designbuilder-palette-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a
{
padding-top:4px;
}
#ms-designbuilder-palette-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a:hover
{
padding-top:3px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette
{
margin:0px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
border-width:2px 1px 2px 0px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#ababab;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color1,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color1
{
border-left-width:2px;
}
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color3,
#ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color3
{
border-right-width:2px;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
}
.ms-designbuilder-palette
{
display:inline-block;
font-size:0px;
margin:1px;
}
.ms-designbuilder-palette-color
{
display:inline-block;
height:30px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
border-left-width:0px;
width:30px;
}
.ms-designbuilder-palette-color1
{
width:45px;
border-left-width:1px;
}
#ms-designbuilder-layout-Medium
{
height:31px;
}
#ms-designbuilder-layout-Medium > .ms-cui-dd-text
{
padding:5px 6px 10px 10px;
font-size:1.1em;
}
#ms-designbuilder-layout-Medium > .ms-cui-dd-arrow-button
{
padding-bottom:6px;
padding-top:4px;
}
#ms-designbuilder-layout-menusection a.ms-cui-ctl-menu
{
padding:2px 10px 2px 9px;
font-size:14px;
}
#ms-designbuilder-layout-menusection a.ms-cui-ctl-menu:hover,
#ms-designbuilder-layout-menusection a.ms-cui-ctl-menu:focus
{
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
background-color:transparent;
}
#ms-designbuilder-fontscheme-Medium
{
height:62px;
}
#ms-designbuilder-fontscheme-Medium .ms-cui-dd-text
{
height:55px;
background-color:#fff;
color:#000;
}
.ms-core-needIEFilter #ms-designbuilder-fontscheme-Medium .ms-cui-dd-text
{
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#ms-designbuilder-fontscheme-Medium .ms-cui-dd-arrow-button
{
height:40px;
padding-top:20px;
}
#ms-designbuilder-fontscheme-Medium .ms-cui-gallerybutton-SizeCustom,#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-SizeCustom
{
border:0px;
margin-right:0px;
margin-top:1px;
display:block;
}
#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a
{
padding:5px;
margin:8px 3px 3px 3px;
border:1px solid transparent;
}
#ms-designbuilder-fontscheme-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a
{
margin-top:4px;
}
#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a:hover,
#ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a:focus,
#ms-designbuilder-fontscheme-menusection ul.ms-cui-menusection-items > li.ms-cui-menusection-items:last-child .ms-cui-gallerybutton-a:hover,
#ms-designbuilder-fontscheme-menusection ul.ms-cui-menusection-items > li.ms-cui-menusection-items:last-child .ms-cui-gallerybutton-a:focus
{
border-color:#c6c6c6;
}
.ms-designbuilder-fontScheme
{
margin:0px;
text-align:left;
color:#000;
}
.ms-designbuilder-fontScheme-fontLarge
{
font-size:18px;
margin-bottom:3px;
}
.ms-designbuilder-fontScheme-fontSmall
{
font-size:12px;
}
.ms-designbuilder-fontScheme-font
{
display:inline-block;
}
#ms-designbuilder-main
{
width:690px;
}
#ms-designbuilder-previewContainer
{
position:relative;
min-width:690px;
min-height:518px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
#ms-designbuilder-previewglass
{
position:absolute;
top:0px;
left:0px;
width:690px;
height:518px;
background-color:#fff;
opacity:0;
z-index:1000;
}
.ms-core-needIEFilter #ms-designbuilder-previewglass
{
background-color:#fff;
filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";
}
.ms-designbuilder-thumbnail
{
width:688px;
height:516px;
font-size:7pt;
overflow:hidden;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
background-color:#fff;
}
.ms-designbuilder-navbutton-container
{
height:43px;
}
.ms-designbuilder-navbutton
{
display:block;
margin-bottom:16px;
}
a.ms-designbuilder-navbutton:link,a.ms-designbuilder-navbutton:visited
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
font-size:1.4em;
text-decoration:none;
}
a.ms-designbuilder-navbutton:hover,
a.ms-designbuilder-navbutton:focus
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
a.ms-designbuilder-navbutton:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-designbuilder-navbutton-image
{
vertical-align:middle;
margin-right:3px;
}
.ms-designbuilder-livePreviewButton > .ms-designbuilder-navbutton-image
{
margin-right:0px;
margin-left:4px;
}
.ms-designbuilder-navbutton-label
{
vertical-align:bottom;
}
.ms-designbuilder-livePreviewButton
{
float:right;
}
.ms-blog-MainArea
{
min-width:560px;
max-width:860px;
width:100%;
}
.ms-blog-LeftColumn
{
width:190px;
word-wrap:break-word;
overflow-x:hidden;
}
.ms-blog-postList
{
padding:0px;
list-style-type:none;
margin-top:0px;
margin-right:24px;
margin-bottom:0px;
min-width:370px;
max-width:670px;
}
.ms-blog-postBox{
padding:32px;
padding-left:0px;
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
border-radius:2px;
overflow:visible;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-blog-postBox{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
.ms-blog-postBoxDate{
/* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff;
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
width:77px;
height:41px;
border-style:solid;
border-width:1px;
/* [ReplaceColor(themeColor:"EmphasisBorder")] */ border-color:#0067b0;
float:left;
text-align:center;
}
.ms-blog-postBoxMargin{
margin-left:88px;
}
.ms-blog-postInlineDate{
width:38px;
height:45px;
border-style:solid;
border-width:1px;
/* [ReplaceColor(themeColor:"Lines")] */ border-color:#ababab;
border-left:none;
border-right:none;
float:left;
text-align:center;
}
.ms-blog-postInlineMargin{
margin-left:52px;
}
.ms-blog-dateText{
font-weight:bold;
}
.ms-blog-aboutImage
{
width:198px;
text-align:center;
}
.ms-blog-command
{
padding-left:8px;
padding-right:8px;
}
.ms-blog-command-noLeftPadding
{
padding-right:8px;
}
.ms-blog-commandWithSeparator
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right:1px solid #c6c6c6;
border-left-style:dotted;
border-width:1px;
/* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color:#d7d7d7;
}
.ms-blog-boldMonth
{
font-weight:bold;
}
.ms-blog-commandSpace
{
padding-top:5px;
}
.ms-blog-postBody
{
padding-top:5px;
overflow:hidden;
}
.ms-blog-postBody img{
max-width:100%;
}
.ms-blog-postHeader
{
padding-left:10px;
}
.ms-blog-postDivider
{
height:35px;
}
.ms-blog-postDividerHr
{
margin:0px;
margin-top:21px;
}
.ms-blog-postComment
{
padding-bottom:10px;
}
.ms-blog-postComments
{
padding-top:20px;
}
.ms-blog-linkCommandBottom
{
margin-bottom:6px;
}
.ms-blog-linkCommandSeparator
{
padding-top:10px;
}
.ms-blog-linkCommandImage
{
top:4px;
}
.ms-blog-skinSelector
{
width:100%;
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.ms-blog-quickLinksTitle.ms-blog-quickLinksTitle
{
padding-left:0px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static .ms-blog-quickLinksEntry.ms-blog-quickLinksEntry
{
padding-left:20px;
}
.ms-blog-listMenu-root
{
width:200px;
}
.ms-blog-skinSelectorLabel
{
margin:5px 0px 6px;
}
.ms-blog-adminLinks{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground",opacity:"1")] */ background-color:#efefef;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
padding:9px 14px 10px 14px;
min-width:170px;
display:inline-block;
margin-bottom:6px;
}
.ms-dlgOverlay
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
opacity:0.4;
background-color:#999;
display:none;
}
.ms-core-needIEFilter .ms-dlgOverlay
{
filter:alpha(opacity=50);-ms-filter:"alpha(opacity=50)";
}
.ms-dlgFrameContainer
{
padding:0px 19px 10px;
overflow:auto;
}
.ms-dlgTitle
{
padding:13px 19px 15px;
white-space:nowrap;
cursor:move;
overflow:hidden;
}
.ms-dlgFrameContainerNoPadding
{
padding:0px;
overflow:auto;
}
.ms-dlgTitleNoPadding
{
padding:0px;
white-space:nowrap;
cursor:move;
overflow:hidden;
}
.ms-dlgFrame
{
width:100%;
height:100%;
border:none;
}
.ms-dlgContent
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0,0,0,0.47);
}
.ms-dlgContentNoBorder
{
border:0px;
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0,0,0,0.47);
}
.ms-dlgContentThinShadow
{
position:absolute;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
.ms-dlg-heading,
h2.ms-dlg-heading
{
/* [ReplaceFont(themeFont:"heading")] */ font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
/* [ReplaceColor(themeColor:"WebPartHeading")] */ color:#444;
}
.ms-dlgTitleText
{
float:left;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-dlgContent > .ms-dlgBorder > .ms-dlgTitle > .ms-dlgCloseBtn > .s4-clust
{
height:16px !important;
width:16px !important;
}
.ms-dlgTitleBtns
{
margin-top:-10px;
margin-right:-18px;
height:30px;
float:right;
}
.ms-dlgCloseBtn > span
{
cursor:pointer;
border:1px solid transparent;
}
.ms-dlgErrItem
{
display:inline;
padding-right:10px;
}
.ms-dlgLoadingTextDiv
{
padding:0px 0px 16px;
white-space:nowrap;
}
.ms-dlgLoadingText
{
text-align:left;
padding-left:3px;
width:100%;
}
.ms-dialog body{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-core-menu-box,
.ms-core-menu-boxBig
{
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
padding:0px;
z-index:9999;
border-collapse:separate;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border:1px solid #d1d1d1;
box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
overflow:visible;
text-align:left;
}
.ms-core-needIEFilter .ms-core-menu-box,
.ms-core-needIEFilter .ms-core-menu-boxBig
{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
}
.ms-core-menu-box
{
max-width:250px;
}
.ms-core-menu-boxBig
{
max-width:400px;
}
.ms-core-menu-list
{
margin:0px;
padding:0px;
list-style-type:none;
max-height:405px;
min-width:125px;
overflow:auto;
}
.ms-core-menu-item > .ms-core-menu-box > .ms-core-menu-list
{
padding:0px;
}
.ms-core-menu-item
{
margin:0px;
cursor:pointer;
border:1px solid transparent;
}
.ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item
{
min-height:24px;
}
.ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item
{
min-height:40px;
}
.ms-core-menu-iconLarge,
.ms-core-menu-icon
{
line-height:1.5em;
float:left;
}
.ms-core-menu-icon
{
min-width:16px;
min-height:16px;
}
.ms-core-menu-iconLarge
{
min-width:32px;
min-height:32px;
}
.ms-core-menu-label,
.ms-core-menu-labelCompact
{
border:1px solid transparent;
word-wrap:break-word;
}
.ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-label,
.ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-labelCompact
{
padding-left:21px;
}
.ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-label,
.ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-labelCompact
{
padding-left:37px;
}
.ms-core-menu-icon > img
{
height:16px;
width:16px;
vertical-align:middle;
}
.ms-core-menu-iconLarge > img
{
height:32px;
width:32px;
vertical-align:middle;
}
a.ms-core-menu-link
{
padding:6px 8px;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
text-decoration:none;
display:block;
position:relative;
}
a.ms-core-menu-link:focus
{
outline:1px dotted transparent;
}
a.ms-core-menu-indent
{
padding-left:27px;
}
.ms-core-menu-item:hover,
.ms-core-menu-itemSelected
{
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
border:1px dotted transparent;
}
.ms-core-menu-item[disabled=true]:hover,
.ms-core-menu-itemDisabled.ms-core-menu-item:hover,
.ms-core-menu-itemDisabled.ms-core-menu-itemSelected
{
background-color:transparent;
}
.ms-core-needIEFilter .ms-core-menu-item:hover,
.ms-core-needIEFilter .ms-core-menu-itemSelected
{
/* [ReplaceColor(themeColor:"HoverBackground",opacity:"1")] */ background-color:#cde6f7;
}
.ms-core-needIEFilter .ms-core-menu-item[disabled=true]:hover,
.ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-item:hover,
.ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-itemSelected
{
background-color:transparent;
}
.ms-core-menu-item[disabled=true] > .ms-core-menu-link > .ms-core-menu-label > .ms-core-menu-title,
.ms-core-menu-itemDisabled > .ms-core-menu-link > .ms-core-menu-label > .ms-core-menu-title
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
}
.ms-core-menu-item[disabled=true],
.ms-core-menu-item[disabled=true] > .ms-core-menu-link,
.ms-core-menu-itemDisabled,
.ms-core-menu-itemDisabled > .ms-core-menu-link
{
cursor:default;
}
.ms-core-menu-staticItemSelected,
.ms-core-menu-staticItemSelected:hover
{
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
}
.ms-core-needIEFilter .ms-core-menu-staticItemSelected,
.ms-core-needIEFilter .ms-core-menu-staticItemSelected:hover
{
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1")] */ background-color:#9ccef0;
}
.ms-core-menu-arrowBox
{
display:inline-block;
position:absolute;
right:0px;
top:5px;
}
.ms-core-menu-arrow
{
display:inline-block;
vertical-align:middle;
}
.ms-core-menu-hasArrow > .ms-core-menu-link
{
padding-right:15px;
}
.ms-core-menu-separator:first-child
{
display:none;
}
.ms-core-menu-separatorHr
{
margin:2px 0px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ color:#c6c6c6;
}
.ms-core-menu-button
{
cursor:pointer;
}
.ms-core-menu-link:link,
.ms-core-menu-link:visited
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-core-menu-closebutton{
text-align:right;
padding:8px 10px;
}
.ms-contextmenu-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-contextmenu-list{
list-style:none;
margin:0px;
padding:0px;
}
.ms-contextmenu-item{
padding-left:12px;
padding-right:8px;
}
.ms-contextmenu-link:hover,
.ms-contextmenu-link:visited,
.ms-contextmenu-itemSelected
{
background-color:#E6F3FB;
text-decoration:none;
}
.ms-contextmenu-item[disabled=true] > .ms-contextmenu-link,
.ms-contextmenu-itemDisabled > .ms-contextmenu-link
{
color:#b1b1b1;
}
.ms-contextmenu-item[disabled=true],
.ms-contextmenu-item[disabled=true] > .ms-contextmenu-link,
.ms-contextmenu-itemDisabled,
.ms-contextmenu-itemDisabled > .ms-contextmenu-link
{
cursor:default;
}
.ms-contextmenu-link{
color:#444444;
text-decoration:none;
width:100%;
display:inline-block;
outline-style:none;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
padding-top:6px;
padding-bottom:6px;
padding-left:12px;
padding-right:8px;
margin-left:-12px;
min-width:90px;
}
.ms-contextmenu-separator{
margin:0px;
}
.ms-contextmenu-separatorHr{
margin-top:1px;
margin-bottom:1px;
margin-left:0px;
margin-right:0px;
border-top:1px solid #C6C6C6;
}
.ms-contextmenu-select{
margin-right:12px;
}
.ms-contextmenu-selectable{
margin-left:-16px;
}
.ms-contextmenu-glyph{
font-family:"SPO365Icons";
}
.ms-contextmenu-right-glyph{
font-family:"SPO365Icons";
float:right;
vertical-align:text-bottom;
margin-top:3px;
}
/* _lcid="1033" _version="16.0.7611"
_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{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom:1px solid rgba( 239,239,239,0.78 );
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{
/* [ReplaceColor(themeColor:"Dark2-Medium")] */ 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{
/* [ReplaceColor(themeColor:"Dark2",themeTint:"0.8")] */ border-color:#5a707b;
color:#fff !important;
}
.ms-cui-tt-s .ms-cui-tt-a:hover{
/* [ReplaceColor(themeColor:"Dark2-Medium")] */ 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:#666;
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=44") 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=44") repeat-y left top;
}
.ms-cui-menusection-items16rtl{
background:#fff url("/_layouts/15/images/rmgrad16rtl.png?rev=44") 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-cui-tt-s > .ms-cui-tt-a,.ms-cui-tt-a:hover,.ms-cui-tt-s > .ms-cui-tt-a:hover
{
border-color:#e1e1e1;
}
.ms-cui-tt-a:hover
{
background-color:#fff;
}
.ms-cui-tt-a > .ms-cui-tt-span
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666 !important;
text-transform:uppercase;
border-top-width:0px;
}
.ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span,
.ms-cui-tt-a:hover > .ms-cui-tt-span
{
color:#666 !important;
}
.ms-cui-topBar2
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom:1px solid rgba( 239,239,239,0.78 );
}
.ms-browseTab.ms-cui-ct-ul .ms-cui-tt-s .ms-cui-tt-span
{
padding-bottom:6px !important;
}
.ms-cui-smenu-inner
{
width:100%;
}
.ms-cui-tabContainer
{
width:100%;
height:91px;
overflow:hidden;
z-index:100;
position:relative;
}
.ms-cui-animatingRibbon > .ms-cui-tabContainer > .ms-cui-tabBody
{
position:relative;
top:-91px;
z-index:100;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a
{
background:transparent;
border-color:transparent;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover
{
border-color:#e1e1e1;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666 !important;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover
{
background-color:#fff;
}
.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover > .ms-cui-tt-span
{
color:#666 !important;
}
.ms-cui-topBar2.ms-cui-topBarMaximized
{
border-bottom:1px solid #e1e1e1;
}
.ms-cui-topBar2.ms-browseTabContainer
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom:1px solid rgba( 239,239,239,0.78 );
}
.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;
}
.ms-attractMode-Cell
{
display:inline-block;
}
.ms-attractMode-Background
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
height:224px;
width:100%;
}
.ms-core-needIEFilter .ms-attractMode-Background
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-attractMode-Wrapper
{
margin-left:auto;
margin-right:auto;
position:relative;
width:393px;
top:50px;
}
.ms-attractMode-Icon
{
width:128px;
height:128px;
}
.ms-attractMode-Text
{
display:table-cell;
vertical-align:middle;
width:250px;
height:128px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-linksection-level2
{
margin:0px;
padding:0px;
}
.ms-linksection-level2 > td
{
padding-left:5px;
padding-bottom:17px;
}
.ms-linksection-level2 > td > h3
{
font-weight:normal;
color:#004693;
margin:0px;
padding:0px;
}
.ms-linksection-level2 > td > h3 > a
{
color:#276500;
}
.ms-linksection-level2 img
{
padding:0px 8px 0px 10px;
}
.ms-linksection-level2 ul,.ms-linksection-level2 ul > li
{
display:inline;
line-height:16px;
}
.ms-linksection-level2 ul
{
margin:0px;
padding:0px;
}
.ms-linksection-level2 ul > li
{
font-weight:normal;
color:#d7d7d7;
list-style:none;
white-space:nowrap;
}
.ms-linksection-level2 span
{
padding:0px 2px 0px 0px;
}
.ms-linksectionitemdescription
{
padding-left:3px;
padding-top:7px;
}
.ms-templatepickerselected,.ms-templatepickerunselected{
float:left;
}
.ms-templatepickerunselected{
margin-right:1px;
}
.ms-templatepickerselected{
margin-right:1px;
}
.ms-templatepickerunselected div{
padding:3px 5px 3px 5px;
position:relative;
bottom:-2px;
white-space:nowrap;
border:1px solid transparent;
}
.ms-templatepickerselected div{
padding:3px 5px 3px 5px;
position:relative;
bottom:-2px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"Lines")] */ border:1px solid #ababab;
border-bottom-width:0px;
white-space:nowrap;
}
.ms-templatepickerselected > div > a{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
.ms-templatepickerunselected > div > a{
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-templatepicker-select{
padding:4px;
}
.ms-templatepicker{
width:450px;
}
.ms-templatepicker select{
height:175px;
}
div.ms-inputuserfield
{
padding-left:1px;
padding-top:2px;
}
.ms-usereditor{
width:386px;
}
.ms-vh2-gridview{
padding-top:2px;
padding-bottom:2px;
vertical-align:middle;
}
.ms-viewheadertr .ms-vh2-gridview{
height:33px;
background-image:none;
background-repeat:no-repeat;
background-color:#e7e7e7;
}
.ms-errorcolor{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-successcolor{
/* [ReplaceColor(themeColor:"SearchURL")] */ color:#338200;
}
.ms-warning{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
font-weight:bold;
}
.ms-toolbar{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
}
table.ms-toolbar{
height:45px;
border:none;
}
table.ms-toolbar-togglebutton-on > tbody > tr > td > a{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
.ms-treeview-header
{
font-weight:bold;
}
.ms-treeview-header,.ms-treeview-node
{
width:100%;
}
tr.ms-treeview-header > td > div,td.ms-treeview-node > span > div,td.ms-treeview-node input{
float:left;
}
.ms-treenode-bold{
font-weight:bold;
}
.ms-treenode-italic{
font-style:italic;
}
.ms-vi-context{
position:absolute;
left:-999em;
width:1em;
overflow:hidden;
}
span.ms-featurestatustext,td.ms-featurestatustext{
white-space:nowrap;
}
.ms-detailsview{
/* [ReplaceColor(themeColor:"SubtleLines")] */ border:1px solid #c6c6c6;
text-align:left;
}
.ms-detailsview td{
padding:4px;
}
.validation-summary-errors{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
}
.ms-rolechangehint{
padding-top:5px;
}
.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;
}
#suiteBarLeft,
#suiteBarRight,
#suiteLinksBox,
.ms-core-suiteLink,
.ms-core-deltaSuiteBarRight,
#suiteBarButtons,
#welcomeMenuBox
{
display:inline-block;
}
#suiteBar
{
height:30px;
display:table-row;
}
#suiteBarLeft
{
/* [ReplaceColor(themeColor:"SuiteBarBackground")] */ background-color:#0072c6;
/* [ReplaceColor(themeColor:"SuiteBarText")] */ color:#fff;
width:100%;
vertical-align:middle;
}
#suiteBarLeft,
#suiteBarRight
{
display:table-cell;
line-height:0px;
}
.ms-core-brandingText
{
font-size:1.2em;
padding-left:20px;
width:100%;
}
.ms-core-brandingBox
{
height:30px;
}
.ms-core-deltaSuiteLinks
{
display:table-cell;
text-align:right;
vertical-align:middle;
}
.ms-core-needIEFilter #suiteBarLeft
{
/* [ReplaceColor(themeColor:"SuiteBarBackground",opacity:"1.0")] */ background-color:#0072c6;
}
#suiteBarRight
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
white-space:nowrap;
padding-right:5px;
}
.ms-core-needIEFilter #suiteBarRight
{
background-color:transparent;
/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
.ms-core-suiteLinkList
{
list-style-type:none;
white-space:nowrap;
padding-left:0px;
padding-right:8px;
margin:auto;
}
.ms-core-suiteLink
{
line-height:30px;
}
.ms-core-suiteLink-a,
.ms-core-suiteLink-a:visited,
a.ms-core-suiteLink-disabled
{
/* [ReplaceColor(themeColor:"SuiteBarText")] */ color:#fff;
display:inline-block;
padding:0px 8px;
border-right:1px solid transparent;
-webkit-font-smoothing:antialiased;
}
.ms-core-suiteLink-a:hover
{
text-decoration:none;
/* [ReplaceColor(themeColor:"SuiteBarHoverBackground")] */ background-color:#4c9cd7;
}
.ms-core-needIEFilter .ms-core-suiteLink-a:hover
{
/* [ReplaceColor(themeColor:"SuiteBarHoverBackground",opacity:"1")] */ background-color:#4B9BD7;
}
.ms-core-suiteLink-a > span,
.ms-core-suiteLink-disabled > span
{
position:relative;
}
a.ms-core-suiteLink-active,
a.ms-core-suiteLink-active:hover,
.ms-core-needIEFilter a.ms-core-suiteLink-active,
.ms-core-needIEFilter a.ms-core-suiteLink-active:hover
{
/* [ReplaceColor(themeColor:"TopBarHoverText")] */ color:#333;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"DialogBorder")] */ border-right-color:#d1d1d1;
}
.ms-suitenav-caratBox
{
height:8px;
width:8px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-suitenav-caratIcon
{
left:-56px;
top:-256px;
position:absolute;
}
.ms-suitenav-downarrowBox
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-suitenav-downarrowIcon
{
left:-55px;
top:-202px;
position:absolute;
}
a.ms-core-suiteLink-active > span > .ms-suitenav-downarrowBox > .ms-suitenav-downarrowIcon
{
left:-233px;
top:-156px;
position:absolute;
}
.ms-suitenav-ellipsisBox
{
height:16px;
width:16px;
position:relative;
display:inline-block;
overflow:hidden;
}
.ms-suitenav-ellipsisIcon
{
left:-37px;
top:-202px;
position:absolute;
}
a.ms-core-suiteLink-active > span > .ms-suitenav-ellipsisBox > .ms-suitenav-ellipsisIcon
{
left:-233px;
top:-174px;
position:absolute;
}
a.ms-core-suiteLink-disabled,
a.ms-core-suiteLink-disabled:hover
{
/* [ReplaceColor(themeColor:"SuiteBarHoverText")] */ color:#92c0e0;
cursor:default;
text-decoration:none;
}
.ms-core-suitemenu
{
display:none;
top:-10000px;
line-height:normal;
overflow:hidden;
position:absolute;
text-align:left;
z-index:1003;
box-shadow:3px 3px 6px -4px rgba(0,0,0,0.3),-3px 3px 6px -4px rgba(0,0,0,0.3);
border-top:0px solid transparent;
}
.ms-core-needIEFilter .ms-core-suitemenu
{
border-top:0px solid transparent;
}
#Suite_ActiveLinkIndicator
{
display:inline-block;
z-index:200;
}
#Suite_ActiveLinkIndicator_Clip
{
display:inline-block;
left:50%;
position:absolute;
top:16px;
z-index:102;
}
#suiteBar a.ms-core-menu-link
{
padding:6px 15px;
}
#roamingAppContainer
{
width:410px;
}
#roamingAppFrameArea
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
min-height:200px;
}
.ms-core-needIEFilter #roamingAppFrameArea
{
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
#roamingAppStatusArea
{
text-align:center;
/* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color:#666;
margin:0px 50px;
}
#officeAppIcons
{
padding:20px;
}
#roamingAppFooterArea
{
padding:40px 0px;
}
.ms-roamingapps-appicon
{
width:100px;
height:100px;
padding:10px;
display:inline-block;
text-align:center;
}
.ms-roamingapps-appicon > div
{
width:100px;
}
.ms-roamingapps-goback
{
cursor:pointer;
}
a.ms-roamingapps-goback:link,a.ms-roamingapps-goback:visited
{
/* [ReplaceColor(themeColor:"CommandLinks")] */ color:#666;
text-decoration:none;
}
a.ms-roamingapps-goback:hover,a.ms-roamingapps-goback:focus
{
/* [ReplaceColor(themeColor:"CommandLinksHover")] */ color:#0072c6;
}
a.ms-roamingapps-goback:active
{
/* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color:#004d85;
}
.ms-roamingapps-goback-image
{
vertical-align:middle;
margin-right:3px;
}
.ms-roamingapps-goback-label
{
vertical-align:bottom;
}
#roamingAppLauncher
{
margin-top:15px;
}
.ms-roamingapps-desc
{
padding-top:15px;
}
.ms-roamingapps-iconouter-1
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-1
{
left:-127px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-2
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-2
{
left:-43px;
top:-1px;
position:absolute;
}
.ms-roamingapps-iconouter-3
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-3
{
left:-1px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-4
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-4
{
left:-85px;
top:-1px;
position:absolute;
}
.ms-roamingapps-iconouter-5
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-5
{
left:-85px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-6
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-6
{
left:-43px;
top:-85px;
position:absolute;
}
.ms-roamingapps-iconouter-7
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-7
{
left:-43px;
top:-43px;
position:absolute;
}
.ms-roamingapps-iconouter-8
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-8
{
left:-1px;
top:-1px;
position:absolute;
}
.ms-roamingapps-iconouter-9
{
display:inline-block;
height:40px;
width:40px;
position:relative;
overflow:hidden;
}
.ms-roamingapps-iconinner-9
{
left:-127px;
top:-85px;
position:absolute;
}
.ms-mrudocs-webpartheader
{
padding-top:19px;
padding-left:1px;
}
.ms-mrudocs-webpartfooter
{
padding-top:11px;
padding-left:1px;
}
.ms-mrudocs-separator
{
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
width:158px;
padding-top:15px;
}
.ms-mrudocs-webpartbody
{
width:160px;
word-wrap:normal;
}
.ms-mrudocs-itemscontainer
{
padding-top:12px;
}
.ms-mrudocs-documenticon
{
padding-left:1px;
}
.ms-mrudocs-documentname,
.ms-mrudocs-loadingmessage
{
padding-left:3px;
width:122px;
}
.ms-mrudocs-pinnedicon
{
left:-236px;
top:-48px;
position:absolute;
padding-left:2px;
}
.ms-mrudocs-pinnedicon-container
{
height:16px;
width:16px;
position:relative;
overflow:hidden;
}
.dlp-menu-box
{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ border-color:#efefef;
border-style:solid;
border-width:2px;
}
.dlp-menu-heading
{
/* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color:rgba( 239,239,239,0.78 );
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
padding-bottom:2px;
}
.dlp-dialogWaitImage
{
text-align:center;
padding-top:110px;
padding-bottom:130px;
height:25px;
}
.js-dlp-buttonNameText
{
font-weight:bold;
}
.dlp-issuesIcon::before
{
font-family:'SPO365Icons';
content:'\e032';
}
.dlp-issuesIcon
{
font-size:18px;
text-decoration:none;
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
padding-left:8px;
cursor:default;
}
.dlp-issuesText
{
padding-left:6px;
padding-top:3px;
padding-bottom:2px;
vertical-align:top;
display:inline-block;
}
.dlp-policyMatch-area
{
overflow-y:auto;
overflow-x:hidden;
max-height:100px;
}
.dlp-policyMatch-section
{
padding-left:28px
}
.dlp-policyMatch-item
{
padding-left:5px
}
.dlp-lastScannedIcon::before
{
font-family:'SPO365Icons';
content:'\e00a';
}
.dlp-lastScannedIcon
{
font-size:18px;
text-decoration:none;
/* [ReplaceColor(themeColor:"ButtonGlyphDisabled")] */ color:#b1b1b1;
padding-left:11px
}
.dlp-lastScannedRow
{
cursor:default;
}
.dlp-lastScannedText
{
vertical-align:top;
display:inline-block;
padding-top:5px;
padding-left:7px;
}
.dlp-resolve-section
{
margin-bottom:25px;
}
.dlp-resolve-description
{
padding-top:5px;
vertical-align:top;
width:80%;
}
.dlp-resolve-button
{
padding-top:10px;
text-align:right;
}
.ms-confirmDialog-overlay{
position:absolute;
z-index:5001;
top:0px;
left:0px;
right:0px;
bottom:0px;
background-color:#999;
opacity:0.4;
}
.ms-confirmDialog-container{
border:1px solid #c6c6c6;
background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0,0,0,0.47);
z-index:5002;
box-sizing:border-box;
}
.ms-confirmDialog-content{
width:500px;
padding:15px;
}
.ms-confirmDialog-title{
padding-bottom:15px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:1.46em;
color:#444;
}
.ms-confirmDialog-body{
padding-bottom:10px;
overflow:auto;
font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:13px;
color:#444;
}
.ms-confirmDialog-commandBar{
text-align:right;
padding-top:20px;
}
.ms-confirmDialog-loadingImg{
vertical-align:middle;
height:16px;
width:18px;
margin-right:2px;
display:none;
}
.ms-confirmDialog-button{
min-width:6em;
padding:7px 10px;
border:1px solid #ababab;
background-color:#fdfdfd;
margin-left:10px;
font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:11px;
color:#444;
}
.ms-absoluteCenter{
position:absolute;
margin:auto;
top:0px;
left:0px;
bottom:0px;
right:0px;
}
.ms-chromecontrol-help
{
/* [RecolorImage(themeColor:"TopBarText",method:"Filling",includeRectangle:{x:19,y:1,width:16,height:16})] */ background-image:url(/_layouts/15/1033/images/spintl.png);
background-repeat:no-repeat;
background-position:-19px -1px;
height:16px;
width:16px;
display:inline-block;
}
.ms-search-image
{
float:right;
}
.ms-entity-resolved
{
text-decoration:underline;
display:inline-block;
}
.ms-entity-unresolved
{
cursor:pointer;
background-repeat:repeat-x;
background-position:left bottom;
padding-bottom:2px;
vertical-align:text-top;
display:inline-block;
/* [RecolorImage(themeColor:"ErrorText",method:"Filling")] */ background-image:url("/_layouts/15/images/UserSquiggle.png?rev=44");
}
.ms-rte-layoutszone-inner
{
padding:0px;
}
.ms-inputuserfield
{
height:25px;
padding:0px 5px;
}
.ms-inputuserfield:disabled
{
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
/* [ReplaceColor(themeColor:"DisabledLines")] */ border-color:#e1e1e1;
/* [ReplaceColor(themeColor:"DisabledBackground",opacity:"1")] */ background-color:#fdfdfd;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
}
.ms-fileField-fileExt
{
padding-left:3px;
}
.ms-wiki-newPage
{
padding-top:10px;
}
a.ms-wikilink
{
text-decoration:none;
}
.ms-wiki-columnSpacing
{
padding-left:24px;
}
a.ms-missinglink
{
text-decoration:none;
/* [ReplaceColor(themeColor:"Hyperlink")] */ border-bottom:1px dashed #0072c6;
}
.ms-tileview-root
{
min-width:540px;
}
.ms-tileview-header
{
margin-bottom:24px;
}
.ms-tileview-tile-root
{
float:left;
}
.ms-tileview-tile-content
{
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
position:relative;
overflow:hidden;
}
.ms-tileview-tile-content > a:hover,
.ms-tileview-tile-content > a:active{
text-decoration:none;
}
.ms-tileview-tile-inner
{
margin-top:6px;
padding:3px;
}
.ms-tileview-tile-detailsBox
{
/* [ReplaceColor(themeColor:"TileText")] */ color:#fff;
/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ background-color:rgba( 0,0,0,0.6 );
position:absolute;
top:130px;
}
.ms-core-needIEFilter .ms-tileview-tile-detailsBox
{
background-color:transparent;
/* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99000000,endColorstr=#99000000)";
}
.ms-tileview-tile-backgroundColorDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0.9")] */ background-color:rgba( 0,114,198,0.9 );
}
.ms-core-needIEFilter .ms-tileview-tile-backgroundColorDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0.9")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e50072c6,endColorstr=#e50072c6)";
}
.ms-tileview-tile-transparentDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0")] */ background-color:rgba( 0,114,198,0 );
}
.ms-core-needIEFilter .ms-tileview-tile-transparentDetailsBox
{
/* [ReplaceColor(themeColor:"EmphasisBackground",opacity:"0")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00000000,endColorstr=#00000000)";
}
.ms-tileview-tile-tabularBox
{
position:relative;
top:-27px;
padding:0px 10px;
}
.ms-tileview-tile-selected,.ms-tileview-tile-selectionBox,.ms-tileview-tile-selectionBox > *,.ms-tileview-tile-selectionBox:hover > *
{
/* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color:#0072c6;
}
.ms-tileview-tile-selectionBox,.ms-tileview-tile-selectionBox > span
{
position:relative;
cursor:pointer;
}
.ms-tileview-tile-selectionBox
{
width:30px;
height:30px;
left:-10px;
top:-3px;
text-align:center;
}
.ms-tileview-tile-selectionBox > span
{
top:5px;
}
.ms-tileview-tile-detailsListSmall
{
height:130px;
overflow:hidden;
padding:10px;
padding-top:6px;
margin:0px;
}
.ms-tileview-tile-detailsListMedium
{
height:150px;
overflow:hidden;
padding:10px;
padding-top:6px;
margin:0px;
}
.ms-tileview-tile-detailsListLarge
{
height:200px;
overflow:hidden;
padding:6px 10px;
margin:0px;
}
.ms-tileview-tile-titleMedium,
.ms-tileview-tile-titleLarge
{
/* [ReplaceColor(themeColor:"TileText")] */ color:#fff;
font-size:1em;
}
.ms-tileview-tile-titleSmallCollapsed,
.ms-tileview-tile-titleMediumCollapsed
{
display:table-cell;
height:36px;
overflow:hidden;
vertical-align:bottom;
}
.ms-tileview-tile-titleLargeCollapsed
{
display:table-cell;
height:52px;
overflow:hidden;
vertical-align:bottom;
}
.ms-tileview-tile-titleShortOverlay
{
vertical-align:top;
}
.ms-tileview-tile-titleSmallExpanded,
.ms-tileview-tile-titleMediumExpanded,
.ms-tileview-tile-titleLargeExpanded
{
display:table-cell;
max-height:52px;
overflow:hidden;
}
.ms-tileview-tile-titleTextSmallCollapsed,
.ms-tileview-tile-titleTextMediumCollapsed
{
max-height:36px;
overflow:hidden;
}
.ms-tileview-tile-titleTextSmallExpanded,
.ms-tileview-tile-titleTextMediumExpanded,
.ms-tileview-tile-titleTextLargeCollapsed,
.ms-tileview-tile-titleTextLargeExpanded
{
max-height:52px;
overflow:hidden;
}
.ms-tileview-tile-bodyText
{
padding:10px;
position:absolute;
overflow:hidden;
word-wrap:break-word;
/* [ReplaceColor(themeColor:"EmphasisText")] */ color:#fff;
max-height:5em;
}
.ms-tileview-tile-multiImage
{
float:left;
overflow:hidden;
}
.ms-tileview-tile-iconImage
{
top:68px;
left:10px;
position:absolute;
}
.ms-tileview-tile-descriptionSmall,
.ms-tileview-tile-descriptionMedium,
.ms-tileview-tile-descriptionLarge
{
padding-top:15px;
}
.ms-tileview-documentTile-launchPoint
{
position:absolute;
right:20px;
}
.ms-tileview-documentTile-content
{
margin:0px 10px;
overflow:hidden;
}
.ms-tileview-documentTile-modifiedDate
{
position:absolute;
top:15px;
left:0px;
white-space:nowrap;
}
.ms-tileview-documentTile-icon
{
position:absolute;
left:0px;
}
.ms-tileview-documentTile-title
{
position:absolute;
left:0px;
}
.ms-core-form-bottomButtonBox button
{
margin-left:6px;
}
.ms-manageLink-table
{
width:100%;
}
.ms-manageLink-column
{
margin-right:15px;
margin-bottom:9px;
white-space:nowrap;
}
.ms-manageLink-cell
{
vertical-align:middle;
}
.ms-manageLink-section-top
{
margin-top:24px !important;
}
.ms-manageLink-table-img
{
vertical-align:middle;
}
.ms-manageLink-tabbed-url-width
{
width:359px;
}
.ms-manageLink-url-width
{
width:470px;
}
.ms-manageLink-url
{
cursor:text;
border-width:0px;
padding:0px;
}
.ms-manageLink-progress
{
text-align:left;
vertical-align:middle;
}
.ms-manageLink-progress-img
{
margin:0px 6px;
}
.ms-manageLink-buttonrow
{
margin-top:11px;
}
.ms-navresizer-vertical{
cursor:e-resize;
width:5px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #ababab;
margin-left:1px;
}
.ms-navresizer-horizontal{
margin-right:1px;
cursor:n-resize;
height:5px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
}
.ms-navresizer-verticalpositionhelper{
top:0px;
width:0px;
height:0px;
position:relative;
}
.ms-navresizer-verticalpositionhelper .ms-navresizer-vertical{
top:0px;
height:800px;
position:absolute;
}
.ms-fullscreenmode #navresizerVerticalBar
{
display:none;
}
.ms-fullscreenmode #navresizerHorizontalBar
{
display:none;
}
.ms-fullscreenmode #suiteBarTop
{
display:none;
}
.ms-inlineSearch-searchImgSpanBase
{
display:inline-block;
overflow:hidden;
direction:ltr;
vertical-align:middle;
margin:0px 0px 0px 4px;
width:20px;
height:20px;
}
.ms-inlineSearch-searchImgSpanStandard
{
border:1px solid transparent;
}
.ms-inlineSearch-searchImgSpanHoverHighlight
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ border:1px solid #e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
}
.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-cancelImg,
.ms-cancelImgHover
{
position:absolute;
}
.ms-inlineSearch-imgHoverHighlight
{
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1")] */ background-color:#e6f2fa;
/* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color:#e6f2fa;
}
.ms-HelpPanel-Notification
{
z-index:503;
width:290px;
position:fixed;
}
.ms-HelpPanel-NotificationArrow
{
z-index:504;
position:absolute;
right:20px;
margin-top:-24px;
}
.ms-HelpPanel-NotificationBaloon
{
text-align:left;
padding:20px;
border-color:#98a3a6;
border-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
box-sizing:border-box;
}
.ms-HelpPanel-NotificationClose
{
top:12px;
right:12px;
position:absolute;
font-size:0pt;
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
.ms-core-overlay
{
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color:rgba( 255,255,255,0.85 );
}
.ms-core-needIEFilter .ms-core-overlay
{
background-color:transparent;
/* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}
/* _lcid="1033" _version="16.0.7611"
_LocalBinding */
#globalNavBox,.ms-clientcontrol-chromeheader
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color:rgba( 239,239,239,0.78 );
width:100%;
height:35px;
}
.ms-core-needIEFilter #globalNavBox,.ms-core-needIEFilter .ms-clientcontrol-chromeheader
{
/* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
}
#siteactiontd
{
display:inline-block;
}
.ms-cui-TabRowLeft
{
padding:13px 9px 0px 0px;
}
#s4-titlerow
{
margin-top:0px;
margin-bottom:0px;
padding-top:19px;
padding-bottom:8px;
}
/*#contentRow
{
padding-top:19px;
}
#sideNavBox
{
float:left;
margin-left:20px;
margin-right:20px;
width:180px;
}*/
.ms-core-sideNavBox-removeLeftMargin
{
margin-left:-20px;
}
.ms-tv-box
{
margin-left:20px;
}
/*#contentBox
{
margin-right:20px;
margin-left:220px;
min-width:703px;
}*/
.ms-siteactions-root > span > a.ms-core-menu-root
{
/* [ReplaceColor(themeColor:"TopBarText")] */ color:#666;
}
.ms-fullscreenmode #s4-titlerow
{
display:none !important;
}
.ms-fullscreenmode #sideNavBox
{
display:none;
}
.ms-fullscreenmode #contentBox
{
margin-left:40px;
}
.ms-dialog .ms-fullscreenmode #contentBox
{
margin-left:0px;
}
.ms-mpSearchBox
{
width:260px;
}
.ms-list-addnew-aligntop
{
padding-top:0px;
}
| 0.236957 | 0.041579 |
position:relative;
}
.dflip-tab{
}
#dflip_post_meta_box,
form.dflip-settings{
background-color: #f7f7f7;
border: 2px solid #0295d0;
line-height: 1.5;
}
#dflip_post_meta_box .hndle {
background-color: #0295d0;
color: white;
}
form.dflip-settings{
margin-right: 20px;
padding: 7px 12px 20px;
}
#dflip-tabs {
position:relative;
}
#dflip-tabs-list {
border-bottom: 1px solid #ddd;
margin: -7px -12px 15px;
list-style: none;
padding: 8px 12px 0;
background-color: #0295d0;
}
#dflip-settings #dflip-tabs-list .nav-tab{
margin-bottom: -1px;
}
#dflip-tabs-list li {
display: inline-flex;
margin: 0;
}
#dflip-tabs-list .dflip-active {
border-bottom-color: white;
}
#dflip-tabs-list li a,
#dflip-tabs-list .nav-tab {
display: block;
padding: 8px 10px;
text-decoration: none;
outline: none;
box-shadow: none;
position: relative;
line-height: 1.5;
color: #eee;
}
#dflip-tabs-list li a:after, #dflip-tabs-list .nav-tab:after {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #f1f1f1;
top: 50%;
opacity: 0;
margin-top: -8px;
transition: 0.25s ease;
}
#dflip-tabs-list li.dflip-active a,
#dflip-tabs-list .nav-tab.nav-tab-active {
background-color: #0085ba;
color: white;
}
#dflip-tabs-list li a:hover {
color: white;
}
div#dflip-tab-layout {}
.dflip-tabs,.dflip-tabs:hover {
display: none;
/* background-color: white; */
}
.dflip-tabs.dflip-active {
display: block;
}
.has-dragging {
-webkit-user-select: none;
}
.dflip-box {
padding: 0 10px 10px;
clear: both;
position: relative;
border-top: 1px solid #e7e7e7;
padding: 10px 0 10px;
margin: 0 10px;
}
.dflip-box:last-child,.dflip-box:first-child {
border: 0;
}
.dflip-box:last-child {
padding: 0;
}
.dflip-label {
display: block;
width: 35%;
margin: 0;
color: #33373a !important;
font-size: 14px !important;
font-weight: 600 !important;
padding: 5px 0px 1px 0px;
}
.dflip-label i {
font-weight: normal;
}
.dflip-desc {
font-size: 12px;
width: 40%;
margin: 4px 0 10px;
float: none;
color: #999;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding-right: 15px;
}
.dflip-option {
padding: 0;
box-sizing: border-box;
position: relative;
margin-top: -15px;
float: right;
display: inline-block;
vertical-align: top;
width: 60%;
}
.dflip-option select,.dflip-option input {
min-width: 160px;
}
.dflip-select select {
/* height: 28px; */
}
.dflip-option > textarea {
width: 100%;
}
.dflip-option.dflip-page-list {
width: 100%;
padding: 0;
margin-top: 0;
}
.dflip-page-modal {
position: fixed;
top: 20px;
}
ul.dflip-page-list {
clear: both;
}
.dflip-page-list-add {
}
#dflip_pages_box .dflip-desc, #dflip_outline_box .dflip-desc {
width: 100%;
float: none;
/* position: absolute; */
}
#dflip_outline_box .dflip-option {
width: 100%;
padding: 0;
font-size: 14px;
}
#dflip_outline_box .dflip-option textarea{
font-size:13px;
display: none;
}
#dflip .ui-sortable-handle {
min-height: 20px;
cursor: move;
}
.dflip-upload-input {
height: 29px;
}
.dflip-upload-input + .dflip-button {
position: absolute;
/* width: 80px; */
/* height: 28px; */
top: 0;
right: 0;
text-align: center;
}
.dflip-upload {
padding-right: 0;
}
.dflip-upload .dflip-global-value {
/* padding-left: 0; */
}
.dflip-page-options{display: none;}
.dflip-page-actions {
position: absolute;
top: -50%;
transition: 0.2s;
width: 120px;
cursor: default;
background-color: #fff;
}
ul.dflip-outline-actions {
position: absolute;
right: 3px;
top: 3px;
display: none;
margin: 0;
border-radius: 5px;
transition: 0.2s;
cursor: default;
background-color: #fff;
}
.dflip-page-actions > li,
.dflip-outline-actions > li {
height: 28px;
min-width: 28px;
color: #777;
float: left;
background-color: inherit;
margin: 0;
cursor: pointer;
}
.dflip-page-actions > li:hover,
.dflip-outline-actions > li:hover {
background-color: #eee;
}
.dflip-page-actions > li:before,
.dflip-outline-actions > li:before {
line-height: 1.5;
}
.dflip-page-image-action {}
.dflip-page-edit-action {}
li.dflip-page-remove-action {
float: right;
/* background-color: #FF5722; */
color: #F44336;
/* padding: 7px 0; */
}
.dflip-page-options label:nth-child(1), .dflip-page-options input:nth-child(2) {
/* margin-left: 80px; */
/* width: 200px; */
}
.dflip-page-options label{
display:block;
padding: 0px 0 5px;
margin-top: 10px;
}
.dflip-page-options textarea{
width:100%;
}
.dflip-page-item{
border: 1px solid #ccc;
width: 120px;
height: 160px;
background-color: #f7f7f7;
overflow: hidden;
cursor: move;
position: relative;
margin: 0 10px 10px 0;
display: inline-block;
}
.dflip-page-edit {
width: 100%;
height: auto;
}
.dflip-page-edit .dflip-page-thumb {
width: 120px;
left: 0;
margin: 0;
}
.dflip-page-edit .dflip-page-options {
display: block;
padding-left: 130px;
padding-right: 10px;
background-color: white;
}
li.dflip-page-item:hover .dflip-page-actions {
top: 0;
}
.outline-wrapper:hover >.dflip-outline-actions {
/* right: 2px; */
display: block;
}
.dflip-empty-page {
display: none;
}
.dflip-handle{
cursor: move;
z-index: 1;
height: 100%;
position: relative;
background-color: #f7f7f7;
}
.dflip-page-thumb {
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
bottom: 0;
}
img.dflip-page-thumb{
}
.outline-node{position: relative;/* border-top: 1px solid #eee; */overflow: hidden;cursor: pointer;/* margin-left: 20px; */padding: 2px 0 0;}
#dflip_outline_box:focus {
background-color: green;
}
.outline-node.outline-haschild.outline-collapsed .outline-wrapper {
background-color: #eee;
}
.outline-node:last-child:after {
display: none;
}
.outline-node:before,.outline-node:after {
position: absolute;
content: "";
}
.outline-node:before {
top: 0px;
left: 5px;
margin-top: 0px;
height: 20px;
width: 14px;
border: 0;
z-index: 0;
/* border-radius: 0 0 0 4px; */
border-bottom: 1px solid;
border-left: 1px solid;
border-color: #bbb;
}
.outline-node:after {
top: 20px;
left: 5px;
margin-top: 0px;
height: 100%;
width: 30px;
border: 0;
border-left: 1px solid;
border-color: #bbb;
}
.outline-node .outline-wrapper >input {
display: none;
height: 22px;
font-size: 13px;
border: 1px solid #ddd;
}
.outline-node.outline-active > .outline-wrapper >input {
display: inline-flex;
}
.outline-node.outline-active > .outline-wrapper >label {
display: none;
}
.outline-node >input{
box-shadow: none;
border: 1px solid #bbb;
}
.outline-nodes{padding-left: 20px;position: relative;border-left: 1px solid #fff;}
.outline-nodes .outline-node {}
.outline-node .outline-wrapper {
height: 34px;
border: 1px solid #bbb;
border-radius: 5px;
padding: 4px;
z-index: 2;
position: relative;
box-sizing: border-box;
margin-left: 20px;
padding-left: 10px;
background-color: #fff;
}
.outline-wrapper.has-drag-over {
border: 3px solid green;
}
.outline-wrapper.has-drag-after {
border-bottom: 6px solid green;
}
.outline-wrapper.has-drag-before {
border-top: 6px solid green;
}
.has-drag-over.is-drag-source, .is-drag-source ~ .outline-nodes .has-drag-over
{
border-color:red !important;
}
.is-drag-source,
.is-drag-source ~ .outline-nodes .outline-wrapper{opacity:0.2;}
.outline-collapse {
position: absolute;
left: 10px;
font-size: 14px;
z-index: 3;
display: none;
top: 8px;
border-radius: 50%;
background-color: #fff;
border: 1px solid #bbb;
}
.outline-collapse:before {
line-height: 1.5;
}
.outline-wrapper label {
/* min-height: 30px; */
display: inline-block;
min-width: 30px;
padding: 2px 5px;
}
.outline-wrapper input:nth-child(3) {
/* width: 50px; */
flex-grow: 2;
}
.outline-haschild > .outline-collapse{
display: block;
transition: 0.2s;
transform-origin: center;
}
.outline-collapsed .outline-collapse {
transform: rotateZ(-90deg);
}
.outline-collapsed .outline-nodes {
display: none;
}
.drag-helper{
background-color:#aaa;
/* width:50px; */
position:absolute;
z-index: 200;
/* height: 50px; */
padding: 10px;
color: white;
pointer-events: none;
}
.dflip-page-modal{
}
.dflip-page-modal .page-modal-close{
border-left: 1px solid #ddd;
cursor: pointer;
text-align: center;
}
.dflip-page-modal .page-modal-close .media-modal-icon {
margin-top: 15px;
display: block;
}
.page-modal-image-wrapper {
max-width: 100%;
/* max-height: 100%; */
position: absolute;
margin-top: 40px;
/* overflow: hidden; */
/* padding-right: 300px; */
-webkit-user-select: none;
}
.dflip-page-modal .media-frame-content {
/* overflow: hidden; */
/* position: relative; */
background-color: #eee;
}
img.page-modal-image {
max-width: 100%;
max-height: 100%;
margin: 0;
border: 0;
display: block;
}
.page-hotspot-container {}
.dflip-hotspot {
position: absolute;
cursor: pointer;
border: 1px solid #ccc;
box-sizing: border-box !important;
}
.dflip-hotspot-helper {
position: absolute !important;
z-index: 20;
cursor: move;
/* border: 2px solid black; */
box-sizing: border-box !important;
}
.dflip-hotspot:hover,.dflip-hotspot-helper {
background-color: rgba(255, 255, 0, 0.22);
}
.dflip-hotspot {
background-color: rgba(255, 255, 0, 0.22);
}
.dflip-hotspot-helper .ui-resizable-handle {
background: #f5dc58;
border: 1px solid #FFF;
width: 9px;
height: 9px;
box-sizing: border-box !important;
z-index: 2;
position: absolute;
}
.dflip-hotspot-helper .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.dflip-hotspot-helper .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.dflip-hotspot-helper .ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}
.dflip-hotspot-helper .ui-resizable-se {cursor: se-resize;width: 9px;height: 9px;right: -5px;bottom: -5px;}
.dflip-hotspot-helper .dflip-hotspot-delete{
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.dflip-hotspot-helper .dflip-hotspot-delete:hover{
color: #F44336;
}
.dflip-add-hotspot {
margin: 5px !important;
/* top: 10px; */
/* width: 36px; */
z-index: 50;
/* position: fixed; */
}
.dflip-hotspot-header {
position: fixed;
/* width: 100%; */
background-color: #eee;
z-index: 100;
}
.dflip-remove-hotspot {
float:right;
margin: 5px !important;
}
.dflip-hotspot-dest {
height: 30px;
vertical-align: middle;
width: 240px;
font-size: 12px;
margin: 5px !important;
}
.df-js-code{
font-family: monospace;
font-size: 12px;
}
input#dflip_settings_submit {
float: right;
margin-right: -12px;
z-index: 100;
margin-top: -45px;
}
.dflip-global-value{
color: #999;
font-size: 11px;
display: inline-block;
/* padding-left: 10px; */
}
.dflip-global-active{
}
.dflip-global-active ~ .dflip-global-value{
}
.dflip-global-inactive ~ .dflip-global-value{
text-decoration: line-through;
opacity: 0.4;
}
.dflip-global-active ~ .dflip-global-value:after{
content:" Active";
}
.dflip-global-inactive ~ .dflip-global-value:after{
content:" Inactive";
}
|
public/front/js/flip/css/metaboxes.css
|
position:relative;
}
.dflip-tab{
}
#dflip_post_meta_box,
form.dflip-settings{
background-color: #f7f7f7;
border: 2px solid #0295d0;
line-height: 1.5;
}
#dflip_post_meta_box .hndle {
background-color: #0295d0;
color: white;
}
form.dflip-settings{
margin-right: 20px;
padding: 7px 12px 20px;
}
#dflip-tabs {
position:relative;
}
#dflip-tabs-list {
border-bottom: 1px solid #ddd;
margin: -7px -12px 15px;
list-style: none;
padding: 8px 12px 0;
background-color: #0295d0;
}
#dflip-settings #dflip-tabs-list .nav-tab{
margin-bottom: -1px;
}
#dflip-tabs-list li {
display: inline-flex;
margin: 0;
}
#dflip-tabs-list .dflip-active {
border-bottom-color: white;
}
#dflip-tabs-list li a,
#dflip-tabs-list .nav-tab {
display: block;
padding: 8px 10px;
text-decoration: none;
outline: none;
box-shadow: none;
position: relative;
line-height: 1.5;
color: #eee;
}
#dflip-tabs-list li a:after, #dflip-tabs-list .nav-tab:after {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #f1f1f1;
top: 50%;
opacity: 0;
margin-top: -8px;
transition: 0.25s ease;
}
#dflip-tabs-list li.dflip-active a,
#dflip-tabs-list .nav-tab.nav-tab-active {
background-color: #0085ba;
color: white;
}
#dflip-tabs-list li a:hover {
color: white;
}
div#dflip-tab-layout {}
.dflip-tabs,.dflip-tabs:hover {
display: none;
/* background-color: white; */
}
.dflip-tabs.dflip-active {
display: block;
}
.has-dragging {
-webkit-user-select: none;
}
.dflip-box {
padding: 0 10px 10px;
clear: both;
position: relative;
border-top: 1px solid #e7e7e7;
padding: 10px 0 10px;
margin: 0 10px;
}
.dflip-box:last-child,.dflip-box:first-child {
border: 0;
}
.dflip-box:last-child {
padding: 0;
}
.dflip-label {
display: block;
width: 35%;
margin: 0;
color: #33373a !important;
font-size: 14px !important;
font-weight: 600 !important;
padding: 5px 0px 1px 0px;
}
.dflip-label i {
font-weight: normal;
}
.dflip-desc {
font-size: 12px;
width: 40%;
margin: 4px 0 10px;
float: none;
color: #999;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding-right: 15px;
}
.dflip-option {
padding: 0;
box-sizing: border-box;
position: relative;
margin-top: -15px;
float: right;
display: inline-block;
vertical-align: top;
width: 60%;
}
.dflip-option select,.dflip-option input {
min-width: 160px;
}
.dflip-select select {
/* height: 28px; */
}
.dflip-option > textarea {
width: 100%;
}
.dflip-option.dflip-page-list {
width: 100%;
padding: 0;
margin-top: 0;
}
.dflip-page-modal {
position: fixed;
top: 20px;
}
ul.dflip-page-list {
clear: both;
}
.dflip-page-list-add {
}
#dflip_pages_box .dflip-desc, #dflip_outline_box .dflip-desc {
width: 100%;
float: none;
/* position: absolute; */
}
#dflip_outline_box .dflip-option {
width: 100%;
padding: 0;
font-size: 14px;
}
#dflip_outline_box .dflip-option textarea{
font-size:13px;
display: none;
}
#dflip .ui-sortable-handle {
min-height: 20px;
cursor: move;
}
.dflip-upload-input {
height: 29px;
}
.dflip-upload-input + .dflip-button {
position: absolute;
/* width: 80px; */
/* height: 28px; */
top: 0;
right: 0;
text-align: center;
}
.dflip-upload {
padding-right: 0;
}
.dflip-upload .dflip-global-value {
/* padding-left: 0; */
}
.dflip-page-options{display: none;}
.dflip-page-actions {
position: absolute;
top: -50%;
transition: 0.2s;
width: 120px;
cursor: default;
background-color: #fff;
}
ul.dflip-outline-actions {
position: absolute;
right: 3px;
top: 3px;
display: none;
margin: 0;
border-radius: 5px;
transition: 0.2s;
cursor: default;
background-color: #fff;
}
.dflip-page-actions > li,
.dflip-outline-actions > li {
height: 28px;
min-width: 28px;
color: #777;
float: left;
background-color: inherit;
margin: 0;
cursor: pointer;
}
.dflip-page-actions > li:hover,
.dflip-outline-actions > li:hover {
background-color: #eee;
}
.dflip-page-actions > li:before,
.dflip-outline-actions > li:before {
line-height: 1.5;
}
.dflip-page-image-action {}
.dflip-page-edit-action {}
li.dflip-page-remove-action {
float: right;
/* background-color: #FF5722; */
color: #F44336;
/* padding: 7px 0; */
}
.dflip-page-options label:nth-child(1), .dflip-page-options input:nth-child(2) {
/* margin-left: 80px; */
/* width: 200px; */
}
.dflip-page-options label{
display:block;
padding: 0px 0 5px;
margin-top: 10px;
}
.dflip-page-options textarea{
width:100%;
}
.dflip-page-item{
border: 1px solid #ccc;
width: 120px;
height: 160px;
background-color: #f7f7f7;
overflow: hidden;
cursor: move;
position: relative;
margin: 0 10px 10px 0;
display: inline-block;
}
.dflip-page-edit {
width: 100%;
height: auto;
}
.dflip-page-edit .dflip-page-thumb {
width: 120px;
left: 0;
margin: 0;
}
.dflip-page-edit .dflip-page-options {
display: block;
padding-left: 130px;
padding-right: 10px;
background-color: white;
}
li.dflip-page-item:hover .dflip-page-actions {
top: 0;
}
.outline-wrapper:hover >.dflip-outline-actions {
/* right: 2px; */
display: block;
}
.dflip-empty-page {
display: none;
}
.dflip-handle{
cursor: move;
z-index: 1;
height: 100%;
position: relative;
background-color: #f7f7f7;
}
.dflip-page-thumb {
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
bottom: 0;
}
img.dflip-page-thumb{
}
.outline-node{position: relative;/* border-top: 1px solid #eee; */overflow: hidden;cursor: pointer;/* margin-left: 20px; */padding: 2px 0 0;}
#dflip_outline_box:focus {
background-color: green;
}
.outline-node.outline-haschild.outline-collapsed .outline-wrapper {
background-color: #eee;
}
.outline-node:last-child:after {
display: none;
}
.outline-node:before,.outline-node:after {
position: absolute;
content: "";
}
.outline-node:before {
top: 0px;
left: 5px;
margin-top: 0px;
height: 20px;
width: 14px;
border: 0;
z-index: 0;
/* border-radius: 0 0 0 4px; */
border-bottom: 1px solid;
border-left: 1px solid;
border-color: #bbb;
}
.outline-node:after {
top: 20px;
left: 5px;
margin-top: 0px;
height: 100%;
width: 30px;
border: 0;
border-left: 1px solid;
border-color: #bbb;
}
.outline-node .outline-wrapper >input {
display: none;
height: 22px;
font-size: 13px;
border: 1px solid #ddd;
}
.outline-node.outline-active > .outline-wrapper >input {
display: inline-flex;
}
.outline-node.outline-active > .outline-wrapper >label {
display: none;
}
.outline-node >input{
box-shadow: none;
border: 1px solid #bbb;
}
.outline-nodes{padding-left: 20px;position: relative;border-left: 1px solid #fff;}
.outline-nodes .outline-node {}
.outline-node .outline-wrapper {
height: 34px;
border: 1px solid #bbb;
border-radius: 5px;
padding: 4px;
z-index: 2;
position: relative;
box-sizing: border-box;
margin-left: 20px;
padding-left: 10px;
background-color: #fff;
}
.outline-wrapper.has-drag-over {
border: 3px solid green;
}
.outline-wrapper.has-drag-after {
border-bottom: 6px solid green;
}
.outline-wrapper.has-drag-before {
border-top: 6px solid green;
}
.has-drag-over.is-drag-source, .is-drag-source ~ .outline-nodes .has-drag-over
{
border-color:red !important;
}
.is-drag-source,
.is-drag-source ~ .outline-nodes .outline-wrapper{opacity:0.2;}
.outline-collapse {
position: absolute;
left: 10px;
font-size: 14px;
z-index: 3;
display: none;
top: 8px;
border-radius: 50%;
background-color: #fff;
border: 1px solid #bbb;
}
.outline-collapse:before {
line-height: 1.5;
}
.outline-wrapper label {
/* min-height: 30px; */
display: inline-block;
min-width: 30px;
padding: 2px 5px;
}
.outline-wrapper input:nth-child(3) {
/* width: 50px; */
flex-grow: 2;
}
.outline-haschild > .outline-collapse{
display: block;
transition: 0.2s;
transform-origin: center;
}
.outline-collapsed .outline-collapse {
transform: rotateZ(-90deg);
}
.outline-collapsed .outline-nodes {
display: none;
}
.drag-helper{
background-color:#aaa;
/* width:50px; */
position:absolute;
z-index: 200;
/* height: 50px; */
padding: 10px;
color: white;
pointer-events: none;
}
.dflip-page-modal{
}
.dflip-page-modal .page-modal-close{
border-left: 1px solid #ddd;
cursor: pointer;
text-align: center;
}
.dflip-page-modal .page-modal-close .media-modal-icon {
margin-top: 15px;
display: block;
}
.page-modal-image-wrapper {
max-width: 100%;
/* max-height: 100%; */
position: absolute;
margin-top: 40px;
/* overflow: hidden; */
/* padding-right: 300px; */
-webkit-user-select: none;
}
.dflip-page-modal .media-frame-content {
/* overflow: hidden; */
/* position: relative; */
background-color: #eee;
}
img.page-modal-image {
max-width: 100%;
max-height: 100%;
margin: 0;
border: 0;
display: block;
}
.page-hotspot-container {}
.dflip-hotspot {
position: absolute;
cursor: pointer;
border: 1px solid #ccc;
box-sizing: border-box !important;
}
.dflip-hotspot-helper {
position: absolute !important;
z-index: 20;
cursor: move;
/* border: 2px solid black; */
box-sizing: border-box !important;
}
.dflip-hotspot:hover,.dflip-hotspot-helper {
background-color: rgba(255, 255, 0, 0.22);
}
.dflip-hotspot {
background-color: rgba(255, 255, 0, 0.22);
}
.dflip-hotspot-helper .ui-resizable-handle {
background: #f5dc58;
border: 1px solid #FFF;
width: 9px;
height: 9px;
box-sizing: border-box !important;
z-index: 2;
position: absolute;
}
.dflip-hotspot-helper .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.dflip-hotspot-helper .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.dflip-hotspot-helper .ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}
.dflip-hotspot-helper .ui-resizable-se {cursor: se-resize;width: 9px;height: 9px;right: -5px;bottom: -5px;}
.dflip-hotspot-helper .dflip-hotspot-delete{
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.dflip-hotspot-helper .dflip-hotspot-delete:hover{
color: #F44336;
}
.dflip-add-hotspot {
margin: 5px !important;
/* top: 10px; */
/* width: 36px; */
z-index: 50;
/* position: fixed; */
}
.dflip-hotspot-header {
position: fixed;
/* width: 100%; */
background-color: #eee;
z-index: 100;
}
.dflip-remove-hotspot {
float:right;
margin: 5px !important;
}
.dflip-hotspot-dest {
height: 30px;
vertical-align: middle;
width: 240px;
font-size: 12px;
margin: 5px !important;
}
.df-js-code{
font-family: monospace;
font-size: 12px;
}
input#dflip_settings_submit {
float: right;
margin-right: -12px;
z-index: 100;
margin-top: -45px;
}
.dflip-global-value{
color: #999;
font-size: 11px;
display: inline-block;
/* padding-left: 10px; */
}
.dflip-global-active{
}
.dflip-global-active ~ .dflip-global-value{
}
.dflip-global-inactive ~ .dflip-global-value{
text-decoration: line-through;
opacity: 0.4;
}
.dflip-global-active ~ .dflip-global-value:after{
content:" Active";
}
.dflip-global-inactive ~ .dflip-global-value:after{
content:" Inactive";
}
| 0.299925 | 0.062789 |
::-webkit-input-placeholder {
color: #DDD;
}
::-webkit-scrollbar {
display: none;
}
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
html, body {
height: 100%;
}
body {
min-height: 100%;
font-family: Helvetica, Arial, sans-serif;
background: #FFF;
}
a {
color: #FFF;
cursor: pointer;
outline: 0;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
a:hover {
color: #888;
}
ul {
list-style: none;
}
#wrapper {
position: relative;
height: 100%;
width: 100%;
min-height: 320px;
min-width: 320px;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
h1 {
position: fixed;
z-index: 10;
height: 48px;
width: 100%;
min-width: 320px;
color: #FFF;
font-size: 20px;
text-align: center;
line-height: 48px;
background: #000;
cursor: default;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
h1 span {
display: block;
width: 100%;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: 0.6s;
-o-transition: 0.6s;
-webkit-transition: 0.6s;
transition: 0.6s;
}
@media (min-width: 800px) {
h1 span {
width: 0%;
min-width: auto;
padding-left: 12px;
}
}
h1 #menu-button {
position: absolute;
top: 0;
left: 0;
display: block;
height: inherit;
padding: 0 15px;
font-size: 22px;
line-height: inherit;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
@media (min-width: 800px) {
h1 #menu-button {
left: -280px;
}
}
h1 #menu-button.active {
color: #888;
}
h1 #menu-button.active:hover {
color: #555;
}
#menu {
position: fixed;
z-index: 2;
top: 0;
left: -280px;
height: 100%;
width: 280px;
overflow-y: scroll;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #111111), color-stop(100%, #444444));
background: -moz-linear-gradient(bottom, #111111, #444444);
background: -webkit-linear-gradient(bottom, #111111, #444444);
background: linear-gradient(to top left, #111111, #444444);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: left 0.4s;
-o-transition: left 0.4s;
-webkit-transition: left 0.4s;
transition: left 0.4s;
}
@media (min-width: 800px) {
#menu {
z-index: 10;
right: 0;
left: initial;
height: 48px;
min-height: 48px;
width: auto;
background: none;
}
}
#menu.active {
left: 0;
}
#menu.active li {
opacity: 1;
}
#menu li {
position: relative;
display: block;
height: 60px;
width: 100%;
line-height: 60px;
opacity: 0;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: opacity 0.3s 0.3s;
-o-transition: opacity 0.3s 0.3s;
-webkit-transition: opacity 0.3s;
-webkit-transition-delay: 0.3s;
transition: opacity 0.3s 0.3s;
}
@media (min-width: 600px) {
#menu li {
height: 70px;
line-height: 70px;
}
}
@media (min-width: 800px) {
#menu li {
display: none;
float: right;
height: 48px;
width: auto;
margin-top: 0;
line-height: 48px;
opacity: 1;
}
#menu li:nth-of-type(-n+3) {
display: block;
}
}
#menu li:first-of-type {
margin-top: 70px;
}
@media (min-width: 600px) {
#menu li:first-of-type {
margin-top: 80px;
}
}
@media (min-width: 800px) {
#menu li:first-of-type {
margin-top: 0;
}
}
#menu li:last-of-type {
margin-bottom: 60px;
}
#menu li a {
display: block;
height: inherit;
padding: 0 0 0 40px;
color: #999;
font-size: 16px;
line-height: inherit;
text-decoration: none;
}
#menu li a:hover {
color: #EEE;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
@media (min-width: 800px) {
#menu li a {
padding: 0 25px 0 0;
color: #FFF;
}
#menu li a:hover {
color: #888;
}
}
#menu li i {
position: relative;
top: 2px;
height: inherit;
width: 20px;
margin-right: 20px;
line-height: inherit;
text-align: center;
font-size: 20px;
}
#menu li i.fa-cog, #menu li i.fa-lock, #menu li i.fa-share-square-o {
font-size: 22px;
}
@media (min-width: 800px) {
#menu li i {
display: none;
}
}
#main {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background: #FFF;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: left 0.4s;
-o-transition: left 0.4s;
-webkit-transition: left 0.4s;
transition: left 0.4s;
}
#main.active {
left: 280px;
}
@media (min-width: 800px) {
#main {
right: 0;
left: 0;
}
}
#title {
position: absolute;
top: 70px;
right: 0;
left: 0;
height: 30px;
margin: 0 auto;
font-size: 17px;
font-weight: bold;
text-align: center;
text-transform: capitalize;
opacity: 0;
cursor: default;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media (min-width: 600px) {
#title {
top: 80px;
}
}
@media (min-width: 800px) {
#title {
top: 95px;
}
}
#title.active {
opacity: 1;
}
input {
position: absolute;
top: 160px;
right: 0;
left: 0;
height: 52px;
width: 270px;
margin: 0 auto;
color: #000;
font-size: 20px;
text-align: center;
border: 1px solid #000;
border-radius: 10px;
outline: 0;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media (min-width: 360px) {
input {
width: 330px;
}
}
@media (min-width: 480px) {
input {
width: 460px;
}
}
@media (min-width: 600px) {
input {
width: 500px;
}
}
@media (min-width: 800px) {
input {
top: 180px;
width: 560px;
}
}
input.active {
top: 110px;
}
@media (min-width: 600px) {
input.active {
top: 130px;
}
}
#items {
position: relative;
top: 215px;
height: auto;
width: 100%;
max-width: 800px;
margin: 0 auto;
padding-bottom: 80px;
text-align: center;
background: #FFF;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
@media (min-width: 600px) {
#items {
top: 230px;
}
}
@media (min-width: 800px) {
#items {
top: 250px;
}
}
.item {
position: relative;
z-index: 2;
left: 0;
display: block;
height: 0;
width: 290px;
margin: 0 auto;
color: #FFF;
line-height: 46px;
background: #333333;
border-radius: 8px;
opacity: 0;
cursor: default;
overflow: hidden;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: width 0.3s, height 0.2s, opacity 0.2s 0.15s;
-o-transition: width 0.3s, height 0.2s, opacity 0.2s 0.15s;
-webkit-transition: width 0.3s, height 0.2s, opacity 0.2s;
-webkit-transition-delay: 0s, 0s, 0.15s;
transition: width 0.3s, height 0.2s, opacity 0.2s 0.15s;
}
@media (min-width: 360px) {
.item {
width: 330px;
}
}
@media (min-width: 480px) {
.item {
width: 440px;
}
}
@media (min-width: 600px) {
.item {
width: 500px;
}
}
@media (min-width: 800px) {
.item {
width: 600px;
}
}
.item.active {
height: 46px;
margin-bottom: 10px;
opacity: 1;
}
.item.inactive {
left: 100%;
height: 0;
margin-bottom: 0;
background: transparent;
opacity: 0;
-moz-transition: all 0.3s, height 0.3s 0.3s, margin 0.3s 0.3s;
-o-transition: all 0.3s, height 0.3s 0.3s, margin 0.3s 0.3s;
-webkit-transition: all 0.3s, height 0.3s, margin 0.3s;
-webkit-transition-delay: 0s, 0.3s, 0.3s;
transition: all 0.3s, height 0.3s 0.3s, margin 0.3s 0.3s;
}
.item.context .menu {
height: 100%;
opacity: 1;
}
.item.context .shade {
opacity: 1;
-moz-transform: translate3d(-60%, 0, 0) scale(4);
-ms-transform: translate3d(-60%, 0, 0) scale(4);
-webkit-transform: translate3d(-60%, 0, 0) scale(4);
transform: translate3d(-60%, 0, 0) scale(4);
}
.item.fa-bars:before {
position: absolute;
top: 0;
right: 15px;
}
.item > span {
display: inline-block;
width: 80%;
font-family: Helvetica, Arial, sans-serif;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.item .menu {
position: absolute;
z-index: 4;
top: 0;
left: 0;
right: 0;
height: 0;
width: 100%;
margin: 0 auto;
padding: 0 5%;
border-radius: 8px;
opacity: 0;
background: #f69;
-moz-transition: opacity 0.3s 0.2s, height 0.1s;
-o-transition: opacity 0.3s 0.2s, height 0.1s;
-webkit-transition: opacity 0.3s, height 0.1s;
-webkit-transition-delay: 0.2s, 0s;
transition: opacity 0.3s 0.2s, height 0.1s;
}
@media (min-width: 600px) {
.item .menu {
padding: 0 15%;
}
}
.item .menu li {
float: left;
width: 20%;
text-align: center;
}
.item .menu li a {
float: left;
height: 46px;
width: 100%;
color: #000;
font-size: 18px;
line-height: 46px;
text-decoration: none;
cursor: pointer;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.item .menu li a:last-of-type {
padding-right: 0;
}
.item .menu li a:hover {
color: #FFF;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.item .menu li a span {
display: none;
}
.item .shade {
position: absolute;
z-index: 3;
top: -50%;
left: 100%;
right: 0;
height: 200%;
width: 50%;
border-radius: 50%;
opacity: .4;
background: url('data:image/svg+xml;base64,<KEY>');
background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #cccccc), color-stop(100%, #888888));
background: -moz-linear-gradient(top, #cccccc, #888888);
background: -webkit-linear-gradient(top, #cccccc, #888888);
background: linear-gradient(to bottom right, #cccccc, #888888);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
#notify {
position: fixed;
z-index: 20;
left: 0;
right: 0;
width: 100%;
height: 56px;
margin: 0 auto;
color: #999;
font-size: 16px;
line-height: 56px;
text-align: center;
background: #EEE;
opacity: 0;
-moz-box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.1) inset;
-moz-transform: translateY(56px);
-ms-transform: translateY(56px);
-webkit-transform: translateY(56px);
transform: translateY(56px);
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
#notify.active {
opacity: 1;
-moz-transform: translateY(-56px);
-ms-transform: translateY(-56px);
-webkit-transform: translateY(-56px);
transform: translateY(-56px);
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#notify.delete span {
padding-right: 15px;
border-right: 1px solid #CCC;
}
#notify .inner {
display: block;
height: 100%;
width: 100%;
}
#notify span {
cursor: default;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#notify a {
display: inline-block;
height: inherit;
padding: 0 15px;
color: #777;
font-weight: bold;
}
#notify a:hover {
color: #000;
}
/*# sourceMappingURL=core.css.map */
|
prototype/core.css
|
::-webkit-input-placeholder {
color: #DDD;
}
::-webkit-scrollbar {
display: none;
}
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
html, body {
height: 100%;
}
body {
min-height: 100%;
font-family: Helvetica, Arial, sans-serif;
background: #FFF;
}
a {
color: #FFF;
cursor: pointer;
outline: 0;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
a:hover {
color: #888;
}
ul {
list-style: none;
}
#wrapper {
position: relative;
height: 100%;
width: 100%;
min-height: 320px;
min-width: 320px;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
h1 {
position: fixed;
z-index: 10;
height: 48px;
width: 100%;
min-width: 320px;
color: #FFF;
font-size: 20px;
text-align: center;
line-height: 48px;
background: #000;
cursor: default;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
h1 span {
display: block;
width: 100%;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: 0.6s;
-o-transition: 0.6s;
-webkit-transition: 0.6s;
transition: 0.6s;
}
@media (min-width: 800px) {
h1 span {
width: 0%;
min-width: auto;
padding-left: 12px;
}
}
h1 #menu-button {
position: absolute;
top: 0;
left: 0;
display: block;
height: inherit;
padding: 0 15px;
font-size: 22px;
line-height: inherit;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
@media (min-width: 800px) {
h1 #menu-button {
left: -280px;
}
}
h1 #menu-button.active {
color: #888;
}
h1 #menu-button.active:hover {
color: #555;
}
#menu {
position: fixed;
z-index: 2;
top: 0;
left: -280px;
height: 100%;
width: 280px;
overflow-y: scroll;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #111111), color-stop(100%, #444444));
background: -moz-linear-gradient(bottom, #111111, #444444);
background: -webkit-linear-gradient(bottom, #111111, #444444);
background: linear-gradient(to top left, #111111, #444444);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: left 0.4s;
-o-transition: left 0.4s;
-webkit-transition: left 0.4s;
transition: left 0.4s;
}
@media (min-width: 800px) {
#menu {
z-index: 10;
right: 0;
left: initial;
height: 48px;
min-height: 48px;
width: auto;
background: none;
}
}
#menu.active {
left: 0;
}
#menu.active li {
opacity: 1;
}
#menu li {
position: relative;
display: block;
height: 60px;
width: 100%;
line-height: 60px;
opacity: 0;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: opacity 0.3s 0.3s;
-o-transition: opacity 0.3s 0.3s;
-webkit-transition: opacity 0.3s;
-webkit-transition-delay: 0.3s;
transition: opacity 0.3s 0.3s;
}
@media (min-width: 600px) {
#menu li {
height: 70px;
line-height: 70px;
}
}
@media (min-width: 800px) {
#menu li {
display: none;
float: right;
height: 48px;
width: auto;
margin-top: 0;
line-height: 48px;
opacity: 1;
}
#menu li:nth-of-type(-n+3) {
display: block;
}
}
#menu li:first-of-type {
margin-top: 70px;
}
@media (min-width: 600px) {
#menu li:first-of-type {
margin-top: 80px;
}
}
@media (min-width: 800px) {
#menu li:first-of-type {
margin-top: 0;
}
}
#menu li:last-of-type {
margin-bottom: 60px;
}
#menu li a {
display: block;
height: inherit;
padding: 0 0 0 40px;
color: #999;
font-size: 16px;
line-height: inherit;
text-decoration: none;
}
#menu li a:hover {
color: #EEE;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
@media (min-width: 800px) {
#menu li a {
padding: 0 25px 0 0;
color: #FFF;
}
#menu li a:hover {
color: #888;
}
}
#menu li i {
position: relative;
top: 2px;
height: inherit;
width: 20px;
margin-right: 20px;
line-height: inherit;
text-align: center;
font-size: 20px;
}
#menu li i.fa-cog, #menu li i.fa-lock, #menu li i.fa-share-square-o {
font-size: 22px;
}
@media (min-width: 800px) {
#menu li i {
display: none;
}
}
#main {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background: #FFF;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: left 0.4s;
-o-transition: left 0.4s;
-webkit-transition: left 0.4s;
transition: left 0.4s;
}
#main.active {
left: 280px;
}
@media (min-width: 800px) {
#main {
right: 0;
left: 0;
}
}
#title {
position: absolute;
top: 70px;
right: 0;
left: 0;
height: 30px;
margin: 0 auto;
font-size: 17px;
font-weight: bold;
text-align: center;
text-transform: capitalize;
opacity: 0;
cursor: default;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media (min-width: 600px) {
#title {
top: 80px;
}
}
@media (min-width: 800px) {
#title {
top: 95px;
}
}
#title.active {
opacity: 1;
}
input {
position: absolute;
top: 160px;
right: 0;
left: 0;
height: 52px;
width: 270px;
margin: 0 auto;
color: #000;
font-size: 20px;
text-align: center;
border: 1px solid #000;
border-radius: 10px;
outline: 0;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media (min-width: 360px) {
input {
width: 330px;
}
}
@media (min-width: 480px) {
input {
width: 460px;
}
}
@media (min-width: 600px) {
input {
width: 500px;
}
}
@media (min-width: 800px) {
input {
top: 180px;
width: 560px;
}
}
input.active {
top: 110px;
}
@media (min-width: 600px) {
input.active {
top: 130px;
}
}
#items {
position: relative;
top: 215px;
height: auto;
width: 100%;
max-width: 800px;
margin: 0 auto;
padding-bottom: 80px;
text-align: center;
background: #FFF;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
@media (min-width: 600px) {
#items {
top: 230px;
}
}
@media (min-width: 800px) {
#items {
top: 250px;
}
}
.item {
position: relative;
z-index: 2;
left: 0;
display: block;
height: 0;
width: 290px;
margin: 0 auto;
color: #FFF;
line-height: 46px;
background: #333333;
border-radius: 8px;
opacity: 0;
cursor: default;
overflow: hidden;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: width 0.3s, height 0.2s, opacity 0.2s 0.15s;
-o-transition: width 0.3s, height 0.2s, opacity 0.2s 0.15s;
-webkit-transition: width 0.3s, height 0.2s, opacity 0.2s;
-webkit-transition-delay: 0s, 0s, 0.15s;
transition: width 0.3s, height 0.2s, opacity 0.2s 0.15s;
}
@media (min-width: 360px) {
.item {
width: 330px;
}
}
@media (min-width: 480px) {
.item {
width: 440px;
}
}
@media (min-width: 600px) {
.item {
width: 500px;
}
}
@media (min-width: 800px) {
.item {
width: 600px;
}
}
.item.active {
height: 46px;
margin-bottom: 10px;
opacity: 1;
}
.item.inactive {
left: 100%;
height: 0;
margin-bottom: 0;
background: transparent;
opacity: 0;
-moz-transition: all 0.3s, height 0.3s 0.3s, margin 0.3s 0.3s;
-o-transition: all 0.3s, height 0.3s 0.3s, margin 0.3s 0.3s;
-webkit-transition: all 0.3s, height 0.3s, margin 0.3s;
-webkit-transition-delay: 0s, 0.3s, 0.3s;
transition: all 0.3s, height 0.3s 0.3s, margin 0.3s 0.3s;
}
.item.context .menu {
height: 100%;
opacity: 1;
}
.item.context .shade {
opacity: 1;
-moz-transform: translate3d(-60%, 0, 0) scale(4);
-ms-transform: translate3d(-60%, 0, 0) scale(4);
-webkit-transform: translate3d(-60%, 0, 0) scale(4);
transform: translate3d(-60%, 0, 0) scale(4);
}
.item.fa-bars:before {
position: absolute;
top: 0;
right: 15px;
}
.item > span {
display: inline-block;
width: 80%;
font-family: Helvetica, Arial, sans-serif;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.item .menu {
position: absolute;
z-index: 4;
top: 0;
left: 0;
right: 0;
height: 0;
width: 100%;
margin: 0 auto;
padding: 0 5%;
border-radius: 8px;
opacity: 0;
background: #f69;
-moz-transition: opacity 0.3s 0.2s, height 0.1s;
-o-transition: opacity 0.3s 0.2s, height 0.1s;
-webkit-transition: opacity 0.3s, height 0.1s;
-webkit-transition-delay: 0.2s, 0s;
transition: opacity 0.3s 0.2s, height 0.1s;
}
@media (min-width: 600px) {
.item .menu {
padding: 0 15%;
}
}
.item .menu li {
float: left;
width: 20%;
text-align: center;
}
.item .menu li a {
float: left;
height: 46px;
width: 100%;
color: #000;
font-size: 18px;
line-height: 46px;
text-decoration: none;
cursor: pointer;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.item .menu li a:last-of-type {
padding-right: 0;
}
.item .menu li a:hover {
color: #FFF;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.item .menu li a span {
display: none;
}
.item .shade {
position: absolute;
z-index: 3;
top: -50%;
left: 100%;
right: 0;
height: 200%;
width: 50%;
border-radius: 50%;
opacity: .4;
background: url('data:image/svg+xml;base64,<KEY>');
background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #cccccc), color-stop(100%, #888888));
background: -moz-linear-gradient(top, #cccccc, #888888);
background: -webkit-linear-gradient(top, #cccccc, #888888);
background: linear-gradient(to bottom right, #cccccc, #888888);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
#notify {
position: fixed;
z-index: 20;
left: 0;
right: 0;
width: 100%;
height: 56px;
margin: 0 auto;
color: #999;
font-size: 16px;
line-height: 56px;
text-align: center;
background: #EEE;
opacity: 0;
-moz-box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.1) inset;
-moz-transform: translateY(56px);
-ms-transform: translateY(56px);
-webkit-transform: translateY(56px);
transform: translateY(56px);
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
#notify.active {
opacity: 1;
-moz-transform: translateY(-56px);
-ms-transform: translateY(-56px);
-webkit-transform: translateY(-56px);
transform: translateY(-56px);
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#notify.delete span {
padding-right: 15px;
border-right: 1px solid #CCC;
}
#notify .inner {
display: block;
height: 100%;
width: 100%;
}
#notify span {
cursor: default;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#notify a {
display: inline-block;
height: inherit;
padding: 0 15px;
color: #777;
font-weight: bold;
}
#notify a:hover {
color: #000;
}
/*# sourceMappingURL=core.css.map */
| 0.250271 | 0.047294 |
@font-face {
font-family: 'ninzio';
src: url('../fonts/ninzio-2.eot?bvk9qs');
src: url('../fonts/ninzio-2.eot?bvk9qs#iefix') format('embedded-opentype'),
url('../fonts/ninzio-2.ttf?bvk9qs') format('truetype'),
url('../fonts/ninzio-2.woff?bvk9qs') format('woff'),
url('../fonts/ninzio-2.svg?bvk9qs#ninzio') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="nzsalon-"], [class*=" nzsalon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'ninzio' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.nzsalon-uniF1AE:before {
content: "\f1ae";
}
.nzsalon-uniF189:before {
content: "\f189";
}
.nzsalon-uniF213:before {
content: "\f213";
}
.nzsalon-uniF1D4:before {
content: "\f1d4";
}
.nzsalon-uniF1BE:before {
content: "\f1be";
}
.nzsalon-uniF1B9:before {
content: "\f1b9";
}
.nzsalon-uniF1FF:before {
content: "\f1ff";
}
.nzsalon-uniF131:before {
content: "\f131";
}
.nzsalon-uniF1DA:before {
content: "\f1da";
}
.nzsalon-uniF13F:before {
content: "\f13f";
}
.nzsalon-uniF1EA:before {
content: "\f1ea";
}
.nzsalon-uniF113:before {
content: "\f113";
}
.nzsalon-uniF1B7:before {
content: "\f1b7";
}
.nzsalon-uniF212:before {
content: "\f212";
}
.nzsalon-uniF112:before {
content: "\f112";
}
.nzsalon-uniF1CB:before {
content: "\f1cb";
}
.nzsalon-uniF14C:before {
content: "\f14c";
}
.nzsalon-uniF215:before {
content: "\f215";
}
.nzsalon-uniF102:before {
content: "\f102";
}
.nzsalon-uniF1A4:before {
content: "\f1a4";
}
.nzsalon-uniF1ED:before {
content: "\f1ed";
}
.nzsalon-uniF19C:before {
content: "\f19c";
}
.nzsalon-uniF20A:before {
content: "\f20a";
}
.nzsalon-uniF1C5:before {
content: "\f1c5";
}
.nzsalon-uniF1C3:before {
content: "\f1c3";
}
.nzsalon-uniF20E:before {
content: "\f20e";
}
.nzsalon-uniF1C1:before {
content: "\f1c1";
}
.nzsalon-uniF192:before {
content: "\f192";
}
.nzsalon-uniF10C:before {
content: "\f10c";
}
.nzsalon-uniF1F9:before {
content: "\f1f9";
}
.nzsalon-uniF109:before {
content: "\f109";
}
.nzsalon-uniF10D:before {
content: "\f10d";
}
.nzsalon-uniF108:before {
content: "\f108";
}
.nzsalon-uniF162:before {
content: "\f162";
}
.nzsalon-uniF1B5:before {
content: "\f1b5";
}
.nzsalon-uniF17A:before {
content: "\f17a";
}
.nzsalon-uniF1F1:before {
content: "\f1f1";
}
.nzsalon-uniF21F:before {
content: "\f21f";
}
.nzsalon-uniF158:before {
content: "\f158";
}
.nzsalon-uniF136:before {
content: "\f136";
}
.nzsalon-uniF120:before {
content: "\f120";
}
.nzsalon-uniF218:before {
content: "\f218";
}
.nzsalon-uniF119:before {
content: "\f119";
}
.nzsalon-uniF20C:before {
content: "\f20c";
}
.nzsalon-uniF1D7:before {
content: "\f1d7";
}
.nzsalon-uniF185:before {
content: "\f185";
}
.nzsalon-uniF1E5:before {
content: "\f1e5";
}
.nzsalon-uniF182:before {
content: "\f182";
}
.nzsalon-uniF135:before {
content: "\f135";
}
.nzsalon-uniF1F4:before {
content: "\f1f4";
}
.nzsalon-uniF164:before {
content: "\f164";
}
.nzsalon-uniF1D6:before {
content: "\f1d6";
}
.nzsalon-uniF188:before {
content: "\f188";
}
.nzsalon-uniF148:before {
content: "\f148";
}
.nzsalon-uniF222:before {
content: "\f222";
}
.nzsalon-uniF1F5:before {
content: "\f1f5";
}
.nzsalon-uniF134:before {
content: "\f134";
}
.nzsalon-uniF1DD:before {
content: "\f1dd";
}
.nzsalon-uniF194:before {
content: "\f194";
}
.nzsalon-uniF12B:before {
content: "\f12b";
}
.nzsalon-uniF166:before {
content: "\f166";
}
.nzsalon-uniF21D:before {
content: "\f21d";
}
.nzsalon-uniF13C:before {
content: "\f13c";
}
.nzsalon-uniF1FC:before {
content: "\f1fc";
}
.nzsalon-uniF1CC:before {
content: "\f1cc";
}
.nzsalon-uniF1DF:before {
content: "\f1df";
}
.nzsalon-uniF160:before {
content: "\f160";
}
.nzsalon-uniF1F8:before {
content: "\f1f8";
}
.nzsalon-uniF12D:before {
content: "\f12d";
}
.nzsalon-uniF115:before {
content: "\f115";
}
.nzsalon-uniF130:before {
content: "\f130";
}
.nzsalon-uniF1E4:before {
content: "\f1e4";
}
.nzsalon-uniF1AF:before {
content: "\f1af";
}
.nzsalon-uniF1B8:before {
content: "\f1b8";
}
.nzsalon-uniF1D2:before {
content: "\f1d2";
}
.nzsalon-uniF1F3:before {
content: "\f1f3";
}
.nzsalon-uniF106:before {
content: "\f106";
}
.nzsalon-uniF180:before {
content: "\f180";
}
.nzsalon-uniF20B:before {
content: "\f20b";
}
.nzsalon-uniF14A:before {
content: "\f14a";
}
.nzsalon-uniF1C0:before {
content: "\f1c0";
}
.nzsalon-uniF104:before {
content: "\f104";
}
.nzsalon-uniF167:before {
content: "\f167";
}
.nzsalon-uniF13B:before {
content: "\f13b";
}
.nzsalon-uniF207:before {
content: "\f207";
}
.nzsalon-uniF208:before {
content: "\f208";
}
.nzsalon-uniF146:before {
content: "\f146";
}
.nzsalon-uniF19D:before {
content: "\f19d";
}
.nzsalon-uniF124:before {
content: "\f124";
}
.nzsalon-uniF12E:before {
content: "\f12e";
}
.nzsalon-uniF21C:before {
content: "\f21c";
}
.nzsalon-uniF10F:before {
content: "\f10f";
}
.nzsalon-uniF14B:before {
content: "\f14b";
}
.nzsalon-uniF1F7:before {
content: "\f1f7";
}
.nzsalon-uniF19A:before {
content: "\f19a";
}
.nzsalon-uniF1F0:before {
content: "\f1f0";
}
.nzsalon-uniF1A3:before {
content: "\f1a3";
}
.nzsalon-uniF1A2:before {
content: "\f1a2";
}
.nzsalon-uniF210:before {
content: "\f210";
}
.nzsalon-uniF147:before {
content: "\f147";
}
.nzsalon-uniF1FE:before {
content: "\f1fe";
}
.nzsalon-uniF199:before {
content: "\f199";
}
.nzsalon-uniF1DB:before {
content: "\f1db";
}
.nzsalon-uniF1FB:before {
content: "\f1fb";
}
.nzsalon-uniF142:before {
content: "\f142";
}
.nzsalon-uniF144:before {
content: "\f144";
}
.nzsalon-uniF195:before {
content: "\f195";
}
.nzsalon-uniF132:before {
content: "\f132";
}
.nzsalon-uniF18C:before {
content: "\f18c";
}
.nzsalon-uniF114:before {
content: "\f114";
}
.nzsalon-uniF19B:before {
content: "\f19b";
}
.nzsalon-uniF1C7:before {
content: "\f1c7";
}
.nzsalon-uniF129:before {
content: "\f129";
}
.nzsalon-uniF1C8:before {
content: "\f1c8";
}
.nzsalon-uniF139:before {
content: "\f139";
}
.nzsalon-uniF159:before {
content: "\f159";
}
.nzsalon-uniF18A:before {
content: "\f18a";
}
.nzsalon-uniF206:before {
content: "\f206";
}
.nzsalon-uniF143:before {
content: "\f143";
}
.nzsalon-uniF1AA:before {
content: "\f1aa";
}
.nzsalon-uniF138:before {
content: "\f138";
}
.nzsalon-uniF11D:before {
content: "\f11d";
}
.nzsalon-uniF18F:before {
content: "\f18f";
}
.nzsalon-uniF1C9:before {
content: "\f1c9";
}
.nzsalon-uniF202:before {
content: "\f202";
}
.nzsalon-uniF1EE:before {
content: "\f1ee";
}
.nzsalon-uniF116:before {
content: "\f116";
}
.nzsalon-uniF12F:before {
content: "\f12f";
}
.nzsalon-uniF1A0:before {
content: "\f1a0";
}
.nzsalon-uniF1A6:before {
content: "\f1a6";
}
.nzsalon-uniF205:before {
content: "\f205";
}
.nzsalon-uniF1D9:before {
content: "\f1d9";
}
.nzsalon-uniF1D5:before {
content: "\f1d5";
}
.nzsalon-uniF111:before {
content: "\f111";
}
.nzsalon-uniF209:before {
content: "\f209";
}
.nzsalon-uniF140:before {
content: "\f140";
}
.nzsalon-uniF118:before {
content: "\f118";
}
.nzsalon-uniF1B3:before {
content: "\f1b3";
}
.nzsalon-uniF10A:before {
content: "\f10a";
}
.nzsalon-uniF203:before {
content: "\f203";
}
.nzsalon-uniF1A9:before {
content: "\f1a9";
}
.nzsalon-uniF1E9:before {
content: "\f1e9";
}
.nzsalon-uniF13E:before {
content: "\f13e";
}
.nzsalon-uniF1AC:before {
content: "\f1ac";
}
.nzsalon-uniF221:before {
content: "\f221";
}
.nzsalon-uniF169:before {
content: "\f169";
}
.nzsalon-uniF16A:before {
content: "\f16a";
}
.nzsalon-uniF123:before {
content: "\f123";
}
.nzsalon-uniF1D3:before {
content: "\f1d3";
}
.nzsalon-uniF201:before {
content: "\f201";
}
.nzsalon-uniF1BC:before {
content: "\f1bc";
}
.nzsalon-uniF127:before {
content: "\f127";
}
.nzsalon-uniF12A:before {
content: "\f12a";
}
.nzsalon-uniF15E:before {
content: "\f15e";
}
.nzsalon-uniF15D:before {
content: "\f15d";
}
.nzsalon-uniF121:before {
content: "\f121";
}
.nzsalon-uniF18E:before {
content: "\f18e";
}
.nzsalon-uniF20D:before {
content: "\f20d";
}
.nzsalon-uniF228:before {
content: "\f228";
}
.nzsalon-uniF21B:before {
content: "\f21b";
}
.nzsalon-uniF1CA:before {
content: "\f1ca";
}
.nzsalon-uniF15A:before {
content: "\f15a";
}
.nzsalon-uniF1AD:before {
content: "\f1ad";
}
.nzsalon-uniF18B:before {
content: "\f18b";
}
.nzsalon-uniF14E:before {
content: "\f14e";
}
.nzsalon-uniF186:before {
content: "\f186";
}
.nzsalon-uniF1C2:before {
content: "\f1c2";
}
.nzsalon-uniF1BB:before {
content: "\f1bb";
}
.nzsalon-uniF15C:before {
content: "\f15c";
}
.nzsalon-uniF133:before {
content: "\f133";
}
.nzsalon-uniF18D:before {
content: "\f18d";
}
.nzsalon-uniF1B6:before {
content: "\f1b6";
}
.nzsalon-uniF1DC:before {
content: "\f1dc";
}
.nzsalon-uniF1B0:before {
content: "\f1b0";
}
.nzsalon-uniF105:before {
content: "\f105";
}
.nzsalon-uniF184:before {
content: "\f184";
}
.nzsalon-uniF20F:before {
content: "\f20f";
}
.nzsalon-uniF200:before {
content: "\f200";
}
.nzsalon-uniF125:before {
content: "\f125";
}
.nzsalon-uniF1A5:before {
content: "\f1a5";
}
.nzsalon-uniF193:before {
content: "\f193";
}
.nzsalon-uniF141:before {
content: "\f141";
}
.nzsalon-uniF1EC:before {
content: "\f1ec";
}
.nzsalon-uniF100:before {
content: "\f100";
}
.nzsalon-uniF163:before {
content: "\f163";
}
.nzsalon-uniF10E:before {
content: "\f10e";
}
.nzsalon-uniF17F:before {
content: "\f17f";
}
.nzsalon-uniF103:before {
content: "\f103";
}
.nzsalon-uniF1F6:before {
content: "\f1f6";
}
.nzsalon-uniF1C6:before {
content: "\f1c6";
}
.nzsalon-uniF1D0:before {
content: "\f1d0";
}
.nzsalon-uniF217:before {
content: "\f217";
}
.nzsalon-uniF1EF:before {
content: "\f1ef";
}
.nzsalon-uniF1BA:before {
content: "\f1ba";
}
.nzsalon-uniF107:before {
content: "\f107";
}
.nzsalon-uniF19E:before {
content: "\f19e";
}
.nzsalon-uniF1CE:before {
content: "\f1ce";
}
.nzsalon-uniF1DE:before {
content: "\f1de";
}
.nzsalon-uniF1BD:before {
content: "\f1bd";
}
.nzsalon-uniF1E0:before {
content: "\f1e0";
}
.nzsalon-uniF1E2:before {
content: "\f1e2";
}
.nzsalon-uniF10B:before {
content: "\f10b";
}
.nzsalon-uniF152:before {
content: "\f152";
}
.nzsalon-uniF151:before {
content: "\f151";
}
.nzsalon-uniF12C:before {
content: "\f12c";
}
.nzsalon-uniF1A1:before {
content: "\f1a1";
}
.nzsalon-uniF1D1:before {
content: "\f1d1";
}
.nzsalon-uniF165:before {
content: "\f165";
}
.nzsalon-uniF11A:before {
content: "\f11a";
}
.nzsalon-uniF187:before {
content: "\f187";
}
.nzsalon-uniF128:before {
content: "\f128";
}
.nzsalon-uniF16C:before {
content: "\f16c";
}
.nzsalon-uniF1AB:before {
content: "\f1ab";
}
.nzsalon-uniF1A7:before {
content: "\f1a7";
}
.nzsalon-uniF1D8:before {
content: "\f1d8";
}
.nzsalon-uniF226:before {
content: "\f226";
}
.nzsalon-uniF225:before {
content: "\f225";
}
.nzsalon-uniF19F:before {
content: "\f19f";
}
.nzsalon-uniF181:before {
content: "\f181";
}
.nzsalon-uniF224:before {
content: "\f224";
}
.nzsalon-uniF1B1:before {
content: "\f1b1";
}
.nzsalon-uniF168:before {
content: "\f168";
}
.nzsalon-uniF161:before {
content: "\f161";
}
.nzsalon-uniF22A:before {
content: "\f22a";
}
.nzsalon-uniF126:before {
content: "\f126";
}
.nzsalon-uniF183:before {
content: "\f183";
}
.nzsalon-uniF1B4:before {
content: "\f1b4";
}
.nzsalon-uniF13D:before {
content: "\f13d";
}
.nzsalon-uniF17E:before {
content: "\f17e";
}
.nzsalon-uniF1F2:before {
content: "\f1f2";
}
.nzsalon-uniF13A:before {
content: "\f13a";
}
.nzsalon-uniF117:before {
content: "\f117";
}
.nzsalon-uniF21A:before {
content: "\f21a";
}
.nzsalon-uniF1E6:before {
content: "\f1e6";
}
.nzsalon-uniF11B:before {
content: "\f11b";
}
.nzsalon-uniF204:before {
content: "\f204";
}
.nzsalon-uniF137:before {
content: "\f137";
}
.nzsalon-uniF198:before {
content: "\f198";
}
.nzsalon-uniF1BF:before {
content: "\f1bf";
}
.nzsalon-uniF110:before {
content: "\f110";
}
.nzsalon-uniF14D:before {
content: "\f14d";
}
.nzsalon-uniF191:before {
content: "\f191";
}
.nzsalon-uniF227:before {
content: "\f227";
}
.nzsalon-uniF1FD:before {
content: "\f1fd";
}
.nzsalon-uniF22B:before {
content: "\f22b";
}
.nzsalon-uniF196:before {
content: "\f196";
}
.nzsalon-uniF15F:before {
content: "\f15f";
}
.nzsalon-uniF214:before {
content: "\f214";
}
.nzsalon-uniF21E:before {
content: "\f21e";
}
.nzsalon-uniF223:before {
content: "\f223";
}
.nzsalon-uniF101:before {
content: "\f101";
}
.nzsalon-uniF1CD:before {
content: "\f1cd";
}
.nzsalon-uniF11E:before {
content: "\f11e";
}
|
saleor/static/css/custom-font-2.css
|
@font-face {
font-family: 'ninzio';
src: url('../fonts/ninzio-2.eot?bvk9qs');
src: url('../fonts/ninzio-2.eot?bvk9qs#iefix') format('embedded-opentype'),
url('../fonts/ninzio-2.ttf?bvk9qs') format('truetype'),
url('../fonts/ninzio-2.woff?bvk9qs') format('woff'),
url('../fonts/ninzio-2.svg?bvk9qs#ninzio') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="nzsalon-"], [class*=" nzsalon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'ninzio' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.nzsalon-uniF1AE:before {
content: "\f1ae";
}
.nzsalon-uniF189:before {
content: "\f189";
}
.nzsalon-uniF213:before {
content: "\f213";
}
.nzsalon-uniF1D4:before {
content: "\f1d4";
}
.nzsalon-uniF1BE:before {
content: "\f1be";
}
.nzsalon-uniF1B9:before {
content: "\f1b9";
}
.nzsalon-uniF1FF:before {
content: "\f1ff";
}
.nzsalon-uniF131:before {
content: "\f131";
}
.nzsalon-uniF1DA:before {
content: "\f1da";
}
.nzsalon-uniF13F:before {
content: "\f13f";
}
.nzsalon-uniF1EA:before {
content: "\f1ea";
}
.nzsalon-uniF113:before {
content: "\f113";
}
.nzsalon-uniF1B7:before {
content: "\f1b7";
}
.nzsalon-uniF212:before {
content: "\f212";
}
.nzsalon-uniF112:before {
content: "\f112";
}
.nzsalon-uniF1CB:before {
content: "\f1cb";
}
.nzsalon-uniF14C:before {
content: "\f14c";
}
.nzsalon-uniF215:before {
content: "\f215";
}
.nzsalon-uniF102:before {
content: "\f102";
}
.nzsalon-uniF1A4:before {
content: "\f1a4";
}
.nzsalon-uniF1ED:before {
content: "\f1ed";
}
.nzsalon-uniF19C:before {
content: "\f19c";
}
.nzsalon-uniF20A:before {
content: "\f20a";
}
.nzsalon-uniF1C5:before {
content: "\f1c5";
}
.nzsalon-uniF1C3:before {
content: "\f1c3";
}
.nzsalon-uniF20E:before {
content: "\f20e";
}
.nzsalon-uniF1C1:before {
content: "\f1c1";
}
.nzsalon-uniF192:before {
content: "\f192";
}
.nzsalon-uniF10C:before {
content: "\f10c";
}
.nzsalon-uniF1F9:before {
content: "\f1f9";
}
.nzsalon-uniF109:before {
content: "\f109";
}
.nzsalon-uniF10D:before {
content: "\f10d";
}
.nzsalon-uniF108:before {
content: "\f108";
}
.nzsalon-uniF162:before {
content: "\f162";
}
.nzsalon-uniF1B5:before {
content: "\f1b5";
}
.nzsalon-uniF17A:before {
content: "\f17a";
}
.nzsalon-uniF1F1:before {
content: "\f1f1";
}
.nzsalon-uniF21F:before {
content: "\f21f";
}
.nzsalon-uniF158:before {
content: "\f158";
}
.nzsalon-uniF136:before {
content: "\f136";
}
.nzsalon-uniF120:before {
content: "\f120";
}
.nzsalon-uniF218:before {
content: "\f218";
}
.nzsalon-uniF119:before {
content: "\f119";
}
.nzsalon-uniF20C:before {
content: "\f20c";
}
.nzsalon-uniF1D7:before {
content: "\f1d7";
}
.nzsalon-uniF185:before {
content: "\f185";
}
.nzsalon-uniF1E5:before {
content: "\f1e5";
}
.nzsalon-uniF182:before {
content: "\f182";
}
.nzsalon-uniF135:before {
content: "\f135";
}
.nzsalon-uniF1F4:before {
content: "\f1f4";
}
.nzsalon-uniF164:before {
content: "\f164";
}
.nzsalon-uniF1D6:before {
content: "\f1d6";
}
.nzsalon-uniF188:before {
content: "\f188";
}
.nzsalon-uniF148:before {
content: "\f148";
}
.nzsalon-uniF222:before {
content: "\f222";
}
.nzsalon-uniF1F5:before {
content: "\f1f5";
}
.nzsalon-uniF134:before {
content: "\f134";
}
.nzsalon-uniF1DD:before {
content: "\f1dd";
}
.nzsalon-uniF194:before {
content: "\f194";
}
.nzsalon-uniF12B:before {
content: "\f12b";
}
.nzsalon-uniF166:before {
content: "\f166";
}
.nzsalon-uniF21D:before {
content: "\f21d";
}
.nzsalon-uniF13C:before {
content: "\f13c";
}
.nzsalon-uniF1FC:before {
content: "\f1fc";
}
.nzsalon-uniF1CC:before {
content: "\f1cc";
}
.nzsalon-uniF1DF:before {
content: "\f1df";
}
.nzsalon-uniF160:before {
content: "\f160";
}
.nzsalon-uniF1F8:before {
content: "\f1f8";
}
.nzsalon-uniF12D:before {
content: "\f12d";
}
.nzsalon-uniF115:before {
content: "\f115";
}
.nzsalon-uniF130:before {
content: "\f130";
}
.nzsalon-uniF1E4:before {
content: "\f1e4";
}
.nzsalon-uniF1AF:before {
content: "\f1af";
}
.nzsalon-uniF1B8:before {
content: "\f1b8";
}
.nzsalon-uniF1D2:before {
content: "\f1d2";
}
.nzsalon-uniF1F3:before {
content: "\f1f3";
}
.nzsalon-uniF106:before {
content: "\f106";
}
.nzsalon-uniF180:before {
content: "\f180";
}
.nzsalon-uniF20B:before {
content: "\f20b";
}
.nzsalon-uniF14A:before {
content: "\f14a";
}
.nzsalon-uniF1C0:before {
content: "\f1c0";
}
.nzsalon-uniF104:before {
content: "\f104";
}
.nzsalon-uniF167:before {
content: "\f167";
}
.nzsalon-uniF13B:before {
content: "\f13b";
}
.nzsalon-uniF207:before {
content: "\f207";
}
.nzsalon-uniF208:before {
content: "\f208";
}
.nzsalon-uniF146:before {
content: "\f146";
}
.nzsalon-uniF19D:before {
content: "\f19d";
}
.nzsalon-uniF124:before {
content: "\f124";
}
.nzsalon-uniF12E:before {
content: "\f12e";
}
.nzsalon-uniF21C:before {
content: "\f21c";
}
.nzsalon-uniF10F:before {
content: "\f10f";
}
.nzsalon-uniF14B:before {
content: "\f14b";
}
.nzsalon-uniF1F7:before {
content: "\f1f7";
}
.nzsalon-uniF19A:before {
content: "\f19a";
}
.nzsalon-uniF1F0:before {
content: "\f1f0";
}
.nzsalon-uniF1A3:before {
content: "\f1a3";
}
.nzsalon-uniF1A2:before {
content: "\f1a2";
}
.nzsalon-uniF210:before {
content: "\f210";
}
.nzsalon-uniF147:before {
content: "\f147";
}
.nzsalon-uniF1FE:before {
content: "\f1fe";
}
.nzsalon-uniF199:before {
content: "\f199";
}
.nzsalon-uniF1DB:before {
content: "\f1db";
}
.nzsalon-uniF1FB:before {
content: "\f1fb";
}
.nzsalon-uniF142:before {
content: "\f142";
}
.nzsalon-uniF144:before {
content: "\f144";
}
.nzsalon-uniF195:before {
content: "\f195";
}
.nzsalon-uniF132:before {
content: "\f132";
}
.nzsalon-uniF18C:before {
content: "\f18c";
}
.nzsalon-uniF114:before {
content: "\f114";
}
.nzsalon-uniF19B:before {
content: "\f19b";
}
.nzsalon-uniF1C7:before {
content: "\f1c7";
}
.nzsalon-uniF129:before {
content: "\f129";
}
.nzsalon-uniF1C8:before {
content: "\f1c8";
}
.nzsalon-uniF139:before {
content: "\f139";
}
.nzsalon-uniF159:before {
content: "\f159";
}
.nzsalon-uniF18A:before {
content: "\f18a";
}
.nzsalon-uniF206:before {
content: "\f206";
}
.nzsalon-uniF143:before {
content: "\f143";
}
.nzsalon-uniF1AA:before {
content: "\f1aa";
}
.nzsalon-uniF138:before {
content: "\f138";
}
.nzsalon-uniF11D:before {
content: "\f11d";
}
.nzsalon-uniF18F:before {
content: "\f18f";
}
.nzsalon-uniF1C9:before {
content: "\f1c9";
}
.nzsalon-uniF202:before {
content: "\f202";
}
.nzsalon-uniF1EE:before {
content: "\f1ee";
}
.nzsalon-uniF116:before {
content: "\f116";
}
.nzsalon-uniF12F:before {
content: "\f12f";
}
.nzsalon-uniF1A0:before {
content: "\f1a0";
}
.nzsalon-uniF1A6:before {
content: "\f1a6";
}
.nzsalon-uniF205:before {
content: "\f205";
}
.nzsalon-uniF1D9:before {
content: "\f1d9";
}
.nzsalon-uniF1D5:before {
content: "\f1d5";
}
.nzsalon-uniF111:before {
content: "\f111";
}
.nzsalon-uniF209:before {
content: "\f209";
}
.nzsalon-uniF140:before {
content: "\f140";
}
.nzsalon-uniF118:before {
content: "\f118";
}
.nzsalon-uniF1B3:before {
content: "\f1b3";
}
.nzsalon-uniF10A:before {
content: "\f10a";
}
.nzsalon-uniF203:before {
content: "\f203";
}
.nzsalon-uniF1A9:before {
content: "\f1a9";
}
.nzsalon-uniF1E9:before {
content: "\f1e9";
}
.nzsalon-uniF13E:before {
content: "\f13e";
}
.nzsalon-uniF1AC:before {
content: "\f1ac";
}
.nzsalon-uniF221:before {
content: "\f221";
}
.nzsalon-uniF169:before {
content: "\f169";
}
.nzsalon-uniF16A:before {
content: "\f16a";
}
.nzsalon-uniF123:before {
content: "\f123";
}
.nzsalon-uniF1D3:before {
content: "\f1d3";
}
.nzsalon-uniF201:before {
content: "\f201";
}
.nzsalon-uniF1BC:before {
content: "\f1bc";
}
.nzsalon-uniF127:before {
content: "\f127";
}
.nzsalon-uniF12A:before {
content: "\f12a";
}
.nzsalon-uniF15E:before {
content: "\f15e";
}
.nzsalon-uniF15D:before {
content: "\f15d";
}
.nzsalon-uniF121:before {
content: "\f121";
}
.nzsalon-uniF18E:before {
content: "\f18e";
}
.nzsalon-uniF20D:before {
content: "\f20d";
}
.nzsalon-uniF228:before {
content: "\f228";
}
.nzsalon-uniF21B:before {
content: "\f21b";
}
.nzsalon-uniF1CA:before {
content: "\f1ca";
}
.nzsalon-uniF15A:before {
content: "\f15a";
}
.nzsalon-uniF1AD:before {
content: "\f1ad";
}
.nzsalon-uniF18B:before {
content: "\f18b";
}
.nzsalon-uniF14E:before {
content: "\f14e";
}
.nzsalon-uniF186:before {
content: "\f186";
}
.nzsalon-uniF1C2:before {
content: "\f1c2";
}
.nzsalon-uniF1BB:before {
content: "\f1bb";
}
.nzsalon-uniF15C:before {
content: "\f15c";
}
.nzsalon-uniF133:before {
content: "\f133";
}
.nzsalon-uniF18D:before {
content: "\f18d";
}
.nzsalon-uniF1B6:before {
content: "\f1b6";
}
.nzsalon-uniF1DC:before {
content: "\f1dc";
}
.nzsalon-uniF1B0:before {
content: "\f1b0";
}
.nzsalon-uniF105:before {
content: "\f105";
}
.nzsalon-uniF184:before {
content: "\f184";
}
.nzsalon-uniF20F:before {
content: "\f20f";
}
.nzsalon-uniF200:before {
content: "\f200";
}
.nzsalon-uniF125:before {
content: "\f125";
}
.nzsalon-uniF1A5:before {
content: "\f1a5";
}
.nzsalon-uniF193:before {
content: "\f193";
}
.nzsalon-uniF141:before {
content: "\f141";
}
.nzsalon-uniF1EC:before {
content: "\f1ec";
}
.nzsalon-uniF100:before {
content: "\f100";
}
.nzsalon-uniF163:before {
content: "\f163";
}
.nzsalon-uniF10E:before {
content: "\f10e";
}
.nzsalon-uniF17F:before {
content: "\f17f";
}
.nzsalon-uniF103:before {
content: "\f103";
}
.nzsalon-uniF1F6:before {
content: "\f1f6";
}
.nzsalon-uniF1C6:before {
content: "\f1c6";
}
.nzsalon-uniF1D0:before {
content: "\f1d0";
}
.nzsalon-uniF217:before {
content: "\f217";
}
.nzsalon-uniF1EF:before {
content: "\f1ef";
}
.nzsalon-uniF1BA:before {
content: "\f1ba";
}
.nzsalon-uniF107:before {
content: "\f107";
}
.nzsalon-uniF19E:before {
content: "\f19e";
}
.nzsalon-uniF1CE:before {
content: "\f1ce";
}
.nzsalon-uniF1DE:before {
content: "\f1de";
}
.nzsalon-uniF1BD:before {
content: "\f1bd";
}
.nzsalon-uniF1E0:before {
content: "\f1e0";
}
.nzsalon-uniF1E2:before {
content: "\f1e2";
}
.nzsalon-uniF10B:before {
content: "\f10b";
}
.nzsalon-uniF152:before {
content: "\f152";
}
.nzsalon-uniF151:before {
content: "\f151";
}
.nzsalon-uniF12C:before {
content: "\f12c";
}
.nzsalon-uniF1A1:before {
content: "\f1a1";
}
.nzsalon-uniF1D1:before {
content: "\f1d1";
}
.nzsalon-uniF165:before {
content: "\f165";
}
.nzsalon-uniF11A:before {
content: "\f11a";
}
.nzsalon-uniF187:before {
content: "\f187";
}
.nzsalon-uniF128:before {
content: "\f128";
}
.nzsalon-uniF16C:before {
content: "\f16c";
}
.nzsalon-uniF1AB:before {
content: "\f1ab";
}
.nzsalon-uniF1A7:before {
content: "\f1a7";
}
.nzsalon-uniF1D8:before {
content: "\f1d8";
}
.nzsalon-uniF226:before {
content: "\f226";
}
.nzsalon-uniF225:before {
content: "\f225";
}
.nzsalon-uniF19F:before {
content: "\f19f";
}
.nzsalon-uniF181:before {
content: "\f181";
}
.nzsalon-uniF224:before {
content: "\f224";
}
.nzsalon-uniF1B1:before {
content: "\f1b1";
}
.nzsalon-uniF168:before {
content: "\f168";
}
.nzsalon-uniF161:before {
content: "\f161";
}
.nzsalon-uniF22A:before {
content: "\f22a";
}
.nzsalon-uniF126:before {
content: "\f126";
}
.nzsalon-uniF183:before {
content: "\f183";
}
.nzsalon-uniF1B4:before {
content: "\f1b4";
}
.nzsalon-uniF13D:before {
content: "\f13d";
}
.nzsalon-uniF17E:before {
content: "\f17e";
}
.nzsalon-uniF1F2:before {
content: "\f1f2";
}
.nzsalon-uniF13A:before {
content: "\f13a";
}
.nzsalon-uniF117:before {
content: "\f117";
}
.nzsalon-uniF21A:before {
content: "\f21a";
}
.nzsalon-uniF1E6:before {
content: "\f1e6";
}
.nzsalon-uniF11B:before {
content: "\f11b";
}
.nzsalon-uniF204:before {
content: "\f204";
}
.nzsalon-uniF137:before {
content: "\f137";
}
.nzsalon-uniF198:before {
content: "\f198";
}
.nzsalon-uniF1BF:before {
content: "\f1bf";
}
.nzsalon-uniF110:before {
content: "\f110";
}
.nzsalon-uniF14D:before {
content: "\f14d";
}
.nzsalon-uniF191:before {
content: "\f191";
}
.nzsalon-uniF227:before {
content: "\f227";
}
.nzsalon-uniF1FD:before {
content: "\f1fd";
}
.nzsalon-uniF22B:before {
content: "\f22b";
}
.nzsalon-uniF196:before {
content: "\f196";
}
.nzsalon-uniF15F:before {
content: "\f15f";
}
.nzsalon-uniF214:before {
content: "\f214";
}
.nzsalon-uniF21E:before {
content: "\f21e";
}
.nzsalon-uniF223:before {
content: "\f223";
}
.nzsalon-uniF101:before {
content: "\f101";
}
.nzsalon-uniF1CD:before {
content: "\f1cd";
}
.nzsalon-uniF11E:before {
content: "\f11e";
}
| 0.19962 | 0.055823 |
a {
color: #5D6975;
text-decoration: underline;
}
p{
padding: 0px;
margin: 0px;
}
.nombre{
margin: 305px 0px 0px 480px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 26px;
font-weight:bold;
}
.evento{
margin: 38px 0px 0px 683px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 26px;
font-weight:bold;
}
.caja-fecha{
width: 600px;
position: relative;
height: 40px;
}
.caja-fecha-inicial{
margin: 5px 0px 0px 438px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:bold;
height: 25px;
width: 130px;
position: absolute;
}
.caja-fecha-final{
margin: 5px 0px 0px 630px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:bold;
height: 25px;
position: absolute;
}
.hora{
margin: 5px 0px 0px 425px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:bold;
height: 30px;
}
.date{
margin: 30px 0px 0px 533px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 21px;
font-weight:bold;
height: 30px;
}
.primera{
display: inline-block;
padding: 0px 30px 0px 350px;
width: 100px;
}
.segunda{
display: inline-block;
padding: 0px 30px 0px 100px;
width: 100px;
}
.tercera{
display: inline-block;
padding: 0px 30px 0px 100px;
width: 100px;
}
.primera-nombre{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight:bold;
display: inline-block;
padding: 0px 10px 0px 305px;
width: 200px;
}
.segunda-nombre{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight:bold;
display: inline-block;
padding: 0px 30px 0px 20px;
width: 200px;
}
.tercera-nombre{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight:bold;
display: inline-block;
padding: 0px 30px 0px 15px;
width: 200px;
}
|
public/administration/dist/css/stylecertificado.css
|
a {
color: #5D6975;
text-decoration: underline;
}
p{
padding: 0px;
margin: 0px;
}
.nombre{
margin: 305px 0px 0px 480px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 26px;
font-weight:bold;
}
.evento{
margin: 38px 0px 0px 683px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 26px;
font-weight:bold;
}
.caja-fecha{
width: 600px;
position: relative;
height: 40px;
}
.caja-fecha-inicial{
margin: 5px 0px 0px 438px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:bold;
height: 25px;
width: 130px;
position: absolute;
}
.caja-fecha-final{
margin: 5px 0px 0px 630px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:bold;
height: 25px;
position: absolute;
}
.hora{
margin: 5px 0px 0px 425px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:bold;
height: 30px;
}
.date{
margin: 30px 0px 0px 533px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 21px;
font-weight:bold;
height: 30px;
}
.primera{
display: inline-block;
padding: 0px 30px 0px 350px;
width: 100px;
}
.segunda{
display: inline-block;
padding: 0px 30px 0px 100px;
width: 100px;
}
.tercera{
display: inline-block;
padding: 0px 30px 0px 100px;
width: 100px;
}
.primera-nombre{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight:bold;
display: inline-block;
padding: 0px 10px 0px 305px;
width: 200px;
}
.segunda-nombre{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight:bold;
display: inline-block;
padding: 0px 30px 0px 20px;
width: 200px;
}
.tercera-nombre{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight:bold;
display: inline-block;
padding: 0px 30px 0px 15px;
width: 200px;
}
| 0.227727 | 0.190423 |
@import 'normalize.css';
@import 'variables.css';
@import 'grid-system.css';
/* General Settings */
style, script, head {
display: none!important;
}
body, html {
font-size: 16px;
font-family: var(--font);
margin: 0;
padding: 0;
display: block;
background-color: var(--background2);
overflow-x: hidden;
}
body * {
transition: .3s all;
box-sizing: border-box;
outline: none;
}
p, input, textarea, button, a {
font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: var(--t-color);
font-family: var(--t-font);
}
div {
display: inline-block;
vertical-align: middle;
}
img {
max-width: 100%;
}
/* scroll bars */
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-button {
width: 10px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: var(--color);
}
::-webkit-scrollbar-thumb:hover {
background: var(--theme-color-dark);
}
::-webkit-scrollbar-thumb:active {
background: var(--theme-color-light);
/* add color here*/
}
::-webkit-scrollbar-track {
background: transparent;
/* add color here*/
}
::-webkit-scrollbar-corner {
background: transparent;
/* add color here*/
}
::selection {
background: var(--color);
color: #fff;
}
#all-loader.ok {
opacity: 0;
pointer-events: none;
transition: 0.9s all;
}
.btn {
padding: 0.75em 1em;
border-radius: 8px;
background: var(--color);
color: var(--background);
text-decoration: none;
border: 1px solid var(--color);
margin: 1em auto 0 auto;
display: block;
text-align: center;
}
.btn:hover {
background: var(--background);
color: var(--color);
}
#header {
position: fixed;
width: 100%;
right: 0;
left: 0;
top: 0;
padding: 1em 0;
box-shadow: 0 0 10px 0 #00000059;
background-color: var(--background);
z-index: 999;
}
#header .grid * {
margin: 0;
vertical-align: middle;
line-height: 1em;
}
#header h1 {
font-size: 1.5em;
display: inline-block;
margin-left: 1.5em;
padding-left: 1.5em;
position: relative;
}
#header .logo img {
height: 50px;
margin-right: 2em;
}
#header h1::before {
content: '';
height: 140%;
width: 1px;
background-color: var(--f-color2);
position: absolute;
top: -20%;
left: 0;
}
#main-site {
margin-top: 82px;
}
.welcome {
position: relative;
}
.welcome img {
background: var(--color2);
border-radius: 100px;
border: 2px solid var(--color);
vertical-align: middle;
}
.welcome p {
display: inline-block;
width: calc(100% - 105px);
vertical-align: middle;
background: var(--color2);
color: #fff;
padding: 12px 20px;
border-radius: 8px;
position: relative;
margin: 0 0 1.5em 30px;
transition: none;
float: right;
}
.welcome p * {
transition: none;
}
.welcome p.hi {
display: none;
}
.welcome p::before {
content: '';
display: block;
position: absolute;
left: -8px;
top: calc(50% - 10px);
width: 20px;
height: 20px;
border-radius: 4px;
transform: rotate(45deg);
background: var(--color2)
}
.welcome p.lo {
font-size: 0;
}
.welcome p.lo::after {
content: '';
display: block;
width: 30px;
height: 22px;
background-image: url(../img/loading.gif);
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
}
.hi {
display: none!important;
}
#simular, #resultado {
max-width: 600px;
display: block;
margin: 4em auto;
background-color: var(--background);
box-shadow: 0 0 10px 0 #00000059;
border-radius: 8px;
padding: 3em;
font-size: 1.1em;
}
form .field:first-child {
margin-top: 0;
}
form .field:last-child {
margin-bottom: 0;
}
form .field {
display: block;
position: relative;
margin: 1em 0;
background: var(--color);
padding: 15px 20px;
border-radius: 8px;
}
form .field label {
font-size: 1em;
position: absolute;
top: 50%;
left: 1.4em;
background-color: var(--color);
padding: 0.5em;
margin: 0;
line-height: 1em;
transform: translateY(-50%);
pointer-events: none;
color: #fff;
}
form .field.fc label, form .field:hover label {
font-size: 0.75em;
top: 15px;
left: 2em;
}
form .field.instituicoes label, form .field.convenios label {
font-size: 1em;
position: relative;
left: inherit!important;
display: block;
pointer-events: all;
top: inherit!important;
transform: inherit!important;
}
form .field.instituicoes label input, form .field.convenios label input {
margin-right: 1em;
}
form .field input[type="text"], form .field input[type="tel"], form .field input[type="number"], form .field select {
padding: 0.5em 1em;
border-radius: 8px;
border: 1px solid #fff;
width: 100%;
background: transparent;
color: #fff
}
form .field select option {
color: #000;
}
form .field a {
height: 40px;
width: 40px;
background: var(--color2);
position: absolute;
border-radius: 8px;
right: 20px;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
}
form .field a::before {
content: '';
display: block;
position: absolute;
width: 12px;
height: 12px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 2px solid transparent;
border-left: 2px solid transparent;
top: 50%;
left: 43%;
transform: translate(-50%, -50%) rotate(45deg);
border-radius: 3px;
}
form .field a:hover {
filter: brightness(0.8);
}
form button {
width: 100%;
background-color: var(--color);
border: 1px solid var(--color);
color: #fff;
border-radius: 8px;
padding: 0.5em;
cursor: pointer ;
}
form button:hover {
background-color: #fff;
color: var(--color);
}
form .steps {
opacity: 0;
max-height: 0;
overflow: hidden;
pointer-events: none;
}
.us {
width: 100%;
}
.us p {
display: block;
position: relative;
margin: 1em 0;
background: var(--color);
padding: 15px 20px;
border-radius: 8px;
float: right;
color: #fff;
}
.us p::before {
content: '';
display: block;
position: absolute;
right: -8px;
top: calc(50% - 10px);
width: 20px;
height: 20px;
border-radius: 4px;
transform: rotate(45deg);
background: var(--color)
}
#simular.hide, #resultado.hide {
opacity: 0;
pointer-events: none;
height: 0;
overflow: hidden;
padding: 0;
margin: 0 auto;
}
#simular.loading {
position: relative;
}
#simular.loading::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(256, 256, 256, 0.7);
backdrop-filter: blur(4px);
z-index: 2;
border-radius: 8px;
}
#simular.loading::after {
content: '';
display: block;
border-top: 2px solid #EF6C00;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
border-radius: 100px;
animation: spin;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-timing-function: linear;
z-index: 2;
}
#resultados {
width: 100%;
display: block;
}
#resultados h3, #resultados h4, #resultados ul {
margin: 0;
}
#resultados .op {
padding-left: 2em;
margin-bottom: 1em;
}
#resultados > div:first-child {
border-top: 1px solid var(--color2);
}
#resultados > div {
padding: 1em 0;
border-bottom: 1px solid var(--color2);
width: 100%;
display: block;
}
@media screen and (max-width: 750px) {
#simular, #resultado {
margin: 2em auto;
padding: 2em;
}
}
@media screen and (max-width: 650px) {
#header .logo img {
height: 35px;
}
#header h1 {
font-size: 1.2em;
}
}
@media screen and (max-width: 550px) {
.welcome img {
width: 50px;
height: 50px
}
.welcome p {
width: calc(100% - 80px);
}
}
@media screen and (max-width: 475px) {
#header .logo img {
margin: 0 auto 1em auto;
}
#header h1 {
padding: 0;
display: block;
}
#header h1::before {
display: none;
}
#simular, #resultado {
padding: 1em;
font-size: 15px;
}
}
|
public/css/main.css
|
@import 'normalize.css';
@import 'variables.css';
@import 'grid-system.css';
/* General Settings */
style, script, head {
display: none!important;
}
body, html {
font-size: 16px;
font-family: var(--font);
margin: 0;
padding: 0;
display: block;
background-color: var(--background2);
overflow-x: hidden;
}
body * {
transition: .3s all;
box-sizing: border-box;
outline: none;
}
p, input, textarea, button, a {
font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: var(--t-color);
font-family: var(--t-font);
}
div {
display: inline-block;
vertical-align: middle;
}
img {
max-width: 100%;
}
/* scroll bars */
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-button {
width: 10px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: var(--color);
}
::-webkit-scrollbar-thumb:hover {
background: var(--theme-color-dark);
}
::-webkit-scrollbar-thumb:active {
background: var(--theme-color-light);
/* add color here*/
}
::-webkit-scrollbar-track {
background: transparent;
/* add color here*/
}
::-webkit-scrollbar-corner {
background: transparent;
/* add color here*/
}
::selection {
background: var(--color);
color: #fff;
}
#all-loader.ok {
opacity: 0;
pointer-events: none;
transition: 0.9s all;
}
.btn {
padding: 0.75em 1em;
border-radius: 8px;
background: var(--color);
color: var(--background);
text-decoration: none;
border: 1px solid var(--color);
margin: 1em auto 0 auto;
display: block;
text-align: center;
}
.btn:hover {
background: var(--background);
color: var(--color);
}
#header {
position: fixed;
width: 100%;
right: 0;
left: 0;
top: 0;
padding: 1em 0;
box-shadow: 0 0 10px 0 #00000059;
background-color: var(--background);
z-index: 999;
}
#header .grid * {
margin: 0;
vertical-align: middle;
line-height: 1em;
}
#header h1 {
font-size: 1.5em;
display: inline-block;
margin-left: 1.5em;
padding-left: 1.5em;
position: relative;
}
#header .logo img {
height: 50px;
margin-right: 2em;
}
#header h1::before {
content: '';
height: 140%;
width: 1px;
background-color: var(--f-color2);
position: absolute;
top: -20%;
left: 0;
}
#main-site {
margin-top: 82px;
}
.welcome {
position: relative;
}
.welcome img {
background: var(--color2);
border-radius: 100px;
border: 2px solid var(--color);
vertical-align: middle;
}
.welcome p {
display: inline-block;
width: calc(100% - 105px);
vertical-align: middle;
background: var(--color2);
color: #fff;
padding: 12px 20px;
border-radius: 8px;
position: relative;
margin: 0 0 1.5em 30px;
transition: none;
float: right;
}
.welcome p * {
transition: none;
}
.welcome p.hi {
display: none;
}
.welcome p::before {
content: '';
display: block;
position: absolute;
left: -8px;
top: calc(50% - 10px);
width: 20px;
height: 20px;
border-radius: 4px;
transform: rotate(45deg);
background: var(--color2)
}
.welcome p.lo {
font-size: 0;
}
.welcome p.lo::after {
content: '';
display: block;
width: 30px;
height: 22px;
background-image: url(../img/loading.gif);
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
}
.hi {
display: none!important;
}
#simular, #resultado {
max-width: 600px;
display: block;
margin: 4em auto;
background-color: var(--background);
box-shadow: 0 0 10px 0 #00000059;
border-radius: 8px;
padding: 3em;
font-size: 1.1em;
}
form .field:first-child {
margin-top: 0;
}
form .field:last-child {
margin-bottom: 0;
}
form .field {
display: block;
position: relative;
margin: 1em 0;
background: var(--color);
padding: 15px 20px;
border-radius: 8px;
}
form .field label {
font-size: 1em;
position: absolute;
top: 50%;
left: 1.4em;
background-color: var(--color);
padding: 0.5em;
margin: 0;
line-height: 1em;
transform: translateY(-50%);
pointer-events: none;
color: #fff;
}
form .field.fc label, form .field:hover label {
font-size: 0.75em;
top: 15px;
left: 2em;
}
form .field.instituicoes label, form .field.convenios label {
font-size: 1em;
position: relative;
left: inherit!important;
display: block;
pointer-events: all;
top: inherit!important;
transform: inherit!important;
}
form .field.instituicoes label input, form .field.convenios label input {
margin-right: 1em;
}
form .field input[type="text"], form .field input[type="tel"], form .field input[type="number"], form .field select {
padding: 0.5em 1em;
border-radius: 8px;
border: 1px solid #fff;
width: 100%;
background: transparent;
color: #fff
}
form .field select option {
color: #000;
}
form .field a {
height: 40px;
width: 40px;
background: var(--color2);
position: absolute;
border-radius: 8px;
right: 20px;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
}
form .field a::before {
content: '';
display: block;
position: absolute;
width: 12px;
height: 12px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 2px solid transparent;
border-left: 2px solid transparent;
top: 50%;
left: 43%;
transform: translate(-50%, -50%) rotate(45deg);
border-radius: 3px;
}
form .field a:hover {
filter: brightness(0.8);
}
form button {
width: 100%;
background-color: var(--color);
border: 1px solid var(--color);
color: #fff;
border-radius: 8px;
padding: 0.5em;
cursor: pointer ;
}
form button:hover {
background-color: #fff;
color: var(--color);
}
form .steps {
opacity: 0;
max-height: 0;
overflow: hidden;
pointer-events: none;
}
.us {
width: 100%;
}
.us p {
display: block;
position: relative;
margin: 1em 0;
background: var(--color);
padding: 15px 20px;
border-radius: 8px;
float: right;
color: #fff;
}
.us p::before {
content: '';
display: block;
position: absolute;
right: -8px;
top: calc(50% - 10px);
width: 20px;
height: 20px;
border-radius: 4px;
transform: rotate(45deg);
background: var(--color)
}
#simular.hide, #resultado.hide {
opacity: 0;
pointer-events: none;
height: 0;
overflow: hidden;
padding: 0;
margin: 0 auto;
}
#simular.loading {
position: relative;
}
#simular.loading::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(256, 256, 256, 0.7);
backdrop-filter: blur(4px);
z-index: 2;
border-radius: 8px;
}
#simular.loading::after {
content: '';
display: block;
border-top: 2px solid #EF6C00;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
border-radius: 100px;
animation: spin;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-timing-function: linear;
z-index: 2;
}
#resultados {
width: 100%;
display: block;
}
#resultados h3, #resultados h4, #resultados ul {
margin: 0;
}
#resultados .op {
padding-left: 2em;
margin-bottom: 1em;
}
#resultados > div:first-child {
border-top: 1px solid var(--color2);
}
#resultados > div {
padding: 1em 0;
border-bottom: 1px solid var(--color2);
width: 100%;
display: block;
}
@media screen and (max-width: 750px) {
#simular, #resultado {
margin: 2em auto;
padding: 2em;
}
}
@media screen and (max-width: 650px) {
#header .logo img {
height: 35px;
}
#header h1 {
font-size: 1.2em;
}
}
@media screen and (max-width: 550px) {
.welcome img {
width: 50px;
height: 50px
}
.welcome p {
width: calc(100% - 80px);
}
}
@media screen and (max-width: 475px) {
#header .logo img {
margin: 0 auto 1em auto;
}
#header h1 {
padding: 0;
display: block;
}
#header h1::before {
display: none;
}
#simular, #resultado {
padding: 1em;
font-size: 15px;
}
}
| 0.319546 | 0.084003 |
.with-button {
display: inline-block;
}
/* ==============================================
* テキストボックス
* ============================================== */
.admin-input-component.text {
position: relative;
display: inline-block;
.component {
display: block;
width: 100%;
height: 100%;
padding: 1.3rem 0.5rem 0.3rem;
&:focus + .label,
&:not(:placeholder-shown) + .label {
top: 0.3rem;
font-size: 0.7rem;
}
}
.label {
display: block;
position: absolute;
top: 0.8rem;
left: 0.7rem;
cursor: auto;
margin: 0;
transition-duration: 0.15s;
color: #aaa;
}
}
/* ==============================================
* テキストエリア
* ============================================== */
.admin-input-component.textarea {
position: relative;
display: block;
.component {
display: block;
width: 100%;
height: 100%;
padding: 1.3rem 0.5rem 0.3rem;
&:focus + .label,
&:not(:placeholder-shown) + .label {
top: 0.3rem;
font-size: 0.7rem;
}
}
.label {
display: block;
position: absolute;
top: 0.8rem;
left: 0.7rem;
cursor: auto;
margin: 0;
transition-duration: 0.15s;
color: #aaa;
}
}
/* ==============================================
* チェックボックス
* ============================================== */
.admin-input-component.checkbox .component:checked + .label {
color: #2271b1;
font-weight: bold;
}
/* ==============================================
* セレクトボックス
* ============================================== */
.admin-input-component.select {
position: relative;
display: inline-block;
.component {
display: block;
width: 100%;
height: 100%;
max-width: unset;
min-width: unset;
margin: 0;
padding: 1.5rem 0.6rem 0.4rem;
line-height: 1.0em;
}
.label {
position: absolute;
top: 0.3rem;
left: 0.6rem;
font-size: 0.7rem;
color: #aaa;
}
}
/* ==============================================
* 画像
* ============================================== */
.admin-input-component.image {
position: relative;
display: inline-block;
.component {
display: block;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
}
.label {
position: absolute;
bottom: 0;
right: 0;
background: #fff;
font-weight: bold;
margin: 0;
padding: 0.3em 1.0em;
}
}
|
css/component.css
|
.with-button {
display: inline-block;
}
/* ==============================================
* テキストボックス
* ============================================== */
.admin-input-component.text {
position: relative;
display: inline-block;
.component {
display: block;
width: 100%;
height: 100%;
padding: 1.3rem 0.5rem 0.3rem;
&:focus + .label,
&:not(:placeholder-shown) + .label {
top: 0.3rem;
font-size: 0.7rem;
}
}
.label {
display: block;
position: absolute;
top: 0.8rem;
left: 0.7rem;
cursor: auto;
margin: 0;
transition-duration: 0.15s;
color: #aaa;
}
}
/* ==============================================
* テキストエリア
* ============================================== */
.admin-input-component.textarea {
position: relative;
display: block;
.component {
display: block;
width: 100%;
height: 100%;
padding: 1.3rem 0.5rem 0.3rem;
&:focus + .label,
&:not(:placeholder-shown) + .label {
top: 0.3rem;
font-size: 0.7rem;
}
}
.label {
display: block;
position: absolute;
top: 0.8rem;
left: 0.7rem;
cursor: auto;
margin: 0;
transition-duration: 0.15s;
color: #aaa;
}
}
/* ==============================================
* チェックボックス
* ============================================== */
.admin-input-component.checkbox .component:checked + .label {
color: #2271b1;
font-weight: bold;
}
/* ==============================================
* セレクトボックス
* ============================================== */
.admin-input-component.select {
position: relative;
display: inline-block;
.component {
display: block;
width: 100%;
height: 100%;
max-width: unset;
min-width: unset;
margin: 0;
padding: 1.5rem 0.6rem 0.4rem;
line-height: 1.0em;
}
.label {
position: absolute;
top: 0.3rem;
left: 0.6rem;
font-size: 0.7rem;
color: #aaa;
}
}
/* ==============================================
* 画像
* ============================================== */
.admin-input-component.image {
position: relative;
display: inline-block;
.component {
display: block;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
}
.label {
position: absolute;
bottom: 0;
right: 0;
background: #fff;
font-weight: bold;
margin: 0;
padding: 0.3em 1.0em;
}
}
| 0.512693 | 0.080538 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets - REMOVED
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
14.0 - Ticketfly Parts
15.0 - Responsive Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
box-sizing: border-box;
}
body {background: #fff;font-size: 100%;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {list-style: none;}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a:focus {outline: thin dotted;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
input,
button,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
button a {
color: #fff;
}
h1, h3, h5, h6 {/* clear: both; interferes with EDP */}
h2 {
font-family: 'Source Sans Pro', sans-serif;
}
h4 {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #63ccf5;
text-align: left;
padding: .25em .75em;
margin-bottom: 20px;
}
p {margin-bottom: 1.5em;}
b, strong {font-weight: bold;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: scroll;
padding: 1.6em;
}
code, kbd, tt, var {font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {background: #fff9c0;text-decoration: none;}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}
small {font-size: 75%;}
big {font-size: 125%;}
@font-face {
font-family: 'LeagueGothic';
src: url('fonts/LeagueGothic-Regular.otf');
font-weight: normal;
font-style: normal;
}
p {
font-family: 'Source Sans Pro',serif;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ol {list-style: decimal;margin: 0 0 1.0em 1em;}
li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
figure {margin: 0;}
table {margin: 0 0 1.5em;width: 100%;
padding: 20px;
font-size: 17px;
}
th {font-weight: bold;}
h2.site-description {display:none;}
#wrapper .entry-content h4 {
line-height: 1em;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
outline: none;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/* Small menu */
.menu-toggle {
cursor: pointer;
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-navigation.toggled .nav-menu {
display: block;
}
.main-navigation ul {
display: none;
}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.logo {
background-image: url(./images/logo.png);
background-size: 240px;
background-repeat: no-repeat;
background-position: center;
background-clip: border-box;
display: block;
width: 250px;
height: 50px;
text-decoration: none;
cursor: pointer;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
margin-left: -1.5em;
}
/*-- Search Form --*/
/* widget_search menu item created in functions.php. Move it way over to the right */
.navbar .nav .widget_search {
float: right;
}
.navbar .nav {
width: 100%;
}
.widget_search .search-form {
position: relative;
margin: 0;
}
/*Stop the display of the Search button*/
.widget_search .search-submit {
display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.widget_search .search-form .screen-reader-text {
position: absolute;
left: -9999px;
overflow: hidden;
}
input[type="text"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* Style the search input textbox */
.widget_search .search-field {
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
height: 26px;
margin: 2px 0 2px 0;
padding: 0 0 0 36px;
position: relative;
-webkit-transition: width 400ms ease;
-moz-transition: width 400ms ease;
-o-transition: width 400ms ease;
transition: width 400ms ease;
width: 0px;
}
.widget_search .search-field:active,
.widget_search .search-field:focus {
color: #fff;
cursor: text;
outline: 0;
width: 170px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
}
/* Add a magnifying glass background */
.widget_search .search-form:before {
font-family: 'fontawesome';
content: '\f002';
position: absolute;
font-size: 1em;
border-radius: 50%;
color: #fff;
}
form#searchform div:before {
font-family: 'fontawesome';
content: '\f002';
position: absolute;
font-size: 1em;
border-radius: 50%;
color: #fff;
}
#searchform input#searchsubmit {
display: none;
}
input#q {
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
height: 26px;
margin: 2px 0 2px 0;
padding: 0 0 0 36px;
position: relative;
-webkit-transition: width 400ms ease;
-moz-transition: width 400ms ease;
-o-transition: width 400ms ease;
transition: width 400ms ease;
width: 0px;
padding: 0 5px;
}
input#q:active,
input#q:focus {
color: #fff;
cursor: text;
outline: 0;
width: 170px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
background:#fff;
}
input[type="search"] {
color:#fff;
}
::-webkit-input-placeholder {
color: #58585a;
}
:-moz-placeholder { /* Firefox 18- */
color: #58585a;
}
::-moz-placeholder { /* Firefox 19+ */
color: #58585a;
}
:-ms-input-placeholder {
color: #58585a;
}
/* Reset nav width and search floating for mobile menu */
@media (max-width: 979px){
.navbar .nav .widget_search {
float: left;
}
.navbar .nav {
width: auto;
}
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets - REMOVED
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}
.hentry {margin: 0 0 1.5em;}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {display: none;}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {display: block;}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.site-main .gallery {margin-bottom: 1.5em;}
.gallery-caption {}
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-main .gallery dd,.site-main .gallery figcaption {margin: 0;}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {max-width: 100%;}
/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
/* display:block; makes table unresponsive */
overflow-x:auto;
width:100%;
-webkit-overflow-scrolling:touch;
font-size:80%;}
@media (min-width: 40.625em;){table{font-size:90%;display:table;}}
th {font-weight:600;white-space:nowrap;padding:.5em;}
td {padding:.5em;}
/* Fixes a bug in webkit with fonts being animated */
html {-webkit-font-smoothing: antialiased;}
/* Prevent font scaling in landscape mode on phones */
@media all and (orientation:landscape) {
html {
-webkit-text-size-adjust: none;
}
}
/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
/* More image alignment rules */
img.aligncenter.size-full {
max-width:100%;
display:block;
margin:5px auto;
}
img.alignright.size-full {
padding:4px;
margin:0 0 2px 15px;
display:inline;
max-width:100%;
}
@media (min-width: 40.625em;){img.alignright.size-full{max-width:40%;}}
img.alignleft.size-full {
padding:4px;
margin:0 15px 2px 0;
display:inline;
max-width:100%;
}
@media (min-width: 40.625em;){img.alignleft.size-full{max-width:40%;}}
.alignright{float:right}
.alignleft{float:left}
.flush-margin{margin:0 !important}
/*--------------------------------------------------------------
14.0 Ticketfly Parts
--------------------------------------------------------------*/
* {margin:0;padding:0;}
html, body {
height: 100%;
margin: 0 auto;
}
/* Layout */
body {
background: #63ccf5;
color:#58585a;
font-family: sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 1.6;
}
/* Links */
a {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out; }
a:link, a:visited {text-decoration: none; color: #999999;}
a:hover {text-decoration: none;color:#63ccf5;}
a img {}
a:hover img {}
img.alignleft {float:left;margin:0 16px 10px 0;}
img.alignright {float:right;margin:0 0 10px 16px;}
/* Etc. */
ul {list-style: none;}
blockquote {
border-bottom: 3px solid #eaeaea;
border-right: 3px solid #eaeaea;
font-family: georgia;
font-weight: bold;
margin: 25px;
padding: 0 20px 5px;
}
/* STRUCTURE */
#wrapper {
width: 100%;
padding: 0 20px 20px 20px;
margin: 0 auto;
max-width: 1300px;
z-index: 1;
position: relative;
}
#wrapper-header {
width: 100%;
padding: 20px 20px 0 20px;
margin: 0 auto 0;
max-width: 1300px;
}
#masthead {
width: 100%;
margin: 0px auto 3.75em;
padding: 0 10%;
}
#content {
padding:1%;
margin: 0 auto 2em;
background-color: #fff;
}
.home #primary {
padding: 2%;
float: left;
width: 100%;
}
.home header.entry-header {
display: none;
}
#primary {
padding: 2%;
float: left;
width: 70%;
}
#primary {
padding: 2%;
float: left;
width: 70%;
}
div#primary.calendar {width: 100% !important;}
#secondary {
width:29%;
padding:2%;
float: right;
min-height: 50px;
background-color: #fff;
}
.home #secondary {
display:none;
}
#footer {
width: 100%;
clear: both;
min-height: 50px;
margin: 0 auto 2em;
border:0;
margin-top: -50px;
}
.footer-content {margin: 0 auto;overflow:auto;}
#footer #wrapper {
padding: 20px 20px 0 20px;
}
#wrapper .widget-area {
padding-top: 20px;
}
/* VENUE NAME STYLE/POSITION */
div.site-branding {
padding: 10px 35px;
float: left;
}
.site-branding:before {
background: url(./images/nuemos_logo_bg_new.png);
content: "";
display: block;
width: 400px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -1;
background-size: 400px;
margin-top: -1.5em;
margin-left: -9.25em;
}
.site-branding img {
max-height: 55px;
width: auto;
padding-top: 15px;
}
h1.site-title {font-size: 2em;}
h1.site-title a:link,
h1.site-title a:visited {color: #63ccf5;text-decoration: none;}
h1.site-title a:hover {color: #aaa;text-decoration: none;}
/* NAV */
.menu-main-container {
width: 120%;
}
#topnav {
float: right;
padding: 10px 45px;
margin-right:25px;
}
#topnav:before {
background: url(./images/nuemos_menu_bg_new.png);
content: "";
display: block;
width: 860px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -2;
background-size: 860px;
margin-top: -1.5em;
margin-left: -8em;
}
#topnav ul {
list-style: none;
margin: 0;
padding-top: 6px;
}
#topnav ul li {
float: left;
margin: 0;
position: relative;
text-transform: uppercase;
}
#topnav ul li a {
display: block;
padding: 0 10px;
color: #fff;
text-decoration: none;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 1.75em;
}
#topnav ul li.social-menu a {
font-size: 1em;
padding: 5px;
}
#topnav ul li a:hover {
color:#63ccf5;
text-decoration:none;
background:none;
transition: all 0.5s ease;
}
#topnav ul li.social-menu {
float: right;
}
/*----Submenu styling------*/
#topnav ul ul {
display: none;
position: absolute;
z-index: 999;
width: 140px;
background:#ffffff;
padding:0;
}
#topnav ul li:hover > ul {
display:block;
}
#topnav ul li > ul a {
display: block;
color: #58585a;
text-align:center;
}
#topnav ul li > ul a:last-child {
border-top:none;
}
#topnav ul li > ul a:hover {
color:#63ccf5;
}
.menu li.menu-item-has-children > a:after {
color: #63ccf5;
content: ' ▾';
}
#topnav .menu-item-has-children > a:hover {
border-bottom: none;
}
.sticky {
position: fixed;
height: 133px !important;
top: 0;
z-index: 100;
border-top: 0;
margin: 0 0 0;
left: 50%;
}
.menu li.menu-item-has-children > a::after {
color: #63ccf5;
content: " ▾";
}
/*Font Awesome icons*/
.fa {
background: #fff;
border-radius: 50%;
box-sizing: content-box;
color: #58585a;
display: inline-block;
height: 1em;
padding: .5em;
width: 1em;
text-align: center;
}
.fa:hover {
background: #63ccf5;
transition: all 0.5s ease;
}
#footer .fa {
color: #63ccf5;
}
#footer .fa:hover {
color: #ffffff;
transition: all 0.5s ease;
}
/*--- DROPDOWN ---*/
#menu-main ul {
background:#fff;
background:rgba(255,255,255,0);
list-style:none;
margin-left:0;
position:absolute;
left:-9999px;
font-size:0.85em;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#menu-main ul li {
float:none;
margin-right:0;
}
#menu-main ul a {
white-space:nowrap;
}
#menu-main li:hover ul {
left:0;
}
#menu-main li:hover a {
text-decoration:none;
}
#menu-main li:hover ul a {
text-decoration:none;
}
#menu-main li:hover ul li a:hover {
background:#fff;
}
.menu .dropdown .sub-menu { display: block; }
/*Extra Widgets area*/
.extrawidgets {
text-align: right;
padding-top: 10px;
padding-bottom: 10px;
font-family:'Source Sans Pro',sans-serif ;
color: #666;
font-weight: 700;
font-size: 16px;
margin-bottom: 20px;
padding: 0;
text-transform: uppercase;
right: 0;
}
.extrawidgets a {
color: #434343;
}
.extrawidgets a:hover {
color: #fff;
}
a#extra-widgets-email {
margin-left: 20px;
}
/* Featured Slider */
#wrapper #tfly-featured-events {
border-top: 0px solid #000;
border-bottom: 0px solid #000;
border-radius: 0px 0px 0 0;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
}
#wrapper #tfly-featured-events ul.nav li a,
#wrapper #prev_carousel,
#wrapper #next_carousel {
border: 0px solid #888;
background: #aaa;
text-align: center;
border-radius: 50%;
-webkit-box-shadow: -1px 1px 1px 0 #000000;
box-shadow: -1px 1px 1px 0 #000000;
color: #888;
width:16px;
font-weight:700;
}
#wrapper #prev_carousel {margin-left:10px;}
#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
color: #000;
background: #fff;
}
#wrapper #tfly-featured-events #overlay .ticket-link a {
width: 50px;
text-align: center;
display: block;
float: left;
font-size: 11px;
padding:2px;
color:white;
text-decoration:none;
}
#wrapper #tfly-featured-events #overlay .ticket-link a:hover {
opacity: 0.7;
}
#wrapper #tfly-featured-events ul li img {
position: absolute;
top: 50%;
padding-bottom: 5px;
-ms-transform: translateY(-50%); /* IE 9 */
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#tfly-featured-events ul.images li {
background: none;
padding-left: 0px;
width: 70%!important;
margin: 0px;
}
#tfly-featured-events {
height: 490px!important;
margin: 0px!important;
background:#fff!important;
}
#tfly-featured-events #grey-back {
background: #fff!important;
height: 100%!important;
width: 30%!important;
right: 0;
opacity:1!important;
}
#tfly-featured-events #overlay {
width: 29%!important;
top: 5%!important;
right: 0;
left: 70%!important;
padding: 20px 25px;
}
#tfly-featured-events #overlay h1 a {
color:#58585a!important;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"!important;
font-size:3em;
text-transform:uppercase;
line-height: 1em!important;
letter-spacing:1px;
}
#tfly-featured-events #overlay h2 {
color: #58585a!important;
margin: 0px 0px 0px 0px;
font-weight: 500;;;
font-size: 1.5em!important;
line-height:1em!important;
float: left;
margin-right: 10px;
font-family:'Source Sans Pro',sans-serif!important;
font-weight:bold!important;
text-transform:uppercase;
padding-top: 15px;
border-top: 2px solid #63ccf5;
}
#tfly-featured-events #overlay .ticket-link a {
width: 175px!important;
text-align: center;
display: block;
float: left;
font-size: 1.25em!important;
padding:10px!important;
color: #fff;
text-decoration:none;
background:#63ccf5!important;
font-family:'Source Sans Pro',sans-serif!important;
font-weight: bold;
text-transform: uppercase;
margin:20px 0 auto 0!important;
}
#tfly-featured-events ul.nav li a {
margin: 1px;
text-align: center;
display: block;
line-height: 0;
visibility:hidden;
}
#prev_carousel::before {
content: "";
visibility: visible;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 20px solid #63ccf5;
position: absolute;
opacity:.8;
}
#prev_carousel:hover::before {
opacity:1;
}
#next_carousel::before {
content: "";
visibility: visible;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 20px solid #63ccf5;
position: absolute;
opacity:.8;
}
#next_carousel:hover::before {
opacity:1;
}
#tfly-featured-events ul.nav li a.selected {
background: #fff!important;
}
#tfly-featured-events ul.nav li #carousel_0, #tfly-featured-events ul.nav li #carousel_1, #tfly-featured-events ul.nav li #carousel_2, #tfly-featured-events ul.nav li #carousel_3 {display:none;}
#tfly-featured-events ul.nav {
right: auto!important;
bottom: auto!important;
top: 0;
left: -240%;
}
#tfly-featured-events ul.nav li {
padding: 0px 5px!important;
}
#tfly-featured-events {
border: 5px solid #fff;
}
.ticket-link.primary-link .tickets {
background: #63ccf5;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
}
h3.ticket-link a:before {
content: "Buy ";
}
.calendar h3.ticket-link a:before {
content: "";
}
.ticket-price .custom {
background: #63ccf5;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
}
/* Below Slider*/
div#below-slider-widget {
background: #58585a;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
position: relative;
color: #63ccf5;
font-family: 'Source Sans Pro',sans-serif;
text-transform: uppercase;
font-weight: 500;
margin-top: -5px;
}
#below-slider-widget div#wrapper {
text-align: center;
}
div#below-slider-widget #wrapper {
padding: 25px 0;
}
#below-slider-widget aside {
width: 40%;
display: inline-block;
vertical-align: top;
padding: 0 20px;
text-align: left;
}
#below-slider-widget aside h1 {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 3em;
color: #fff;
line-height: normal;
font-weight: 100;
}
/* WIDGETS */
#wrapper .sidebar-list {padding: 0;margin: 0; padding-top: 15px; font-family: 'Source Sans Pro',serif;}
h2.widget-title {padding-top: 20px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"; font-size: 24px; color: #58585a; border-bottom: 2px solid #63ccf5; }
#secondary aside {margin-bottom:2.5em;}
#wrapper div.youtube-playlist-sidebar ul,
#wrapper .just-announced ul,
#wrapper .upcoming ul {
padding: 0;
margin: 0 0 12px 0;
}
#wrapper div.youtube-playlist-sidebar li,
#wrapper .just-announced ul li,
#wrapper .upcoming ul li {
font-size: 0.9em;
padding:0;
margin: 1px 0;
border-bottom:1px solid #ccc;
}
#wrapper div.youtube-playlist-sidebar li a:link,
#wrapper .just-announced ul li a:link,
#wrapper .upcoming ul li a:link {
color: #63ccf5;
font-weight: 500;;
display: block;
padding: 7px 14px;
}
#wrapper div.youtube-playlist-sidebar li a:hover,
#wrapper .just-announced ul li a:hover,
#wrapper .upcoming ul li a:hover {
color: #666;
background-color: #f2f2f2;
}
/* twitter widget pro */
#main aside.widget_twitter {position:relative;}
#wrapper .follow-button {
position: relative;
top: 20px;
}
#main .widget_twitter ul li {
font-size: 11px;
padding: 5px 10px;
display: block;
color: #333;
background-color: #fff;
}
#main .widget_twitter ul li a:link {
border-bottom: 1px dotted #ccc;
}
#main .widget_twitter ul li:hover {}
#main span.time-meta, #main span.from-meta {font-size: 9px;}
/* ticketfly search & email signup */
input[type="text"], input[type="email"], .tfly-email-subscribe-text {
padding: .6em 1em;
width: 60%;
color: #a8a8a8;
border: 1px solid #e4e4e4;
border-radius: 0;
background: #fff;
text-align: center;
line-height: 1;
font-size: 12px;
text-transform: uppercase;
margin-top: 1px;
font-weight:bold;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus,
textarea:focus {
outline: thin solid;
color: #111;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #searchform #searchsubmit, .tfly-email-subscribe-submit {
margin-top: 0px;
float: right;
display: block;
border-radius: 3px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
border-radius: 0;
background-color: #63ccf5;
color: #fff;
cursor: pointer;
line-height: .75em;
padding: .6em 1em;
font-family: 'Source Sans Pro',serif;
font-weight: 700;
transition: all 0.5s ease;
width: 30%;
-webkit-appearance:none;
}
button, input[type="button"] a, input[type="reset"] a, input[type="submit"] a, #searchform #searchsubmit a, .tfly-email-subscribe-submit a {
color: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {
opacity:.7;
}
/* footer widgets */
#footer-widgets {
width: 100%;
float: none;
padding: 0%;
text-align: center;
margin: 0;
}
#footer-widgets .textwidget {
background-color: #63ccf5;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
color: #fff;
font-size: 22px;
}
#footer-widgets .textwidget a {
color: #58585a;
}
#footer-widgets .textwidget a:hover {
color: #ccc;
transition: all 0.5s ease;
}
#footer-widgets .textwidget a .fa {
padding: 10px;
font-size: 18px;
}
#footer-widgets .textwidget .fa:hover {
color: #fff;
transition: all 0.5s ease;
}
/* LIST VIEW */
#wrapper .list-view-heading {}
#wrapper .list-view-title {}
#wrapper .calendar-link {position: relative;}
#wrapper .calendar-link:after {
content: "\f073";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
font-size: 18px;
position: absolute;
top: 0;
right: 0;
}
#wrapper .calendar-link a {padding-right: 24px;}
#wrapper .calendar-link a:hover {}
#wrapper .list-view-item {
margin-bottom: 15px;
border: none;
border-bottom: 10px solid #eee;
padding: 15px 10px 30px 10px!important;
}
#wrapper .list-view-item img {
margin: 0 16px 0 0;
width: 30%;
}
#wrapper h3.event-status-message {font-style:italic; font-size: 14px; line-height: 15px; font-family: 'Source Sans Pro', sans-serif; color: #666;}
#wrapper h2.topline-info, #wrapper h2.topline-info, #wrapper h3.topline-info {
font-weight: 500;
text-transform: uppercase;
font-size: 15px;
color: #63ccf5;
font-family: 'Source Sans Pro', sans-serif;
border-bottom: 2px solid #63ccf5;
/*padding-top: 20px;*/
}
#wrapper .list-view .ticket-price {}
#wrapper .price-range {
display:none;
}
.ticket-price a {
color: #fff;
}
#wrapper .dates, #wrapper .times {
color: #58585a;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
line-height: 20px;
}
#wrapper .dates {
padding-top: 10px;
}
#wrapper .age-restriction {
margin-bottom:10px;
}
#wrapper .age-restriction, h2.additional-event-info {
font-size: 15px;
}
.list-view-details {
max-width: 100%;
}
/* EVENT DETAIL */
#wrapper .event-detail .venue-info {font-family: 'Source Sans Pro', sans-serif; font-size: 15px;}
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes {padding-top: 40px;}
#wrapper .event-detail .artist-boxes .artist-name {padding-top: 20px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"; font-size: 26px; color: #58585a;}
#wrapper .event-detail .sponsor-info {
float: left;
font-size: 12px;
font-weight: 500;
text-align: right;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
padding-bottom: 20px;
max-width: 200px;
padding-top: 20px;
}
#wrapper .event-detail .sponsor-info img {
float: left;
padding-top: 5px;
margin-left: 0px;
}
#wrapper .event-info {
width: 100%;
padding:0;
margin:0;
}
#wrapper .event-detail img {
width: 100%;
padding-bottom: 30px;
}
ul.tfly-more.inline-icons li.facebook a:before, ul.tfly-more.inline-icons li.web a:before, ul.tfly-more.inline-icons li.buy-music a:before, ul.tfly-more.inline-icons li.myspace a:before, ul.tfly-more.inline-icons li.twitter a:before, ul.tfly-more.inline-icons li.watch-video a:before, ul.tfly-more.inline-icons li.audio-link a:before {
font-size: 24px!important;
}
#wrapper .event-detail .artist-boxes ul.links li {}
#wrapper .bio { font-family: 'Source Sans Pro', sans-serif; font-size: 15px;}
#toolbox {display:none;}
div.calendar-sync a, #toolbox a {
-moz-transition: none;
-webkit-transition: none;
-o-transition: all 0 none;
transition: none;
}
#wrapper h4.share-text {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
background: none;
color: #58585a;
padding: 0;
}
/* CALENDAR */
#wrapper .tfly-calendar .calendar-sync {}
#wrapper .calendar-list-flip {position: relative;}
#wrapper .calendar-list-flip:after {
content: "\f03a";
font-family: FontAwesome;
font-style: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
font-size: 18px;
position: absolute;
top: 0;
right: 0;
}
#wrapper .tfly-calendar .calendar-list-flip a {padding-right: 24px;}
#wrapper .tfly-calendar table {
margin-bottom: 30px;
border: 0;
border-collapse: separate;
border-spacing: 10px 10px;
}
#wrapper .tfly-calendar .one-event {
width: 90%;
margin: 0 auto;
padding: 0 0 10px 0;
overflow-wrap: break-word;
}
#wrapper .tfly-calendar td {padding: 0px;text-align: center;}
#wrapper .tfly-calendar tr td.data {
border: 0;
width: 14%;
min-width: 100px;
max-width: 120px;
}
#wrapper .tfly-calendar td.data.vevent {
border: 1px solid #eee;
}
#wrapper .tfly-calendar tr {
border: solid 1px #151515;
}
#wrapper .tfly-calendar table tr .month {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #63ccf5;
text-align: left;
padding: .25em .75em;
}
#wrapper .tfly-calendar h5.date {
background: #eee;
display: block;
color: #333;
font-size: 13px;
line-height: 1.4;
text-transform: uppercase;
padding: 5px 0;
margin-bottom: 10px;
font-weight: 500;
font-family: 'Source Sans Pro', sans-serif;
}
/* Headliner and Support */
#wrapper .headliners, #wrapper .headliners a, #wrapper .event-detail .headliners {
color: #58585a;
text-transform: uppercase;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
}
h1.headliners.summary {
margin-top: 5px;
}
#wrapper .supports, #wrapper .supports a, #wrapper .event-detail .supports {
font-weight: bold;
color: #58585a;
font-size: 18px;
}
#wrapper .headliners a:hover {color: #63ccf5;}
#wrapper .supports a:hover {color: #63ccf5;}
#wrapper .list-view .headliners, #wrapper .event-detail .headliners {
font-size: 45px;
line-height: 46px;
margin-bottom: 0;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
#wrapper .event-detail .headliners {margin-top: 8px;}
#wrapper .list-view .supports, #wrapper .event-detail .supports {
font-size: 22px;
line-height: 24px;
text-transform: uppercase;
font-weight: 500;
border-bottom: 2px solid #eee;
padding-bottom: 5px;
}
#wrapper .list-view .supports, #wrapper .event-detail .supports {
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
font-weight: bold;
padding-bottom: 10px;
}
#wrapper .tfly-calendar .headliners a {
font-size: 24px;
margin-bottom: 0;
word-wrap: break-word;
}
#wrapper .tfly-calendar .supports a {
font-size: 16px;
line-height: 1;
text-transform: uppercase;
padding-top: 5px;
}
#wrapper .tfly-calendar img {
padding-top: 10px;
padding-bottom: 10px;
}
.richcal-ticket-link.richcal-primary-link a:before {
content:"Buy "
}
.richcal-more a:after {
content: " Info";
}
.list-view .ticket-price .ticket-link.primary-link a:before {
content: "Buy ";
}
/* Ticket Status For All Sections */
#wrapper .ticket-link a:hover {
opacity: 0.7;
}
#wrapper .tfly-calendar .custom a {
color: #fff;
}
#wrapper .tfly-calendar .ticket-link a,
#wrapper .tfly-calendar .custom {
margin: 12px 0 0;
text-align: center;
width: 100%;
background: #63ccf5;
font-weight: 500;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 8px;
line-height: 22px;
font-weight:bold;
font-size:14px;
}
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale {
background: #fff;
color:#63ccf5;
border: 0;
text-transform:uppercase;
margin: 0 auto;
border-radius: 0;
display: inline-block;
padding: 8px 12px;
line-height: 1;
font-weight: 500;
}
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
margin-bottom: 5px;
}
#wrapper .tickets-at-the-door,
#wrapper .future-sale a,
#wrapper .on-sale-soon,
#wrapper .custom {
display: inline-block;
text-decoration: none;
}
#wrapper h3.off-sale {width: 100px;}
#wrapper .future-sale a:hover,
#wrapper .on-sale-soon:hover,
#wrapper .custom:hover {text-decoration:none; opacity: 0.7;}
#wrapper .free {font-size: 1.1em;font-weight:bold;text-transform:uppercase;}
#wrapper .tfly-calendar .cancelled,
#wrapper .tfly-calendar .sold-out,
#wrapper .tfly-calendar .postponed,
#wrapper .tfly-calendar .rescheduled,
#wrapper .tfly-calendar .free,
#wrapper .tfly-calendar .tickets-at-the-door,
#wrapper .tfly-calendar .future-sale a,
#wrapper .tfly-calendar .on-sale-soon,
#wrapper .tfly-calendar .off-sale,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .free,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .future-sale a,
#wrapper .event-detail .on-sale-soon,
#wrapper .event-detail .off-sale {
margin: 12px 0 0;
text-align: center;
width: 100%;
background: #fff;
font-weight: bold;
color: #63ccf5;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
border: 2px solid #63ccf5;
padding: 10px;
line-height: 16px;
font-size: 14px;
}
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail .custom {
margin: 12px 0 0;
width: 100%;
text-align: center;
margin-bottom: 10px;
padding:10px;
}
#wrapper .list-view .ticket-link a, #wrapper .list-view .cancelled, #wrapper .list-view .postponed, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .custom, #wrapper .list-view .off-sale {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #63ccf5;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
font-weight: bold;
}
.button {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #63ccf5;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
font-weight: bold;
}
#wrapper .specspdf {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #63ccf5;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
font-weight: bold;
}
#wrapper .specspdf:hover {
opacity:.7;
}
#wrapper .button a {
color: #fff !important;
}
.button:hover {
opacity:.7;
}
#wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon {
color: #63ccf5;
background: #fff;
border: 2px solid #63ccf5;
width: 175px;
border-radius:0;
text-transform: uppercase;
font-weight:bold;
line-height: 22px;
}
#wrapper .list-view .postponed {
background: #ededed;
color: #999999;
}
#wrapper .event-detail .sold-out {
margin: 12px 0 0;
text-align: center;
width: 100%;
background: #fff;
font-weight:bold;
color: #fff;
background:#aa0000;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
}
#wrapper .sold-out,#wrapper .list-view .rescheduled {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #fff;
font-weight:bold;
color: #fff;
background:#aa0000;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
}
/* ticketfly powered logo */
.tfly-powered {
width:100%;
float: none;
padding: 1em 0;
margin: 0.5em auto;
text-align:center;
border: 0;
}
.tfly-powered a img {border: 0;}
div.spacer {clear:both;height:20px;}
/* non-event pages */
div.entry-content {clear:left;margin:0px 0 30px 0;
font-family:'Source Sans Pro',sans-serif;
font-size: 16px;
margin: 0;
padding-top: 10px;
}
div.entry-content.non-event {}
.non-event ul {list-style: disc;margin: 0 0 1em 3em;font-size:0.9em;}
article.format-standard {clear:left;margin: 0 0 30px 0;overflow: auto;}
section.post-excerpt {width:96%;padding-left:4%;}
h1.entry-title {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"; font-size: 36px; border-bottom: 2px solid #63ccf5;
font-style: normal;
font-weight: 500;
text-transform:uppercase;
line-height: 1.3;
color: #58585a;
margin-bottom: 20px;
}
h1.entry-title a:link {
text-decoration: none;
border-bottom: 1px dotted #000;
}
h1.entry-title a:hover {
text-decoration: none;
border-bottom: 1px solid #000;
}
.non-event h2 {
font-size: 1.4em;
}
h2.entry-title {
font-size: 1.4em;
margin-bottom: 0;
overflow-wrap: break-word;
font-weight: 700;
letter-spacing: 0.03em;
}
div.entry-meta {
padding-top: 10px;
}
div.entry-meta-single {
padding: 0px 0 6px;
font-style:italic;
}
span.posted-on {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 0.03em;
}
p.upper-meta {
font-size: 13px;
}
p.lower-meta {
font-size: 11px;
margin-bottom: 0;
}
div.nav-previous, div.nav-next {
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
margin-top: 20px;
}
span.meta-nav {
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
}
#wrapper div.excerpt-thumb {float:left;margin: 17px 16px 10px 0;}
#wrapper div.excerpt-thumb img {border: 5px #111 solid;}
#wrapper #nav-above {display:none;}
/* gallery post format */
aside.format-gallery {overflow:auto;}
p.gallery {
font-size: 13px;
color: #666;
}
div.gallery-thumb-wrap {
width: 500px;
float: left;
padding: 5px;
margin: 0px 0px 10px;
display: block;
}
h4.gallery-title {
font-size: 1.3em;
margin: 8px 0 0 4px;
}
a.gallery-thumb img {
width:500px;
height:385px;
display: block;
margin: 4px;
padding: 4px;
}
a:hover.gallery-thumb img {background-color: #ccc;}
p.gallery-text {
font-style:italic;
font-size:0.8em;
margin: 0px 8px;
}
.gallery-icon img {
display: block;
margin: 20px auto;
}
.gallery-caption {
font-size:0.9em;
line-height: 1.1;
}
dd.wp-caption-text {margin-left: 15px !important;margin-right: 15px !important;}
/* aside post format for FAQs */
h4.faq-question {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #63ccf5;
text-align: left;
padding: .25em .75em;
margin-bottom: 20px;
}
div.faq-content {margin: 0 20px 30px;}
.tfly-search div {
display: block;
margin-right:25px;
}
/*--------------------------------------------------------------
15.0 - Responsive Styling
--------------------------------------------------------------*/
.mobile-button {
display: none;
}
.overlay {display:none;}
div#mobilenav {display:none;}
.overlay-content {
display: none;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
#wrapper #tfly-featured-events {
height: 100%;
max-height:30em;
}
}
@media (min-width: 1400px) {
#wrapper #tfly-featured-events {
height: 100%;
max-height:45em;
}
}
@media (min-width: 992px) {
.container {
max-width: 940px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 544px) {
.container {
max-width: 576px;
}
}
@media (max-width:1250px) {
#topnav:before {
background: url(./images/nuemos_menu_bg_new.png);
content: "";
display: block;
width: 680px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -2;
background-size: 680px;
margin-left: -7em;
margin-top: -1em;
}
.site-branding:before {
background: url(./images/nuemos_logo_bg_new.png);
content: "";
display: block;
width: 305px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -1;
background-size: 305px;
margin-left: -1em;
margin-top: -1em;
}
#masthead {
margin: 0 auto 2em;
padding: 0;
}
.menu-main-container {
margin-right: -40px;
width:auto;
}
.site-branding img {
max-height: 40px;
margin-left: 5em;
padding-top: 5px;
padding-left: 5px;
}
.logo {
background-size: 160px;
width: 160px;
height: 40px;
margin-left: 6em;
}
}
@media (max-width:1200px) {
}
@media (max-width:1024px) {
#topnav ul {
list-style: none;
margin: 0;
padding-top: 3px;
}
#tfly-featured-events {
height: 385px!important;
}
#tfly-featured-events #overlay {
top: 0%!important;
padding: 10px 25px;
}
#tfly-featured-events #overlay h1 {
font-size: 18px!important;
}
#tfly-featured-events ul.nav {
top: 10px;
}
}
@media (max-width:997px) {
div.site-branding {
padding-top: 5px;
margin-left: 0;
max-width: 250px;
}
#wrapper-header .extrawidgets {
display: none;
}
.menu-main-container {
margin-right: 0;
}
#masthead {
margin: 0 auto 0;
}
#topnav {
border:none;
background:none;
box-shadow:none;
display:none;
}
#wrapper-header {
padding: 20px 0 0 0;
}
div#slider-widget {
padding: 0 20px 0;
}
#below-slider-widget aside {
width: 100%;
}
.home #primary,#primary {
width: 100%;
padding: 0 0 0 0;
}
#secondary {
width: 100%;
}
#mobile-masthead {
width: 96%;
padding: 2%;
margin: 0 auto;
min-height: 60px;
background: #f8fcf5;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
}
#mobile-button {
display: block;
text-align: right;
font-size: 2em;
float: right;
vertical-align: middle;
right: 15%;
background: #29534d;
color:#e3e3d8;
z-index: 999;
padding: 0 10px;
}
#mobile-content {
background: #e3e3d8;
position: fixed;
right: 0;
padding: 2%;
z-index: 999;
width: 100%;
top: 100px;
}
#mobile-content ul li a {
color: #29534d;
font-family: 'Hammersmith One',sans-serif;
font-size: 1em;
letter-spacing: 1px;
}
#mobile-content ul.sub-menu li a {
color: #8f8f87;
padding-left: 1em;
font-size: .9em;
}
#mobile-content ul li.current-menu-item a {
color: #ff631f;
}
#mobile-content .current_page_item, #topnav ul li .current_page_item a {
border-bottom:none;
}
#mobile-content .menu li.menu-item-has-children > a:after {
content: '';
}
#mobile-content ul.social li {
display: inline-block;
}
.mobile-button {
display: block;
margin-right: 30px;
margin-top: 3px;
}
.overlay-content {
display: block;
}
.mobile-button .fa {
background: none;
color: #fff;
font-size: 2em;
float: right;
padding: .75em .5em;
z-index:99;
}
.mobile-button .fa:hover {
opacity:.8;
cursor:pointer;
}
.social-menu {
display: inline-block;
margin-top:20px;
}
.overlay {
height: 100%;
width: 100%;
position: fixed; /* Stay in place */
z-index: 99; /* Sit on top */
left: 0;
top: 0;
background-color: rgb(99,204,245);
background-color: rgba(99,204,245, 0.9);
overflow-x: hidden;
font-family: 'Source Sans Pro';
display:none;
opacity:0;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.overlay-content {
position: relative;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay-content .menu {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
}
.overlay a {
padding: 6px 8px;
text-decoration: none;
font-size: 36px;
color: #fff;
transition: 0.3s;
text-transform: uppercase;
}
.overlay-content .social-menu a {
font-size: 24px;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: relative;
top: 5%;
font-size: 60px;
margin: 0 auto;
text-align: center;
display:block;
}
.overlay aside {
color: #58585a;
font-family: 'Source Sans Pro';
font-weight: 500;
font-size: 1.5em;
max-width: 80%;
margin: 0 auto;
margin-top: 10px;
padding-bottom: 15px;
}
.overlay aside a {
color: #58585a;
font-size: 1em;
}
.overlay-content .textwidget {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
color: #fff;
text-transform: uppercase;
line-height:1.25em;
}
.overlay-content .textwidget a {
padding: 0;
}
.menu li.menu-item-has-children > a::after {
display:none;
}
.sub-menu a {
font-size: 28px;
color: #e7e7e7;
}
#wrapper .event-detail img {
float: none;
max-width: 100%;
margin-left: 0;
padding-left: 0;
}
#wrapper .event-info {
width: 100%;
padding: 0;
}
.event-detail img:first-child {
width: 100%;
}
.hide-on-mobile {
display: none;
}
}
@media (max-width:900px) {
#wrapper .tfly-calendar .ticket-link a, #wrapper .tfly-calendar .custom {
font-size: 1em;
}
#wrapper .tfly-calendar tr td.data {
border: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
display: block;
}
#wrapper .tfly-calendar table {
border-spacing: 0 10px;
}
}
@media (max-width:800px) {
a#extra-widgets-email {
margin-left: 0;
}
#content {
background-color: transparent;
}
#main {
background: #fff;
padding: 2% 20px;
}
.menu-main-container .current-menu-item a {
color: #58585a;
}
#wrapper .list-view .ticket-link a, #wrapper .list-view .cancelled, #wrapper .list-view .postponed, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon, #wrapper .list-view .custom, #wrapper .list-view .off-sale {
width: 140px;
}
#wrapper .sold-out, #wrapper .list-view .rescheduled {
width: 140px;
}
.contact-btn {
padding-right: 0;
}
#mobile-content {
color: #a8a89a;
font-size: 1em;
font-family: 'Hammersmith One', sans-serf;
text-transform:uppercase;
}
#mobile-content ul.social {
margin: 1em 0;
}
#mobile-content p {
font-size: .9em;
}
.menu li {
line-height: 30px;
}
body.custom-background {
background-image:none!important;
background-color:#f8fcf5;
}
#mobile-masthead {
width: 100%;
padding: 10px 20px 5px;
}
.site-header.fixed-menu {
position: fixed;
width: 100%;
padding-left: 0;
height: 100px;
background-color: #075883;
z-index: 999;
}
#wrapper {
width: 100%;
padding: 0;
margin: 0 auto;
}
#content {
width: 100%;
padding: 0 20px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#wrapper .list-view .headliners, #wrapper .event-detail .headliners {
}
h2.widget-title {
font-size: 1em;
}
#footer #wrapper {
padding: 0 20px 0 20px;
}
.hentry {
margin: 0;
}
div#footer-logo {
margin-top: 1%;
padding-top: 15px;
}
#tfly-featured-events ul.images li {
width: 100%!important;
}
#tfly-featured-events #grey-back {
height: 30%!important;
width: 100%!important;
}
#tfly-featured-events #overlay {
width: 100%!important;
top: auto!important;
left: 0!important;
background:#fff!important;
margin: 0!important;
bottom: 0!important;
}
#tfly-featured-events ul.nav {
left: 0;
top: -40px;
}
#slider-widget .ticket-link {
top: 5px;
position: relative;
right: 0;
}
#tfly-featured-events #overlay .ticket-link a {
margin: 10px 0 auto 0!important;
}
#tfly-featured-events #overlay h1 a {
font-size: 2em;
}
}
@media (max-width:768px) {
.circle-icon {
display: none;
}
.widget_search .search-field {
padding: .6em 1em;
}
}
@media (max-width:740px) {
#wrapper .list-view .ticket-price {
float: none;
text-align: center;
position: relative;
right: 0;
top: 0;
max-width: 100%;
}
#wrapper .list-view .ticket-link a, #wrapper .list-view .cancelled, #wrapper .list-view .sold-out, #wrapper .list-view .postponed, #wrapper .list-view .rescheduled, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon, #wrapper .list-view .custom, #wrapper .list-view .off-sale {
margin: 12px 0 0;
text-align: center;
width: 100%;
float:left;
}
#wrapper .list-view-item {
padding: 20px 0;
}
#secondary {
padding: 20px;
}
.site-main .gallery a img {
max-width: 100%;
}
.gallery-icon img {
padding: 2%;
}
#wrapper .event-detail .ticket-link a, #wrapper .event-detail .cancelled, #wrapper .event-detail .sold-out, #wrapper .event-detail .postponed, #wrapper .event-detail .rescheduled, #wrapper .event-detail .free, #wrapper .event-detail .tickets-at-the-door, #wrapper .event-detail .future-sale a, #wrapper .event-detail .on-sale-soon, #wrapper .event-detail .custom, #wrapper .event-detail .off-sale {
width: 100%;
}
td {
display: block;
}
}
@media (max-width:710px) {
#wrapper .tfly-calendar table {
margin-bottom: 0;
}
}
@media (max-width:568px) {
#tfly-featured-events #overlay h1 {
margin: 0!important;
}
#tfly-featured-events #overlay h2 {
padding-top: 5px;
}
}
@media (max-width:414px) {
.logo {
margin-left: 2em;
}
div.site-branding {
margin-left: 30px;
max-width: 250px;
padding: 0;
}
.site-branding:before {
content: "";
display: block;
width: 280px;
background-repeat: no-repeat;
background-size: 280px;
margin-left: -4em;
}
.site-branding img {
padding-left: 20px;
margin-top: -5px;
margin-left: 0;
}
div.site-branding {
padding: 0;
}
#tfly-featured-events #overlay h2 {
float: none;
}
.home .ticket-link.primary-link {
margin-top: 0;
margin-right: 0;
}
#wrapper .list-view-item img {
margin: 0 0 1em 0;
width: 100%;
}
.list-view-details {
max-width: 100%!important;
}
#wrapper .event-detail .ticket-price {
float: none;
line-height: 20px;
margin-top: 0;
margin-bottom: .75em;
}
.event-detail .event-info {
padding: 0!important;
margin: 0!important;
overflow: visible;
}
#tfly-featured-events {
height: 350px!important;
}
#tfly-featured-events #overlay .ticket-link a {
width: 100%!important;
font-size: 1em!important;
margin: 0!important;
}
#tfly-featured-events #overlay h1 {
font-size: 1em!important;
width: 50%!important;
}
#tfly-featured-events #overlay h2 {
border-top: none;
}
#tfly-featured-events #overlay h1 a {
font-size: 1.75em;
}
#tfly-featured-events #overlay h2 {
font-size: 1em!important;
}
#tfly-featured-events #overlay {
padding:5px 20px 10px!important;
}
#tfly-featured-events ul.nav {
bottom: 80px!important;
right: 0!important;
padding: 0 0 10px 0;
}
input[type="text"], input[type="email"], input[type="search"], #searchform .textform, .tfly-email-subscribe-text {
width: 55%;
padding: .6em;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #searchform #searchsubmit, .tfly-email-subscribe-submit {
padding: .6em .9em;
width: 39%;
}
#footer {
margin-top: 0;
}
#footer #wrapper {
padding: 0;
}
#wrapper .event-info {
width: 100%;
}
#wrapper .event-detail img {
float: none;
max-width: 100%;
margin-left: 0;
width: 100%;
}
img.alignleft {
float: none!important;
display: block!important;
}
}
@media (max-width:375px) {
div.site-branding {
margin-left: 15px;
}
div.site-branding {
margin-left: 0;
}
}
@media (max-width:320px) {
.mobile-button .fa {
padding: .5em;
}
}
|
public/sites/neumos/style.css
|
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets - REMOVED
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
14.0 - Ticketfly Parts
15.0 - Responsive Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
box-sizing: border-box;
}
body {background: #fff;font-size: 100%;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {list-style: none;}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a:focus {outline: thin dotted;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
input,
button,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
button a {
color: #fff;
}
h1, h3, h5, h6 {/* clear: both; interferes with EDP */}
h2 {
font-family: 'Source Sans Pro', sans-serif;
}
h4 {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #63ccf5;
text-align: left;
padding: .25em .75em;
margin-bottom: 20px;
}
p {margin-bottom: 1.5em;}
b, strong {font-weight: bold;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: scroll;
padding: 1.6em;
}
code, kbd, tt, var {font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {background: #fff9c0;text-decoration: none;}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}
small {font-size: 75%;}
big {font-size: 125%;}
@font-face {
font-family: 'LeagueGothic';
src: url('fonts/LeagueGothic-Regular.otf');
font-weight: normal;
font-style: normal;
}
p {
font-family: 'Source Sans Pro',serif;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ol {list-style: decimal;margin: 0 0 1.0em 1em;}
li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
figure {margin: 0;}
table {margin: 0 0 1.5em;width: 100%;
padding: 20px;
font-size: 17px;
}
th {font-weight: bold;}
h2.site-description {display:none;}
#wrapper .entry-content h4 {
line-height: 1em;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
outline: none;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/* Small menu */
.menu-toggle {
cursor: pointer;
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-navigation.toggled .nav-menu {
display: block;
}
.main-navigation ul {
display: none;
}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.logo {
background-image: url(./images/logo.png);
background-size: 240px;
background-repeat: no-repeat;
background-position: center;
background-clip: border-box;
display: block;
width: 250px;
height: 50px;
text-decoration: none;
cursor: pointer;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
margin-left: -1.5em;
}
/*-- Search Form --*/
/* widget_search menu item created in functions.php. Move it way over to the right */
.navbar .nav .widget_search {
float: right;
}
.navbar .nav {
width: 100%;
}
.widget_search .search-form {
position: relative;
margin: 0;
}
/*Stop the display of the Search button*/
.widget_search .search-submit {
display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.widget_search .search-form .screen-reader-text {
position: absolute;
left: -9999px;
overflow: hidden;
}
input[type="text"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* Style the search input textbox */
.widget_search .search-field {
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
height: 26px;
margin: 2px 0 2px 0;
padding: 0 0 0 36px;
position: relative;
-webkit-transition: width 400ms ease;
-moz-transition: width 400ms ease;
-o-transition: width 400ms ease;
transition: width 400ms ease;
width: 0px;
}
.widget_search .search-field:active,
.widget_search .search-field:focus {
color: #fff;
cursor: text;
outline: 0;
width: 170px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
}
/* Add a magnifying glass background */
.widget_search .search-form:before {
font-family: 'fontawesome';
content: '\f002';
position: absolute;
font-size: 1em;
border-radius: 50%;
color: #fff;
}
form#searchform div:before {
font-family: 'fontawesome';
content: '\f002';
position: absolute;
font-size: 1em;
border-radius: 50%;
color: #fff;
}
#searchform input#searchsubmit {
display: none;
}
input#q {
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
height: 26px;
margin: 2px 0 2px 0;
padding: 0 0 0 36px;
position: relative;
-webkit-transition: width 400ms ease;
-moz-transition: width 400ms ease;
-o-transition: width 400ms ease;
transition: width 400ms ease;
width: 0px;
padding: 0 5px;
}
input#q:active,
input#q:focus {
color: #fff;
cursor: text;
outline: 0;
width: 170px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
background:#fff;
}
input[type="search"] {
color:#fff;
}
::-webkit-input-placeholder {
color: #58585a;
}
:-moz-placeholder { /* Firefox 18- */
color: #58585a;
}
::-moz-placeholder { /* Firefox 19+ */
color: #58585a;
}
:-ms-input-placeholder {
color: #58585a;
}
/* Reset nav width and search floating for mobile menu */
@media (max-width: 979px){
.navbar .nav .widget_search {
float: left;
}
.navbar .nav {
width: auto;
}
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets - REMOVED
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}
.hentry {margin: 0 0 1.5em;}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {display: none;}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {display: block;}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.site-main .gallery {margin-bottom: 1.5em;}
.gallery-caption {}
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-main .gallery dd,.site-main .gallery figcaption {margin: 0;}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {max-width: 100%;}
/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
/* display:block; makes table unresponsive */
overflow-x:auto;
width:100%;
-webkit-overflow-scrolling:touch;
font-size:80%;}
@media (min-width: 40.625em;){table{font-size:90%;display:table;}}
th {font-weight:600;white-space:nowrap;padding:.5em;}
td {padding:.5em;}
/* Fixes a bug in webkit with fonts being animated */
html {-webkit-font-smoothing: antialiased;}
/* Prevent font scaling in landscape mode on phones */
@media all and (orientation:landscape) {
html {
-webkit-text-size-adjust: none;
}
}
/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
/* More image alignment rules */
img.aligncenter.size-full {
max-width:100%;
display:block;
margin:5px auto;
}
img.alignright.size-full {
padding:4px;
margin:0 0 2px 15px;
display:inline;
max-width:100%;
}
@media (min-width: 40.625em;){img.alignright.size-full{max-width:40%;}}
img.alignleft.size-full {
padding:4px;
margin:0 15px 2px 0;
display:inline;
max-width:100%;
}
@media (min-width: 40.625em;){img.alignleft.size-full{max-width:40%;}}
.alignright{float:right}
.alignleft{float:left}
.flush-margin{margin:0 !important}
/*--------------------------------------------------------------
14.0 Ticketfly Parts
--------------------------------------------------------------*/
* {margin:0;padding:0;}
html, body {
height: 100%;
margin: 0 auto;
}
/* Layout */
body {
background: #63ccf5;
color:#58585a;
font-family: sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 1.6;
}
/* Links */
a {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out; }
a:link, a:visited {text-decoration: none; color: #999999;}
a:hover {text-decoration: none;color:#63ccf5;}
a img {}
a:hover img {}
img.alignleft {float:left;margin:0 16px 10px 0;}
img.alignright {float:right;margin:0 0 10px 16px;}
/* Etc. */
ul {list-style: none;}
blockquote {
border-bottom: 3px solid #eaeaea;
border-right: 3px solid #eaeaea;
font-family: georgia;
font-weight: bold;
margin: 25px;
padding: 0 20px 5px;
}
/* STRUCTURE */
#wrapper {
width: 100%;
padding: 0 20px 20px 20px;
margin: 0 auto;
max-width: 1300px;
z-index: 1;
position: relative;
}
#wrapper-header {
width: 100%;
padding: 20px 20px 0 20px;
margin: 0 auto 0;
max-width: 1300px;
}
#masthead {
width: 100%;
margin: 0px auto 3.75em;
padding: 0 10%;
}
#content {
padding:1%;
margin: 0 auto 2em;
background-color: #fff;
}
.home #primary {
padding: 2%;
float: left;
width: 100%;
}
.home header.entry-header {
display: none;
}
#primary {
padding: 2%;
float: left;
width: 70%;
}
#primary {
padding: 2%;
float: left;
width: 70%;
}
div#primary.calendar {width: 100% !important;}
#secondary {
width:29%;
padding:2%;
float: right;
min-height: 50px;
background-color: #fff;
}
.home #secondary {
display:none;
}
#footer {
width: 100%;
clear: both;
min-height: 50px;
margin: 0 auto 2em;
border:0;
margin-top: -50px;
}
.footer-content {margin: 0 auto;overflow:auto;}
#footer #wrapper {
padding: 20px 20px 0 20px;
}
#wrapper .widget-area {
padding-top: 20px;
}
/* VENUE NAME STYLE/POSITION */
div.site-branding {
padding: 10px 35px;
float: left;
}
.site-branding:before {
background: url(./images/nuemos_logo_bg_new.png);
content: "";
display: block;
width: 400px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -1;
background-size: 400px;
margin-top: -1.5em;
margin-left: -9.25em;
}
.site-branding img {
max-height: 55px;
width: auto;
padding-top: 15px;
}
h1.site-title {font-size: 2em;}
h1.site-title a:link,
h1.site-title a:visited {color: #63ccf5;text-decoration: none;}
h1.site-title a:hover {color: #aaa;text-decoration: none;}
/* NAV */
.menu-main-container {
width: 120%;
}
#topnav {
float: right;
padding: 10px 45px;
margin-right:25px;
}
#topnav:before {
background: url(./images/nuemos_menu_bg_new.png);
content: "";
display: block;
width: 860px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -2;
background-size: 860px;
margin-top: -1.5em;
margin-left: -8em;
}
#topnav ul {
list-style: none;
margin: 0;
padding-top: 6px;
}
#topnav ul li {
float: left;
margin: 0;
position: relative;
text-transform: uppercase;
}
#topnav ul li a {
display: block;
padding: 0 10px;
color: #fff;
text-decoration: none;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 1.75em;
}
#topnav ul li.social-menu a {
font-size: 1em;
padding: 5px;
}
#topnav ul li a:hover {
color:#63ccf5;
text-decoration:none;
background:none;
transition: all 0.5s ease;
}
#topnav ul li.social-menu {
float: right;
}
/*----Submenu styling------*/
#topnav ul ul {
display: none;
position: absolute;
z-index: 999;
width: 140px;
background:#ffffff;
padding:0;
}
#topnav ul li:hover > ul {
display:block;
}
#topnav ul li > ul a {
display: block;
color: #58585a;
text-align:center;
}
#topnav ul li > ul a:last-child {
border-top:none;
}
#topnav ul li > ul a:hover {
color:#63ccf5;
}
.menu li.menu-item-has-children > a:after {
color: #63ccf5;
content: ' ▾';
}
#topnav .menu-item-has-children > a:hover {
border-bottom: none;
}
.sticky {
position: fixed;
height: 133px !important;
top: 0;
z-index: 100;
border-top: 0;
margin: 0 0 0;
left: 50%;
}
.menu li.menu-item-has-children > a::after {
color: #63ccf5;
content: " ▾";
}
/*Font Awesome icons*/
.fa {
background: #fff;
border-radius: 50%;
box-sizing: content-box;
color: #58585a;
display: inline-block;
height: 1em;
padding: .5em;
width: 1em;
text-align: center;
}
.fa:hover {
background: #63ccf5;
transition: all 0.5s ease;
}
#footer .fa {
color: #63ccf5;
}
#footer .fa:hover {
color: #ffffff;
transition: all 0.5s ease;
}
/*--- DROPDOWN ---*/
#menu-main ul {
background:#fff;
background:rgba(255,255,255,0);
list-style:none;
margin-left:0;
position:absolute;
left:-9999px;
font-size:0.85em;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#menu-main ul li {
float:none;
margin-right:0;
}
#menu-main ul a {
white-space:nowrap;
}
#menu-main li:hover ul {
left:0;
}
#menu-main li:hover a {
text-decoration:none;
}
#menu-main li:hover ul a {
text-decoration:none;
}
#menu-main li:hover ul li a:hover {
background:#fff;
}
.menu .dropdown .sub-menu { display: block; }
/*Extra Widgets area*/
.extrawidgets {
text-align: right;
padding-top: 10px;
padding-bottom: 10px;
font-family:'Source Sans Pro',sans-serif ;
color: #666;
font-weight: 700;
font-size: 16px;
margin-bottom: 20px;
padding: 0;
text-transform: uppercase;
right: 0;
}
.extrawidgets a {
color: #434343;
}
.extrawidgets a:hover {
color: #fff;
}
a#extra-widgets-email {
margin-left: 20px;
}
/* Featured Slider */
#wrapper #tfly-featured-events {
border-top: 0px solid #000;
border-bottom: 0px solid #000;
border-radius: 0px 0px 0 0;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
}
#wrapper #tfly-featured-events ul.nav li a,
#wrapper #prev_carousel,
#wrapper #next_carousel {
border: 0px solid #888;
background: #aaa;
text-align: center;
border-radius: 50%;
-webkit-box-shadow: -1px 1px 1px 0 #000000;
box-shadow: -1px 1px 1px 0 #000000;
color: #888;
width:16px;
font-weight:700;
}
#wrapper #prev_carousel {margin-left:10px;}
#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
color: #000;
background: #fff;
}
#wrapper #tfly-featured-events #overlay .ticket-link a {
width: 50px;
text-align: center;
display: block;
float: left;
font-size: 11px;
padding:2px;
color:white;
text-decoration:none;
}
#wrapper #tfly-featured-events #overlay .ticket-link a:hover {
opacity: 0.7;
}
#wrapper #tfly-featured-events ul li img {
position: absolute;
top: 50%;
padding-bottom: 5px;
-ms-transform: translateY(-50%); /* IE 9 */
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#tfly-featured-events ul.images li {
background: none;
padding-left: 0px;
width: 70%!important;
margin: 0px;
}
#tfly-featured-events {
height: 490px!important;
margin: 0px!important;
background:#fff!important;
}
#tfly-featured-events #grey-back {
background: #fff!important;
height: 100%!important;
width: 30%!important;
right: 0;
opacity:1!important;
}
#tfly-featured-events #overlay {
width: 29%!important;
top: 5%!important;
right: 0;
left: 70%!important;
padding: 20px 25px;
}
#tfly-featured-events #overlay h1 a {
color:#58585a!important;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"!important;
font-size:3em;
text-transform:uppercase;
line-height: 1em!important;
letter-spacing:1px;
}
#tfly-featured-events #overlay h2 {
color: #58585a!important;
margin: 0px 0px 0px 0px;
font-weight: 500;;;
font-size: 1.5em!important;
line-height:1em!important;
float: left;
margin-right: 10px;
font-family:'Source Sans Pro',sans-serif!important;
font-weight:bold!important;
text-transform:uppercase;
padding-top: 15px;
border-top: 2px solid #63ccf5;
}
#tfly-featured-events #overlay .ticket-link a {
width: 175px!important;
text-align: center;
display: block;
float: left;
font-size: 1.25em!important;
padding:10px!important;
color: #fff;
text-decoration:none;
background:#63ccf5!important;
font-family:'Source Sans Pro',sans-serif!important;
font-weight: bold;
text-transform: uppercase;
margin:20px 0 auto 0!important;
}
#tfly-featured-events ul.nav li a {
margin: 1px;
text-align: center;
display: block;
line-height: 0;
visibility:hidden;
}
#prev_carousel::before {
content: "";
visibility: visible;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 20px solid #63ccf5;
position: absolute;
opacity:.8;
}
#prev_carousel:hover::before {
opacity:1;
}
#next_carousel::before {
content: "";
visibility: visible;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 20px solid #63ccf5;
position: absolute;
opacity:.8;
}
#next_carousel:hover::before {
opacity:1;
}
#tfly-featured-events ul.nav li a.selected {
background: #fff!important;
}
#tfly-featured-events ul.nav li #carousel_0, #tfly-featured-events ul.nav li #carousel_1, #tfly-featured-events ul.nav li #carousel_2, #tfly-featured-events ul.nav li #carousel_3 {display:none;}
#tfly-featured-events ul.nav {
right: auto!important;
bottom: auto!important;
top: 0;
left: -240%;
}
#tfly-featured-events ul.nav li {
padding: 0px 5px!important;
}
#tfly-featured-events {
border: 5px solid #fff;
}
.ticket-link.primary-link .tickets {
background: #63ccf5;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
}
h3.ticket-link a:before {
content: "Buy ";
}
.calendar h3.ticket-link a:before {
content: "";
}
.ticket-price .custom {
background: #63ccf5;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
}
/* Below Slider*/
div#below-slider-widget {
background: #58585a;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
position: relative;
color: #63ccf5;
font-family: 'Source Sans Pro',sans-serif;
text-transform: uppercase;
font-weight: 500;
margin-top: -5px;
}
#below-slider-widget div#wrapper {
text-align: center;
}
div#below-slider-widget #wrapper {
padding: 25px 0;
}
#below-slider-widget aside {
width: 40%;
display: inline-block;
vertical-align: top;
padding: 0 20px;
text-align: left;
}
#below-slider-widget aside h1 {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 3em;
color: #fff;
line-height: normal;
font-weight: 100;
}
/* WIDGETS */
#wrapper .sidebar-list {padding: 0;margin: 0; padding-top: 15px; font-family: 'Source Sans Pro',serif;}
h2.widget-title {padding-top: 20px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"; font-size: 24px; color: #58585a; border-bottom: 2px solid #63ccf5; }
#secondary aside {margin-bottom:2.5em;}
#wrapper div.youtube-playlist-sidebar ul,
#wrapper .just-announced ul,
#wrapper .upcoming ul {
padding: 0;
margin: 0 0 12px 0;
}
#wrapper div.youtube-playlist-sidebar li,
#wrapper .just-announced ul li,
#wrapper .upcoming ul li {
font-size: 0.9em;
padding:0;
margin: 1px 0;
border-bottom:1px solid #ccc;
}
#wrapper div.youtube-playlist-sidebar li a:link,
#wrapper .just-announced ul li a:link,
#wrapper .upcoming ul li a:link {
color: #63ccf5;
font-weight: 500;;
display: block;
padding: 7px 14px;
}
#wrapper div.youtube-playlist-sidebar li a:hover,
#wrapper .just-announced ul li a:hover,
#wrapper .upcoming ul li a:hover {
color: #666;
background-color: #f2f2f2;
}
/* twitter widget pro */
#main aside.widget_twitter {position:relative;}
#wrapper .follow-button {
position: relative;
top: 20px;
}
#main .widget_twitter ul li {
font-size: 11px;
padding: 5px 10px;
display: block;
color: #333;
background-color: #fff;
}
#main .widget_twitter ul li a:link {
border-bottom: 1px dotted #ccc;
}
#main .widget_twitter ul li:hover {}
#main span.time-meta, #main span.from-meta {font-size: 9px;}
/* ticketfly search & email signup */
input[type="text"], input[type="email"], .tfly-email-subscribe-text {
padding: .6em 1em;
width: 60%;
color: #a8a8a8;
border: 1px solid #e4e4e4;
border-radius: 0;
background: #fff;
text-align: center;
line-height: 1;
font-size: 12px;
text-transform: uppercase;
margin-top: 1px;
font-weight:bold;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus,
textarea:focus {
outline: thin solid;
color: #111;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #searchform #searchsubmit, .tfly-email-subscribe-submit {
margin-top: 0px;
float: right;
display: block;
border-radius: 3px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
border-radius: 0;
background-color: #63ccf5;
color: #fff;
cursor: pointer;
line-height: .75em;
padding: .6em 1em;
font-family: 'Source Sans Pro',serif;
font-weight: 700;
transition: all 0.5s ease;
width: 30%;
-webkit-appearance:none;
}
button, input[type="button"] a, input[type="reset"] a, input[type="submit"] a, #searchform #searchsubmit a, .tfly-email-subscribe-submit a {
color: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {
opacity:.7;
}
/* footer widgets */
#footer-widgets {
width: 100%;
float: none;
padding: 0%;
text-align: center;
margin: 0;
}
#footer-widgets .textwidget {
background-color: #63ccf5;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
color: #fff;
font-size: 22px;
}
#footer-widgets .textwidget a {
color: #58585a;
}
#footer-widgets .textwidget a:hover {
color: #ccc;
transition: all 0.5s ease;
}
#footer-widgets .textwidget a .fa {
padding: 10px;
font-size: 18px;
}
#footer-widgets .textwidget .fa:hover {
color: #fff;
transition: all 0.5s ease;
}
/* LIST VIEW */
#wrapper .list-view-heading {}
#wrapper .list-view-title {}
#wrapper .calendar-link {position: relative;}
#wrapper .calendar-link:after {
content: "\f073";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
font-size: 18px;
position: absolute;
top: 0;
right: 0;
}
#wrapper .calendar-link a {padding-right: 24px;}
#wrapper .calendar-link a:hover {}
#wrapper .list-view-item {
margin-bottom: 15px;
border: none;
border-bottom: 10px solid #eee;
padding: 15px 10px 30px 10px!important;
}
#wrapper .list-view-item img {
margin: 0 16px 0 0;
width: 30%;
}
#wrapper h3.event-status-message {font-style:italic; font-size: 14px; line-height: 15px; font-family: 'Source Sans Pro', sans-serif; color: #666;}
#wrapper h2.topline-info, #wrapper h2.topline-info, #wrapper h3.topline-info {
font-weight: 500;
text-transform: uppercase;
font-size: 15px;
color: #63ccf5;
font-family: 'Source Sans Pro', sans-serif;
border-bottom: 2px solid #63ccf5;
/*padding-top: 20px;*/
}
#wrapper .list-view .ticket-price {}
#wrapper .price-range {
display:none;
}
.ticket-price a {
color: #fff;
}
#wrapper .dates, #wrapper .times {
color: #58585a;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
line-height: 20px;
}
#wrapper .dates {
padding-top: 10px;
}
#wrapper .age-restriction {
margin-bottom:10px;
}
#wrapper .age-restriction, h2.additional-event-info {
font-size: 15px;
}
.list-view-details {
max-width: 100%;
}
/* EVENT DETAIL */
#wrapper .event-detail .venue-info {font-family: 'Source Sans Pro', sans-serif; font-size: 15px;}
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes {padding-top: 40px;}
#wrapper .event-detail .artist-boxes .artist-name {padding-top: 20px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"; font-size: 26px; color: #58585a;}
#wrapper .event-detail .sponsor-info {
float: left;
font-size: 12px;
font-weight: 500;
text-align: right;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
padding-bottom: 20px;
max-width: 200px;
padding-top: 20px;
}
#wrapper .event-detail .sponsor-info img {
float: left;
padding-top: 5px;
margin-left: 0px;
}
#wrapper .event-info {
width: 100%;
padding:0;
margin:0;
}
#wrapper .event-detail img {
width: 100%;
padding-bottom: 30px;
}
ul.tfly-more.inline-icons li.facebook a:before, ul.tfly-more.inline-icons li.web a:before, ul.tfly-more.inline-icons li.buy-music a:before, ul.tfly-more.inline-icons li.myspace a:before, ul.tfly-more.inline-icons li.twitter a:before, ul.tfly-more.inline-icons li.watch-video a:before, ul.tfly-more.inline-icons li.audio-link a:before {
font-size: 24px!important;
}
#wrapper .event-detail .artist-boxes ul.links li {}
#wrapper .bio { font-family: 'Source Sans Pro', sans-serif; font-size: 15px;}
#toolbox {display:none;}
div.calendar-sync a, #toolbox a {
-moz-transition: none;
-webkit-transition: none;
-o-transition: all 0 none;
transition: none;
}
#wrapper h4.share-text {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
background: none;
color: #58585a;
padding: 0;
}
/* CALENDAR */
#wrapper .tfly-calendar .calendar-sync {}
#wrapper .calendar-list-flip {position: relative;}
#wrapper .calendar-list-flip:after {
content: "\f03a";
font-family: FontAwesome;
font-style: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
font-size: 18px;
position: absolute;
top: 0;
right: 0;
}
#wrapper .tfly-calendar .calendar-list-flip a {padding-right: 24px;}
#wrapper .tfly-calendar table {
margin-bottom: 30px;
border: 0;
border-collapse: separate;
border-spacing: 10px 10px;
}
#wrapper .tfly-calendar .one-event {
width: 90%;
margin: 0 auto;
padding: 0 0 10px 0;
overflow-wrap: break-word;
}
#wrapper .tfly-calendar td {padding: 0px;text-align: center;}
#wrapper .tfly-calendar tr td.data {
border: 0;
width: 14%;
min-width: 100px;
max-width: 120px;
}
#wrapper .tfly-calendar td.data.vevent {
border: 1px solid #eee;
}
#wrapper .tfly-calendar tr {
border: solid 1px #151515;
}
#wrapper .tfly-calendar table tr .month {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #63ccf5;
text-align: left;
padding: .25em .75em;
}
#wrapper .tfly-calendar h5.date {
background: #eee;
display: block;
color: #333;
font-size: 13px;
line-height: 1.4;
text-transform: uppercase;
padding: 5px 0;
margin-bottom: 10px;
font-weight: 500;
font-family: 'Source Sans Pro', sans-serif;
}
/* Headliner and Support */
#wrapper .headliners, #wrapper .headliners a, #wrapper .event-detail .headliners {
color: #58585a;
text-transform: uppercase;
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
}
h1.headliners.summary {
margin-top: 5px;
}
#wrapper .supports, #wrapper .supports a, #wrapper .event-detail .supports {
font-weight: bold;
color: #58585a;
font-size: 18px;
}
#wrapper .headliners a:hover {color: #63ccf5;}
#wrapper .supports a:hover {color: #63ccf5;}
#wrapper .list-view .headliners, #wrapper .event-detail .headliners {
font-size: 45px;
line-height: 46px;
margin-bottom: 0;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
#wrapper .event-detail .headliners {margin-top: 8px;}
#wrapper .list-view .supports, #wrapper .event-detail .supports {
font-size: 22px;
line-height: 24px;
text-transform: uppercase;
font-weight: 500;
border-bottom: 2px solid #eee;
padding-bottom: 5px;
}
#wrapper .list-view .supports, #wrapper .event-detail .supports {
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
font-weight: bold;
padding-bottom: 10px;
}
#wrapper .tfly-calendar .headliners a {
font-size: 24px;
margin-bottom: 0;
word-wrap: break-word;
}
#wrapper .tfly-calendar .supports a {
font-size: 16px;
line-height: 1;
text-transform: uppercase;
padding-top: 5px;
}
#wrapper .tfly-calendar img {
padding-top: 10px;
padding-bottom: 10px;
}
.richcal-ticket-link.richcal-primary-link a:before {
content:"Buy "
}
.richcal-more a:after {
content: " Info";
}
.list-view .ticket-price .ticket-link.primary-link a:before {
content: "Buy ";
}
/* Ticket Status For All Sections */
#wrapper .ticket-link a:hover {
opacity: 0.7;
}
#wrapper .tfly-calendar .custom a {
color: #fff;
}
#wrapper .tfly-calendar .ticket-link a,
#wrapper .tfly-calendar .custom {
margin: 12px 0 0;
text-align: center;
width: 100%;
background: #63ccf5;
font-weight: 500;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 8px;
line-height: 22px;
font-weight:bold;
font-size:14px;
}
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale {
background: #fff;
color:#63ccf5;
border: 0;
text-transform:uppercase;
margin: 0 auto;
border-radius: 0;
display: inline-block;
padding: 8px 12px;
line-height: 1;
font-weight: 500;
}
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
margin-bottom: 5px;
}
#wrapper .tickets-at-the-door,
#wrapper .future-sale a,
#wrapper .on-sale-soon,
#wrapper .custom {
display: inline-block;
text-decoration: none;
}
#wrapper h3.off-sale {width: 100px;}
#wrapper .future-sale a:hover,
#wrapper .on-sale-soon:hover,
#wrapper .custom:hover {text-decoration:none; opacity: 0.7;}
#wrapper .free {font-size: 1.1em;font-weight:bold;text-transform:uppercase;}
#wrapper .tfly-calendar .cancelled,
#wrapper .tfly-calendar .sold-out,
#wrapper .tfly-calendar .postponed,
#wrapper .tfly-calendar .rescheduled,
#wrapper .tfly-calendar .free,
#wrapper .tfly-calendar .tickets-at-the-door,
#wrapper .tfly-calendar .future-sale a,
#wrapper .tfly-calendar .on-sale-soon,
#wrapper .tfly-calendar .off-sale,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .free,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .future-sale a,
#wrapper .event-detail .on-sale-soon,
#wrapper .event-detail .off-sale {
margin: 12px 0 0;
text-align: center;
width: 100%;
background: #fff;
font-weight: bold;
color: #63ccf5;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
border: 2px solid #63ccf5;
padding: 10px;
line-height: 16px;
font-size: 14px;
}
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail .custom {
margin: 12px 0 0;
width: 100%;
text-align: center;
margin-bottom: 10px;
padding:10px;
}
#wrapper .list-view .ticket-link a, #wrapper .list-view .cancelled, #wrapper .list-view .postponed, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .custom, #wrapper .list-view .off-sale {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #63ccf5;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
font-weight: bold;
}
.button {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #63ccf5;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
font-weight: bold;
}
#wrapper .specspdf {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #63ccf5;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
font-weight: bold;
}
#wrapper .specspdf:hover {
opacity:.7;
}
#wrapper .button a {
color: #fff !important;
}
.button:hover {
opacity:.7;
}
#wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon {
color: #63ccf5;
background: #fff;
border: 2px solid #63ccf5;
width: 175px;
border-radius:0;
text-transform: uppercase;
font-weight:bold;
line-height: 22px;
}
#wrapper .list-view .postponed {
background: #ededed;
color: #999999;
}
#wrapper .event-detail .sold-out {
margin: 12px 0 0;
text-align: center;
width: 100%;
background: #fff;
font-weight:bold;
color: #fff;
background:#aa0000;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
}
#wrapper .sold-out,#wrapper .list-view .rescheduled {
margin: 12px 0 0;
text-align: center;
width: 175px;
background: #fff;
font-weight:bold;
color: #fff;
background:#aa0000;
text-transform: uppercase;
border-radius: 0;
font-family: 'Source Sans Pro', sans-serif;
padding: 10px;
line-height: 22px;
}
/* ticketfly powered logo */
.tfly-powered {
width:100%;
float: none;
padding: 1em 0;
margin: 0.5em auto;
text-align:center;
border: 0;
}
.tfly-powered a img {border: 0;}
div.spacer {clear:both;height:20px;}
/* non-event pages */
div.entry-content {clear:left;margin:0px 0 30px 0;
font-family:'Source Sans Pro',sans-serif;
font-size: 16px;
margin: 0;
padding-top: 10px;
}
div.entry-content.non-event {}
.non-event ul {list-style: disc;margin: 0 0 1em 3em;font-size:0.9em;}
article.format-standard {clear:left;margin: 0 0 30px 0;overflow: auto;}
section.post-excerpt {width:96%;padding-left:4%;}
h1.entry-title {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial"; font-size: 36px; border-bottom: 2px solid #63ccf5;
font-style: normal;
font-weight: 500;
text-transform:uppercase;
line-height: 1.3;
color: #58585a;
margin-bottom: 20px;
}
h1.entry-title a:link {
text-decoration: none;
border-bottom: 1px dotted #000;
}
h1.entry-title a:hover {
text-decoration: none;
border-bottom: 1px solid #000;
}
.non-event h2 {
font-size: 1.4em;
}
h2.entry-title {
font-size: 1.4em;
margin-bottom: 0;
overflow-wrap: break-word;
font-weight: 700;
letter-spacing: 0.03em;
}
div.entry-meta {
padding-top: 10px;
}
div.entry-meta-single {
padding: 0px 0 6px;
font-style:italic;
}
span.posted-on {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 0.03em;
}
p.upper-meta {
font-size: 13px;
}
p.lower-meta {
font-size: 11px;
margin-bottom: 0;
}
div.nav-previous, div.nav-next {
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
margin-top: 20px;
}
span.meta-nav {
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
}
#wrapper div.excerpt-thumb {float:left;margin: 17px 16px 10px 0;}
#wrapper div.excerpt-thumb img {border: 5px #111 solid;}
#wrapper #nav-above {display:none;}
/* gallery post format */
aside.format-gallery {overflow:auto;}
p.gallery {
font-size: 13px;
color: #666;
}
div.gallery-thumb-wrap {
width: 500px;
float: left;
padding: 5px;
margin: 0px 0px 10px;
display: block;
}
h4.gallery-title {
font-size: 1.3em;
margin: 8px 0 0 4px;
}
a.gallery-thumb img {
width:500px;
height:385px;
display: block;
margin: 4px;
padding: 4px;
}
a:hover.gallery-thumb img {background-color: #ccc;}
p.gallery-text {
font-style:italic;
font-size:0.8em;
margin: 0px 8px;
}
.gallery-icon img {
display: block;
margin: 20px auto;
}
.gallery-caption {
font-size:0.9em;
line-height: 1.1;
}
dd.wp-caption-text {margin-left: 15px !important;margin-right: 15px !important;}
/* aside post format for FAQs */
h4.faq-question {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #63ccf5;
text-align: left;
padding: .25em .75em;
margin-bottom: 20px;
}
div.faq-content {margin: 0 20px 30px;}
.tfly-search div {
display: block;
margin-right:25px;
}
/*--------------------------------------------------------------
15.0 - Responsive Styling
--------------------------------------------------------------*/
.mobile-button {
display: none;
}
.overlay {display:none;}
div#mobilenav {display:none;}
.overlay-content {
display: none;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
#wrapper #tfly-featured-events {
height: 100%;
max-height:30em;
}
}
@media (min-width: 1400px) {
#wrapper #tfly-featured-events {
height: 100%;
max-height:45em;
}
}
@media (min-width: 992px) {
.container {
max-width: 940px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 544px) {
.container {
max-width: 576px;
}
}
@media (max-width:1250px) {
#topnav:before {
background: url(./images/nuemos_menu_bg_new.png);
content: "";
display: block;
width: 680px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -2;
background-size: 680px;
margin-left: -7em;
margin-top: -1em;
}
.site-branding:before {
background: url(./images/nuemos_logo_bg_new.png);
content: "";
display: block;
width: 305px;
height: 150px;
position: absolute;
background-repeat: no-repeat;
z-index: -1;
background-size: 305px;
margin-left: -1em;
margin-top: -1em;
}
#masthead {
margin: 0 auto 2em;
padding: 0;
}
.menu-main-container {
margin-right: -40px;
width:auto;
}
.site-branding img {
max-height: 40px;
margin-left: 5em;
padding-top: 5px;
padding-left: 5px;
}
.logo {
background-size: 160px;
width: 160px;
height: 40px;
margin-left: 6em;
}
}
@media (max-width:1200px) {
}
@media (max-width:1024px) {
#topnav ul {
list-style: none;
margin: 0;
padding-top: 3px;
}
#tfly-featured-events {
height: 385px!important;
}
#tfly-featured-events #overlay {
top: 0%!important;
padding: 10px 25px;
}
#tfly-featured-events #overlay h1 {
font-size: 18px!important;
}
#tfly-featured-events ul.nav {
top: 10px;
}
}
@media (max-width:997px) {
div.site-branding {
padding-top: 5px;
margin-left: 0;
max-width: 250px;
}
#wrapper-header .extrawidgets {
display: none;
}
.menu-main-container {
margin-right: 0;
}
#masthead {
margin: 0 auto 0;
}
#topnav {
border:none;
background:none;
box-shadow:none;
display:none;
}
#wrapper-header {
padding: 20px 0 0 0;
}
div#slider-widget {
padding: 0 20px 0;
}
#below-slider-widget aside {
width: 100%;
}
.home #primary,#primary {
width: 100%;
padding: 0 0 0 0;
}
#secondary {
width: 100%;
}
#mobile-masthead {
width: 96%;
padding: 2%;
margin: 0 auto;
min-height: 60px;
background: #f8fcf5;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
}
#mobile-button {
display: block;
text-align: right;
font-size: 2em;
float: right;
vertical-align: middle;
right: 15%;
background: #29534d;
color:#e3e3d8;
z-index: 999;
padding: 0 10px;
}
#mobile-content {
background: #e3e3d8;
position: fixed;
right: 0;
padding: 2%;
z-index: 999;
width: 100%;
top: 100px;
}
#mobile-content ul li a {
color: #29534d;
font-family: 'Hammersmith One',sans-serif;
font-size: 1em;
letter-spacing: 1px;
}
#mobile-content ul.sub-menu li a {
color: #8f8f87;
padding-left: 1em;
font-size: .9em;
}
#mobile-content ul li.current-menu-item a {
color: #ff631f;
}
#mobile-content .current_page_item, #topnav ul li .current_page_item a {
border-bottom:none;
}
#mobile-content .menu li.menu-item-has-children > a:after {
content: '';
}
#mobile-content ul.social li {
display: inline-block;
}
.mobile-button {
display: block;
margin-right: 30px;
margin-top: 3px;
}
.overlay-content {
display: block;
}
.mobile-button .fa {
background: none;
color: #fff;
font-size: 2em;
float: right;
padding: .75em .5em;
z-index:99;
}
.mobile-button .fa:hover {
opacity:.8;
cursor:pointer;
}
.social-menu {
display: inline-block;
margin-top:20px;
}
.overlay {
height: 100%;
width: 100%;
position: fixed; /* Stay in place */
z-index: 99; /* Sit on top */
left: 0;
top: 0;
background-color: rgb(99,204,245);
background-color: rgba(99,204,245, 0.9);
overflow-x: hidden;
font-family: 'Source Sans Pro';
display:none;
opacity:0;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.overlay-content {
position: relative;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay-content .menu {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
}
.overlay a {
padding: 6px 8px;
text-decoration: none;
font-size: 36px;
color: #fff;
transition: 0.3s;
text-transform: uppercase;
}
.overlay-content .social-menu a {
font-size: 24px;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: relative;
top: 5%;
font-size: 60px;
margin: 0 auto;
text-align: center;
display:block;
}
.overlay aside {
color: #58585a;
font-family: 'Source Sans Pro';
font-weight: 500;
font-size: 1.5em;
max-width: 80%;
margin: 0 auto;
margin-top: 10px;
padding-bottom: 15px;
}
.overlay aside a {
color: #58585a;
font-size: 1em;
}
.overlay-content .textwidget {
font-family: "LeagueGothic","Helvetica Neue","Helvetica","Arial";
color: #fff;
text-transform: uppercase;
line-height:1.25em;
}
.overlay-content .textwidget a {
padding: 0;
}
.menu li.menu-item-has-children > a::after {
display:none;
}
.sub-menu a {
font-size: 28px;
color: #e7e7e7;
}
#wrapper .event-detail img {
float: none;
max-width: 100%;
margin-left: 0;
padding-left: 0;
}
#wrapper .event-info {
width: 100%;
padding: 0;
}
.event-detail img:first-child {
width: 100%;
}
.hide-on-mobile {
display: none;
}
}
@media (max-width:900px) {
#wrapper .tfly-calendar .ticket-link a, #wrapper .tfly-calendar .custom {
font-size: 1em;
}
#wrapper .tfly-calendar tr td.data {
border: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
display: block;
}
#wrapper .tfly-calendar table {
border-spacing: 0 10px;
}
}
@media (max-width:800px) {
a#extra-widgets-email {
margin-left: 0;
}
#content {
background-color: transparent;
}
#main {
background: #fff;
padding: 2% 20px;
}
.menu-main-container .current-menu-item a {
color: #58585a;
}
#wrapper .list-view .ticket-link a, #wrapper .list-view .cancelled, #wrapper .list-view .postponed, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon, #wrapper .list-view .custom, #wrapper .list-view .off-sale {
width: 140px;
}
#wrapper .sold-out, #wrapper .list-view .rescheduled {
width: 140px;
}
.contact-btn {
padding-right: 0;
}
#mobile-content {
color: #a8a89a;
font-size: 1em;
font-family: 'Hammersmith One', sans-serf;
text-transform:uppercase;
}
#mobile-content ul.social {
margin: 1em 0;
}
#mobile-content p {
font-size: .9em;
}
.menu li {
line-height: 30px;
}
body.custom-background {
background-image:none!important;
background-color:#f8fcf5;
}
#mobile-masthead {
width: 100%;
padding: 10px 20px 5px;
}
.site-header.fixed-menu {
position: fixed;
width: 100%;
padding-left: 0;
height: 100px;
background-color: #075883;
z-index: 999;
}
#wrapper {
width: 100%;
padding: 0;
margin: 0 auto;
}
#content {
width: 100%;
padding: 0 20px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#wrapper .list-view .headliners, #wrapper .event-detail .headliners {
}
h2.widget-title {
font-size: 1em;
}
#footer #wrapper {
padding: 0 20px 0 20px;
}
.hentry {
margin: 0;
}
div#footer-logo {
margin-top: 1%;
padding-top: 15px;
}
#tfly-featured-events ul.images li {
width: 100%!important;
}
#tfly-featured-events #grey-back {
height: 30%!important;
width: 100%!important;
}
#tfly-featured-events #overlay {
width: 100%!important;
top: auto!important;
left: 0!important;
background:#fff!important;
margin: 0!important;
bottom: 0!important;
}
#tfly-featured-events ul.nav {
left: 0;
top: -40px;
}
#slider-widget .ticket-link {
top: 5px;
position: relative;
right: 0;
}
#tfly-featured-events #overlay .ticket-link a {
margin: 10px 0 auto 0!important;
}
#tfly-featured-events #overlay h1 a {
font-size: 2em;
}
}
@media (max-width:768px) {
.circle-icon {
display: none;
}
.widget_search .search-field {
padding: .6em 1em;
}
}
@media (max-width:740px) {
#wrapper .list-view .ticket-price {
float: none;
text-align: center;
position: relative;
right: 0;
top: 0;
max-width: 100%;
}
#wrapper .list-view .ticket-link a, #wrapper .list-view .cancelled, #wrapper .list-view .sold-out, #wrapper .list-view .postponed, #wrapper .list-view .rescheduled, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon, #wrapper .list-view .custom, #wrapper .list-view .off-sale {
margin: 12px 0 0;
text-align: center;
width: 100%;
float:left;
}
#wrapper .list-view-item {
padding: 20px 0;
}
#secondary {
padding: 20px;
}
.site-main .gallery a img {
max-width: 100%;
}
.gallery-icon img {
padding: 2%;
}
#wrapper .event-detail .ticket-link a, #wrapper .event-detail .cancelled, #wrapper .event-detail .sold-out, #wrapper .event-detail .postponed, #wrapper .event-detail .rescheduled, #wrapper .event-detail .free, #wrapper .event-detail .tickets-at-the-door, #wrapper .event-detail .future-sale a, #wrapper .event-detail .on-sale-soon, #wrapper .event-detail .custom, #wrapper .event-detail .off-sale {
width: 100%;
}
td {
display: block;
}
}
@media (max-width:710px) {
#wrapper .tfly-calendar table {
margin-bottom: 0;
}
}
@media (max-width:568px) {
#tfly-featured-events #overlay h1 {
margin: 0!important;
}
#tfly-featured-events #overlay h2 {
padding-top: 5px;
}
}
@media (max-width:414px) {
.logo {
margin-left: 2em;
}
div.site-branding {
margin-left: 30px;
max-width: 250px;
padding: 0;
}
.site-branding:before {
content: "";
display: block;
width: 280px;
background-repeat: no-repeat;
background-size: 280px;
margin-left: -4em;
}
.site-branding img {
padding-left: 20px;
margin-top: -5px;
margin-left: 0;
}
div.site-branding {
padding: 0;
}
#tfly-featured-events #overlay h2 {
float: none;
}
.home .ticket-link.primary-link {
margin-top: 0;
margin-right: 0;
}
#wrapper .list-view-item img {
margin: 0 0 1em 0;
width: 100%;
}
.list-view-details {
max-width: 100%!important;
}
#wrapper .event-detail .ticket-price {
float: none;
line-height: 20px;
margin-top: 0;
margin-bottom: .75em;
}
.event-detail .event-info {
padding: 0!important;
margin: 0!important;
overflow: visible;
}
#tfly-featured-events {
height: 350px!important;
}
#tfly-featured-events #overlay .ticket-link a {
width: 100%!important;
font-size: 1em!important;
margin: 0!important;
}
#tfly-featured-events #overlay h1 {
font-size: 1em!important;
width: 50%!important;
}
#tfly-featured-events #overlay h2 {
border-top: none;
}
#tfly-featured-events #overlay h1 a {
font-size: 1.75em;
}
#tfly-featured-events #overlay h2 {
font-size: 1em!important;
}
#tfly-featured-events #overlay {
padding:5px 20px 10px!important;
}
#tfly-featured-events ul.nav {
bottom: 80px!important;
right: 0!important;
padding: 0 0 10px 0;
}
input[type="text"], input[type="email"], input[type="search"], #searchform .textform, .tfly-email-subscribe-text {
width: 55%;
padding: .6em;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #searchform #searchsubmit, .tfly-email-subscribe-submit {
padding: .6em .9em;
width: 39%;
}
#footer {
margin-top: 0;
}
#footer #wrapper {
padding: 0;
}
#wrapper .event-info {
width: 100%;
}
#wrapper .event-detail img {
float: none;
max-width: 100%;
margin-left: 0;
width: 100%;
}
img.alignleft {
float: none!important;
display: block!important;
}
}
@media (max-width:375px) {
div.site-branding {
margin-left: 15px;
}
div.site-branding {
margin-left: 0;
}
}
@media (max-width:320px) {
.mobile-button .fa {
padding: .5em;
}
}
| 0.421909 | 0.110423 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/*Body,anchor and paragraph elements*/
body {
background-color: #d9dcd6;
}
a {
color: #ffffff;
text-decoration: none;
}
/*adds hover affect to links*/
a:hover {
background-color: #55555500;
font-size: 125%;
z-index: 9;
}
p {
font-size: 16px;
}
/* styles backtotop button*/
#backtotop {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
/*adds hover affect to button*/
#backtotop:hover {
background-color: #555;
}
/*header, header h1,header h1 span, header div, header div unordered list, hearder div unorderd list item */
#header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: #ffffff;
}
h1 {
display: inline-block;
font-size: 48px;
}
#seo {
color: #d9dcd6;
}
#nav {
list-style-type: none;
padding-top: 15px;
margin-right: 20px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: unset;
}
li {
display: inline-block;
margin-left: 25px;
}
/* hero is the pages main image that covers the screen when loaded*/
.hero {
height: 800px;
width: 100%;
margin-top: 0px;
margin-bottom: 25px;
background-image: url("images/digital-marketing-meeting.jpg" );
background-size: cover;
background-position: center;
}
/* content displays the services provided */
/*content"div class", content-block"div class",content-block h2, content-left-img"floats image left of text",content-right-img"floats image right of text"*/
.content {
width: 75%;
display: inline-block;
margin-left: 20px;
}
.content-block{
margin-bottom: 20px;
padding: 50px;
height: 300px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
.content-block h2{
margin-bottom: 20px;
font-size: 36px;
}
/* needed to make 2 classes to style page properly*/
.content-left-img{
max-height: 200px;
float: left;
margin-right: 25px;
}
.content-right-img{
max-height: 200px;
float: right;
margin-left: 25px;
}
/*benifits displays the reasons you would want the service its content is floated right*/
/*benifits"div class",benifits-block"div class",benifits-block h3,benifits-img,*/
.benefits {
margin-right: 20px;
margin-bottom: 0px;
padding: 20px;
clear: both;
float: right;
width: 20%;
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #2589bd;
}
.benefit-block{
margin-bottom: 32px;
color: #ffffff;
}
.benefit-block h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-img {
display: block;
margin: 10px auto;
max-width: 150px;
}
/*footer displays copyright and flavor message*/
/*footer"div class,footer h2*/
.footer {
padding: 30px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
}
.footer h2 {
font-size: 20px;
}
|
style.css
|
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/*Body,anchor and paragraph elements*/
body {
background-color: #d9dcd6;
}
a {
color: #ffffff;
text-decoration: none;
}
/*adds hover affect to links*/
a:hover {
background-color: #55555500;
font-size: 125%;
z-index: 9;
}
p {
font-size: 16px;
}
/* styles backtotop button*/
#backtotop {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
/*adds hover affect to button*/
#backtotop:hover {
background-color: #555;
}
/*header, header h1,header h1 span, header div, header div unordered list, hearder div unorderd list item */
#header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: #ffffff;
}
h1 {
display: inline-block;
font-size: 48px;
}
#seo {
color: #d9dcd6;
}
#nav {
list-style-type: none;
padding-top: 15px;
margin-right: 20px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: unset;
}
li {
display: inline-block;
margin-left: 25px;
}
/* hero is the pages main image that covers the screen when loaded*/
.hero {
height: 800px;
width: 100%;
margin-top: 0px;
margin-bottom: 25px;
background-image: url("images/digital-marketing-meeting.jpg" );
background-size: cover;
background-position: center;
}
/* content displays the services provided */
/*content"div class", content-block"div class",content-block h2, content-left-img"floats image left of text",content-right-img"floats image right of text"*/
.content {
width: 75%;
display: inline-block;
margin-left: 20px;
}
.content-block{
margin-bottom: 20px;
padding: 50px;
height: 300px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
.content-block h2{
margin-bottom: 20px;
font-size: 36px;
}
/* needed to make 2 classes to style page properly*/
.content-left-img{
max-height: 200px;
float: left;
margin-right: 25px;
}
.content-right-img{
max-height: 200px;
float: right;
margin-left: 25px;
}
/*benifits displays the reasons you would want the service its content is floated right*/
/*benifits"div class",benifits-block"div class",benifits-block h3,benifits-img,*/
.benefits {
margin-right: 20px;
margin-bottom: 0px;
padding: 20px;
clear: both;
float: right;
width: 20%;
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #2589bd;
}
.benefit-block{
margin-bottom: 32px;
color: #ffffff;
}
.benefit-block h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-img {
display: block;
margin: 10px auto;
max-width: 150px;
}
/*footer displays copyright and flavor message*/
/*footer"div class,footer h2*/
.footer {
padding: 30px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
}
.footer h2 {
font-size: 20px;
}
| 0.279238 | 0.141786 |
body {
background: #292e30;
color: #ddd;
}
a:link,
a:visited {
color: rgb(192, 216, 218);
}
a:hover {
color: #719aad;
}
/*****************
* Logo
*****************/
#logo {
width: 50px;
}
/*****************
* VIDEO SECTION
*****************/
.display-4 .badge {
display: inline-block;
margin-right: 30px;
}
#reproductor-box {
margin: 5px 0 5px 0;
padding: 0;
width: 100%;
float: left;
}
.video-header {
margin: 0;
padding: 0 1%;
width: 100%;
height: 46px;
color: #fff;
background: #292e30;
float: left;
}
.video-header h1 {
margin: 0;
padding: 0;
font-size: 23px;
line-height: 46px;
color: #FFFFFF;
font-weight: normal;
float: left;
}
.video-section {
margin: 8px 0 0 0;
padding: 0;
height: 31px;
float: right;
}
.video-section select {
width: 110px;
height: 31px;
line-height: 31px;
font-size: 13px;
color: #666;
background: #fff;
border: none;
border-radius: 3px;
float: left;
margin-right: 5px;
/* display: none; */
}
iframe {
height: 100%;
width: 100%;
}
/*****************
* Anime By Type
*****************/
#OvasHeader {
margin-top: 100px;
}
/*****************
* Letter Box
*****************/
.letras-box,
.for-day-box {
margin: 0;
padding: 0;
width: 100%;
float: left;
}
.letras-box h3 {
margin: 0;
padding: 6px 10px;
font-size: 12px;
color: #FFFFFF;
background: #D55401;
float: left;
}
.letras-box ul {
margin: 0;
padding: 0;
width: 100%;
height: 46px;
list-style: none;
background: #393f42;
float: left;
}
.letras-box ul li {
margin: 0;
padding: 0;
list-style: none;
float: left;
}
.letras-box ul li a.letra-link {
margin: 0;
padding: 0 0px;
text-align: center;
width: 29px;
font-size: 15px;
line-height: 46px;
color: #FFFFFF;
display: block;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
.letras-box ul li a.letra-link:hover {
background: #fff;
color: #666;
}
.letras-box ul li.box-link {
float: right;
}
.letras-box ul li.box-link a {
margin: 0;
padding: 0 10px;
line-height: 46px;
font-size: 15px;
color: #FFFFFF;
background: #2980b9;
display: block;
display: block;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
.letras-box ul li.box-link a:hover {
background: #1f628e !important;
}
@media all and (max-width: 667px) {
.letras-box ul {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
list-style: none;
background: #393f42;
float: left;
}
}
/*****************************
* Season and Episodes Members
*****************************/
#creatorImg , #membersImg{
border-radius: 0.3em;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.85);
}
/*****************
* Genres Box
*****************/
#titleHeader {
margin-top: 25%;
}
.letras-box,
.type-list,
.genre-list {
display: block !important;
}
.letras-box,
.type-list,
.genre-list {
display: block !important;
}
#container #letrasint .letras-box ul li.box-link {
float: right;
display: none;
}
.type-list,
.genre-list {
display: none;
margin: 0;
padding: 15px 2%;
width: 100%;
background: #393f42;
float: left;
}
.type-list h3,
.genre-list h3 {
margin: 0 0 10px 0;
padding: 0 12px 5px 12px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: normal;
border-bottom: 1px solid #B14701;
display: block;
}
.type-list ul,
.genre-list ul {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
float: left;
}
.type-list ul li,
.genre-list ul li {
margin: 0 1% 2px 1%;
padding: 0;
width: 18%;
float: left;
}
.type-list ul li a,
.genre-list ul li a {
margin: 0;
padding: 5px 10px;
font-size: 13px;
color: #fff;
border-bottom: 1px solid #393f42;
display: block;
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}
.type-list ul li a:hover,
.genre-list ul li a:hover {
padding-left: 15px;
background: #2980b9;
border-bottom-color: transparent;
border-radius: 4px;
}
/*****************
* NavBar
*****************/
.bg-nav {
background: #232728;
}
.navbar-brand {
margin-right: 40px;
padding: 0px;
}
.nav-link {
font-size: .9em;
letter-spacing: 1.5px;
}
/*****************
* Paginate
*****************/
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination>li {
display: inline;
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #fff;
text-decoration: none;
background-color: #393f42;
border: 0.2px solid #fff;
}
/*****************
* Loading
****************/
.loading {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
/*****************
* Form controls
*****************/
.form-control {
border: 0;
}
.search-bar {
background: #fff;
background: #393f42;
padding: 4px;
border-radius: 15px;
}
.search-bar .btn {
border-radius: 15px;
}
.search-bar input {
border-radius: 15px;
background: #393f42;
color: #eee;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
background-color: inherit;
color: #eee;
}
/*****************
* Buttons
*****************/
.btn:focus,
.btn:active {
outline: none !important;
box-shadow: none;
}
.btn-main {
background-color: #2980b9;
color: #ddd;
}
.btn-main:hover {
background-color: #1f628e;
}
.btn-main:active {
background-color: #144463;
}
.btn-dark {
background: #222;
border-color: #111;
color: #eee !important;
text-transform: lowercase;
letter-spacing: 1.4px;
font-family: monospace;
}
.btn-dark:hover {
background: #eee;
color: #222 !important;
}
/*****************
* Main Content
*****************/
.page-title {
text-align: center;
font-size: 1.6em;
margin-top: 1em;
}
.page-title hr {
border-color: #fff;
width: 70px;
margin-bottom: 2em;
}
.fa-star {
color: yellow;
}
.movie-list img {
height: 10em;
border-radius: 0.4em;
margin-bottom: 1.4em;
}
.movie-list-title {
color: #fff;
font-size: 1.5em;
font-weight: bold;
}
.movie-list .col-6 {
margin-bottom: 20px;
}
/************
* Footer
************/
footer {
background: #232728;
padding: 50px 0;
font-size: .9em;
}
footer .bottom {
margin-top: 40px;
}
footer img {
max-width: 350px;
}
.logo-alt {
max-width: 150px;
margin-bottom: 20px;
}
/************
* Not Found Section
************/
#notfound-title {
display: flex;
justify-content: center;
align-items: center;
}
.side-box {
margin: 0 0 15px 0;
padding: 10px;
width: 400px;
background: #232728;
border-radius: 3px;
float: right;
}
|
src/assets/css/style.css
|
body {
background: #292e30;
color: #ddd;
}
a:link,
a:visited {
color: rgb(192, 216, 218);
}
a:hover {
color: #719aad;
}
/*****************
* Logo
*****************/
#logo {
width: 50px;
}
/*****************
* VIDEO SECTION
*****************/
.display-4 .badge {
display: inline-block;
margin-right: 30px;
}
#reproductor-box {
margin: 5px 0 5px 0;
padding: 0;
width: 100%;
float: left;
}
.video-header {
margin: 0;
padding: 0 1%;
width: 100%;
height: 46px;
color: #fff;
background: #292e30;
float: left;
}
.video-header h1 {
margin: 0;
padding: 0;
font-size: 23px;
line-height: 46px;
color: #FFFFFF;
font-weight: normal;
float: left;
}
.video-section {
margin: 8px 0 0 0;
padding: 0;
height: 31px;
float: right;
}
.video-section select {
width: 110px;
height: 31px;
line-height: 31px;
font-size: 13px;
color: #666;
background: #fff;
border: none;
border-radius: 3px;
float: left;
margin-right: 5px;
/* display: none; */
}
iframe {
height: 100%;
width: 100%;
}
/*****************
* Anime By Type
*****************/
#OvasHeader {
margin-top: 100px;
}
/*****************
* Letter Box
*****************/
.letras-box,
.for-day-box {
margin: 0;
padding: 0;
width: 100%;
float: left;
}
.letras-box h3 {
margin: 0;
padding: 6px 10px;
font-size: 12px;
color: #FFFFFF;
background: #D55401;
float: left;
}
.letras-box ul {
margin: 0;
padding: 0;
width: 100%;
height: 46px;
list-style: none;
background: #393f42;
float: left;
}
.letras-box ul li {
margin: 0;
padding: 0;
list-style: none;
float: left;
}
.letras-box ul li a.letra-link {
margin: 0;
padding: 0 0px;
text-align: center;
width: 29px;
font-size: 15px;
line-height: 46px;
color: #FFFFFF;
display: block;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
.letras-box ul li a.letra-link:hover {
background: #fff;
color: #666;
}
.letras-box ul li.box-link {
float: right;
}
.letras-box ul li.box-link a {
margin: 0;
padding: 0 10px;
line-height: 46px;
font-size: 15px;
color: #FFFFFF;
background: #2980b9;
display: block;
display: block;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
.letras-box ul li.box-link a:hover {
background: #1f628e !important;
}
@media all and (max-width: 667px) {
.letras-box ul {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
list-style: none;
background: #393f42;
float: left;
}
}
/*****************************
* Season and Episodes Members
*****************************/
#creatorImg , #membersImg{
border-radius: 0.3em;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.85);
}
/*****************
* Genres Box
*****************/
#titleHeader {
margin-top: 25%;
}
.letras-box,
.type-list,
.genre-list {
display: block !important;
}
.letras-box,
.type-list,
.genre-list {
display: block !important;
}
#container #letrasint .letras-box ul li.box-link {
float: right;
display: none;
}
.type-list,
.genre-list {
display: none;
margin: 0;
padding: 15px 2%;
width: 100%;
background: #393f42;
float: left;
}
.type-list h3,
.genre-list h3 {
margin: 0 0 10px 0;
padding: 0 12px 5px 12px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: normal;
border-bottom: 1px solid #B14701;
display: block;
}
.type-list ul,
.genre-list ul {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
float: left;
}
.type-list ul li,
.genre-list ul li {
margin: 0 1% 2px 1%;
padding: 0;
width: 18%;
float: left;
}
.type-list ul li a,
.genre-list ul li a {
margin: 0;
padding: 5px 10px;
font-size: 13px;
color: #fff;
border-bottom: 1px solid #393f42;
display: block;
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}
.type-list ul li a:hover,
.genre-list ul li a:hover {
padding-left: 15px;
background: #2980b9;
border-bottom-color: transparent;
border-radius: 4px;
}
/*****************
* NavBar
*****************/
.bg-nav {
background: #232728;
}
.navbar-brand {
margin-right: 40px;
padding: 0px;
}
.nav-link {
font-size: .9em;
letter-spacing: 1.5px;
}
/*****************
* Paginate
*****************/
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination>li {
display: inline;
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #fff;
text-decoration: none;
background-color: #393f42;
border: 0.2px solid #fff;
}
/*****************
* Loading
****************/
.loading {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
/*****************
* Form controls
*****************/
.form-control {
border: 0;
}
.search-bar {
background: #fff;
background: #393f42;
padding: 4px;
border-radius: 15px;
}
.search-bar .btn {
border-radius: 15px;
}
.search-bar input {
border-radius: 15px;
background: #393f42;
color: #eee;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
background-color: inherit;
color: #eee;
}
/*****************
* Buttons
*****************/
.btn:focus,
.btn:active {
outline: none !important;
box-shadow: none;
}
.btn-main {
background-color: #2980b9;
color: #ddd;
}
.btn-main:hover {
background-color: #1f628e;
}
.btn-main:active {
background-color: #144463;
}
.btn-dark {
background: #222;
border-color: #111;
color: #eee !important;
text-transform: lowercase;
letter-spacing: 1.4px;
font-family: monospace;
}
.btn-dark:hover {
background: #eee;
color: #222 !important;
}
/*****************
* Main Content
*****************/
.page-title {
text-align: center;
font-size: 1.6em;
margin-top: 1em;
}
.page-title hr {
border-color: #fff;
width: 70px;
margin-bottom: 2em;
}
.fa-star {
color: yellow;
}
.movie-list img {
height: 10em;
border-radius: 0.4em;
margin-bottom: 1.4em;
}
.movie-list-title {
color: #fff;
font-size: 1.5em;
font-weight: bold;
}
.movie-list .col-6 {
margin-bottom: 20px;
}
/************
* Footer
************/
footer {
background: #232728;
padding: 50px 0;
font-size: .9em;
}
footer .bottom {
margin-top: 40px;
}
footer img {
max-width: 350px;
}
.logo-alt {
max-width: 150px;
margin-bottom: 20px;
}
/************
* Not Found Section
************/
#notfound-title {
display: flex;
justify-content: center;
align-items: center;
}
.side-box {
margin: 0 0 15px 0;
padding: 10px;
width: 400px;
background: #232728;
border-radius: 3px;
float: right;
}
| 0.286369 | 0.12921 |
* {
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background-color: #cdcdcd;
background-image: url(../imgs/panda.png);
background-repeat: no-repeat;
background-position: left;
background-position-y: 650px;
/* overflow: hidden; */
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* margin-left: 150px; */
}
.modal-welcome {
background-color: #f8f8f8;
border: 1px solid #c8c8c8;
border-radius: 10px;
width: 250px;
top: 620px;
left: 250px;
text-align: center;
padding: 2rem 2rem;
position: absolute;
color: black;
font-family: monospace, sans-serif;
z-index: -1;
}
.header {
margin: 20px 0;
font-family: monospace, sans-serif;
font-size: 45px;
}
.btn-add {
margin: 10px;
}
.show {
display: block;
}
table {
border-collapse: collapse;
text-align: center;
background: white;
font-family: monospace, sans-serif;
}
td, th {
border: 2px solid black;
font-size: 25px;
padding: 30px;
}
.preview {
width: 100px;
height: 100px;
border-radius: 50%;
}
/*modal*/
.book-details {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.9);
color: white;
text-align: center;
font-family: cursive, sans-serif;
transition: .5s ease;
animation: fade 1s ease;
}
.book-details h1 {
font-size: 50px;
}
.book-details img {
width: 300px;
height: 300px;
border-radius: 50%;
}
.book-details h3 {
font-size: 40px;
}
.price {
font-size: 60px;
font-family: cursive;
}
.close-btn {
position: absolute;
top: 10px;
right: 100px;
font-size: 50px;
background: red;
border-radius: 30%;
padding: 1rem 2rem;
outline: 0;
border: 0;
text-align: center;
cursor: pointer;
}
.close-btn:hover {
opacity: 0.5;
}
.rating-container {
background: black;
width: 350px;
margin: 0 auto;
padding: 15px;
border-radius: 15px;
}
.rating-container button {
background: red;
}
.rating {
font-size: 35px;
}
.rating-container button {
margin: 8px;
}
.add-book-modal {
margin: 15px auto;
width: 400px;
height: 350px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: black;
color: white;
font-family: monospace, sans-serif;
font-size: 25px;
border-radius: 10px;
transition: .5;
position: absolute;
right: 40px;
top: 400px;
}
.add-book-modal span {
position: absolute;
top: 0;
left: 5px;
font-size: 15px;
}
.add-book-modal input {
padding: 0.5rem 0.5rem;
}
.add-book-modal label {
margin: 10px;
}
.add-book-modal button {
margin: 10px;
}
.pagination {
margin-top: 10px;
}
.curr-page {
font-size: 2rem;
}
/*helper class*/
.hide {
display: none;
}
.btn {
outline: 0;
border: 0;
padding: 1rem 2rem;
border-radius: 5px;
font-size: 20px;
color: white;
cursor: pointer;
background: black;
}
.btn:hover {
opacity: 0.7;
}
.btn-read {
background-color: lightblue;
}
.btn-delete {
background-color: red;
}
.btn-update {
background-color: #184a83
}
.btn-add {
background-color: rgb(77, 17, 146);
}
.sorted::after {
content: '▴';
}
.desc-sorted::after {
content: '▾';
}
.clickable {
background: gray;
color: white;
}
.clickable:hover {
transform: scale(1.2);
opacity: 0.7;
cursor: pointer;
background: black;
color: white;
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media screen and (max-width: 1900px) {
td, th {
padding: 8px
}
.modal-welcome {
left: 200px;
}
.container {
margin-left: 100px;
}
}
|
proj/book-shop/css/style.css
|
* {
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background-color: #cdcdcd;
background-image: url(../imgs/panda.png);
background-repeat: no-repeat;
background-position: left;
background-position-y: 650px;
/* overflow: hidden; */
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* margin-left: 150px; */
}
.modal-welcome {
background-color: #f8f8f8;
border: 1px solid #c8c8c8;
border-radius: 10px;
width: 250px;
top: 620px;
left: 250px;
text-align: center;
padding: 2rem 2rem;
position: absolute;
color: black;
font-family: monospace, sans-serif;
z-index: -1;
}
.header {
margin: 20px 0;
font-family: monospace, sans-serif;
font-size: 45px;
}
.btn-add {
margin: 10px;
}
.show {
display: block;
}
table {
border-collapse: collapse;
text-align: center;
background: white;
font-family: monospace, sans-serif;
}
td, th {
border: 2px solid black;
font-size: 25px;
padding: 30px;
}
.preview {
width: 100px;
height: 100px;
border-radius: 50%;
}
/*modal*/
.book-details {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.9);
color: white;
text-align: center;
font-family: cursive, sans-serif;
transition: .5s ease;
animation: fade 1s ease;
}
.book-details h1 {
font-size: 50px;
}
.book-details img {
width: 300px;
height: 300px;
border-radius: 50%;
}
.book-details h3 {
font-size: 40px;
}
.price {
font-size: 60px;
font-family: cursive;
}
.close-btn {
position: absolute;
top: 10px;
right: 100px;
font-size: 50px;
background: red;
border-radius: 30%;
padding: 1rem 2rem;
outline: 0;
border: 0;
text-align: center;
cursor: pointer;
}
.close-btn:hover {
opacity: 0.5;
}
.rating-container {
background: black;
width: 350px;
margin: 0 auto;
padding: 15px;
border-radius: 15px;
}
.rating-container button {
background: red;
}
.rating {
font-size: 35px;
}
.rating-container button {
margin: 8px;
}
.add-book-modal {
margin: 15px auto;
width: 400px;
height: 350px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: black;
color: white;
font-family: monospace, sans-serif;
font-size: 25px;
border-radius: 10px;
transition: .5;
position: absolute;
right: 40px;
top: 400px;
}
.add-book-modal span {
position: absolute;
top: 0;
left: 5px;
font-size: 15px;
}
.add-book-modal input {
padding: 0.5rem 0.5rem;
}
.add-book-modal label {
margin: 10px;
}
.add-book-modal button {
margin: 10px;
}
.pagination {
margin-top: 10px;
}
.curr-page {
font-size: 2rem;
}
/*helper class*/
.hide {
display: none;
}
.btn {
outline: 0;
border: 0;
padding: 1rem 2rem;
border-radius: 5px;
font-size: 20px;
color: white;
cursor: pointer;
background: black;
}
.btn:hover {
opacity: 0.7;
}
.btn-read {
background-color: lightblue;
}
.btn-delete {
background-color: red;
}
.btn-update {
background-color: #184a83
}
.btn-add {
background-color: rgb(77, 17, 146);
}
.sorted::after {
content: '▴';
}
.desc-sorted::after {
content: '▾';
}
.clickable {
background: gray;
color: white;
}
.clickable:hover {
transform: scale(1.2);
opacity: 0.7;
cursor: pointer;
background: black;
color: white;
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media screen and (max-width: 1900px) {
td, th {
padding: 8px
}
.modal-welcome {
left: 200px;
}
.container {
margin-left: 100px;
}
}
| 0.600657 | 0.10581 |
@font-face {
font-family: "sauerfont";
src: url("sauerfont.ttf");
}
@keyframes processing {
0% {
color: #52ddcf;
}
50% {
color: #1a89a7;
}
100% {
color: #3dd39b;
}
}
@keyframes element-fadein {
0% {
filter: opacity(0);
transform: translatey(20px);
}
100% {
filter: opacity(1);
transform: translatey(10px);
}
}
@keyframes element-fadeout {
0%,
70% {
filter: opacity(1);
transform: translatey(10px);
}
100% {
filter: opacity(0);
transform: translatey(20px);
}
}
:root {
--editor-height: 85%;
--editor-width: 95%;
}
* {
font-family: sauerfont;
font-size: 15px;
}
a {
color: #2991e4;
cursor: pointer;
text-decoration: none;
transition: color 0.5s;
}
a:hover {
color: #66bbff;
}
#filesystem-status {
color: #3dd3c4;
font-size: large;
margin: 0px;
pointer-events: none;
text-align: center;
transform: translatey(10px);
transition: color 1s;
}
body {
background-color: #333333;
}
button,
.submenu-button {
background-color: #1d1a1d;
border-color: grey;
border-style: dashed;
box-shadow: 0 0 4px 0px black;
color: white;
margin: 0px;
margin-right: 5px;
padding: 8px;
transform: scale(1);
transition: background-color 0.7s, border-color 0.5s, border-radius 0.5s,
transform 0.5s;
}
button:active {
background-color: #1f1629 !important;
transform: scale(1) !important;
}
button:hover,
button:focus-visible,
.submenu:hover .submenu-button {
background-color: #191619;
border-color: crimson;
border-radius: 10px;
cursor: pointer;
outline: none;
transform: scale(0.95);
}
.element-fadein {
animation: element-fadein 0.3s, processing 1s infinite linear;
filter: opacity(1);
}
.element-fadeout {
animation: element-fadeout 3s;
filter: opacity(0);
}
.menu {
display: inline-flex;
overflow: hidden;
}
.menu .submenu-button {
border-width: 2px;
}
.menu .submenu:hover .submenu-button {
border-bottom-left-radius: 0px;
cursor: default;
}
.menu .submenu-content {
background-color: #151215;
border-color: crimson;
border-radius: 10px;
border-style: dashed;
border-top-left-radius: 0px;
border-width: 2px;
display: none;
left: 1.4px;
max-width: fit-content;
max-width: -moz-fit-content;
padding: 15px;
position: absolute;
width: 100%;
z-index: 1;
}
.menu .submenu-content button {
margin-top: 5px;
min-width: 110px;
text-align: left;
}
.menu .submenu-content p {
color: white;
font-family: sans-serif;
font-size: 10px;
margin: 1px;
margin-bottom: 3px;
text-align: center;
}
.menu .submenu-content h2 {
color: #2196f3;
margin: 2px;
text-align: center;
}
.menu .submenu:hover .submenu-content {
display: block;
}
.pageabout {
color: #d0d0d0;
position: absolute;
right: 50%;
text-align: center;
top: 0px;
transform: translate(50%);
}
.pageabout h2 {
margin: 0px;
}
.pageabout h2 span,
.pageabout h2 a,
.pageabout h2 i {
font-size: 11px;
}
.pagetop {
position: relative;
z-index: 2;
}
|
styles/styles.css
|
@font-face {
font-family: "sauerfont";
src: url("sauerfont.ttf");
}
@keyframes processing {
0% {
color: #52ddcf;
}
50% {
color: #1a89a7;
}
100% {
color: #3dd39b;
}
}
@keyframes element-fadein {
0% {
filter: opacity(0);
transform: translatey(20px);
}
100% {
filter: opacity(1);
transform: translatey(10px);
}
}
@keyframes element-fadeout {
0%,
70% {
filter: opacity(1);
transform: translatey(10px);
}
100% {
filter: opacity(0);
transform: translatey(20px);
}
}
:root {
--editor-height: 85%;
--editor-width: 95%;
}
* {
font-family: sauerfont;
font-size: 15px;
}
a {
color: #2991e4;
cursor: pointer;
text-decoration: none;
transition: color 0.5s;
}
a:hover {
color: #66bbff;
}
#filesystem-status {
color: #3dd3c4;
font-size: large;
margin: 0px;
pointer-events: none;
text-align: center;
transform: translatey(10px);
transition: color 1s;
}
body {
background-color: #333333;
}
button,
.submenu-button {
background-color: #1d1a1d;
border-color: grey;
border-style: dashed;
box-shadow: 0 0 4px 0px black;
color: white;
margin: 0px;
margin-right: 5px;
padding: 8px;
transform: scale(1);
transition: background-color 0.7s, border-color 0.5s, border-radius 0.5s,
transform 0.5s;
}
button:active {
background-color: #1f1629 !important;
transform: scale(1) !important;
}
button:hover,
button:focus-visible,
.submenu:hover .submenu-button {
background-color: #191619;
border-color: crimson;
border-radius: 10px;
cursor: pointer;
outline: none;
transform: scale(0.95);
}
.element-fadein {
animation: element-fadein 0.3s, processing 1s infinite linear;
filter: opacity(1);
}
.element-fadeout {
animation: element-fadeout 3s;
filter: opacity(0);
}
.menu {
display: inline-flex;
overflow: hidden;
}
.menu .submenu-button {
border-width: 2px;
}
.menu .submenu:hover .submenu-button {
border-bottom-left-radius: 0px;
cursor: default;
}
.menu .submenu-content {
background-color: #151215;
border-color: crimson;
border-radius: 10px;
border-style: dashed;
border-top-left-radius: 0px;
border-width: 2px;
display: none;
left: 1.4px;
max-width: fit-content;
max-width: -moz-fit-content;
padding: 15px;
position: absolute;
width: 100%;
z-index: 1;
}
.menu .submenu-content button {
margin-top: 5px;
min-width: 110px;
text-align: left;
}
.menu .submenu-content p {
color: white;
font-family: sans-serif;
font-size: 10px;
margin: 1px;
margin-bottom: 3px;
text-align: center;
}
.menu .submenu-content h2 {
color: #2196f3;
margin: 2px;
text-align: center;
}
.menu .submenu:hover .submenu-content {
display: block;
}
.pageabout {
color: #d0d0d0;
position: absolute;
right: 50%;
text-align: center;
top: 0px;
transform: translate(50%);
}
.pageabout h2 {
margin: 0px;
}
.pageabout h2 span,
.pageabout h2 a,
.pageabout h2 i {
font-size: 11px;
}
.pagetop {
position: relative;
z-index: 2;
}
| 0.434941 | 0.121607 |
.content {
margin-top: 50px;
}
.undecorated-link:hover {
text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.ng-invalid.ng-dirty {
border-color: #FA787E;
}
.ng-valid.ng-dirty {
border-color: #78FA89;
}
md-toolbar {
font-size: 1.15em;
}
md-toolbar.md-default-theme {
background-color: rgb(12, 103, 41);
color: rgb(255, 255, 255);
}
.md-toolbar-tools {
padding: 0;
margin: 26px 0 0 0;
height: 10px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #0fd881;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #51B826;
border-color: #337ab7;
}
md-input-container.md-default-theme.md-input-invalid label {
color: rgb(244,67,54);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label {
color: rgb(26,165,45);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input{
border-color: rgb(26,165,45);
}
md-select.md-default-theme .md-select-label.md-placeholder {
color: rgba(189, 189, 189, 1);
border-bottom-color: rgba(189, 189, 189, 1);
}
md-select.md-default-theme .md-select-label {
border-bottom-color: rgba(12, 103, 41, 1);
}
md-select.md-default-theme .md-select:focus {
border-bottom-color: #ffffff;
}
body > div > md-content > section > section > md-card > div > form > md-content:nth-child(1) {
color: rgba(189, 189, 189, 1);
}
.panel-footer {
padding: 0px 0px;
background-color: #f5f5f5;
border-top: 0px solid #ffffff;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.md-button.md-default-theme:not([disabled]):focus {
background-color: rgba(12, 103, 41, 1);
color: white;
}
.md-button.md-default-theme:not([disabled]):hover {
background-color: rgba(12, 103, 41, 1);
color: white;
}
.md-button.md-default-theme:not([disabled]) {
color: black;
}
.switchdemoBasicUsage .inset {
padding-left: 25px;
padding-top: 25px;
}
md-switch.md-default-theme.md-checked .md-thumb {
background-color: rgb(12, 103, 41);
}
md-switch.md-default-theme.md-checked .md-bar {
background-color: rgb(148, 211, 148);
}
|
public/modules/core/css/core.css
|
.content {
margin-top: 50px;
}
.undecorated-link:hover {
text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.ng-invalid.ng-dirty {
border-color: #FA787E;
}
.ng-valid.ng-dirty {
border-color: #78FA89;
}
md-toolbar {
font-size: 1.15em;
}
md-toolbar.md-default-theme {
background-color: rgb(12, 103, 41);
color: rgb(255, 255, 255);
}
.md-toolbar-tools {
padding: 0;
margin: 26px 0 0 0;
height: 10px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #0fd881;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #51B826;
border-color: #337ab7;
}
md-input-container.md-default-theme.md-input-invalid label {
color: rgb(244,67,54);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label {
color: rgb(26,165,45);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input{
border-color: rgb(26,165,45);
}
md-select.md-default-theme .md-select-label.md-placeholder {
color: rgba(189, 189, 189, 1);
border-bottom-color: rgba(189, 189, 189, 1);
}
md-select.md-default-theme .md-select-label {
border-bottom-color: rgba(12, 103, 41, 1);
}
md-select.md-default-theme .md-select:focus {
border-bottom-color: #ffffff;
}
body > div > md-content > section > section > md-card > div > form > md-content:nth-child(1) {
color: rgba(189, 189, 189, 1);
}
.panel-footer {
padding: 0px 0px;
background-color: #f5f5f5;
border-top: 0px solid #ffffff;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.md-button.md-default-theme:not([disabled]):focus {
background-color: rgba(12, 103, 41, 1);
color: white;
}
.md-button.md-default-theme:not([disabled]):hover {
background-color: rgba(12, 103, 41, 1);
color: white;
}
.md-button.md-default-theme:not([disabled]) {
color: black;
}
.switchdemoBasicUsage .inset {
padding-left: 25px;
padding-top: 25px;
}
md-switch.md-default-theme.md-checked .md-thumb {
background-color: rgb(12, 103, 41);
}
md-switch.md-default-theme.md-checked .md-bar {
background-color: rgb(148, 211, 148);
}
| 0.508056 | 0.090897 |
.qm-login-logo-box{width: 100%;display: block;margin-top: 0;text-align: left;background: #ffffff;padding:20px;margin-bottom: 30px;}
.qm-logo-img{width: 2rem;height: 2rem;display: inline-block;background: no-repeat url(../images/logo.svg) center center/100% 100%;vertical-align: middle;}
.qm-logo-name{display: inline;line-height: 2rem;vertical-align: middle;font-size: 1rem; color: #333333;}
.qm-login-verification-code {
width: 60px;
margin-left: 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
height: calc(1.5em + 1.5rem + 2px);
display: block;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
overflow: hidden;
}
/* 卡片列表 */
#layoutAuthentication .qm-login-label{font-size: 90%;}
#layoutAuthentication .card-body{padding:1rem}
.qm-card-img-box{width: 100%;}
.qm-card-img-box .qm-qr-code-img{width: 60%;margin:0 auto;display: block;min-width: 180px;max-width: 260px;padding:10px;box-sizing: border-box;background-color: #fafafa;border:1px solid #eeeeee}
.qm-url-path{width: 100%;text-align: center;font-size: 0.8rem;color: #666666;line-height: 1.5rem;}
.qm-align-center{text-align: center;}
.qm-location{color: #999999;font-weight: normal;}
.qm-form-control{
display: inline-block;
width: 10rem;}
label{color: #666666;}
#layoutAuthentication{
/* background: rgba(0,255,255,0.5); */
background: no-repeat url(../images/qm-login-bg.jpg) left center/cover;
}
@media (max-width: 576px) {
#layoutAuthentication {
background: #ffffff;
}
#layoutAuthentication .shadow-lg {
box-shadow:none !important;
}
.qm-login-logo-box{width: 100%;display: block;margin-top: 2rem;text-align: center;margin-bottom: 0;}
.qm-logo-img{width: 2.4rem;height: 2.4rem;display: inline-block;border-radius:50%;background: #f42455 no-repeat url(../images/logo-white.svg) center center/80% 80%;vertical-align: middle;}
.qm-logo-name{display: block;line-height: 2rem; font-size: 1rem; color: #666666; vertical-align: middle;}
#layoutAuthentication .card-header{display: none;}
#layoutAuthentication .form-group{border-bottom:1px solid #ced4da}
#layoutAuthentication .qm-login-label{display: none;}
#layoutAuthentication .form-control{border: none; }
.qm-login-verification-code {
height: calc(1.5em + 0.75rem + 2px);
}
}
.qm-card-header-num {
display: inline-block;
color: #999;
margin-right: .2rem;
}
.qm-card-header-num::after {
content: '. ';
}
.qm-list-box .card-footer {
padding: .3rem 0.2rem;
}
.qm-list-box .card-footer .btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.1rem;}
.qm-list-footer {
position: absolute;
bottom: 0;
border-top: 1px solid #eeeeee;
display: flex;
flex-wrap: wrap;
width: 100%;
padding: .2rem 0.75rem;
background: #eeeeee;
}
.qm-list-row {
display: flex;
line-height: 1.2;
font-size: 0.9rem;
}
.qm-list-label {
text-align: left;
margin-right: .2rem;
color: #999999;
font-size: .8rem;
}
.qm-list-text {
flex: 1;
text-align: right;
color: #666666;
}
.qm-goods-list {
width: 100%;
padding: 0;
}
.qm-goods-img-box {
position: relative;
}
.qm-goods-img {
width: 100%;
height: 12rem;
object-fit: cover;
}
.qm-goods-no {
position: absolute;
top: .6rem;
left: .6rem;
background: #ffc107;
color: #ffffff;
padding: .2rem;
border-radius: 2px;
font-size: .8rem;
}
.qm-goods-yes {
position: absolute;
top: .6rem;
left: .6rem;
background: #28a745;
color: #ffffff;
padding: .2rem;
border-radius: 2px;
font-size: .8rem;
}
.qm-goods-text-box {
padding: .6rem;
font-size: .9rem;
}
.qm-goods-name {
font-size: 1;
height: 1.1rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.qm-goods-name-nulloverflow {
font-size: 1;
}
.qm-goods-text-box .qm-list-row {
padding: 0.2rem 0
}
.qm-goods-detail-btn {
padding: 0rem 0.2rem;
font-size: .8rem;
text-decoration: underline;
}
/*上传图片*/
/*图片列表*/
.pictureBoxParent{display: table;}
.pictureConentBox{width:15.6rem;display: block;overflow:auto;padding:3px;}
.pictureConent{width:calc(15.6rem - 8px);height: 13rem;padding:6px;margin-left: auto;margin-right: auto;position: relative;}
.pictureBox img{display: block;margin-left: auto;margin-right: auto;width: 100%;height: 10.2rem; object-fit: cover;}
.pictureBtnBox{width:100%;height: 30px;padding-top:8px;}
.pictureViewBtn{width: 60px;height: 24px;font-size:12px;text-align: center;line-height: 24px;color:#fff;background-color:#3084c7;}
.pictureBtn{width:24px;height: 24px;background-color:#fff;text-align: center;line-height: 24px;padding: 3px 0px;}
.picturefile{display: none !important;}
.pictureClose{background:#ffffff no-repeat url("../images/Merchant/svgIcon/cancel.svg") center center/20px 20px;display: none;}
.pictureConent.boxShadow{ -webkit-box-shadow: 0 1px 6px 0px rgba(44,44,44,0.3);box-shadow: 0 1px 4px 0px rgba(44,44,44,0.3);-moz-box-shadow: 0 1px 4px 0px rgba(44,44,44,0.3);}
.pictureBoxHidden{width:calc(15.6rem - 20px);height: 10.2rem;overflow:hidden;display: block;border:1px solid #eee;}
.pictureBox{width:calc(15.6rem - 20px);height: 10.2rem;overflow: hidden;display: table-cell;vertical-align: middle;}
.prictureBoxUnll{background-color:#fafafa;background-image:url(../images/prictureBg.png);background-repeat:no-repeat;background-size:calc(15rem - 140px);background-position:center center;}
/*上传图片loading*/
.updateLoadingBox{width:100%;height: 100%;position: absolute;left: 0;top:0;display:none;}
.updateBg{background-color:rgba(0,0,0,0.7);width:100%;height: 100%;position: absolute;left: 0;top:0;}
.updateLoadBtn {
width: 80px;
display: none;
line-height: 28px;
position: absolute;
left: 50%;
margin-left: -40px;
top: 60%;
text-align: center;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 3px;
}
.updateLoadBtn:hover {
border: 1px solid #ffffff;
color: #ffffff;
}
.updateText {
text-align: center;
width: 100%;
position: absolute;
left: 0;
top: 50%;
margin-top: -30px;
color: #ffc8c3;
padding: 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.updateLoadingText{background-image: -webkit-linear-gradient(left, #ddd, #fff 50%, #ddd 50%, #fff 100%, #ddd); -webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-background-size: 300% 100%; -webkit-animation: masked-animation 2s infinite linear;}
@-webkit-keyframes masked-animation {
0% { background-position: 0 0;}
100% { background-position: -100% 0;}
}
.belongType{display: none;}
.qm-goods-info-list {
border-top: 4px solid #eeeeee;
padding-top: 0.6rem;
overflow: hidden;
font-size: .8rem;
}
.qm-list-goods-img-box {
float: left;
}
.qm-list-goods-img {
width: 3rem;
height: 3rem;
object-fit: cover;
border: 1px solid #eeeeee;
}
.qm-order-list{border-bottom:1px solid #eee;margin-bottom: .5rem;padding-bottom: .5rem;display: block;}
.qm-list-goods-content {
flex: 1;
padding-left: .2rem;
}
.qm-list-goods-name {
font-size: .8rem;
height: 1.8rem; overflow: hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/*日期*/
.lpsearch-date-two-box {
width: 240px;
height: 36px;
border-spacing: 0;
background-color: #ffffff;
display: inline-block;
vertical-align: middle;
margin-left: .24em;
}
.lpsearch-date-two {
width: 113px;
position: relative;
float: left;
height: 36px;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
}
.lpsearch-date-one-box {
height: 36px;
border-spacing: 0;
background-color: #ffffff;
}
.lpsearch-date-one {
position: relative;
height: 36px;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
width: 160px;
float: left;
}
.lpsearch-date {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 36px;
border-radius: 0;
-ms-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-webkit-border-radius: 0;
background-color: transparent !important;
padding: 6px 3px;
border: none;
box-shadow: none;
overflow: hidden;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
}
.lpsearch-date-- {
width: 8px;
height: 1px;
margin-top: 17px;
float: left;
background-color: #858387;
margin-left: 3px;
margin-right: 3px;
}
.lpsearch-addon {
border-radius: 0;
background-color: transparent;
height: 36px;
border: none;
width: 24px;
padding: 0;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
}
.lpsearch-date-glyphicon {
background: url(../images/date.svg) center no-repeat;
background-size: 12px 14px;
width: 20px !important;
height: 36px !important;
display: block;
}
.lpsearch-date-glyphicon::before {
content: "" !important;
}
.glyphicon-arrow-left {
background: url(../images/date-left.svg) center no-repeat;
width: 20px;
height: 20px;
background-size: 100% auto;
display: block;
}
.glyphicon-arrow-right {
background: url(../images/date-right.svg) center no-repeat;
width: 20px;
height: 20px;
background-size: 100% auto;
display: block;
}
.glyphicon-arrow-left:before {
content: '' !important;
}
.glyphicon-arrow-right:before {
content: '' !important;
}
.qm-text-size-small{font-size: .7rem;}
.qm-border-bottom-gray{border-bottom: 1px solid #eee;}
.qm-order-close{opacity: .5;}
.list-page-box {
display: flex;
padding-bottom: .2rem;
width: 100%;
margin: .1rem auto;
}
.list-page-box .list-page {
border: 1px solid #f42455;
width: 3rem;
line-height: 1.8rem;
font-size: 0.8rem;
color: #f42455;
display: inline-block;
text-align: center;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin: 0 .5rem .5rem 0;
}
.list-page-box .list-page:last-of-type {
margin-right: 0;
}
.list-page-box .list-page.list-page-gray {
color: #999999;
border: 1px solid #dddddd;
}
.list-page-box .list-page.list-page-gray:active {
background-color: #ffffff;
}
.list-page-box .list-page:active {
background-color: FEECEC;
}
.list-page-box .list-page-combined {
box-sizing: border-box;
width: 4rem;
height: 2rem;
line-height: 2rem;
text-align: center;
color: #f42455;
font-size: 0.3rem;
margin-right: .3rem;
}
/*wait*/
.loading-box {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
display: none;
z-index: 5;
}
.loading-box .tip-box {
position: relative;
background-color: #000000;
width: 6rem;
height: 6rem;
left: 50%;
margin-left: -3rem;
top: 12rem;
border-radius: 10px;
}
.loading-box .tip-box .row {
text-align: center;
display: table;
width: 100%;
margin: 0;
}
.loading-box .tip-box .row .span {
display: table-cell;
vertical-align: middle;
padding-top: 1.4rem;
width: 100%;
height: 0 2rem;
}
.loading-box .tip-box .row .span .typing-loader {
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-animation: typing 1s linear infinite alternate;
-moz-animation: Typing 1s linear infinite alternate;
animation: typing 1s linear infinite alternate;
margin: 16px auto;
/* Not necessary- its only for layouting*/
position: relative;
left: 50%;
margin-left: -12px;
}
.loading-box .wait-text {
text-align: center;
width: 100%;
display: block;
color: #ffffff;
font-size: 12px;
}
/*wait*/
@-webkit-keyframes typing {
0% {
background-color: white;
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
25% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
75% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
}
}
@-moz-keyframes typing {
0% {
background-color: white;
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
25% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
75% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
}
}
@keyframes typing {
0% {
background-color: white;
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
25% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
75% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
}
}
/*提示语,成功,失败,报错*/
.qm-operate-tip{
position: fixed;
top: 10rem;
left: 50%;
margin-left: -8rem;
width: 16rem;
text-align: center;
display: none;
}
.qm-operate-tip-text{
display: inline-block;
min-width: 6rem;
max-width: 12rem;
padding:.5rem;
margin: 0 auto;
border-radius: 4px;
background:rgba(0,0,0,1) ;
color: #fff;
font-size: .8rem;
text-align: center;
}
|
static/css/smallStyle.css
|
.qm-login-logo-box{width: 100%;display: block;margin-top: 0;text-align: left;background: #ffffff;padding:20px;margin-bottom: 30px;}
.qm-logo-img{width: 2rem;height: 2rem;display: inline-block;background: no-repeat url(../images/logo.svg) center center/100% 100%;vertical-align: middle;}
.qm-logo-name{display: inline;line-height: 2rem;vertical-align: middle;font-size: 1rem; color: #333333;}
.qm-login-verification-code {
width: 60px;
margin-left: 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
height: calc(1.5em + 1.5rem + 2px);
display: block;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
overflow: hidden;
}
/* 卡片列表 */
#layoutAuthentication .qm-login-label{font-size: 90%;}
#layoutAuthentication .card-body{padding:1rem}
.qm-card-img-box{width: 100%;}
.qm-card-img-box .qm-qr-code-img{width: 60%;margin:0 auto;display: block;min-width: 180px;max-width: 260px;padding:10px;box-sizing: border-box;background-color: #fafafa;border:1px solid #eeeeee}
.qm-url-path{width: 100%;text-align: center;font-size: 0.8rem;color: #666666;line-height: 1.5rem;}
.qm-align-center{text-align: center;}
.qm-location{color: #999999;font-weight: normal;}
.qm-form-control{
display: inline-block;
width: 10rem;}
label{color: #666666;}
#layoutAuthentication{
/* background: rgba(0,255,255,0.5); */
background: no-repeat url(../images/qm-login-bg.jpg) left center/cover;
}
@media (max-width: 576px) {
#layoutAuthentication {
background: #ffffff;
}
#layoutAuthentication .shadow-lg {
box-shadow:none !important;
}
.qm-login-logo-box{width: 100%;display: block;margin-top: 2rem;text-align: center;margin-bottom: 0;}
.qm-logo-img{width: 2.4rem;height: 2.4rem;display: inline-block;border-radius:50%;background: #f42455 no-repeat url(../images/logo-white.svg) center center/80% 80%;vertical-align: middle;}
.qm-logo-name{display: block;line-height: 2rem; font-size: 1rem; color: #666666; vertical-align: middle;}
#layoutAuthentication .card-header{display: none;}
#layoutAuthentication .form-group{border-bottom:1px solid #ced4da}
#layoutAuthentication .qm-login-label{display: none;}
#layoutAuthentication .form-control{border: none; }
.qm-login-verification-code {
height: calc(1.5em + 0.75rem + 2px);
}
}
.qm-card-header-num {
display: inline-block;
color: #999;
margin-right: .2rem;
}
.qm-card-header-num::after {
content: '. ';
}
.qm-list-box .card-footer {
padding: .3rem 0.2rem;
}
.qm-list-box .card-footer .btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.1rem;}
.qm-list-footer {
position: absolute;
bottom: 0;
border-top: 1px solid #eeeeee;
display: flex;
flex-wrap: wrap;
width: 100%;
padding: .2rem 0.75rem;
background: #eeeeee;
}
.qm-list-row {
display: flex;
line-height: 1.2;
font-size: 0.9rem;
}
.qm-list-label {
text-align: left;
margin-right: .2rem;
color: #999999;
font-size: .8rem;
}
.qm-list-text {
flex: 1;
text-align: right;
color: #666666;
}
.qm-goods-list {
width: 100%;
padding: 0;
}
.qm-goods-img-box {
position: relative;
}
.qm-goods-img {
width: 100%;
height: 12rem;
object-fit: cover;
}
.qm-goods-no {
position: absolute;
top: .6rem;
left: .6rem;
background: #ffc107;
color: #ffffff;
padding: .2rem;
border-radius: 2px;
font-size: .8rem;
}
.qm-goods-yes {
position: absolute;
top: .6rem;
left: .6rem;
background: #28a745;
color: #ffffff;
padding: .2rem;
border-radius: 2px;
font-size: .8rem;
}
.qm-goods-text-box {
padding: .6rem;
font-size: .9rem;
}
.qm-goods-name {
font-size: 1;
height: 1.1rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.qm-goods-name-nulloverflow {
font-size: 1;
}
.qm-goods-text-box .qm-list-row {
padding: 0.2rem 0
}
.qm-goods-detail-btn {
padding: 0rem 0.2rem;
font-size: .8rem;
text-decoration: underline;
}
/*上传图片*/
/*图片列表*/
.pictureBoxParent{display: table;}
.pictureConentBox{width:15.6rem;display: block;overflow:auto;padding:3px;}
.pictureConent{width:calc(15.6rem - 8px);height: 13rem;padding:6px;margin-left: auto;margin-right: auto;position: relative;}
.pictureBox img{display: block;margin-left: auto;margin-right: auto;width: 100%;height: 10.2rem; object-fit: cover;}
.pictureBtnBox{width:100%;height: 30px;padding-top:8px;}
.pictureViewBtn{width: 60px;height: 24px;font-size:12px;text-align: center;line-height: 24px;color:#fff;background-color:#3084c7;}
.pictureBtn{width:24px;height: 24px;background-color:#fff;text-align: center;line-height: 24px;padding: 3px 0px;}
.picturefile{display: none !important;}
.pictureClose{background:#ffffff no-repeat url("../images/Merchant/svgIcon/cancel.svg") center center/20px 20px;display: none;}
.pictureConent.boxShadow{ -webkit-box-shadow: 0 1px 6px 0px rgba(44,44,44,0.3);box-shadow: 0 1px 4px 0px rgba(44,44,44,0.3);-moz-box-shadow: 0 1px 4px 0px rgba(44,44,44,0.3);}
.pictureBoxHidden{width:calc(15.6rem - 20px);height: 10.2rem;overflow:hidden;display: block;border:1px solid #eee;}
.pictureBox{width:calc(15.6rem - 20px);height: 10.2rem;overflow: hidden;display: table-cell;vertical-align: middle;}
.prictureBoxUnll{background-color:#fafafa;background-image:url(../images/prictureBg.png);background-repeat:no-repeat;background-size:calc(15rem - 140px);background-position:center center;}
/*上传图片loading*/
.updateLoadingBox{width:100%;height: 100%;position: absolute;left: 0;top:0;display:none;}
.updateBg{background-color:rgba(0,0,0,0.7);width:100%;height: 100%;position: absolute;left: 0;top:0;}
.updateLoadBtn {
width: 80px;
display: none;
line-height: 28px;
position: absolute;
left: 50%;
margin-left: -40px;
top: 60%;
text-align: center;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 3px;
}
.updateLoadBtn:hover {
border: 1px solid #ffffff;
color: #ffffff;
}
.updateText {
text-align: center;
width: 100%;
position: absolute;
left: 0;
top: 50%;
margin-top: -30px;
color: #ffc8c3;
padding: 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.updateLoadingText{background-image: -webkit-linear-gradient(left, #ddd, #fff 50%, #ddd 50%, #fff 100%, #ddd); -webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-background-size: 300% 100%; -webkit-animation: masked-animation 2s infinite linear;}
@-webkit-keyframes masked-animation {
0% { background-position: 0 0;}
100% { background-position: -100% 0;}
}
.belongType{display: none;}
.qm-goods-info-list {
border-top: 4px solid #eeeeee;
padding-top: 0.6rem;
overflow: hidden;
font-size: .8rem;
}
.qm-list-goods-img-box {
float: left;
}
.qm-list-goods-img {
width: 3rem;
height: 3rem;
object-fit: cover;
border: 1px solid #eeeeee;
}
.qm-order-list{border-bottom:1px solid #eee;margin-bottom: .5rem;padding-bottom: .5rem;display: block;}
.qm-list-goods-content {
flex: 1;
padding-left: .2rem;
}
.qm-list-goods-name {
font-size: .8rem;
height: 1.8rem; overflow: hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/*日期*/
.lpsearch-date-two-box {
width: 240px;
height: 36px;
border-spacing: 0;
background-color: #ffffff;
display: inline-block;
vertical-align: middle;
margin-left: .24em;
}
.lpsearch-date-two {
width: 113px;
position: relative;
float: left;
height: 36px;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
}
.lpsearch-date-one-box {
height: 36px;
border-spacing: 0;
background-color: #ffffff;
}
.lpsearch-date-one {
position: relative;
height: 36px;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
width: 160px;
float: left;
}
.lpsearch-date {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 36px;
border-radius: 0;
-ms-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-webkit-border-radius: 0;
background-color: transparent !important;
padding: 6px 3px;
border: none;
box-shadow: none;
overflow: hidden;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
}
.lpsearch-date-- {
width: 8px;
height: 1px;
margin-top: 17px;
float: left;
background-color: #858387;
margin-left: 3px;
margin-right: 3px;
}
.lpsearch-addon {
border-radius: 0;
background-color: transparent;
height: 36px;
border: none;
width: 24px;
padding: 0;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-border-radius: 4px;
}
.lpsearch-date-glyphicon {
background: url(../images/date.svg) center no-repeat;
background-size: 12px 14px;
width: 20px !important;
height: 36px !important;
display: block;
}
.lpsearch-date-glyphicon::before {
content: "" !important;
}
.glyphicon-arrow-left {
background: url(../images/date-left.svg) center no-repeat;
width: 20px;
height: 20px;
background-size: 100% auto;
display: block;
}
.glyphicon-arrow-right {
background: url(../images/date-right.svg) center no-repeat;
width: 20px;
height: 20px;
background-size: 100% auto;
display: block;
}
.glyphicon-arrow-left:before {
content: '' !important;
}
.glyphicon-arrow-right:before {
content: '' !important;
}
.qm-text-size-small{font-size: .7rem;}
.qm-border-bottom-gray{border-bottom: 1px solid #eee;}
.qm-order-close{opacity: .5;}
.list-page-box {
display: flex;
padding-bottom: .2rem;
width: 100%;
margin: .1rem auto;
}
.list-page-box .list-page {
border: 1px solid #f42455;
width: 3rem;
line-height: 1.8rem;
font-size: 0.8rem;
color: #f42455;
display: inline-block;
text-align: center;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin: 0 .5rem .5rem 0;
}
.list-page-box .list-page:last-of-type {
margin-right: 0;
}
.list-page-box .list-page.list-page-gray {
color: #999999;
border: 1px solid #dddddd;
}
.list-page-box .list-page.list-page-gray:active {
background-color: #ffffff;
}
.list-page-box .list-page:active {
background-color: FEECEC;
}
.list-page-box .list-page-combined {
box-sizing: border-box;
width: 4rem;
height: 2rem;
line-height: 2rem;
text-align: center;
color: #f42455;
font-size: 0.3rem;
margin-right: .3rem;
}
/*wait*/
.loading-box {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
display: none;
z-index: 5;
}
.loading-box .tip-box {
position: relative;
background-color: #000000;
width: 6rem;
height: 6rem;
left: 50%;
margin-left: -3rem;
top: 12rem;
border-radius: 10px;
}
.loading-box .tip-box .row {
text-align: center;
display: table;
width: 100%;
margin: 0;
}
.loading-box .tip-box .row .span {
display: table-cell;
vertical-align: middle;
padding-top: 1.4rem;
width: 100%;
height: 0 2rem;
}
.loading-box .tip-box .row .span .typing-loader {
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-animation: typing 1s linear infinite alternate;
-moz-animation: Typing 1s linear infinite alternate;
animation: typing 1s linear infinite alternate;
margin: 16px auto;
/* Not necessary- its only for layouting*/
position: relative;
left: 50%;
margin-left: -12px;
}
.loading-box .wait-text {
text-align: center;
width: 100%;
display: block;
color: #ffffff;
font-size: 12px;
}
/*wait*/
@-webkit-keyframes typing {
0% {
background-color: white;
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
25% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
75% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
}
}
@-moz-keyframes typing {
0% {
background-color: white;
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
25% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
75% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
}
}
@keyframes typing {
0% {
background-color: white;
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
25% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
75% {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
}
}
/*提示语,成功,失败,报错*/
.qm-operate-tip{
position: fixed;
top: 10rem;
left: 50%;
margin-left: -8rem;
width: 16rem;
text-align: center;
display: none;
}
.qm-operate-tip-text{
display: inline-block;
min-width: 6rem;
max-width: 12rem;
padding:.5rem;
margin: 0 auto;
border-radius: 4px;
background:rgba(0,0,0,1) ;
color: #fff;
font-size: .8rem;
text-align: center;
}
| 0.269133 | 0.095898 |
@charset "UTF-8";
.offline-ui .offline-ui-retry:before {
content: "Reconectar"; }
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Tu computador está conectado a internet."; }
@media (max-width: 1024px) {
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Tu dispositivo está conectado a internet."; } }
@media (max-width: 568px) {
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Tu dispositivo está conectado."; } }
.offline-ui.offline-ui-down .offline-ui-content:before {
content: "Tu computador perdi├│ su conexi├│n a internet."; }
@media (max-width: 1024px) {
.offline-ui.offline-ui-down .offline-ui-content:before {
content: "Tu dispositivo perdi├│ su conexi├│n a internet."; } }
@media (max-width: 568px) {
.offline-ui.offline-ui-down .offline-ui-content:before {
content: "Tu dispositivo no está conectado."; } }
.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
content: "Intentando reconectar..."; }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " segundos..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
content: "Reconectando en " attr(data-retry-in-value) "s..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " segundo..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
content: "Reconectando en " attr(data-retry-in-value) "s..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " minutos..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
content: "Reconectando en " attr(data-retry-in-value) "m..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " minuto..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
content: "Reconectando en " attr(data-retry-in-value) "m..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " horas..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
content: "Reconectando en " attr(data-retry-in-value) "h..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " hora..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
content: "Reconectando en " attr(data-retry-in-value) "h..."; } }
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
display: none; }
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
content: "Intento fallido."; }
/*# sourceMappingURL=offline-language-spanish.css.map */
|
public/bower_components/offline/css/offline-language-spanish.css
|
@charset "UTF-8";
.offline-ui .offline-ui-retry:before {
content: "Reconectar"; }
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Tu computador está conectado a internet."; }
@media (max-width: 1024px) {
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Tu dispositivo está conectado a internet."; } }
@media (max-width: 568px) {
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Tu dispositivo está conectado."; } }
.offline-ui.offline-ui-down .offline-ui-content:before {
content: "Tu computador perdi├│ su conexi├│n a internet."; }
@media (max-width: 1024px) {
.offline-ui.offline-ui-down .offline-ui-content:before {
content: "Tu dispositivo perdi├│ su conexi├│n a internet."; } }
@media (max-width: 568px) {
.offline-ui.offline-ui-down .offline-ui-content:before {
content: "Tu dispositivo no está conectado."; } }
.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
content: "Intentando reconectar..."; }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " segundos..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
content: "Reconectando en " attr(data-retry-in-value) "s..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " segundo..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
content: "Reconectando en " attr(data-retry-in-value) "s..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " minutos..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
content: "Reconectando en " attr(data-retry-in-value) "m..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " minuto..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
content: "Reconectando en " attr(data-retry-in-value) "m..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " horas..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
content: "Reconectando en " attr(data-retry-in-value) "h..."; } }
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
content: "Conexi├│n perdida. Reconectando en " attr(data-retry-in-value) " hora..."; }
@media (max-width: 568px) {
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
content: "Reconectando en " attr(data-retry-in-value) "h..."; } }
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
display: none; }
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
content: "Intento fallido."; }
/*# sourceMappingURL=offline-language-spanish.css.map */
| 0.322739 | 0.071689 |
*,
html,
body {
padding: 0px;
margin: 0px;
box-sizing: border-box;
perspective: 800px;
}
body {
background-color: #227093;
width: 100%;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.fade-enter-active {
animation: fade-in 0.5s;
}
.fade-leave-active {
animation: fade-in 0.5s reverse;
}
@keyframes fade-in {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
.skill-badge {
margin-right: 3px;
}
.language {
border-top: 2px solid rgba(53, 52, 52, 0.5);
margin-right: 5px;
color: rgb(0, 0, 0);
padding: 30px 20px;
}
.langs-interests {
width: 40px;
padding-right: 10px;
align-items: center;
margin-top: 0px;
}
.v-separator {
margin-top: 10px;
}
.details-icon {
position: relative;
font-size: 2px;
left: 95%;
top: -50px;
width: 15px;
height: 15px;
transform: scale(0.7);
}
.timeline {
border-top: 2px solid rgba(53, 52, 52, 0.5);
margin-right: 5px;
color: #fff;
padding: 30px 20px;
box-shadow: 0px 0px 10px rgba(129, 121, 121, 0.5);
}
.timeline ul {
list-style-type: none;
border-left: 2px solid #094a68;
padding: 10px 5px;
}
.timeline ul li {
padding: 20px 20px;
border-radius: 25px;
position: relative;
cursor: pointer;
transition: 0.5s;
}
.timeline ul li span {
display: inline-block;
background-color: #1685b8;
padding: 2px 5px;
font-size: 15px;
text-align: center;
}
.timeline ul li div span {
display: inline-block;
background-color: #1685b8;
padding: 2px 5px;
font-size: 15px;
text-align: center;
}
.timeline ul li .content h5 {
color: #34ace0;
font-size: 17px;
padding-top: 5px;
}
.timeline ul li .content p {
padding: 5px 0px 15px 0px;
font-size: 15px;
}
.timeline ul li:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background-color: #094a68;
border-radius: 50%;
left: -11px;
top: 28px;
transition: 0.5s;
}
.timeline ul li:hover {
background-color: #164e68;
border-radius: 20px;
transition: 2.5s;
}
.selected-exp {
background-color: #071f2a;
border-radius: 20px;
}
.timeline ul li:hover:before {
background-color: #0f0;
box-shadow: 0px 0px 10px 2px #0f0;
}
.education {
border-top: 2px solid rgba(53, 52, 52, 0.5);
color: rgb(131, 131, 131);
padding: 30px 20px;
/*box-shadow: 0px 0px 10px rgba(129, 121, 121, 0.5); */
}
.education ul {
list-style-type: none;
border-left: 2px solid #d4d4d4;
padding: 10px 5px;
height: 100%;
}
.education ul li {
padding: 20px 20px;
background-color:#e0e0e0;
border-radius: 25px;
position: relative;
margin-top: 2px;
transition: 0.5s;
}
.education ul li .content h5 {
color: #1685b8;
font-size: 17px;
padding-top: 5px;
}
.education ul li .content p {
padding: 5px 0px 15px 0px;
font-size: 15px;
}
.education ul li:after {
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
left: -11px;
top: 28px;
background-color: #d4d4d4;
border-radius: 20px;
transition: 2.5s;
}
|
src/assets/styles/experience.css
|
*,
html,
body {
padding: 0px;
margin: 0px;
box-sizing: border-box;
perspective: 800px;
}
body {
background-color: #227093;
width: 100%;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.fade-enter-active {
animation: fade-in 0.5s;
}
.fade-leave-active {
animation: fade-in 0.5s reverse;
}
@keyframes fade-in {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
.skill-badge {
margin-right: 3px;
}
.language {
border-top: 2px solid rgba(53, 52, 52, 0.5);
margin-right: 5px;
color: rgb(0, 0, 0);
padding: 30px 20px;
}
.langs-interests {
width: 40px;
padding-right: 10px;
align-items: center;
margin-top: 0px;
}
.v-separator {
margin-top: 10px;
}
.details-icon {
position: relative;
font-size: 2px;
left: 95%;
top: -50px;
width: 15px;
height: 15px;
transform: scale(0.7);
}
.timeline {
border-top: 2px solid rgba(53, 52, 52, 0.5);
margin-right: 5px;
color: #fff;
padding: 30px 20px;
box-shadow: 0px 0px 10px rgba(129, 121, 121, 0.5);
}
.timeline ul {
list-style-type: none;
border-left: 2px solid #094a68;
padding: 10px 5px;
}
.timeline ul li {
padding: 20px 20px;
border-radius: 25px;
position: relative;
cursor: pointer;
transition: 0.5s;
}
.timeline ul li span {
display: inline-block;
background-color: #1685b8;
padding: 2px 5px;
font-size: 15px;
text-align: center;
}
.timeline ul li div span {
display: inline-block;
background-color: #1685b8;
padding: 2px 5px;
font-size: 15px;
text-align: center;
}
.timeline ul li .content h5 {
color: #34ace0;
font-size: 17px;
padding-top: 5px;
}
.timeline ul li .content p {
padding: 5px 0px 15px 0px;
font-size: 15px;
}
.timeline ul li:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background-color: #094a68;
border-radius: 50%;
left: -11px;
top: 28px;
transition: 0.5s;
}
.timeline ul li:hover {
background-color: #164e68;
border-radius: 20px;
transition: 2.5s;
}
.selected-exp {
background-color: #071f2a;
border-radius: 20px;
}
.timeline ul li:hover:before {
background-color: #0f0;
box-shadow: 0px 0px 10px 2px #0f0;
}
.education {
border-top: 2px solid rgba(53, 52, 52, 0.5);
color: rgb(131, 131, 131);
padding: 30px 20px;
/*box-shadow: 0px 0px 10px rgba(129, 121, 121, 0.5); */
}
.education ul {
list-style-type: none;
border-left: 2px solid #d4d4d4;
padding: 10px 5px;
height: 100%;
}
.education ul li {
padding: 20px 20px;
background-color:#e0e0e0;
border-radius: 25px;
position: relative;
margin-top: 2px;
transition: 0.5s;
}
.education ul li .content h5 {
color: #1685b8;
font-size: 17px;
padding-top: 5px;
}
.education ul li .content p {
padding: 5px 0px 15px 0px;
font-size: 15px;
}
.education ul li:after {
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
left: -11px;
top: 28px;
background-color: #d4d4d4;
border-radius: 20px;
transition: 2.5s;
}
| 0.466116 | 0.097691 |
.magicmenu{position:relative;}
.magicmenu .nav-desktop{position:static;margin:0;padding:0;}
.magicmenu .nav-desktop .level0{padding:0px;margin:0px;display: inline-block;}
.magicmenu .nav-desktop .level0.logo.display{display: none;border: 0;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display{}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a{border: 0;padding: 10px;width: 71px;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img{max-width: 100%;}
.magicmenu .nav-desktop .level0 > a:hover .short_desc{color:#888888;}
.magicmenu .nav-desktop .level0 .level-top{padding:14px 12px;text-transform:uppercase;font-size:14px;position: relative;text-decoration:none;outline:medium none;display:block;text-align:center;line-height: normal;line-height: 17px;}
.magicmenu .nav-desktop .level0.home .level-top{padding-left: 30px;}
.magicmenu .nav-desktop .level0.hasChild .level-top:after{content: "\f107";font-family: "FontAwesome";font-size: 14px;padding-left: 7px;vertical-align: 0;}
.magicmenu .nav-desktop .level0 .level-top span.icon-text{outline:medium none;}
.magicmenu .nav-desktop .level0 .level-top span.cat_label{right: 20px;top: -8px;}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label{top:0;}
.magicmenu .nav-desktop .level0 .level-top > span{padding: 0px;white-space: nowrap;font-size:14px;vertical-align: top;}
.magicmenu .nav-desktop .level0.home .level-top .icon,
.magicmenu .nav-desktop .level0 .level-top > img{display:none}
.magicmenu .nav-desktop .level0.home .level-top .icon-home{font-size:17px}
.magicmenu .nav-desktop .level0 .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown > .level0{ border-style: solid ;border-width: 1px;border-color: #dfdfdf;/* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); */padding:0px 0 0px 30px;position:absolute;z-index:99999;transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;display:block;opacity:0;top:130%;visibility:hidden}
.magicmenu .nav-desktop .level0:hover .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown:hover > .level0{opacity:1;top:100%;visibility:visible}
/**
dropdown
**/
.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.magicmenu .nav-desktop .level0.ext .level0.dropdown{width: 18em;min-width: 12em;padding: 20px 0px;line-height: 23px;text-align: left;}
.magicmenu .nav-desktop .level0.ext .level0.dropdown{width: 16em;}
.magicmenu .nav-desktop .level0.dropdown .hasChild,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {position: relative;}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{ content: "\f105";display: block;line-height: 32px;font-size: 14px;position: absolute;right: 15px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {border-style: solid;border-width: 1px; position: absolute;left: 100%;top: 0;opacity: 0;visibility: hidden;background-color: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);padding: 20px 0px;min-width: 200px;z-index: 1;list-style: none;}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul{opacity: 1;visibility: visible;}
.magicmenu .nav-desktop .level0.dropdown .level1 a,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a{padding: 0 30px;display: block;}
.magicmenu .nav-desktop .level0.ext .level0.dropdown .level1 a{padding: 0;}
.magicmenu .nav-desktop .level0.home .level-top-mega{padding: 20px 25px 25px;min-width: 175px;text-align: left;}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span{font-size: 14px;line-height: 27px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,.magicmenu .nav-desktop p{text-align:left;text-decoration:none;font-size: 14px;text-transform: capitalize;display: block;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a{display: block;line-height: 32px;}
.magicmenu .nav-desktop .level-top a{color:#000;font-size:14px;text-decoration:none;text-align:left}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{padding: 32px 0 0;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{max-width:100%;height:auto;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{ /* border-top: 1px solid #dfdfdf; */position: relative;font-weight: bold;margin-right:25px;line-height: 23px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul{padding: 10px 0 35px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span{font-size: 14px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .level1 a{position: relative; font-size: 14px;margin:0;padding: 0;display: block;line-height: 23px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span{font-size: 14px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
.vmagicmenu .level0 .level-top-mega .children > a:before{background-color: #dfdfdf;content: "";position: absolute;left: 0;top: -1px;height: 1px;width: 145px;display: block;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1:nth-child(1) > a:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1:nth-child(2) > a:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1:nth-child(3) > a:before,
.vmagicmenu .level0 .level-top-mega .children:nth-child(1) > a:before,
.vmagicmenu .level0 .level-top-mega .children:nth-child(2) > a:before,
.vmagicmenu .level0 .level-top-mega .children:nth-child(3) > a:before {/* display: none; */}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image { border: 0 none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image:before{display: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{margin-top: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{ padding: 30px 0 0;width:100%;clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{text-align: center;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom .img-responsive{display: inline;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{float:left;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{float:left;text-align:left;padding: 0;width:222px;}
.mage-column.mega-block-left{float:left;}
.mage-column.mega-block-right{float:right;}
.banner-menu-position img{position: absolute;left: 50%;bottom: 0;z-index: -1;}
.vmagicmenu .banner-menu-position img{margin-left: -30px;}
.menu-banner-sale .menu-products-sale,.menu-banner-sale .banner-menu{float: left;width: 50%;}
.menu-banner-sale .count-down-time,.menu-banner-sale .product-hover .sticker,.menu-banner-sale .link-view{display: none;}
.menu-banner-sale .magictabs .item.active .title, .menu-banner-sale .magictabs .item:hover .title,.menu-banner-sale .magictabs .item .title{background-color: transparent;color: #333;font-size: 14px;font-weight: bold;text-transform: uppercase;padding: 0;}
.menu-banner-sale .block-title-tabs{border:0;}
.menu-banner-sale .magictabs{border: 0;margin-top: 23px !important;padding: 0 !important;float: none;}
.menu-banner-sale .magictabs .item{line-height: 40px;}
.menu-banner-sale .products-grid .item .per-product{margin: 0;}
.menu-banner-sale .magicproduct{padding: 0 15px;}
.menu-banner-sale .actions-cart{display: block;}
.menu-banner-sale .content-products{margin-bottom: 0;}
.menu-banner-sale .products-grid .item:hover .per-product{box-shadow: none;margin-bottom: 0px;padding-bottom: 0px;}
.magicmenu .nav-desktop .menu-banner-sale p.old-price,.magicmenu .nav-desktop .menu-banner-sale p.special-price{display: inline-block;}
.magicmenu .nav-desktop .menu-banner-sale .special-price .price{font-size: 18px;}
.menu-banner-sale .item .actions-no .button.btn-cart:before{display: none;}
.menu-banner-sale .item .actions-no .button.btn-cart span{display: block;font-size: 14px;}
.menu-banner-sale .item .actions-cart .button.btn-cart{margin-top: 20px;width: 100%;background-color: #eeeeee;color: #555;border-color: #eee;height: 38px;line-height: 38px;}
.block-left,.block-right,.cat-mega{float:left}
.block-bottom{clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top{margin: 0px;overflow: hidden;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top .links-top-menu{text-align:center;background:#eee;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links{float:none;display:inline-block;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a{color:#555;line-height:35px;padding:0 15px;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a:hover{background-color:#dc1212;color:#fff;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li.label{color:#555;line-height:35px;font-size:14px;margin:0 5px 0 0;}
.magicmenu .nav-desktop .level0 .level-top .short_desc{display:block;font-size:13px;font-weight:300;line-height:13px;text-transform:capitalize;color:#999}
/**
ul leve2
**/
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild{position: relative;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before{content: "ï„…";display: block;line-height: 32px;font-size: 14px;position: absolute;right: 30px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul { position: absolute;left: 100%;opacity: 0;visibility: hidden;top:0;background-color: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);padding: 5px 0 5px 30px;min-width: 200px;z-index: 1;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul{opacity: 1;left: 90%;visibility: visible;}
/**
rest main-container
*/
.main-container{clear:both}
.magicmenu .nav-desktop .level0 .cat_label,.mean-container .mean-nav ul li a span.cat_label,.vmagicmenu .level0 .cat_label,.mean-container .mean-nav ul li span.level-top span.cat_label{background-color:#009966;border-radius: 20px; -moz-border-radius: 20px;-webkit-border-radius: 20px;-ms-border-radius: 20px; -o-border-radius: 20px;color:#fff;font-weight: normal;font-size:11px !important;line-height:18px;padding:0 5px;text-transform:uppercase;position:absolute;}
.magicmenu .nav-desktop .level0 .cat_label:before,
.vmagicmenu .level0 .cat_label:before,
.mean-container .mean-nav ul li a span.cat_label:before,
.mean-container .mean-nav ul li span.level-top span.cat_label:before {border-color: transparent;border-style: solid;border-top-color: #009966;border-width: 6px 10px 0 0;content: "";height: 0;position: absolute;left: 10px;top: 17px;transition: border-color 450ms ease-in-out 0s;width: 0;}
.magicmenu .nav-desktop .level0 .cat_label.New:before,.vmagicmenu .level0 .cat_label.New {border-top-color: #009966;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {display:none;}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before,
.magicmenu .nav-desktop .level0 .cat_label.Hot:before,
.magicmenu .nav-desktop .level0 .cat_label.hot:before,
.vmagicmenu .level0 .cat_label.HOT:before,
.vmagicmenu .level0 .cat_label.Hot:before,
.vmagicmenu .level0 .cat_label.hot:before,
.mean-container .mean-nav ul li a .cat_label.HOT:before,
.mean-container .mean-nav ul li a .cat_label.Hot:before,
.mean-container .mean-nav ul li a .cat_label.hot:before,
.mean-container .mean-nav ul li span.level-top span.cat_label.HOT:before,
.mean-container .mean-nav ul li span.level-top span.cat_label.Hot:before,
.mean-container .mean-nav ul li span.level-top span.cat_label.hot:before{border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before,
.magicmenu .nav-desktop .level0 .cat_label.Sale:before,
.magicmenu .nav-desktop .level0 .cat_label.sale:before,
.vmagicmenu .level0 .cat_label.SALE:before,
.vmagicmenu .level0 .cat_label.Sale:before,
.vmagicmenu .level0 .cat_label.sale:before,
.mean-container .mean-nav ul li a .cat_label.SALE:before,
.mean-container .mean-nav ul li a .cat_label.Sale:before,
.mean-container .mean-nav ul li a .cat_label.sale:before{border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.SALE,
.magicmenu .nav-desktop .level0 .cat_label.Sale,
.magicmenu .nav-desktop .level0 .cat_label.sale,
.vmagicmenu .level0 .cat_label.SALE,
.vmagicmenu .level0 .cat_label.Sale,
.vmagicmenu .level0 .cat_label.sale,
.mean-container .mean-nav ul li a .cat_label.SALE,
.mean-container .mean-nav ul li a .cat_label.Sale,
.mean-container .mean-nav ul li a .cat_label.sale{background-color:#ff6600;}
.magicmenu .nav-desktop .level0 .cat_label.Hot,
.magicmenu .nav-desktop .level0 .cat_label.hot,
.vmagicmenu .level0 .cat_label.Hot,
.vmagicmenu .level0 .cat_label.hot,
.mean-container .mean-nav ul li a .cat_label.HOT,
.mean-container .mean-nav ul li a .cat_label.Hot,
.mean-container .mean-nav ul li a .cat_label.hot,
.mean-container .mean-nav ul li span.level-top span.cat_label.HOT,
.mean-container .mean-nav ul li span.level-top span.cat_label.Hot,
.mean-container .mean-nav ul li span.level-top span.cat_label.hot{background-color:#dc1212;}
/* Extra Menu*/
/* Vertical Menu*/
.vmagicmenu{display:block;position:relative;padding:0px;z-index: 1;width: 200px;float: left;}
.vmagicmenu .block-vmagicmenu-content{border-width: 1px 1px 0px 1px;border-style: solid;margin-top: 2px;padding: 0px;min-width: 200px;position: absolute;visibility: hidden;opacity: 0;transition: all 300ms ease-in-out 0s;}
.vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow{margin: 0;padding: 0;}
.vmagicmenu:hover .block-vmagicmenu-content{opacity: 1;visibility: visible;}
.vmagicmenu .block-title{line-height:45px;padding:0 20px;overflow: hidden;}
.vmagicmenu .block-title span{font-size:14px}
.vmagicmenu .block-title .vmagicmenu-subtitle{text-transform:uppercase;padding:0px;float: left;letter-spacing:1px;}
.vmagicmenu .block-title .fa{background-image: url("../../../images/alothemes/icon-vmenu.png");;background-position: 100% 50%;background-repeat: no-repeat;float: right;line-height: 45px;font-size: 28px;font-weight: bold;text-indent: -999em;padding: 0 10px;}
.vmagicmenu .level0{padding:0;float:left;line-height:30px;width:100%;list-style: none;}
.vmagicmenu .level0 .level0{line-height: 23px;}
.vmagicmenu .level0 .level0 .children > ul{padding: 10px 0 35px;margin: 0;}
.vmagicmenu .level0.last{border:none}
.vmagicmenu .level0:hover .level0{background-color: transparent;}
.vmagicmenu .level0 .level-top{padding: 0 15px;font-size:100%;text-decoration:none;display:block;outline:medium none}
.vmagicmenu .level0 .level-top img{vertical-align: middle;margin-right: 10px;display: inline-block;}
.vmagicmenu .level0.hasChild .level-top:after{font-size: 14px;content: "\f105";font-family:FontAwesome;float:right;font-style:normal;font-weight:normal;text-decoration:inherit;vertical-align:middle}
.vmagicmenu .level0 .level-top span{font-size:14px;}
.vmagicmenu .level0 .level-top-mega,.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0{position: absolute;top: 0px;left:100%;z-index:999;opacity: 0;visibility: hidden;border-width: 1px;border-style: solid;/* left: 100%; transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s; -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;-webkit-transition: all 0.45s ease-out 0s;-moz-transition: all 0.45s ease-out 0s;-o-transition: all 0.45s ease-out 0s;transition: all 0.45s ease-out 0s;-moz-transform: translate(100px, 0);-webkit-transform: translate(100px, 0);transform: translate(100px, 0); */}
.vmagicmenu .level0:hover .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul{opacity:1; visibility:visible;/* -webkit-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0); */}
.vmagicmenu .level0 .level-top-mega .content-mega{margin:0;padding: 0px;overflow:hidden}
.vmagicmenu .level0 .level-top-mega .children a,.vmagicmenu p{line-height:23px;text-align:left;text-decoration:none}
.vmagicmenu .level0 .level-top-mega .children > a{ border-width: 0px 0 0 0;border-style: solid;display: block;padding-top: 32px;position: relative;}
.vmagicmenu .level0 .level-top-mega .children > a span{font-weight: bold;}
.vmagicmenu .level0 .level-top-mega .children a span,.vmagicmenu .level0.dropdown .level0 a span{font-size: 14px;}
.vmagicmenu .level-top a{color:#fff;font-size:14px;text-decoration:none;text-align:left}
.vmagicmenu .level0 .level-top-mega .children .level-3{font-size:100%;padding:0 0 5px;line-height:30px}
.vmagicmenu .level0 .level-top-mega .children .level-3 a{font-size:14px;text-transform:uppercase;font-weight:500;}
.vmagicmenu .level0 .level-top-mega .children .nav{line-height:26px;border-bottom:1px solid #ececec}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child{border:none}
.vmagicmenu .level0 .level-top-mega .children > .nav{border:none}
.vmagicmenu .level0 .level-top-mega .children .nav a{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-top,.vmagicmenu .level0 .level-top-mega .mega-block-bottom{width:100%}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom{clear:both;padding:25px 0 0;}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul{background-color:#f7f7f7;overflow:hidden;padding:15px 25px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{float:left;line-height:40px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{padding:0 10px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu strong{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu span{font-size:14px;color:#888888}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a{color:#888888;text-decoration:none;padding:8px 10px;font-size:14px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a:hover{background-color:#8ac28f;color:#ffffff}
.vmagicmenu .level0 .level-top-mega .mage-column .children{float:left;width:222px;text-align:left;padding-left: 30px;}
/* .vmagicmenu .level0 .level-top-mega .mage-column .children:nth-child(4){padding-left: 15px;padding-right: 15px;} */
.vmagicmenu .level0 .level-top-mega .mage-column .children ul{list-style: outside none none;}
.vmagicmenu .level0 .cat_label{color:#fff;margin:0 5px;padding:0 5px;position:absolute;}
/*.vmagicmenu .vmagicmenu-narrow >li:nth-of-type(n+8) { display: none; }*/
.vmagicmenu .vmagicmenu-narrow >li:nth-child(n+14) { display: none; }
.all-cat { display: block; margin-top: 24px;}
.all-cat span {padding: 0 15px;cursor: pointer;display: block;line-height: 37px;width: 100%;clear: both;font-size: 16px;}
/*Test*/
.level-top-mega .mage-column.cat-mega{margin:0;list-style: outside none none;}
.fixed{z-index:999;width:100%}
.fixed .custom-menu{padding-bottom:7px;padding-top:10px;box-shadow:0 0 6px 0 rgba(0,0,0,0.2)}
.fixed .quick-access{display:none}
@media only screen and (min-width:768px){.nav-mobile{display:none !important;}}
/* hide the link until viewport size is reached */
a.meanmenu-reveal{display:none}
/* when under viewport size,.mean-container is added to body */
.mean-container .mean-bar{overflow: hidden;}
.mean-container a.meanmenu-reveal{width:20px;height:18px;padding:15px;position:relative;z-index: 32;top:0;right:0;cursor:pointer;outline:medium none;text-decoration:none;font-size:14px;text-indent:-9999em;line-height:18px;display:block;float: right;font-weight: 700;}
.mean-container a.meanmenu-reveal:hover{color: #fff;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav .mobi-title{font-size:14px;line-height:48px;margin:0;padding:0 0 0 15px;text-align:left;text-transform:uppercase;font-weight: bold;position: absolute;z-index: 0;}
.mean-container .mean-nav > ul{float:left;margin: 0 15px;top: 100%;position: absolute;list-style-type:none;z-index: 33;left: 0;}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%}
.mean-container .mean-nav ul li a img{display: none;}
.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.level-top{display:block;padding:10px 0;margin:0;text-align:left;border-width:0 0 1px 0 ;border-style: solid;text-decoration:none;text-transform:capitalize}
.mean-container .mean-nav ul li span.level-top span{display: inline-block;}
.mean-container .mean-nav ul li a span,.mean-container .mean-nav ul li span.level-top span{font-size:15px;padding:0 14px;}
.mean-container .mean-nav ul li li a{font-size: 15px; padding: 10px 0 10px 25px;filter:alpha(opacity=75);visibility:visible;}
.mean-container .mean-nav ul li.mean-last a{margin-bottom:0}
.mean-container .mean-nav ul li li li a{font-size: 15px; padding: 10px 0 10px 50px;}
.mean-container .mean-nav ul li li li li a{padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{padding:1em 25%}
.mean-container .mean-nav ul li a.mean-expand{width:15px;height:15px;line-height:15px;padding:10px!important;text-align:center;position:absolute;right:5px;top:5px;z-index:2;font-weight:300;background:rgba(255,255,255,0.1);border:none!important}
.mean-container .mean-nav ul li a.mean-expand:hover{background:#444;color:#fff}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.vmagicmenu{z-index:9999;}
|
skin/frontend/alosupermarket/default/magiccart/magicmenu/css/magicmenu.css
|
.magicmenu{position:relative;}
.magicmenu .nav-desktop{position:static;margin:0;padding:0;}
.magicmenu .nav-desktop .level0{padding:0px;margin:0px;display: inline-block;}
.magicmenu .nav-desktop .level0.logo.display{display: none;border: 0;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display{}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a{border: 0;padding: 10px;width: 71px;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img{max-width: 100%;}
.magicmenu .nav-desktop .level0 > a:hover .short_desc{color:#888888;}
.magicmenu .nav-desktop .level0 .level-top{padding:14px 12px;text-transform:uppercase;font-size:14px;position: relative;text-decoration:none;outline:medium none;display:block;text-align:center;line-height: normal;line-height: 17px;}
.magicmenu .nav-desktop .level0.home .level-top{padding-left: 30px;}
.magicmenu .nav-desktop .level0.hasChild .level-top:after{content: "\f107";font-family: "FontAwesome";font-size: 14px;padding-left: 7px;vertical-align: 0;}
.magicmenu .nav-desktop .level0 .level-top span.icon-text{outline:medium none;}
.magicmenu .nav-desktop .level0 .level-top span.cat_label{right: 20px;top: -8px;}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label{top:0;}
.magicmenu .nav-desktop .level0 .level-top > span{padding: 0px;white-space: nowrap;font-size:14px;vertical-align: top;}
.magicmenu .nav-desktop .level0.home .level-top .icon,
.magicmenu .nav-desktop .level0 .level-top > img{display:none}
.magicmenu .nav-desktop .level0.home .level-top .icon-home{font-size:17px}
.magicmenu .nav-desktop .level0 .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown > .level0{ border-style: solid ;border-width: 1px;border-color: #dfdfdf;/* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); */padding:0px 0 0px 30px;position:absolute;z-index:99999;transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;display:block;opacity:0;top:130%;visibility:hidden}
.magicmenu .nav-desktop .level0:hover .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown:hover > .level0{opacity:1;top:100%;visibility:visible}
/**
dropdown
**/
.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.magicmenu .nav-desktop .level0.ext .level0.dropdown{width: 18em;min-width: 12em;padding: 20px 0px;line-height: 23px;text-align: left;}
.magicmenu .nav-desktop .level0.ext .level0.dropdown{width: 16em;}
.magicmenu .nav-desktop .level0.dropdown .hasChild,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {position: relative;}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{ content: "\f105";display: block;line-height: 32px;font-size: 14px;position: absolute;right: 15px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {border-style: solid;border-width: 1px; position: absolute;left: 100%;top: 0;opacity: 0;visibility: hidden;background-color: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);padding: 20px 0px;min-width: 200px;z-index: 1;list-style: none;}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul{opacity: 1;visibility: visible;}
.magicmenu .nav-desktop .level0.dropdown .level1 a,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a{padding: 0 30px;display: block;}
.magicmenu .nav-desktop .level0.ext .level0.dropdown .level1 a{padding: 0;}
.magicmenu .nav-desktop .level0.home .level-top-mega{padding: 20px 25px 25px;min-width: 175px;text-align: left;}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span{font-size: 14px;line-height: 27px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,.magicmenu .nav-desktop p{text-align:left;text-decoration:none;font-size: 14px;text-transform: capitalize;display: block;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a{display: block;line-height: 32px;}
.magicmenu .nav-desktop .level-top a{color:#000;font-size:14px;text-decoration:none;text-align:left}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{padding: 32px 0 0;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{max-width:100%;height:auto;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{ /* border-top: 1px solid #dfdfdf; */position: relative;font-weight: bold;margin-right:25px;line-height: 23px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul{padding: 10px 0 35px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span{font-size: 14px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .level1 a{position: relative; font-size: 14px;margin:0;padding: 0;display: block;line-height: 23px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span{font-size: 14px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
.vmagicmenu .level0 .level-top-mega .children > a:before{background-color: #dfdfdf;content: "";position: absolute;left: 0;top: -1px;height: 1px;width: 145px;display: block;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1:nth-child(1) > a:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1:nth-child(2) > a:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1:nth-child(3) > a:before,
.vmagicmenu .level0 .level-top-mega .children:nth-child(1) > a:before,
.vmagicmenu .level0 .level-top-mega .children:nth-child(2) > a:before,
.vmagicmenu .level0 .level-top-mega .children:nth-child(3) > a:before {/* display: none; */}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image { border: 0 none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image:before{display: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{margin-top: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{ padding: 30px 0 0;width:100%;clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{text-align: center;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom .img-responsive{display: inline;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{float:left;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{float:left;text-align:left;padding: 0;width:222px;}
.mage-column.mega-block-left{float:left;}
.mage-column.mega-block-right{float:right;}
.banner-menu-position img{position: absolute;left: 50%;bottom: 0;z-index: -1;}
.vmagicmenu .banner-menu-position img{margin-left: -30px;}
.menu-banner-sale .menu-products-sale,.menu-banner-sale .banner-menu{float: left;width: 50%;}
.menu-banner-sale .count-down-time,.menu-banner-sale .product-hover .sticker,.menu-banner-sale .link-view{display: none;}
.menu-banner-sale .magictabs .item.active .title, .menu-banner-sale .magictabs .item:hover .title,.menu-banner-sale .magictabs .item .title{background-color: transparent;color: #333;font-size: 14px;font-weight: bold;text-transform: uppercase;padding: 0;}
.menu-banner-sale .block-title-tabs{border:0;}
.menu-banner-sale .magictabs{border: 0;margin-top: 23px !important;padding: 0 !important;float: none;}
.menu-banner-sale .magictabs .item{line-height: 40px;}
.menu-banner-sale .products-grid .item .per-product{margin: 0;}
.menu-banner-sale .magicproduct{padding: 0 15px;}
.menu-banner-sale .actions-cart{display: block;}
.menu-banner-sale .content-products{margin-bottom: 0;}
.menu-banner-sale .products-grid .item:hover .per-product{box-shadow: none;margin-bottom: 0px;padding-bottom: 0px;}
.magicmenu .nav-desktop .menu-banner-sale p.old-price,.magicmenu .nav-desktop .menu-banner-sale p.special-price{display: inline-block;}
.magicmenu .nav-desktop .menu-banner-sale .special-price .price{font-size: 18px;}
.menu-banner-sale .item .actions-no .button.btn-cart:before{display: none;}
.menu-banner-sale .item .actions-no .button.btn-cart span{display: block;font-size: 14px;}
.menu-banner-sale .item .actions-cart .button.btn-cart{margin-top: 20px;width: 100%;background-color: #eeeeee;color: #555;border-color: #eee;height: 38px;line-height: 38px;}
.block-left,.block-right,.cat-mega{float:left}
.block-bottom{clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top{margin: 0px;overflow: hidden;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top .links-top-menu{text-align:center;background:#eee;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links{float:none;display:inline-block;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a{color:#555;line-height:35px;padding:0 15px;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a:hover{background-color:#dc1212;color:#fff;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li.label{color:#555;line-height:35px;font-size:14px;margin:0 5px 0 0;}
.magicmenu .nav-desktop .level0 .level-top .short_desc{display:block;font-size:13px;font-weight:300;line-height:13px;text-transform:capitalize;color:#999}
/**
ul leve2
**/
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild{position: relative;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before{content: "ï„…";display: block;line-height: 32px;font-size: 14px;position: absolute;right: 30px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul { position: absolute;left: 100%;opacity: 0;visibility: hidden;top:0;background-color: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);padding: 5px 0 5px 30px;min-width: 200px;z-index: 1;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul{opacity: 1;left: 90%;visibility: visible;}
/**
rest main-container
*/
.main-container{clear:both}
.magicmenu .nav-desktop .level0 .cat_label,.mean-container .mean-nav ul li a span.cat_label,.vmagicmenu .level0 .cat_label,.mean-container .mean-nav ul li span.level-top span.cat_label{background-color:#009966;border-radius: 20px; -moz-border-radius: 20px;-webkit-border-radius: 20px;-ms-border-radius: 20px; -o-border-radius: 20px;color:#fff;font-weight: normal;font-size:11px !important;line-height:18px;padding:0 5px;text-transform:uppercase;position:absolute;}
.magicmenu .nav-desktop .level0 .cat_label:before,
.vmagicmenu .level0 .cat_label:before,
.mean-container .mean-nav ul li a span.cat_label:before,
.mean-container .mean-nav ul li span.level-top span.cat_label:before {border-color: transparent;border-style: solid;border-top-color: #009966;border-width: 6px 10px 0 0;content: "";height: 0;position: absolute;left: 10px;top: 17px;transition: border-color 450ms ease-in-out 0s;width: 0;}
.magicmenu .nav-desktop .level0 .cat_label.New:before,.vmagicmenu .level0 .cat_label.New {border-top-color: #009966;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {display:none;}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before,
.magicmenu .nav-desktop .level0 .cat_label.Hot:before,
.magicmenu .nav-desktop .level0 .cat_label.hot:before,
.vmagicmenu .level0 .cat_label.HOT:before,
.vmagicmenu .level0 .cat_label.Hot:before,
.vmagicmenu .level0 .cat_label.hot:before,
.mean-container .mean-nav ul li a .cat_label.HOT:before,
.mean-container .mean-nav ul li a .cat_label.Hot:before,
.mean-container .mean-nav ul li a .cat_label.hot:before,
.mean-container .mean-nav ul li span.level-top span.cat_label.HOT:before,
.mean-container .mean-nav ul li span.level-top span.cat_label.Hot:before,
.mean-container .mean-nav ul li span.level-top span.cat_label.hot:before{border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before,
.magicmenu .nav-desktop .level0 .cat_label.Sale:before,
.magicmenu .nav-desktop .level0 .cat_label.sale:before,
.vmagicmenu .level0 .cat_label.SALE:before,
.vmagicmenu .level0 .cat_label.Sale:before,
.vmagicmenu .level0 .cat_label.sale:before,
.mean-container .mean-nav ul li a .cat_label.SALE:before,
.mean-container .mean-nav ul li a .cat_label.Sale:before,
.mean-container .mean-nav ul li a .cat_label.sale:before{border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.SALE,
.magicmenu .nav-desktop .level0 .cat_label.Sale,
.magicmenu .nav-desktop .level0 .cat_label.sale,
.vmagicmenu .level0 .cat_label.SALE,
.vmagicmenu .level0 .cat_label.Sale,
.vmagicmenu .level0 .cat_label.sale,
.mean-container .mean-nav ul li a .cat_label.SALE,
.mean-container .mean-nav ul li a .cat_label.Sale,
.mean-container .mean-nav ul li a .cat_label.sale{background-color:#ff6600;}
.magicmenu .nav-desktop .level0 .cat_label.Hot,
.magicmenu .nav-desktop .level0 .cat_label.hot,
.vmagicmenu .level0 .cat_label.Hot,
.vmagicmenu .level0 .cat_label.hot,
.mean-container .mean-nav ul li a .cat_label.HOT,
.mean-container .mean-nav ul li a .cat_label.Hot,
.mean-container .mean-nav ul li a .cat_label.hot,
.mean-container .mean-nav ul li span.level-top span.cat_label.HOT,
.mean-container .mean-nav ul li span.level-top span.cat_label.Hot,
.mean-container .mean-nav ul li span.level-top span.cat_label.hot{background-color:#dc1212;}
/* Extra Menu*/
/* Vertical Menu*/
.vmagicmenu{display:block;position:relative;padding:0px;z-index: 1;width: 200px;float: left;}
.vmagicmenu .block-vmagicmenu-content{border-width: 1px 1px 0px 1px;border-style: solid;margin-top: 2px;padding: 0px;min-width: 200px;position: absolute;visibility: hidden;opacity: 0;transition: all 300ms ease-in-out 0s;}
.vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow{margin: 0;padding: 0;}
.vmagicmenu:hover .block-vmagicmenu-content{opacity: 1;visibility: visible;}
.vmagicmenu .block-title{line-height:45px;padding:0 20px;overflow: hidden;}
.vmagicmenu .block-title span{font-size:14px}
.vmagicmenu .block-title .vmagicmenu-subtitle{text-transform:uppercase;padding:0px;float: left;letter-spacing:1px;}
.vmagicmenu .block-title .fa{background-image: url("../../../images/alothemes/icon-vmenu.png");;background-position: 100% 50%;background-repeat: no-repeat;float: right;line-height: 45px;font-size: 28px;font-weight: bold;text-indent: -999em;padding: 0 10px;}
.vmagicmenu .level0{padding:0;float:left;line-height:30px;width:100%;list-style: none;}
.vmagicmenu .level0 .level0{line-height: 23px;}
.vmagicmenu .level0 .level0 .children > ul{padding: 10px 0 35px;margin: 0;}
.vmagicmenu .level0.last{border:none}
.vmagicmenu .level0:hover .level0{background-color: transparent;}
.vmagicmenu .level0 .level-top{padding: 0 15px;font-size:100%;text-decoration:none;display:block;outline:medium none}
.vmagicmenu .level0 .level-top img{vertical-align: middle;margin-right: 10px;display: inline-block;}
.vmagicmenu .level0.hasChild .level-top:after{font-size: 14px;content: "\f105";font-family:FontAwesome;float:right;font-style:normal;font-weight:normal;text-decoration:inherit;vertical-align:middle}
.vmagicmenu .level0 .level-top span{font-size:14px;}
.vmagicmenu .level0 .level-top-mega,.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0{position: absolute;top: 0px;left:100%;z-index:999;opacity: 0;visibility: hidden;border-width: 1px;border-style: solid;/* left: 100%; transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s; -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;-webkit-transition: all 0.45s ease-out 0s;-moz-transition: all 0.45s ease-out 0s;-o-transition: all 0.45s ease-out 0s;transition: all 0.45s ease-out 0s;-moz-transform: translate(100px, 0);-webkit-transform: translate(100px, 0);transform: translate(100px, 0); */}
.vmagicmenu .level0:hover .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul{opacity:1; visibility:visible;/* -webkit-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0); */}
.vmagicmenu .level0 .level-top-mega .content-mega{margin:0;padding: 0px;overflow:hidden}
.vmagicmenu .level0 .level-top-mega .children a,.vmagicmenu p{line-height:23px;text-align:left;text-decoration:none}
.vmagicmenu .level0 .level-top-mega .children > a{ border-width: 0px 0 0 0;border-style: solid;display: block;padding-top: 32px;position: relative;}
.vmagicmenu .level0 .level-top-mega .children > a span{font-weight: bold;}
.vmagicmenu .level0 .level-top-mega .children a span,.vmagicmenu .level0.dropdown .level0 a span{font-size: 14px;}
.vmagicmenu .level-top a{color:#fff;font-size:14px;text-decoration:none;text-align:left}
.vmagicmenu .level0 .level-top-mega .children .level-3{font-size:100%;padding:0 0 5px;line-height:30px}
.vmagicmenu .level0 .level-top-mega .children .level-3 a{font-size:14px;text-transform:uppercase;font-weight:500;}
.vmagicmenu .level0 .level-top-mega .children .nav{line-height:26px;border-bottom:1px solid #ececec}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child{border:none}
.vmagicmenu .level0 .level-top-mega .children > .nav{border:none}
.vmagicmenu .level0 .level-top-mega .children .nav a{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-top,.vmagicmenu .level0 .level-top-mega .mega-block-bottom{width:100%}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom{clear:both;padding:25px 0 0;}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul{background-color:#f7f7f7;overflow:hidden;padding:15px 25px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{float:left;line-height:40px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{padding:0 10px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu strong{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu span{font-size:14px;color:#888888}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a{color:#888888;text-decoration:none;padding:8px 10px;font-size:14px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a:hover{background-color:#8ac28f;color:#ffffff}
.vmagicmenu .level0 .level-top-mega .mage-column .children{float:left;width:222px;text-align:left;padding-left: 30px;}
/* .vmagicmenu .level0 .level-top-mega .mage-column .children:nth-child(4){padding-left: 15px;padding-right: 15px;} */
.vmagicmenu .level0 .level-top-mega .mage-column .children ul{list-style: outside none none;}
.vmagicmenu .level0 .cat_label{color:#fff;margin:0 5px;padding:0 5px;position:absolute;}
/*.vmagicmenu .vmagicmenu-narrow >li:nth-of-type(n+8) { display: none; }*/
.vmagicmenu .vmagicmenu-narrow >li:nth-child(n+14) { display: none; }
.all-cat { display: block; margin-top: 24px;}
.all-cat span {padding: 0 15px;cursor: pointer;display: block;line-height: 37px;width: 100%;clear: both;font-size: 16px;}
/*Test*/
.level-top-mega .mage-column.cat-mega{margin:0;list-style: outside none none;}
.fixed{z-index:999;width:100%}
.fixed .custom-menu{padding-bottom:7px;padding-top:10px;box-shadow:0 0 6px 0 rgba(0,0,0,0.2)}
.fixed .quick-access{display:none}
@media only screen and (min-width:768px){.nav-mobile{display:none !important;}}
/* hide the link until viewport size is reached */
a.meanmenu-reveal{display:none}
/* when under viewport size,.mean-container is added to body */
.mean-container .mean-bar{overflow: hidden;}
.mean-container a.meanmenu-reveal{width:20px;height:18px;padding:15px;position:relative;z-index: 32;top:0;right:0;cursor:pointer;outline:medium none;text-decoration:none;font-size:14px;text-indent:-9999em;line-height:18px;display:block;float: right;font-weight: 700;}
.mean-container a.meanmenu-reveal:hover{color: #fff;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav .mobi-title{font-size:14px;line-height:48px;margin:0;padding:0 0 0 15px;text-align:left;text-transform:uppercase;font-weight: bold;position: absolute;z-index: 0;}
.mean-container .mean-nav > ul{float:left;margin: 0 15px;top: 100%;position: absolute;list-style-type:none;z-index: 33;left: 0;}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%}
.mean-container .mean-nav ul li a img{display: none;}
.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.level-top{display:block;padding:10px 0;margin:0;text-align:left;border-width:0 0 1px 0 ;border-style: solid;text-decoration:none;text-transform:capitalize}
.mean-container .mean-nav ul li span.level-top span{display: inline-block;}
.mean-container .mean-nav ul li a span,.mean-container .mean-nav ul li span.level-top span{font-size:15px;padding:0 14px;}
.mean-container .mean-nav ul li li a{font-size: 15px; padding: 10px 0 10px 25px;filter:alpha(opacity=75);visibility:visible;}
.mean-container .mean-nav ul li.mean-last a{margin-bottom:0}
.mean-container .mean-nav ul li li li a{font-size: 15px; padding: 10px 0 10px 50px;}
.mean-container .mean-nav ul li li li li a{padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{padding:1em 25%}
.mean-container .mean-nav ul li a.mean-expand{width:15px;height:15px;line-height:15px;padding:10px!important;text-align:center;position:absolute;right:5px;top:5px;z-index:2;font-weight:300;background:rgba(255,255,255,0.1);border:none!important}
.mean-container .mean-nav ul li a.mean-expand:hover{background:#444;color:#fff}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.vmagicmenu{z-index:9999;}
| 0.212314 | 0.052692 |
body {
margin: 0;
padding: 0;
height: 50%;
width: 100%;
}
.contrainer {
height: 155vh;
width: 100%;
background-image: url(../imagen/Mascarillas_Hipoplasticas.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: 5s;
animation-name: animate;
animation-direction: alternate-reverse;
animation-duration: 30s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-play-state: running;
animation-timing-function: ease-in-out;
}
@keyframes animate {
20% {
background-image: url(../imagen/Temporada.jpg);
}
20.05% {
background-image: url(../imagen/Limpieza_de_espalda.jpg);
}
40% {
background-image: url(../imagen/Axilas_Bellas.jpg);
}
60% {
background-image: url(../imagen/Limpieza_Facial.jpg);
}
80% {
background-image: url(../imagen/Reductor_Playero.jpg);
}
100% {
background-image: url(../imagen/Mascarillas_Hipoplasticas.jpg);
}
}
/*fondo*/
/*Registro*/
.main {
width: 30%;
background-color: rgba(255,255,255,0.1);
text-align: center;
border-radius: 5px;
margin: 5% 250 0 400;
position: absolute;
}
.card-container.card {
width: 350px;
padding: 20px 20px;
}
.btn {
font-weight: 700;
height: 36px;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
/* Card component*/
.card {
/* just in case there no content*/
padding: 20px 25px 30px;
/* shadows and rounded borders */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.form-header{
color: #444;
display: block;
position: relative;
border-bottom: 1px solid #f4f4f4;
}
.form-header .form-title {
display: inline-block;
font-size: 18px;
margin: 0;
line-height: 2.5;
}
.form-body {
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
}
.form-control{
font-size: 16px;
height: auto;
padding: 7px 9px;
}
#resultados_ajax {
display: block;
color: #FFFFFF;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row {
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
margin-right:-15px;
margin-left:-15px;
margin: 20 0 20 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-sm-3 {
width: 25%;
float: left;
vertical-align:middle;
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float: left;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-3 {
width: 25%;
float: left;
vertical-align:middle;
}
.col-lg-6 {
-ms-flex:0 0 50%;
max-width:50%;
}
.form-body .control-label {
margin-bottom:0;
vertical-align:middle;
width: 25%;
float: left;
}
.control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
color:#3c763d;
}
.control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
color:#8a6d3b;
}
.control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
color:#a94442;
}
@media (min-width:768px) {
.form-body .control-label {
margin-bottom:0;
text-align:right;
}
}
@media (min-width:768px) {
.form-body .control-label {
font-size:18px;
}
}
@media (min-width:768px) {
.form-body .control-label {
font-size:18px;
}
}
.form-group {
margin-bottom: 0.5rem;
margin: 20 0 20 0;
}
.form-group #error{
color:#a94442;
}
.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin input[type=tel],
.form-signin button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
border-color: rgb(104, 145, 162);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}
.btn.btn-signin {
background-color: #4d90fe;
padding: 0px;
font-weight: 700;
font-size: 14px;
height: 36px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
}
.forgot-password {
color: rgb(104, 145, 162);
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
color: rgb(12, 97, 33);
}
.form-footer {
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
border-top:1px solid #f4f4f4;
padding:20px;
}
|
calendario/css/regisylogin.css
|
body {
margin: 0;
padding: 0;
height: 50%;
width: 100%;
}
.contrainer {
height: 155vh;
width: 100%;
background-image: url(../imagen/Mascarillas_Hipoplasticas.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: 5s;
animation-name: animate;
animation-direction: alternate-reverse;
animation-duration: 30s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-play-state: running;
animation-timing-function: ease-in-out;
}
@keyframes animate {
20% {
background-image: url(../imagen/Temporada.jpg);
}
20.05% {
background-image: url(../imagen/Limpieza_de_espalda.jpg);
}
40% {
background-image: url(../imagen/Axilas_Bellas.jpg);
}
60% {
background-image: url(../imagen/Limpieza_Facial.jpg);
}
80% {
background-image: url(../imagen/Reductor_Playero.jpg);
}
100% {
background-image: url(../imagen/Mascarillas_Hipoplasticas.jpg);
}
}
/*fondo*/
/*Registro*/
.main {
width: 30%;
background-color: rgba(255,255,255,0.1);
text-align: center;
border-radius: 5px;
margin: 5% 250 0 400;
position: absolute;
}
.card-container.card {
width: 350px;
padding: 20px 20px;
}
.btn {
font-weight: 700;
height: 36px;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
/* Card component*/
.card {
/* just in case there no content*/
padding: 20px 25px 30px;
/* shadows and rounded borders */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.form-header{
color: #444;
display: block;
position: relative;
border-bottom: 1px solid #f4f4f4;
}
.form-header .form-title {
display: inline-block;
font-size: 18px;
margin: 0;
line-height: 2.5;
}
.form-body {
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
}
.form-control{
font-size: 16px;
height: auto;
padding: 7px 9px;
}
#resultados_ajax {
display: block;
color: #FFFFFF;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row {
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
margin-right:-15px;
margin-left:-15px;
margin: 20 0 20 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-sm-3 {
width: 25%;
float: left;
vertical-align:middle;
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float: left;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-3 {
width: 25%;
float: left;
vertical-align:middle;
}
.col-lg-6 {
-ms-flex:0 0 50%;
max-width:50%;
}
.form-body .control-label {
margin-bottom:0;
vertical-align:middle;
width: 25%;
float: left;
}
.control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
color:#3c763d;
}
.control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
color:#8a6d3b;
}
.control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
color:#a94442;
}
@media (min-width:768px) {
.form-body .control-label {
margin-bottom:0;
text-align:right;
}
}
@media (min-width:768px) {
.form-body .control-label {
font-size:18px;
}
}
@media (min-width:768px) {
.form-body .control-label {
font-size:18px;
}
}
.form-group {
margin-bottom: 0.5rem;
margin: 20 0 20 0;
}
.form-group #error{
color:#a94442;
}
.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin input[type=tel],
.form-signin button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
border-color: rgb(104, 145, 162);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}
.btn.btn-signin {
background-color: #4d90fe;
padding: 0px;
font-weight: 700;
font-size: 14px;
height: 36px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
}
.forgot-password {
color: rgb(104, 145, 162);
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
color: rgb(12, 97, 33);
}
.form-footer {
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
border-top:1px solid #f4f4f4;
padding:20px;
}
| 0.342572 | 0.05498 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
* {
margin: 0px;
padding: 0px;
}
:root {
--fonte-titulo: 'Roboto Slab', serif; /* Fonte para o Título Principal */
--fonte-p: 'Josefin Sans', sans-serif; /* Fonte para os Parágrafos e Aside */
--fonte-calculo: 'Bungee', cursive; /* Fonte para a calculadora */
}
body {
background: black url('../imgs/background4.jpg') center center no-repeat fixed;
background-size: cover;
}
main {
background-color: white;
box-sizing: border-box;
border: 3px solid black;
border-radius: 10px;
margin-top: 2vh;
margin-right: auto;
margin-bottom: 2vh;
margin-left: auto;
max-width: 700px;
}
h1#titulo {
background-color: rgb(26, 241, 123);
border-radius: 9px 9px 0px 0px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
color: hsl(147, 75%, 22%);
font: normal bold 2.2em var(--fonte-titulo);
text-align: center;
text-shadow: 1px 2px rgba(0, 0, 0, 0.493);
padding: 10px;
font-variant: small-caps;
}
section#sessao1 > p {
font: normal bold 1.5em var(--fonte-p);
text-align: center;
padding: 20px;
}
.periferico {
margin-bottom: 30px;
}
aside {
display: inline-block;
background-color: rgb(180, 23, 23);
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.411);
padding: 8px;
}
aside > p {
font: normal bold 20px var(--fonte-p);
}
section#sessao2 {
text-align: center;
margin-bottom: 10px;
}
.guia {
font: normal bold 1.9em var(--fonte-p);
}
.operador {
border-radius: 30px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.568);
width: 250px;
}
.operador p {
font: normal normal 1.5em var(--fonte-calculo);
text-align: center;
padding: 10px;
}
div#soma {
background-color: rgb(149, 35, 255);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 0px 0px 5px black;
margin: 20px;
}
div#soma:hover {
background-color: hsl(271, 100%, 42%);
color: rgba(255, 255, 255, 0.884);
text-shadow: 2px 2px 1px black;
}
div#menos {
background-color: rgb(255, 102, 0);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 0px 0px 5px black;
margin: 20px;
}
div#menos:hover {
background-color: hsl(24, 100%, 42%);
color: rgba(255, 255, 255, 0.87);
text-shadow: 2px 2px 1px black;
}
div#multiplicacao {
background-color: rgb(251, 255, 24);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 1px 1px 6px black;
margin: 20px;
}
div#multiplicacao:hover {
background-color: hsl(61, 100%, 42%);
color: rgba(255, 255, 255, 0.808);
text-shadow: 2px 2px 1px black;
}
div#divisao {
background-color: rgb(0, 102, 255);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 0px 0px 5px black;
margin: 20px;
}
div#divisao:hover {
background-color: hsl(216, 100%, 42%);
color: rgba(255, 255, 255, 0.849);
text-shadow: 2px 2px 1px black;
}
p#resultadofinal {
background-color: rgb(255, 0, 85);
border: 1px solid rgba(0, 0, 0, 0.329);
padding: 10px 0px 5px 0px;
}
p#res {
font: normal bolder 1.4em var(--fonte-p);
text-align: left;
padding-top: 10px;
padding-left: 20px;
}
|
style/style.css
|
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
* {
margin: 0px;
padding: 0px;
}
:root {
--fonte-titulo: 'Roboto Slab', serif; /* Fonte para o Título Principal */
--fonte-p: 'Josefin Sans', sans-serif; /* Fonte para os Parágrafos e Aside */
--fonte-calculo: 'Bungee', cursive; /* Fonte para a calculadora */
}
body {
background: black url('../imgs/background4.jpg') center center no-repeat fixed;
background-size: cover;
}
main {
background-color: white;
box-sizing: border-box;
border: 3px solid black;
border-radius: 10px;
margin-top: 2vh;
margin-right: auto;
margin-bottom: 2vh;
margin-left: auto;
max-width: 700px;
}
h1#titulo {
background-color: rgb(26, 241, 123);
border-radius: 9px 9px 0px 0px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
color: hsl(147, 75%, 22%);
font: normal bold 2.2em var(--fonte-titulo);
text-align: center;
text-shadow: 1px 2px rgba(0, 0, 0, 0.493);
padding: 10px;
font-variant: small-caps;
}
section#sessao1 > p {
font: normal bold 1.5em var(--fonte-p);
text-align: center;
padding: 20px;
}
.periferico {
margin-bottom: 30px;
}
aside {
display: inline-block;
background-color: rgb(180, 23, 23);
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.411);
padding: 8px;
}
aside > p {
font: normal bold 20px var(--fonte-p);
}
section#sessao2 {
text-align: center;
margin-bottom: 10px;
}
.guia {
font: normal bold 1.9em var(--fonte-p);
}
.operador {
border-radius: 30px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.568);
width: 250px;
}
.operador p {
font: normal normal 1.5em var(--fonte-calculo);
text-align: center;
padding: 10px;
}
div#soma {
background-color: rgb(149, 35, 255);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 0px 0px 5px black;
margin: 20px;
}
div#soma:hover {
background-color: hsl(271, 100%, 42%);
color: rgba(255, 255, 255, 0.884);
text-shadow: 2px 2px 1px black;
}
div#menos {
background-color: rgb(255, 102, 0);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 0px 0px 5px black;
margin: 20px;
}
div#menos:hover {
background-color: hsl(24, 100%, 42%);
color: rgba(255, 255, 255, 0.87);
text-shadow: 2px 2px 1px black;
}
div#multiplicacao {
background-color: rgb(251, 255, 24);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 1px 1px 6px black;
margin: 20px;
}
div#multiplicacao:hover {
background-color: hsl(61, 100%, 42%);
color: rgba(255, 255, 255, 0.808);
text-shadow: 2px 2px 1px black;
}
div#divisao {
background-color: rgb(0, 102, 255);
color: white;
display: inline-block;
border: 3px solid black;
text-shadow: 0px 0px 5px black;
margin: 20px;
}
div#divisao:hover {
background-color: hsl(216, 100%, 42%);
color: rgba(255, 255, 255, 0.849);
text-shadow: 2px 2px 1px black;
}
p#resultadofinal {
background-color: rgb(255, 0, 85);
border: 1px solid rgba(0, 0, 0, 0.329);
padding: 10px 0px 5px 0px;
}
p#res {
font: normal bolder 1.4em var(--fonte-p);
text-align: left;
padding-top: 10px;
padding-left: 20px;
}
| 0.343672 | 0.158532 |
.muted, .muted a {opacity: .6; font-size: 80%;}
.sparkline {
/* border: 1px solid yellow; */
height:100%;
width:100%;
}
div.tooltip {
position: absolute;
text-align: left;
padding: 6px;
background: yellow;
border: 0px;
border-radius: 8px;
pointer-events: none;
}
.statcard-number {
margin-top: 0;
margin-bottom: 0;
}
.statcard-number .label {
padding: .125em .5em;
font-size: 50%;
vertical-align: middle;
}
.statcard-desc {
font-size: 85%;
letter-spacing: .15em;
color: #888888;
text-transform: uppercase;
}
.statcard-primary,
.statcard-success,
.statcard-info,
.statcard-warning,
.statcard-danger {
color: #fff;
border-radius: 3px;
}
.statcard-primary .delta-negative,
.statcard-success .delta-negative,
.statcard-info .delta-negative,
.statcard-warning .delta-negative,
.statcard-danger .delta-negative,
.statcard-primary .delta-positive,
.statcard-success .delta-positive,
.statcard-info .delta-positive,
.statcard-warning .delta-positive,
.statcard-danger .delta-positive,
.statcard-primary .statcard-number,
.statcard-success .statcard-number,
.statcard-info .statcard-number,
.statcard-warning .statcard-number,
.statcard-danger .statcard-number {
font-weight: normal;
color: inherit;
}
.statcard-primary .statcard-desc,
.statcard-success .statcard-desc,
.statcard-info .statcard-desc,
.statcard-warning .statcard-desc,
.statcard-danger .statcard-desc {
font-weight: normal;
color: rgba(255, 255, 255, 0.65);
}
.statcard-primary .statcard-hr,
.statcard-success .statcard-hr,
.statcard-info .statcard-hr,
.statcard-warning .statcard-hr,
.statcard-danger .statcard-hr {
margin-left: -20px;
margin-right: -20px;
border-top-color: rgba(255, 255, 255, 0.65);
}
.statcard-primary {
background-color: #1ca8dd;
}
.statcard-success {
background-color: #1bc98e;
}
.statcard-info {
background-color: #9f86ff;
}
.statcard-warning {
background-color: #e4d836;
}
.statcard-danger {
background-color: #e64759;
}
.bkg-success {
background-color: #dff0d8;
border-radius: 3px;
}
a.bkg-success:hover,
a.bkg-success:focus {
background-color: #c1e2b3;
}
.bkg-info {
background-color: #d9edf7;
border-radius: 3px;
}
a.bkg-info:hover,
a.bkg-info:focus {
background-color: #afd9ee;
}
.bkg-warning {
background-color: #fcf8e3;
border-radius: 3px;
}
a.bkg-warning:hover,
a.bkg-warning:focus {
background-color: #f7ecb5;
}
.bkg-danger {
background-color: #f2dede;
border-radius: 3px;
}
a.bkg-danger:hover,
a.bkg-danger:focus {
background-color: #e4b9b9;
}
/*--- Additional styles ---*/
.w {
width: 100%;
}
.w-h {
margin: 0 auto;
height: 100%;
width: 100%;
overflow:auto;
padding: 10px 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.p-a {
padding: 20px !important;
}
.m-b {
margin-bottom: 20px !important;
}
.m-t {
margin-top: 20px !important;
}
.m-t-10 {
margin-top: 10px !important;
}
.m-b-10 {
margin-bottom: 10px !important;
}
.m-b-0 {
margin-bottom: 0 !important;
}
.m-t-md {
margin-top: 30px !important;
}
.hr-divider {
position: relative;
font-size: 12px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
}
.hr-divider:before {
position: absolute;
top: 50%;
display: block;
content: "";
width: 100%;
height: 1px;
background-color: #eeeeee;
}
.hr-divider-content {
position: relative;
z-index: 2;
display: inline-block;
padding-left: 1em;
padding-right: 1em;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
}
.hr-divider-heading {
margin-top: 0;
margin-bottom: 0;
font-size: 100%;
color: inherit;
}
.hr-divider-nav > li > a {
padding-top: 4px;
padding-bottom: 4px;
font-size: 100%;
}
.hr-divider-nav > .active > a {
font-weight: 300;
background: transparent;
}
.dashhead:before,
.dashhead:after {
content: " ";
display: table;
}
.dashhead:after {
clear: both;
}
.dashhead:before,
.dashhead:after {
content: " ";
display: table;
}
.dashhead:after {
clear: both;
}
@media (min-width: 768px) {
.dashhead-titles {
float: left;
}
}
.dashhead-title {
margin-top: 0;
}
.dashhead-subtitle {
margin-top: 0;
margin-bottom: 5px;
font-weight: normal;
font-size: 85%;
color: #aeaeae;
letter-spacing: 1px;
text-transform: uppercase;
}
|
WebUI/Client/css/statcard.css
|
.muted, .muted a {opacity: .6; font-size: 80%;}
.sparkline {
/* border: 1px solid yellow; */
height:100%;
width:100%;
}
div.tooltip {
position: absolute;
text-align: left;
padding: 6px;
background: yellow;
border: 0px;
border-radius: 8px;
pointer-events: none;
}
.statcard-number {
margin-top: 0;
margin-bottom: 0;
}
.statcard-number .label {
padding: .125em .5em;
font-size: 50%;
vertical-align: middle;
}
.statcard-desc {
font-size: 85%;
letter-spacing: .15em;
color: #888888;
text-transform: uppercase;
}
.statcard-primary,
.statcard-success,
.statcard-info,
.statcard-warning,
.statcard-danger {
color: #fff;
border-radius: 3px;
}
.statcard-primary .delta-negative,
.statcard-success .delta-negative,
.statcard-info .delta-negative,
.statcard-warning .delta-negative,
.statcard-danger .delta-negative,
.statcard-primary .delta-positive,
.statcard-success .delta-positive,
.statcard-info .delta-positive,
.statcard-warning .delta-positive,
.statcard-danger .delta-positive,
.statcard-primary .statcard-number,
.statcard-success .statcard-number,
.statcard-info .statcard-number,
.statcard-warning .statcard-number,
.statcard-danger .statcard-number {
font-weight: normal;
color: inherit;
}
.statcard-primary .statcard-desc,
.statcard-success .statcard-desc,
.statcard-info .statcard-desc,
.statcard-warning .statcard-desc,
.statcard-danger .statcard-desc {
font-weight: normal;
color: rgba(255, 255, 255, 0.65);
}
.statcard-primary .statcard-hr,
.statcard-success .statcard-hr,
.statcard-info .statcard-hr,
.statcard-warning .statcard-hr,
.statcard-danger .statcard-hr {
margin-left: -20px;
margin-right: -20px;
border-top-color: rgba(255, 255, 255, 0.65);
}
.statcard-primary {
background-color: #1ca8dd;
}
.statcard-success {
background-color: #1bc98e;
}
.statcard-info {
background-color: #9f86ff;
}
.statcard-warning {
background-color: #e4d836;
}
.statcard-danger {
background-color: #e64759;
}
.bkg-success {
background-color: #dff0d8;
border-radius: 3px;
}
a.bkg-success:hover,
a.bkg-success:focus {
background-color: #c1e2b3;
}
.bkg-info {
background-color: #d9edf7;
border-radius: 3px;
}
a.bkg-info:hover,
a.bkg-info:focus {
background-color: #afd9ee;
}
.bkg-warning {
background-color: #fcf8e3;
border-radius: 3px;
}
a.bkg-warning:hover,
a.bkg-warning:focus {
background-color: #f7ecb5;
}
.bkg-danger {
background-color: #f2dede;
border-radius: 3px;
}
a.bkg-danger:hover,
a.bkg-danger:focus {
background-color: #e4b9b9;
}
/*--- Additional styles ---*/
.w {
width: 100%;
}
.w-h {
margin: 0 auto;
height: 100%;
width: 100%;
overflow:auto;
padding: 10px 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.p-a {
padding: 20px !important;
}
.m-b {
margin-bottom: 20px !important;
}
.m-t {
margin-top: 20px !important;
}
.m-t-10 {
margin-top: 10px !important;
}
.m-b-10 {
margin-bottom: 10px !important;
}
.m-b-0 {
margin-bottom: 0 !important;
}
.m-t-md {
margin-top: 30px !important;
}
.hr-divider {
position: relative;
font-size: 12px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
}
.hr-divider:before {
position: absolute;
top: 50%;
display: block;
content: "";
width: 100%;
height: 1px;
background-color: #eeeeee;
}
.hr-divider-content {
position: relative;
z-index: 2;
display: inline-block;
padding-left: 1em;
padding-right: 1em;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
}
.hr-divider-heading {
margin-top: 0;
margin-bottom: 0;
font-size: 100%;
color: inherit;
}
.hr-divider-nav > li > a {
padding-top: 4px;
padding-bottom: 4px;
font-size: 100%;
}
.hr-divider-nav > .active > a {
font-weight: 300;
background: transparent;
}
.dashhead:before,
.dashhead:after {
content: " ";
display: table;
}
.dashhead:after {
clear: both;
}
.dashhead:before,
.dashhead:after {
content: " ";
display: table;
}
.dashhead:after {
clear: both;
}
@media (min-width: 768px) {
.dashhead-titles {
float: left;
}
}
.dashhead-title {
margin-top: 0;
}
.dashhead-subtitle {
margin-top: 0;
margin-bottom: 5px;
font-weight: normal;
font-size: 85%;
color: #aeaeae;
letter-spacing: 1px;
text-transform: uppercase;
}
| 0.454472 | 0.068662 |
/*----- RESET -----*/
body {margin: auto; font: 12px Tahoma;}
img {border: none;}
a {text-decoration: none; color: #185798;}
table, tr, td, h1, h2, h3, h4, h5, h6, p, pre, ul, li, input, textarea {margin: 0px; padding: 0px; border: none;}
:focus {outline: none;}
/*-----------------*/
/* Navbar */
#nav {background: url(images/sol-bas.png) repeat-x; height: 35px;}
.nav {width: 940px; margin: 0px auto; padding: 10px; color: #fff;}
.nav a {color: #fff; padding: 10px; text-shadow: 1px 1px 3px #000;}
/* Header */
#header {background: url(images/header.png); width: 100%; height: 94px;}
.header {width: 960px; height: 90px; margin-left: 285px; margin-top: 5px;}
/* Arama */
#arama {float: right; margin: 35px 3px;}
.arama-input {background: url(images/arama-input.png); width: 209px; height: 35px;}
.arama-input input {background-color: transparent; padding: 9px; width: 190px; font-weight: bold;}
.ara-input {background: url(images/ara-input.png); width: 34px; height: 35px;}
/* Genel */
#genel {width: 960px; margin: 0px auto;}
/* Sol */
#sol {float: left; width: 230px; margin-top: 19px;}
/* Sol Ba�l�k */
.sol-bas {background: url(images/sol-bas.png); width: 230px; height: 35px;}
.sol-bas2 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 4px 10px;}
/* Kategoriler */
#kategori {background-color: #eee;}
#kategori a {background: url(images/ok.png) no-repeat 1px; display: block; padding: 5.2px 20px; border-bottom: 1px solid #fff; border-top: 1px solid #ddd; color: #333333;}
.sol-button a:hover {background-color: #185798; color: #fff;}
/* Orta */
#orta {width: 480px; float: left; margin: 5px 10px 10px 10px; background-color: #eee;}
/* Orta Ba�l�k */
.orta-bas {background: url(images/sol-bas.png); width: 480px; height: 35px;}
.orta-bas2 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 4px 10px;}
.orta-sure {
background: #eee;
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
float: left;
margin-top: -30px;
margin-left: 825px;
}
/* Makaleler */
.makale {padding: 5px; border-bottom: 3px solid #ddd;}
.makale h1 a{font-size: 13pt; padding: 2px 10px 2px 0;}
.makale p {padding: 1px 12px; color: #5e5e5e; text-align: justify;}
.makale-resim {float: left; margin-right: 5px;}
.makale-resim img {width: 100px; height: 100px;}
.makale-alt {text-align: right; padding: 3px; color: #bababa;}
.makale-alt a{padding: 3px 5px;}
.makale-alt a:hover {background-color: #185798; color: #fff;}
/* S�ralama */
#siralama {padding: 10px; border-bottom: 3px solid #ddd;}
.siralama1 span {background-color: #185798; padding: 5px 10px; color: #fff; margin-right: 2px;}
.siralama1 a {padding: 5px 10px; margin-right: 2px; background-color: #fff; border: 1px solid #ccc;}
.siralama1 a:hover {background-color: #185798; color: #fff;}
.yazarr {
background: #eee;
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
float: left;
margin-top: -20px;
margin-left: 810px;
}
.yazar2 {
margin-top: -16px;
margin-left: 765px;}
/* Sa� */
#sag {width: 230px; float: left; margin-top: 5px;}
/* Sa� Ba�l�k */
.sag-bas {background: url(images/sol-bas.png); width: 230px; height: 35px;}
.sag-bas2 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 4px 10px;}
/* Ar�iv */
#arsiv {background-color: #eee; border-bottom: 3px solid #ddd; margin-bottom: 4px;}
#arsiv a {background: url(images/ok.png) no-repeat 1px; display: block; padding: 7.3px 20px; border-bottom: 1px solid #fff; border-top: 1px solid #ddd; color: #333333;}
/* Hit Konular */
#hit-konular {background-color: #eee; border-bottom: 3px solid #ddd; margin-bottom: 10px;}
#hit-konular a {display: block; padding: 5px 20px; background: url(images/ok2.png) no-repeat 1px; border-bottom: 1px solid #fff; border-top: 1px solid #ddd;}
/* Footer */
#footer {background: url(images/footer.png);position: fixed; left:0; bottom:0; width: 100%; height: 65px;}
.footer {position: fixed; left:0; bottom:0;width: 940px; margin-bottom: 50px ; padding: 0px 0px 0px 10px; color: #636363;}
.footer a {padding: 2px 5px;}
.footer2 {padding: 10px 5px;margin-left: 5px;}
.footer2 {position: fixed; left:0; bottom:0;width: 940px;margin-left: 5px;padding: 0px 0px 0px 10px; color: #636363;}
.footer2 a {padding: 2px 7px;}
.footer3 {padding: 10px 5px;margin-bottom: 14px;margin-right: 10px;}
.footer3 {position: fixed; bottom:0;width: 940px;padding: 10px 0px 0px 10px; color: #636363;}
.footer3 a {padding: 2px 10px;}
.footer3 img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.footer4 {padding: 10px 5px;margin-bottom: 14px;margin-left: 42px;}
.footer4 {position: fixed; bottom:0;width: 940px;padding: 10px 0px 0px 10px; color: #636363;}
.footer4 a {padding: 20px 10px;}
.footer4 img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.footer5 {padding: 10px 5px;margin-bottom: 14px;margin-left: 84px;}
.footer5 {position: fixed; bottom:0;width: 940px;padding: 10px 0px 0px 10px; color: #636363;}
.footer5 a {padding: 20px 10px;}
.footer5 img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
#orta {float: left; margin: 5px 10px 10px 10px;}
/* Orta Ba�l�k */
.orta-bas1 {background: url(images/sol-bas.png); width: 960px; height: 35px;border-radius: 7px;}
.orta-bas12 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 5px 5px;}
|
style.css
|
/*----- RESET -----*/
body {margin: auto; font: 12px Tahoma;}
img {border: none;}
a {text-decoration: none; color: #185798;}
table, tr, td, h1, h2, h3, h4, h5, h6, p, pre, ul, li, input, textarea {margin: 0px; padding: 0px; border: none;}
:focus {outline: none;}
/*-----------------*/
/* Navbar */
#nav {background: url(images/sol-bas.png) repeat-x; height: 35px;}
.nav {width: 940px; margin: 0px auto; padding: 10px; color: #fff;}
.nav a {color: #fff; padding: 10px; text-shadow: 1px 1px 3px #000;}
/* Header */
#header {background: url(images/header.png); width: 100%; height: 94px;}
.header {width: 960px; height: 90px; margin-left: 285px; margin-top: 5px;}
/* Arama */
#arama {float: right; margin: 35px 3px;}
.arama-input {background: url(images/arama-input.png); width: 209px; height: 35px;}
.arama-input input {background-color: transparent; padding: 9px; width: 190px; font-weight: bold;}
.ara-input {background: url(images/ara-input.png); width: 34px; height: 35px;}
/* Genel */
#genel {width: 960px; margin: 0px auto;}
/* Sol */
#sol {float: left; width: 230px; margin-top: 19px;}
/* Sol Ba�l�k */
.sol-bas {background: url(images/sol-bas.png); width: 230px; height: 35px;}
.sol-bas2 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 4px 10px;}
/* Kategoriler */
#kategori {background-color: #eee;}
#kategori a {background: url(images/ok.png) no-repeat 1px; display: block; padding: 5.2px 20px; border-bottom: 1px solid #fff; border-top: 1px solid #ddd; color: #333333;}
.sol-button a:hover {background-color: #185798; color: #fff;}
/* Orta */
#orta {width: 480px; float: left; margin: 5px 10px 10px 10px; background-color: #eee;}
/* Orta Ba�l�k */
.orta-bas {background: url(images/sol-bas.png); width: 480px; height: 35px;}
.orta-bas2 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 4px 10px;}
.orta-sure {
background: #eee;
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
float: left;
margin-top: -30px;
margin-left: 825px;
}
/* Makaleler */
.makale {padding: 5px; border-bottom: 3px solid #ddd;}
.makale h1 a{font-size: 13pt; padding: 2px 10px 2px 0;}
.makale p {padding: 1px 12px; color: #5e5e5e; text-align: justify;}
.makale-resim {float: left; margin-right: 5px;}
.makale-resim img {width: 100px; height: 100px;}
.makale-alt {text-align: right; padding: 3px; color: #bababa;}
.makale-alt a{padding: 3px 5px;}
.makale-alt a:hover {background-color: #185798; color: #fff;}
/* S�ralama */
#siralama {padding: 10px; border-bottom: 3px solid #ddd;}
.siralama1 span {background-color: #185798; padding: 5px 10px; color: #fff; margin-right: 2px;}
.siralama1 a {padding: 5px 10px; margin-right: 2px; background-color: #fff; border: 1px solid #ccc;}
.siralama1 a:hover {background-color: #185798; color: #fff;}
.yazarr {
background: #eee;
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
float: left;
margin-top: -20px;
margin-left: 810px;
}
.yazar2 {
margin-top: -16px;
margin-left: 765px;}
/* Sa� */
#sag {width: 230px; float: left; margin-top: 5px;}
/* Sa� Ba�l�k */
.sag-bas {background: url(images/sol-bas.png); width: 230px; height: 35px;}
.sag-bas2 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 4px 10px;}
/* Ar�iv */
#arsiv {background-color: #eee; border-bottom: 3px solid #ddd; margin-bottom: 4px;}
#arsiv a {background: url(images/ok.png) no-repeat 1px; display: block; padding: 7.3px 20px; border-bottom: 1px solid #fff; border-top: 1px solid #ddd; color: #333333;}
/* Hit Konular */
#hit-konular {background-color: #eee; border-bottom: 3px solid #ddd; margin-bottom: 10px;}
#hit-konular a {display: block; padding: 5px 20px; background: url(images/ok2.png) no-repeat 1px; border-bottom: 1px solid #fff; border-top: 1px solid #ddd;}
/* Footer */
#footer {background: url(images/footer.png);position: fixed; left:0; bottom:0; width: 100%; height: 65px;}
.footer {position: fixed; left:0; bottom:0;width: 940px; margin-bottom: 50px ; padding: 0px 0px 0px 10px; color: #636363;}
.footer a {padding: 2px 5px;}
.footer2 {padding: 10px 5px;margin-left: 5px;}
.footer2 {position: fixed; left:0; bottom:0;width: 940px;margin-left: 5px;padding: 0px 0px 0px 10px; color: #636363;}
.footer2 a {padding: 2px 7px;}
.footer3 {padding: 10px 5px;margin-bottom: 14px;margin-right: 10px;}
.footer3 {position: fixed; bottom:0;width: 940px;padding: 10px 0px 0px 10px; color: #636363;}
.footer3 a {padding: 2px 10px;}
.footer3 img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.footer4 {padding: 10px 5px;margin-bottom: 14px;margin-left: 42px;}
.footer4 {position: fixed; bottom:0;width: 940px;padding: 10px 0px 0px 10px; color: #636363;}
.footer4 a {padding: 20px 10px;}
.footer4 img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.footer5 {padding: 10px 5px;margin-bottom: 14px;margin-left: 84px;}
.footer5 {position: fixed; bottom:0;width: 940px;padding: 10px 0px 0px 10px; color: #636363;}
.footer5 a {padding: 20px 10px;}
.footer5 img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
#orta {float: left; margin: 5px 10px 10px 10px;}
/* Orta Ba�l�k */
.orta-bas1 {background: url(images/sol-bas.png); width: 960px; height: 35px;border-radius: 7px;}
.orta-bas12 {color: #fff; font-size: 14pt; font-family: Trebuchet MS; padding: 5px 5px;}
| 0.35031 | 0.219129 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: gothmmed;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmmed-webfont.woff);
}
@font-face {
font-family: gothmult;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmult-webfont.woff);
}
@font-face {
font-family: gothmlig;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmlig-webfont.woff);
}
@font-face {
font-family: gothmbol;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmbol-webfont.woff);
}
@font-face {
font-family: gothmbook;
src: url(/Users/jeremy.ott/masthead-updates/masthead-updates/css/fonts/gothmbok-webfont.woff);
}
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
body {
font-family: gothmlig !important;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
header {
min-height: 650px;
background-image: url("/Users/jeremy.ott/Sites/masthead-updates/img/people_mac1.png");
background-size: cover;
}
nav {
background-color: #ffffff;
min-height: 90px;
}
p {
margin: 15px 0;
}
.logo img {
max-height: 50px;
display: inline-block;
}
.logo {
display: inline-block;
padding: 20px 25px;
text-align: center;
}
ul, nav ul li {
display: inline-block;
}
nav ul li {
padding: 0 25px;
min-height: 60px;
}
ul {
padding-top: 10px;
}
.col-md-6 ul {
margin-bottom: 0px !important;
}
.ctas, .ctas a {
display: inline-block;
}
.ctas a {
padding: 7px 25px;
}
.ctas, .menu {
padding: 30px 0px;
font-family: gothmmed;
}
.menu {
padding: 30px 0px 0px 0px;
}
.button-orange {
border-radius: 3px;
cursor: pointer;
outline: 0 none;
padding: 10px 10px;
text-align: center;
text-decoration: none;
text-shadow: none;
transition: all .3s ease-in-out 0s;
vertical-align: baseline;
word-break: normal;
background: #f96d2b none repeat scroll 0 0;
border: solid 1px #f96d2b;
color: #fff;
}
.button-blue {
border-radius: 3px;
cursor: pointer;
outline: 0 none;
padding: 10px 10px;
text-align: center;
text-decoration: none;
text-shadow: none;
transition: all .3s ease-in-out 0s;
vertical-align: baseline;
word-break: normal;
background: #009bdf none repeat scroll 0 0;
border: solid 1px #009bdf;
color: #fff;
display: inline-block;
}
.button-trans {
word-break: normal;
display: inline-block;
zoom: 1;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 10px 15px;
border-radius: 3px;
transition: all ease-in-out .3s;
text-shadow: none;
border: solid 1px #333;
color:#333;
}
.button-trans-white {
word-break: normal;
display: inline-block;
zoom: 1;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 10px 15px;
border-radius: 3px;
transition: all ease-in-out .3s;
text-shadow: none;
border: solid 1px #ffffff;
color:#ffffff;
}
.product-drop {
background-color: #fff;
width: 700px;
height: 428px;
position: absolute;
left: 15%;
margin-top: 100px;
z-index: -99;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.product-drop ul {
padding-left:10px;
}
.product-drop li {
list-style: none;
}
.product-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
.product-drop .col-md-7 {
margin-top: 0px;
}
.product-drop .col-md-5 {
margin-top: 0px;
}
.product-drop .col-md-5 ul {
padding-left: 0px;
}
.product-drop .products ul li:hover{
background: #009bdf !important;
color: #fff;
}
.product-drop .products ul li.title:hover{
background: #fff !important;
color: inherit;
}
.resource-drop {
background-color: #fff;
width: 170px;
height: 100px;
position: absolute;
left: 47%;
margin-top: 100px;
z-index: -99;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.resource-drop ul {
padding-left:0px;
}
.resource-drop li {
list-style: none;
}
.resource-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
.company-drop {
background-color: #fff;
width: 150px;
height: 120px;
position: absolute;
left: 58%;
margin-top: 100px;
z-index: -99;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.company-drop ul {
padding-left:0px;
}
.company-drop li {
list-style: none;
}
.company-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
.country-drop {
background-color: #fff;
width: 150px;
height: 155px;
position: absolute;
left: 88%;
margin-top: 100px;
z-index: ;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.country-drop ul {
padding-left:0px;
}
.country-drop li {
list-style: none;
}
.country-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
span.desc {
font-size: 10px;
line-height: 1;
}
li.title {
border-bottom: solid 1px #009bdf;
padding-top: 10px;
font-family: gothmmed;
}
ul.role li {
}
.hide {display: none;}
.box {
background-color: rgba(0, 155, 223, .8);
min-height:200px;
position: relative;
text-align: center;
color: #fff;
line-height: 2;
}
.box.middle{
background-color: rgba(0, 155, 223, .9);
min-height:250px;
position: relative;
text-align: center;
color: #fff;
line-height: 2;
}
.box.left{
background-color: rgba(0, 155, 223, .9);
position: relative;
text-align: center;
color: #fff;
line-height: 2;
}
.box-container{
margin-top: 27%;
}
.box-container.three{
margin-top: 22%;
}
h2 {
font-family: 'gothmmed' sans-serif;
font-size: 28px;
}
.role-list {
padding: 6px 0;
}
.main {
padding: 60px 0px;
}
.center {
text-align: center;
}
main .row {
margin-right: 0px;
margin-left: 0px;
}
.testimonial {
color: #fff;
background: url("http://1agb93314bcf1knhv22id9u9.wpengine.netdna-cdn.com/wp-content/uploads/2016/09/blur-background-blue-tint.jpg");
}
.nav.row {
position: fixed;
width: 100%;
background: #fff;
z-index: 9999;
box-shadow: 0px 2px 5px #999;
}
@media only screen and (min-width: 1450px) {
nav ul li {
padding: 0 50px !important;
}
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 9999; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #009bdf;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
color: #fff;
width: 50%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
color: #ffffff;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #eaeaea;
text-decoration: none;
cursor: pointer;
}
input {
color: #999;
border: none;
}
a {
text-decoration: none !important;
}
.drop {
position: absolute !important;
}
.resource-drop ul li:hover {
font-family: 'gothmbook' !important;
}
.product-drop ul li:hover {
font-family: 'gothmbook' !important;
}
.company-drop ul li:hover {
font-family: 'gothmbook' !important;
}
.product-drop ul li.title:hover {
font-family: 'gothmmed' !important;
}
footer {
background: #333E48;
min-height: 150px
}
footer.row{
margin-left: 0px;
margin-right: 0px;
}
.about{
border-top: 1px solid #1e242a;
background: #333e48 url('/wp-content/themes/bh14/_media/footer_logo_new.png') bottom 35px right no-repeat;
box-sizing: border-box;
color: #fff;
font-size: 12px;
padding: 70px 0 105px;
position: relative;
text-align: left;
padding-left: 40px !important;
padding-right: 40px !important;
}
footer ul{
list-style: none;
display: inline;
}
.copyright {
background: #1E242A;
box-sizing: border-box;
color: #fff;
font-size: .85em;
position: relative;
text-align: left;
padding: 10px 0;
}
li.share {
display: inline;
}
.flat li {
display: inline;}
.r {
text-align: right;
}
.r li a {
padding: 0 7px;
color: white;
}
ul.flat.meta {
padding-left: 0px;
}
a.twitter {
text-align: center !important;
color: white !important;
display: inline-block;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #00aced !important;
}
a.google {
text-align: center !important;
color: white !important;
display: inline-block !important;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #DD4B39 !important;
}
a.facebook {
text-align: center !important;
color: white !important;
display: inline-block !important;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #3B5998 !important;
}
a.linkedin {
text-align: center !important;
color: white !important;
display: inline-block !important;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #007BB6 !important;
}
footer ul li {
margin-top: 10px;
}
footer h3 {
font-size: 16px
}
ul.flat a {
margin: 10px 10px 10px 0;
}
footer .row {
marigin-left: 0px;
margin-right: 0px;
}
nav>ul>li:hover {
}
li#nav-product:hover {
}
.ctas {
padding-bottom: 0px;
}
.product-drop .col-md-5 ul {
width: 100%
}
.product-drop ul li:hover {
background-color: #009bdf;
color: white;
}
.company-drop ul li:hover {
background-color: #009bdf;
color: white;
}
.resource-drop ul li:hover {
background-color: #009bdf;
color: white;
}
.country-drop ul li:hover {
background-color: #009bdf;
color: white;
}
|
css/main.css
|
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: gothmmed;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmmed-webfont.woff);
}
@font-face {
font-family: gothmult;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmult-webfont.woff);
}
@font-face {
font-family: gothmlig;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmlig-webfont.woff);
}
@font-face {
font-family: gothmbol;
src: url(/Users/jeremy.ott/Sites/masthead-updates/css/fonts/gothmbol-webfont.woff);
}
@font-face {
font-family: gothmbook;
src: url(/Users/jeremy.ott/masthead-updates/masthead-updates/css/fonts/gothmbok-webfont.woff);
}
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
body {
font-family: gothmlig !important;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
header {
min-height: 650px;
background-image: url("/Users/jeremy.ott/Sites/masthead-updates/img/people_mac1.png");
background-size: cover;
}
nav {
background-color: #ffffff;
min-height: 90px;
}
p {
margin: 15px 0;
}
.logo img {
max-height: 50px;
display: inline-block;
}
.logo {
display: inline-block;
padding: 20px 25px;
text-align: center;
}
ul, nav ul li {
display: inline-block;
}
nav ul li {
padding: 0 25px;
min-height: 60px;
}
ul {
padding-top: 10px;
}
.col-md-6 ul {
margin-bottom: 0px !important;
}
.ctas, .ctas a {
display: inline-block;
}
.ctas a {
padding: 7px 25px;
}
.ctas, .menu {
padding: 30px 0px;
font-family: gothmmed;
}
.menu {
padding: 30px 0px 0px 0px;
}
.button-orange {
border-radius: 3px;
cursor: pointer;
outline: 0 none;
padding: 10px 10px;
text-align: center;
text-decoration: none;
text-shadow: none;
transition: all .3s ease-in-out 0s;
vertical-align: baseline;
word-break: normal;
background: #f96d2b none repeat scroll 0 0;
border: solid 1px #f96d2b;
color: #fff;
}
.button-blue {
border-radius: 3px;
cursor: pointer;
outline: 0 none;
padding: 10px 10px;
text-align: center;
text-decoration: none;
text-shadow: none;
transition: all .3s ease-in-out 0s;
vertical-align: baseline;
word-break: normal;
background: #009bdf none repeat scroll 0 0;
border: solid 1px #009bdf;
color: #fff;
display: inline-block;
}
.button-trans {
word-break: normal;
display: inline-block;
zoom: 1;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 10px 15px;
border-radius: 3px;
transition: all ease-in-out .3s;
text-shadow: none;
border: solid 1px #333;
color:#333;
}
.button-trans-white {
word-break: normal;
display: inline-block;
zoom: 1;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 10px 15px;
border-radius: 3px;
transition: all ease-in-out .3s;
text-shadow: none;
border: solid 1px #ffffff;
color:#ffffff;
}
.product-drop {
background-color: #fff;
width: 700px;
height: 428px;
position: absolute;
left: 15%;
margin-top: 100px;
z-index: -99;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.product-drop ul {
padding-left:10px;
}
.product-drop li {
list-style: none;
}
.product-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
.product-drop .col-md-7 {
margin-top: 0px;
}
.product-drop .col-md-5 {
margin-top: 0px;
}
.product-drop .col-md-5 ul {
padding-left: 0px;
}
.product-drop .products ul li:hover{
background: #009bdf !important;
color: #fff;
}
.product-drop .products ul li.title:hover{
background: #fff !important;
color: inherit;
}
.resource-drop {
background-color: #fff;
width: 170px;
height: 100px;
position: absolute;
left: 47%;
margin-top: 100px;
z-index: -99;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.resource-drop ul {
padding-left:0px;
}
.resource-drop li {
list-style: none;
}
.resource-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
.company-drop {
background-color: #fff;
width: 150px;
height: 120px;
position: absolute;
left: 58%;
margin-top: 100px;
z-index: -99;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.company-drop ul {
padding-left:0px;
}
.company-drop li {
list-style: none;
}
.company-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
.country-drop {
background-color: #fff;
width: 150px;
height: 155px;
position: absolute;
left: 88%;
margin-top: 100px;
z-index: ;
box-shadow: 0px 2px 2px #999;
border: solid 1px #eaeaea;
border-top: none;
}
.country-drop ul {
padding-left:0px;
}
.country-drop li {
list-style: none;
}
.country-drop ul li {
font-family: 'gothmbook' !important;
display: block !important;
padding: 2px 5px !important;
min-height: 0px !important;
}
span.desc {
font-size: 10px;
line-height: 1;
}
li.title {
border-bottom: solid 1px #009bdf;
padding-top: 10px;
font-family: gothmmed;
}
ul.role li {
}
.hide {display: none;}
.box {
background-color: rgba(0, 155, 223, .8);
min-height:200px;
position: relative;
text-align: center;
color: #fff;
line-height: 2;
}
.box.middle{
background-color: rgba(0, 155, 223, .9);
min-height:250px;
position: relative;
text-align: center;
color: #fff;
line-height: 2;
}
.box.left{
background-color: rgba(0, 155, 223, .9);
position: relative;
text-align: center;
color: #fff;
line-height: 2;
}
.box-container{
margin-top: 27%;
}
.box-container.three{
margin-top: 22%;
}
h2 {
font-family: 'gothmmed' sans-serif;
font-size: 28px;
}
.role-list {
padding: 6px 0;
}
.main {
padding: 60px 0px;
}
.center {
text-align: center;
}
main .row {
margin-right: 0px;
margin-left: 0px;
}
.testimonial {
color: #fff;
background: url("http://1agb93314bcf1knhv22id9u9.wpengine.netdna-cdn.com/wp-content/uploads/2016/09/blur-background-blue-tint.jpg");
}
.nav.row {
position: fixed;
width: 100%;
background: #fff;
z-index: 9999;
box-shadow: 0px 2px 5px #999;
}
@media only screen and (min-width: 1450px) {
nav ul li {
padding: 0 50px !important;
}
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 9999; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #009bdf;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
color: #fff;
width: 50%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
color: #ffffff;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #eaeaea;
text-decoration: none;
cursor: pointer;
}
input {
color: #999;
border: none;
}
a {
text-decoration: none !important;
}
.drop {
position: absolute !important;
}
.resource-drop ul li:hover {
font-family: 'gothmbook' !important;
}
.product-drop ul li:hover {
font-family: 'gothmbook' !important;
}
.company-drop ul li:hover {
font-family: 'gothmbook' !important;
}
.product-drop ul li.title:hover {
font-family: 'gothmmed' !important;
}
footer {
background: #333E48;
min-height: 150px
}
footer.row{
margin-left: 0px;
margin-right: 0px;
}
.about{
border-top: 1px solid #1e242a;
background: #333e48 url('/wp-content/themes/bh14/_media/footer_logo_new.png') bottom 35px right no-repeat;
box-sizing: border-box;
color: #fff;
font-size: 12px;
padding: 70px 0 105px;
position: relative;
text-align: left;
padding-left: 40px !important;
padding-right: 40px !important;
}
footer ul{
list-style: none;
display: inline;
}
.copyright {
background: #1E242A;
box-sizing: border-box;
color: #fff;
font-size: .85em;
position: relative;
text-align: left;
padding: 10px 0;
}
li.share {
display: inline;
}
.flat li {
display: inline;}
.r {
text-align: right;
}
.r li a {
padding: 0 7px;
color: white;
}
ul.flat.meta {
padding-left: 0px;
}
a.twitter {
text-align: center !important;
color: white !important;
display: inline-block;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #00aced !important;
}
a.google {
text-align: center !important;
color: white !important;
display: inline-block !important;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #DD4B39 !important;
}
a.facebook {
text-align: center !important;
color: white !important;
display: inline-block !important;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #3B5998 !important;
}
a.linkedin {
text-align: center !important;
color: white !important;
display: inline-block !important;
height: 20px !important;
width: 20px !important;
border-radius: 2px !important;
background: #007BB6 !important;
}
footer ul li {
margin-top: 10px;
}
footer h3 {
font-size: 16px
}
ul.flat a {
margin: 10px 10px 10px 0;
}
footer .row {
marigin-left: 0px;
margin-right: 0px;
}
nav>ul>li:hover {
}
li#nav-product:hover {
}
.ctas {
padding-bottom: 0px;
}
.product-drop .col-md-5 ul {
width: 100%
}
.product-drop ul li:hover {
background-color: #009bdf;
color: white;
}
.company-drop ul li:hover {
background-color: #009bdf;
color: white;
}
.resource-drop ul li:hover {
background-color: #009bdf;
color: white;
}
.country-drop ul li:hover {
background-color: #009bdf;
color: white;
}
| 0.489503 | 0.071106 |
.oxi-addons-container .oxi-image-general-hover-style-25 .oxi-image-hover-figure .oxi-image-hover-figure-caption{
opacity: 1;
}
.oxi-addons-container .oxi-image-general-hover-style-25 .oxi-image-hover-figure .oxi-image-hover-image {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
z-index: 11;
-webkit-transform: scale(1, 1) rotate(0deg);
-ms-transform: scale(1, 1) rotate(0deg);
transform: scale(1, 1) rotate(0deg);
-webkit-transform-origin: 100% 200%;
-ms-transform-origin: 100% 200%;
transform-origin: 100% 200%;
}
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover:hover .oxi-image-hover-figure .oxi-image-hover-image,
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover.oxi-touch .oxi-image-hover-figure .oxi-image-hover-image{
opacity: 0;
-webkit-transform: scale(0, 0) rotate(270deg);
-ms-transform: scale(0, 0) rotate(270deg);
transform: scale(0, 0) rotate(270deg);
-webkit-transform-origin: 200% 500%;
-ms-transform-origin: 200% 500%;
transform-origin: 200% 500%;
pointer-events: none;
}
.oxi-addons-container .oxi-image-general-hover-style-25 .oxi-image-hover-figure.right_to_left .oxi-image-hover-image {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
z-index: 11;
-webkit-transform: scale(1, 1) rotate(0deg);
-ms-transform: scale(1, 1) rotate(0deg);
transform: scale(1, 1) rotate(0deg);
-webkit-transform-origin: -100% -200%;
-ms-transform-origin: -100% -200%;
transform-origin: -100% -200%;
}
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover:hover .oxi-image-hover-figure.right_to_left .oxi-image-hover-image,
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover.oxi-touch .oxi-image-hover-figure.right_to_left .oxi-image-hover-image{
opacity: 0;
-webkit-transform: scale(0, 0) rotate(-270deg);
-ms-transform: scale(0, 0) rotate(-270deg);
transform: scale(0, 0) rotate(-270deg);
-webkit-transform-origin: -200% -500%;
-ms-transform-origin: -200% -500%;
transform-origin: -200% -500%;
pointer-events: none;
}
|
wordpress/wp-content/plugins/image-hover-effects-ultimate/Modules/General/Files/style-25.css
|
.oxi-addons-container .oxi-image-general-hover-style-25 .oxi-image-hover-figure .oxi-image-hover-figure-caption{
opacity: 1;
}
.oxi-addons-container .oxi-image-general-hover-style-25 .oxi-image-hover-figure .oxi-image-hover-image {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
z-index: 11;
-webkit-transform: scale(1, 1) rotate(0deg);
-ms-transform: scale(1, 1) rotate(0deg);
transform: scale(1, 1) rotate(0deg);
-webkit-transform-origin: 100% 200%;
-ms-transform-origin: 100% 200%;
transform-origin: 100% 200%;
}
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover:hover .oxi-image-hover-figure .oxi-image-hover-image,
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover.oxi-touch .oxi-image-hover-figure .oxi-image-hover-image{
opacity: 0;
-webkit-transform: scale(0, 0) rotate(270deg);
-ms-transform: scale(0, 0) rotate(270deg);
transform: scale(0, 0) rotate(270deg);
-webkit-transform-origin: 200% 500%;
-ms-transform-origin: 200% 500%;
transform-origin: 200% 500%;
pointer-events: none;
}
.oxi-addons-container .oxi-image-general-hover-style-25 .oxi-image-hover-figure.right_to_left .oxi-image-hover-image {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
z-index: 11;
-webkit-transform: scale(1, 1) rotate(0deg);
-ms-transform: scale(1, 1) rotate(0deg);
transform: scale(1, 1) rotate(0deg);
-webkit-transform-origin: -100% -200%;
-ms-transform-origin: -100% -200%;
transform-origin: -100% -200%;
}
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover:hover .oxi-image-hover-figure.right_to_left .oxi-image-hover-image,
.oxi-addons-container .oxi-image-general-hover-style-25.oxi-image-hover.oxi-touch .oxi-image-hover-figure.right_to_left .oxi-image-hover-image{
opacity: 0;
-webkit-transform: scale(0, 0) rotate(-270deg);
-ms-transform: scale(0, 0) rotate(-270deg);
transform: scale(0, 0) rotate(-270deg);
-webkit-transform-origin: -200% -500%;
-ms-transform-origin: -200% -500%;
transform-origin: -200% -500%;
pointer-events: none;
}
| 0.510008 | 0.070049 |
.projectLand {
height: 45vh;
position: relative;
}
.projectContainer {
margin-top: 35vh;
grid-column: 4/span 3;
}
.projectHeader {
text-align: right;
grid-column: 2/span 2;
/* margin-top: 35vh; */
margin-top: 15vh;
}
#projectIntro {
transition: 1.5s all;
color:#0E072E;
}
.projectTitle {
font-family: "Helvetica Neue";
font-size: 32px;
font-weight: bolder;
}
.projectDescription {
font-size: 16px;
margin-top: 16px;
border-bottom: 2px solid 4px;
font-family: "Roboto Mono"
}
.projectContent {
margin-bottom: 80px;
color: #0E072E
}
.projectContent > h3 {
font-weight: normal;
font-size: 20px;
}
.projectContent > h4 {
font-weight: bold;
font-family: "Roboto mono";
letter-spacing: .5px
}
.projectContent > p {
font-size: 14px;
letter-spacing: .25px;
}
.projectContent > blockquote > h3 {
font-weight: normal;
}
.projectContent > blockquote {
border-left: 2px solid #0E072E;
padding-left: 1.45rem;
letter-spacing: 1px;
padding: 20px;
margin: 32px 0!important;
}
.featuredImage {
margin-bottom: 40px;
}
.projectSummary {
text-align: right;
font-family: "Roboto Mono";
font-size: 14px;
}
.projectSummary > div {
margin-left: auto;
width: 350px;
}
.projectContent> ul {
list-style: none;
}
.bolder {
font-weight: bold;
font-family: "Helvetica Neue"
}
.line {
margin-top: calc(1.45rem - 1px);
}
.projectNav {
width: 250px;
bottom: 80px;
left: 30%;
display: flex;
flex-direction: column;
z-index: 2;
margin-bottom: 80px;
}
.projectNav > a {
text-decoration: none;
color: #0E072E;
margin: 12px 0;
font-family: "roboto mono";
}
.projectNav > a:hover {
font-weight: bold;
/* font-size: 18px; */
}
.projectNav:nth-child(1n) {
text-align: left;
}
.projectNav:nth-child(2n){
text-align: right;
}
/* ----------- Desktop ----------- */
@media only screen and (min-width: 768px){
.projectLand {
height: 45vh;
position: relative;
}
.projectContainer {
margin-top: 35vh;
grid-column: 4/span 3;
}
.projectHeader {
text-align: right;
grid-column: 2/span 2;
margin-top: 35vh;
}
#projectIntro {
transition: 1.5s all;
color:#0E072E;
}
.projectContent {
margin-bottom: 80px;
color: #0E072E
}
.projectContent > blockquote {
border-left: 2px solid #0E072E;
padding-left: 1.45rem;
letter-spacing: 1px;
padding: 20px;
margin: 32px 0!important;
}
.projectSummary > div {
margin-left: auto;
width: 350px;
}
.line {
margin-top: calc(1.45rem - 1px);
}
.projectNav {
width: 250px;
bottom: 80px;
left: 30%;
display: flex;
flex-direction: column;
z-index: 2;
margin-bottom: 80px;
}
.projectNav:nth-child(1n) {
text-align: left;
}
.projectNav:nth-child(2n){
text-align: right;
}
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen
/* and (min-device-width: 375px) */
and (max-device-width: 667px)
/* and (-webkit-min-device-pixel-ratio: 2) */
{
.projectHeader{
margin-bottom: 32px;
}
.projectContainer {
margin-top: 0
}
.projectNav {
width: 100%;
padding-right: 32px
}
.projectNav:nth-child(1n) {
text-align: right;
}
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1){
.projectSummary > div {
width: auto;
}
.projectHeader {
margin-top: 10vh;
grid-column: 1/span 3;
}
.projectContainer {
margin-top: 10vh;
grid-column: 4/span 4;
}
}
|
src/templates/project.module.css
|
.projectLand {
height: 45vh;
position: relative;
}
.projectContainer {
margin-top: 35vh;
grid-column: 4/span 3;
}
.projectHeader {
text-align: right;
grid-column: 2/span 2;
/* margin-top: 35vh; */
margin-top: 15vh;
}
#projectIntro {
transition: 1.5s all;
color:#0E072E;
}
.projectTitle {
font-family: "Helvetica Neue";
font-size: 32px;
font-weight: bolder;
}
.projectDescription {
font-size: 16px;
margin-top: 16px;
border-bottom: 2px solid 4px;
font-family: "Roboto Mono"
}
.projectContent {
margin-bottom: 80px;
color: #0E072E
}
.projectContent > h3 {
font-weight: normal;
font-size: 20px;
}
.projectContent > h4 {
font-weight: bold;
font-family: "Roboto mono";
letter-spacing: .5px
}
.projectContent > p {
font-size: 14px;
letter-spacing: .25px;
}
.projectContent > blockquote > h3 {
font-weight: normal;
}
.projectContent > blockquote {
border-left: 2px solid #0E072E;
padding-left: 1.45rem;
letter-spacing: 1px;
padding: 20px;
margin: 32px 0!important;
}
.featuredImage {
margin-bottom: 40px;
}
.projectSummary {
text-align: right;
font-family: "Roboto Mono";
font-size: 14px;
}
.projectSummary > div {
margin-left: auto;
width: 350px;
}
.projectContent> ul {
list-style: none;
}
.bolder {
font-weight: bold;
font-family: "Helvetica Neue"
}
.line {
margin-top: calc(1.45rem - 1px);
}
.projectNav {
width: 250px;
bottom: 80px;
left: 30%;
display: flex;
flex-direction: column;
z-index: 2;
margin-bottom: 80px;
}
.projectNav > a {
text-decoration: none;
color: #0E072E;
margin: 12px 0;
font-family: "roboto mono";
}
.projectNav > a:hover {
font-weight: bold;
/* font-size: 18px; */
}
.projectNav:nth-child(1n) {
text-align: left;
}
.projectNav:nth-child(2n){
text-align: right;
}
/* ----------- Desktop ----------- */
@media only screen and (min-width: 768px){
.projectLand {
height: 45vh;
position: relative;
}
.projectContainer {
margin-top: 35vh;
grid-column: 4/span 3;
}
.projectHeader {
text-align: right;
grid-column: 2/span 2;
margin-top: 35vh;
}
#projectIntro {
transition: 1.5s all;
color:#0E072E;
}
.projectContent {
margin-bottom: 80px;
color: #0E072E
}
.projectContent > blockquote {
border-left: 2px solid #0E072E;
padding-left: 1.45rem;
letter-spacing: 1px;
padding: 20px;
margin: 32px 0!important;
}
.projectSummary > div {
margin-left: auto;
width: 350px;
}
.line {
margin-top: calc(1.45rem - 1px);
}
.projectNav {
width: 250px;
bottom: 80px;
left: 30%;
display: flex;
flex-direction: column;
z-index: 2;
margin-bottom: 80px;
}
.projectNav:nth-child(1n) {
text-align: left;
}
.projectNav:nth-child(2n){
text-align: right;
}
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen
/* and (min-device-width: 375px) */
and (max-device-width: 667px)
/* and (-webkit-min-device-pixel-ratio: 2) */
{
.projectHeader{
margin-bottom: 32px;
}
.projectContainer {
margin-top: 0
}
.projectNav {
width: 100%;
padding-right: 32px
}
.projectNav:nth-child(1n) {
text-align: right;
}
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1){
.projectSummary > div {
width: auto;
}
.projectHeader {
margin-top: 10vh;
grid-column: 1/span 3;
}
.projectContainer {
margin-top: 10vh;
grid-column: 4/span 4;
}
}
| 0.3512 | 0.120672 |
.infobanner {
border-radius: 30px;
background: #{{ site.data.template.color.tertiary }};
color: #ffffff;
padding: 20px;
}
.infobanner p a {
color: #ffffff;
}
.infobanner p a:hover,
.infobanner p a:focus,
.infobanner p a:active,
.infobanner p a.active {
color: #ffffff;
}
/********************************/
/* Quote Banner */
/********************************/
.quotebanner {
border-radius: 30px;
background: #{{ site.data.template.color.quad }};
color: #000000;
padding: 20px;
}
.quotebanner p a {
color: #000000;
}
.quotebanner p a:hover,
.quotebanner p a:focus,
.quotebanner p a:active,
.quotebanner p a.active {
color: #000000;
}
/********************************/
/* 2022 */
/********************************/
/* Colour of text in font awesome icons */
.text-primary {
color: #{{ site.data.template.color.primary }}; !important;
}
/* Address information in footer bar */
.address {
font-size: 0.9rem;
line-height: 1.75;
text-align: center;
color: #ffffff;
}
/* Add spacing for content section headings */
.service-heading {
margin: 0.5rem 0;
text-transform: none;
}
/* Ensure social logs are primary color */
.btn-social {
color: #{{ site.data.template.color.primary }};
}
/* Add padding to header (carousel or other page headers) to give space for nav*/
header {
padding-top: 100px;
}
/********************************/
/* Carousel 2022 */
/********************************/
.carousel-fade {
position: relative;
height: 100vh;
}
.carousel-fade .carousel-inner .carousel-item {
height: 100vh;
}
.carousel-fade .carousel-inner .carousel-item .hero {
opacity: 0;
-webkit-transition: 4s all ease-in-out .1s;
-moz-transition: 4s all ease-in-out .1s;
-ms-transition: 4s all ease-in-out .1s;
-o-transition: 4s all ease-in-out .1s;
transition: 4s all ease-in-out .1s;
}
.carousel-fade .carousel-inner .carousel-item.active .hero {
opacity: 1;
-webkit-transition: 4s all ease-in-out .1s;
-moz-transition: 4s all ease-in-out .1s;
-ms-transition: 4s all ease-in-out .1s;
-o-transition: 4s all ease-in-out .1s;
transition: 4s all ease-in-out .1s;
}
.carousel-fade .slides .slide-1,
.carousel-fade .slides .slide-2,
.carousel-fade .slides .slide-3,
.carousel-fade .slides .slide-4 {
height: 100vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.carousel-fade .slides .slide-1 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
/*url('/assets/images/carousel/wait-1052487_1920.jpg'); */
url('/assets/images/carousel/wait-1052487_1920.avif');
}
.carousel-fade .slides .slide-2 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
url('/assets/images/carousel/towers-88514.avif');
}
.carousel-fade .slides .slide-3 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
url('/assets/images/carousel/clouds.avif');
}
.carousel-fade .slides .slide-4 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
url('/assets/images/carousel/negative-space-6618.avif');
}
/*
.overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
background-color: #bfbfbf;
opacity: .5;
}
*/
.hero {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,.75);
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
/* Alter size of carousel hero image text depending on window size */
.hero h1 {
font-size: 6em;
font-weight: bold;
margin: 0;
padding: 0;
}
.hero h3 {
font-size: 1.75em;
}
@media screen and (max-width: 1200px){
.hero h1 { font-size: 6em; }
.hero h3 { font-size: 1.75em; }
}
@media screen and (max-width: 980px){
.hero h1 { font-size: 4em; }
.hero h3 { font-size: 1.5em; }
}
@media screen and (max-width: 768px){
.hero h1 { font-size: 3em; }
.hero h3 { font-size: 1.25em; }
}
@media screen and (max-width: 640px){
.hero h1 { font-size: 2em; }
.hero h3 { font-size: 1em; }
}
@media screen and (min-width: 980px){
.hero { width: 980px; }
}
/* Carousel hero Read More button */
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
color: #f5f5f5;
background-color: #395C82;
border-color: #395C82;
outline: none;
margin: 20px auto;
}
/* Alter size of section headings on window size */
@media screen and (max-width: 1200px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 2.5rem;}
}
@media screen and (max-width: 980px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 2.5rem;}
}
@media screen and (max-width: 768px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 1.75rem;}
}
@media screen and (max-width: 640px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 1.25rem;}
}
/* Alter size of timeline font awesome icons with window size */
@media screen and (max-width: 1200px){
.timeline > li .timeline-image {font-size: 1em;}
}
@media screen and (max-width: 980px){
.timeline > li .timeline-image {font-size: 0.5em;}
}
@media screen and (max-width: 768px){
.timeline > li .timeline-image {font-size: 0.5em;}
}
@media screen and (max-width: 640px){
.timeline > li .timeline-image {font-size: 0.5em;}
}
/* Add small button for privacy policy*/
.btn-privacy {
border-color: #{{ site.data.template.color.primary }};
/* text-transform: uppercase; */
font-family: {{ site.data.template.font.primary }};
font-weight: 50;
color: #000;
background-color: Transparent;
border: none;
overflow: hidden;
outline:none;
}
/* Privacy policy model text alignment */
.privacyModal {
text-align=left;
}
/* Custom button for Projects pages. Contact button or links.*/
.btn.btn-contact,
.btn.btn-contact:hover,
.btn.btn-contact:focus {
color: #f5f5f5;
background-color: #{{ site.data.template.color.tertiary }};
border-color: #{{ site.data.template.color.tertiary }};
outline: none;
margin: 20px auto;
}
|
_includes/css/rockport.css
|
.infobanner {
border-radius: 30px;
background: #{{ site.data.template.color.tertiary }};
color: #ffffff;
padding: 20px;
}
.infobanner p a {
color: #ffffff;
}
.infobanner p a:hover,
.infobanner p a:focus,
.infobanner p a:active,
.infobanner p a.active {
color: #ffffff;
}
/********************************/
/* Quote Banner */
/********************************/
.quotebanner {
border-radius: 30px;
background: #{{ site.data.template.color.quad }};
color: #000000;
padding: 20px;
}
.quotebanner p a {
color: #000000;
}
.quotebanner p a:hover,
.quotebanner p a:focus,
.quotebanner p a:active,
.quotebanner p a.active {
color: #000000;
}
/********************************/
/* 2022 */
/********************************/
/* Colour of text in font awesome icons */
.text-primary {
color: #{{ site.data.template.color.primary }}; !important;
}
/* Address information in footer bar */
.address {
font-size: 0.9rem;
line-height: 1.75;
text-align: center;
color: #ffffff;
}
/* Add spacing for content section headings */
.service-heading {
margin: 0.5rem 0;
text-transform: none;
}
/* Ensure social logs are primary color */
.btn-social {
color: #{{ site.data.template.color.primary }};
}
/* Add padding to header (carousel or other page headers) to give space for nav*/
header {
padding-top: 100px;
}
/********************************/
/* Carousel 2022 */
/********************************/
.carousel-fade {
position: relative;
height: 100vh;
}
.carousel-fade .carousel-inner .carousel-item {
height: 100vh;
}
.carousel-fade .carousel-inner .carousel-item .hero {
opacity: 0;
-webkit-transition: 4s all ease-in-out .1s;
-moz-transition: 4s all ease-in-out .1s;
-ms-transition: 4s all ease-in-out .1s;
-o-transition: 4s all ease-in-out .1s;
transition: 4s all ease-in-out .1s;
}
.carousel-fade .carousel-inner .carousel-item.active .hero {
opacity: 1;
-webkit-transition: 4s all ease-in-out .1s;
-moz-transition: 4s all ease-in-out .1s;
-ms-transition: 4s all ease-in-out .1s;
-o-transition: 4s all ease-in-out .1s;
transition: 4s all ease-in-out .1s;
}
.carousel-fade .slides .slide-1,
.carousel-fade .slides .slide-2,
.carousel-fade .slides .slide-3,
.carousel-fade .slides .slide-4 {
height: 100vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.carousel-fade .slides .slide-1 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
/*url('/assets/images/carousel/wait-1052487_1920.jpg'); */
url('/assets/images/carousel/wait-1052487_1920.avif');
}
.carousel-fade .slides .slide-2 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
url('/assets/images/carousel/towers-88514.avif');
}
.carousel-fade .slides .slide-3 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
url('/assets/images/carousel/clouds.avif');
}
.carousel-fade .slides .slide-4 {
background-image:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),
url('/assets/images/carousel/negative-space-6618.avif');
}
/*
.overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
background-color: #bfbfbf;
opacity: .5;
}
*/
.hero {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,.75);
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
/* Alter size of carousel hero image text depending on window size */
.hero h1 {
font-size: 6em;
font-weight: bold;
margin: 0;
padding: 0;
}
.hero h3 {
font-size: 1.75em;
}
@media screen and (max-width: 1200px){
.hero h1 { font-size: 6em; }
.hero h3 { font-size: 1.75em; }
}
@media screen and (max-width: 980px){
.hero h1 { font-size: 4em; }
.hero h3 { font-size: 1.5em; }
}
@media screen and (max-width: 768px){
.hero h1 { font-size: 3em; }
.hero h3 { font-size: 1.25em; }
}
@media screen and (max-width: 640px){
.hero h1 { font-size: 2em; }
.hero h3 { font-size: 1em; }
}
@media screen and (min-width: 980px){
.hero { width: 980px; }
}
/* Carousel hero Read More button */
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
color: #f5f5f5;
background-color: #395C82;
border-color: #395C82;
outline: none;
margin: 20px auto;
}
/* Alter size of section headings on window size */
@media screen and (max-width: 1200px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 2.5rem;}
}
@media screen and (max-width: 980px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 2.5rem;}
}
@media screen and (max-width: 768px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 1.75rem;}
}
@media screen and (max-width: 640px){
.page-section h2.section-heading, .page-section .section-heading.h2 {font-size: 1.25rem;}
}
/* Alter size of timeline font awesome icons with window size */
@media screen and (max-width: 1200px){
.timeline > li .timeline-image {font-size: 1em;}
}
@media screen and (max-width: 980px){
.timeline > li .timeline-image {font-size: 0.5em;}
}
@media screen and (max-width: 768px){
.timeline > li .timeline-image {font-size: 0.5em;}
}
@media screen and (max-width: 640px){
.timeline > li .timeline-image {font-size: 0.5em;}
}
/* Add small button for privacy policy*/
.btn-privacy {
border-color: #{{ site.data.template.color.primary }};
/* text-transform: uppercase; */
font-family: {{ site.data.template.font.primary }};
font-weight: 50;
color: #000;
background-color: Transparent;
border: none;
overflow: hidden;
outline:none;
}
/* Privacy policy model text alignment */
.privacyModal {
text-align=left;
}
/* Custom button for Projects pages. Contact button or links.*/
.btn.btn-contact,
.btn.btn-contact:hover,
.btn.btn-contact:focus {
color: #f5f5f5;
background-color: #{{ site.data.template.color.tertiary }};
border-color: #{{ site.data.template.color.tertiary }};
outline: none;
margin: 20px auto;
}
| 0.299515 | 0.224278 |
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
}
a {
color: #222222;
text-decoration: none;
position: relative;
font-family: 'Roboto', sans-serif;
}
img {
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, h5, h6 {
color: #222222;
font-family: 'Roboto', sans-serif;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
letter-spacing: .025em;
line-height: 1.6;
}
.form-control {
border-radius: 0
}
.pb-120 {
padding-bottom: 120px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-110 {
margin-top: 110px !important;
}
.mt-110 {
margin-top: 110px !important;
}
.mt-130 {
margin-top: 130px !important;
}
.mt-140 {
margin-top: 140px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.overlay {
background-color: rgb(0, 0, 0);
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
}
.op-1 {
opacity: 0.1;
}
.op-7 {
opacity: 0.7;
}
/*-----------------------------------------------------------
Typography
-------------------------------------------------------------*/
body {
color: #888;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 300;
overflow-x: hidden !important;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
p {
font-size: 15px;
font-weight: 400;
line-height: 1.8;
margin-bottom: 0;
}
li {
font-size: 13px;
font-weight: 400;
line-height: 30px;
list-style: none !important;
}
.section-title.v1 {
text-align: center;
}
.section-title.v3 p, .section-title.v2 p, .section-title.v1 p {
font-size: 16px;
color: #6449e7;
}
.section-title h2 {
font-size: 30px;
margin-bottom: 50px;
font-family: 'Roboto', sans-serif;
position: relative;
display: inline-block;
line-height: 1;
}
.section-title.v1 h2 {
color: #222222;
line-height: 1.4;
text-transform: capitalize;
}
/*-----------------------------------------------------------
Buttons & Links
-------------------------------------------------------------*/
.link-hov.style2 {
color: #555;
transition: 0.5s;
position: relative;
font-size: 14px;
font-weight: 400;
}
.link-hov.style2:before {
position: absolute;
top: 100%;
left: 0;
width: 0%;
height: 1px;
content: "";
background: #555;
visibility: hidden;
opacity: 0;
width: 0;
transition: 0.4s;
}
.slider-btn.v2 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
position: absolute;
z-index: 999;
background: #fff;
color: #333;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
cursor: pointer;
}
.slider-btn.v2 i, .slider-btn.v2 i {
line-height: 50px;
font-size: 18px;
}
.btn.v3 {
background: #6449E7;
padding: 9px 15px;
border-radius: 3px;
border: 1px solid transparent;
color: #fff !important;
transition: 0.3s;
display: inline-block;
font-size: 15px;
font-weight: 400;
}
.btn.v3 i {
margin-right: 8px;
}
.btn.v6 {
background: transparent;
padding: 9px 15px;
border-radius: 3px;
border: 1px solid #fff;
color: #fff !important;
transition: 0.3s;
font-size: 15px;
text-transform: capitalize;
}
.btn.v6 i {
margin-right: 8px;
font-size: 16px;
}
.btn.v6:hover {
background: #fff;
color: #6449e7 !important;
border: 1px solid transparent;
}
.btn.v8 {
background: #6449e7;
padding: 11px 20px;
text-align: center;
border-radius: 3px;
border: 1px solid transparent;
color: #fff;
transition: 0.3s;
font-size: 15px;
font-weight: 400;
display: block;
width: 100%;
transition: 0.3s;
}
.btn.v9 {
font-weight: 400;
border: 1px solid #bfbfbf;
color: #888;
padding: 12px 16px;
line-height: 1.2;
font-size: 15px;
transition: 0.4s;
background: transparent;
}
.social-buttons {
padding-left: 0;
}
.social-buttons li {
display: inline-block;
padding: 0 10px;
}
.social-buttons li:first-child {
padding-left: 0;
}
.social-buttons li a i {
color: #fff;
transition: 0.5s;
}
.bg-orange {
background-color: #fa6742 !important;
}
.bg-h {
background-position: center;
background-size: cover;
height: 450px;
}
/*-----------------------------------------------------------
Fixed header
-------------------------------------------------------------*/
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
transition: 0.7s;
}
.header.hide {
top: -100px;
visibility: hidden;
transition: 0.7s;
}
.header.transparent.scroll {
padding: 0;
transition: 0.7s;
z-index: 9999;
}
.header.transparent.scroll .site-navbar-wrap.v1 {
background-color: rgba(0, 0, 0, 0.7);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.header.transparent.scroll .site-navbar-wrap.v1 .add-list .btn.v8 {
background: #fff;
color: #000 !important;
}
/*-----------------------------------------------------------
Menu
-------------------------------------------------------------*/
.navbar-brand {
color: #fff;
}
.site-navbar-wrap {
z-index: 99;
transition: 0.3s all ease;
}
.site-navbar-wrap .navbar-brand {
padding: 0;
max-width: 150px;
margin-right: 0;
line-height: 1.2;
}
.site-navbar-wrap.v1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-navbar-wrap.scrolled {
padding: 0px 0;
box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}
.site-navbar-top {
display: none;
font-size: 0.8rem;
background: #1e7e34;
}
.site-navbar-top a {
color: #fff;
}
.site-navbar-top .text-with-icon {
color: rgba(255, 255, 255, 0.5);
}
.site-navbar-top,
.site-navbar {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-navbar {
margin-bottom: 0px;
width: 100%;
border-bottom: none;
}
.site-navbar .site-logo {
font-weight: 200;
}
.site-navbar .site-logo a {
font-weight: 200;
font-size: 26px;
color: #000;
}
.site-navbar .site-navigation .site-menu {
margin-bottom: 0;
}
.site-menu>li {
position: relative;
}
.site-menu>li>a::before {
background-color: #6449e7;
position: absolute;
top: -20px;
left: 0;
width: 0%;
height: 2px;
content: "";
transition: 0.5s;
}
.site-menu>li>a.active::before {
background-color: #6449e7;
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 2px;
content: "";
transition: 0.5s;
}
.site-menu>li>a:hover:before {
width: 100%;
}
.site-navbar-wrap.v1 .site-menu>li::before {
background: #fff;
}
.site-navbar-wrap.v2 .site-menu>li::before {
background: #6449e7;
}
.site-navbar .site-navigation .site-menu .active>a {
color: #000;
}
.user-menu li a {
padding-left: 5px !important;
padding-right: 0 !important;
}
.user-menu li a {
background: #6449E7;
color: #fff !important;
border-radius: 20px;
transition: 0.4s;
padding: 10px 20px !important
}
.user-menu li a:hover {
background: #fff;
color: #333 !important;
}
.site-navbar .site-navigation .site-menu>li {
display: inline-block;
padding: 10px 15px;
}
.site-navbar-wrap.v1 .site-navbar .site-navigation .site-menu>li>a {
color: #fff;
font-size: 15px;
font-weight: 500;
text-decoration: none !important;
}
.menu-btn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
.user-login-wrap {
margin-left: 20px;
}
.site-navbar-wrap.v1 .user-login-wrap a {
color: #fff;
font-size: 15px;
}
.user-btn li {
display: inline-block;
position: relative;
margin-left: 15px;
}
.user-btn li a {
display: inline-block;
text-align: center;
position: relative;
transition: 0.5s;
width: 30px;
}
.user-btn span {
position: absolute;
width: 18px;
height: 18px;
background: #6449e7;
border-radius: 50%;
text-align: center;
line-height: 18px;
color: #fff;
font-size: 10px;
top: -3px;
right: -10px;
}
.user-btn li a i {
color: #6449e7;
font-size: 14px;
font-weight: 700;
transition: 0.5s;
}
.user-btn.v2 li a {
background: transparent;
}
.user-btn.v2 li a i {
color: #fff;
}
.user-btn li a:hover {
border-color: #6449e7;
}
.user-btn li a:hover i {
color: #6449e7;
}
.user-btn.v2 li a:hover {
border-color: #fff;
}
.user-btn.v2 li a:hover i {
color: #fff;
}
.add-list {
text-align: right;
}
.site-navbar-wrap.v2 {
border-bottom: 1px solid rgba(153, 153, 153, 0.22);
padding: 10px 0;
background-color: #fff;
}
.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu>li>a {
color: #222222;
}
.site-navbar .site-navigation .site-menu>li>a:hover {
color: #000;
}
.site-navbar .site-navigation .site-menu>li:last-child {
padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
position: relative;
}
.has-children a {
font-size: 15px;
font-weight: 300;
}
.site-navbar .site-navigation .site-menu .has-children>a {
position: relative;
font-size: 15px;
font-weight: 500;
display: block;
}
.dropdown>.has-children>a::before {
position: absolute !important;
content: "\e876" !important;
color: #222222 !important;
font-family: "Linearicons-Free";
top: 11px !important;
right: 3px !important;
font-size: 10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 122%;
left: -12%;
position: absolute;
text-align: left;
margin-top: 20px;
margin-left: 0px;
background: #fff;
transition: 0.4s 0s;
z-index: 999;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.05);
position: absolute;
min-width: 15.3rem;
z-index: 9999;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li {
position: relative;
padding: 5px 20px;
}
.dropdown.sub-menu {
position: absolute;
min-width: 15.5rem !important;
z-index: 9999;
}
.dropdown li a:hover {
margin-left: 5px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #000;
border-width: 7px;
margin-left: -7px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
text-transform: none;
letter-spacing: normal;
transition: 0s all;
color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
color: #28a745 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
border-bottom: 1px solid #f5f6f7;
list-style: none;
margin: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li:last-child {
border-bottom: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
display: block;
color: #888;
transition: 0.3s;
line-height: 1.5;
font-size: 14px;
font-weight: 500;
padding: 10px 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
color: #222222;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
content: "\f10a";
right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
left: 100%;
top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown.sub-menu {
top: 2% !important;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
transition-delay: 0s;
margin-top: -1px;
visibility: visible;
opacity: 1;
}
.site-mobile-menu {
width: 320px;
position: fixed;
right: 0;
top: 0;
z-index: 20000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
transform: translateX(110%);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
transform: translateX(0%);
}
.mobile-bar span {
font-size: 28px;
border-radius: 4px;
}
.site-navbar-wrap.v1 .mobile-bar span {
color: #fff;
}
.site-navbar-wrap.v2 .mobile-bar span {
color: #000;
}
.site-mobile-menu-close.js-menu-toggle span {
color: #000;
margin-right: 15px;
font-size: 25px !important;
}
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll !important;
position: relative;
padding: 20px 30px;
height: calc(100vh - 52px);
padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.site-mobile-menu .site-nav-wrap a {
padding: 15px 0;
display: block;
position: relative;
color: #212529;
font-weight: 500;
}
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block;
}
.site-mobile-menu .site-nav-wrap li.active>a {
color: #28a745;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "Linearicons-Free";
content: "\e874";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-180deg);
transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap>li {
display: block;
position: relative;
float: left;
width: 100%;
}
.site-mobile-menu .site-nav-wrap>li>a {
font-size: 16px;
}
.site-mobile-menu .site-nav-wrap>li>ul {
padding: 0;
margin: 0;
list-style: none;
}
.site-mobile-menu .site-nav-wrap>li>ul>li {
display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>a {
padding-left: 40px;
font-size: 16px;
color: #888;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
padding: 0;
margin: 0;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
font-size: 16px;
padding-left: 60px;
}
#user-login-popup .modal-dialog {
max-width: 850px;
}
.header-text.v1 {
text-align: center
}
.header-text.v1 h1 {
margin-bottom: 30px;
}
.header-text.v1 h1, .header-text.v2 h1 {
font-size: 35px;
color: #fff;
line-height: 1.2;
text-transform: capitalize;
}
/*---------------------------------------------------
Hero Area
---------------------------------------------------- */
.hero {
background-size: cover;
position: relative;
display: flex;
align-items: center;
height: 750px;
padding: 20rem 0 12.5rem;
transition: all 0.5s ease-in-out;
}
.hero__form {
position: relative;
}
.hero__form.v1 {
background: #fff;
border-top-left-radius: 0;
padding: 15px;
}
.hero__form.v1 .custom-select.hero__form-input {
line-height: 25px !important;
font-size: 15px;
}
.hero__form select {
height: 3.3125rem;
}
.hero__form-input {
border: 1px solid transparent;
border-bottom: 1px solid #ddd;
margin-right: 0.625rem;
color: #333;
font-size: 0.9rem;
font-weight: 400;
background: transparent;
outline: none;
border-radius: 0px;
transition: all 0.2s ease-in-out;
margin-bottom: 0;
padding: 10px;
}
.listing-input.hero__form-input.custom-select {
height: 45px;
border-radius: 3px;
border: 1px solid #ddd;
}
.listing-input.custom-select {
line-height: 26px;
}
.input-search {
position: relative;
}
.input-search:before {
color: #222222;
position: absolute;
top: 10px;
left: 15px;
content: "\e86f";
font-family: "Linearicons-Free";
font-size: 18px;
}
.listing-filter input[type="text"] {
padding: 4px 15px 0 45px;
width: 100%;
border: 1px solid #ddd;
border-radius: 3px;
height: 45px;
}
.hero__form .hero__form-input {
position: relative;
border: 1px solid #ddd;
border-radius: 3px;
}
.hero__form .custom-select.hero__form-input {
font-size: 15px;
height: 45px;
background: #fff;
line-height: 25px;
}
.bgimg-area .bgimg-container {
position: relative;
overflow: hidden;
width: 100%;
height: 650px;
z-index: 0;
}
.bgimg-area.v1 {
height: 100vh;
}
.bgimg-area.v1 .bgimg-content {
z-index: 1001;
padding-top: 200px;
}
.bgimg-area.v1 .overlay {
z-index: 1001;
}
.bgimg-area.v1 .bgimg-container {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.bgimg-area.v1 #bgimg-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: url(../img/banner-music.html);
background-size: cover;
overflow: hidden;
z-index: 999;
}
/*----------Form----------*/
.custom-select {
background-color: transparent;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: inline-block;
font-size: 15px;
line-height: 36px;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
user-select: none;
}
.custom-select .dropdown-toggle, .custom-select:hover .dropdown-toggle {
background-color: transparent;
border: none;
font-size: 14px;
height: 45px;
line-height: 45px;
padding: 0 15px;
}
.custom-select .dropdown-toggle:after {
border: none;
content: '\e874';
font-family: "Linearicons-Free";
display: block;
line-height: 45px;
pointer-events: none;
position: absolute;
right: 10%;
top: 0;
font-size: 10px;
font-weight: 700;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom-select, .custom-select:focus {
border: 1px solid #888;
box-shadow: none;
outline: none;
height: 45px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
color: #888;
}
/*--------------------------------------------
Buy or Sell Section
----------------------------------------------*/
.category-section {
position: relative;
display: flex;
align-items: center;
}
.single_cat {
text-align: center;
height: 100%;
padding: 30px;
}
.single_cat img {
max-width: 35px;
}
.single_cat h4 {
font-size: 15px;
color: #fff;
font-weight: 300;
margin-top: 10px;
margin-bottom: 0;
}
.category-section.v2 .single_cat:hover p {
visibility: visible;
opacity: 1;
transform: translateY(-10px);
}
.category-section.v2 .single_cat img {
max-width: 50px;
transition: 0.4s;
}
.category-section.v2 .single_cat {
border: 1px solid rgba(217, 217, 217, 0.39);
border-radius: 3px;
padding: 30px;
transition: 0.4s;
}
.category-section.v2 .single_cat h4 {
font-size: 18px;
color: #333;
font-weight: 400;
transition: 0.4s;
}
.category-section.v2 .single_cat p {
visibility: hidden;
opacity: 0;
transition: 0.4s;
color: #333;
text-transform: capitalize;
}
.category-section.v2 .single_cat h4 {
font-size: 18px;
color: #6449e7;
}
.trending-places .swiper-container, .property-place .swiper-container {
padding: 0 15px;
}
.property-place {
background-repeat: no-repeat;
background-position: bottom;
position: relative;
}
.single-place-image {
position: relative;
overflow: hidden;
}
.single-place-wrap {
border: 1px solid #f5f6f7;
border-radius: 3px;
position: relative;
transition: 0.5s;
overflow: hidden;
box-shadow: 0 35px 27px -26px rgba(211, 211, 211, 0.4);
}
.swiper-container.popular-place-wrap {
padding-bottom: 50px;
}
.swiper-container.popular-place-wrap {
padding-bottom: 50px;
}
.single-place-image img {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
width: 100%;
transition: 1s;
z-index: 9;
}
.popular-place-wrap.v1 .single-place-title, .popular-place-wrap.v2 .single-place-title {
font-size: 12px;
position: absolute;
top: 30px;
left: 30px;
}
.single-place-title {
display: inline-block;
background: #fff;
color: #333 !important;
line-height: 1;
padding: 8px 10px 8px;
border-radius: 1px;
letter-spacing: 0.04rem;
font-weight: 500 !important;
text-transform: uppercase;
z-index: 100;
}
.single-place-title1 {
font-size: 12px;
position: absolute;
top: 30px;
right: 30px;
display: inline-block;
background: #FA6742;
color: #333 !important;
line-height: 1;
padding: 8px 10px 8px;
border-radius: 1px;
letter-spacing: 0.04rem;
font-weight: 500 !important;
z-index: 100;
}
.single-place-content {
padding: 30px;
background: #fff;
border-radius: 5px;
box-shadow: 0px 35px 30px -11px rgba(221, 221, 221, 1);
}
.single-place-content h3 {
line-height: 1.2;
margin-bottom: 10px;
font-size: 20px;
font-weight: 500;
}
.single-place-content h3 span {
margin-right: 5px;
}
.single-place-content a {
font-weight: 400;
font-size: 14px;
color: #888;
}
.single-place-content a i {
margin-left: 3px;
font-size: 15px;
transition: 0.3s;
vertical-align: middle;
}
.popular-next, .popular-prev {
top: 35%;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
transform: translateY(-35%);
}
.popular-prev {
left: 4.1%;
}
.popular-next {
right: 4.1%;
}
.featured-property-wrap.v2 .swiper-button-disabled, .similar-listing .swiper-button-disabled, .popular-place-wrap .swiper-button-disabled {
display: none;
transition: 0.5s;
}
/*----------------------------------------
Call to Action
----------------------------------------*/
.call-to-action {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
.call-to-action.consult-form .overlay {
background: #6449e7;
}
.action-title {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.action-title h2 {
color: #fff;
font-size: 38px;
font-weight: 500;
line-height: 1.2;
}
.action-title p {
color: #FFF;
margin-bottom: 30px;
}
.call-to-action.consult-form.v1 .form-group {
margin-bottom: 30px;
}
/*------------------------------------------
Consulting form
-----------------------------------------*/
.consult-form .listing-input.hero__form-input.custom-select {
height: 45px;
border-radius: 3px;
border-color: #ddd;
background: #fff;
}
.consult-form .btn.v8 {
background: transparent;
border: 1px solid #ddd;
}
/*------------------------------------------
Partner section
-----------------------------------------*/
.single-partner {
text-align: center;
opacity: 0.5;
transition: all 0.3s;
}
.value-input-wrap {
position: relative;
}
.value-input-wrap input[type="text"] {
border: 1px solid #f5f6f7;
border-radius: 5px;
padding: 15px 15px;
position: relative;
width: 100%;
box-shadow: 0 9px 15px rgba(221, 221, 221, 0.77);
color: #888;
}
.value-input-wrap button {
position: absolute;
right: 0;
background: transparent;
border: none;
background: #fa6742;
color: #fff;
padding: 11px 13px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
font-size: 16px;
font-weight: 400;
cursor: pointer;
line-height: 31px;
}
.value-input-wrap.newsletter input[type="text"] {
border-radius: 3px;
padding: 8px 15px;
}
.value-input-wrap.newsletter button {
padding: 10px 15px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
font-size: 14px;
font-weight: 400;
line-height: 19px;
}
/*----------------------------------
Scroll-to-top
-------------------------------------*/
.scrolltotop {
border: 2px solid #ddd;
border-radius: 50%;
bottom: 40px;
cursor: pointer;
display: none;
font-size: 15px;
height: 35px;
text-align: center;
position: fixed;
right: 30px;
width: 35px;
z-index: 999;
background: transparent;
line-height: 35px;
}
/*----------------------------------------------
Footer section
-----------------------------------------------*/
.footer-wrapper {
position: relative;
padding-top: 50px;
}
.footer-wrapper.v2 {
background: #6449e7;
}
.footer-content.nav {
display: inline-block;
text-align: left;
}
.footer-logo {
margin-top: 15px;
}
.footer-logo img {
margin-bottom: 18px;
max-width: 200px
}
.footer-top-area .container {
padding-bottom: 30px;
}
.footer-social-wrap p {
color: #fff;
margin-top: 50px;
margin-bottom: 15px;
}
.footer-bottom-area {
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom-area p {
font-size: 13px;
letter-spacing: 1px;
font-weight: 400;
color: #fff;
text-align: center;
}
.footer-top-area .footer-content .title {
font-size: 20px;
color: #fff;
margin-top: 25px;
}
.footer-top-area .contact-info .icon {
font-size: 15px;
width: 30px;
text-align: center;
}
.footer-content li {
padding-bottom: 10px;
}
.footer-wrapper.v2 .footer-content ul li a.link-hov.style2 {
color: #fff;
}
.footer-wrapper.v2 .footer-content ul li a.link-hov.style2:before {
background: #ddd;
}
.footer-content ul li a.link-hov.style2:before {
background: #ddd;
}
.company-desc p {
font-size: 14px;
color: #fff;
}
.footer-content ul li a {
font-size: 15px;
}
.social-buttons.style2 li a i {
font-size: 18px;
}
.contact-info {
margin-bottom: 10px
}
.contact-info .icon {
font-size: 18px;
padding-right: 10px;
width: 30px;
color: #fff;
}
.contact-info .icon, .contact-info .text {
display: table-cell;
}
.contact-info .text, .contact-info .text a {
color: #fff;
font-size: 14px;
line-height: 1.2;
font-weight: 400 !important;
}
.footer-wrapper.v2 .company-desc p {
color: #f5f6f7;
}
.footer-wrapper.v2 .footer-top-area .footer-content .title, .footer-wrapper.v2 .contact-info .icon, .footer-wrapper.v2 .social-buttons li a i {
color: #f5f6f7;
}
.footer-wrapper.v2 .contact-info .text, .footer-wrapper.v2 .contact-info .text a {
color: #f5f6f7;
font-weight: 400;
}
.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
border-radius: 50%;
width: 12px;
height: 12px;
border: none;
box-shadow: 0px 5px 13px rgba(167, 167, 167, 0.7);
cursor: pointer;
background: #6449e7;
}
.price-range.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 4px;
background: #6449E7;
}
.ui-slider-horizontal {
height: 4px;
background: #ddd;
}
.price-range.ui-widget.ui-widget-content {
border: none;
margin-left: 10px;
}
.hero__form.v1 .explore__form-checkbox-list.full-filter {
top: 100px;
padding: 15px 30px 30px 30px;
}
.explore__form-checkbox-list.full-filter {
width: 100%;
position: absolute;
top: 2px;
left: 0;
background: #fff;
padding: 25px 15px;
box-shadow: 0px 23px 16px rgba(153, 153, 153, 0.29);
z-index: 2000;
border-radius: 3px;
}
#amount_one, #amount_two {
width: 100%;
height: 30px;
border: none;
font-size: 15px;
font-weight: 400;
color: #444;
margin-left: 3px;
padding: 0;
display: inline-block;
}
.filter-input {
border: 1px solid #ddd;
margin-top: 25px;
border-radius: 3px;
width: 100%;
padding: 10px 20px;
height: 45px;
font-weight: 300;
font-size: 14px;
}
.filter-input:last-child {
padding: 5px 20px;
}
.filter-title {
position: relative;
}
.filter-title p {
font-size: 16px;
color: #444;
font-weight: 500;
line-height: 1;
}
.filter-checkbox ul {
columns: 2;
}
.filter-checkbox input[type="checkbox"] {
display: none;
}
.filter-checkbox label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 28px;
margin-right: 20px;
margin-bottom: 10px;
line-height: 21px;
font-size: 15px;
font-weight: 300;
}
.filter-checkbox label::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
position: absolute;
left: 0;
top: 1px;
background-color: #fff;
border: 1px solid #d0d0d0;
border-radius: 3px;
box-sizing: border-box;
transition: all 0.25s;
font-family: "Ionicons";
font-size: 15px;
color: #fff;
text-align: center;
line-height: 21px;
}
.full-filter .filter-checkbox label {
display: block;
}
.full-filter .filter-title p {
font-size: 17px;
font-weight: 500;
}
.full-filter .filter-title span {
display: inline-block;
}
.explore__form-checkbox-list.full-filter .filter-checkbox p {
font-size: 17px;
color: #000;
font-weight: 500;
margin-bottom: 15px;
}
.explore__form-checkbox-list.full-filter {
opacity: 0;
transition: 0.8s;
z-index: -1;
visibility: hidden;
}
.dropdown-filter {
cursor: pointer;
}
.dropdown-filter, .submit_btn {
display: inline-block;
line-height: 1;
}
.dropdown-filter {
cursor: pointer;
padding: 15px 25px 15px 25px;
}
.dropdown-filter span {
font-size: 14px;
font-weight: 400;
line-height: 1;
display: inline-block;
position: relative;
}
.dropdown-filter span::before {
color: #222;
position: absolute;
top: 0%;
right: -25%;
content: "\e874";
font-family: 'Linearicons-Free';
font-size: 10px;
font-weight: 700;
line-height: 16px;
}
.hero__form.v1 .dropdown-filter span {
border-bottom: 1px dotted #333;
color: #888;
}
.hero__form.v1 .dropdown-filter span:before {
right: -25px;
}
.submit_btn button.btn.v3 {
padding: 13px 35px;
line-height: 1.2;
border-radius: 3px;
}
.full-filter .price-range.ui-widget.ui-widget-content {
border: none;
margin-left: 10px;
}
.value-input-wrap.newsletter input[type="text"] {
box-shadow: none;
}
.list-ratings {
margin-bottom: 5px;
margin-left: 25px;
}
.list-ratings span {
color: #FFC600;
font-size: 14px;
line-height: 1.1;
}
input[type="checkbox"], input[type="radio"] {
margin-right: 10px;
}
/*--------Team section--------*/
.team-section {
position: relative;
}
.single-team-member {
position: relative;
overflow: hidden;
}
.single-team-member.agent-item {
border: 1px solid #eee;
}
.single-team-member.v1 .single-team-info {
background-color: #6449E7;
padding: 30px 15px;
position: absolute;
bottom: -100%;
opacity: 0;
transition: all 0.5s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.single-team-member.v1 .single-team-info h4 {
margin-bottom: 5px;
color: #fff;
line-height: 1.2;
}
.single-team-member.v1 .single-team-info span {
color: #FFF;
font-weight: 400;
display: inline-block;
margin-bottom: 5px;
}
.single-team-member.v1 .single-team-info .social-buttons.style2 {
margin-top: 8px;
}
.single-team-member.v1 .single-team-info .agent-link {
color: #fff;
border-bottom: 1px solid #fff;
margin-top: 15px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
display: inline-block;
}
.agent-content h4 {
line-height: 1.2;
margin-bottom: 10px;
font-size: 26px;
font-weight: 400;
}
.agent-content span {
margin-bottom: 15px;
display: block;
}
.agent-content .contact-info {
margin-bottom: 5px;
}
.agent-content .contact-info .icon {
font-size: 14px;
width: 25px;
}
.single-team-member.v1 {
margin-bottom: 30px;
}
.single-team-member.v1 img {
width: 100%;
}
.single-team-info span {
font-weight: 400;
}
.single-team-member.v1 h4 a {
color: #fff;
}
.hero__form.v2.filter.listing-filter .input-search, .hero__form .hero__form-input {
margin-bottom: 15px;
}
.hero__form.v1.filter.listing-filter .pr-30, .hero__form.v1.filter.listing-filter .pr-0, .hero__form.v1.filter.listing-filter.property-filter .col-md-6.pr-0, .hero__form.v4.filter.listing-filter .pr-0, .hero__form.v3.filter.listing-filter .pr-0 {
padding-right: 15px !important;
}
.hero__form.v1.filter.listing-filter .pl-0, .hero__form.v1.filter.listing-filter .pl-30, .hero__form.v1.filter.listing-filter.property-filter .col-md-6.pl-30, .hero__form.v2.filter.listing-filter .pl-0 {
padding-left: 15px !important;
}
.hero__form.v1.filter.listing-filter .dropdown-filter, .hero__form.v2.filter.listing-filter.bg-ab .dropdown-filter, .hero__form.v1.filter.listing-filter.property-filter .dropdown-filter {
float: right;
margin-right: 25px;
line-height: 1;
}
.hero__form.v1.filter.listing-filter .col-sm-12.col-12.py-3 {
padding-bottom: 15px !important;
padding-top: 0 !important;
}
.hero__form.v1.filter .custom-select.hero__form-input.custom-select {
margin-bottom: 10px !important;
}
.hero__form.v1.filter.listing-filter {
padding: 30px 32px 5px 32px;
border-radius: 0px 3px 3px 3px;
}
.container.mt-130 {
margin-top: 20px !important;
}
@media only screen and (max-width: 1024px) {
.hero__form {
padding: 30px 25px 30px 25px;
}
.single-team-member.v1 .single-team-info {
bottom: 0;
opacity: 1;
flex-direction: column;
height: auto;
padding: 15px 0;
background-color: rgba(100, 73, 231, 0.79);
}
@media only screen and (max-width: 1024px) {
.single-place-content {
bottom: 3.6rem;
}
.action-title h2 {
font-size: 28px;
}
@media only screen and (min-width: 481px) and (max-width:991px) {
.section-title {
font-size: 1.7rem;
}
.hero__form-input {
width: 100%;
}
.site-navbar-wrap.v1 {
padding: 15px 0;
}
.sm-center {
text-align: center !important;
}
.sm-right {
float: right !important;
}
.sm-left {
text-align: left !important;
}
.site-navbar-wrap.v1 {
padding: 15px 0;
}
.call-to-action.bg-h.consult-form.v1, .call-to-action.bg-h.consult-form.v2 {
height: 750px;
}
.category-section.v2 .col-md-6 {
margin-bottom: 30px;
}
.category-section.v2 .single_cat p {
visibility: visible;
opacity: 1;
transform: translateY(0px);
}
.value-input-wrap input[type="text"] {
box-shadow: 0 0px 15px rgba(221, 221, 221, 0.77);
}
.add-list {
display: none !important;
}
.sm-right {
text-align: right !important;
}
.explore__form-checkbox-list.full-filter {
left: 0%;
}
.filter-checkbox {
margin-bottom: 25px;
}
.full-filter .price-range.ui-widget.ui-widget-content {
width: 220px;
}
.nav-folderized .nav h2 {
cursor: pointer;
}
.nav-folderized ul.res-list {
max-height: 0;
overflow: hidden;
transition: 0.5s ease-out;
}
.nav-folderized .nav h2:after {
content: "\e874";
float: right;
font-family: "Linearicons-Free";
font-size: 17px;
line-height: 1;
margin-left: 10px;
position: absolute;
right: 3%;
}
.footer-top-area .footer-content .title {
margin-top: 15px;
line-height: 1;
}
.footer-logo .company-desc {
margin-bottom: 20px;
}
.action-title.sm-center {
margin-bottom: 45px;
padding: 0 35px;
}
.call-to-action.consult-form.v1 .form-group .filter-input {
margin-top: 0;
}
.sm-center {
text-align: center !important;
}
.sm-right {
float: right !important;
}
.header-text.v1 h1, .header-text.v2 h1 {
font-size: 40px;
}
.hero__form.v1.filter.listing-filter .dropdown-filter {
margin-right: 5px;
}
.site-navbar-wrap.v2.style2 .menu-btn, .site-navbar-wrap.v1 .menu-btn {
justify-content: center;
margin: 5px 0 10px 0;
}
.hero__form-input {
width: 100%;
margin-right: 0;
}
.action-title p {
margin-bottom: 30px;
}
.hero__form.v1 .explore__form-checkbox-list.full-filter {
top: 280px;
}
.call-to-action.consult-form.v1 .form-group {
margin-bottom: 15px;
}
.site-navbar-wrap.v1 .user-btn li, .site-navbar-wrap.v2 .user-btn li {
margin-left: 0;
margin-right: 25px;
}
.site-navbar-wrap.v1 .navbar-brand {
max-width: 180px;
margin-bottom: 20px;
}
.single-team-member.agent-item img {
width: 100%;
}
.single-team-info .agent-content {
padding: 30px 0;
}
.site-navbar-wrap .navbar-brand {
max-width: 180px;
}
.bgimg-area.v1 .bgimg-content {
z-index: 1001;
padding-top: 150px;
}
.nav-folderized .nav h2:after {
right: 5%;
}
.popular-next, .popular-prev {
top: 94%;
background: rgba(51, 51, 51, 0.75) !important;
}
.popular-next i, .popular-prev i {
color: #fff !important;
}
.swiper-container.popular-place-wrap {
padding-bottom: 80px;
}
.slider-btn.v2 {
width: 40px;
height: 40px;
}
.slider-btn.v2 i, .slider-btn.v2 i {
line-height: 40px;
font-size: 18px;
}
.popular-next {
left: 50%;
margin-left: 15px;
}
.popular-prev {
left: 42%;
margin-right: 15px;
}
.single_cat {
padding: 15px;
}
.single_cat img {
max-width: 30px;
}
.action-title h2 {
font-size: 24px;
}
.section-title {
font-size: 1.25rem;
}
.filter-checkbox ul {
columns: 1;
}
.list-ratings span {
font-size: 16px;
}
.trending-prev, .popular-prev, .team-prev, .partner-prev, .testimonial-prev {
left: 38%;
}
.trending-next, .popular-next, .team-next, .partner-next, .testimonial-next {
right: 38%;
}
.value-input-wrap button {
padding: 8px 13px 8px;
font-size: 14px;
line-height: 37px;
}
.single-team-member.v1 .single-team-info {
padding: 0;
}
.section-title h2 {
font-size: 24px;
}
.section-title p {
font-size: 14px;
}
|
css/style.css
|
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
}
a {
color: #222222;
text-decoration: none;
position: relative;
font-family: 'Roboto', sans-serif;
}
img {
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, h5, h6 {
color: #222222;
font-family: 'Roboto', sans-serif;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
letter-spacing: .025em;
line-height: 1.6;
}
.form-control {
border-radius: 0
}
.pb-120 {
padding-bottom: 120px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-110 {
margin-top: 110px !important;
}
.mt-110 {
margin-top: 110px !important;
}
.mt-130 {
margin-top: 130px !important;
}
.mt-140 {
margin-top: 140px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.overlay {
background-color: rgb(0, 0, 0);
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
}
.op-1 {
opacity: 0.1;
}
.op-7 {
opacity: 0.7;
}
/*-----------------------------------------------------------
Typography
-------------------------------------------------------------*/
body {
color: #888;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 300;
overflow-x: hidden !important;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
p {
font-size: 15px;
font-weight: 400;
line-height: 1.8;
margin-bottom: 0;
}
li {
font-size: 13px;
font-weight: 400;
line-height: 30px;
list-style: none !important;
}
.section-title.v1 {
text-align: center;
}
.section-title.v3 p, .section-title.v2 p, .section-title.v1 p {
font-size: 16px;
color: #6449e7;
}
.section-title h2 {
font-size: 30px;
margin-bottom: 50px;
font-family: 'Roboto', sans-serif;
position: relative;
display: inline-block;
line-height: 1;
}
.section-title.v1 h2 {
color: #222222;
line-height: 1.4;
text-transform: capitalize;
}
/*-----------------------------------------------------------
Buttons & Links
-------------------------------------------------------------*/
.link-hov.style2 {
color: #555;
transition: 0.5s;
position: relative;
font-size: 14px;
font-weight: 400;
}
.link-hov.style2:before {
position: absolute;
top: 100%;
left: 0;
width: 0%;
height: 1px;
content: "";
background: #555;
visibility: hidden;
opacity: 0;
width: 0;
transition: 0.4s;
}
.slider-btn.v2 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
position: absolute;
z-index: 999;
background: #fff;
color: #333;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
cursor: pointer;
}
.slider-btn.v2 i, .slider-btn.v2 i {
line-height: 50px;
font-size: 18px;
}
.btn.v3 {
background: #6449E7;
padding: 9px 15px;
border-radius: 3px;
border: 1px solid transparent;
color: #fff !important;
transition: 0.3s;
display: inline-block;
font-size: 15px;
font-weight: 400;
}
.btn.v3 i {
margin-right: 8px;
}
.btn.v6 {
background: transparent;
padding: 9px 15px;
border-radius: 3px;
border: 1px solid #fff;
color: #fff !important;
transition: 0.3s;
font-size: 15px;
text-transform: capitalize;
}
.btn.v6 i {
margin-right: 8px;
font-size: 16px;
}
.btn.v6:hover {
background: #fff;
color: #6449e7 !important;
border: 1px solid transparent;
}
.btn.v8 {
background: #6449e7;
padding: 11px 20px;
text-align: center;
border-radius: 3px;
border: 1px solid transparent;
color: #fff;
transition: 0.3s;
font-size: 15px;
font-weight: 400;
display: block;
width: 100%;
transition: 0.3s;
}
.btn.v9 {
font-weight: 400;
border: 1px solid #bfbfbf;
color: #888;
padding: 12px 16px;
line-height: 1.2;
font-size: 15px;
transition: 0.4s;
background: transparent;
}
.social-buttons {
padding-left: 0;
}
.social-buttons li {
display: inline-block;
padding: 0 10px;
}
.social-buttons li:first-child {
padding-left: 0;
}
.social-buttons li a i {
color: #fff;
transition: 0.5s;
}
.bg-orange {
background-color: #fa6742 !important;
}
.bg-h {
background-position: center;
background-size: cover;
height: 450px;
}
/*-----------------------------------------------------------
Fixed header
-------------------------------------------------------------*/
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
transition: 0.7s;
}
.header.hide {
top: -100px;
visibility: hidden;
transition: 0.7s;
}
.header.transparent.scroll {
padding: 0;
transition: 0.7s;
z-index: 9999;
}
.header.transparent.scroll .site-navbar-wrap.v1 {
background-color: rgba(0, 0, 0, 0.7);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.header.transparent.scroll .site-navbar-wrap.v1 .add-list .btn.v8 {
background: #fff;
color: #000 !important;
}
/*-----------------------------------------------------------
Menu
-------------------------------------------------------------*/
.navbar-brand {
color: #fff;
}
.site-navbar-wrap {
z-index: 99;
transition: 0.3s all ease;
}
.site-navbar-wrap .navbar-brand {
padding: 0;
max-width: 150px;
margin-right: 0;
line-height: 1.2;
}
.site-navbar-wrap.v1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-navbar-wrap.scrolled {
padding: 0px 0;
box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}
.site-navbar-top {
display: none;
font-size: 0.8rem;
background: #1e7e34;
}
.site-navbar-top a {
color: #fff;
}
.site-navbar-top .text-with-icon {
color: rgba(255, 255, 255, 0.5);
}
.site-navbar-top,
.site-navbar {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-navbar {
margin-bottom: 0px;
width: 100%;
border-bottom: none;
}
.site-navbar .site-logo {
font-weight: 200;
}
.site-navbar .site-logo a {
font-weight: 200;
font-size: 26px;
color: #000;
}
.site-navbar .site-navigation .site-menu {
margin-bottom: 0;
}
.site-menu>li {
position: relative;
}
.site-menu>li>a::before {
background-color: #6449e7;
position: absolute;
top: -20px;
left: 0;
width: 0%;
height: 2px;
content: "";
transition: 0.5s;
}
.site-menu>li>a.active::before {
background-color: #6449e7;
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 2px;
content: "";
transition: 0.5s;
}
.site-menu>li>a:hover:before {
width: 100%;
}
.site-navbar-wrap.v1 .site-menu>li::before {
background: #fff;
}
.site-navbar-wrap.v2 .site-menu>li::before {
background: #6449e7;
}
.site-navbar .site-navigation .site-menu .active>a {
color: #000;
}
.user-menu li a {
padding-left: 5px !important;
padding-right: 0 !important;
}
.user-menu li a {
background: #6449E7;
color: #fff !important;
border-radius: 20px;
transition: 0.4s;
padding: 10px 20px !important
}
.user-menu li a:hover {
background: #fff;
color: #333 !important;
}
.site-navbar .site-navigation .site-menu>li {
display: inline-block;
padding: 10px 15px;
}
.site-navbar-wrap.v1 .site-navbar .site-navigation .site-menu>li>a {
color: #fff;
font-size: 15px;
font-weight: 500;
text-decoration: none !important;
}
.menu-btn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
.user-login-wrap {
margin-left: 20px;
}
.site-navbar-wrap.v1 .user-login-wrap a {
color: #fff;
font-size: 15px;
}
.user-btn li {
display: inline-block;
position: relative;
margin-left: 15px;
}
.user-btn li a {
display: inline-block;
text-align: center;
position: relative;
transition: 0.5s;
width: 30px;
}
.user-btn span {
position: absolute;
width: 18px;
height: 18px;
background: #6449e7;
border-radius: 50%;
text-align: center;
line-height: 18px;
color: #fff;
font-size: 10px;
top: -3px;
right: -10px;
}
.user-btn li a i {
color: #6449e7;
font-size: 14px;
font-weight: 700;
transition: 0.5s;
}
.user-btn.v2 li a {
background: transparent;
}
.user-btn.v2 li a i {
color: #fff;
}
.user-btn li a:hover {
border-color: #6449e7;
}
.user-btn li a:hover i {
color: #6449e7;
}
.user-btn.v2 li a:hover {
border-color: #fff;
}
.user-btn.v2 li a:hover i {
color: #fff;
}
.add-list {
text-align: right;
}
.site-navbar-wrap.v2 {
border-bottom: 1px solid rgba(153, 153, 153, 0.22);
padding: 10px 0;
background-color: #fff;
}
.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu>li>a {
color: #222222;
}
.site-navbar .site-navigation .site-menu>li>a:hover {
color: #000;
}
.site-navbar .site-navigation .site-menu>li:last-child {
padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
position: relative;
}
.has-children a {
font-size: 15px;
font-weight: 300;
}
.site-navbar .site-navigation .site-menu .has-children>a {
position: relative;
font-size: 15px;
font-weight: 500;
display: block;
}
.dropdown>.has-children>a::before {
position: absolute !important;
content: "\e876" !important;
color: #222222 !important;
font-family: "Linearicons-Free";
top: 11px !important;
right: 3px !important;
font-size: 10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 122%;
left: -12%;
position: absolute;
text-align: left;
margin-top: 20px;
margin-left: 0px;
background: #fff;
transition: 0.4s 0s;
z-index: 999;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.05);
position: absolute;
min-width: 15.3rem;
z-index: 9999;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li {
position: relative;
padding: 5px 20px;
}
.dropdown.sub-menu {
position: absolute;
min-width: 15.5rem !important;
z-index: 9999;
}
.dropdown li a:hover {
margin-left: 5px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #000;
border-width: 7px;
margin-left: -7px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
text-transform: none;
letter-spacing: normal;
transition: 0s all;
color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
color: #28a745 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
border-bottom: 1px solid #f5f6f7;
list-style: none;
margin: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li:last-child {
border-bottom: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
display: block;
color: #888;
transition: 0.3s;
line-height: 1.5;
font-size: 14px;
font-weight: 500;
padding: 10px 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
color: #222222;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
content: "\f10a";
right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
left: 100%;
top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown.sub-menu {
top: 2% !important;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
transition-delay: 0s;
margin-top: -1px;
visibility: visible;
opacity: 1;
}
.site-mobile-menu {
width: 320px;
position: fixed;
right: 0;
top: 0;
z-index: 20000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
transform: translateX(110%);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
transform: translateX(0%);
}
.mobile-bar span {
font-size: 28px;
border-radius: 4px;
}
.site-navbar-wrap.v1 .mobile-bar span {
color: #fff;
}
.site-navbar-wrap.v2 .mobile-bar span {
color: #000;
}
.site-mobile-menu-close.js-menu-toggle span {
color: #000;
margin-right: 15px;
font-size: 25px !important;
}
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll !important;
position: relative;
padding: 20px 30px;
height: calc(100vh - 52px);
padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.site-mobile-menu .site-nav-wrap a {
padding: 15px 0;
display: block;
position: relative;
color: #212529;
font-weight: 500;
}
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block;
}
.site-mobile-menu .site-nav-wrap li.active>a {
color: #28a745;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "Linearicons-Free";
content: "\e874";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-180deg);
transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap>li {
display: block;
position: relative;
float: left;
width: 100%;
}
.site-mobile-menu .site-nav-wrap>li>a {
font-size: 16px;
}
.site-mobile-menu .site-nav-wrap>li>ul {
padding: 0;
margin: 0;
list-style: none;
}
.site-mobile-menu .site-nav-wrap>li>ul>li {
display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>a {
padding-left: 40px;
font-size: 16px;
color: #888;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
padding: 0;
margin: 0;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
font-size: 16px;
padding-left: 60px;
}
#user-login-popup .modal-dialog {
max-width: 850px;
}
.header-text.v1 {
text-align: center
}
.header-text.v1 h1 {
margin-bottom: 30px;
}
.header-text.v1 h1, .header-text.v2 h1 {
font-size: 35px;
color: #fff;
line-height: 1.2;
text-transform: capitalize;
}
/*---------------------------------------------------
Hero Area
---------------------------------------------------- */
.hero {
background-size: cover;
position: relative;
display: flex;
align-items: center;
height: 750px;
padding: 20rem 0 12.5rem;
transition: all 0.5s ease-in-out;
}
.hero__form {
position: relative;
}
.hero__form.v1 {
background: #fff;
border-top-left-radius: 0;
padding: 15px;
}
.hero__form.v1 .custom-select.hero__form-input {
line-height: 25px !important;
font-size: 15px;
}
.hero__form select {
height: 3.3125rem;
}
.hero__form-input {
border: 1px solid transparent;
border-bottom: 1px solid #ddd;
margin-right: 0.625rem;
color: #333;
font-size: 0.9rem;
font-weight: 400;
background: transparent;
outline: none;
border-radius: 0px;
transition: all 0.2s ease-in-out;
margin-bottom: 0;
padding: 10px;
}
.listing-input.hero__form-input.custom-select {
height: 45px;
border-radius: 3px;
border: 1px solid #ddd;
}
.listing-input.custom-select {
line-height: 26px;
}
.input-search {
position: relative;
}
.input-search:before {
color: #222222;
position: absolute;
top: 10px;
left: 15px;
content: "\e86f";
font-family: "Linearicons-Free";
font-size: 18px;
}
.listing-filter input[type="text"] {
padding: 4px 15px 0 45px;
width: 100%;
border: 1px solid #ddd;
border-radius: 3px;
height: 45px;
}
.hero__form .hero__form-input {
position: relative;
border: 1px solid #ddd;
border-radius: 3px;
}
.hero__form .custom-select.hero__form-input {
font-size: 15px;
height: 45px;
background: #fff;
line-height: 25px;
}
.bgimg-area .bgimg-container {
position: relative;
overflow: hidden;
width: 100%;
height: 650px;
z-index: 0;
}
.bgimg-area.v1 {
height: 100vh;
}
.bgimg-area.v1 .bgimg-content {
z-index: 1001;
padding-top: 200px;
}
.bgimg-area.v1 .overlay {
z-index: 1001;
}
.bgimg-area.v1 .bgimg-container {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.bgimg-area.v1 #bgimg-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: url(../img/banner-music.html);
background-size: cover;
overflow: hidden;
z-index: 999;
}
/*----------Form----------*/
.custom-select {
background-color: transparent;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: inline-block;
font-size: 15px;
line-height: 36px;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
user-select: none;
}
.custom-select .dropdown-toggle, .custom-select:hover .dropdown-toggle {
background-color: transparent;
border: none;
font-size: 14px;
height: 45px;
line-height: 45px;
padding: 0 15px;
}
.custom-select .dropdown-toggle:after {
border: none;
content: '\e874';
font-family: "Linearicons-Free";
display: block;
line-height: 45px;
pointer-events: none;
position: absolute;
right: 10%;
top: 0;
font-size: 10px;
font-weight: 700;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom-select, .custom-select:focus {
border: 1px solid #888;
box-shadow: none;
outline: none;
height: 45px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
color: #888;
}
/*--------------------------------------------
Buy or Sell Section
----------------------------------------------*/
.category-section {
position: relative;
display: flex;
align-items: center;
}
.single_cat {
text-align: center;
height: 100%;
padding: 30px;
}
.single_cat img {
max-width: 35px;
}
.single_cat h4 {
font-size: 15px;
color: #fff;
font-weight: 300;
margin-top: 10px;
margin-bottom: 0;
}
.category-section.v2 .single_cat:hover p {
visibility: visible;
opacity: 1;
transform: translateY(-10px);
}
.category-section.v2 .single_cat img {
max-width: 50px;
transition: 0.4s;
}
.category-section.v2 .single_cat {
border: 1px solid rgba(217, 217, 217, 0.39);
border-radius: 3px;
padding: 30px;
transition: 0.4s;
}
.category-section.v2 .single_cat h4 {
font-size: 18px;
color: #333;
font-weight: 400;
transition: 0.4s;
}
.category-section.v2 .single_cat p {
visibility: hidden;
opacity: 0;
transition: 0.4s;
color: #333;
text-transform: capitalize;
}
.category-section.v2 .single_cat h4 {
font-size: 18px;
color: #6449e7;
}
.trending-places .swiper-container, .property-place .swiper-container {
padding: 0 15px;
}
.property-place {
background-repeat: no-repeat;
background-position: bottom;
position: relative;
}
.single-place-image {
position: relative;
overflow: hidden;
}
.single-place-wrap {
border: 1px solid #f5f6f7;
border-radius: 3px;
position: relative;
transition: 0.5s;
overflow: hidden;
box-shadow: 0 35px 27px -26px rgba(211, 211, 211, 0.4);
}
.swiper-container.popular-place-wrap {
padding-bottom: 50px;
}
.swiper-container.popular-place-wrap {
padding-bottom: 50px;
}
.single-place-image img {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
width: 100%;
transition: 1s;
z-index: 9;
}
.popular-place-wrap.v1 .single-place-title, .popular-place-wrap.v2 .single-place-title {
font-size: 12px;
position: absolute;
top: 30px;
left: 30px;
}
.single-place-title {
display: inline-block;
background: #fff;
color: #333 !important;
line-height: 1;
padding: 8px 10px 8px;
border-radius: 1px;
letter-spacing: 0.04rem;
font-weight: 500 !important;
text-transform: uppercase;
z-index: 100;
}
.single-place-title1 {
font-size: 12px;
position: absolute;
top: 30px;
right: 30px;
display: inline-block;
background: #FA6742;
color: #333 !important;
line-height: 1;
padding: 8px 10px 8px;
border-radius: 1px;
letter-spacing: 0.04rem;
font-weight: 500 !important;
z-index: 100;
}
.single-place-content {
padding: 30px;
background: #fff;
border-radius: 5px;
box-shadow: 0px 35px 30px -11px rgba(221, 221, 221, 1);
}
.single-place-content h3 {
line-height: 1.2;
margin-bottom: 10px;
font-size: 20px;
font-weight: 500;
}
.single-place-content h3 span {
margin-right: 5px;
}
.single-place-content a {
font-weight: 400;
font-size: 14px;
color: #888;
}
.single-place-content a i {
margin-left: 3px;
font-size: 15px;
transition: 0.3s;
vertical-align: middle;
}
.popular-next, .popular-prev {
top: 35%;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
transform: translateY(-35%);
}
.popular-prev {
left: 4.1%;
}
.popular-next {
right: 4.1%;
}
.featured-property-wrap.v2 .swiper-button-disabled, .similar-listing .swiper-button-disabled, .popular-place-wrap .swiper-button-disabled {
display: none;
transition: 0.5s;
}
/*----------------------------------------
Call to Action
----------------------------------------*/
.call-to-action {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
.call-to-action.consult-form .overlay {
background: #6449e7;
}
.action-title {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.action-title h2 {
color: #fff;
font-size: 38px;
font-weight: 500;
line-height: 1.2;
}
.action-title p {
color: #FFF;
margin-bottom: 30px;
}
.call-to-action.consult-form.v1 .form-group {
margin-bottom: 30px;
}
/*------------------------------------------
Consulting form
-----------------------------------------*/
.consult-form .listing-input.hero__form-input.custom-select {
height: 45px;
border-radius: 3px;
border-color: #ddd;
background: #fff;
}
.consult-form .btn.v8 {
background: transparent;
border: 1px solid #ddd;
}
/*------------------------------------------
Partner section
-----------------------------------------*/
.single-partner {
text-align: center;
opacity: 0.5;
transition: all 0.3s;
}
.value-input-wrap {
position: relative;
}
.value-input-wrap input[type="text"] {
border: 1px solid #f5f6f7;
border-radius: 5px;
padding: 15px 15px;
position: relative;
width: 100%;
box-shadow: 0 9px 15px rgba(221, 221, 221, 0.77);
color: #888;
}
.value-input-wrap button {
position: absolute;
right: 0;
background: transparent;
border: none;
background: #fa6742;
color: #fff;
padding: 11px 13px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
font-size: 16px;
font-weight: 400;
cursor: pointer;
line-height: 31px;
}
.value-input-wrap.newsletter input[type="text"] {
border-radius: 3px;
padding: 8px 15px;
}
.value-input-wrap.newsletter button {
padding: 10px 15px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
font-size: 14px;
font-weight: 400;
line-height: 19px;
}
/*----------------------------------
Scroll-to-top
-------------------------------------*/
.scrolltotop {
border: 2px solid #ddd;
border-radius: 50%;
bottom: 40px;
cursor: pointer;
display: none;
font-size: 15px;
height: 35px;
text-align: center;
position: fixed;
right: 30px;
width: 35px;
z-index: 999;
background: transparent;
line-height: 35px;
}
/*----------------------------------------------
Footer section
-----------------------------------------------*/
.footer-wrapper {
position: relative;
padding-top: 50px;
}
.footer-wrapper.v2 {
background: #6449e7;
}
.footer-content.nav {
display: inline-block;
text-align: left;
}
.footer-logo {
margin-top: 15px;
}
.footer-logo img {
margin-bottom: 18px;
max-width: 200px
}
.footer-top-area .container {
padding-bottom: 30px;
}
.footer-social-wrap p {
color: #fff;
margin-top: 50px;
margin-bottom: 15px;
}
.footer-bottom-area {
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom-area p {
font-size: 13px;
letter-spacing: 1px;
font-weight: 400;
color: #fff;
text-align: center;
}
.footer-top-area .footer-content .title {
font-size: 20px;
color: #fff;
margin-top: 25px;
}
.footer-top-area .contact-info .icon {
font-size: 15px;
width: 30px;
text-align: center;
}
.footer-content li {
padding-bottom: 10px;
}
.footer-wrapper.v2 .footer-content ul li a.link-hov.style2 {
color: #fff;
}
.footer-wrapper.v2 .footer-content ul li a.link-hov.style2:before {
background: #ddd;
}
.footer-content ul li a.link-hov.style2:before {
background: #ddd;
}
.company-desc p {
font-size: 14px;
color: #fff;
}
.footer-content ul li a {
font-size: 15px;
}
.social-buttons.style2 li a i {
font-size: 18px;
}
.contact-info {
margin-bottom: 10px
}
.contact-info .icon {
font-size: 18px;
padding-right: 10px;
width: 30px;
color: #fff;
}
.contact-info .icon, .contact-info .text {
display: table-cell;
}
.contact-info .text, .contact-info .text a {
color: #fff;
font-size: 14px;
line-height: 1.2;
font-weight: 400 !important;
}
.footer-wrapper.v2 .company-desc p {
color: #f5f6f7;
}
.footer-wrapper.v2 .footer-top-area .footer-content .title, .footer-wrapper.v2 .contact-info .icon, .footer-wrapper.v2 .social-buttons li a i {
color: #f5f6f7;
}
.footer-wrapper.v2 .contact-info .text, .footer-wrapper.v2 .contact-info .text a {
color: #f5f6f7;
font-weight: 400;
}
.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
border-radius: 50%;
width: 12px;
height: 12px;
border: none;
box-shadow: 0px 5px 13px rgba(167, 167, 167, 0.7);
cursor: pointer;
background: #6449e7;
}
.price-range.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 4px;
background: #6449E7;
}
.ui-slider-horizontal {
height: 4px;
background: #ddd;
}
.price-range.ui-widget.ui-widget-content {
border: none;
margin-left: 10px;
}
.hero__form.v1 .explore__form-checkbox-list.full-filter {
top: 100px;
padding: 15px 30px 30px 30px;
}
.explore__form-checkbox-list.full-filter {
width: 100%;
position: absolute;
top: 2px;
left: 0;
background: #fff;
padding: 25px 15px;
box-shadow: 0px 23px 16px rgba(153, 153, 153, 0.29);
z-index: 2000;
border-radius: 3px;
}
#amount_one, #amount_two {
width: 100%;
height: 30px;
border: none;
font-size: 15px;
font-weight: 400;
color: #444;
margin-left: 3px;
padding: 0;
display: inline-block;
}
.filter-input {
border: 1px solid #ddd;
margin-top: 25px;
border-radius: 3px;
width: 100%;
padding: 10px 20px;
height: 45px;
font-weight: 300;
font-size: 14px;
}
.filter-input:last-child {
padding: 5px 20px;
}
.filter-title {
position: relative;
}
.filter-title p {
font-size: 16px;
color: #444;
font-weight: 500;
line-height: 1;
}
.filter-checkbox ul {
columns: 2;
}
.filter-checkbox input[type="checkbox"] {
display: none;
}
.filter-checkbox label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 28px;
margin-right: 20px;
margin-bottom: 10px;
line-height: 21px;
font-size: 15px;
font-weight: 300;
}
.filter-checkbox label::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
position: absolute;
left: 0;
top: 1px;
background-color: #fff;
border: 1px solid #d0d0d0;
border-radius: 3px;
box-sizing: border-box;
transition: all 0.25s;
font-family: "Ionicons";
font-size: 15px;
color: #fff;
text-align: center;
line-height: 21px;
}
.full-filter .filter-checkbox label {
display: block;
}
.full-filter .filter-title p {
font-size: 17px;
font-weight: 500;
}
.full-filter .filter-title span {
display: inline-block;
}
.explore__form-checkbox-list.full-filter .filter-checkbox p {
font-size: 17px;
color: #000;
font-weight: 500;
margin-bottom: 15px;
}
.explore__form-checkbox-list.full-filter {
opacity: 0;
transition: 0.8s;
z-index: -1;
visibility: hidden;
}
.dropdown-filter {
cursor: pointer;
}
.dropdown-filter, .submit_btn {
display: inline-block;
line-height: 1;
}
.dropdown-filter {
cursor: pointer;
padding: 15px 25px 15px 25px;
}
.dropdown-filter span {
font-size: 14px;
font-weight: 400;
line-height: 1;
display: inline-block;
position: relative;
}
.dropdown-filter span::before {
color: #222;
position: absolute;
top: 0%;
right: -25%;
content: "\e874";
font-family: 'Linearicons-Free';
font-size: 10px;
font-weight: 700;
line-height: 16px;
}
.hero__form.v1 .dropdown-filter span {
border-bottom: 1px dotted #333;
color: #888;
}
.hero__form.v1 .dropdown-filter span:before {
right: -25px;
}
.submit_btn button.btn.v3 {
padding: 13px 35px;
line-height: 1.2;
border-radius: 3px;
}
.full-filter .price-range.ui-widget.ui-widget-content {
border: none;
margin-left: 10px;
}
.value-input-wrap.newsletter input[type="text"] {
box-shadow: none;
}
.list-ratings {
margin-bottom: 5px;
margin-left: 25px;
}
.list-ratings span {
color: #FFC600;
font-size: 14px;
line-height: 1.1;
}
input[type="checkbox"], input[type="radio"] {
margin-right: 10px;
}
/*--------Team section--------*/
.team-section {
position: relative;
}
.single-team-member {
position: relative;
overflow: hidden;
}
.single-team-member.agent-item {
border: 1px solid #eee;
}
.single-team-member.v1 .single-team-info {
background-color: #6449E7;
padding: 30px 15px;
position: absolute;
bottom: -100%;
opacity: 0;
transition: all 0.5s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.single-team-member.v1 .single-team-info h4 {
margin-bottom: 5px;
color: #fff;
line-height: 1.2;
}
.single-team-member.v1 .single-team-info span {
color: #FFF;
font-weight: 400;
display: inline-block;
margin-bottom: 5px;
}
.single-team-member.v1 .single-team-info .social-buttons.style2 {
margin-top: 8px;
}
.single-team-member.v1 .single-team-info .agent-link {
color: #fff;
border-bottom: 1px solid #fff;
margin-top: 15px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
display: inline-block;
}
.agent-content h4 {
line-height: 1.2;
margin-bottom: 10px;
font-size: 26px;
font-weight: 400;
}
.agent-content span {
margin-bottom: 15px;
display: block;
}
.agent-content .contact-info {
margin-bottom: 5px;
}
.agent-content .contact-info .icon {
font-size: 14px;
width: 25px;
}
.single-team-member.v1 {
margin-bottom: 30px;
}
.single-team-member.v1 img {
width: 100%;
}
.single-team-info span {
font-weight: 400;
}
.single-team-member.v1 h4 a {
color: #fff;
}
.hero__form.v2.filter.listing-filter .input-search, .hero__form .hero__form-input {
margin-bottom: 15px;
}
.hero__form.v1.filter.listing-filter .pr-30, .hero__form.v1.filter.listing-filter .pr-0, .hero__form.v1.filter.listing-filter.property-filter .col-md-6.pr-0, .hero__form.v4.filter.listing-filter .pr-0, .hero__form.v3.filter.listing-filter .pr-0 {
padding-right: 15px !important;
}
.hero__form.v1.filter.listing-filter .pl-0, .hero__form.v1.filter.listing-filter .pl-30, .hero__form.v1.filter.listing-filter.property-filter .col-md-6.pl-30, .hero__form.v2.filter.listing-filter .pl-0 {
padding-left: 15px !important;
}
.hero__form.v1.filter.listing-filter .dropdown-filter, .hero__form.v2.filter.listing-filter.bg-ab .dropdown-filter, .hero__form.v1.filter.listing-filter.property-filter .dropdown-filter {
float: right;
margin-right: 25px;
line-height: 1;
}
.hero__form.v1.filter.listing-filter .col-sm-12.col-12.py-3 {
padding-bottom: 15px !important;
padding-top: 0 !important;
}
.hero__form.v1.filter .custom-select.hero__form-input.custom-select {
margin-bottom: 10px !important;
}
.hero__form.v1.filter.listing-filter {
padding: 30px 32px 5px 32px;
border-radius: 0px 3px 3px 3px;
}
.container.mt-130 {
margin-top: 20px !important;
}
@media only screen and (max-width: 1024px) {
.hero__form {
padding: 30px 25px 30px 25px;
}
.single-team-member.v1 .single-team-info {
bottom: 0;
opacity: 1;
flex-direction: column;
height: auto;
padding: 15px 0;
background-color: rgba(100, 73, 231, 0.79);
}
@media only screen and (max-width: 1024px) {
.single-place-content {
bottom: 3.6rem;
}
.action-title h2 {
font-size: 28px;
}
@media only screen and (min-width: 481px) and (max-width:991px) {
.section-title {
font-size: 1.7rem;
}
.hero__form-input {
width: 100%;
}
.site-navbar-wrap.v1 {
padding: 15px 0;
}
.sm-center {
text-align: center !important;
}
.sm-right {
float: right !important;
}
.sm-left {
text-align: left !important;
}
.site-navbar-wrap.v1 {
padding: 15px 0;
}
.call-to-action.bg-h.consult-form.v1, .call-to-action.bg-h.consult-form.v2 {
height: 750px;
}
.category-section.v2 .col-md-6 {
margin-bottom: 30px;
}
.category-section.v2 .single_cat p {
visibility: visible;
opacity: 1;
transform: translateY(0px);
}
.value-input-wrap input[type="text"] {
box-shadow: 0 0px 15px rgba(221, 221, 221, 0.77);
}
.add-list {
display: none !important;
}
.sm-right {
text-align: right !important;
}
.explore__form-checkbox-list.full-filter {
left: 0%;
}
.filter-checkbox {
margin-bottom: 25px;
}
.full-filter .price-range.ui-widget.ui-widget-content {
width: 220px;
}
.nav-folderized .nav h2 {
cursor: pointer;
}
.nav-folderized ul.res-list {
max-height: 0;
overflow: hidden;
transition: 0.5s ease-out;
}
.nav-folderized .nav h2:after {
content: "\e874";
float: right;
font-family: "Linearicons-Free";
font-size: 17px;
line-height: 1;
margin-left: 10px;
position: absolute;
right: 3%;
}
.footer-top-area .footer-content .title {
margin-top: 15px;
line-height: 1;
}
.footer-logo .company-desc {
margin-bottom: 20px;
}
.action-title.sm-center {
margin-bottom: 45px;
padding: 0 35px;
}
.call-to-action.consult-form.v1 .form-group .filter-input {
margin-top: 0;
}
.sm-center {
text-align: center !important;
}
.sm-right {
float: right !important;
}
.header-text.v1 h1, .header-text.v2 h1 {
font-size: 40px;
}
.hero__form.v1.filter.listing-filter .dropdown-filter {
margin-right: 5px;
}
.site-navbar-wrap.v2.style2 .menu-btn, .site-navbar-wrap.v1 .menu-btn {
justify-content: center;
margin: 5px 0 10px 0;
}
.hero__form-input {
width: 100%;
margin-right: 0;
}
.action-title p {
margin-bottom: 30px;
}
.hero__form.v1 .explore__form-checkbox-list.full-filter {
top: 280px;
}
.call-to-action.consult-form.v1 .form-group {
margin-bottom: 15px;
}
.site-navbar-wrap.v1 .user-btn li, .site-navbar-wrap.v2 .user-btn li {
margin-left: 0;
margin-right: 25px;
}
.site-navbar-wrap.v1 .navbar-brand {
max-width: 180px;
margin-bottom: 20px;
}
.single-team-member.agent-item img {
width: 100%;
}
.single-team-info .agent-content {
padding: 30px 0;
}
.site-navbar-wrap .navbar-brand {
max-width: 180px;
}
.bgimg-area.v1 .bgimg-content {
z-index: 1001;
padding-top: 150px;
}
.nav-folderized .nav h2:after {
right: 5%;
}
.popular-next, .popular-prev {
top: 94%;
background: rgba(51, 51, 51, 0.75) !important;
}
.popular-next i, .popular-prev i {
color: #fff !important;
}
.swiper-container.popular-place-wrap {
padding-bottom: 80px;
}
.slider-btn.v2 {
width: 40px;
height: 40px;
}
.slider-btn.v2 i, .slider-btn.v2 i {
line-height: 40px;
font-size: 18px;
}
.popular-next {
left: 50%;
margin-left: 15px;
}
.popular-prev {
left: 42%;
margin-right: 15px;
}
.single_cat {
padding: 15px;
}
.single_cat img {
max-width: 30px;
}
.action-title h2 {
font-size: 24px;
}
.section-title {
font-size: 1.25rem;
}
.filter-checkbox ul {
columns: 1;
}
.list-ratings span {
font-size: 16px;
}
.trending-prev, .popular-prev, .team-prev, .partner-prev, .testimonial-prev {
left: 38%;
}
.trending-next, .popular-next, .team-next, .partner-next, .testimonial-next {
right: 38%;
}
.value-input-wrap button {
padding: 8px 13px 8px;
font-size: 14px;
line-height: 37px;
}
.single-team-member.v1 .single-team-info {
padding: 0;
}
.section-title h2 {
font-size: 24px;
}
.section-title p {
font-size: 14px;
}
| 0.391639 | 0.138026 |
@charset "utf-8";
/* CSS Document */
/*------导航栏二级菜单--------*/
.rside ul li{position: relative;z-index: 1;}
.RankSubnav{background: #fff;height: 36px;border: 1px solid #ccc;position: absolute;top: 50px;left: 465px;padding: 5px;display: none;}
.RankSubnav ul li{float: left;height: 30px;line-height: 30px;margin-top: 6px;}
.RankSubnav ul li a{display: block;height: 30px;line-height: 30px;padding: 0 15px;text-align: center;font-size: 14px;}
.RankSubnav ul li a:hover,.RankSubnav ul li a.curr{background: #e0f4ff;color: #00a3d2;text-decoration: underline;}
.mauto{width:1200px;margin: 0 auto;/*padding-top: 58px;*/}
/*----数据统计-----*/
.dataCount{height: 36px;line-height: 36px;border: 1px solid #c9e3f0;background: #fff;font-family: "宋体";}
.left_side{width: auto;float: left;}
.left_side p{display: block;line-height: 36px;font-size: 12px;color: #666;margin-left: 15px;}
.left_side p i{font-style: normal;color: #ff6600;font-size: 14px;font-weight: bolder;margin: 0 3px;line-height: 36px;}
.right_side{float: right;margin-right: 10px;height: 36px;}
.right_side a{display: inline-block;height: 36px;line-height: 36px;color: #0b6ad4;}
/*----搜索栏-----*/
.searchrow{width: 100%;margin-bottom: 30px;}
.searchbar{width: 324px;height: 32px;margin: 0 auto;border: 2px solid #00bffc;color: #666;font-family: "宋体";}
.searchbar select{width: 72px;height: 32px;line-height: 32px;float: left;border: none;color: #666;}
.searchbar input{width: 171px;height: 24px;padding: 4px;line-height: 24px;border: 0px;float: left;color: #666;}
.searchbar a{display: block;float: left;height: 32px;line-height: 32px;width: 73px;background: #00bffc;}
.searchbar a img{display: block;width: 18px;margin: 7px auto;}
.searchrow p{width: 500px;margin: 5px auto;height: 25px; line-height: 25px;font-family: "宋体";}
.searchrow p span{display: block;float: left;color: #ff6600;}
.searchrow p a{display: block;float: left;color: #999;margin-right: 30px;}
/*-----网站列表-----*/
.MenuWrap{width: 100%;}
.cle{clear: both;}
.LeftWebMenu{width: 311px;float: left;}
.Topbox{width: 309px;border: 1px solid #c9e3f0;}
.Topbox ul li{float: left;width: 93px;text-align: center;height: 32px;line-height: 32px;margin: 5px;}
.Topbox ul li img{vertical-align: middle;margin: 8px 7px;display: block;float: left;}
.Topbox ul li a{display: block;float: left;font-size: 14px;font-family: "宋体";color: #666;}
.Topbox ul li a:hover,.Topbox ul li a.curr{color: #ff3300;text-decoration: underline;}
.main {
min-width: 1200px;
}
.container {
width: 1170px;
}
.page-path {
height: 44px;
color: #999;
font-size: 16px;
line-height: 44px;
}
.page-path a {
color: #999;
}
.page-path .active {
color: #6db3d5;
}
.con {
margin-bottom: 40px;
padding: 5px 0 0px 0;
color: #666;
font-size: 14px;
font-family: 'Microsoft Yahei';
line-height: 1.8;
}
.con a:hover {
color: #fd7923;
text-decoration: none;
}
.page-header {
position: relative;
height: 26px;
border-bottom: 2px solid #e6e6e6;
}
.page-header .header-title {
position: absolute;
top: 0;
left: 0;
margin-right: 6px;
padding: 5px 4px;
border-bottom: 2px solid #12adff;
color: #12adff;
font-size: 16px;
font-weight: bold;
line-height: 1;
}
.page-header .header-title:hover {
color: #fd7923;
}
.page-header .tip-info {
position: absolute;
top: 6px;
left: 110%;
font-weight: normal;
}
.tip-info {
color: #999;
font-size: 12px;
}
.smalltab {
/*width: 328px;*/
margin-bottom: 20px;
border: 1px solid #e7ebed;
background: #fff;
}
.smalltab .tab-header {
position: relative;
height: 38px;
margin-bottom: 8px;
padding-left: 14px;
border-bottom: 1px solid #e7ebed;
color: #333333;
font-size: 16px;
line-height: 38px;
}
.smalltab .tab-more {
position: absolute;
top: 0;
right: 14px;
color: #b2b2b2;
font-size: 12px;
}
.smalltab .tab-con {
overflow: hidden;
height: 570px;
padding: 0 14px;
}
.smalltab .tab-wrap li {
position: relative;
overflow: hidden;
height: 50px;
margin-bottom: 8px;
border-bottom: 1px dashed #e7ebed;
}
.smalltab .tab-num {
position: absolute;
top: 14px;
left: 1px;
width: 16px;
height: 16px;
background: #cccccc;
border-radius: 3px;
color: #fff;
font-size: 12px;
line-height: 16px;
text-align: center;
}
.smalltab .tab-num.active {
background: #12adff;
}
.smalltab .tab-img {
position: absolute;
top: 0;
left: 30px;
width: 40px;
height: 40px;
padding: 2px;
border: 1px solid #e7ebed;
border-radius: 50%;
}
.smalltab .tab-img img {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
}
.smalltab .tab-msg {
position: absolute;
top: 7px;
left: 80px;
width: 106px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #555555;
font-size: 14px;
}
.smalltab .tab-num-collect {
position: absolute;
top: 4px;
right: 24px;
width: 54px;
height: 30px;
background: url('../images/weixin/bg_line.png') center bottom no-repeat;
color: #555;
font-size: 14px;
text-align: center;
line-height: 17px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.smalltab .tab-collect {
position: absolute;
top: 14px;
right: 0;
width: 18px;
height: 17px;
background: url('../images/bg/bg_xing_white.png') 0 0 no-repeat;
cursor: pointer;
}
.smalltab .tab-collect:hover {
background: url('../images/bg/bg_xing_blue.png') 0 0 no-repeat;
}
.smalltab .tab-collect.active {
background: url('../images/bg/bg_xing_blue.png') 0 0 no-repeat;
}
.selectbar {
position: relative;
float: left;
width: 68px;
height: 32px;
padding-left: 4px;
color: #666;
line-height: 32px;
cursor: pointer;
}
.selectbar ul {
position: absolute;
top: 32px;
left: 0;
width: 72px;
background: #fff;
}
.selectbar li {
height: 32px;
padding-left: 4px;
cursor: pointer;
}
.selectbar li:hover {
background: #00bffc;
color: #fff;
}
.capsule {
overflow: hidden;
display: inline-block;
width: 47px;
height: 20px;
border: 1px solid #e6e6e6;
border-radius: 4px;
}
.capsule dt {
float: left;
border-right: 1px solid #e6e6e6;
}
.capsule dd {
float: left;
width: 24px;
text-align: center;
line-height: 20px;
}
.title-blue {
display: inline-block;
height: 32px;
margin-bottom: 10px;
padding: 0 10px;
background: #54d6ff;
color: #fff;
font-size: 16px;
line-height: 32px;
}
.title-black {
height: 32px;
margin-bottom: 10px;
color: #333;
font-size: 16px;
line-height: 32px;
}
.icon-home {
display: inline-block;
width: 18px;
height: 18px;
margin-right: 2px;
margin-bottom: -3px;
background: url('../images/rankclass/icon_home.png') 0 0 no-repeat;
}
.icon-good {
display: inline-block;
width: 14px;
height: 18px;
margin-right: 2px;
margin-bottom: -3px;
background: url('../images/rankclass/icon_good.png') 0 0 no-repeat;
}
.icon-arrow-down {
display: inline-block;
width: 8px;
height: 5px;
margin-right: 0px;
margin-left: -3px;
margin-bottom: 2px;
background: url('../images/rankclass/icon_arrow_down.png') 0 0 no-repeat;
}
.icon-baidu {
display: inline-block;
width: 20px;
height: 20px;
background: url('../images/rankclass/icon_baidu.png') center center no-repeat;
}
.icon-google {
display: inline-block;
width: 20px;
height: 20px;
background: url('../images/rankclass/icon_google.png') center center no-repeat;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.link-green {
display: inline-block;
padding-right: 17px;
background: url('../images/rankclass/icon_visit.png') 98% center no-repeat;
color: #008800;
}
a.link-green:hover {
color: #008800;
}
.cl-red {
color: #ff0000;
}
.mgb-sm {
margin-bottom: 16px;
}
.mgb-xm {
margin-bottom: 8px;
}
.text-center {
text-align: center;
}
.btn-white {
display: inline-block;
width: 102px;
height: 28px;
/*margin-right: 10px;*/
border: 1px solid #06b5ff;
border-radius: 4px;
color: #06b5ff;
text-align: center;
line-height: 25px;
}
a.btn-white:hover {
background: #06b5ff;
color: #fff;
}
a.btn-yellow {
display: inline-block;
height: 28px;
margin-right: 0px;
margin-top: 3px;
padding: 0 16px;
border: 1px solid #ffdcba;
color: #333;
font-size: 14px;
line-height: 28px;
}
.btn-yellow:hover {
border: 1px dashed #ff6600;
color: #ff6600;
text-decoration: none;
}
.b-top1-nr-nr li b {
margin-top: 4px;
}
.b-top1-nr-nr li input {
color: #666;
font-size: 12px;
}
/*.subnav {
top: 42px;
}*/
.b-bottom-nr1 {
height: 178px;
}
.b-bottom-nr1-cont dd {
padding-right: 10px;
}
.b-bottom-nr1-cont2 {
width: 257px;
margin-left: 24px;
}
.b-bottom-nr1-cont3 {
width: 257px;
margin-left: 24px;
}
.b-bottom-nr1-cont4 {
width: 257px;
margin-left: 24px;
}
.b-bottom-nr2 p {
margin-bottom: 0;
}
/*.xuanfu {
right: 67px;
}*/
.online_service {
width: 100px;
height: 49px;
}
.main {
background: #fff;
}
.header-zone {
height: 38px;
margin-bottom: 20px;
padding-left: 43px;
background: url('../images/icon/icon_weixin_big.png') 4px 6px no-repeat;
color: #555;
font-size: 26px;
line-height: 38px;
}
.header-zone .tips {
color: #9f9f9f;
font-size: 14px;
}
.nav-controls {
position: relative;
height: 38px;
margin-bottom: 22px;
border-bottom: 1px solid #dbdbdb;
color: #777;
font-size: 16px;
font-weight: bold;
line-height: 38px;
}
.nav-controls.nav-big {
margin: 0 -15px 20px;
}
.nav-controls .active, .nav-controls.nav-big .active {
color: #00a1e9;
border-bottom: 3px solid #00a1e9;
}
.nav-controls li:hover, .nav-controls.nav-big li:hover {
color: #00a1e9;
border-bottom: 3px solid #00a1e9;
}
.nav-controls ul {
position: absolute;
top: -3px;
left: 0;
}
.nav-controls ul li {
float: left;
margin-right: 30px;
padding: 0 18px;
cursor: pointer;
}
.nav-controls.nav-big ul li {
float: left;
margin-right: 58px;
padding: 0 35px;
color: #545454;
font-size: 18px;
font-weight: normal;
cursor: pointer;
}
.item-zone {
margin-right: -18px;
}
.item-zone li {
float: left;
width: 277px;
height: 176px;
margin: 0 14px 14px 0;
padding: 12px 8px 8px;
padding-right: 3px;
border: 1px solid #e7ebed;
background: #fff;
}
.item-zone .zone-left {
float: left;
width: 103px;
margin-right: 15px;
}
.item-zone .zone-img {
display: block;
width: 100%;
margin-bottom: 18px;
}
.item-zone .zone-left img {
display: block;
width: 100%;
height: 103px;
border-radius: 50%;
}
.item-zone .zone-right {
float: left;
width: 142px;
color: #929292;
font-size: 12px;
line-height: 22px;
}
.item-zone .zone-right h4 {
margin-bottom: 2px;
border-bottom: 1px solid #e7ebed;
color: #555555;
font-size: 14px;
font-weight: bold;
padding-bottom: 8px;
}
.item-zone .zone-right p {
margin-bottom: 9px;
}
.item-zone .has-icon-weixin {
width: 120px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.item-zone .zone-info {
overflow: hidden;
height: 45px;
}
.item-zone .zone-footer {
height: 30px;
margin-bottom: 0;
padding-top: 12px;
line-height: 20px;
}
.item-zone .text-red {
font-size: 14px;
}
.item-case {
margin-left: -15px;
margin-right: -35px;
margin-bottom: 40px;
}
.item-case li {
float: left;
width: 573px;
height: 400px;
margin: 0 20px 20px 0;
padding: 22px 0 0 20px;
border: 1px solid #e7ebed;
background: #fff;
}
.item-case .case-img {
float: left;
width: 218px;
height: 352px;
margin-right: 16px;
border-bottom: 1px solid #e7ebed;
}
.item-case .case-right {
float: left;
width: 296px;
}
.item-case .case-title {
margin-bottom: 20px;
padding-left: 34px;
color: #545454;
font-size: 18px;
font-weight: bold;
}
.item-case .case-info {
margin-bottom: 10px;
color: #545454;
font-size: 14px;
line-height: 1.8;
}
.item-case .case-info .info-title {
font-weight: bold;
}
.case-big {
margin: 0 -15px 45px;
}
.case-big .case-img {
float: left;
width: 285px;
height: 566px;
margin-right: 60px;
padding: 58px 12px 49px 12px;
background: url('../images/weixin/bg_phone.png') 0 bottom no-repeat;
}
.case-big .case-imgcon {
overflow: hidden;
height: 100%;
border: 2px solid #333;
}
.case-big .case-img img {
display: block;
width: 100%;
margin: 0;
}
.case-big .case-right {
float: left;
width: 821px;
}
.case-big .case-title {
margin-bottom: 10px;
color: #545454;
font-size: 18px;
line-height: 1;
}
.case-big .case-info {
margin-bottom: 16px;
color: #999999;
font-size: 16px;
line-height: 1.6;
}
.case-big .case-info.bottom-line {
padding-bottom: 22px;
border-bottom: 1px solid #dbdbdb;
}
.case-big .case-info .info-title {
font-weight: bold;
}
.case-big .case-data {
margin-bottom: 16px;
padding: 0 0 20px 33px;
border-bottom: 1px solid #dbdbdb;
}
.case-big .case-data li {
float: left;
margin-right: 128px;
}
.case-big .case-data .data-title {
margin-bottom: 16px;
color: #999999;
font-size: 14px;
line-height: 1;
}
.case-big .case-data .data-count {
color: #fa6060;
font-size: 24px;
line-height: 1;
}
.case-big .case-relate {
overflow: hidden;
}
.case-big .case-relate ul {
width: 945px;
}
.case-big .case-relate li {
float: left;
margin-right: 80px;
padding: 8px 0;
}
.case-big .case-relate img {
float: left;
width: 88px;
height: 88px;
margin-right: 15px;
border: 1px solid #dbdbdb;
border-radius: 50%;
}
.case-big .case-relate .relate-right {
float: left;
width: 132px;
padding-top: 6px;
}
.case-big .case-relate .btn-white {
width: 75px;
height: 25px;
font-size: 12px;
}
.case-big .case-relate .relate-title {
color: #999999;
font-size: 16px;
line-height: 1.8;
}
.case-big .case-relate .relate-data {
color: #666666;
font-size: 12px;
line-height: 1.4;
margin-bottom: 4px;
}
.item-logo {
margin-left: -15px;
margin-right: -41px;
margin-bottom: 100px;
}
.item-logo li {
float: left;
width: 183px;
margin: 0 14px 14px 0;
}
.item-logo li img {
display: block;
width: 100%;
}
.header-blue {
width: 160px;
height: 44px;
margin: 0 auto 24px;
border-bottom: 1px solid #00bffc;
color: #00bffc;
font-size: 26px;
text-align: center;
line-height: 30px;
}
.has-icon-weixin {
padding-left: 22px;
background: url('../images/icon/icon_weixin_green.png') 3px 5px no-repeat;
}
.has-icon-msg {
padding-left: 34px;
background: url('../images/icon/icon_msg.png') 1px 5px no-repeat;
}
.has-icon-broadcast {
padding-left: 34px;
background: url('../images/icon/icon_broadcast.png') 1px 5px no-repeat;
}
.has-icon-check-circle {
padding-left: 34px;
background: url('../images/icon/icon_check_circle.png') 1px 5px no-repeat;
}
.has-icon-chart {
padding-left: 34px;
background: url('../images/icon/icon_chart.png') 1px 2px no-repeat;
}
.text-red {
color: #ee3e33;
}
.carousel-control.left {
background-image: none;
}
.carousel-control.right {
background-image: none;
}
.mored{float: right;margin-top: -4px;color: #b2b2b2;}
|
public/static/css/mediaweixin.css
|
@charset "utf-8";
/* CSS Document */
/*------导航栏二级菜单--------*/
.rside ul li{position: relative;z-index: 1;}
.RankSubnav{background: #fff;height: 36px;border: 1px solid #ccc;position: absolute;top: 50px;left: 465px;padding: 5px;display: none;}
.RankSubnav ul li{float: left;height: 30px;line-height: 30px;margin-top: 6px;}
.RankSubnav ul li a{display: block;height: 30px;line-height: 30px;padding: 0 15px;text-align: center;font-size: 14px;}
.RankSubnav ul li a:hover,.RankSubnav ul li a.curr{background: #e0f4ff;color: #00a3d2;text-decoration: underline;}
.mauto{width:1200px;margin: 0 auto;/*padding-top: 58px;*/}
/*----数据统计-----*/
.dataCount{height: 36px;line-height: 36px;border: 1px solid #c9e3f0;background: #fff;font-family: "宋体";}
.left_side{width: auto;float: left;}
.left_side p{display: block;line-height: 36px;font-size: 12px;color: #666;margin-left: 15px;}
.left_side p i{font-style: normal;color: #ff6600;font-size: 14px;font-weight: bolder;margin: 0 3px;line-height: 36px;}
.right_side{float: right;margin-right: 10px;height: 36px;}
.right_side a{display: inline-block;height: 36px;line-height: 36px;color: #0b6ad4;}
/*----搜索栏-----*/
.searchrow{width: 100%;margin-bottom: 30px;}
.searchbar{width: 324px;height: 32px;margin: 0 auto;border: 2px solid #00bffc;color: #666;font-family: "宋体";}
.searchbar select{width: 72px;height: 32px;line-height: 32px;float: left;border: none;color: #666;}
.searchbar input{width: 171px;height: 24px;padding: 4px;line-height: 24px;border: 0px;float: left;color: #666;}
.searchbar a{display: block;float: left;height: 32px;line-height: 32px;width: 73px;background: #00bffc;}
.searchbar a img{display: block;width: 18px;margin: 7px auto;}
.searchrow p{width: 500px;margin: 5px auto;height: 25px; line-height: 25px;font-family: "宋体";}
.searchrow p span{display: block;float: left;color: #ff6600;}
.searchrow p a{display: block;float: left;color: #999;margin-right: 30px;}
/*-----网站列表-----*/
.MenuWrap{width: 100%;}
.cle{clear: both;}
.LeftWebMenu{width: 311px;float: left;}
.Topbox{width: 309px;border: 1px solid #c9e3f0;}
.Topbox ul li{float: left;width: 93px;text-align: center;height: 32px;line-height: 32px;margin: 5px;}
.Topbox ul li img{vertical-align: middle;margin: 8px 7px;display: block;float: left;}
.Topbox ul li a{display: block;float: left;font-size: 14px;font-family: "宋体";color: #666;}
.Topbox ul li a:hover,.Topbox ul li a.curr{color: #ff3300;text-decoration: underline;}
.main {
min-width: 1200px;
}
.container {
width: 1170px;
}
.page-path {
height: 44px;
color: #999;
font-size: 16px;
line-height: 44px;
}
.page-path a {
color: #999;
}
.page-path .active {
color: #6db3d5;
}
.con {
margin-bottom: 40px;
padding: 5px 0 0px 0;
color: #666;
font-size: 14px;
font-family: 'Microsoft Yahei';
line-height: 1.8;
}
.con a:hover {
color: #fd7923;
text-decoration: none;
}
.page-header {
position: relative;
height: 26px;
border-bottom: 2px solid #e6e6e6;
}
.page-header .header-title {
position: absolute;
top: 0;
left: 0;
margin-right: 6px;
padding: 5px 4px;
border-bottom: 2px solid #12adff;
color: #12adff;
font-size: 16px;
font-weight: bold;
line-height: 1;
}
.page-header .header-title:hover {
color: #fd7923;
}
.page-header .tip-info {
position: absolute;
top: 6px;
left: 110%;
font-weight: normal;
}
.tip-info {
color: #999;
font-size: 12px;
}
.smalltab {
/*width: 328px;*/
margin-bottom: 20px;
border: 1px solid #e7ebed;
background: #fff;
}
.smalltab .tab-header {
position: relative;
height: 38px;
margin-bottom: 8px;
padding-left: 14px;
border-bottom: 1px solid #e7ebed;
color: #333333;
font-size: 16px;
line-height: 38px;
}
.smalltab .tab-more {
position: absolute;
top: 0;
right: 14px;
color: #b2b2b2;
font-size: 12px;
}
.smalltab .tab-con {
overflow: hidden;
height: 570px;
padding: 0 14px;
}
.smalltab .tab-wrap li {
position: relative;
overflow: hidden;
height: 50px;
margin-bottom: 8px;
border-bottom: 1px dashed #e7ebed;
}
.smalltab .tab-num {
position: absolute;
top: 14px;
left: 1px;
width: 16px;
height: 16px;
background: #cccccc;
border-radius: 3px;
color: #fff;
font-size: 12px;
line-height: 16px;
text-align: center;
}
.smalltab .tab-num.active {
background: #12adff;
}
.smalltab .tab-img {
position: absolute;
top: 0;
left: 30px;
width: 40px;
height: 40px;
padding: 2px;
border: 1px solid #e7ebed;
border-radius: 50%;
}
.smalltab .tab-img img {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
}
.smalltab .tab-msg {
position: absolute;
top: 7px;
left: 80px;
width: 106px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #555555;
font-size: 14px;
}
.smalltab .tab-num-collect {
position: absolute;
top: 4px;
right: 24px;
width: 54px;
height: 30px;
background: url('../images/weixin/bg_line.png') center bottom no-repeat;
color: #555;
font-size: 14px;
text-align: center;
line-height: 17px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.smalltab .tab-collect {
position: absolute;
top: 14px;
right: 0;
width: 18px;
height: 17px;
background: url('../images/bg/bg_xing_white.png') 0 0 no-repeat;
cursor: pointer;
}
.smalltab .tab-collect:hover {
background: url('../images/bg/bg_xing_blue.png') 0 0 no-repeat;
}
.smalltab .tab-collect.active {
background: url('../images/bg/bg_xing_blue.png') 0 0 no-repeat;
}
.selectbar {
position: relative;
float: left;
width: 68px;
height: 32px;
padding-left: 4px;
color: #666;
line-height: 32px;
cursor: pointer;
}
.selectbar ul {
position: absolute;
top: 32px;
left: 0;
width: 72px;
background: #fff;
}
.selectbar li {
height: 32px;
padding-left: 4px;
cursor: pointer;
}
.selectbar li:hover {
background: #00bffc;
color: #fff;
}
.capsule {
overflow: hidden;
display: inline-block;
width: 47px;
height: 20px;
border: 1px solid #e6e6e6;
border-radius: 4px;
}
.capsule dt {
float: left;
border-right: 1px solid #e6e6e6;
}
.capsule dd {
float: left;
width: 24px;
text-align: center;
line-height: 20px;
}
.title-blue {
display: inline-block;
height: 32px;
margin-bottom: 10px;
padding: 0 10px;
background: #54d6ff;
color: #fff;
font-size: 16px;
line-height: 32px;
}
.title-black {
height: 32px;
margin-bottom: 10px;
color: #333;
font-size: 16px;
line-height: 32px;
}
.icon-home {
display: inline-block;
width: 18px;
height: 18px;
margin-right: 2px;
margin-bottom: -3px;
background: url('../images/rankclass/icon_home.png') 0 0 no-repeat;
}
.icon-good {
display: inline-block;
width: 14px;
height: 18px;
margin-right: 2px;
margin-bottom: -3px;
background: url('../images/rankclass/icon_good.png') 0 0 no-repeat;
}
.icon-arrow-down {
display: inline-block;
width: 8px;
height: 5px;
margin-right: 0px;
margin-left: -3px;
margin-bottom: 2px;
background: url('../images/rankclass/icon_arrow_down.png') 0 0 no-repeat;
}
.icon-baidu {
display: inline-block;
width: 20px;
height: 20px;
background: url('../images/rankclass/icon_baidu.png') center center no-repeat;
}
.icon-google {
display: inline-block;
width: 20px;
height: 20px;
background: url('../images/rankclass/icon_google.png') center center no-repeat;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.link-green {
display: inline-block;
padding-right: 17px;
background: url('../images/rankclass/icon_visit.png') 98% center no-repeat;
color: #008800;
}
a.link-green:hover {
color: #008800;
}
.cl-red {
color: #ff0000;
}
.mgb-sm {
margin-bottom: 16px;
}
.mgb-xm {
margin-bottom: 8px;
}
.text-center {
text-align: center;
}
.btn-white {
display: inline-block;
width: 102px;
height: 28px;
/*margin-right: 10px;*/
border: 1px solid #06b5ff;
border-radius: 4px;
color: #06b5ff;
text-align: center;
line-height: 25px;
}
a.btn-white:hover {
background: #06b5ff;
color: #fff;
}
a.btn-yellow {
display: inline-block;
height: 28px;
margin-right: 0px;
margin-top: 3px;
padding: 0 16px;
border: 1px solid #ffdcba;
color: #333;
font-size: 14px;
line-height: 28px;
}
.btn-yellow:hover {
border: 1px dashed #ff6600;
color: #ff6600;
text-decoration: none;
}
.b-top1-nr-nr li b {
margin-top: 4px;
}
.b-top1-nr-nr li input {
color: #666;
font-size: 12px;
}
/*.subnav {
top: 42px;
}*/
.b-bottom-nr1 {
height: 178px;
}
.b-bottom-nr1-cont dd {
padding-right: 10px;
}
.b-bottom-nr1-cont2 {
width: 257px;
margin-left: 24px;
}
.b-bottom-nr1-cont3 {
width: 257px;
margin-left: 24px;
}
.b-bottom-nr1-cont4 {
width: 257px;
margin-left: 24px;
}
.b-bottom-nr2 p {
margin-bottom: 0;
}
/*.xuanfu {
right: 67px;
}*/
.online_service {
width: 100px;
height: 49px;
}
.main {
background: #fff;
}
.header-zone {
height: 38px;
margin-bottom: 20px;
padding-left: 43px;
background: url('../images/icon/icon_weixin_big.png') 4px 6px no-repeat;
color: #555;
font-size: 26px;
line-height: 38px;
}
.header-zone .tips {
color: #9f9f9f;
font-size: 14px;
}
.nav-controls {
position: relative;
height: 38px;
margin-bottom: 22px;
border-bottom: 1px solid #dbdbdb;
color: #777;
font-size: 16px;
font-weight: bold;
line-height: 38px;
}
.nav-controls.nav-big {
margin: 0 -15px 20px;
}
.nav-controls .active, .nav-controls.nav-big .active {
color: #00a1e9;
border-bottom: 3px solid #00a1e9;
}
.nav-controls li:hover, .nav-controls.nav-big li:hover {
color: #00a1e9;
border-bottom: 3px solid #00a1e9;
}
.nav-controls ul {
position: absolute;
top: -3px;
left: 0;
}
.nav-controls ul li {
float: left;
margin-right: 30px;
padding: 0 18px;
cursor: pointer;
}
.nav-controls.nav-big ul li {
float: left;
margin-right: 58px;
padding: 0 35px;
color: #545454;
font-size: 18px;
font-weight: normal;
cursor: pointer;
}
.item-zone {
margin-right: -18px;
}
.item-zone li {
float: left;
width: 277px;
height: 176px;
margin: 0 14px 14px 0;
padding: 12px 8px 8px;
padding-right: 3px;
border: 1px solid #e7ebed;
background: #fff;
}
.item-zone .zone-left {
float: left;
width: 103px;
margin-right: 15px;
}
.item-zone .zone-img {
display: block;
width: 100%;
margin-bottom: 18px;
}
.item-zone .zone-left img {
display: block;
width: 100%;
height: 103px;
border-radius: 50%;
}
.item-zone .zone-right {
float: left;
width: 142px;
color: #929292;
font-size: 12px;
line-height: 22px;
}
.item-zone .zone-right h4 {
margin-bottom: 2px;
border-bottom: 1px solid #e7ebed;
color: #555555;
font-size: 14px;
font-weight: bold;
padding-bottom: 8px;
}
.item-zone .zone-right p {
margin-bottom: 9px;
}
.item-zone .has-icon-weixin {
width: 120px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.item-zone .zone-info {
overflow: hidden;
height: 45px;
}
.item-zone .zone-footer {
height: 30px;
margin-bottom: 0;
padding-top: 12px;
line-height: 20px;
}
.item-zone .text-red {
font-size: 14px;
}
.item-case {
margin-left: -15px;
margin-right: -35px;
margin-bottom: 40px;
}
.item-case li {
float: left;
width: 573px;
height: 400px;
margin: 0 20px 20px 0;
padding: 22px 0 0 20px;
border: 1px solid #e7ebed;
background: #fff;
}
.item-case .case-img {
float: left;
width: 218px;
height: 352px;
margin-right: 16px;
border-bottom: 1px solid #e7ebed;
}
.item-case .case-right {
float: left;
width: 296px;
}
.item-case .case-title {
margin-bottom: 20px;
padding-left: 34px;
color: #545454;
font-size: 18px;
font-weight: bold;
}
.item-case .case-info {
margin-bottom: 10px;
color: #545454;
font-size: 14px;
line-height: 1.8;
}
.item-case .case-info .info-title {
font-weight: bold;
}
.case-big {
margin: 0 -15px 45px;
}
.case-big .case-img {
float: left;
width: 285px;
height: 566px;
margin-right: 60px;
padding: 58px 12px 49px 12px;
background: url('../images/weixin/bg_phone.png') 0 bottom no-repeat;
}
.case-big .case-imgcon {
overflow: hidden;
height: 100%;
border: 2px solid #333;
}
.case-big .case-img img {
display: block;
width: 100%;
margin: 0;
}
.case-big .case-right {
float: left;
width: 821px;
}
.case-big .case-title {
margin-bottom: 10px;
color: #545454;
font-size: 18px;
line-height: 1;
}
.case-big .case-info {
margin-bottom: 16px;
color: #999999;
font-size: 16px;
line-height: 1.6;
}
.case-big .case-info.bottom-line {
padding-bottom: 22px;
border-bottom: 1px solid #dbdbdb;
}
.case-big .case-info .info-title {
font-weight: bold;
}
.case-big .case-data {
margin-bottom: 16px;
padding: 0 0 20px 33px;
border-bottom: 1px solid #dbdbdb;
}
.case-big .case-data li {
float: left;
margin-right: 128px;
}
.case-big .case-data .data-title {
margin-bottom: 16px;
color: #999999;
font-size: 14px;
line-height: 1;
}
.case-big .case-data .data-count {
color: #fa6060;
font-size: 24px;
line-height: 1;
}
.case-big .case-relate {
overflow: hidden;
}
.case-big .case-relate ul {
width: 945px;
}
.case-big .case-relate li {
float: left;
margin-right: 80px;
padding: 8px 0;
}
.case-big .case-relate img {
float: left;
width: 88px;
height: 88px;
margin-right: 15px;
border: 1px solid #dbdbdb;
border-radius: 50%;
}
.case-big .case-relate .relate-right {
float: left;
width: 132px;
padding-top: 6px;
}
.case-big .case-relate .btn-white {
width: 75px;
height: 25px;
font-size: 12px;
}
.case-big .case-relate .relate-title {
color: #999999;
font-size: 16px;
line-height: 1.8;
}
.case-big .case-relate .relate-data {
color: #666666;
font-size: 12px;
line-height: 1.4;
margin-bottom: 4px;
}
.item-logo {
margin-left: -15px;
margin-right: -41px;
margin-bottom: 100px;
}
.item-logo li {
float: left;
width: 183px;
margin: 0 14px 14px 0;
}
.item-logo li img {
display: block;
width: 100%;
}
.header-blue {
width: 160px;
height: 44px;
margin: 0 auto 24px;
border-bottom: 1px solid #00bffc;
color: #00bffc;
font-size: 26px;
text-align: center;
line-height: 30px;
}
.has-icon-weixin {
padding-left: 22px;
background: url('../images/icon/icon_weixin_green.png') 3px 5px no-repeat;
}
.has-icon-msg {
padding-left: 34px;
background: url('../images/icon/icon_msg.png') 1px 5px no-repeat;
}
.has-icon-broadcast {
padding-left: 34px;
background: url('../images/icon/icon_broadcast.png') 1px 5px no-repeat;
}
.has-icon-check-circle {
padding-left: 34px;
background: url('../images/icon/icon_check_circle.png') 1px 5px no-repeat;
}
.has-icon-chart {
padding-left: 34px;
background: url('../images/icon/icon_chart.png') 1px 2px no-repeat;
}
.text-red {
color: #ee3e33;
}
.carousel-control.left {
background-image: none;
}
.carousel-control.right {
background-image: none;
}
.mored{float: right;margin-top: -4px;color: #b2b2b2;}
| 0.32306 | 0.064594 |
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html, body {
height: 100%;
}
body {
padding: 0;
margin: 0;
background-color: #2F3238;
color: #929496;
}
a, a:visited {
color: #DE5E60;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
.thumb {
width: 50px;
}
.thumb.med {
width: 100px;
}
.thumb.lrg {
width: 200px;
}
#view {
padding: 20px;
}
#navbar {
margin: 0;
background-color: #26292E;
padding: 10px 20px;
margin-bottom: 1px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid #fff;
}
#navbar h1 {
color: white;
margin: 0;
padding: 0;
}
#navbar h1,
#navbar ul {
display: inline-block;
}
#navbar ul {
text-align: right;
position: absolute;
right: 20px;
list-style-type: none;
}
#navbar ul a:link,
#navbar ul a:visited {
color: white;
}
#subbar {
margin: 0;
padding: 0px 20px;
}
.breadcrumb {
list-style: none;
overflow: hidden;
font: 18px Helvetica, Arial, Sans-Serif;
margin-top: 0;
padding-left: 0;
border-bottom: 1px solid #fff;
box-shadow: 0px 10px 5px #26292E;
}
.breadcrumb li {
float: left;
}
.breadcrumb li a {
color: white;
text-decoration: none;
padding: 5px 0 5px 65px;
background: #26292E;
position: relative;
display: block;
float: left;
}
.breadcrumb li a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid #26292E;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
.breadcrumb li a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
.breadcrumb li:first-child a {
padding-left: 10px;
}
.breadcrumb li:last-child a {
/*background: transparent !important;*/
color: #929496;
pointer-events: none;
cursor: default;
}
.breadcrumb li a:hover {
background: #2F3238;
color: #DE5E60;
}
.breadcrumb li a:hover:after { border-left-color: #2F3238 !important; }
.menu {
width: 100%;
margin: 11px 0 10px;
padding: 0 20px;
}
.menu .item {
background-color: #000;
margin-right: 10px;
padding: 10px 20px;
border-radius: 0px 0px 10px 10px;
border-top: 1px solid #3c4547;
}
.menu .item.right {
text-align: right;
margin-right: 0;
}
.clear {
clear: both;
}
.player-thumb {
display: inline-block;
margin: 5px;
float: left;
}
.player-thumb img {
width: 96px;
}
.club {
}
.club h2 {
color: #fff;
}
.club .box {
display: inline-block;
width: 250px;
vertical-align: top;
position: relative;
}
.box .boxinner {
height: 550px;
overflow-x: hidden;
overflow-y: auto;
}
.club .box.lrg {
width: 400px;
}
.club .box.stats {
margin-left: 30px;
}
.club .box.exlrg {
width: 600px;
}
.clubs {
margin-right: 100px;
display: inline-block;
}
.clubs h3 a {
color: #fff;
}
.clubs h3 a:hover {
color: #DE5E60;
}
.clubs .info{
display: block;
float: left;
}
.clubs img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.clubs.opp {
margin-right: 50px;
}
.clubs.opp img {
width: 50px;
}
.fixtures .fix a, .fixtures .fix a:visited {
color: #fff;
text-decoration: none;
}
.fixtures .fix a:hover {
color:#DE5E60;
text-decoration: none;
}
.fixtures .fix img {
padding-top: 5px;
margin-right: 10px;
}
.fixtures .fix img,
.fixtures .fix .info {
display: inline-block;
vertical-align: top;
}
.fixtures .fix .info label {
font-weight: 700;
min-width: 80px;
}
nav#menu {
float: right;
margin-right: 20px;
}
nav#menu #menu-nav {
margin: 0;
padding: 0;
}
nav#menu #menu-nav li:first-child {
margin-left: 0;
}
nav#menu #menu-nav li {
list-style: none;
display: inline-block;
margin-left: 50px;
}
nav#menu #menu-nav li a {
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
line-height: 60px;
display: block;
text-transform: uppercase;
}
nav#menu #menu-nav li a:hover {
color: #DE5E60;
text-decoration: none;
}
.formation .pitch {
background: transparent url("/assets/pitches/soccer.png") no-repeat left bottom;
height: 432px;
width: 594px;
}
.formation .subs {
border: 1px solid #fff;
height: 50px;
}
/*TILT*/
.tilt {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tilt:hover {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
/* Scrollbar
---------------------------------------*/
::-webkit-scrollbar {
width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(155,155,155,0.9);
}
.inline {
display: inline-block;
}
.right {
position: absolute;
right: 20px;
top: 27px;
}
.formation-list {
width: 400px;
display: inline-block;
vertical-align: top;
}
.formation-list.left {
margin-right: 50px;
}
.formation-list .inline {
display: inline-block;
}
.formation-list .player {
padding-bottom: 20px;
width: 133px;
}
.formation-list .player img,
.formation-list .player button {
display: block;
}
.logs {
width: 90%;
margin-left: 10px;
}
table.stats {
text-align: center;
}
table.stats tr.head, table.stats td:hover {
background-color: #DE5E60;
color: #fff;
}
table.stats.edit tr th, table.stats.edit tr td {
padding: 5px 10px;
}
table.stats tr.even {
background-color: #929496;
color: #000;
}
table.stats input {
width: 30px;
}
table.stats td.td-padding {
padding: 5px 20px;
}
.welcome h1 {
color: #fff;
}
.welcome, .boxes {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.boxes .box {
display: inline-block;
width: 290px;
margin-right: 40px;
margin-bottom: 40px;
}
.boxes .box.right {
margin-right: 0;
position: relative;
top: 0;
right: 0;
}
.box .icon-team,
.box .icon-players,
.box .icon-stats,
.box .icon-profiles,
.icon-logs,
.icon-fixtures {
font-size: 40px;
color: #DE5E60;
}
.icon-team:before {
content: "\e631";
}
.icon-players:before {
content: "\e61f";
}
.icon-profiles:before {
content: "\e605";
}
.icon-stats:before {
content: "\e625";
}
.icon-logs:before {
content: "\e60e";
}
.icon-fixtures:before {
content: "\e60a";
}
.boxes .box .icon,
.boxes .box .info {
vertical-align: top;
display: inline-block;
}
.boxes .box .icon {
width: 40px;
margin-right: 15px;
}
.boxes .box .info {
display: inline-block;
width: 230px;
}
.boxes .box .info h2 {
margin-top: 0;
padding-top: 0;
color: #fff;
}
.wrapper {
min-height: 100%;
/* equal to footer height */
margin-bottom: -30px;
}
.wrapper:after {
content: "";
display: block;
}
.footer, .wrapper:after {
/* .push must be the same height as footer */
height: 30px;
}
.footer {
background-color: #DE5E60;
width: 100%;
box-shadow: 0px 10px 5px #26292E, 0px -10px 5px #26292E;
}
.footer .links {
width: 75%;
margin-right: auto;
margin-left: auto;
text-align: right;
display: block;
}
.footer .links a:link,
.footer .links a:visited,
.footer .links a:hover {
color: #fff;
margin: 5px 15px;
display: inline-block;
}
.admin-wrapper {
width: 960px;
margin-left: auto;
margin-right: auto;
}
.admin-wrapper h1 {
color: #fff;
}
.admin-wrapper table {
width: 100%;
}
.admin-wrapper th {
text-align: left;
font-weight: 700;
color: #fff;
}
.icon-show:before {
content: "\e606";
}
.icon-edit:before {
content: "\e629";
}
.icon-delete:before {
content: "\e62f";
}
.red {
color: #DE5E60;
}
img.profile {
width: 100px;
}
img.img-sml {
width: 50px;
}
|
app/assets/stylesheets/application.css
|
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html, body {
height: 100%;
}
body {
padding: 0;
margin: 0;
background-color: #2F3238;
color: #929496;
}
a, a:visited {
color: #DE5E60;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
.thumb {
width: 50px;
}
.thumb.med {
width: 100px;
}
.thumb.lrg {
width: 200px;
}
#view {
padding: 20px;
}
#navbar {
margin: 0;
background-color: #26292E;
padding: 10px 20px;
margin-bottom: 1px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid #fff;
}
#navbar h1 {
color: white;
margin: 0;
padding: 0;
}
#navbar h1,
#navbar ul {
display: inline-block;
}
#navbar ul {
text-align: right;
position: absolute;
right: 20px;
list-style-type: none;
}
#navbar ul a:link,
#navbar ul a:visited {
color: white;
}
#subbar {
margin: 0;
padding: 0px 20px;
}
.breadcrumb {
list-style: none;
overflow: hidden;
font: 18px Helvetica, Arial, Sans-Serif;
margin-top: 0;
padding-left: 0;
border-bottom: 1px solid #fff;
box-shadow: 0px 10px 5px #26292E;
}
.breadcrumb li {
float: left;
}
.breadcrumb li a {
color: white;
text-decoration: none;
padding: 5px 0 5px 65px;
background: #26292E;
position: relative;
display: block;
float: left;
}
.breadcrumb li a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid #26292E;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
.breadcrumb li a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
.breadcrumb li:first-child a {
padding-left: 10px;
}
.breadcrumb li:last-child a {
/*background: transparent !important;*/
color: #929496;
pointer-events: none;
cursor: default;
}
.breadcrumb li a:hover {
background: #2F3238;
color: #DE5E60;
}
.breadcrumb li a:hover:after { border-left-color: #2F3238 !important; }
.menu {
width: 100%;
margin: 11px 0 10px;
padding: 0 20px;
}
.menu .item {
background-color: #000;
margin-right: 10px;
padding: 10px 20px;
border-radius: 0px 0px 10px 10px;
border-top: 1px solid #3c4547;
}
.menu .item.right {
text-align: right;
margin-right: 0;
}
.clear {
clear: both;
}
.player-thumb {
display: inline-block;
margin: 5px;
float: left;
}
.player-thumb img {
width: 96px;
}
.club {
}
.club h2 {
color: #fff;
}
.club .box {
display: inline-block;
width: 250px;
vertical-align: top;
position: relative;
}
.box .boxinner {
height: 550px;
overflow-x: hidden;
overflow-y: auto;
}
.club .box.lrg {
width: 400px;
}
.club .box.stats {
margin-left: 30px;
}
.club .box.exlrg {
width: 600px;
}
.clubs {
margin-right: 100px;
display: inline-block;
}
.clubs h3 a {
color: #fff;
}
.clubs h3 a:hover {
color: #DE5E60;
}
.clubs .info{
display: block;
float: left;
}
.clubs img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.clubs.opp {
margin-right: 50px;
}
.clubs.opp img {
width: 50px;
}
.fixtures .fix a, .fixtures .fix a:visited {
color: #fff;
text-decoration: none;
}
.fixtures .fix a:hover {
color:#DE5E60;
text-decoration: none;
}
.fixtures .fix img {
padding-top: 5px;
margin-right: 10px;
}
.fixtures .fix img,
.fixtures .fix .info {
display: inline-block;
vertical-align: top;
}
.fixtures .fix .info label {
font-weight: 700;
min-width: 80px;
}
nav#menu {
float: right;
margin-right: 20px;
}
nav#menu #menu-nav {
margin: 0;
padding: 0;
}
nav#menu #menu-nav li:first-child {
margin-left: 0;
}
nav#menu #menu-nav li {
list-style: none;
display: inline-block;
margin-left: 50px;
}
nav#menu #menu-nav li a {
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
line-height: 60px;
display: block;
text-transform: uppercase;
}
nav#menu #menu-nav li a:hover {
color: #DE5E60;
text-decoration: none;
}
.formation .pitch {
background: transparent url("/assets/pitches/soccer.png") no-repeat left bottom;
height: 432px;
width: 594px;
}
.formation .subs {
border: 1px solid #fff;
height: 50px;
}
/*TILT*/
.tilt {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tilt:hover {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
/* Scrollbar
---------------------------------------*/
::-webkit-scrollbar {
width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(155,155,155,0.9);
}
.inline {
display: inline-block;
}
.right {
position: absolute;
right: 20px;
top: 27px;
}
.formation-list {
width: 400px;
display: inline-block;
vertical-align: top;
}
.formation-list.left {
margin-right: 50px;
}
.formation-list .inline {
display: inline-block;
}
.formation-list .player {
padding-bottom: 20px;
width: 133px;
}
.formation-list .player img,
.formation-list .player button {
display: block;
}
.logs {
width: 90%;
margin-left: 10px;
}
table.stats {
text-align: center;
}
table.stats tr.head, table.stats td:hover {
background-color: #DE5E60;
color: #fff;
}
table.stats.edit tr th, table.stats.edit tr td {
padding: 5px 10px;
}
table.stats tr.even {
background-color: #929496;
color: #000;
}
table.stats input {
width: 30px;
}
table.stats td.td-padding {
padding: 5px 20px;
}
.welcome h1 {
color: #fff;
}
.welcome, .boxes {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.boxes .box {
display: inline-block;
width: 290px;
margin-right: 40px;
margin-bottom: 40px;
}
.boxes .box.right {
margin-right: 0;
position: relative;
top: 0;
right: 0;
}
.box .icon-team,
.box .icon-players,
.box .icon-stats,
.box .icon-profiles,
.icon-logs,
.icon-fixtures {
font-size: 40px;
color: #DE5E60;
}
.icon-team:before {
content: "\e631";
}
.icon-players:before {
content: "\e61f";
}
.icon-profiles:before {
content: "\e605";
}
.icon-stats:before {
content: "\e625";
}
.icon-logs:before {
content: "\e60e";
}
.icon-fixtures:before {
content: "\e60a";
}
.boxes .box .icon,
.boxes .box .info {
vertical-align: top;
display: inline-block;
}
.boxes .box .icon {
width: 40px;
margin-right: 15px;
}
.boxes .box .info {
display: inline-block;
width: 230px;
}
.boxes .box .info h2 {
margin-top: 0;
padding-top: 0;
color: #fff;
}
.wrapper {
min-height: 100%;
/* equal to footer height */
margin-bottom: -30px;
}
.wrapper:after {
content: "";
display: block;
}
.footer, .wrapper:after {
/* .push must be the same height as footer */
height: 30px;
}
.footer {
background-color: #DE5E60;
width: 100%;
box-shadow: 0px 10px 5px #26292E, 0px -10px 5px #26292E;
}
.footer .links {
width: 75%;
margin-right: auto;
margin-left: auto;
text-align: right;
display: block;
}
.footer .links a:link,
.footer .links a:visited,
.footer .links a:hover {
color: #fff;
margin: 5px 15px;
display: inline-block;
}
.admin-wrapper {
width: 960px;
margin-left: auto;
margin-right: auto;
}
.admin-wrapper h1 {
color: #fff;
}
.admin-wrapper table {
width: 100%;
}
.admin-wrapper th {
text-align: left;
font-weight: 700;
color: #fff;
}
.icon-show:before {
content: "\e606";
}
.icon-edit:before {
content: "\e629";
}
.icon-delete:before {
content: "\e62f";
}
.red {
color: #DE5E60;
}
img.profile {
width: 100px;
}
img.img-sml {
width: 50px;
}
| 0.265119 | 0.073563 |
body {
background: #474747 url(images/bg.png) repeat-y center 0;
margin: 0;
padding: 0;
font: 13px Lucida Grande,Lucida Sans Unicode,arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
}
#wrapper {
margin: auto;
width: 980px;
background-color: White;
}
#main {
float: left;
background-color: White;
padding: 8px;
}
#content {
float: left;
width: 656px;
border-right: 8px solid white;
}
#content a {
color: #DA1623;
}
#content a:visited {
color: #505050;
}
#sidebar {
float: left;
width: 300px;
background-color: #313131;
color: White;
}
#footer {
float: left;
width: 944px;
border-top: 1px solid #E3E3E3;
padding: 10px;
margin: 32px 0 0;
text-align: center;
background-color: White;
}
#footer a {
color: #DA1623;
}
#footer a:visited {
color: #505050;
}
#footer small {
margin-top: 8px;
display: block;
color: #686868;
}
#logo {
position: relative;
background: #DA1623 url(images/head.png) repeat-x 0 0;
height: 180px;
margin-bottom: 8px;
}
#logo a {
position: absolute;
top: 80px;
left: 20px;
display: block;
background: transparent url(images/logo.png) no-repeat 0 0;
width: 500px;
height: 81px;
}
#logo a span {
display: none;
}
#menu {
list-style: none;
padding: 0;
margin: 0 0 16px;
}
#menu a, #menu a:visited {
font-weight: bold;
text-decoration: none;
font-size: 90%;
color: White;
background-color: #DA1623;
border-bottom:1px solid #FFFFFF;
display:block;
padding: 8px;
}
#menu a:hover {
background-color: #313131;
}
div.post {
margin-bottom: 32px;
float: left;
width: 656px;
}
div.body {
font-size: 110%;
}
div.post h1 {
font-size: 200%;
margin: 0 0 4px;
}
#content div.post h1 a, div.post h1 a:visited {
color: Black;
text-decoration: none;
}
div.post div.date {
margin-bottom: 8px;
color: #666666;
font-size: 90%;
}
div.post div.body li {
margin-bottom: 8px;
}
ul.stats {
background: transparent url(images/stats.png) repeat 0 0;
border-color:#E3E3E3 #E3E3E3 #E3E3E3 #D91623;
border-style:solid;
border-width:1px 1px 1px 6px;
padding: 8px 10px;
list-style: none;
float: left;
width: 627px;
margin: 16px 0 0;
}
ul.stats li {
float: left;
margin-right: 20px;
}
#sidebar h3 {
height: 24px;
font-size: 150%;
text-align: center;
margin: 0;
padding: 10px;
border-bottom: 8px solid White;
background: transparent url(images/sl.png) repeat 0 0;
}
#ad {
border-bottom: 8px solid White;
}
#about {
line-height: 130%;
font-size: 150%;
padding: 10px;
min-height: 108px;
border-bottom: 8px solid White;
}
#sidebar ul {
padding: 10px;
margin: 0;
list-style: none;
border-bottom: 8px solid White;
}
#sidebar ul li {
font-size: 110%;
margin-bottom: 4px;
}
#sidebar ul li a, #sidebar ul li a:visited {
color: White;
}
h5 {
float: left;
width: 100%;
margin: 36px 0 0;
font-size: 150%;
}
div.comment {
float: left;
width: 100%;
border-top: 1px solid #E3E3E3;
margin-top: 16px;
padding-bottom: 8px;
}
div.comment h4 {
font-size: 100%;
margin: 8px 0;
}
div.comment img {
float: right;
margin: 8px 0 16px 16px;
}
#add-comment {
float: left;
width: 100%;
margin-top: 16px;
}
#your-comment {
padding: 8px;
width: 600px;
font: normal 100% Lucida Grande,Lucida Sans Unicode,Arial,helvetica,sans-serif;
}
#pagenav {
float: left;
width: 656px;
}
#pagenav .older {
float: right;
}
#pagenav .newer {
float: left;
}
/* legacy Wordpress.com. stuff */
img.aligncenter {
display: block;
margin: auto;
}
|
templates/deep-red/default.css
|
body {
background: #474747 url(images/bg.png) repeat-y center 0;
margin: 0;
padding: 0;
font: 13px Lucida Grande,Lucida Sans Unicode,arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
}
#wrapper {
margin: auto;
width: 980px;
background-color: White;
}
#main {
float: left;
background-color: White;
padding: 8px;
}
#content {
float: left;
width: 656px;
border-right: 8px solid white;
}
#content a {
color: #DA1623;
}
#content a:visited {
color: #505050;
}
#sidebar {
float: left;
width: 300px;
background-color: #313131;
color: White;
}
#footer {
float: left;
width: 944px;
border-top: 1px solid #E3E3E3;
padding: 10px;
margin: 32px 0 0;
text-align: center;
background-color: White;
}
#footer a {
color: #DA1623;
}
#footer a:visited {
color: #505050;
}
#footer small {
margin-top: 8px;
display: block;
color: #686868;
}
#logo {
position: relative;
background: #DA1623 url(images/head.png) repeat-x 0 0;
height: 180px;
margin-bottom: 8px;
}
#logo a {
position: absolute;
top: 80px;
left: 20px;
display: block;
background: transparent url(images/logo.png) no-repeat 0 0;
width: 500px;
height: 81px;
}
#logo a span {
display: none;
}
#menu {
list-style: none;
padding: 0;
margin: 0 0 16px;
}
#menu a, #menu a:visited {
font-weight: bold;
text-decoration: none;
font-size: 90%;
color: White;
background-color: #DA1623;
border-bottom:1px solid #FFFFFF;
display:block;
padding: 8px;
}
#menu a:hover {
background-color: #313131;
}
div.post {
margin-bottom: 32px;
float: left;
width: 656px;
}
div.body {
font-size: 110%;
}
div.post h1 {
font-size: 200%;
margin: 0 0 4px;
}
#content div.post h1 a, div.post h1 a:visited {
color: Black;
text-decoration: none;
}
div.post div.date {
margin-bottom: 8px;
color: #666666;
font-size: 90%;
}
div.post div.body li {
margin-bottom: 8px;
}
ul.stats {
background: transparent url(images/stats.png) repeat 0 0;
border-color:#E3E3E3 #E3E3E3 #E3E3E3 #D91623;
border-style:solid;
border-width:1px 1px 1px 6px;
padding: 8px 10px;
list-style: none;
float: left;
width: 627px;
margin: 16px 0 0;
}
ul.stats li {
float: left;
margin-right: 20px;
}
#sidebar h3 {
height: 24px;
font-size: 150%;
text-align: center;
margin: 0;
padding: 10px;
border-bottom: 8px solid White;
background: transparent url(images/sl.png) repeat 0 0;
}
#ad {
border-bottom: 8px solid White;
}
#about {
line-height: 130%;
font-size: 150%;
padding: 10px;
min-height: 108px;
border-bottom: 8px solid White;
}
#sidebar ul {
padding: 10px;
margin: 0;
list-style: none;
border-bottom: 8px solid White;
}
#sidebar ul li {
font-size: 110%;
margin-bottom: 4px;
}
#sidebar ul li a, #sidebar ul li a:visited {
color: White;
}
h5 {
float: left;
width: 100%;
margin: 36px 0 0;
font-size: 150%;
}
div.comment {
float: left;
width: 100%;
border-top: 1px solid #E3E3E3;
margin-top: 16px;
padding-bottom: 8px;
}
div.comment h4 {
font-size: 100%;
margin: 8px 0;
}
div.comment img {
float: right;
margin: 8px 0 16px 16px;
}
#add-comment {
float: left;
width: 100%;
margin-top: 16px;
}
#your-comment {
padding: 8px;
width: 600px;
font: normal 100% Lucida Grande,Lucida Sans Unicode,Arial,helvetica,sans-serif;
}
#pagenav {
float: left;
width: 656px;
}
#pagenav .older {
float: right;
}
#pagenav .newer {
float: left;
}
/* legacy Wordpress.com. stuff */
img.aligncenter {
display: block;
margin: auto;
}
| 0.293 | 0.097864 |
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-wqhfbv');
src:url('fonts/icomoon.eot?#iefix-wqhfbv') format('embedded-opentype'),
url('fonts/icomoon.woff?-wqhfbv') format('woff'),
url('fonts/icomoon.ttf?-wqhfbv') format('truetype'),
url('fonts/icomoon.svg?-wqhfbv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-delete:before {
content: "\e600";
}
.icon-done:before {
content: "\e601";
}
.icon-perm-identity:before {
content: "\e602";
}
.icon-search:before {
content: "\e624";
}
.icon-add:before {
content: "\e603";
}
.icon-clear:before {
content: "\e604";
}
.icon-remove:before {
content: "\e605";
}
.icon-access-time:before {
content: "\e606";
}
.icon-attach-file:before {
content: "\e607";
}
.icon-format-align-center:before {
content: "\e608";
}
.icon-format-align-justify:before {
content: "\e609";
}
.icon-format-align-left:before {
content: "\e60a";
}
.icon-format-align-right:before {
content: "\e60b";
}
.icon-format-bold:before {
content: "\e60c";
}
.icon-format-color-text:before {
content: "\e60d";
}
.icon-format-ital:before {
content: "\e60e";
}
.icon-format-list-bulleted:before {
content: "\e60f";
}
.icon-format-list-numbered:before {
content: "\e610";
}
.icon-insert-comment:before {
content: "\e611";
}
.icon-keyboard-alt:before {
content: "\e612";
}
.icon-crop-free:before {
content: "\e613";
}
.icon-crop-original:before {
content: "\e614";
}
.icon-lens:before {
content: "\e615";
}
.icon-photo-camera:before {
content: "\e616";
}
.icon-arrow-back:before {
content: "\e617";
}
.icon-arrow-drop-down:before {
content: "\e618";
}
.icon-more-vert:before {
content: "\e619";
}
.icon-group:before {
content: "\e61a";
}
.icon-group-add:before {
content: "\e61b";
}
.icon-notifications:before {
content: "\e625";
}
.icon-notifications-on:before {
content: "\e626";
}
.icon-person:before {
content: "\e61c";
}
.icon-person-add:before {
content: "\e61d";
}
.icon-check-box:before {
content: "\e61e";
}
.icon-check-box-outline-blank:before {
content: "\e61f";
}
.icon-radio-button-off:before {
content: "\e620";
}
.icon-radio-button-on:before {
content: "\e621";
}
.icon-star:before {
content: "\e622";
}
.icon-star-outline:before {
content: "\e623";
}
|
resources/style.css
|
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-wqhfbv');
src:url('fonts/icomoon.eot?#iefix-wqhfbv') format('embedded-opentype'),
url('fonts/icomoon.woff?-wqhfbv') format('woff'),
url('fonts/icomoon.ttf?-wqhfbv') format('truetype'),
url('fonts/icomoon.svg?-wqhfbv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-delete:before {
content: "\e600";
}
.icon-done:before {
content: "\e601";
}
.icon-perm-identity:before {
content: "\e602";
}
.icon-search:before {
content: "\e624";
}
.icon-add:before {
content: "\e603";
}
.icon-clear:before {
content: "\e604";
}
.icon-remove:before {
content: "\e605";
}
.icon-access-time:before {
content: "\e606";
}
.icon-attach-file:before {
content: "\e607";
}
.icon-format-align-center:before {
content: "\e608";
}
.icon-format-align-justify:before {
content: "\e609";
}
.icon-format-align-left:before {
content: "\e60a";
}
.icon-format-align-right:before {
content: "\e60b";
}
.icon-format-bold:before {
content: "\e60c";
}
.icon-format-color-text:before {
content: "\e60d";
}
.icon-format-ital:before {
content: "\e60e";
}
.icon-format-list-bulleted:before {
content: "\e60f";
}
.icon-format-list-numbered:before {
content: "\e610";
}
.icon-insert-comment:before {
content: "\e611";
}
.icon-keyboard-alt:before {
content: "\e612";
}
.icon-crop-free:before {
content: "\e613";
}
.icon-crop-original:before {
content: "\e614";
}
.icon-lens:before {
content: "\e615";
}
.icon-photo-camera:before {
content: "\e616";
}
.icon-arrow-back:before {
content: "\e617";
}
.icon-arrow-drop-down:before {
content: "\e618";
}
.icon-more-vert:before {
content: "\e619";
}
.icon-group:before {
content: "\e61a";
}
.icon-group-add:before {
content: "\e61b";
}
.icon-notifications:before {
content: "\e625";
}
.icon-notifications-on:before {
content: "\e626";
}
.icon-person:before {
content: "\e61c";
}
.icon-person-add:before {
content: "\e61d";
}
.icon-check-box:before {
content: "\e61e";
}
.icon-check-box-outline-blank:before {
content: "\e61f";
}
.icon-radio-button-off:before {
content: "\e620";
}
.icon-radio-button-on:before {
content: "\e621";
}
.icon-star:before {
content: "\e622";
}
.icon-star-outline:before {
content: "\e623";
}
| 0.260389 | 0.095602 |
.preloader .loader {
width: 100%;
height: 100%;
background-color: #000;
}
.preloader .loader .back-black {
position: fixed;
top: 0;
width: 100vw;
height: 100vh;
background-color: #020202;
z-index: 2;
}
.preloader .loader .banter-loader {
z-index: 3;
position: absolute;
left: 50%;
top: 50%;
width: 72px;
height: 72px;
margin-left: -36px;
margin-top: -36px;
}
.preloader .loader .banter-loader__box {
float: left;
position: relative;
width: 20px;
height: 20px;
margin-right: 6px;
}
.preloader .loader .banter-loader__box:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
}
.preloader .loader .banter-loader__box:nth-child(3n) {
margin-right: 0;
margin-bottom: 6px;
}
.preloader .loader .banter-loader__box:nth-child(1):before, .preloader .loader .banter-loader__box:nth-child(4):before {
margin-left: 26px;
}
.preloader .loader .banter-loader__box:nth-child(3):before {
margin-top: 52px;
}
.preloader .loader .banter-loader__box:last-child {
margin-bottom: 0;
}
@keyframes moveBox-1 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(0px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(26px, 0);
}
45.4545454545% {
transform: translate(26px, 26px);
}
54.5454545455% {
transform: translate(26px, 26px);
}
63.6363636364% {
transform: translate(26px, 26px);
}
72.7272727273% {
transform: translate(26px, 0px);
}
81.8181818182% {
transform: translate(0px, 0px);
}
90.9090909091% {
transform: translate(-26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(1) {
animation: moveBox-1 4s infinite;
}
@keyframes moveBox-2 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(26px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(26px, 0);
}
45.4545454545% {
transform: translate(26px, 26px);
}
54.5454545455% {
transform: translate(26px, 26px);
}
63.6363636364% {
transform: translate(26px, 26px);
}
72.7272727273% {
transform: translate(26px, 26px);
}
81.8181818182% {
transform: translate(0px, 26px);
}
90.9090909091% {
transform: translate(0px, 26px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(2) {
animation: moveBox-2 4s infinite;
}
@keyframes moveBox-3 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(-26px, 0);
}
45.4545454545% {
transform: translate(-26px, 0);
}
54.5454545455% {
transform: translate(-26px, 0);
}
63.6363636364% {
transform: translate(-26px, 0);
}
72.7272727273% {
transform: translate(-26px, 0);
}
81.8181818182% {
transform: translate(-26px, -26px);
}
90.9090909091% {
transform: translate(0px, -26px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(3) {
animation: moveBox-3 4s infinite;
}
@keyframes moveBox-4 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(-26px, -26px);
}
36.3636363636% {
transform: translate(0px, -26px);
}
45.4545454545% {
transform: translate(0px, 0px);
}
54.5454545455% {
transform: translate(0px, -26px);
}
63.6363636364% {
transform: translate(0px, -26px);
}
72.7272727273% {
transform: translate(0px, -26px);
}
81.8181818182% {
transform: translate(-26px, -26px);
}
90.9090909091% {
transform: translate(-26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(4) {
animation: moveBox-4 4s infinite;
}
@keyframes moveBox-5 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(0, 0);
}
27.2727272727% {
transform: translate(0, 0);
}
36.3636363636% {
transform: translate(26px, 0);
}
45.4545454545% {
transform: translate(26px, 0);
}
54.5454545455% {
transform: translate(26px, 0);
}
63.6363636364% {
transform: translate(26px, 0);
}
72.7272727273% {
transform: translate(26px, 0);
}
81.8181818182% {
transform: translate(26px, -26px);
}
90.9090909091% {
transform: translate(0px, -26px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(5) {
animation: moveBox-5 4s infinite;
}
@keyframes moveBox-6 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(-26px, 0);
}
36.3636363636% {
transform: translate(0px, 0);
}
45.4545454545% {
transform: translate(0px, 0);
}
54.5454545455% {
transform: translate(0px, 0);
}
63.6363636364% {
transform: translate(0px, 0);
}
72.7272727273% {
transform: translate(0px, 26px);
}
81.8181818182% {
transform: translate(-26px, 26px);
}
90.9090909091% {
transform: translate(-26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(6) {
animation: moveBox-6 4s infinite;
}
@keyframes moveBox-7 {
9.0909090909% {
transform: translate(26px, 0);
}
18.1818181818% {
transform: translate(26px, 0);
}
27.2727272727% {
transform: translate(26px, 0);
}
36.3636363636% {
transform: translate(0px, 0);
}
45.4545454545% {
transform: translate(0px, -26px);
}
54.5454545455% {
transform: translate(26px, -26px);
}
63.6363636364% {
transform: translate(0px, -26px);
}
72.7272727273% {
transform: translate(0px, -26px);
}
81.8181818182% {
transform: translate(0px, 0px);
}
90.9090909091% {
transform: translate(26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(7) {
animation: moveBox-7 4s infinite;
}
@keyframes moveBox-8 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(-26px, -26px);
}
36.3636363636% {
transform: translate(0px, -26px);
}
45.4545454545% {
transform: translate(0px, -26px);
}
54.5454545455% {
transform: translate(0px, -26px);
}
63.6363636364% {
transform: translate(0px, -26px);
}
72.7272727273% {
transform: translate(0px, -26px);
}
81.8181818182% {
transform: translate(26px, -26px);
}
90.9090909091% {
transform: translate(26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(8) {
animation: moveBox-8 4s infinite;
}
@keyframes moveBox-9 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(-26px, 0);
}
45.4545454545% {
transform: translate(0px, 0);
}
54.5454545455% {
transform: translate(0px, 0);
}
63.6363636364% {
transform: translate(-26px, 0);
}
72.7272727273% {
transform: translate(-26px, 0);
}
81.8181818182% {
transform: translate(-52px, 0);
}
90.9090909091% {
transform: translate(-26px, 0);
}
100% {
transform: translate(0px, 0);
}
}
.preloader .loader .banter-loader__box:nth-child(9) {
animation: moveBox-9 4s infinite;
}
|
public/css/preloader.css
|
.preloader .loader {
width: 100%;
height: 100%;
background-color: #000;
}
.preloader .loader .back-black {
position: fixed;
top: 0;
width: 100vw;
height: 100vh;
background-color: #020202;
z-index: 2;
}
.preloader .loader .banter-loader {
z-index: 3;
position: absolute;
left: 50%;
top: 50%;
width: 72px;
height: 72px;
margin-left: -36px;
margin-top: -36px;
}
.preloader .loader .banter-loader__box {
float: left;
position: relative;
width: 20px;
height: 20px;
margin-right: 6px;
}
.preloader .loader .banter-loader__box:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
}
.preloader .loader .banter-loader__box:nth-child(3n) {
margin-right: 0;
margin-bottom: 6px;
}
.preloader .loader .banter-loader__box:nth-child(1):before, .preloader .loader .banter-loader__box:nth-child(4):before {
margin-left: 26px;
}
.preloader .loader .banter-loader__box:nth-child(3):before {
margin-top: 52px;
}
.preloader .loader .banter-loader__box:last-child {
margin-bottom: 0;
}
@keyframes moveBox-1 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(0px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(26px, 0);
}
45.4545454545% {
transform: translate(26px, 26px);
}
54.5454545455% {
transform: translate(26px, 26px);
}
63.6363636364% {
transform: translate(26px, 26px);
}
72.7272727273% {
transform: translate(26px, 0px);
}
81.8181818182% {
transform: translate(0px, 0px);
}
90.9090909091% {
transform: translate(-26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(1) {
animation: moveBox-1 4s infinite;
}
@keyframes moveBox-2 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(26px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(26px, 0);
}
45.4545454545% {
transform: translate(26px, 26px);
}
54.5454545455% {
transform: translate(26px, 26px);
}
63.6363636364% {
transform: translate(26px, 26px);
}
72.7272727273% {
transform: translate(26px, 26px);
}
81.8181818182% {
transform: translate(0px, 26px);
}
90.9090909091% {
transform: translate(0px, 26px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(2) {
animation: moveBox-2 4s infinite;
}
@keyframes moveBox-3 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(-26px, 0);
}
45.4545454545% {
transform: translate(-26px, 0);
}
54.5454545455% {
transform: translate(-26px, 0);
}
63.6363636364% {
transform: translate(-26px, 0);
}
72.7272727273% {
transform: translate(-26px, 0);
}
81.8181818182% {
transform: translate(-26px, -26px);
}
90.9090909091% {
transform: translate(0px, -26px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(3) {
animation: moveBox-3 4s infinite;
}
@keyframes moveBox-4 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(-26px, -26px);
}
36.3636363636% {
transform: translate(0px, -26px);
}
45.4545454545% {
transform: translate(0px, 0px);
}
54.5454545455% {
transform: translate(0px, -26px);
}
63.6363636364% {
transform: translate(0px, -26px);
}
72.7272727273% {
transform: translate(0px, -26px);
}
81.8181818182% {
transform: translate(-26px, -26px);
}
90.9090909091% {
transform: translate(-26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(4) {
animation: moveBox-4 4s infinite;
}
@keyframes moveBox-5 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(0, 0);
}
27.2727272727% {
transform: translate(0, 0);
}
36.3636363636% {
transform: translate(26px, 0);
}
45.4545454545% {
transform: translate(26px, 0);
}
54.5454545455% {
transform: translate(26px, 0);
}
63.6363636364% {
transform: translate(26px, 0);
}
72.7272727273% {
transform: translate(26px, 0);
}
81.8181818182% {
transform: translate(26px, -26px);
}
90.9090909091% {
transform: translate(0px, -26px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(5) {
animation: moveBox-5 4s infinite;
}
@keyframes moveBox-6 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(-26px, 0);
}
36.3636363636% {
transform: translate(0px, 0);
}
45.4545454545% {
transform: translate(0px, 0);
}
54.5454545455% {
transform: translate(0px, 0);
}
63.6363636364% {
transform: translate(0px, 0);
}
72.7272727273% {
transform: translate(0px, 26px);
}
81.8181818182% {
transform: translate(-26px, 26px);
}
90.9090909091% {
transform: translate(-26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(6) {
animation: moveBox-6 4s infinite;
}
@keyframes moveBox-7 {
9.0909090909% {
transform: translate(26px, 0);
}
18.1818181818% {
transform: translate(26px, 0);
}
27.2727272727% {
transform: translate(26px, 0);
}
36.3636363636% {
transform: translate(0px, 0);
}
45.4545454545% {
transform: translate(0px, -26px);
}
54.5454545455% {
transform: translate(26px, -26px);
}
63.6363636364% {
transform: translate(0px, -26px);
}
72.7272727273% {
transform: translate(0px, -26px);
}
81.8181818182% {
transform: translate(0px, 0px);
}
90.9090909091% {
transform: translate(26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(7) {
animation: moveBox-7 4s infinite;
}
@keyframes moveBox-8 {
9.0909090909% {
transform: translate(0, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(-26px, -26px);
}
36.3636363636% {
transform: translate(0px, -26px);
}
45.4545454545% {
transform: translate(0px, -26px);
}
54.5454545455% {
transform: translate(0px, -26px);
}
63.6363636364% {
transform: translate(0px, -26px);
}
72.7272727273% {
transform: translate(0px, -26px);
}
81.8181818182% {
transform: translate(26px, -26px);
}
90.9090909091% {
transform: translate(26px, 0px);
}
100% {
transform: translate(0px, 0px);
}
}
.preloader .loader .banter-loader__box:nth-child(8) {
animation: moveBox-8 4s infinite;
}
@keyframes moveBox-9 {
9.0909090909% {
transform: translate(-26px, 0);
}
18.1818181818% {
transform: translate(-26px, 0);
}
27.2727272727% {
transform: translate(0px, 0);
}
36.3636363636% {
transform: translate(-26px, 0);
}
45.4545454545% {
transform: translate(0px, 0);
}
54.5454545455% {
transform: translate(0px, 0);
}
63.6363636364% {
transform: translate(-26px, 0);
}
72.7272727273% {
transform: translate(-26px, 0);
}
81.8181818182% {
transform: translate(-52px, 0);
}
90.9090909091% {
transform: translate(-26px, 0);
}
100% {
transform: translate(0px, 0);
}
}
.preloader .loader .banter-loader__box:nth-child(9) {
animation: moveBox-9 4s infinite;
}
| 0.534855 | 0.125467 |
@font-face {
font-family: 'tinkoff_sansregular';
src: url('../assets/tinkoffsans.woff2') format('woff2'),
url('../assets/tinkoffsans.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html {
height: 100%;
}
body {
height: 100%;
max-width: 411px;
min-width: 360px;
margin: 0 auto;
font-family: tinkoff_sansregular,Graphik,Helvetica,Arial,Verdana,Tahoma,sans-serif;
webkit-font-smoothing: antialiased;
}
.promo-slide {
position: relative;
width: 100%;
height: 100%;
background-size: cover;
background-image: url(../assets/tinkoff-bg.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: #000;
display: flex;
align-items: center;
justify-content: center;
}
.promo-slide:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0, .45);
pointer-events: none;
}
.promo-slide__inner {
position: relative;
z-index: 1;
background-color: #f5f5f5;
width: 100%;
margin: 0 8px;
padding: 21px;
border-radius: 4px;
}
.promo-slide__text {
margin-bottom: 17px;
color: #000;
font-size: 31px;
text-align: center;
}
.tinkoff-btn {
outline: none;
display: block;
margin: 0 auto;
font-family: tinkoff_sansregular,Graphik,Helvetica,Arial,Verdana,Tahoma,sans-serif;
font-size: 25px;
width: 75%;
border: none;
border-radius: 4px;
background-color: #ffdd2d;
transition-property: background-color;
transition-duration: .25s;
transition-timing-function: ease;
min-height: 65px;
cursor: pointer;
}
.tinkoff-btn:hover,
.tinkoff-btn:active {
background-color: #fcc521;
}
.tinkoff-btn:focus,
.tinkoff-btn:focus:active,
.tinkoff-btn:focus:hover {
transition: none;
outline: none;
}
.main {
display: none;
padding-top: 5px;
}
.credit-sum {
position: relative;
}
.credit-sum__range {
position: relative;
top: -10px;
}
.credit-calculator {
display: block;
padding: 10px 30px 65px;
background-color: #1a1a1a;
color: #fff;
border-radius: 8px;
margin: 5px;
margin-bottom: 5px;
}
.credit-calculator__title {
margin: 0;
margin-bottom: 15px;
font-size: 21px;
line-height: 30px;
font-weight: 500;
}
.data,
.results {
padding: 10px 30px 10px;
margin: 5px;
background-color: #1a1a1a;
color: #fff;
border-radius: 8px;
flex-basis: 50%;
}
.results {
display: flex;
flex-direction: column;
margin-bottom: 5px;
}
.results__list {
padding: 0;
margin: 0;
}
.results__item {
display: flex;
justify-content: space-between;
}
.results__title {
margin: 0;
margin-bottom: 15px;
font-size: 21px;
line-height: 30px;
font-weight: 500;
}
.results__value {
font-size: 70px;
line-height: 70px;
font-weight: 600;
margin-bottom: 18px;
}
.results__list {
font-weight: 300;
}
.results__item {
margin-bottom: 5px;
}
.results__item:last-child {
margin-bottom: 0;
}
.results__item-title {
font-size: 17px;
line-height: 25px;
font-weight: 300;
}
.results__item-note {
opacity: .5;
max-width: 245px;
font-size: 14px;
line-height: 20px;
}
.text-danger {
color: #f66;
}
.results__item-note {
display: none;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 4px;
box-shadow: none;
background: #fff;
}
.rangeslider--horizontal .rangeslider__handle {
top: 50%;
touch-action: pan-y;
transform: translateY(-50%);
}
.rangeslider__handle {
outline: none;
box-shadow: none;
border: none;
width: 20px;
height: 20px;
background-image: none;
background: #fff;
cursor: grab;
z-index: 2;
}
.rangeslider__handle:active {
cursor: grabbing!important;
}
.rangeslider__handle:after {
background-image: none;
background-color: #fff;
width: 20px;
height: 20px;
}
.rangeslider__handle:hover:after,
.rangeslider__handle:active:after {
background: linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0) 20.31%,#fff),linear-gradient(0deg,#999,#999)!important;
width: 30px!important;
height: 30px!important;
}
.rangeslider--horizontal {
height: 2px;
}
.rangeslider {
background: rgba(255,255,255, .2);
}
.range-slider {
position: relative;
padding-top: 29px;
}
.range-slider .rangeslider::before {
content: '';
position: absolute;
height: 4px;
width: 2px;
background: #000;
z-index: 1;
}
.range-slider--spend .rangeslider::before {
left: 1.2%;
}
.range-slider--save .rangeslider::before {
left: 16.6%;
}
.range-slider__title {
left: 0;
position: absolute;
top: -8px;
font-size: 17px;
line-height: 25px;
font-weight: 300;
}
.range-slider__value {
position: absolute;
top: -8px;
right: 0;
display: flex;
font-weight: 300;
}
.range-slider__mark {
position: absolute;
left: 1.2%;
top: 45px;
font-size: 14px;
line-height: 20px;
font-weight: 300;
color: #fff;
opacity: .5;
}
.range-slider__mark--active {
opacity: .8;
}
.form-row {
margin-bottom: 75px;
}
.form-row:last-child {
margin-bottom: 0;
}
.range-slider--save .range-slider__mark {
left: 16.6%;
}
.issue-card-btn {
width: calc(100% - 10px);
}
@viewport {
orientation: portrait;
}
|
css/styles.css
|
@font-face {
font-family: 'tinkoff_sansregular';
src: url('../assets/tinkoffsans.woff2') format('woff2'),
url('../assets/tinkoffsans.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html {
height: 100%;
}
body {
height: 100%;
max-width: 411px;
min-width: 360px;
margin: 0 auto;
font-family: tinkoff_sansregular,Graphik,Helvetica,Arial,Verdana,Tahoma,sans-serif;
webkit-font-smoothing: antialiased;
}
.promo-slide {
position: relative;
width: 100%;
height: 100%;
background-size: cover;
background-image: url(../assets/tinkoff-bg.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: #000;
display: flex;
align-items: center;
justify-content: center;
}
.promo-slide:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0, .45);
pointer-events: none;
}
.promo-slide__inner {
position: relative;
z-index: 1;
background-color: #f5f5f5;
width: 100%;
margin: 0 8px;
padding: 21px;
border-radius: 4px;
}
.promo-slide__text {
margin-bottom: 17px;
color: #000;
font-size: 31px;
text-align: center;
}
.tinkoff-btn {
outline: none;
display: block;
margin: 0 auto;
font-family: tinkoff_sansregular,Graphik,Helvetica,Arial,Verdana,Tahoma,sans-serif;
font-size: 25px;
width: 75%;
border: none;
border-radius: 4px;
background-color: #ffdd2d;
transition-property: background-color;
transition-duration: .25s;
transition-timing-function: ease;
min-height: 65px;
cursor: pointer;
}
.tinkoff-btn:hover,
.tinkoff-btn:active {
background-color: #fcc521;
}
.tinkoff-btn:focus,
.tinkoff-btn:focus:active,
.tinkoff-btn:focus:hover {
transition: none;
outline: none;
}
.main {
display: none;
padding-top: 5px;
}
.credit-sum {
position: relative;
}
.credit-sum__range {
position: relative;
top: -10px;
}
.credit-calculator {
display: block;
padding: 10px 30px 65px;
background-color: #1a1a1a;
color: #fff;
border-radius: 8px;
margin: 5px;
margin-bottom: 5px;
}
.credit-calculator__title {
margin: 0;
margin-bottom: 15px;
font-size: 21px;
line-height: 30px;
font-weight: 500;
}
.data,
.results {
padding: 10px 30px 10px;
margin: 5px;
background-color: #1a1a1a;
color: #fff;
border-radius: 8px;
flex-basis: 50%;
}
.results {
display: flex;
flex-direction: column;
margin-bottom: 5px;
}
.results__list {
padding: 0;
margin: 0;
}
.results__item {
display: flex;
justify-content: space-between;
}
.results__title {
margin: 0;
margin-bottom: 15px;
font-size: 21px;
line-height: 30px;
font-weight: 500;
}
.results__value {
font-size: 70px;
line-height: 70px;
font-weight: 600;
margin-bottom: 18px;
}
.results__list {
font-weight: 300;
}
.results__item {
margin-bottom: 5px;
}
.results__item:last-child {
margin-bottom: 0;
}
.results__item-title {
font-size: 17px;
line-height: 25px;
font-weight: 300;
}
.results__item-note {
opacity: .5;
max-width: 245px;
font-size: 14px;
line-height: 20px;
}
.text-danger {
color: #f66;
}
.results__item-note {
display: none;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 4px;
box-shadow: none;
background: #fff;
}
.rangeslider--horizontal .rangeslider__handle {
top: 50%;
touch-action: pan-y;
transform: translateY(-50%);
}
.rangeslider__handle {
outline: none;
box-shadow: none;
border: none;
width: 20px;
height: 20px;
background-image: none;
background: #fff;
cursor: grab;
z-index: 2;
}
.rangeslider__handle:active {
cursor: grabbing!important;
}
.rangeslider__handle:after {
background-image: none;
background-color: #fff;
width: 20px;
height: 20px;
}
.rangeslider__handle:hover:after,
.rangeslider__handle:active:after {
background: linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0) 20.31%,#fff),linear-gradient(0deg,#999,#999)!important;
width: 30px!important;
height: 30px!important;
}
.rangeslider--horizontal {
height: 2px;
}
.rangeslider {
background: rgba(255,255,255, .2);
}
.range-slider {
position: relative;
padding-top: 29px;
}
.range-slider .rangeslider::before {
content: '';
position: absolute;
height: 4px;
width: 2px;
background: #000;
z-index: 1;
}
.range-slider--spend .rangeslider::before {
left: 1.2%;
}
.range-slider--save .rangeslider::before {
left: 16.6%;
}
.range-slider__title {
left: 0;
position: absolute;
top: -8px;
font-size: 17px;
line-height: 25px;
font-weight: 300;
}
.range-slider__value {
position: absolute;
top: -8px;
right: 0;
display: flex;
font-weight: 300;
}
.range-slider__mark {
position: absolute;
left: 1.2%;
top: 45px;
font-size: 14px;
line-height: 20px;
font-weight: 300;
color: #fff;
opacity: .5;
}
.range-slider__mark--active {
opacity: .8;
}
.form-row {
margin-bottom: 75px;
}
.form-row:last-child {
margin-bottom: 0;
}
.range-slider--save .range-slider__mark {
left: 16.6%;
}
.issue-card-btn {
width: calc(100% - 10px);
}
@viewport {
orientation: portrait;
}
| 0.45181 | 0.089494 |
.system {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
margin: 0;
top: -150px;
background: rgb(34, 34, 34);
}
.planet {
z-index: 10;
position: relative;
display: block;
width: 20vw;
height: 20vw;
background: #00adf6;
border-radius: 100%;
box-shadow: inset -3vw -1.5vw 0 rgba(22, 23, 67, .05);
overflow: hidden;
}
.moon {
z-index: 11;
position: absolute;
top: calc(50% - 2.5vw);
left: calc(50% - 2.5vw);
display: block;
width: 5vw;
height: 5vw;
background: rgb(234, 242, 253);
border-radius: 100%;
box-shadow: inset -1.5vw -1vw 0 rgba(255, 255, 255, 0.342), 0 0 2vw rgba(255, 255, 255, 0.342);
animation: 6s linear orbit infinite;
transform: translate3d(0, 0, 0);
}
@keyframes orbit {
0% {
z-index: 10;
transform: translate3d(0, 0, 0) scale(1.3);
}
15% {
z-index: 10;
transform: translate3d(8vw, 8vw, 0) scale(1);
}
20% {
z-index: 9;
transform: translate3d(9vw, 9vw, 0) scale(.9);
}
25% {
z-index: 9;
transform: translate3d(8.5vw, 8.5vw, 0) scale(.85);
}
30% {
z-index: 9;
transform: translate3d(7.5vw, 7.5vw, 0) scale(.8);
}
65% {
z-index: 9;
transform: translate3d(-8.5vw, -8.5vw, 0) scale(.8);
}
70% {
z-index: 9;
transform: translate3d(-9.5vw, -9.5vw, 0) scale(.85);
}
75% {
z-index: 9;
transform: translate3d(-10vw, -10vw, 0) scale(.9);
}
80% {
z-index: 10;
transform: translate3d(-9vw, -9vw, 0) scale(1);
}
100% {
z-index: 10;
transform: translate3d(0, 0, 0) scale(1.3);
}
}
.star {
z-index: 2;
position: absolute;
top: 30%;
left: 30%;
display: block;
width: .5vw;
height: 1.1vw;
background: #fff;
border-radius: 100%;
animation: 4s linear star infinite;
}
.star:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 100%;
height: 100%;
background: inherit;
border-radius: 100%;
transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.star--round {
width: .5vw;
height: .5vw;
}
.star--round:after {
display: none;
}
.star--yellow {
background-color: #f0b24b;
transform: scale(1.6);
}
.star--orange {
background-color: #ed612c;
transform: scale(1.2);
}
.star--1 {
top: 20%;
left: 35%;
animation-delay: 0;
}
.star--2 {
top: 40%;
left: 30%;
animation-delay: .5s;
}
.star--3 {
top: 70%;
left: 35%;
animation-delay: .25s;
}
.star--4 {
top: 55%;
left: 37%;
animation-delay: .15s;
}
.star--5 {
top: 25%;
left: 60%;
animation-delay: .5s;
}
.star--6 {
top: 35%;
left: 65%;
animation-delay: 0;
}
.star--7 {
top: 75%;
left: 60%;
animation-delay: .25s;
}
@keyframes star {
0% {
opacity: 1;
}
50% {
opacity: .3;
}
100% {
opacity: 1;
}
}
|
CSSanimasjon/css/orbit.css
|
.system {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
margin: 0;
top: -150px;
background: rgb(34, 34, 34);
}
.planet {
z-index: 10;
position: relative;
display: block;
width: 20vw;
height: 20vw;
background: #00adf6;
border-radius: 100%;
box-shadow: inset -3vw -1.5vw 0 rgba(22, 23, 67, .05);
overflow: hidden;
}
.moon {
z-index: 11;
position: absolute;
top: calc(50% - 2.5vw);
left: calc(50% - 2.5vw);
display: block;
width: 5vw;
height: 5vw;
background: rgb(234, 242, 253);
border-radius: 100%;
box-shadow: inset -1.5vw -1vw 0 rgba(255, 255, 255, 0.342), 0 0 2vw rgba(255, 255, 255, 0.342);
animation: 6s linear orbit infinite;
transform: translate3d(0, 0, 0);
}
@keyframes orbit {
0% {
z-index: 10;
transform: translate3d(0, 0, 0) scale(1.3);
}
15% {
z-index: 10;
transform: translate3d(8vw, 8vw, 0) scale(1);
}
20% {
z-index: 9;
transform: translate3d(9vw, 9vw, 0) scale(.9);
}
25% {
z-index: 9;
transform: translate3d(8.5vw, 8.5vw, 0) scale(.85);
}
30% {
z-index: 9;
transform: translate3d(7.5vw, 7.5vw, 0) scale(.8);
}
65% {
z-index: 9;
transform: translate3d(-8.5vw, -8.5vw, 0) scale(.8);
}
70% {
z-index: 9;
transform: translate3d(-9.5vw, -9.5vw, 0) scale(.85);
}
75% {
z-index: 9;
transform: translate3d(-10vw, -10vw, 0) scale(.9);
}
80% {
z-index: 10;
transform: translate3d(-9vw, -9vw, 0) scale(1);
}
100% {
z-index: 10;
transform: translate3d(0, 0, 0) scale(1.3);
}
}
.star {
z-index: 2;
position: absolute;
top: 30%;
left: 30%;
display: block;
width: .5vw;
height: 1.1vw;
background: #fff;
border-radius: 100%;
animation: 4s linear star infinite;
}
.star:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 100%;
height: 100%;
background: inherit;
border-radius: 100%;
transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.star--round {
width: .5vw;
height: .5vw;
}
.star--round:after {
display: none;
}
.star--yellow {
background-color: #f0b24b;
transform: scale(1.6);
}
.star--orange {
background-color: #ed612c;
transform: scale(1.2);
}
.star--1 {
top: 20%;
left: 35%;
animation-delay: 0;
}
.star--2 {
top: 40%;
left: 30%;
animation-delay: .5s;
}
.star--3 {
top: 70%;
left: 35%;
animation-delay: .25s;
}
.star--4 {
top: 55%;
left: 37%;
animation-delay: .15s;
}
.star--5 {
top: 25%;
left: 60%;
animation-delay: .5s;
}
.star--6 {
top: 35%;
left: 65%;
animation-delay: 0;
}
.star--7 {
top: 75%;
left: 60%;
animation-delay: .25s;
}
@keyframes star {
0% {
opacity: 1;
}
50% {
opacity: .3;
}
100% {
opacity: 1;
}
}
| 0.830422 | 0.180431 |
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
background-color: rgb(255, 255, 255);
}
.banner_width {
width: 20%;
margin-top: 22px;
}
/* @media only screen and (max-width: 600px) {
.banner_width {
margin-top: 33px;
width: 85%;
}
}
@media only screen and (min-width: 600px) {
.banner_width {
margin-top: 33px;
width: 70%;
}
}
@media only screen and (min-width: 1100px) {
.banner_width {
margin-top: 33px;
width: 60%;
}
}
@media only screen and (min-width: 1400px) {
.banner_width {
margin-top: 33px;
width: 54%;
}
} */
.header_edit {
top: 99px;
position: relative;
font-weight: bolder;
font-size: 42px;
font-family: 'MedievalSharp', cursive;
background: whitesmoke;
border: red;
border-radius: 5px;
border-width: 7px;
border-style: double;
opacity: 0.9;
}
@media only screen and (max-width: 500px) {
.header_edit {
top: 30px;
font-weight: bolder;
font-size: 18px;
}
}
@media only screen and (min-width: 500px) {
.header_edit {
top: 30px;
font-weight: bolder;
font-size: 20px;
}
}
@media only screen and (min-width: 600px) {
.header_edit {
top: 30px;
font-weight: bolder;
font-size: 24px;
}
}
@media only screen and (min-width: 740px) {
.header_edit {
top: 38px;
font-weight: bolder;
font-size: 30px;
}
}
@media only screen and (min-width: 1100px) {
.header_edit {
top: 45px;
font-weight: bolder;
font-size: 33px;
}
}
@media only screen and (min-width: 1440px) {
.header_edit {
top: 45px;
font-weight: bolder;
font-size: 38px;
}
}
@media only screen and (min-width: 1600px) {
.header_edit {
top: 50px;
font-weight: bolder;
font-size: 42px;
}
}
@media only screen and (min-width: 1800px) {
.header_edit {
top: 66px;
font-weight: bolder;
font-size: 44px;
}
}
.wrapper {
display: flex;
}
.nav-social-t {
height: 50px;
width: 50px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 0;
}
.nav-social-d {
height: 50px;
width: 50px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 42px;
}
@media only screen and (max-width: 600px) {
.nav-social-t {
height: 40px;
width: 40px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 0;
}
.nav-social-d {
height: 40px;
width: 40px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 27px;
}
}
.main_body {
margin-top: 18%;
}
@media only screen and (max-width: 600px) {
.main_body {
margin-top: 22%;
}
}
@media only screen and (min-width: 740px) {
.main_body {
margin-top: 22%;
}
}
@media only screen and (min-width: 1100px) {
.main_body {
margin-top: 14%;
}
}
@media only screen and (min-width: 1400px) {
.main_body {
margin-top: 15%;
}
}
@media only screen and (min-width: 1600px) {
.main_body {
margin-top: 10%;
}
}
body {
position: relative;
height: 100vh;
width: 100%;
}
body::before {
content: "";
background-image: url(/s8n_roadmap.png);
background-size: 34%;
background-repeat: round;
background-position: center;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.13;
}
main {
position: relative;
background-image: url(/s8n_banner.png);
background-size: 80% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
@media only screen and (max-width: 600px) {
main {
background-image: url(/s8n_banner.png);
background-size: 72% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 600px) {
main {
background-image: url(/s8n_banner.png);
background-size: 72% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 740px) {
main {
background-image: url(/s8n_banner.png);
background-size: 72% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 1100px) {
main {
background-image: url(/s8n_banner.png);
background-size: 63% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 1440px) {
main {
background-image: url(/s8n_banner.png);
background-size: 66% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 1600px) {
main {
background-image: url(/s8n_banner.png);
background-size: 60% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
.lds-hourglass {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-hourglass:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 8px;
box-sizing: border-box;
border: 32px solid #fff;
border-color: rgb(247, 142, 72) transparent rgb(228, 61, 61) transparent;
animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
|
src/app.css
|
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
background-color: rgb(255, 255, 255);
}
.banner_width {
width: 20%;
margin-top: 22px;
}
/* @media only screen and (max-width: 600px) {
.banner_width {
margin-top: 33px;
width: 85%;
}
}
@media only screen and (min-width: 600px) {
.banner_width {
margin-top: 33px;
width: 70%;
}
}
@media only screen and (min-width: 1100px) {
.banner_width {
margin-top: 33px;
width: 60%;
}
}
@media only screen and (min-width: 1400px) {
.banner_width {
margin-top: 33px;
width: 54%;
}
} */
.header_edit {
top: 99px;
position: relative;
font-weight: bolder;
font-size: 42px;
font-family: 'MedievalSharp', cursive;
background: whitesmoke;
border: red;
border-radius: 5px;
border-width: 7px;
border-style: double;
opacity: 0.9;
}
@media only screen and (max-width: 500px) {
.header_edit {
top: 30px;
font-weight: bolder;
font-size: 18px;
}
}
@media only screen and (min-width: 500px) {
.header_edit {
top: 30px;
font-weight: bolder;
font-size: 20px;
}
}
@media only screen and (min-width: 600px) {
.header_edit {
top: 30px;
font-weight: bolder;
font-size: 24px;
}
}
@media only screen and (min-width: 740px) {
.header_edit {
top: 38px;
font-weight: bolder;
font-size: 30px;
}
}
@media only screen and (min-width: 1100px) {
.header_edit {
top: 45px;
font-weight: bolder;
font-size: 33px;
}
}
@media only screen and (min-width: 1440px) {
.header_edit {
top: 45px;
font-weight: bolder;
font-size: 38px;
}
}
@media only screen and (min-width: 1600px) {
.header_edit {
top: 50px;
font-weight: bolder;
font-size: 42px;
}
}
@media only screen and (min-width: 1800px) {
.header_edit {
top: 66px;
font-weight: bolder;
font-size: 44px;
}
}
.wrapper {
display: flex;
}
.nav-social-t {
height: 50px;
width: 50px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 0;
}
.nav-social-d {
height: 50px;
width: 50px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 42px;
}
@media only screen and (max-width: 600px) {
.nav-social-t {
height: 40px;
width: 40px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 0;
}
.nav-social-d {
height: 40px;
width: 40px;
padding: 0 10px 0 10px;
position: fixed;
top: 0;
left: 27px;
}
}
.main_body {
margin-top: 18%;
}
@media only screen and (max-width: 600px) {
.main_body {
margin-top: 22%;
}
}
@media only screen and (min-width: 740px) {
.main_body {
margin-top: 22%;
}
}
@media only screen and (min-width: 1100px) {
.main_body {
margin-top: 14%;
}
}
@media only screen and (min-width: 1400px) {
.main_body {
margin-top: 15%;
}
}
@media only screen and (min-width: 1600px) {
.main_body {
margin-top: 10%;
}
}
body {
position: relative;
height: 100vh;
width: 100%;
}
body::before {
content: "";
background-image: url(/s8n_roadmap.png);
background-size: 34%;
background-repeat: round;
background-position: center;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.13;
}
main {
position: relative;
background-image: url(/s8n_banner.png);
background-size: 80% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
@media only screen and (max-width: 600px) {
main {
background-image: url(/s8n_banner.png);
background-size: 72% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 600px) {
main {
background-image: url(/s8n_banner.png);
background-size: 72% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 740px) {
main {
background-image: url(/s8n_banner.png);
background-size: 72% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 1100px) {
main {
background-image: url(/s8n_banner.png);
background-size: 63% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 1440px) {
main {
background-image: url(/s8n_banner.png);
background-size: 66% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
@media only screen and (min-width: 1600px) {
main {
background-image: url(/s8n_banner.png);
background-size: 60% auto;
background-repeat: no-repeat;
background-position-x: center;
text-align: center;
padding: 1em;
margin: 0 auto;
}
}
.lds-hourglass {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-hourglass:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 8px;
box-sizing: border-box;
border: 32px solid #fff;
border-color: rgb(247, 142, 72) transparent rgb(228, 61, 61) transparent;
animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
| 0.362405 | 0.077588 |
.workspace {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.clipboard-container {
border-radius: 5px;
background-color: var(--primary-color);
box-shadow: 5px 10px 18px #888888;
color: white;
width: 30rem;
margin: 1rem;
text-align: center;
position: relative;
}
.clipboard-title {
padding: 0.8rem 0rem;
}
.delete-clipboard-button {
position: absolute;
background-color: var(--primary-color);
color: white;
outline: none;
border: none;
top: 0.5rem;
right: 0.5rem;
border-radius: 2rem;
height: 3rem;
width: 3rem;
transition: all 0.3s ease;
}
.delete-clipboard-button::after {
position: absolute;
right: -0.5rem;
top: 0rem;
text-align: center;
padding-top: 0.8rem;
content: "delete";
background-color: white;
border-radius: 0.2rem;
color: black;
display: block;
opacity: 0;
width: 4rem;
height: 2rem;
pointer-events: none;
}
.delete-clipboard-button:hover::after {
animation: fadeIn 300ms ease-in;
animation-fill-mode: forwards;
}
.delete-clipboard-button:hover {
background-color: var(--primary-light);
cursor: pointer;
border-radius: 0rem;
}
.tasks-container {
display: flex;
flex-direction: column;
width: 100%;
color: white;
text-align: left;
min-height: 9rem;
}
.task {
display: flex;
border-top: solid white 2px;
position: relative;
height: 3rem;
overflow: hidden;
transition: height 0.3s ease-in-out;
}
.remove-task {
height: 0rem;
border: none;
}
.task-text {
display: flex;
background-color: var(--primary-color);
width: 100%;
height: 3rem;
padding-left: 1rem;
padding-top: 0.5rem;
transition: all 0.3s ease-in-out;
user-select: none;
font-size: 1.5rem;
}
.task-text:hover {
cursor: pointer;
background-color: var(--primary-light);
padding-left: 2rem;
}
.done {
text-decoration: line-through white;
}
.delete-task-button {
position: absolute;
right: -7rem;
color: white;
font-size: 1.5rem;
background-color: transparent;
height: 3rem;
width: 10rem;
border: none;
outline: none;
color: none;
transition: all 0.4s ease-in-out;
padding: 0rem 0rem 0rem 2rem;
}
.delete-task-button:hover {
background-color: var(--primary-light);
cursor: pointer;
right: -2rem;
user-select: none;
padding: 0rem 2rem 0rem 0rem;
}
.delete-task-button::after {
position: absolute;
top: 1.4rem;
left: 0.5rem;
content: "";
display: block;
color: white;
background-color: white;
width: 1.8rem;
height: 0.3rem;
transition: all 0.3s ease-in-out;
}
.delete-task-button:hover::after {
transform: rotate(-90deg);
height: 0.2rem;
width: 3.02rem;
left: -1.4rem;
}
.task-input-container {
margin: 2rem 0rem;
height: 3rem;
width: 100%;
}
@keyframes fadeIn {
0% {
opacity: 0;
top: 0rem;
}
68% {
top: -3.5rem;
}
100% {
opacity: 1;
top: -3rem;
}
}
|
source/public/css/components/clipboard.css
|
.workspace {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.clipboard-container {
border-radius: 5px;
background-color: var(--primary-color);
box-shadow: 5px 10px 18px #888888;
color: white;
width: 30rem;
margin: 1rem;
text-align: center;
position: relative;
}
.clipboard-title {
padding: 0.8rem 0rem;
}
.delete-clipboard-button {
position: absolute;
background-color: var(--primary-color);
color: white;
outline: none;
border: none;
top: 0.5rem;
right: 0.5rem;
border-radius: 2rem;
height: 3rem;
width: 3rem;
transition: all 0.3s ease;
}
.delete-clipboard-button::after {
position: absolute;
right: -0.5rem;
top: 0rem;
text-align: center;
padding-top: 0.8rem;
content: "delete";
background-color: white;
border-radius: 0.2rem;
color: black;
display: block;
opacity: 0;
width: 4rem;
height: 2rem;
pointer-events: none;
}
.delete-clipboard-button:hover::after {
animation: fadeIn 300ms ease-in;
animation-fill-mode: forwards;
}
.delete-clipboard-button:hover {
background-color: var(--primary-light);
cursor: pointer;
border-radius: 0rem;
}
.tasks-container {
display: flex;
flex-direction: column;
width: 100%;
color: white;
text-align: left;
min-height: 9rem;
}
.task {
display: flex;
border-top: solid white 2px;
position: relative;
height: 3rem;
overflow: hidden;
transition: height 0.3s ease-in-out;
}
.remove-task {
height: 0rem;
border: none;
}
.task-text {
display: flex;
background-color: var(--primary-color);
width: 100%;
height: 3rem;
padding-left: 1rem;
padding-top: 0.5rem;
transition: all 0.3s ease-in-out;
user-select: none;
font-size: 1.5rem;
}
.task-text:hover {
cursor: pointer;
background-color: var(--primary-light);
padding-left: 2rem;
}
.done {
text-decoration: line-through white;
}
.delete-task-button {
position: absolute;
right: -7rem;
color: white;
font-size: 1.5rem;
background-color: transparent;
height: 3rem;
width: 10rem;
border: none;
outline: none;
color: none;
transition: all 0.4s ease-in-out;
padding: 0rem 0rem 0rem 2rem;
}
.delete-task-button:hover {
background-color: var(--primary-light);
cursor: pointer;
right: -2rem;
user-select: none;
padding: 0rem 2rem 0rem 0rem;
}
.delete-task-button::after {
position: absolute;
top: 1.4rem;
left: 0.5rem;
content: "";
display: block;
color: white;
background-color: white;
width: 1.8rem;
height: 0.3rem;
transition: all 0.3s ease-in-out;
}
.delete-task-button:hover::after {
transform: rotate(-90deg);
height: 0.2rem;
width: 3.02rem;
left: -1.4rem;
}
.task-input-container {
margin: 2rem 0rem;
height: 3rem;
width: 100%;
}
@keyframes fadeIn {
0% {
opacity: 0;
top: 0rem;
}
68% {
top: -3.5rem;
}
100% {
opacity: 1;
top: -3rem;
}
}
| 0.736969 | 0.126407 |
sidebar *,
nav * {
font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Arial", sans-serif;
margin: 0;
padding: 0;
outline: none;
color: #333;
word-break: break-all;
text-decoration: none;
}
.pull-left {
float: left;
}
nav {
position: fixed;
top: 0;
left: 0;
height: 50px;
display: block;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
z-index: 1;
line-height: 50px;
}
nav img {
vertical-align: middle;
margin: 0 5px 0 10px;
}
sidebar {
position: fixed;
top: 51px;
left: 0;
width: 250px;
background-color: #fff;
border-right: 1px solid #e5e5e5;
font-size: 14px;
height: -webkit-calc(100% - 50px);
height: -ms-calc(100% - 50px);
height: -moz-calc(100% - 50px);
height: calc(100% - 50px);
overflow: auto;
}
sidebar li {
list-style-type: none;
line-height: 40px;
}
sidebar li p {
cursor: pointer;
text-indent: 10px;
}
sidebar li p a {
display: block;
font-size: 14px;
}
sidebar li .ico_up .ico {
background-position: 0 -4px;
}
.hidden ul {
display: none;
}
.ico {
background-image: url(./assets/jiantou.png);
width: 8px;
height: 4px;
margin-top: 18px;
margin-left: 10px;
}
.unchild-span {
width: 8px;
height: 4px;
margin-top: 18px;
margin-left: 10px;
}
.common-level-1 p a {
padding-left: 1em;
}
.common-level-2 p a {
padding-left: 2em;
}
.level0 {
background-color: #f3f3f3;
}
.level1 {
background-color: #eaeaea;
}
.level0 .common-level-1 {
background-color: #e9e9e9;
}
.level1 .common-level-2 {
background-color: #ddd;
}
.elem-active a {
background-color: #2196F3;
color: #fff;
}
sidebar li .ico_down .ico {
background-position: 0 0;
}
article {
position: absolute;
top: 60px;
left: 290px;
}
article .markdown-body img {
border: 1px solid #ededed;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
//-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
//-webkit-border-radius: 10px;
//border-radius: 10px;
background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #ccc; //-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #ddd;
}
|
index.css
|
sidebar *,
nav * {
font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Arial", sans-serif;
margin: 0;
padding: 0;
outline: none;
color: #333;
word-break: break-all;
text-decoration: none;
}
.pull-left {
float: left;
}
nav {
position: fixed;
top: 0;
left: 0;
height: 50px;
display: block;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
z-index: 1;
line-height: 50px;
}
nav img {
vertical-align: middle;
margin: 0 5px 0 10px;
}
sidebar {
position: fixed;
top: 51px;
left: 0;
width: 250px;
background-color: #fff;
border-right: 1px solid #e5e5e5;
font-size: 14px;
height: -webkit-calc(100% - 50px);
height: -ms-calc(100% - 50px);
height: -moz-calc(100% - 50px);
height: calc(100% - 50px);
overflow: auto;
}
sidebar li {
list-style-type: none;
line-height: 40px;
}
sidebar li p {
cursor: pointer;
text-indent: 10px;
}
sidebar li p a {
display: block;
font-size: 14px;
}
sidebar li .ico_up .ico {
background-position: 0 -4px;
}
.hidden ul {
display: none;
}
.ico {
background-image: url(./assets/jiantou.png);
width: 8px;
height: 4px;
margin-top: 18px;
margin-left: 10px;
}
.unchild-span {
width: 8px;
height: 4px;
margin-top: 18px;
margin-left: 10px;
}
.common-level-1 p a {
padding-left: 1em;
}
.common-level-2 p a {
padding-left: 2em;
}
.level0 {
background-color: #f3f3f3;
}
.level1 {
background-color: #eaeaea;
}
.level0 .common-level-1 {
background-color: #e9e9e9;
}
.level1 .common-level-2 {
background-color: #ddd;
}
.elem-active a {
background-color: #2196F3;
color: #fff;
}
sidebar li .ico_down .ico {
background-position: 0 0;
}
article {
position: absolute;
top: 60px;
left: 290px;
}
article .markdown-body img {
border: 1px solid #ededed;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
//-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
//-webkit-border-radius: 10px;
//border-radius: 10px;
background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #ccc; //-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #ddd;
}
| 0.342352 | 0.101812 |
@charset "utf-8";
/*本网站由web前端开发者(薛洪刚)开发;IT昵称(小贱);QQ(1399395438)*/
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:14px;vertical-align:middle;}
body{font-size:14px;font-family:Arial, Helvetica, sans-serif;margin:0 auto; font-family:"Arial";}
table{border-collapse:collapse;border-spacing:0;}
b,em,i{ font-style:normal; font-weight:normal;}
h1,h2,h3{ font-size:14px;}
h4{font-weight:normal; font-size:14px;}
h5{ font-size:14px;}
h6{ font-size:14px;font-weight:normal;}
a:link{ color:#000000; text-decoration:none;}
a:hover{ color:#ff0000; text-decoration:underline;}
a:visited{ color:#000000; text-decoration:none;}
.wrapper{width:960px; margin:5px auto; overflow:hidden;}
/*header start */
#headerbg{width:960px; height:100px; margin:0 auto; overflow:hidden;}
#headerbg dl{width:230px; height:100px; margin-left:8px; float:left;}
#headerbg dl dt{width:110px; height:100px; float:left;}
#headerbg dl dd{width:110px; height:90px; margin-top:5px; margin-left:5px;
line-height:18px;word-break:break-all;float:left; overflow:hidden; }
#navbg{border-top:#dbdbdb 1px solid; border-bottom:#ff0000 6px solid; height:30px; margin-top:10px;}
#navbg ul{width:960px; height:30px; margin:0 auto; overflow:hidden;}
#navbg ul li{width:158px;height:30px; border-left:#dbdbdb 1px solid; font-weight:bold;
line-height:30px; text-align:center; float:left;}
#navbg ul li.endborder{border-right:#dbdbdb 1px solid;}
#navbg ul li:hover{background:#e9e9e9; width:158px; height:30px; }
/*header end */
/*main start */
.zzsc { width:610px; height:380px;float:left; position:relative; }
.text { width:610px; height:auto; background:#000; FILTER:alpha(opacity=60); opacity:0.7; -moz-opacity:0.7; position:absolute; left:0; bottom:0; }
.imgtext { width:590px; height:70px; float:left; padding:20px 10px; word-break:break-all;color:#FFF; font-size:14px; line-height:200%; overflow:hidden; }
.imgtext a{ color:#FFFFFF}
.righthotnewsbg{width:340px; height:380px; margin-left:10px; float:left;}
.righthotnewsbg ul{width:340px; float:left;}
.righthotnewsbg ul li{width:340px; height:70px; margin-top:8px;word-break:break-all; overflow:hidden;}
/*main end */
/*content start */
.titlebg{width:960px; margin:0 auto;border-bottom:#dbdbdb 2px solid;font-size:200%; font-weight:bold; overflow:hidden;}
.titlebg a{color:#000000; text-decoration:none;}
.titlebg a:hover{color:#ff0000; text-decoration:none;}
.leftnewsbg{ width:610px;float:left; overflow:hidden;}
.leftnewsbg dl{width:300px; height:115px;float:left;margin-right:5px; margin-top:12px; overflow:hidden;}
.leftnewsbg dl dt{width:145px; height:115px; float:left;}
.leftnewsbg dl dd{width:140px; height:100px; line-height:18px;margin-left:7px; margin-top:7px;word-break:break-all; float:left;}
.rightbannerbg{width:350px;float:left;}
.rightbannerbg ul li{width:350px; height:180px; margin-top:10px}
.contentnesbg{width:960px; height:520px;margin:10px auto; overflow:hidden;}
.contentnesbg dl{width:180px; height:260px; float:left;margin-left:10px; }
.contentnesbg dl dt{width:180px; height:160px;}
.contentnesbg dl dd{width:180px; height:100px; line-height:20px; word-break:break-all; overflow:hidden;}
/*content end */
/*footer start */
.footerbg{border:#dbdbdb 1px solid; width:958px; height:345px; margin:5px auto; overflow:hidden;}
ul.sis-li{ margin:0 auto; width:960px; overflow:hidden}
ul.sis-li li{ float:left; width:180px; overflow:hidden; padding-left:10px; padding-top:10px;}
ul.sis-li li .v1{float:left;width:180px; position:relative; height:160px; color:#7F7F7F}
ul.sis-li li .v1 img{ width:180px; position:absolute; left:0; top:0; z-index:5; height:160px}
ul.sis-li li .v1 .div{ width:180px; position:absolute; z-index:10; background:#000; FILTER:alpha(opacity=60);
opacity:0.7; -moz-opacity:0.7; left:0px; bottom:0px; height:65px; float:left;
text-align:left; padding:0px 0px 0 0px}
ul.sis-li li .v1 .div h3{ line-height:20px; padding-bottom:0px; display:block;color:#FFF; overflow:hidden}
ul.sis-li li .v1 .div .txt{ line-height:17px; height:80px; display:block; word-break:break-all;color:#FFF; overflow:hidden}
ul.sis-li li:hover .v1{ color:#7F7F7F; text-decoration:none}
/*footer end */
|
tpl/simpleboot2/Public/style/travel.css
|
@charset "utf-8";
/*本网站由web前端开发者(薛洪刚)开发;IT昵称(小贱);QQ(1399395438)*/
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:14px;vertical-align:middle;}
body{font-size:14px;font-family:Arial, Helvetica, sans-serif;margin:0 auto; font-family:"Arial";}
table{border-collapse:collapse;border-spacing:0;}
b,em,i{ font-style:normal; font-weight:normal;}
h1,h2,h3{ font-size:14px;}
h4{font-weight:normal; font-size:14px;}
h5{ font-size:14px;}
h6{ font-size:14px;font-weight:normal;}
a:link{ color:#000000; text-decoration:none;}
a:hover{ color:#ff0000; text-decoration:underline;}
a:visited{ color:#000000; text-decoration:none;}
.wrapper{width:960px; margin:5px auto; overflow:hidden;}
/*header start */
#headerbg{width:960px; height:100px; margin:0 auto; overflow:hidden;}
#headerbg dl{width:230px; height:100px; margin-left:8px; float:left;}
#headerbg dl dt{width:110px; height:100px; float:left;}
#headerbg dl dd{width:110px; height:90px; margin-top:5px; margin-left:5px;
line-height:18px;word-break:break-all;float:left; overflow:hidden; }
#navbg{border-top:#dbdbdb 1px solid; border-bottom:#ff0000 6px solid; height:30px; margin-top:10px;}
#navbg ul{width:960px; height:30px; margin:0 auto; overflow:hidden;}
#navbg ul li{width:158px;height:30px; border-left:#dbdbdb 1px solid; font-weight:bold;
line-height:30px; text-align:center; float:left;}
#navbg ul li.endborder{border-right:#dbdbdb 1px solid;}
#navbg ul li:hover{background:#e9e9e9; width:158px; height:30px; }
/*header end */
/*main start */
.zzsc { width:610px; height:380px;float:left; position:relative; }
.text { width:610px; height:auto; background:#000; FILTER:alpha(opacity=60); opacity:0.7; -moz-opacity:0.7; position:absolute; left:0; bottom:0; }
.imgtext { width:590px; height:70px; float:left; padding:20px 10px; word-break:break-all;color:#FFF; font-size:14px; line-height:200%; overflow:hidden; }
.imgtext a{ color:#FFFFFF}
.righthotnewsbg{width:340px; height:380px; margin-left:10px; float:left;}
.righthotnewsbg ul{width:340px; float:left;}
.righthotnewsbg ul li{width:340px; height:70px; margin-top:8px;word-break:break-all; overflow:hidden;}
/*main end */
/*content start */
.titlebg{width:960px; margin:0 auto;border-bottom:#dbdbdb 2px solid;font-size:200%; font-weight:bold; overflow:hidden;}
.titlebg a{color:#000000; text-decoration:none;}
.titlebg a:hover{color:#ff0000; text-decoration:none;}
.leftnewsbg{ width:610px;float:left; overflow:hidden;}
.leftnewsbg dl{width:300px; height:115px;float:left;margin-right:5px; margin-top:12px; overflow:hidden;}
.leftnewsbg dl dt{width:145px; height:115px; float:left;}
.leftnewsbg dl dd{width:140px; height:100px; line-height:18px;margin-left:7px; margin-top:7px;word-break:break-all; float:left;}
.rightbannerbg{width:350px;float:left;}
.rightbannerbg ul li{width:350px; height:180px; margin-top:10px}
.contentnesbg{width:960px; height:520px;margin:10px auto; overflow:hidden;}
.contentnesbg dl{width:180px; height:260px; float:left;margin-left:10px; }
.contentnesbg dl dt{width:180px; height:160px;}
.contentnesbg dl dd{width:180px; height:100px; line-height:20px; word-break:break-all; overflow:hidden;}
/*content end */
/*footer start */
.footerbg{border:#dbdbdb 1px solid; width:958px; height:345px; margin:5px auto; overflow:hidden;}
ul.sis-li{ margin:0 auto; width:960px; overflow:hidden}
ul.sis-li li{ float:left; width:180px; overflow:hidden; padding-left:10px; padding-top:10px;}
ul.sis-li li .v1{float:left;width:180px; position:relative; height:160px; color:#7F7F7F}
ul.sis-li li .v1 img{ width:180px; position:absolute; left:0; top:0; z-index:5; height:160px}
ul.sis-li li .v1 .div{ width:180px; position:absolute; z-index:10; background:#000; FILTER:alpha(opacity=60);
opacity:0.7; -moz-opacity:0.7; left:0px; bottom:0px; height:65px; float:left;
text-align:left; padding:0px 0px 0 0px}
ul.sis-li li .v1 .div h3{ line-height:20px; padding-bottom:0px; display:block;color:#FFF; overflow:hidden}
ul.sis-li li .v1 .div .txt{ line-height:17px; height:80px; display:block; word-break:break-all;color:#FFF; overflow:hidden}
ul.sis-li li:hover .v1{ color:#7F7F7F; text-decoration:none}
/*footer end */
| 0.213705 | 0.054828 |
@charset "UTF-8";
.body {
min-height: calc(100vh - 340px);
width: 70%;
margin-left : auto;
margin-right : auto;
}
.header {
margin-top: 15px;
border: 1.5px solid #4d4d4d;
width: 80%;
height: 50px;
display: inline-block;
}
.mathproblem {
list-style: none;
padding-left: 0px;
font-size: 25px;
margin: 0;
}
.mathList {
margin-top: 5px;
}
.images {
width: 410px;
display: inline-block;
float: left;
/* margin-left: 200px; */
}
.section {
width : 50%;
height : 100%;
float: left;
padding-top: 30px;
/* display: inline-block; */
margin-left: 120px;
/* float: left; */
/* padding-top: 30px; */
/* display: inline-block; */
}
/*************************** 문제 처리 ***************************************/
.section > div:after {
display: table;
content: "";
clear: both;
}
.disNone {
display: none;
}
/******************************************************************/
.answercheck {
height : 100%;
float : left;
padding-top : 30px;
padding-left : 120px;
}
.section p {
margin: 0;
text-align: center;
/* margin: 0 0 0 150px; */
font-size: 30px;
float: left;
}
.math {
/* width: calc(100% / 2); */
/* float: left; */
text-align: right;
margin-top: 20px;
font-size: 20px;
}
/*문제 답 체크*/
.form-radio-wrap {
margin-bottom: 7px;
}
.form-sub-title {
float: left;
margin: 0;
/* margin-top: 3px; */
font-size: 18px;
}
.form-inline {
margin-right: 12.5px;
padding-left : 12.5px;
text-align : right;
}
.form-radio{
display: inline-block;
line-height: 20px;
vertical-align: middle;
font-size: 20px;
/* margin-right: 20px; */
}
.form-radio::before{
content: "";
display: inline-block;
width: 10px;
height: 10px;
background: #ffffff;
border: 1px solid #e0e0e0;
margin-right: 8px;
}
.form-radio::before{
border-radius: 50%;
}
.input-radio{
display: none;
}
.input-radio:checked + .form-radio::before{
background: #749fbb;
}
.input-radio:checked + .form-radio{
color: #749fbb;
}
/* 제출하기 다음 버튼 */
.button {
width : 640px;
height : 75px;
margin-left : auto;
margin-right : auto;
float: right;
}
.btn {
width: 100px;
height: 48px;
border-radius: 3px;
font-size: 16px;
color: #fff;
background-color: #2d2d2d;
border: 0;
cursor: pointer;
/* float: right; */
margin-top: 50px;
}
.btn:hover{
color: white;
background-color: #4d4d4d;
}
|
src/main/webapp/resources/css/mathproblem.css
|
@charset "UTF-8";
.body {
min-height: calc(100vh - 340px);
width: 70%;
margin-left : auto;
margin-right : auto;
}
.header {
margin-top: 15px;
border: 1.5px solid #4d4d4d;
width: 80%;
height: 50px;
display: inline-block;
}
.mathproblem {
list-style: none;
padding-left: 0px;
font-size: 25px;
margin: 0;
}
.mathList {
margin-top: 5px;
}
.images {
width: 410px;
display: inline-block;
float: left;
/* margin-left: 200px; */
}
.section {
width : 50%;
height : 100%;
float: left;
padding-top: 30px;
/* display: inline-block; */
margin-left: 120px;
/* float: left; */
/* padding-top: 30px; */
/* display: inline-block; */
}
/*************************** 문제 처리 ***************************************/
.section > div:after {
display: table;
content: "";
clear: both;
}
.disNone {
display: none;
}
/******************************************************************/
.answercheck {
height : 100%;
float : left;
padding-top : 30px;
padding-left : 120px;
}
.section p {
margin: 0;
text-align: center;
/* margin: 0 0 0 150px; */
font-size: 30px;
float: left;
}
.math {
/* width: calc(100% / 2); */
/* float: left; */
text-align: right;
margin-top: 20px;
font-size: 20px;
}
/*문제 답 체크*/
.form-radio-wrap {
margin-bottom: 7px;
}
.form-sub-title {
float: left;
margin: 0;
/* margin-top: 3px; */
font-size: 18px;
}
.form-inline {
margin-right: 12.5px;
padding-left : 12.5px;
text-align : right;
}
.form-radio{
display: inline-block;
line-height: 20px;
vertical-align: middle;
font-size: 20px;
/* margin-right: 20px; */
}
.form-radio::before{
content: "";
display: inline-block;
width: 10px;
height: 10px;
background: #ffffff;
border: 1px solid #e0e0e0;
margin-right: 8px;
}
.form-radio::before{
border-radius: 50%;
}
.input-radio{
display: none;
}
.input-radio:checked + .form-radio::before{
background: #749fbb;
}
.input-radio:checked + .form-radio{
color: #749fbb;
}
/* 제출하기 다음 버튼 */
.button {
width : 640px;
height : 75px;
margin-left : auto;
margin-right : auto;
float: right;
}
.btn {
width: 100px;
height: 48px;
border-radius: 3px;
font-size: 16px;
color: #fff;
background-color: #2d2d2d;
border: 0;
cursor: pointer;
/* float: right; */
margin-top: 50px;
}
.btn:hover{
color: white;
background-color: #4d4d4d;
}
| 0.297368 | 0.091382 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:wght@300&family=Ubuntu:wght@300&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
scroll-behavior: smooth;
}
body{
font-size: 62.5%;
font-family: sans-serif;
overflow-x: hidden;
}
.container{
height: 100vh;
background: darkgray;
z-index: -1;
}
/* main designing starts here */
/* navbar */
nav{
background-color: rgba(51, 51, 51, 0.521);
padding: .5rem 0;
display: flex;
justify-content: space-between;
align-items: center;
background: mintcream;
border: 2px solid goldenrod;
position: sticky;top: 0%;
z-index: 3;
}
nav .logo{
text-align: center;
font-size: 1.5rem;
}
nav .side-content{
width: 45vw;
display: flex;
justify-content: space-evenly;
align-items: center;
padding: .2rem 1rem;
/*background: #25b360;*/
}
.side-content .navbar{
display: flex;
justify-content: space-between;
list-style: none;
}
.side-content .navbar a{
font-size: 1rem;
color: #333;
}
/* sub-menu */
.submenu-btn{
position: relative;
}
.submenu{
position: absolute;
top:100%;
padding: 1rem 2rem;
background: rgba(51, 51, 51, 0.568);
list-style: none;
transition: .2s;
transform: translateY(-200%);
}
/* javascript class to show submenu on click */
.submenu.showSubmenu{
transform: translateY(0);
}
.submenu li{
margin: 1rem 0 .5rem 0;
padding-bottom: .3rem;
}
.submenu li:first-child{
margin-top: 0;
}
.submenu li::after{
content: "";
display: block;
width: 0;
height: 2px;
background: goldenrod;
transform: translateX(1.2rem);
transition: width .3s;
}
.submenu li:hover::after{
width: 80%;
}
/* search box */
.search-box{
display: flex;
justify-content: center;
align-items: center;
background:#2f3640;
border-radius: 35px;
padding: .3rem;
padding-left: 0;
}
.search-box > input{
outline: none;
border: none;
background: none;
color: #fff;
font-size: .9rem;
margin-left: .5rem;
transition: .5s;
width: 0;
}
.search-box:hover > input{
width: 200px;
}
.search-box .search-icon{
display: flex;
justify-content: center;
align-items: center;
padding: .4rem .6rem;
border-radius: 50%;
font-size: .9rem;
background:#2f3640;
color:#e84118;
cursor: pointer;
transition: .3s;
}
.search-box:hover > .search-icon{
background: whitesmoke;
}
/* search result */
.search-result{
position: absolute;
top: 9vh;
right: 0%;
width: 40%;
z-index: 3;
background-color: rgba(255, 255, 255, 0.932);
border-radius: 4px;
padding: 1rem 0;
transition: .3s;
display: none;
}
.search-result #myUL{
text-align: center;
}
.search-result #myUL li{
margin: 1rem 0 1rem 0;
display: block;
border-bottom: 1px solid #777;
}
.search-result #myUL li:nth-child(1){margin-top: 0;}
.search-result #myUL li:last-child{margin-bottom: 0;}
.search-result #myUL li a{
color: #333;
font-size: 1rem;
}
/* hamburger-menu */
.side-content .hamburger{
width: 2.5rem;
height: 2.5rem;
padding: .5rem;
background: #ffffff;;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
}
.side-content .hamburger div{
width: 15px;
height: 2px;
margin: 2px 2px 2px 2px;
margin-bottom: 2px;
background: rgb(56, 187, 84);
}
/* sidebar */
.sidebar{
position: absolute;
height: 89.5vh;
width: 40%;
background-color: #25b360;
transition: all .5s;
z-index:1000;
transform: translateX(-100%);
}
.sidebar .name{
background-color:#28c268;
color: #fff;
padding: .5em;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.623);
}
.sidebar .name h4{
font-size: 1.4rem;
}
.sidebar .name .close-btn{
font-size: 2.5rem;
cursor: pointer;
}
.sidebar .sidenav{
margin-top: 1em;
}
.sidebar .sidenav ul li{
margin-top: 1em;
display: block;
text-align: center;
color: #fff;
font-size: 1rem;
transition: .4s;
}
.sidebar .sidenav ul li i{
position: relative;
top: 4px;
color: #fff;
padding-left: .3em;
}
.sidebar .sidenav ul li:hover{
padding-left: .5em;
}
.sidebar .sidenav >p{
font-size: 1rem;
color: #fff;
text-align: center;
margin-top: 5em;
}
.show-sidebar{
transform: translateX(0);
}
/* slider */
.slider .slide{
width: 90vw;
height: 100%;
position: absolute;
left: 100px;top:0;
z-index: 1;
display: none;
flex-direction: column;
}
.slide .bgdiv{
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
animation: slide .8s ease;
}
@keyframes slide{
0%{
transform: scale(.9);
}
100%{
transform: scale(1);
}
}
.slider .active{
display:flex;
}
/* content */
.slide .bgdiv .content{
background: rgba(80, 78, 78, 0.404);
width:60%;
height: 20%;
margin:auto;
}
.slide .bgdiv .content .caption{
padding: 1rem;
text-align: left;
}
.caption h1{
margin-bottom: 1rem;
font-size: 1.5rem;
}
.slide.active .caption h1{
opacity: 0;
animation: text_ani .5s ease forwards;
animation-delay: 0s;
}
.caption p{
font-size: 1rem;
margin-bottom: 1rem;
}
.slide.active .caption p{
opacity: 0;
animation: text_ani .5s ease forwards;
animation-delay: .2s;
position: relative;
}
.caption .play-now{
font-size: 1rem;
background: #333;
color: rgb(241, 234, 234);
padding: .4rem 1rem;
letter-spacing: 2px;
transition: .4s;
overflow:hidden;
position: absolute;
}
.play-now:hover{
color: rgb(240, 230, 230);
background-color: royalblue;
border: none;
}
.play-now::before{
content: "";
width: 100%;
height: 20%;
background: #fff;
position: absolute;
top: 0%;
left: 0;
transform: translateX(-100%) rotate(50deg);
transition: .7s;
}
.play-now:hover::before{
transform: translateX(100%) rotate(50deg);
}
.slide.active .caption a{
opacity: 0;
animation: text_ani .5s ease forwards;
animation-delay: .4s;
}
@keyframes text_ani{
0%{
opacity: 0;
transform: translateX(-100px);
}
100%{
opacity: 1;
transform: translateX(0px);
}
}
/* arrow down */
/* #down-arrow{
font-size: 8rem;
color: crimson;
margin: 0 auto;
position: absolute;
left: 45%;
bottom: 0%;
animation: arrow-down .8s ease-in-out infinite;
cursor: pointer;
}
@keyframes arrow-down{
0%{bottom: 1%;}
25%{bottom: 2%;}
50%{bottom: 3%;}
75%{bottom: 2%;}
90%{bottom: 1%;}
100%{bottom: 0%;}
} */
/* buttons */
.container .buttons .pre,
.container .buttons .next{
position: absolute;
z-index:2;
top: 50%;
height: 2rem;
width: 2rem;
cursor: pointer;
color: #fff;
background-color:#333;
text-align: center;
margin-top: -2rem;
line-height:2rem;
font-size: 1.8rem;
border-radius: 50%;
transition: background-color .4s ease;
}
.container .buttons .pre{
left: .5rem;
animation: prev 1s ease-in-out infinite;
}
.container .buttons .next{
right: .5rem;
animation: next 1s ease-in-out infinite;
}
.container .buttons .pre:hover,
.container .buttons .next:hover{
background-color: rgb(13, 189, 36);
}
@keyframes prev{
50%{
transform: translateX(-7px);
}
}
@keyframes next{
50%{
transform: translateX(7px);
}
}
/* slide indicators */
.slideIndicator{
position: absolute;
left: 50%;
bottom: 5%;
transform: translateX(-50%);
z-index: 5;
}
.slideIndicator div{
width: 1.5rem;
padding: .4rem;
margin-left: 4px;
border-radius: 30px;
font-size: .7rem;
font-weight: bolder;
color: #333;
background: #28c268;
text-align: center;
transition: .3s;
display: inline-block;
cursor: pointer;
}
.slideIndicator div.active{
display: inline-block;
background: #fff;
}
/* bottom content of every slide */
.bottom-content{
margin-top: 1rem;
}
|
css.css
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:wght@300&family=Ubuntu:wght@300&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
scroll-behavior: smooth;
}
body{
font-size: 62.5%;
font-family: sans-serif;
overflow-x: hidden;
}
.container{
height: 100vh;
background: darkgray;
z-index: -1;
}
/* main designing starts here */
/* navbar */
nav{
background-color: rgba(51, 51, 51, 0.521);
padding: .5rem 0;
display: flex;
justify-content: space-between;
align-items: center;
background: mintcream;
border: 2px solid goldenrod;
position: sticky;top: 0%;
z-index: 3;
}
nav .logo{
text-align: center;
font-size: 1.5rem;
}
nav .side-content{
width: 45vw;
display: flex;
justify-content: space-evenly;
align-items: center;
padding: .2rem 1rem;
/*background: #25b360;*/
}
.side-content .navbar{
display: flex;
justify-content: space-between;
list-style: none;
}
.side-content .navbar a{
font-size: 1rem;
color: #333;
}
/* sub-menu */
.submenu-btn{
position: relative;
}
.submenu{
position: absolute;
top:100%;
padding: 1rem 2rem;
background: rgba(51, 51, 51, 0.568);
list-style: none;
transition: .2s;
transform: translateY(-200%);
}
/* javascript class to show submenu on click */
.submenu.showSubmenu{
transform: translateY(0);
}
.submenu li{
margin: 1rem 0 .5rem 0;
padding-bottom: .3rem;
}
.submenu li:first-child{
margin-top: 0;
}
.submenu li::after{
content: "";
display: block;
width: 0;
height: 2px;
background: goldenrod;
transform: translateX(1.2rem);
transition: width .3s;
}
.submenu li:hover::after{
width: 80%;
}
/* search box */
.search-box{
display: flex;
justify-content: center;
align-items: center;
background:#2f3640;
border-radius: 35px;
padding: .3rem;
padding-left: 0;
}
.search-box > input{
outline: none;
border: none;
background: none;
color: #fff;
font-size: .9rem;
margin-left: .5rem;
transition: .5s;
width: 0;
}
.search-box:hover > input{
width: 200px;
}
.search-box .search-icon{
display: flex;
justify-content: center;
align-items: center;
padding: .4rem .6rem;
border-radius: 50%;
font-size: .9rem;
background:#2f3640;
color:#e84118;
cursor: pointer;
transition: .3s;
}
.search-box:hover > .search-icon{
background: whitesmoke;
}
/* search result */
.search-result{
position: absolute;
top: 9vh;
right: 0%;
width: 40%;
z-index: 3;
background-color: rgba(255, 255, 255, 0.932);
border-radius: 4px;
padding: 1rem 0;
transition: .3s;
display: none;
}
.search-result #myUL{
text-align: center;
}
.search-result #myUL li{
margin: 1rem 0 1rem 0;
display: block;
border-bottom: 1px solid #777;
}
.search-result #myUL li:nth-child(1){margin-top: 0;}
.search-result #myUL li:last-child{margin-bottom: 0;}
.search-result #myUL li a{
color: #333;
font-size: 1rem;
}
/* hamburger-menu */
.side-content .hamburger{
width: 2.5rem;
height: 2.5rem;
padding: .5rem;
background: #ffffff;;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
}
.side-content .hamburger div{
width: 15px;
height: 2px;
margin: 2px 2px 2px 2px;
margin-bottom: 2px;
background: rgb(56, 187, 84);
}
/* sidebar */
.sidebar{
position: absolute;
height: 89.5vh;
width: 40%;
background-color: #25b360;
transition: all .5s;
z-index:1000;
transform: translateX(-100%);
}
.sidebar .name{
background-color:#28c268;
color: #fff;
padding: .5em;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.623);
}
.sidebar .name h4{
font-size: 1.4rem;
}
.sidebar .name .close-btn{
font-size: 2.5rem;
cursor: pointer;
}
.sidebar .sidenav{
margin-top: 1em;
}
.sidebar .sidenav ul li{
margin-top: 1em;
display: block;
text-align: center;
color: #fff;
font-size: 1rem;
transition: .4s;
}
.sidebar .sidenav ul li i{
position: relative;
top: 4px;
color: #fff;
padding-left: .3em;
}
.sidebar .sidenav ul li:hover{
padding-left: .5em;
}
.sidebar .sidenav >p{
font-size: 1rem;
color: #fff;
text-align: center;
margin-top: 5em;
}
.show-sidebar{
transform: translateX(0);
}
/* slider */
.slider .slide{
width: 90vw;
height: 100%;
position: absolute;
left: 100px;top:0;
z-index: 1;
display: none;
flex-direction: column;
}
.slide .bgdiv{
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
animation: slide .8s ease;
}
@keyframes slide{
0%{
transform: scale(.9);
}
100%{
transform: scale(1);
}
}
.slider .active{
display:flex;
}
/* content */
.slide .bgdiv .content{
background: rgba(80, 78, 78, 0.404);
width:60%;
height: 20%;
margin:auto;
}
.slide .bgdiv .content .caption{
padding: 1rem;
text-align: left;
}
.caption h1{
margin-bottom: 1rem;
font-size: 1.5rem;
}
.slide.active .caption h1{
opacity: 0;
animation: text_ani .5s ease forwards;
animation-delay: 0s;
}
.caption p{
font-size: 1rem;
margin-bottom: 1rem;
}
.slide.active .caption p{
opacity: 0;
animation: text_ani .5s ease forwards;
animation-delay: .2s;
position: relative;
}
.caption .play-now{
font-size: 1rem;
background: #333;
color: rgb(241, 234, 234);
padding: .4rem 1rem;
letter-spacing: 2px;
transition: .4s;
overflow:hidden;
position: absolute;
}
.play-now:hover{
color: rgb(240, 230, 230);
background-color: royalblue;
border: none;
}
.play-now::before{
content: "";
width: 100%;
height: 20%;
background: #fff;
position: absolute;
top: 0%;
left: 0;
transform: translateX(-100%) rotate(50deg);
transition: .7s;
}
.play-now:hover::before{
transform: translateX(100%) rotate(50deg);
}
.slide.active .caption a{
opacity: 0;
animation: text_ani .5s ease forwards;
animation-delay: .4s;
}
@keyframes text_ani{
0%{
opacity: 0;
transform: translateX(-100px);
}
100%{
opacity: 1;
transform: translateX(0px);
}
}
/* arrow down */
/* #down-arrow{
font-size: 8rem;
color: crimson;
margin: 0 auto;
position: absolute;
left: 45%;
bottom: 0%;
animation: arrow-down .8s ease-in-out infinite;
cursor: pointer;
}
@keyframes arrow-down{
0%{bottom: 1%;}
25%{bottom: 2%;}
50%{bottom: 3%;}
75%{bottom: 2%;}
90%{bottom: 1%;}
100%{bottom: 0%;}
} */
/* buttons */
.container .buttons .pre,
.container .buttons .next{
position: absolute;
z-index:2;
top: 50%;
height: 2rem;
width: 2rem;
cursor: pointer;
color: #fff;
background-color:#333;
text-align: center;
margin-top: -2rem;
line-height:2rem;
font-size: 1.8rem;
border-radius: 50%;
transition: background-color .4s ease;
}
.container .buttons .pre{
left: .5rem;
animation: prev 1s ease-in-out infinite;
}
.container .buttons .next{
right: .5rem;
animation: next 1s ease-in-out infinite;
}
.container .buttons .pre:hover,
.container .buttons .next:hover{
background-color: rgb(13, 189, 36);
}
@keyframes prev{
50%{
transform: translateX(-7px);
}
}
@keyframes next{
50%{
transform: translateX(7px);
}
}
/* slide indicators */
.slideIndicator{
position: absolute;
left: 50%;
bottom: 5%;
transform: translateX(-50%);
z-index: 5;
}
.slideIndicator div{
width: 1.5rem;
padding: .4rem;
margin-left: 4px;
border-radius: 30px;
font-size: .7rem;
font-weight: bolder;
color: #333;
background: #28c268;
text-align: center;
transition: .3s;
display: inline-block;
cursor: pointer;
}
.slideIndicator div.active{
display: inline-block;
background: #fff;
}
/* bottom content of every slide */
.bottom-content{
margin-top: 1rem;
}
| 0.347537 | 0.066539 |
html {
position: relative;
min-height: 100%;
}
body {
/*font-family: 'Roboto';*/
background: url('../img/geometry.png');
font-weight: 100;
margin-bottom: 60px;
}
/***********************************************************
*************** PRELOADER - spinnning CIRCLES **************
* https://ihatetomatoes.net/create-custom-preloading-screen/
***********************************************************/
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
#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: #3498db;
-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(0deg); /* IE 9 */
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
}
100% {
-webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg); /* IE 9 */
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(0deg); /* IE 9 */
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
}
100% {
-webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg); /* IE 9 */
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
}
}
/******************* containers *********************/
#header-container {
}
#main-container {
}
#footer-container {
position: absolute;
bottom: 0;
width: 100%;
font-size: 0.9em;
/* Set the fixed height of the footer here */
height: 40px;
padding-top: 10px;
background-color: #f5f5f5;
border-top: 1px solid #ccc;
}
.navbar-brand {
font-size: 40px;
font-family: 'Tangerine';
}
.jumbotron-home h1 {
font-family: 'Tangerine';
font-style: normal;
font-weight: 100;
font-size: 100px;
line-height: 75px;
color: #312D3A;
/*text-shadow: 0px 0px 10px #000;*/
}
.quiz-card-container {
padding: 0px 10px 10px 10px;
background: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #CCCCCC;
margin-bottom: 20px;
}
.quiz-card-description {
min-height: 140px
}
.quiz-card-buttons-container {
position: absolute;
bottom: 30px;
}
.question {
/*text-align:justify;*/
font-size: 20px;
font-weight: 300;
}
.radio-option {
padding: 5px;
text-align: left;
}
.radio-selected {
color: #FFFFFF;
background-color: #337ab7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.label-option {
text-align: left;
min-width: 200px;
}
.label-started-on {
font-size: 0.8em;
color: #AAAAAA;
}
ul.score, ul.groups {
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.score li:nth-child(-n+3) {
font-weight: bold;
}
.score-name {
text-align: left;
display: inline-block;
width: 200px;
cursor: help;
border-bottom: 1px dotted #CCCCCC;
}
.score-description {
text-align: justify;
display: inline-block;
font-size: 0.9em;
font-weight: normal;
}
.btn-nav-question {
width: 150px;
}
.btn-quiz-status {
width: 100px;
}
.vl {
border-left: 1px solid #AAAAAA;
}
.login {
/*width: 400px;*/
}
|
assets/css/main.css
|
html {
position: relative;
min-height: 100%;
}
body {
/*font-family: 'Roboto';*/
background: url('../img/geometry.png');
font-weight: 100;
margin-bottom: 60px;
}
/***********************************************************
*************** PRELOADER - spinnning CIRCLES **************
* https://ihatetomatoes.net/create-custom-preloading-screen/
***********************************************************/
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
#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: #3498db;
-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(0deg); /* IE 9 */
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
}
100% {
-webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg); /* IE 9 */
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(0deg); /* IE 9 */
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
}
100% {
-webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg); /* IE 9 */
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
}
}
/******************* containers *********************/
#header-container {
}
#main-container {
}
#footer-container {
position: absolute;
bottom: 0;
width: 100%;
font-size: 0.9em;
/* Set the fixed height of the footer here */
height: 40px;
padding-top: 10px;
background-color: #f5f5f5;
border-top: 1px solid #ccc;
}
.navbar-brand {
font-size: 40px;
font-family: 'Tangerine';
}
.jumbotron-home h1 {
font-family: 'Tangerine';
font-style: normal;
font-weight: 100;
font-size: 100px;
line-height: 75px;
color: #312D3A;
/*text-shadow: 0px 0px 10px #000;*/
}
.quiz-card-container {
padding: 0px 10px 10px 10px;
background: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #CCCCCC;
margin-bottom: 20px;
}
.quiz-card-description {
min-height: 140px
}
.quiz-card-buttons-container {
position: absolute;
bottom: 30px;
}
.question {
/*text-align:justify;*/
font-size: 20px;
font-weight: 300;
}
.radio-option {
padding: 5px;
text-align: left;
}
.radio-selected {
color: #FFFFFF;
background-color: #337ab7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.label-option {
text-align: left;
min-width: 200px;
}
.label-started-on {
font-size: 0.8em;
color: #AAAAAA;
}
ul.score, ul.groups {
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.score li:nth-child(-n+3) {
font-weight: bold;
}
.score-name {
text-align: left;
display: inline-block;
width: 200px;
cursor: help;
border-bottom: 1px dotted #CCCCCC;
}
.score-description {
text-align: justify;
display: inline-block;
font-size: 0.9em;
font-weight: normal;
}
.btn-nav-question {
width: 150px;
}
.btn-quiz-status {
width: 100px;
}
.vl {
border-left: 1px solid #AAAAAA;
}
.login {
/*width: 400px;*/
}
| 0.281208 | 0.048428 |
section {
margin: 0 30px;
}
section.top {
width: calc(100vw - 6vw);
height: calc(100vh - 130px);
background: #060d27;
display: grid;
align-items: center;
justify-items: center;
text-align: center;
}
section.top p {
color: #fff;
font-size: 1.3rem;
margin-bottom: 0;
}
section.top h1 {
color: #fff;
font-size: 4.6rem;
margin-top: 10px;
}
section.top button {
background: #fff;
border: none;
padding: 13px 15px;
font-size: 1.3rem;
}
section.about {
display: grid;
grid-template-columns: 1fr 50% 1fr;
margin-top: 80px;
}
section.about > div {
grid-column: 2;
text-align: center;
}
section.about h2 {
font-size: 2.6rem;
font-weight: 400;
}
section.about p {
font-size: 1.6rem;
line-height: 2.8rem;
opacity: 0.6;
}
section.about a {
padding-bottom: 5px;
text-decoration: none;
color: #a25f4b;
font-size: 1.6rem;
border-bottom: 2px solid rgba(162, 95, 75, 0.3);
transition: border 0.4s ease;
}
section.about a:hover {
border-bottom: 2px solid #a25f4b;
transition: border 0.4s ease;
}
section.featured,
section.more-products {
display: grid;
grid-template-columns: 1fr 80% 1fr;
grid-template-rows: auto auto;
grid-row-gap: 40px;
margin-top: 80px;
}
section.featured .section-title,
section.more-products .section-title {
grid-column: 2;
grid-row: 1;
text-align: center;
}
section.featured .section-title h2,
section.more-products .section-title h2 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
}
section.featured .products,
section.more-products .products {
grid-column: 2;
grid-row: 2;
}
section.featured .products ul.image,
section.more-products .products ul.image {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
}
section.featured .products ul.image li,
section.more-products .products ul.image li {
list-style: none;
text-align: center;
height: 70vh;
background: #1d1f2e;
display: grid;
align-items: end;
padding: 15px;
}
section.featured .products ul.image li button,
section.more-products .products ul.image li button {
padding: 18px;
background: #fff;
border: none;
opacity: 0;
margin-bottom: -30px;
transition: all 0.4s ease;
}
section.featured .products ul.image li button a,
section.more-products .products ul.image li button a {
text-decoration: none;
font-size: 1.4rem;
letter-spacing: 3px;
color: #1d1f2e;
}
section.featured .products ul.image li:hover button,
section.more-products .products ul.image li:hover button {
opacity: 1;
margin-bottom: 0;
transition: all 0.4s ease;
}
section.featured .products ul.title,
section.more-products .products ul.title {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
}
section.featured .products ul.title li,
section.more-products .products ul.title li {
list-style: none;
padding: 20px;
color: #1d1f2e;
text-align: center;
}
section.featured .products ul.title li h3,
section.more-products .products ul.title li h3 {
font-size: 2rem;
font-weight: 400;
margin-bottom: 0;
}
section.featured .products ul.title li p,
section.more-products .products ul.title li p {
font-size: 1.6rem;
opacity: 0.6;
margin-top: 8px;
}
section.featured .products ul.title li p.off,
section.more-products .products ul.title li p.off {
color: #a25f4b;
font-weight: 500;
font-size: 2rem;
opacity: 1;
}
section.featured .products ul.title li p i,
section.more-products .products ul.title li p i {
text-decoration: line-through;
font-size: 1.5rem;
opacity: 0.6;
font-style: normal;
color: #1d1f2e;
font-weight: 400;
}
section.more-products .products ul.image {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
}
section.more-products .products ul.image li {
height: 50vh;
}
section.more-products .products ul.title {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
}
section.call-to-action {
display: grid;
grid-template-columns: 1fr 80% 1fr;
grid-template-rows: auto auto;
grid-row-gap: 40px;
align-items: center;
margin-top: 80px;
}
section.call-to-action .section-title {
grid-column: 2;
grid-row: 1;
text-align: center;
}
section.call-to-action .section-title h2 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
margin-bottom: 40px;
}
section.call-to-action .content {
grid-column: 2;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 40px;
}
section.call-to-action .content .images {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: auto auto;
grid-gap: 15px;
}
section.call-to-action .content .images > div {
background: #1d1f2e;
}
section.call-to-action .content .images .image-1 {
grid-column: 1;
grid-row: 1/3;
height: 215px;
}
section.call-to-action .content .images .image-2 {
grid-column: 2;
grid-row: 1;
height: 100px;
}
section.call-to-action .content .images .image-3 {
grid-column: 2;
grid-row: 2;
height: 100px;
}
section.call-to-action .content .description h3 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
margin-bottom: 0;
}
section.call-to-action .content .description h4 {
font-size: 3rem;
color: #1d1f2e;
margin-top: 10px;
margin-bottom: 20px;
font-weight: 400;
}
section.call-to-action .content .description p {
font-size: 1.6rem;
line-height: 2.6rem;
color: #1d1f2e;
opacity: 0.6;
margin-bottom: 40px;
}
section.call-to-action .content .description a {
text-decoration: none;
background: #1d1f2e;
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
margin-top: 40px;
letter-spacing: 3px;
font-weight: bold;
font-size: 1.2rem;
}
section.parallax {
margin: 80px 0 0 0;
height: 40vh;
width: 100%;
background: red;
}
section.blog {
display: grid;
grid-template-columns: 1fr 80% 1fr;
grid-template-rows: auto auto;
grid-row-gap: 40px;
align-items: center;
margin-top: 80px;
}
section.blog .section-title {
grid-column: 2;
grid-row: 1;
text-align: center;
}
section.blog .section-title h2 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
margin-bottom: 40px;
}
section.blog .posts {
grid-column: 2;
grid-row: 2;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
}
section.blog .posts .image {
height: 300px;
background: #1d1f2e;
display: grid;
align-items: end;
padding: 15px;
}
section.blog .posts .image button {
padding: 18px;
font-size: 1.2rem;
background: #fff;
border: none;
letter-spacing: 3px;
opacity: 0;
margin-bottom: -30px;
transition: all 0.4s ease;
font-weight: bold;
}
section.blog .posts .image:hover button {
opacity: 1;
margin-bottom: 0;
transition: all 0.4s ease;
}
section.blog .posts h3 {
font-size: 2rem;
line-height: 3.4rem;
font-weight: 400;
color: #1d1f2e;
}
section.blog .posts p {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 400;
color: #1d1f2e;
opacity: 0.6;
}
section.blog .posts span {
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 3px;
color: #1d1f2e;
opacity: 0.6;
}
|
public/css/home.css
|
section {
margin: 0 30px;
}
section.top {
width: calc(100vw - 6vw);
height: calc(100vh - 130px);
background: #060d27;
display: grid;
align-items: center;
justify-items: center;
text-align: center;
}
section.top p {
color: #fff;
font-size: 1.3rem;
margin-bottom: 0;
}
section.top h1 {
color: #fff;
font-size: 4.6rem;
margin-top: 10px;
}
section.top button {
background: #fff;
border: none;
padding: 13px 15px;
font-size: 1.3rem;
}
section.about {
display: grid;
grid-template-columns: 1fr 50% 1fr;
margin-top: 80px;
}
section.about > div {
grid-column: 2;
text-align: center;
}
section.about h2 {
font-size: 2.6rem;
font-weight: 400;
}
section.about p {
font-size: 1.6rem;
line-height: 2.8rem;
opacity: 0.6;
}
section.about a {
padding-bottom: 5px;
text-decoration: none;
color: #a25f4b;
font-size: 1.6rem;
border-bottom: 2px solid rgba(162, 95, 75, 0.3);
transition: border 0.4s ease;
}
section.about a:hover {
border-bottom: 2px solid #a25f4b;
transition: border 0.4s ease;
}
section.featured,
section.more-products {
display: grid;
grid-template-columns: 1fr 80% 1fr;
grid-template-rows: auto auto;
grid-row-gap: 40px;
margin-top: 80px;
}
section.featured .section-title,
section.more-products .section-title {
grid-column: 2;
grid-row: 1;
text-align: center;
}
section.featured .section-title h2,
section.more-products .section-title h2 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
}
section.featured .products,
section.more-products .products {
grid-column: 2;
grid-row: 2;
}
section.featured .products ul.image,
section.more-products .products ul.image {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
}
section.featured .products ul.image li,
section.more-products .products ul.image li {
list-style: none;
text-align: center;
height: 70vh;
background: #1d1f2e;
display: grid;
align-items: end;
padding: 15px;
}
section.featured .products ul.image li button,
section.more-products .products ul.image li button {
padding: 18px;
background: #fff;
border: none;
opacity: 0;
margin-bottom: -30px;
transition: all 0.4s ease;
}
section.featured .products ul.image li button a,
section.more-products .products ul.image li button a {
text-decoration: none;
font-size: 1.4rem;
letter-spacing: 3px;
color: #1d1f2e;
}
section.featured .products ul.image li:hover button,
section.more-products .products ul.image li:hover button {
opacity: 1;
margin-bottom: 0;
transition: all 0.4s ease;
}
section.featured .products ul.title,
section.more-products .products ul.title {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
}
section.featured .products ul.title li,
section.more-products .products ul.title li {
list-style: none;
padding: 20px;
color: #1d1f2e;
text-align: center;
}
section.featured .products ul.title li h3,
section.more-products .products ul.title li h3 {
font-size: 2rem;
font-weight: 400;
margin-bottom: 0;
}
section.featured .products ul.title li p,
section.more-products .products ul.title li p {
font-size: 1.6rem;
opacity: 0.6;
margin-top: 8px;
}
section.featured .products ul.title li p.off,
section.more-products .products ul.title li p.off {
color: #a25f4b;
font-weight: 500;
font-size: 2rem;
opacity: 1;
}
section.featured .products ul.title li p i,
section.more-products .products ul.title li p i {
text-decoration: line-through;
font-size: 1.5rem;
opacity: 0.6;
font-style: normal;
color: #1d1f2e;
font-weight: 400;
}
section.more-products .products ul.image {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
}
section.more-products .products ul.image li {
height: 50vh;
}
section.more-products .products ul.title {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
}
section.call-to-action {
display: grid;
grid-template-columns: 1fr 80% 1fr;
grid-template-rows: auto auto;
grid-row-gap: 40px;
align-items: center;
margin-top: 80px;
}
section.call-to-action .section-title {
grid-column: 2;
grid-row: 1;
text-align: center;
}
section.call-to-action .section-title h2 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
margin-bottom: 40px;
}
section.call-to-action .content {
grid-column: 2;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 40px;
}
section.call-to-action .content .images {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: auto auto;
grid-gap: 15px;
}
section.call-to-action .content .images > div {
background: #1d1f2e;
}
section.call-to-action .content .images .image-1 {
grid-column: 1;
grid-row: 1/3;
height: 215px;
}
section.call-to-action .content .images .image-2 {
grid-column: 2;
grid-row: 1;
height: 100px;
}
section.call-to-action .content .images .image-3 {
grid-column: 2;
grid-row: 2;
height: 100px;
}
section.call-to-action .content .description h3 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
margin-bottom: 0;
}
section.call-to-action .content .description h4 {
font-size: 3rem;
color: #1d1f2e;
margin-top: 10px;
margin-bottom: 20px;
font-weight: 400;
}
section.call-to-action .content .description p {
font-size: 1.6rem;
line-height: 2.6rem;
color: #1d1f2e;
opacity: 0.6;
margin-bottom: 40px;
}
section.call-to-action .content .description a {
text-decoration: none;
background: #1d1f2e;
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
margin-top: 40px;
letter-spacing: 3px;
font-weight: bold;
font-size: 1.2rem;
}
section.parallax {
margin: 80px 0 0 0;
height: 40vh;
width: 100%;
background: red;
}
section.blog {
display: grid;
grid-template-columns: 1fr 80% 1fr;
grid-template-rows: auto auto;
grid-row-gap: 40px;
align-items: center;
margin-top: 80px;
}
section.blog .section-title {
grid-column: 2;
grid-row: 1;
text-align: center;
}
section.blog .section-title h2 {
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #1d1f2e;
opacity: 0.6;
letter-spacing: 3px;
margin-bottom: 40px;
}
section.blog .posts {
grid-column: 2;
grid-row: 2;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
}
section.blog .posts .image {
height: 300px;
background: #1d1f2e;
display: grid;
align-items: end;
padding: 15px;
}
section.blog .posts .image button {
padding: 18px;
font-size: 1.2rem;
background: #fff;
border: none;
letter-spacing: 3px;
opacity: 0;
margin-bottom: -30px;
transition: all 0.4s ease;
font-weight: bold;
}
section.blog .posts .image:hover button {
opacity: 1;
margin-bottom: 0;
transition: all 0.4s ease;
}
section.blog .posts h3 {
font-size: 2rem;
line-height: 3.4rem;
font-weight: 400;
color: #1d1f2e;
}
section.blog .posts p {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 400;
color: #1d1f2e;
opacity: 0.6;
}
section.blog .posts span {
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 3px;
color: #1d1f2e;
opacity: 0.6;
}
| 0.499756 | 0.125654 |
@font-face {
font-family: 'LaundryCareSymbols';
src: url('fonts/LaundryCareSymbols.eot');
src: url('fonts/LaundryCareSymbols.eot?#iefix') format('embedded-opentype'),
url('fonts/LaundryCareSymbols.woff') format('woff'),
url('fonts/LaundryCareSymbols.ttf') format('truetype'),
url('fonts/LaundryCareSymbols.svg#LaundryCareSymbols') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'LaundryCareSymbols';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-wash, .icon-wash-30, .icon-wash-40, .icon-wash-50, .icon-wash-hand, .icon-wash-no, .icon-bleach, .icon-bleach-chlor-no, .icon-bleach-chlor, .icon-bleach-no, .icon-bleach-no-2, .icon-dry, .icon-dry-tumble, .icon-dry-tumble-low, .icon-dry-tumble-normal, .icon-dry-tumble-no, .icon-iron, .icon-iron-low, .icon-iron-medium, .icon-iron-high, .icon-iron-no, .icon-clean, .icon-clean-pce, .icon-clean-hcs, .icon-clean-no {
font-family: 'LaundryCareSymbols';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-wash:before {
content: "\e000";
}
.icon-wash-30:before {
content: "\e001";
}
.icon-wash-40:before {
content: "\e002";
}
.icon-wash-50:before {
content: "\e003";
}
.icon-wash-hand:before {
content: "\e004";
}
.icon-wash-no:before {
content: "\e005";
}
.icon-bleach:before {
content: "\e006";
}
.icon-bleach-chlor-no:before {
content: "\e007";
}
.icon-bleach-chlor:before {
content: "\e008";
}
.icon-bleach-no:before {
content: "\e009";
}
.icon-bleach-no-2:before {
content: "\e00a";
}
.icon-dry:before {
content: "\e00b";
}
.icon-dry-tumble:before {
content: "\e00c";
}
.icon-dry-tumble-low:before {
content: "\e00d";
}
.icon-dry-tumble-normal:before {
content: "\e00e";
}
.icon-dry-tumble-no:before {
content: "\e00f";
}
.icon-iron:before {
content: "\e010";
}
.icon-iron-low:before {
content: "\e011";
}
.icon-iron-medium:before {
content: "\e012";
}
.icon-iron-high:before {
content: "\e013";
}
.icon-iron-no:before {
content: "\e014";
}
.icon-clean:before {
content: "\e015";
}
.icon-clean-pce:before {
content: "\e016";
}
.icon-clean-hcs:before {
content: "\e017";
}
.icon-clean-no:before {
content: "\e018";
}
|
LaundryCareSymbols.css
|
@font-face {
font-family: 'LaundryCareSymbols';
src: url('fonts/LaundryCareSymbols.eot');
src: url('fonts/LaundryCareSymbols.eot?#iefix') format('embedded-opentype'),
url('fonts/LaundryCareSymbols.woff') format('woff'),
url('fonts/LaundryCareSymbols.ttf') format('truetype'),
url('fonts/LaundryCareSymbols.svg#LaundryCareSymbols') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'LaundryCareSymbols';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-wash, .icon-wash-30, .icon-wash-40, .icon-wash-50, .icon-wash-hand, .icon-wash-no, .icon-bleach, .icon-bleach-chlor-no, .icon-bleach-chlor, .icon-bleach-no, .icon-bleach-no-2, .icon-dry, .icon-dry-tumble, .icon-dry-tumble-low, .icon-dry-tumble-normal, .icon-dry-tumble-no, .icon-iron, .icon-iron-low, .icon-iron-medium, .icon-iron-high, .icon-iron-no, .icon-clean, .icon-clean-pce, .icon-clean-hcs, .icon-clean-no {
font-family: 'LaundryCareSymbols';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-wash:before {
content: "\e000";
}
.icon-wash-30:before {
content: "\e001";
}
.icon-wash-40:before {
content: "\e002";
}
.icon-wash-50:before {
content: "\e003";
}
.icon-wash-hand:before {
content: "\e004";
}
.icon-wash-no:before {
content: "\e005";
}
.icon-bleach:before {
content: "\e006";
}
.icon-bleach-chlor-no:before {
content: "\e007";
}
.icon-bleach-chlor:before {
content: "\e008";
}
.icon-bleach-no:before {
content: "\e009";
}
.icon-bleach-no-2:before {
content: "\e00a";
}
.icon-dry:before {
content: "\e00b";
}
.icon-dry-tumble:before {
content: "\e00c";
}
.icon-dry-tumble-low:before {
content: "\e00d";
}
.icon-dry-tumble-normal:before {
content: "\e00e";
}
.icon-dry-tumble-no:before {
content: "\e00f";
}
.icon-iron:before {
content: "\e010";
}
.icon-iron-low:before {
content: "\e011";
}
.icon-iron-medium:before {
content: "\e012";
}
.icon-iron-high:before {
content: "\e013";
}
.icon-iron-no:before {
content: "\e014";
}
.icon-clean:before {
content: "\e015";
}
.icon-clean-pce:before {
content: "\e016";
}
.icon-clean-hcs:before {
content: "\e017";
}
.icon-clean-no:before {
content: "\e018";
}
| 0.443841 | 0.063193 |
@charset "UTF-8";
.j-col-pull-0,
.j-col-pull-1,
.j-col-pull-10,
.j-col-pull-11,
.j-col-pull-13,
.j-col-pull-14,
.j-col-pull-15,
.j-col-pull-16,
.j-col-pull-17,
.j-col-pull-18,
.j-col-pull-19,
.j-col-pull-2,
.j-col-pull-20,
.j-col-pull-21,
.j-col-pull-22,
.j-col-pull-23,
.j-col-pull-24,
.j-col-pull-3,
.j-col-pull-4,
.j-col-pull-5,
.j-col-pull-6,
.j-col-pull-7,
.j-col-pull-8,
.j-col-pull-9,
.j-col-push-0,
.j-col-push-1,
.j-col-push-10,
.j-col-push-11,
.j-col-push-12,
.j-col-push-13,
.j-col-push-14,
.j-col-push-15,
.j-col-push-16,
.j-col-push-17,
.j-col-push-18,
.j-col-push-19,
.j-col-push-2,
.j-col-push-20,
.j-col-push-21,
.j-col-push-22,
.j-col-push-23,
.j-col-push-24,
.j-col-push-3,
.j-col-push-4,
.j-col-push-5,
.j-col-push-6,
.j-col-push-7,
.j-col-push-8,
.j-col-push-9 {
position: relative
}
.j-col-1,
.j-col-10,
.j-col-11,
.j-col-12,
.j-col-13,
.j-col-14,
.j-col-15,
.j-col-16,
.j-col-17,
.j-col-18,
.j-col-19,
.j-col-2,
.j-col-20,
.j-col-21,
.j-col-22,
.j-col-23,
.j-col-24,
.j-col-3,
.j-col-4,
.j-col-5,
.j-col-6,
.j-col-7,
.j-col-8,
.j-col-9 {
float: left;
box-sizing: border-box
}
.j-col-0 {
width: 0%
}
.j-col-offset-0 {
margin-left: 0
}
.j-col-pull-0 {
right: 0
}
.j-col-push-0 {
left: 0
}
.j-col-1 {
width: 4.16667%
}
.j-col-offset-1 {
margin-left: 4.16667%
}
.j-col-pull-1 {
right: 4.16667%
}
.j-col-push-1 {
left: 4.16667%
}
.j-col-2 {
width: 8.33333%
}
.j-col-offset-2 {
margin-left: 8.33333%
}
.j-col-pull-2 {
right: 8.33333%
}
.j-col-push-2 {
left: 8.33333%
}
.j-col-3 {
width: 12.5%
}
.j-col-offset-3 {
margin-left: 12.5%
}
.j-col-pull-3 {
right: 12.5%
}
.j-col-push-3 {
left: 12.5%
}
.j-col-4 {
width: 16.66667%
}
.j-col-offset-4 {
margin-left: 16.66667%
}
.j-col-pull-4 {
right: 16.66667%
}
.j-col-push-4 {
left: 16.66667%
}
.j-col-5 {
width: 20.83333%
}
.j-col-offset-5 {
margin-left: 20.83333%
}
.j-col-pull-5 {
right: 20.83333%
}
.j-col-push-5 {
left: 20.83333%
}
.j-col-6 {
width: 25%
}
.j-col-offset-6 {
margin-left: 25%
}
.j-col-pull-6 {
right: 25%
}
.j-col-push-6 {
left: 25%
}
.j-col-7 {
width: 29.16667%
}
.j-col-offset-7 {
margin-left: 29.16667%
}
.j-col-pull-7 {
right: 29.16667%
}
.j-col-push-7 {
left: 29.16667%
}
.j-col-8 {
width: 33.33333%
}
.j-col-offset-8 {
margin-left: 33.33333%
}
.j-col-pull-8 {
right: 33.33333%
}
.j-col-push-8 {
left: 33.33333%
}
.j-col-9 {
width: 37.5%
}
.j-col-offset-9 {
margin-left: 37.5%
}
.j-col-pull-9 {
right: 37.5%
}
.j-col-push-9 {
left: 37.5%
}
.j-col-10 {
width: 41.66667%
}
.j-col-offset-10 {
margin-left: 41.66667%
}
.j-col-pull-10 {
right: 41.66667%
}
.j-col-push-10 {
left: 41.66667%
}
.j-col-11 {
width: 45.83333%
}
.j-col-offset-11 {
margin-left: 45.83333%
}
.j-col-pull-11 {
right: 45.83333%
}
.j-col-push-11 {
left: 45.83333%
}
.j-col-12 {
width: 50%
}
.j-col-offset-12 {
margin-left: 50%
}
.j-col-pull-12 {
position: relative;
right: 50%
}
.j-col-push-12 {
left: 50%
}
.j-col-13 {
width: 54.16667%
}
.j-col-offset-13 {
margin-left: 54.16667%
}
.j-col-pull-13 {
right: 54.16667%
}
.j-col-push-13 {
left: 54.16667%
}
.j-col-14 {
width: 58.33333%
}
.j-col-offset-14 {
margin-left: 58.33333%
}
.j-col-pull-14 {
right: 58.33333%
}
.j-col-push-14 {
left: 58.33333%
}
.j-col-15 {
width: 62.5%
}
.j-col-offset-15 {
margin-left: 62.5%
}
.j-col-pull-15 {
right: 62.5%
}
.j-col-push-15 {
left: 62.5%
}
.j-col-16 {
width: 66.66667%
}
.j-col-offset-16 {
margin-left: 66.66667%
}
.j-col-pull-16 {
right: 66.66667%
}
.j-col-push-16 {
left: 66.66667%
}
.j-col-17 {
width: 70.83333%
}
.j-col-offset-17 {
margin-left: 70.83333%
}
.j-col-pull-17 {
right: 70.83333%
}
.j-col-push-17 {
left: 70.83333%
}
.j-col-18 {
width: 75%
}
.j-col-offset-18 {
margin-left: 75%
}
.j-col-pull-18 {
right: 75%
}
.j-col-push-18 {
left: 75%
}
.j-col-19 {
width: 79.16667%
}
.j-col-offset-19 {
margin-left: 79.16667%
}
.j-col-pull-19 {
right: 79.16667%
}
.j-col-push-19 {
left: 79.16667%
}
.j-col-20 {
width: 83.33333%
}
.j-col-offset-20 {
margin-left: 83.33333%
}
.j-col-pull-20 {
right: 83.33333%
}
.j-col-push-20 {
left: 83.33333%
}
.j-col-21 {
width: 87.5%
}
.j-col-offset-21 {
margin-left: 87.5%
}
.j-col-pull-21 {
right: 87.5%
}
.j-col-push-21 {
left: 87.5%
}
.j-col-22 {
width: 91.66667%
}
.j-col-offset-22 {
margin-left: 91.66667%
}
.j-col-pull-22 {
right: 91.66667%
}
.j-col-push-22 {
left: 91.66667%
}
.j-col-23 {
width: 95.83333%
}
.j-col-offset-23 {
margin-left: 95.83333%
}
.j-col-pull-23 {
right: 95.83333%
}
.j-col-push-23 {
left: 95.83333%
}
.j-col-24 {
width: 100%
}
.j-col-offset-24 {
margin-left: 100%
}
.j-col-pull-24 {
right: 100%
}
.j-col-push-24 {
left: 100%
}
@media (max-width:768px) {
.j-col-xs-pull-0,
.j-col-xs-pull-1,
.j-col-xs-pull-10,
.j-col-xs-pull-11,
.j-col-xs-pull-13,
.j-col-xs-pull-14,
.j-col-xs-pull-15,
.j-col-xs-pull-16,
.j-col-xs-pull-17,
.j-col-xs-pull-18,
.j-col-xs-pull-19,
.j-col-xs-pull-2,
.j-col-xs-pull-20,
.j-col-xs-pull-21,
.j-col-xs-pull-22,
.j-col-xs-pull-23,
.j-col-xs-pull-24,
.j-col-xs-pull-3,
.j-col-xs-pull-4,
.j-col-xs-pull-5,
.j-col-xs-pull-6,
.j-col-xs-pull-7,
.j-col-xs-pull-8,
.j-col-xs-pull-9,
.j-col-xs-push-0,
.j-col-xs-push-1,
.j-col-xs-push-10,
.j-col-xs-push-11,
.j-col-xs-push-12,
.j-col-xs-push-13,
.j-col-xs-push-14,
.j-col-xs-push-15,
.j-col-xs-push-16,
.j-col-xs-push-17,
.j-col-xs-push-18,
.j-col-xs-push-19,
.j-col-xs-push-2,
.j-col-xs-push-20,
.j-col-xs-push-21,
.j-col-xs-push-22,
.j-col-xs-push-23,
.j-col-xs-push-24,
.j-col-xs-push-3,
.j-col-xs-push-4,
.j-col-xs-push-5,
.j-col-xs-push-6,
.j-col-xs-push-7,
.j-col-xs-push-8,
.j-col-xs-push-9 {
position: relative
}
.j-col-xs-0 {
width: 0%
}
.j-col-xs-offset-0 {
margin-left: 0
}
.j-col-xs-pull-0 {
right: 0
}
.j-col-xs-push-0 {
left: 0
}
.j-col-xs-1 {
width: 4.16667%
}
.j-col-xs-offset-1 {
margin-left: 4.16667%
}
.j-col-xs-pull-1 {
right: 4.16667%
}
.j-col-xs-push-1 {
left: 4.16667%
}
.j-col-xs-2 {
width: 8.33333%
}
.j-col-xs-offset-2 {
margin-left: 8.33333%
}
.j-col-xs-pull-2 {
right: 8.33333%
}
.j-col-xs-push-2 {
left: 8.33333%
}
.j-col-xs-3 {
width: 12.5%
}
.j-col-xs-offset-3 {
margin-left: 12.5%
}
.j-col-xs-pull-3 {
right: 12.5%
}
.j-col-xs-push-3 {
left: 12.5%
}
.j-col-xs-4 {
width: 16.66667%
}
.j-col-xs-offset-4 {
margin-left: 16.66667%
}
.j-col-xs-pull-4 {
right: 16.66667%
}
.j-col-xs-push-4 {
left: 16.66667%
}
.j-col-xs-5 {
width: 20.83333%
}
.j-col-xs-offset-5 {
margin-left: 20.83333%
}
.j-col-xs-pull-5 {
right: 20.83333%
}
.j-col-xs-push-5 {
left: 20.83333%
}
.j-col-xs-6 {
width: 25%
}
.j-col-xs-offset-6 {
margin-left: 25%
}
.j-col-xs-pull-6 {
right: 25%
}
.j-col-xs-push-6 {
left: 25%
}
.j-col-xs-7 {
width: 29.16667%
}
.j-col-xs-offset-7 {
margin-left: 29.16667%
}
.j-col-xs-pull-7 {
right: 29.16667%
}
.j-col-xs-push-7 {
left: 29.16667%
}
.j-col-xs-8 {
width: 33.33333%
}
.j-col-xs-offset-8 {
margin-left: 33.33333%
}
.j-col-xs-pull-8 {
right: 33.33333%
}
.j-col-xs-push-8 {
left: 33.33333%
}
.j-col-xs-9 {
width: 37.5%
}
.j-col-xs-offset-9 {
margin-left: 37.5%
}
.j-col-xs-pull-9 {
right: 37.5%
}
.j-col-xs-push-9 {
left: 37.5%
}
.j-col-xs-10 {
width: 41.66667%
}
.j-col-xs-offset-10 {
margin-left: 41.66667%
}
.j-col-xs-pull-10 {
right: 41.66667%
}
.j-col-xs-push-10 {
left: 41.66667%
}
.j-col-xs-11 {
width: 45.83333%
}
.j-col-xs-offset-11 {
margin-left: 45.83333%
}
.j-col-xs-pull-11 {
right: 45.83333%
}
.j-col-xs-push-11 {
left: 45.83333%
}
.j-col-xs-12 {
width: 50%
}
.j-col-xs-offset-12 {
margin-left: 50%
}
.j-col-xs-pull-12 {
position: relative;
right: 50%
}
.j-col-xs-push-12 {
left: 50%
}
.j-col-xs-13 {
width: 54.16667%
}
.j-col-xs-offset-13 {
margin-left: 54.16667%
}
.j-col-xs-pull-13 {
right: 54.16667%
}
.j-col-xs-push-13 {
left: 54.16667%
}
.j-col-xs-14 {
width: 58.33333%
}
.j-col-xs-offset-14 {
margin-left: 58.33333%
}
.j-col-xs-pull-14 {
right: 58.33333%
}
.j-col-xs-push-14 {
left: 58.33333%
}
.j-col-xs-15 {
width: 62.5%
}
.j-col-xs-offset-15 {
margin-left: 62.5%
}
.j-col-xs-pull-15 {
right: 62.5%
}
.j-col-xs-push-15 {
left: 62.5%
}
.j-col-xs-16 {
width: 66.66667%
}
.j-col-xs-offset-16 {
margin-left: 66.66667%
}
.j-col-xs-pull-16 {
right: 66.66667%
}
.j-col-xs-push-16 {
left: 66.66667%
}
.j-col-xs-17 {
width: 70.83333%
}
.j-col-xs-offset-17 {
margin-left: 70.83333%
}
.j-col-xs-pull-17 {
right: 70.83333%
}
.j-col-xs-push-17 {
left: 70.83333%
}
.j-col-xs-18 {
width: 75%
}
.j-col-xs-offset-18 {
margin-left: 75%
}
.j-col-xs-pull-18 {
right: 75%
}
.j-col-xs-push-18 {
left: 75%
}
.j-col-xs-19 {
width: 79.16667%
}
.j-col-xs-offset-19 {
margin-left: 79.16667%
}
.j-col-xs-pull-19 {
right: 79.16667%
}
.j-col-xs-push-19 {
left: 79.16667%
}
.j-col-xs-20 {
width: 83.33333%
}
.j-col-xs-offset-20 {
margin-left: 83.33333%
}
.j-col-xs-pull-20 {
right: 83.33333%
}
.j-col-xs-push-20 {
left: 83.33333%
}
.j-col-xs-21 {
width: 87.5%
}
.j-col-xs-offset-21 {
margin-left: 87.5%
}
.j-col-xs-pull-21 {
right: 87.5%
}
.j-col-xs-push-21 {
left: 87.5%
}
.j-col-xs-22 {
width: 91.66667%
}
.j-col-xs-offset-22 {
margin-left: 91.66667%
}
.j-col-xs-pull-22 {
right: 91.66667%
}
.j-col-xs-push-22 {
left: 91.66667%
}
.j-col-xs-23 {
width: 95.83333%
}
.j-col-xs-offset-23 {
margin-left: 95.83333%
}
.j-col-xs-pull-23 {
right: 95.83333%
}
.j-col-xs-push-23 {
left: 95.83333%
}
.j-col-xs-24 {
width: 100%
}
.j-col-xs-offset-24 {
margin-left: 100%
}
.j-col-xs-pull-24 {
right: 100%
}
.j-col-xs-push-24 {
left: 100%
}
}
@media (min-width:768px) {
.j-col-sm-pull-0,
.j-col-sm-pull-1,
.j-col-sm-pull-10,
.j-col-sm-pull-11,
.j-col-sm-pull-13,
.j-col-sm-pull-14,
.j-col-sm-pull-15,
.j-col-sm-pull-16,
.j-col-sm-pull-17,
.j-col-sm-pull-18,
.j-col-sm-pull-19,
.j-col-sm-pull-2,
.j-col-sm-pull-20,
.j-col-sm-pull-21,
.j-col-sm-pull-22,
.j-col-sm-pull-23,
.j-col-sm-pull-24,
.j-col-sm-pull-3,
.j-col-sm-pull-4,
.j-col-sm-pull-5,
.j-col-sm-pull-6,
.j-col-sm-pull-7,
.j-col-sm-pull-8,
.j-col-sm-pull-9,
.j-col-sm-push-0,
.j-col-sm-push-1,
.j-col-sm-push-10,
.j-col-sm-push-11,
.j-col-sm-push-12,
.j-col-sm-push-13,
.j-col-sm-push-14,
.j-col-sm-push-15,
.j-col-sm-push-16,
.j-col-sm-push-17,
.j-col-sm-push-18,
.j-col-sm-push-19,
.j-col-sm-push-2,
.j-col-sm-push-20,
.j-col-sm-push-21,
.j-col-sm-push-22,
.j-col-sm-push-23,
.j-col-sm-push-24,
.j-col-sm-push-3,
.j-col-sm-push-4,
.j-col-sm-push-5,
.j-col-sm-push-6,
.j-col-sm-push-7,
.j-col-sm-push-8,
.j-col-sm-push-9 {
position: relative
}
.j-col-sm-0 {
width: 0%
}
.j-col-sm-offset-0 {
margin-left: 0
}
.j-col-sm-pull-0 {
right: 0
}
.j-col-sm-push-0 {
left: 0
}
.j-col-sm-1 {
width: 4.16667%
}
.j-col-sm-offset-1 {
margin-left: 4.16667%
}
.j-col-sm-pull-1 {
right: 4.16667%
}
.j-col-sm-push-1 {
left: 4.16667%
}
.j-col-sm-2 {
width: 8.33333%
}
.j-col-sm-offset-2 {
margin-left: 8.33333%
}
.j-col-sm-pull-2 {
right: 8.33333%
}
.j-col-sm-push-2 {
left: 8.33333%
}
.j-col-sm-3 {
width: 12.5%
}
.j-col-sm-offset-3 {
margin-left: 12.5%
}
.j-col-sm-pull-3 {
right: 12.5%
}
.j-col-sm-push-3 {
left: 12.5%
}
.j-col-sm-4 {
width: 16.66667%
}
.j-col-sm-offset-4 {
margin-left: 16.66667%
}
.j-col-sm-pull-4 {
right: 16.66667%
}
.j-col-sm-push-4 {
left: 16.66667%
}
.j-col-sm-5 {
width: 20.83333%
}
.j-col-sm-offset-5 {
margin-left: 20.83333%
}
.j-col-sm-pull-5 {
right: 20.83333%
}
.j-col-sm-push-5 {
left: 20.83333%
}
.j-col-sm-6 {
width: 25%
}
.j-col-sm-offset-6 {
margin-left: 25%
}
.j-col-sm-pull-6 {
right: 25%
}
.j-col-sm-push-6 {
left: 25%
}
.j-col-sm-7 {
width: 29.16667%
}
.j-col-sm-offset-7 {
margin-left: 29.16667%
}
.j-col-sm-pull-7 {
right: 29.16667%
}
.j-col-sm-push-7 {
left: 29.16667%
}
.j-col-sm-8 {
width: 33.33333%
}
.j-col-sm-offset-8 {
margin-left: 33.33333%
}
.j-col-sm-pull-8 {
right: 33.33333%
}
.j-col-sm-push-8 {
left: 33.33333%
}
.j-col-sm-9 {
width: 37.5%
}
.j-col-sm-offset-9 {
margin-left: 37.5%
}
.j-col-sm-pull-9 {
right: 37.5%
}
.j-col-sm-push-9 {
left: 37.5%
}
.j-col-sm-10 {
width: 41.66667%
}
.j-col-sm-offset-10 {
margin-left: 41.66667%
}
.j-col-sm-pull-10 {
right: 41.66667%
}
.j-col-sm-push-10 {
left: 41.66667%
}
.j-col-sm-11 {
width: 45.83333%
}
.j-col-sm-offset-11 {
margin-left: 45.83333%
}
.j-col-sm-pull-11 {
right: 45.83333%
}
.j-col-sm-push-11 {
left: 45.83333%
}
.j-col-sm-12 {
width: 50%
}
.j-col-sm-offset-12 {
margin-left: 50%
}
.j-col-sm-pull-12 {
position: relative;
right: 50%
}
.j-col-sm-push-12 {
left: 50%
}
.j-col-sm-13 {
width: 54.16667%
}
.j-col-sm-offset-13 {
margin-left: 54.16667%
}
.j-col-sm-pull-13 {
right: 54.16667%
}
.j-col-sm-push-13 {
left: 54.16667%
}
.j-col-sm-14 {
width: 58.33333%
}
.j-col-sm-offset-14 {
margin-left: 58.33333%
}
.j-col-sm-pull-14 {
right: 58.33333%
}
.j-col-sm-push-14 {
left: 58.33333%
}
.j-col-sm-15 {
width: 62.5%
}
.j-col-sm-offset-15 {
margin-left: 62.5%
}
.j-col-sm-pull-15 {
right: 62.5%
}
.j-col-sm-push-15 {
left: 62.5%
}
.j-col-sm-16 {
width: 66.66667%
}
.j-col-sm-offset-16 {
margin-left: 66.66667%
}
.j-col-sm-pull-16 {
right: 66.66667%
}
.j-col-sm-push-16 {
left: 66.66667%
}
.j-col-sm-17 {
width: 70.83333%
}
.j-col-sm-offset-17 {
margin-left: 70.83333%
}
.j-col-sm-pull-17 {
right: 70.83333%
}
.j-col-sm-push-17 {
left: 70.83333%
}
.j-col-sm-18 {
width: 75%
}
.j-col-sm-offset-18 {
margin-left: 75%
}
.j-col-sm-pull-18 {
right: 75%
}
.j-col-sm-push-18 {
left: 75%
}
.j-col-sm-19 {
width: 79.16667%
}
.j-col-sm-offset-19 {
margin-left: 79.16667%
}
.j-col-sm-pull-19 {
right: 79.16667%
}
.j-col-sm-push-19 {
left: 79.16667%
}
.j-col-sm-20 {
width: 83.33333%
}
.j-col-sm-offset-20 {
margin-left: 83.33333%
}
.j-col-sm-pull-20 {
right: 83.33333%
}
.j-col-sm-push-20 {
left: 83.33333%
}
.j-col-sm-21 {
width: 87.5%
}
.j-col-sm-offset-21 {
margin-left: 87.5%
}
.j-col-sm-pull-21 {
right: 87.5%
}
.j-col-sm-push-21 {
left: 87.5%
}
.j-col-sm-22 {
width: 91.66667%
}
.j-col-sm-offset-22 {
margin-left: 91.66667%
}
.j-col-sm-pull-22 {
right: 91.66667%
}
.j-col-sm-push-22 {
left: 91.66667%
}
.j-col-sm-23 {
width: 95.83333%
}
.j-col-sm-offset-23 {
margin-left: 95.83333%
}
.j-col-sm-pull-23 {
right: 95.83333%
}
.j-col-sm-push-23 {
left: 95.83333%
}
.j-col-sm-24 {
width: 100%
}
.j-col-sm-offset-24 {
margin-left: 100%
}
.j-col-sm-pull-24 {
right: 100%
}
.j-col-sm-push-24 {
left: 100%
}
}
@media (min-width:992px) {
.j-col-md-pull-0,
.j-col-md-pull-1,
.j-col-md-pull-10,
.j-col-md-pull-11,
.j-col-md-pull-13,
.j-col-md-pull-14,
.j-col-md-pull-15,
.j-col-md-pull-16,
.j-col-md-pull-17,
.j-col-md-pull-18,
.j-col-md-pull-19,
.j-col-md-pull-2,
.j-col-md-pull-20,
.j-col-md-pull-21,
.j-col-md-pull-22,
.j-col-md-pull-23,
.j-col-md-pull-24,
.j-col-md-pull-3,
.j-col-md-pull-4,
.j-col-md-pull-5,
.j-col-md-pull-6,
.j-col-md-pull-7,
.j-col-md-pull-8,
.j-col-md-pull-9,
.j-col-md-push-0,
.j-col-md-push-1,
.j-col-md-push-10,
.j-col-md-push-11,
.j-col-md-push-12,
.j-col-md-push-13,
.j-col-md-push-14,
.j-col-md-push-15,
.j-col-md-push-16,
.j-col-md-push-17,
.j-col-md-push-18,
.j-col-md-push-19,
.j-col-md-push-2,
.j-col-md-push-20,
.j-col-md-push-21,
.j-col-md-push-22,
.j-col-md-push-23,
.j-col-md-push-24,
.j-col-md-push-3,
.j-col-md-push-4,
.j-col-md-push-5,
.j-col-md-push-6,
.j-col-md-push-7,
.j-col-md-push-8,
.j-col-md-push-9 {
position: relative
}
.j-col-md-0 {
width: 0%
}
.j-col-md-offset-0 {
margin-left: 0
}
.j-col-md-pull-0 {
right: 0
}
.j-col-md-push-0 {
left: 0
}
.j-col-md-1 {
width: 4.16667%
}
.j-col-md-offset-1 {
margin-left: 4.16667%
}
.j-col-md-pull-1 {
right: 4.16667%
}
.j-col-md-push-1 {
left: 4.16667%
}
.j-col-md-2 {
width: 8.33333%
}
.j-col-md-offset-2 {
margin-left: 8.33333%
}
.j-col-md-pull-2 {
right: 8.33333%
}
.j-col-md-push-2 {
left: 8.33333%
}
.j-col-md-3 {
width: 12.5%
}
.j-col-md-offset-3 {
margin-left: 12.5%
}
.j-col-md-pull-3 {
right: 12.5%
}
.j-col-md-push-3 {
left: 12.5%
}
.j-col-md-4 {
width: 16.66667%
}
.j-col-md-offset-4 {
margin-left: 16.66667%
}
.j-col-md-pull-4 {
right: 16.66667%
}
.j-col-md-push-4 {
left: 16.66667%
}
.j-col-md-5 {
width: 20.83333%
}
.j-col-md-offset-5 {
margin-left: 20.83333%
}
.j-col-md-pull-5 {
right: 20.83333%
}
.j-col-md-push-5 {
left: 20.83333%
}
.j-col-md-6 {
width: 25%
}
.j-col-md-offset-6 {
margin-left: 25%
}
.j-col-md-pull-6 {
right: 25%
}
.j-col-md-push-6 {
left: 25%
}
.j-col-md-7 {
width: 29.16667%
}
.j-col-md-offset-7 {
margin-left: 29.16667%
}
.j-col-md-pull-7 {
right: 29.16667%
}
.j-col-md-push-7 {
left: 29.16667%
}
.j-col-md-8 {
width: 33.33333%
}
.j-col-md-offset-8 {
margin-left: 33.33333%
}
.j-col-md-pull-8 {
right: 33.33333%
}
.j-col-md-push-8 {
left: 33.33333%
}
.j-col-md-9 {
width: 37.5%
}
.j-col-md-offset-9 {
margin-left: 37.5%
}
.j-col-md-pull-9 {
right: 37.5%
}
.j-col-md-push-9 {
left: 37.5%
}
.j-col-md-10 {
width: 41.66667%
}
.j-col-md-offset-10 {
margin-left: 41.66667%
}
.j-col-md-pull-10 {
right: 41.66667%
}
.j-col-md-push-10 {
left: 41.66667%
}
.j-col-md-11 {
width: 45.83333%
}
.j-col-md-offset-11 {
margin-left: 45.83333%
}
.j-col-md-pull-11 {
right: 45.83333%
}
.j-col-md-push-11 {
left: 45.83333%
}
.j-col-md-12 {
width: 50%
}
.j-col-md-offset-12 {
margin-left: 50%
}
.j-col-md-pull-12 {
position: relative;
right: 50%
}
.j-col-md-push-12 {
left: 50%
}
.j-col-md-13 {
width: 54.16667%
}
.j-col-md-offset-13 {
margin-left: 54.16667%
}
.j-col-md-pull-13 {
right: 54.16667%
}
.j-col-md-push-13 {
left: 54.16667%
}
.j-col-md-14 {
width: 58.33333%
}
.j-col-md-offset-14 {
margin-left: 58.33333%
}
.j-col-md-pull-14 {
right: 58.33333%
}
.j-col-md-push-14 {
left: 58.33333%
}
.j-col-md-15 {
width: 62.5%
}
.j-col-md-offset-15 {
margin-left: 62.5%
}
.j-col-md-pull-15 {
right: 62.5%
}
.j-col-md-push-15 {
left: 62.5%
}
.j-col-md-16 {
width: 66.66667%
}
.j-col-md-offset-16 {
margin-left: 66.66667%
}
.j-col-md-pull-16 {
right: 66.66667%
}
.j-col-md-push-16 {
left: 66.66667%
}
.j-col-md-17 {
width: 70.83333%
}
.j-col-md-offset-17 {
margin-left: 70.83333%
}
.j-col-md-pull-17 {
right: 70.83333%
}
.j-col-md-push-17 {
left: 70.83333%
}
.j-col-md-18 {
width: 75%
}
.j-col-md-offset-18 {
margin-left: 75%
}
.j-col-md-pull-18 {
right: 75%
}
.j-col-md-push-18 {
left: 75%
}
.j-col-md-19 {
width: 79.16667%
}
.j-col-md-offset-19 {
margin-left: 79.16667%
}
.j-col-md-pull-19 {
right: 79.16667%
}
.j-col-md-push-19 {
left: 79.16667%
}
.j-col-md-20 {
width: 83.33333%
}
.j-col-md-offset-20 {
margin-left: 83.33333%
}
.j-col-md-pull-20 {
right: 83.33333%
}
.j-col-md-push-20 {
left: 83.33333%
}
.j-col-md-21 {
width: 87.5%
}
.j-col-md-offset-21 {
margin-left: 87.5%
}
.j-col-md-pull-21 {
right: 87.5%
}
.j-col-md-push-21 {
left: 87.5%
}
.j-col-md-22 {
width: 91.66667%
}
.j-col-md-offset-22 {
margin-left: 91.66667%
}
.j-col-md-pull-22 {
right: 91.66667%
}
.j-col-md-push-22 {
left: 91.66667%
}
.j-col-md-23 {
width: 95.83333%
}
.j-col-md-offset-23 {
margin-left: 95.83333%
}
.j-col-md-pull-23 {
right: 95.83333%
}
.j-col-md-push-23 {
left: 95.83333%
}
.j-col-md-24 {
width: 100%
}
.j-col-md-offset-24 {
margin-left: 100%
}
.j-col-md-pull-24 {
right: 100%
}
.j-col-md-push-24 {
left: 100%
}
}
@media (min-width:1200px) {
.j-col-lg-pull-0,
.j-col-lg-pull-1,
.j-col-lg-pull-10,
.j-col-lg-pull-11,
.j-col-lg-pull-13,
.j-col-lg-pull-14,
.j-col-lg-pull-15,
.j-col-lg-pull-16,
.j-col-lg-pull-17,
.j-col-lg-pull-18,
.j-col-lg-pull-19,
.j-col-lg-pull-2,
.j-col-lg-pull-20,
.j-col-lg-pull-21,
.j-col-lg-pull-22,
.j-col-lg-pull-23,
.j-col-lg-pull-24,
.j-col-lg-pull-3,
.j-col-lg-pull-4,
.j-col-lg-pull-5,
.j-col-lg-pull-6,
.j-col-lg-pull-7,
.j-col-lg-pull-8,
.j-col-lg-pull-9,
.j-col-lg-push-0,
.j-col-lg-push-1,
.j-col-lg-push-10,
.j-col-lg-push-11,
.j-col-lg-push-12,
.j-col-lg-push-13,
.j-col-lg-push-14,
.j-col-lg-push-15,
.j-col-lg-push-16,
.j-col-lg-push-17,
.j-col-lg-push-18,
.j-col-lg-push-19,
.j-col-lg-push-2,
.j-col-lg-push-20,
.j-col-lg-push-21,
.j-col-lg-push-22,
.j-col-lg-push-23,
.j-col-lg-push-24,
.j-col-lg-push-3,
.j-col-lg-push-4,
.j-col-lg-push-5,
.j-col-lg-push-6,
.j-col-lg-push-7,
.j-col-lg-push-8,
.j-col-lg-push-9 {
position: relative
}
.j-col-lg-0 {
width: 0%
}
.j-col-lg-offset-0 {
margin-left: 0
}
.j-col-lg-pull-0 {
right: 0
}
.j-col-lg-push-0 {
left: 0
}
.j-col-lg-1 {
width: 4.16667%
}
.j-col-lg-offset-1 {
margin-left: 4.16667%
}
.j-col-lg-pull-1 {
right: 4.16667%
}
.j-col-lg-push-1 {
left: 4.16667%
}
.j-col-lg-2 {
width: 8.33333%
}
.j-col-lg-offset-2 {
margin-left: 8.33333%
}
.j-col-lg-pull-2 {
right: 8.33333%
}
.j-col-lg-push-2 {
left: 8.33333%
}
.j-col-lg-3 {
width: 12.5%
}
.j-col-lg-offset-3 {
margin-left: 12.5%
}
.j-col-lg-pull-3 {
right: 12.5%
}
.j-col-lg-push-3 {
left: 12.5%
}
.j-col-lg-4 {
width: 16.66667%
}
.j-col-lg-offset-4 {
margin-left: 16.66667%
}
.j-col-lg-pull-4 {
right: 16.66667%
}
.j-col-lg-push-4 {
left: 16.66667%
}
.j-col-lg-5 {
width: 20.83333%
}
.j-col-lg-offset-5 {
margin-left: 20.83333%
}
.j-col-lg-pull-5 {
right: 20.83333%
}
.j-col-lg-push-5 {
left: 20.83333%
}
.j-col-lg-6 {
width: 25%
}
.j-col-lg-offset-6 {
margin-left: 25%
}
.j-col-lg-pull-6 {
right: 25%
}
.j-col-lg-push-6 {
left: 25%
}
.j-col-lg-7 {
width: 29.16667%
}
.j-col-lg-offset-7 {
margin-left: 29.16667%
}
.j-col-lg-pull-7 {
right: 29.16667%
}
.j-col-lg-push-7 {
left: 29.16667%
}
.j-col-lg-8 {
width: 33.33333%
}
.j-col-lg-offset-8 {
margin-left: 33.33333%
}
.j-col-lg-pull-8 {
right: 33.33333%
}
.j-col-lg-push-8 {
left: 33.33333%
}
.j-col-lg-9 {
width: 37.5%
}
.j-col-lg-offset-9 {
margin-left: 37.5%
}
.j-col-lg-pull-9 {
right: 37.5%
}
.j-col-lg-push-9 {
left: 37.5%
}
.j-col-lg-10 {
width: 41.66667%
}
.j-col-lg-offset-10 {
margin-left: 41.66667%
}
.j-col-lg-pull-10 {
right: 41.66667%
}
.j-col-lg-push-10 {
left: 41.66667%
}
.j-col-lg-11 {
width: 45.83333%
}
.j-col-lg-offset-11 {
margin-left: 45.83333%
}
.j-col-lg-pull-11 {
right: 45.83333%
}
.j-col-lg-push-11 {
left: 45.83333%
}
.j-col-lg-12 {
width: 50%
}
.j-col-lg-offset-12 {
margin-left: 50%
}
.j-col-lg-pull-12 {
position: relative;
right: 50%
}
.j-col-lg-push-12 {
left: 50%
}
.j-col-lg-13 {
width: 54.16667%
}
.j-col-lg-offset-13 {
margin-left: 54.16667%
}
.j-col-lg-pull-13 {
right: 54.16667%
}
.j-col-lg-push-13 {
left: 54.16667%
}
.j-col-lg-14 {
width: 58.33333%
}
.j-col-lg-offset-14 {
margin-left: 58.33333%
}
.j-col-lg-pull-14 {
right: 58.33333%
}
.j-col-lg-push-14 {
left: 58.33333%
}
.j-col-lg-15 {
width: 62.5%
}
.j-col-lg-offset-15 {
margin-left: 62.5%
}
.j-col-lg-pull-15 {
right: 62.5%
}
.j-col-lg-push-15 {
left: 62.5%
}
.j-col-lg-16 {
width: 66.66667%
}
.j-col-lg-offset-16 {
margin-left: 66.66667%
}
.j-col-lg-pull-16 {
right: 66.66667%
}
.j-col-lg-push-16 {
left: 66.66667%
}
.j-col-lg-17 {
width: 70.83333%
}
.j-col-lg-offset-17 {
margin-left: 70.83333%
}
.j-col-lg-pull-17 {
right: 70.83333%
}
.j-col-lg-push-17 {
left: 70.83333%
}
.j-col-lg-18 {
width: 75%
}
.j-col-lg-offset-18 {
margin-left: 75%
}
.j-col-lg-pull-18 {
right: 75%
}
.j-col-lg-push-18 {
left: 75%
}
.j-col-lg-19 {
width: 79.16667%
}
.j-col-lg-offset-19 {
margin-left: 79.16667%
}
.j-col-lg-pull-19 {
right: 79.16667%
}
.j-col-lg-push-19 {
left: 79.16667%
}
.j-col-lg-20 {
width: 83.33333%
}
.j-col-lg-offset-20 {
margin-left: 83.33333%
}
.j-col-lg-pull-20 {
right: 83.33333%
}
.j-col-lg-push-20 {
left: 83.33333%
}
.j-col-lg-21 {
width: 87.5%
}
.j-col-lg-offset-21 {
margin-left: 87.5%
}
.j-col-lg-pull-21 {
right: 87.5%
}
.j-col-lg-push-21 {
left: 87.5%
}
.j-col-lg-22 {
width: 91.66667%
}
.j-col-lg-offset-22 {
margin-left: 91.66667%
}
.j-col-lg-pull-22 {
right: 91.66667%
}
.j-col-lg-push-22 {
left: 91.66667%
}
.j-col-lg-23 {
width: 95.83333%
}
.j-col-lg-offset-23 {
margin-left: 95.83333%
}
.j-col-lg-pull-23 {
right: 95.83333%
}
.j-col-lg-push-23 {
left: 95.83333%
}
.j-col-lg-24 {
width: 100%
}
.j-col-lg-offset-24 {
margin-left: 100%
}
.j-col-lg-pull-24 {
right: 100%
}
.j-col-lg-push-24 {
left: 100%
}
}
|
packages/theme-default/lib/css/col.css
|
@charset "UTF-8";
.j-col-pull-0,
.j-col-pull-1,
.j-col-pull-10,
.j-col-pull-11,
.j-col-pull-13,
.j-col-pull-14,
.j-col-pull-15,
.j-col-pull-16,
.j-col-pull-17,
.j-col-pull-18,
.j-col-pull-19,
.j-col-pull-2,
.j-col-pull-20,
.j-col-pull-21,
.j-col-pull-22,
.j-col-pull-23,
.j-col-pull-24,
.j-col-pull-3,
.j-col-pull-4,
.j-col-pull-5,
.j-col-pull-6,
.j-col-pull-7,
.j-col-pull-8,
.j-col-pull-9,
.j-col-push-0,
.j-col-push-1,
.j-col-push-10,
.j-col-push-11,
.j-col-push-12,
.j-col-push-13,
.j-col-push-14,
.j-col-push-15,
.j-col-push-16,
.j-col-push-17,
.j-col-push-18,
.j-col-push-19,
.j-col-push-2,
.j-col-push-20,
.j-col-push-21,
.j-col-push-22,
.j-col-push-23,
.j-col-push-24,
.j-col-push-3,
.j-col-push-4,
.j-col-push-5,
.j-col-push-6,
.j-col-push-7,
.j-col-push-8,
.j-col-push-9 {
position: relative
}
.j-col-1,
.j-col-10,
.j-col-11,
.j-col-12,
.j-col-13,
.j-col-14,
.j-col-15,
.j-col-16,
.j-col-17,
.j-col-18,
.j-col-19,
.j-col-2,
.j-col-20,
.j-col-21,
.j-col-22,
.j-col-23,
.j-col-24,
.j-col-3,
.j-col-4,
.j-col-5,
.j-col-6,
.j-col-7,
.j-col-8,
.j-col-9 {
float: left;
box-sizing: border-box
}
.j-col-0 {
width: 0%
}
.j-col-offset-0 {
margin-left: 0
}
.j-col-pull-0 {
right: 0
}
.j-col-push-0 {
left: 0
}
.j-col-1 {
width: 4.16667%
}
.j-col-offset-1 {
margin-left: 4.16667%
}
.j-col-pull-1 {
right: 4.16667%
}
.j-col-push-1 {
left: 4.16667%
}
.j-col-2 {
width: 8.33333%
}
.j-col-offset-2 {
margin-left: 8.33333%
}
.j-col-pull-2 {
right: 8.33333%
}
.j-col-push-2 {
left: 8.33333%
}
.j-col-3 {
width: 12.5%
}
.j-col-offset-3 {
margin-left: 12.5%
}
.j-col-pull-3 {
right: 12.5%
}
.j-col-push-3 {
left: 12.5%
}
.j-col-4 {
width: 16.66667%
}
.j-col-offset-4 {
margin-left: 16.66667%
}
.j-col-pull-4 {
right: 16.66667%
}
.j-col-push-4 {
left: 16.66667%
}
.j-col-5 {
width: 20.83333%
}
.j-col-offset-5 {
margin-left: 20.83333%
}
.j-col-pull-5 {
right: 20.83333%
}
.j-col-push-5 {
left: 20.83333%
}
.j-col-6 {
width: 25%
}
.j-col-offset-6 {
margin-left: 25%
}
.j-col-pull-6 {
right: 25%
}
.j-col-push-6 {
left: 25%
}
.j-col-7 {
width: 29.16667%
}
.j-col-offset-7 {
margin-left: 29.16667%
}
.j-col-pull-7 {
right: 29.16667%
}
.j-col-push-7 {
left: 29.16667%
}
.j-col-8 {
width: 33.33333%
}
.j-col-offset-8 {
margin-left: 33.33333%
}
.j-col-pull-8 {
right: 33.33333%
}
.j-col-push-8 {
left: 33.33333%
}
.j-col-9 {
width: 37.5%
}
.j-col-offset-9 {
margin-left: 37.5%
}
.j-col-pull-9 {
right: 37.5%
}
.j-col-push-9 {
left: 37.5%
}
.j-col-10 {
width: 41.66667%
}
.j-col-offset-10 {
margin-left: 41.66667%
}
.j-col-pull-10 {
right: 41.66667%
}
.j-col-push-10 {
left: 41.66667%
}
.j-col-11 {
width: 45.83333%
}
.j-col-offset-11 {
margin-left: 45.83333%
}
.j-col-pull-11 {
right: 45.83333%
}
.j-col-push-11 {
left: 45.83333%
}
.j-col-12 {
width: 50%
}
.j-col-offset-12 {
margin-left: 50%
}
.j-col-pull-12 {
position: relative;
right: 50%
}
.j-col-push-12 {
left: 50%
}
.j-col-13 {
width: 54.16667%
}
.j-col-offset-13 {
margin-left: 54.16667%
}
.j-col-pull-13 {
right: 54.16667%
}
.j-col-push-13 {
left: 54.16667%
}
.j-col-14 {
width: 58.33333%
}
.j-col-offset-14 {
margin-left: 58.33333%
}
.j-col-pull-14 {
right: 58.33333%
}
.j-col-push-14 {
left: 58.33333%
}
.j-col-15 {
width: 62.5%
}
.j-col-offset-15 {
margin-left: 62.5%
}
.j-col-pull-15 {
right: 62.5%
}
.j-col-push-15 {
left: 62.5%
}
.j-col-16 {
width: 66.66667%
}
.j-col-offset-16 {
margin-left: 66.66667%
}
.j-col-pull-16 {
right: 66.66667%
}
.j-col-push-16 {
left: 66.66667%
}
.j-col-17 {
width: 70.83333%
}
.j-col-offset-17 {
margin-left: 70.83333%
}
.j-col-pull-17 {
right: 70.83333%
}
.j-col-push-17 {
left: 70.83333%
}
.j-col-18 {
width: 75%
}
.j-col-offset-18 {
margin-left: 75%
}
.j-col-pull-18 {
right: 75%
}
.j-col-push-18 {
left: 75%
}
.j-col-19 {
width: 79.16667%
}
.j-col-offset-19 {
margin-left: 79.16667%
}
.j-col-pull-19 {
right: 79.16667%
}
.j-col-push-19 {
left: 79.16667%
}
.j-col-20 {
width: 83.33333%
}
.j-col-offset-20 {
margin-left: 83.33333%
}
.j-col-pull-20 {
right: 83.33333%
}
.j-col-push-20 {
left: 83.33333%
}
.j-col-21 {
width: 87.5%
}
.j-col-offset-21 {
margin-left: 87.5%
}
.j-col-pull-21 {
right: 87.5%
}
.j-col-push-21 {
left: 87.5%
}
.j-col-22 {
width: 91.66667%
}
.j-col-offset-22 {
margin-left: 91.66667%
}
.j-col-pull-22 {
right: 91.66667%
}
.j-col-push-22 {
left: 91.66667%
}
.j-col-23 {
width: 95.83333%
}
.j-col-offset-23 {
margin-left: 95.83333%
}
.j-col-pull-23 {
right: 95.83333%
}
.j-col-push-23 {
left: 95.83333%
}
.j-col-24 {
width: 100%
}
.j-col-offset-24 {
margin-left: 100%
}
.j-col-pull-24 {
right: 100%
}
.j-col-push-24 {
left: 100%
}
@media (max-width:768px) {
.j-col-xs-pull-0,
.j-col-xs-pull-1,
.j-col-xs-pull-10,
.j-col-xs-pull-11,
.j-col-xs-pull-13,
.j-col-xs-pull-14,
.j-col-xs-pull-15,
.j-col-xs-pull-16,
.j-col-xs-pull-17,
.j-col-xs-pull-18,
.j-col-xs-pull-19,
.j-col-xs-pull-2,
.j-col-xs-pull-20,
.j-col-xs-pull-21,
.j-col-xs-pull-22,
.j-col-xs-pull-23,
.j-col-xs-pull-24,
.j-col-xs-pull-3,
.j-col-xs-pull-4,
.j-col-xs-pull-5,
.j-col-xs-pull-6,
.j-col-xs-pull-7,
.j-col-xs-pull-8,
.j-col-xs-pull-9,
.j-col-xs-push-0,
.j-col-xs-push-1,
.j-col-xs-push-10,
.j-col-xs-push-11,
.j-col-xs-push-12,
.j-col-xs-push-13,
.j-col-xs-push-14,
.j-col-xs-push-15,
.j-col-xs-push-16,
.j-col-xs-push-17,
.j-col-xs-push-18,
.j-col-xs-push-19,
.j-col-xs-push-2,
.j-col-xs-push-20,
.j-col-xs-push-21,
.j-col-xs-push-22,
.j-col-xs-push-23,
.j-col-xs-push-24,
.j-col-xs-push-3,
.j-col-xs-push-4,
.j-col-xs-push-5,
.j-col-xs-push-6,
.j-col-xs-push-7,
.j-col-xs-push-8,
.j-col-xs-push-9 {
position: relative
}
.j-col-xs-0 {
width: 0%
}
.j-col-xs-offset-0 {
margin-left: 0
}
.j-col-xs-pull-0 {
right: 0
}
.j-col-xs-push-0 {
left: 0
}
.j-col-xs-1 {
width: 4.16667%
}
.j-col-xs-offset-1 {
margin-left: 4.16667%
}
.j-col-xs-pull-1 {
right: 4.16667%
}
.j-col-xs-push-1 {
left: 4.16667%
}
.j-col-xs-2 {
width: 8.33333%
}
.j-col-xs-offset-2 {
margin-left: 8.33333%
}
.j-col-xs-pull-2 {
right: 8.33333%
}
.j-col-xs-push-2 {
left: 8.33333%
}
.j-col-xs-3 {
width: 12.5%
}
.j-col-xs-offset-3 {
margin-left: 12.5%
}
.j-col-xs-pull-3 {
right: 12.5%
}
.j-col-xs-push-3 {
left: 12.5%
}
.j-col-xs-4 {
width: 16.66667%
}
.j-col-xs-offset-4 {
margin-left: 16.66667%
}
.j-col-xs-pull-4 {
right: 16.66667%
}
.j-col-xs-push-4 {
left: 16.66667%
}
.j-col-xs-5 {
width: 20.83333%
}
.j-col-xs-offset-5 {
margin-left: 20.83333%
}
.j-col-xs-pull-5 {
right: 20.83333%
}
.j-col-xs-push-5 {
left: 20.83333%
}
.j-col-xs-6 {
width: 25%
}
.j-col-xs-offset-6 {
margin-left: 25%
}
.j-col-xs-pull-6 {
right: 25%
}
.j-col-xs-push-6 {
left: 25%
}
.j-col-xs-7 {
width: 29.16667%
}
.j-col-xs-offset-7 {
margin-left: 29.16667%
}
.j-col-xs-pull-7 {
right: 29.16667%
}
.j-col-xs-push-7 {
left: 29.16667%
}
.j-col-xs-8 {
width: 33.33333%
}
.j-col-xs-offset-8 {
margin-left: 33.33333%
}
.j-col-xs-pull-8 {
right: 33.33333%
}
.j-col-xs-push-8 {
left: 33.33333%
}
.j-col-xs-9 {
width: 37.5%
}
.j-col-xs-offset-9 {
margin-left: 37.5%
}
.j-col-xs-pull-9 {
right: 37.5%
}
.j-col-xs-push-9 {
left: 37.5%
}
.j-col-xs-10 {
width: 41.66667%
}
.j-col-xs-offset-10 {
margin-left: 41.66667%
}
.j-col-xs-pull-10 {
right: 41.66667%
}
.j-col-xs-push-10 {
left: 41.66667%
}
.j-col-xs-11 {
width: 45.83333%
}
.j-col-xs-offset-11 {
margin-left: 45.83333%
}
.j-col-xs-pull-11 {
right: 45.83333%
}
.j-col-xs-push-11 {
left: 45.83333%
}
.j-col-xs-12 {
width: 50%
}
.j-col-xs-offset-12 {
margin-left: 50%
}
.j-col-xs-pull-12 {
position: relative;
right: 50%
}
.j-col-xs-push-12 {
left: 50%
}
.j-col-xs-13 {
width: 54.16667%
}
.j-col-xs-offset-13 {
margin-left: 54.16667%
}
.j-col-xs-pull-13 {
right: 54.16667%
}
.j-col-xs-push-13 {
left: 54.16667%
}
.j-col-xs-14 {
width: 58.33333%
}
.j-col-xs-offset-14 {
margin-left: 58.33333%
}
.j-col-xs-pull-14 {
right: 58.33333%
}
.j-col-xs-push-14 {
left: 58.33333%
}
.j-col-xs-15 {
width: 62.5%
}
.j-col-xs-offset-15 {
margin-left: 62.5%
}
.j-col-xs-pull-15 {
right: 62.5%
}
.j-col-xs-push-15 {
left: 62.5%
}
.j-col-xs-16 {
width: 66.66667%
}
.j-col-xs-offset-16 {
margin-left: 66.66667%
}
.j-col-xs-pull-16 {
right: 66.66667%
}
.j-col-xs-push-16 {
left: 66.66667%
}
.j-col-xs-17 {
width: 70.83333%
}
.j-col-xs-offset-17 {
margin-left: 70.83333%
}
.j-col-xs-pull-17 {
right: 70.83333%
}
.j-col-xs-push-17 {
left: 70.83333%
}
.j-col-xs-18 {
width: 75%
}
.j-col-xs-offset-18 {
margin-left: 75%
}
.j-col-xs-pull-18 {
right: 75%
}
.j-col-xs-push-18 {
left: 75%
}
.j-col-xs-19 {
width: 79.16667%
}
.j-col-xs-offset-19 {
margin-left: 79.16667%
}
.j-col-xs-pull-19 {
right: 79.16667%
}
.j-col-xs-push-19 {
left: 79.16667%
}
.j-col-xs-20 {
width: 83.33333%
}
.j-col-xs-offset-20 {
margin-left: 83.33333%
}
.j-col-xs-pull-20 {
right: 83.33333%
}
.j-col-xs-push-20 {
left: 83.33333%
}
.j-col-xs-21 {
width: 87.5%
}
.j-col-xs-offset-21 {
margin-left: 87.5%
}
.j-col-xs-pull-21 {
right: 87.5%
}
.j-col-xs-push-21 {
left: 87.5%
}
.j-col-xs-22 {
width: 91.66667%
}
.j-col-xs-offset-22 {
margin-left: 91.66667%
}
.j-col-xs-pull-22 {
right: 91.66667%
}
.j-col-xs-push-22 {
left: 91.66667%
}
.j-col-xs-23 {
width: 95.83333%
}
.j-col-xs-offset-23 {
margin-left: 95.83333%
}
.j-col-xs-pull-23 {
right: 95.83333%
}
.j-col-xs-push-23 {
left: 95.83333%
}
.j-col-xs-24 {
width: 100%
}
.j-col-xs-offset-24 {
margin-left: 100%
}
.j-col-xs-pull-24 {
right: 100%
}
.j-col-xs-push-24 {
left: 100%
}
}
@media (min-width:768px) {
.j-col-sm-pull-0,
.j-col-sm-pull-1,
.j-col-sm-pull-10,
.j-col-sm-pull-11,
.j-col-sm-pull-13,
.j-col-sm-pull-14,
.j-col-sm-pull-15,
.j-col-sm-pull-16,
.j-col-sm-pull-17,
.j-col-sm-pull-18,
.j-col-sm-pull-19,
.j-col-sm-pull-2,
.j-col-sm-pull-20,
.j-col-sm-pull-21,
.j-col-sm-pull-22,
.j-col-sm-pull-23,
.j-col-sm-pull-24,
.j-col-sm-pull-3,
.j-col-sm-pull-4,
.j-col-sm-pull-5,
.j-col-sm-pull-6,
.j-col-sm-pull-7,
.j-col-sm-pull-8,
.j-col-sm-pull-9,
.j-col-sm-push-0,
.j-col-sm-push-1,
.j-col-sm-push-10,
.j-col-sm-push-11,
.j-col-sm-push-12,
.j-col-sm-push-13,
.j-col-sm-push-14,
.j-col-sm-push-15,
.j-col-sm-push-16,
.j-col-sm-push-17,
.j-col-sm-push-18,
.j-col-sm-push-19,
.j-col-sm-push-2,
.j-col-sm-push-20,
.j-col-sm-push-21,
.j-col-sm-push-22,
.j-col-sm-push-23,
.j-col-sm-push-24,
.j-col-sm-push-3,
.j-col-sm-push-4,
.j-col-sm-push-5,
.j-col-sm-push-6,
.j-col-sm-push-7,
.j-col-sm-push-8,
.j-col-sm-push-9 {
position: relative
}
.j-col-sm-0 {
width: 0%
}
.j-col-sm-offset-0 {
margin-left: 0
}
.j-col-sm-pull-0 {
right: 0
}
.j-col-sm-push-0 {
left: 0
}
.j-col-sm-1 {
width: 4.16667%
}
.j-col-sm-offset-1 {
margin-left: 4.16667%
}
.j-col-sm-pull-1 {
right: 4.16667%
}
.j-col-sm-push-1 {
left: 4.16667%
}
.j-col-sm-2 {
width: 8.33333%
}
.j-col-sm-offset-2 {
margin-left: 8.33333%
}
.j-col-sm-pull-2 {
right: 8.33333%
}
.j-col-sm-push-2 {
left: 8.33333%
}
.j-col-sm-3 {
width: 12.5%
}
.j-col-sm-offset-3 {
margin-left: 12.5%
}
.j-col-sm-pull-3 {
right: 12.5%
}
.j-col-sm-push-3 {
left: 12.5%
}
.j-col-sm-4 {
width: 16.66667%
}
.j-col-sm-offset-4 {
margin-left: 16.66667%
}
.j-col-sm-pull-4 {
right: 16.66667%
}
.j-col-sm-push-4 {
left: 16.66667%
}
.j-col-sm-5 {
width: 20.83333%
}
.j-col-sm-offset-5 {
margin-left: 20.83333%
}
.j-col-sm-pull-5 {
right: 20.83333%
}
.j-col-sm-push-5 {
left: 20.83333%
}
.j-col-sm-6 {
width: 25%
}
.j-col-sm-offset-6 {
margin-left: 25%
}
.j-col-sm-pull-6 {
right: 25%
}
.j-col-sm-push-6 {
left: 25%
}
.j-col-sm-7 {
width: 29.16667%
}
.j-col-sm-offset-7 {
margin-left: 29.16667%
}
.j-col-sm-pull-7 {
right: 29.16667%
}
.j-col-sm-push-7 {
left: 29.16667%
}
.j-col-sm-8 {
width: 33.33333%
}
.j-col-sm-offset-8 {
margin-left: 33.33333%
}
.j-col-sm-pull-8 {
right: 33.33333%
}
.j-col-sm-push-8 {
left: 33.33333%
}
.j-col-sm-9 {
width: 37.5%
}
.j-col-sm-offset-9 {
margin-left: 37.5%
}
.j-col-sm-pull-9 {
right: 37.5%
}
.j-col-sm-push-9 {
left: 37.5%
}
.j-col-sm-10 {
width: 41.66667%
}
.j-col-sm-offset-10 {
margin-left: 41.66667%
}
.j-col-sm-pull-10 {
right: 41.66667%
}
.j-col-sm-push-10 {
left: 41.66667%
}
.j-col-sm-11 {
width: 45.83333%
}
.j-col-sm-offset-11 {
margin-left: 45.83333%
}
.j-col-sm-pull-11 {
right: 45.83333%
}
.j-col-sm-push-11 {
left: 45.83333%
}
.j-col-sm-12 {
width: 50%
}
.j-col-sm-offset-12 {
margin-left: 50%
}
.j-col-sm-pull-12 {
position: relative;
right: 50%
}
.j-col-sm-push-12 {
left: 50%
}
.j-col-sm-13 {
width: 54.16667%
}
.j-col-sm-offset-13 {
margin-left: 54.16667%
}
.j-col-sm-pull-13 {
right: 54.16667%
}
.j-col-sm-push-13 {
left: 54.16667%
}
.j-col-sm-14 {
width: 58.33333%
}
.j-col-sm-offset-14 {
margin-left: 58.33333%
}
.j-col-sm-pull-14 {
right: 58.33333%
}
.j-col-sm-push-14 {
left: 58.33333%
}
.j-col-sm-15 {
width: 62.5%
}
.j-col-sm-offset-15 {
margin-left: 62.5%
}
.j-col-sm-pull-15 {
right: 62.5%
}
.j-col-sm-push-15 {
left: 62.5%
}
.j-col-sm-16 {
width: 66.66667%
}
.j-col-sm-offset-16 {
margin-left: 66.66667%
}
.j-col-sm-pull-16 {
right: 66.66667%
}
.j-col-sm-push-16 {
left: 66.66667%
}
.j-col-sm-17 {
width: 70.83333%
}
.j-col-sm-offset-17 {
margin-left: 70.83333%
}
.j-col-sm-pull-17 {
right: 70.83333%
}
.j-col-sm-push-17 {
left: 70.83333%
}
.j-col-sm-18 {
width: 75%
}
.j-col-sm-offset-18 {
margin-left: 75%
}
.j-col-sm-pull-18 {
right: 75%
}
.j-col-sm-push-18 {
left: 75%
}
.j-col-sm-19 {
width: 79.16667%
}
.j-col-sm-offset-19 {
margin-left: 79.16667%
}
.j-col-sm-pull-19 {
right: 79.16667%
}
.j-col-sm-push-19 {
left: 79.16667%
}
.j-col-sm-20 {
width: 83.33333%
}
.j-col-sm-offset-20 {
margin-left: 83.33333%
}
.j-col-sm-pull-20 {
right: 83.33333%
}
.j-col-sm-push-20 {
left: 83.33333%
}
.j-col-sm-21 {
width: 87.5%
}
.j-col-sm-offset-21 {
margin-left: 87.5%
}
.j-col-sm-pull-21 {
right: 87.5%
}
.j-col-sm-push-21 {
left: 87.5%
}
.j-col-sm-22 {
width: 91.66667%
}
.j-col-sm-offset-22 {
margin-left: 91.66667%
}
.j-col-sm-pull-22 {
right: 91.66667%
}
.j-col-sm-push-22 {
left: 91.66667%
}
.j-col-sm-23 {
width: 95.83333%
}
.j-col-sm-offset-23 {
margin-left: 95.83333%
}
.j-col-sm-pull-23 {
right: 95.83333%
}
.j-col-sm-push-23 {
left: 95.83333%
}
.j-col-sm-24 {
width: 100%
}
.j-col-sm-offset-24 {
margin-left: 100%
}
.j-col-sm-pull-24 {
right: 100%
}
.j-col-sm-push-24 {
left: 100%
}
}
@media (min-width:992px) {
.j-col-md-pull-0,
.j-col-md-pull-1,
.j-col-md-pull-10,
.j-col-md-pull-11,
.j-col-md-pull-13,
.j-col-md-pull-14,
.j-col-md-pull-15,
.j-col-md-pull-16,
.j-col-md-pull-17,
.j-col-md-pull-18,
.j-col-md-pull-19,
.j-col-md-pull-2,
.j-col-md-pull-20,
.j-col-md-pull-21,
.j-col-md-pull-22,
.j-col-md-pull-23,
.j-col-md-pull-24,
.j-col-md-pull-3,
.j-col-md-pull-4,
.j-col-md-pull-5,
.j-col-md-pull-6,
.j-col-md-pull-7,
.j-col-md-pull-8,
.j-col-md-pull-9,
.j-col-md-push-0,
.j-col-md-push-1,
.j-col-md-push-10,
.j-col-md-push-11,
.j-col-md-push-12,
.j-col-md-push-13,
.j-col-md-push-14,
.j-col-md-push-15,
.j-col-md-push-16,
.j-col-md-push-17,
.j-col-md-push-18,
.j-col-md-push-19,
.j-col-md-push-2,
.j-col-md-push-20,
.j-col-md-push-21,
.j-col-md-push-22,
.j-col-md-push-23,
.j-col-md-push-24,
.j-col-md-push-3,
.j-col-md-push-4,
.j-col-md-push-5,
.j-col-md-push-6,
.j-col-md-push-7,
.j-col-md-push-8,
.j-col-md-push-9 {
position: relative
}
.j-col-md-0 {
width: 0%
}
.j-col-md-offset-0 {
margin-left: 0
}
.j-col-md-pull-0 {
right: 0
}
.j-col-md-push-0 {
left: 0
}
.j-col-md-1 {
width: 4.16667%
}
.j-col-md-offset-1 {
margin-left: 4.16667%
}
.j-col-md-pull-1 {
right: 4.16667%
}
.j-col-md-push-1 {
left: 4.16667%
}
.j-col-md-2 {
width: 8.33333%
}
.j-col-md-offset-2 {
margin-left: 8.33333%
}
.j-col-md-pull-2 {
right: 8.33333%
}
.j-col-md-push-2 {
left: 8.33333%
}
.j-col-md-3 {
width: 12.5%
}
.j-col-md-offset-3 {
margin-left: 12.5%
}
.j-col-md-pull-3 {
right: 12.5%
}
.j-col-md-push-3 {
left: 12.5%
}
.j-col-md-4 {
width: 16.66667%
}
.j-col-md-offset-4 {
margin-left: 16.66667%
}
.j-col-md-pull-4 {
right: 16.66667%
}
.j-col-md-push-4 {
left: 16.66667%
}
.j-col-md-5 {
width: 20.83333%
}
.j-col-md-offset-5 {
margin-left: 20.83333%
}
.j-col-md-pull-5 {
right: 20.83333%
}
.j-col-md-push-5 {
left: 20.83333%
}
.j-col-md-6 {
width: 25%
}
.j-col-md-offset-6 {
margin-left: 25%
}
.j-col-md-pull-6 {
right: 25%
}
.j-col-md-push-6 {
left: 25%
}
.j-col-md-7 {
width: 29.16667%
}
.j-col-md-offset-7 {
margin-left: 29.16667%
}
.j-col-md-pull-7 {
right: 29.16667%
}
.j-col-md-push-7 {
left: 29.16667%
}
.j-col-md-8 {
width: 33.33333%
}
.j-col-md-offset-8 {
margin-left: 33.33333%
}
.j-col-md-pull-8 {
right: 33.33333%
}
.j-col-md-push-8 {
left: 33.33333%
}
.j-col-md-9 {
width: 37.5%
}
.j-col-md-offset-9 {
margin-left: 37.5%
}
.j-col-md-pull-9 {
right: 37.5%
}
.j-col-md-push-9 {
left: 37.5%
}
.j-col-md-10 {
width: 41.66667%
}
.j-col-md-offset-10 {
margin-left: 41.66667%
}
.j-col-md-pull-10 {
right: 41.66667%
}
.j-col-md-push-10 {
left: 41.66667%
}
.j-col-md-11 {
width: 45.83333%
}
.j-col-md-offset-11 {
margin-left: 45.83333%
}
.j-col-md-pull-11 {
right: 45.83333%
}
.j-col-md-push-11 {
left: 45.83333%
}
.j-col-md-12 {
width: 50%
}
.j-col-md-offset-12 {
margin-left: 50%
}
.j-col-md-pull-12 {
position: relative;
right: 50%
}
.j-col-md-push-12 {
left: 50%
}
.j-col-md-13 {
width: 54.16667%
}
.j-col-md-offset-13 {
margin-left: 54.16667%
}
.j-col-md-pull-13 {
right: 54.16667%
}
.j-col-md-push-13 {
left: 54.16667%
}
.j-col-md-14 {
width: 58.33333%
}
.j-col-md-offset-14 {
margin-left: 58.33333%
}
.j-col-md-pull-14 {
right: 58.33333%
}
.j-col-md-push-14 {
left: 58.33333%
}
.j-col-md-15 {
width: 62.5%
}
.j-col-md-offset-15 {
margin-left: 62.5%
}
.j-col-md-pull-15 {
right: 62.5%
}
.j-col-md-push-15 {
left: 62.5%
}
.j-col-md-16 {
width: 66.66667%
}
.j-col-md-offset-16 {
margin-left: 66.66667%
}
.j-col-md-pull-16 {
right: 66.66667%
}
.j-col-md-push-16 {
left: 66.66667%
}
.j-col-md-17 {
width: 70.83333%
}
.j-col-md-offset-17 {
margin-left: 70.83333%
}
.j-col-md-pull-17 {
right: 70.83333%
}
.j-col-md-push-17 {
left: 70.83333%
}
.j-col-md-18 {
width: 75%
}
.j-col-md-offset-18 {
margin-left: 75%
}
.j-col-md-pull-18 {
right: 75%
}
.j-col-md-push-18 {
left: 75%
}
.j-col-md-19 {
width: 79.16667%
}
.j-col-md-offset-19 {
margin-left: 79.16667%
}
.j-col-md-pull-19 {
right: 79.16667%
}
.j-col-md-push-19 {
left: 79.16667%
}
.j-col-md-20 {
width: 83.33333%
}
.j-col-md-offset-20 {
margin-left: 83.33333%
}
.j-col-md-pull-20 {
right: 83.33333%
}
.j-col-md-push-20 {
left: 83.33333%
}
.j-col-md-21 {
width: 87.5%
}
.j-col-md-offset-21 {
margin-left: 87.5%
}
.j-col-md-pull-21 {
right: 87.5%
}
.j-col-md-push-21 {
left: 87.5%
}
.j-col-md-22 {
width: 91.66667%
}
.j-col-md-offset-22 {
margin-left: 91.66667%
}
.j-col-md-pull-22 {
right: 91.66667%
}
.j-col-md-push-22 {
left: 91.66667%
}
.j-col-md-23 {
width: 95.83333%
}
.j-col-md-offset-23 {
margin-left: 95.83333%
}
.j-col-md-pull-23 {
right: 95.83333%
}
.j-col-md-push-23 {
left: 95.83333%
}
.j-col-md-24 {
width: 100%
}
.j-col-md-offset-24 {
margin-left: 100%
}
.j-col-md-pull-24 {
right: 100%
}
.j-col-md-push-24 {
left: 100%
}
}
@media (min-width:1200px) {
.j-col-lg-pull-0,
.j-col-lg-pull-1,
.j-col-lg-pull-10,
.j-col-lg-pull-11,
.j-col-lg-pull-13,
.j-col-lg-pull-14,
.j-col-lg-pull-15,
.j-col-lg-pull-16,
.j-col-lg-pull-17,
.j-col-lg-pull-18,
.j-col-lg-pull-19,
.j-col-lg-pull-2,
.j-col-lg-pull-20,
.j-col-lg-pull-21,
.j-col-lg-pull-22,
.j-col-lg-pull-23,
.j-col-lg-pull-24,
.j-col-lg-pull-3,
.j-col-lg-pull-4,
.j-col-lg-pull-5,
.j-col-lg-pull-6,
.j-col-lg-pull-7,
.j-col-lg-pull-8,
.j-col-lg-pull-9,
.j-col-lg-push-0,
.j-col-lg-push-1,
.j-col-lg-push-10,
.j-col-lg-push-11,
.j-col-lg-push-12,
.j-col-lg-push-13,
.j-col-lg-push-14,
.j-col-lg-push-15,
.j-col-lg-push-16,
.j-col-lg-push-17,
.j-col-lg-push-18,
.j-col-lg-push-19,
.j-col-lg-push-2,
.j-col-lg-push-20,
.j-col-lg-push-21,
.j-col-lg-push-22,
.j-col-lg-push-23,
.j-col-lg-push-24,
.j-col-lg-push-3,
.j-col-lg-push-4,
.j-col-lg-push-5,
.j-col-lg-push-6,
.j-col-lg-push-7,
.j-col-lg-push-8,
.j-col-lg-push-9 {
position: relative
}
.j-col-lg-0 {
width: 0%
}
.j-col-lg-offset-0 {
margin-left: 0
}
.j-col-lg-pull-0 {
right: 0
}
.j-col-lg-push-0 {
left: 0
}
.j-col-lg-1 {
width: 4.16667%
}
.j-col-lg-offset-1 {
margin-left: 4.16667%
}
.j-col-lg-pull-1 {
right: 4.16667%
}
.j-col-lg-push-1 {
left: 4.16667%
}
.j-col-lg-2 {
width: 8.33333%
}
.j-col-lg-offset-2 {
margin-left: 8.33333%
}
.j-col-lg-pull-2 {
right: 8.33333%
}
.j-col-lg-push-2 {
left: 8.33333%
}
.j-col-lg-3 {
width: 12.5%
}
.j-col-lg-offset-3 {
margin-left: 12.5%
}
.j-col-lg-pull-3 {
right: 12.5%
}
.j-col-lg-push-3 {
left: 12.5%
}
.j-col-lg-4 {
width: 16.66667%
}
.j-col-lg-offset-4 {
margin-left: 16.66667%
}
.j-col-lg-pull-4 {
right: 16.66667%
}
.j-col-lg-push-4 {
left: 16.66667%
}
.j-col-lg-5 {
width: 20.83333%
}
.j-col-lg-offset-5 {
margin-left: 20.83333%
}
.j-col-lg-pull-5 {
right: 20.83333%
}
.j-col-lg-push-5 {
left: 20.83333%
}
.j-col-lg-6 {
width: 25%
}
.j-col-lg-offset-6 {
margin-left: 25%
}
.j-col-lg-pull-6 {
right: 25%
}
.j-col-lg-push-6 {
left: 25%
}
.j-col-lg-7 {
width: 29.16667%
}
.j-col-lg-offset-7 {
margin-left: 29.16667%
}
.j-col-lg-pull-7 {
right: 29.16667%
}
.j-col-lg-push-7 {
left: 29.16667%
}
.j-col-lg-8 {
width: 33.33333%
}
.j-col-lg-offset-8 {
margin-left: 33.33333%
}
.j-col-lg-pull-8 {
right: 33.33333%
}
.j-col-lg-push-8 {
left: 33.33333%
}
.j-col-lg-9 {
width: 37.5%
}
.j-col-lg-offset-9 {
margin-left: 37.5%
}
.j-col-lg-pull-9 {
right: 37.5%
}
.j-col-lg-push-9 {
left: 37.5%
}
.j-col-lg-10 {
width: 41.66667%
}
.j-col-lg-offset-10 {
margin-left: 41.66667%
}
.j-col-lg-pull-10 {
right: 41.66667%
}
.j-col-lg-push-10 {
left: 41.66667%
}
.j-col-lg-11 {
width: 45.83333%
}
.j-col-lg-offset-11 {
margin-left: 45.83333%
}
.j-col-lg-pull-11 {
right: 45.83333%
}
.j-col-lg-push-11 {
left: 45.83333%
}
.j-col-lg-12 {
width: 50%
}
.j-col-lg-offset-12 {
margin-left: 50%
}
.j-col-lg-pull-12 {
position: relative;
right: 50%
}
.j-col-lg-push-12 {
left: 50%
}
.j-col-lg-13 {
width: 54.16667%
}
.j-col-lg-offset-13 {
margin-left: 54.16667%
}
.j-col-lg-pull-13 {
right: 54.16667%
}
.j-col-lg-push-13 {
left: 54.16667%
}
.j-col-lg-14 {
width: 58.33333%
}
.j-col-lg-offset-14 {
margin-left: 58.33333%
}
.j-col-lg-pull-14 {
right: 58.33333%
}
.j-col-lg-push-14 {
left: 58.33333%
}
.j-col-lg-15 {
width: 62.5%
}
.j-col-lg-offset-15 {
margin-left: 62.5%
}
.j-col-lg-pull-15 {
right: 62.5%
}
.j-col-lg-push-15 {
left: 62.5%
}
.j-col-lg-16 {
width: 66.66667%
}
.j-col-lg-offset-16 {
margin-left: 66.66667%
}
.j-col-lg-pull-16 {
right: 66.66667%
}
.j-col-lg-push-16 {
left: 66.66667%
}
.j-col-lg-17 {
width: 70.83333%
}
.j-col-lg-offset-17 {
margin-left: 70.83333%
}
.j-col-lg-pull-17 {
right: 70.83333%
}
.j-col-lg-push-17 {
left: 70.83333%
}
.j-col-lg-18 {
width: 75%
}
.j-col-lg-offset-18 {
margin-left: 75%
}
.j-col-lg-pull-18 {
right: 75%
}
.j-col-lg-push-18 {
left: 75%
}
.j-col-lg-19 {
width: 79.16667%
}
.j-col-lg-offset-19 {
margin-left: 79.16667%
}
.j-col-lg-pull-19 {
right: 79.16667%
}
.j-col-lg-push-19 {
left: 79.16667%
}
.j-col-lg-20 {
width: 83.33333%
}
.j-col-lg-offset-20 {
margin-left: 83.33333%
}
.j-col-lg-pull-20 {
right: 83.33333%
}
.j-col-lg-push-20 {
left: 83.33333%
}
.j-col-lg-21 {
width: 87.5%
}
.j-col-lg-offset-21 {
margin-left: 87.5%
}
.j-col-lg-pull-21 {
right: 87.5%
}
.j-col-lg-push-21 {
left: 87.5%
}
.j-col-lg-22 {
width: 91.66667%
}
.j-col-lg-offset-22 {
margin-left: 91.66667%
}
.j-col-lg-pull-22 {
right: 91.66667%
}
.j-col-lg-push-22 {
left: 91.66667%
}
.j-col-lg-23 {
width: 95.83333%
}
.j-col-lg-offset-23 {
margin-left: 95.83333%
}
.j-col-lg-pull-23 {
right: 95.83333%
}
.j-col-lg-push-23 {
left: 95.83333%
}
.j-col-lg-24 {
width: 100%
}
.j-col-lg-offset-24 {
margin-left: 100%
}
.j-col-lg-pull-24 {
right: 100%
}
.j-col-lg-push-24 {
left: 100%
}
}
| 0.40392 | 0.103341 |
.el-menu-item a {
display: block;
}
.page .el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #dedede !important;
}
.page .el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: #f5f5f5 !important;
}
.page .el-table td,
.page .el-table th {
padding: 1px 0 !important;
}
.page .el-table td .cellCanEdit {
color: #47a7e7;
}
.page .el-table td .font {
font-weight: bold;
}
.page .el-table__body,
.page .el-table__footer,
.page .el-table__header {
table-layout: automatic;
}
.page .el-input-number--small {
width: 100px;
}
.page .el-input-number--mini {
width: 90px;
}
.page .el-tree > .el-tree-node {
min-width: 100%;
display: inline-block !important;
}
.page .ivu-btn {
padding: 0rem 0.16666667rem 0rem 0.16666667rem;
height: 32px;
line-height: 32px;
}
.page .ivu-btn-small {
padding-left: 5px;
padding-right: 5px;
height: 24px;
line-height: 1;
}
.page .ivu-poptip-body-content {
overflow: hidden;
}
.page .ivu-select-selection {
height: 20px;
overflow: hidden;
}
.page label {
font-weight: normal;
margin-bottom: 0;
}
.page .detailTable .ivu-input {
background-color: #fff !important;
margin: 2px !important;
}
.flexa {
display: flex;
align-items: center;
}
.flexb {
display: flex;
align-items: center;
justify-content: space-between;
}
.center {
text-align: center;
}
.padding {
padding-top: 5px;
padding-bottom: 5px;
}
.pd15 {
padding: 15px;
}
.mr20 {
margin-right: 20px;
}
.ml15 {
margin-left: 15px;
}
.mw120 {
min-width: 120px;
}
.mw100 {
max-width: 100px;
}
.mw60 {
max-width: 60px;
}
.w100 {
width: 100px;
}
.w80 {
width: 80px;
}
.w90 {
width: 90px;
}
.icon {
width: 1em;
height: 1em;
fill: currentColor;
overflow: hidden;
cursor: pointer;
}
.icon-btn {
border-radius: 3px;
cursor: pointer;
box-sizing: border-box;
}
.icon-btn:hover {
box-shadow: 1px 1px 3px solid #333;
font-weight: bold;
}
.icon-btn-current {
box-shadow: 1px 1px 3px solid #333;
border: 1px solid #47a7e7;
}
html {
font-size: 120px;
}
body {
font-family: 'MicrosoftYaHei-Bold';
font-size: 0.11666667rem;
background-color: #f2f2f2;
}
#app {
display: flex;
flex-direction: column;
}
.page {
/*完整的页面*/
padding-top: 10px;
height: 100%;
margin: 0 10px;
display: flex;
flex: 1 1 auto;
position: relative;
}
.page .toggleBtn {
cursor: pointer;
top: 7px;
left: -11px;
position: absolute;
z-index: 1000;
font-size: 20px;
color: #2d8cf0;
&:hover {
font-size: 40px;
}
}
.page .analyzeBoard {
padding: 10px;
padding-top: 0px;
}
.page .analyzeBoard .analyzeBoard-title {
font-size: 0.13333333rem;
color: #333;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
height: 50px;
}
.page .analyzeBoard .analyzeBoard-title:after {
position: absolute;
bottom: 0;
content: '';
left: 0;
right: 0;
height: 1px;
background-color: #ccc;
}
.page .analyzeBoard .analyzeBoard-condition {
padding-left: 5px;
margin-bottom: 5px;
display: flex;
align-items: center;
height: 50px;
background-color: #f5f5f5;
justify-content: space-between;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-btns {
display: flex;
align-items: center;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-btns > div {
margin-right: 10px;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-icons {
margin-left: auto;
margin-right: 10px;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-icons .iconfont {
font-size: 0.2rem;
}
.page .analyzeBoard .analyzeBoard-content {
max-height: 4.16666667rem;
overflow: hidden;
}
.page .analyzeBoard .analyzeBoard-content .analyzeBoard-content-title {
font-size: 0.11666667rem;
font-weight: bold;
color: #333;
display: flex;
justify-content: space-between;
}
.page .analyzeBoard .analyzeBoard-content .analyzeBoard-content-title .icon-btn {
width: 1em;
height: 1em;
}
.page .analyzeBoard .ve-funnel,
.page .analyzeBoard .ve-scatter {
flex: 1 1 auto;
}
.page .sideBar {
flex: 0 0 auto;
width: 252px;
padding: 10px;
border-radius: 4px;
background: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
margin-right: 10px;
overflow: auto;
height: 100%;
}
.page .sideBar .ivu-cascader {
width: 100%;
}
.page .sideBar .sideBarTool_btns {
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
/*搜索框中有刷选条件,表示强调*/
}
.page .sideBar .sideBarTool_btns .bold {
color: red;
}
.page .sideBar .sideBarTool_btns .ivu-btn {
width: 0.83333333rem;
}
.page .sideBar .sideBarTool_btns .icon-btn {
width: 30px;
height: 30px;
}
.page .sideBar .sideBarTool_btns .tool {
display: flex;
align-items: center;
}
.page .sideBar .sideBarTool_btns .ivu-radio-group {
/*单选组*/
display: flex;
flex-direction: column;
/*垂直排列*/
height: 100%;
overflow: hidden;
}
.page .mainContainer {
height: 100%;
overflow: auto;
border-radius: 4px;
background: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
flex: 1 1 auto;
}
.page .mainContainer .nav-level1 {
line-height: 50px;
height: 50px;
background-color: #f7f7f7;
font-size: 14px;
}
.page .mainContainer .nav-level1 span {
display: inline-block;
cursor: pointer;
width: 94px;
position: relative;
text-align: center;
}
.page .mainContainer .nav-level1 .current {
color: #47a7e7;
}
.page .mainContainer .nav-level1 .current::after {
content: '';
position: absolute;
height: 2px;
width: 94px;
left: 0;
bottom: 0;
background-color: #47a7e7;
}
.page .mainContainer .nav-level2 {
padding: 12px;
}
.tablistArea {
padding: 0rem 0.08333333rem 0.08333333rem 0.08333333rem;
}
.tablistArea .h4 {
line-height: 0.13333333rem;
font-size: 0.11666667rem;
color: #333;
margin-top: 0.08333333rem;
margin-bottom: 0.08333333rem;
}
.tablistArea .el-table .cell {
padding-left: 5px;
padding-right: 5px;
}
/*单独的卡片*/
.card {
margin: 5px;
}
.card .card-title {
position: relative;
display: flex;
align-items: center;
line-height: 50px;
line-height: 40px;
height: 40px;
}
.card .card-title h4 {
font-size: 15px;
margin-bottom: 3px;
}
.card .card-title::after {
content: '';
position: absolute;
width: 100%;
height: 1px;
left: 0px;
bottom: 0px;
background-color: #ccc;
}
.card .card-title-btns {
margin-left: auto;
display: flex;
flex-direction: row-reverse;
}
.card .card-title-btns .ivu-icon {
margin: 0 3px;
font-size: 24px;
cursor: pointer;
}
.conditionBar {
display: flex;
align-items: center;
justify-content: space-between;
/*左边是时间与周期 ,右边是按钮s*/
height: 40px;
background-color: #f5f5f5;
padding: 0rem 0.08333333rem 0rem 0.08333333rem;
font-size: 14px;
}
.conditionBar .conditionBar-btns {
display: flex;
align-items: center;
}
.conditionBar .conditionBar-btns button {
margin-left: 5px;
}
.conditionBar .ivu-radio-wrapper.ivu-radio-group-item.ivu-radio-wrapper-checked {
background-color: #57a3f3;
/*#47A7E7*/
color: #fff;
}
.toolbar {
/*工具条*/
display: flex;
align-items: center;
font-size: 14px;
padding-left: 0.08333333rem;
height: 40px;
line-height: 1;
background-color: #f5f5f5;
border-top: 1px solid #fff;
}
.toolbar .ivu-switch,
.toolbar .ivu-switch:after {
border-radius: 4px;
}
.toolbar .ivu-switch-checked .ivu-switch-inner {
left: 4px;
}
.toolbar .ivu-switch {
width: 56px;
}
.toolbar .ivu-switch-checked:after {
left: 32px;
}
.toolbar .icon-btn {
width: 20px;
height: 20px;
padding: 0px;
line-height: 20px;
margin-right: 5px;
margin-left: 5px;
}
.toolbar .icon-btn:hover {
color: #000;
}
.toolbar .ivu-poptip-body-content {
overflow: hidden;
}
.toolbar .toolbar-ibtncontainer-attribute .ivu-poptip-popper {
width: 300px;
}
.toolbar .toolbar-ibtncontainer-calibration .ivu-poptip-popper {
width: 150px;
height: 520px;
}
.toolbar .toolbar-ibtnbody-title {
background-color: #ccc;
color: #fff;
}
.toolbar .ivu-radio-group {
display: flex;
flex-wrap: wrap;
}
.toolbar .ivu-radio-wrapper {
flex: 0 1 60px;
}
.toolbar .btn__modify__total {
/*总值修改*/
}
.toolbar .btn__modify__total .ivu-btn {
width: 80px;
height: 20px;
padding: 0px;
line-height: 20px;
background: #f5f5f5;
color: #000;
border: none;
margin-right: 5px;
}
.toolbar .btn__modify__total .ivu-btn:hover {
color: #000;
}
.chartContainer {
display: flex;
}
.chartContainer .chart {
flex: 1 1 aut0;
}
.rangeTable .el-table th > .cell {
font-weight: bold;
color: #000000;
}
input:not([type='button']):disabled,
input:not([type='button'])[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #fff;
color: #777;
}
|
demo/src/assets/less/basic.css
|
.el-menu-item a {
display: block;
}
.page .el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #dedede !important;
}
.page .el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: #f5f5f5 !important;
}
.page .el-table td,
.page .el-table th {
padding: 1px 0 !important;
}
.page .el-table td .cellCanEdit {
color: #47a7e7;
}
.page .el-table td .font {
font-weight: bold;
}
.page .el-table__body,
.page .el-table__footer,
.page .el-table__header {
table-layout: automatic;
}
.page .el-input-number--small {
width: 100px;
}
.page .el-input-number--mini {
width: 90px;
}
.page .el-tree > .el-tree-node {
min-width: 100%;
display: inline-block !important;
}
.page .ivu-btn {
padding: 0rem 0.16666667rem 0rem 0.16666667rem;
height: 32px;
line-height: 32px;
}
.page .ivu-btn-small {
padding-left: 5px;
padding-right: 5px;
height: 24px;
line-height: 1;
}
.page .ivu-poptip-body-content {
overflow: hidden;
}
.page .ivu-select-selection {
height: 20px;
overflow: hidden;
}
.page label {
font-weight: normal;
margin-bottom: 0;
}
.page .detailTable .ivu-input {
background-color: #fff !important;
margin: 2px !important;
}
.flexa {
display: flex;
align-items: center;
}
.flexb {
display: flex;
align-items: center;
justify-content: space-between;
}
.center {
text-align: center;
}
.padding {
padding-top: 5px;
padding-bottom: 5px;
}
.pd15 {
padding: 15px;
}
.mr20 {
margin-right: 20px;
}
.ml15 {
margin-left: 15px;
}
.mw120 {
min-width: 120px;
}
.mw100 {
max-width: 100px;
}
.mw60 {
max-width: 60px;
}
.w100 {
width: 100px;
}
.w80 {
width: 80px;
}
.w90 {
width: 90px;
}
.icon {
width: 1em;
height: 1em;
fill: currentColor;
overflow: hidden;
cursor: pointer;
}
.icon-btn {
border-radius: 3px;
cursor: pointer;
box-sizing: border-box;
}
.icon-btn:hover {
box-shadow: 1px 1px 3px solid #333;
font-weight: bold;
}
.icon-btn-current {
box-shadow: 1px 1px 3px solid #333;
border: 1px solid #47a7e7;
}
html {
font-size: 120px;
}
body {
font-family: 'MicrosoftYaHei-Bold';
font-size: 0.11666667rem;
background-color: #f2f2f2;
}
#app {
display: flex;
flex-direction: column;
}
.page {
/*完整的页面*/
padding-top: 10px;
height: 100%;
margin: 0 10px;
display: flex;
flex: 1 1 auto;
position: relative;
}
.page .toggleBtn {
cursor: pointer;
top: 7px;
left: -11px;
position: absolute;
z-index: 1000;
font-size: 20px;
color: #2d8cf0;
&:hover {
font-size: 40px;
}
}
.page .analyzeBoard {
padding: 10px;
padding-top: 0px;
}
.page .analyzeBoard .analyzeBoard-title {
font-size: 0.13333333rem;
color: #333;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
height: 50px;
}
.page .analyzeBoard .analyzeBoard-title:after {
position: absolute;
bottom: 0;
content: '';
left: 0;
right: 0;
height: 1px;
background-color: #ccc;
}
.page .analyzeBoard .analyzeBoard-condition {
padding-left: 5px;
margin-bottom: 5px;
display: flex;
align-items: center;
height: 50px;
background-color: #f5f5f5;
justify-content: space-between;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-btns {
display: flex;
align-items: center;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-btns > div {
margin-right: 10px;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-icons {
margin-left: auto;
margin-right: 10px;
}
.page .analyzeBoard .analyzeBoard-condition .analyzeBoard-condition-icons .iconfont {
font-size: 0.2rem;
}
.page .analyzeBoard .analyzeBoard-content {
max-height: 4.16666667rem;
overflow: hidden;
}
.page .analyzeBoard .analyzeBoard-content .analyzeBoard-content-title {
font-size: 0.11666667rem;
font-weight: bold;
color: #333;
display: flex;
justify-content: space-between;
}
.page .analyzeBoard .analyzeBoard-content .analyzeBoard-content-title .icon-btn {
width: 1em;
height: 1em;
}
.page .analyzeBoard .ve-funnel,
.page .analyzeBoard .ve-scatter {
flex: 1 1 auto;
}
.page .sideBar {
flex: 0 0 auto;
width: 252px;
padding: 10px;
border-radius: 4px;
background: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
margin-right: 10px;
overflow: auto;
height: 100%;
}
.page .sideBar .ivu-cascader {
width: 100%;
}
.page .sideBar .sideBarTool_btns {
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
/*搜索框中有刷选条件,表示强调*/
}
.page .sideBar .sideBarTool_btns .bold {
color: red;
}
.page .sideBar .sideBarTool_btns .ivu-btn {
width: 0.83333333rem;
}
.page .sideBar .sideBarTool_btns .icon-btn {
width: 30px;
height: 30px;
}
.page .sideBar .sideBarTool_btns .tool {
display: flex;
align-items: center;
}
.page .sideBar .sideBarTool_btns .ivu-radio-group {
/*单选组*/
display: flex;
flex-direction: column;
/*垂直排列*/
height: 100%;
overflow: hidden;
}
.page .mainContainer {
height: 100%;
overflow: auto;
border-radius: 4px;
background: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
flex: 1 1 auto;
}
.page .mainContainer .nav-level1 {
line-height: 50px;
height: 50px;
background-color: #f7f7f7;
font-size: 14px;
}
.page .mainContainer .nav-level1 span {
display: inline-block;
cursor: pointer;
width: 94px;
position: relative;
text-align: center;
}
.page .mainContainer .nav-level1 .current {
color: #47a7e7;
}
.page .mainContainer .nav-level1 .current::after {
content: '';
position: absolute;
height: 2px;
width: 94px;
left: 0;
bottom: 0;
background-color: #47a7e7;
}
.page .mainContainer .nav-level2 {
padding: 12px;
}
.tablistArea {
padding: 0rem 0.08333333rem 0.08333333rem 0.08333333rem;
}
.tablistArea .h4 {
line-height: 0.13333333rem;
font-size: 0.11666667rem;
color: #333;
margin-top: 0.08333333rem;
margin-bottom: 0.08333333rem;
}
.tablistArea .el-table .cell {
padding-left: 5px;
padding-right: 5px;
}
/*单独的卡片*/
.card {
margin: 5px;
}
.card .card-title {
position: relative;
display: flex;
align-items: center;
line-height: 50px;
line-height: 40px;
height: 40px;
}
.card .card-title h4 {
font-size: 15px;
margin-bottom: 3px;
}
.card .card-title::after {
content: '';
position: absolute;
width: 100%;
height: 1px;
left: 0px;
bottom: 0px;
background-color: #ccc;
}
.card .card-title-btns {
margin-left: auto;
display: flex;
flex-direction: row-reverse;
}
.card .card-title-btns .ivu-icon {
margin: 0 3px;
font-size: 24px;
cursor: pointer;
}
.conditionBar {
display: flex;
align-items: center;
justify-content: space-between;
/*左边是时间与周期 ,右边是按钮s*/
height: 40px;
background-color: #f5f5f5;
padding: 0rem 0.08333333rem 0rem 0.08333333rem;
font-size: 14px;
}
.conditionBar .conditionBar-btns {
display: flex;
align-items: center;
}
.conditionBar .conditionBar-btns button {
margin-left: 5px;
}
.conditionBar .ivu-radio-wrapper.ivu-radio-group-item.ivu-radio-wrapper-checked {
background-color: #57a3f3;
/*#47A7E7*/
color: #fff;
}
.toolbar {
/*工具条*/
display: flex;
align-items: center;
font-size: 14px;
padding-left: 0.08333333rem;
height: 40px;
line-height: 1;
background-color: #f5f5f5;
border-top: 1px solid #fff;
}
.toolbar .ivu-switch,
.toolbar .ivu-switch:after {
border-radius: 4px;
}
.toolbar .ivu-switch-checked .ivu-switch-inner {
left: 4px;
}
.toolbar .ivu-switch {
width: 56px;
}
.toolbar .ivu-switch-checked:after {
left: 32px;
}
.toolbar .icon-btn {
width: 20px;
height: 20px;
padding: 0px;
line-height: 20px;
margin-right: 5px;
margin-left: 5px;
}
.toolbar .icon-btn:hover {
color: #000;
}
.toolbar .ivu-poptip-body-content {
overflow: hidden;
}
.toolbar .toolbar-ibtncontainer-attribute .ivu-poptip-popper {
width: 300px;
}
.toolbar .toolbar-ibtncontainer-calibration .ivu-poptip-popper {
width: 150px;
height: 520px;
}
.toolbar .toolbar-ibtnbody-title {
background-color: #ccc;
color: #fff;
}
.toolbar .ivu-radio-group {
display: flex;
flex-wrap: wrap;
}
.toolbar .ivu-radio-wrapper {
flex: 0 1 60px;
}
.toolbar .btn__modify__total {
/*总值修改*/
}
.toolbar .btn__modify__total .ivu-btn {
width: 80px;
height: 20px;
padding: 0px;
line-height: 20px;
background: #f5f5f5;
color: #000;
border: none;
margin-right: 5px;
}
.toolbar .btn__modify__total .ivu-btn:hover {
color: #000;
}
.chartContainer {
display: flex;
}
.chartContainer .chart {
flex: 1 1 aut0;
}
.rangeTable .el-table th > .cell {
font-weight: bold;
color: #000000;
}
input:not([type='button']):disabled,
input:not([type='button'])[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #fff;
color: #777;
}
| 0.384912 | 0.08061 |
.projects-wrapper {
position: relative;
min-height: 100vh;
margin-top: 3em;
margin-left: 0;
width: 100vw;
min-height: 100vh;
}
.projects-wrapper h2 {
text-align: center;
font-size: 2em;
}
.projects-header-wrapper {
padding-top: 5em;
text-align: center;
cursor: default;
height: 50px;
}
.projects-header-wrapper h2 {
display: inline;
font-size: 2em;
transition: color 0.5s, font-size 0.5s;
}
.projects-header-wrapper h2:hover,
.header-bracket-ending > h2:hover {
color: darkorchid;
}
.projects {
position: relative;
display: flex;
flex-direction: column;
grid-template-columns: 50% 50%;
top: 5em;
left: 0;
width: 95vw;
margin: auto;
}
hr {
width: 90vw;
}
.project {
justify-self: center;
justify-content: center;
display: flex;
flex-direction: column;
gap: 1em;
}
.project-left {
width: 100%;
}
.project-right {
width: 100%;
position: relative;
}
.project-content-wrapper {
margin-bottom: 4em;
}
.header-bracket-ending {
position: relative;
display: block;
margin: auto;
width: 1em;
margin-top: 15em;
}
.header-bracket-ending h2 {
text-align: center;
transition: color 1s, font-size 1s;
cursor: default;
}
.project-logo {
height: 10em;
width: 15em;
justify-self: center;
display: block ;
margin: auto;
}
.tech-wrapper {
margin: 2em;
}
.tech-logo {
width: 4em;
vertical-align: middle;
margin: 2em 2em;
}
.project-links {
position: relative;
width: 100%;
margin-top: 2em;
display: flex;
flex-direction: row;
justify-content: center;
}
.project-links > div {
width: 100%;
display: flex;
justify-content: center;
}
.project-links a {
text-decoration: none;
justify-self: center;
}
.in-text-link {
text-decoration: none;
transition: color 1s;
}
.in-text-link:hover {
color: crimson;
}
.external-link p:hover {
cursor: pointer !important;
}
@media (min-width: 900px) {
.project {
flex-direction: row;
width: 75%;
margin: auto;
}
.project p {
font-size: 1em;
}
.project-logo {
width: 90%;
height: auto;
}
.project-links {
position: absolute;
bottom: 1em;
}
}
@media (min-width: 1250px) {
.projects-header-wrapper h2,
.header-bracket-ending h2 {
font-size: 3em;
}
.projects {
gap: 2em;
}
.project {
flex-direction: row;
width: 75%;
margin: auto;
gap: 2em;
}
.project p {
font-size: 1em;
}
.project-logo {
width: 90%;
height: auto;
}
}
@media (min-width: 1800px) {
.projects-header-wrapper h2,
.header-bracket-ending h2 {
font-size: 3.5em;
}
.projects {
gap: 2em;
}
.project {
flex-direction: row;
width: 75%;
margin: auto;
gap: 2em;
}
.project p {
font-size: 1.5em;
}
.project-logo {
width: 90%;
height: auto;
}
.tech-wrapper {
margin: 4em;
}
.tech-logo {
width: 7em;
vertical-align: middle;
margin-left: 2em;
}
}
|
Front-end/src/components/Projects/Projects.css
|
.projects-wrapper {
position: relative;
min-height: 100vh;
margin-top: 3em;
margin-left: 0;
width: 100vw;
min-height: 100vh;
}
.projects-wrapper h2 {
text-align: center;
font-size: 2em;
}
.projects-header-wrapper {
padding-top: 5em;
text-align: center;
cursor: default;
height: 50px;
}
.projects-header-wrapper h2 {
display: inline;
font-size: 2em;
transition: color 0.5s, font-size 0.5s;
}
.projects-header-wrapper h2:hover,
.header-bracket-ending > h2:hover {
color: darkorchid;
}
.projects {
position: relative;
display: flex;
flex-direction: column;
grid-template-columns: 50% 50%;
top: 5em;
left: 0;
width: 95vw;
margin: auto;
}
hr {
width: 90vw;
}
.project {
justify-self: center;
justify-content: center;
display: flex;
flex-direction: column;
gap: 1em;
}
.project-left {
width: 100%;
}
.project-right {
width: 100%;
position: relative;
}
.project-content-wrapper {
margin-bottom: 4em;
}
.header-bracket-ending {
position: relative;
display: block;
margin: auto;
width: 1em;
margin-top: 15em;
}
.header-bracket-ending h2 {
text-align: center;
transition: color 1s, font-size 1s;
cursor: default;
}
.project-logo {
height: 10em;
width: 15em;
justify-self: center;
display: block ;
margin: auto;
}
.tech-wrapper {
margin: 2em;
}
.tech-logo {
width: 4em;
vertical-align: middle;
margin: 2em 2em;
}
.project-links {
position: relative;
width: 100%;
margin-top: 2em;
display: flex;
flex-direction: row;
justify-content: center;
}
.project-links > div {
width: 100%;
display: flex;
justify-content: center;
}
.project-links a {
text-decoration: none;
justify-self: center;
}
.in-text-link {
text-decoration: none;
transition: color 1s;
}
.in-text-link:hover {
color: crimson;
}
.external-link p:hover {
cursor: pointer !important;
}
@media (min-width: 900px) {
.project {
flex-direction: row;
width: 75%;
margin: auto;
}
.project p {
font-size: 1em;
}
.project-logo {
width: 90%;
height: auto;
}
.project-links {
position: absolute;
bottom: 1em;
}
}
@media (min-width: 1250px) {
.projects-header-wrapper h2,
.header-bracket-ending h2 {
font-size: 3em;
}
.projects {
gap: 2em;
}
.project {
flex-direction: row;
width: 75%;
margin: auto;
gap: 2em;
}
.project p {
font-size: 1em;
}
.project-logo {
width: 90%;
height: auto;
}
}
@media (min-width: 1800px) {
.projects-header-wrapper h2,
.header-bracket-ending h2 {
font-size: 3.5em;
}
.projects {
gap: 2em;
}
.project {
flex-direction: row;
width: 75%;
margin: auto;
gap: 2em;
}
.project p {
font-size: 1.5em;
}
.project-logo {
width: 90%;
height: auto;
}
.tech-wrapper {
margin: 4em;
}
.tech-logo {
width: 7em;
vertical-align: middle;
margin-left: 2em;
}
}
| 0.806777 | 0.133472 |
.modalBook {
font-size: 12px;
background: white;
width: 450px;
height: auto;
border-radius: 10px;
border: 2px solid rgb(234, 84, 85);
}
.centerBook {
position: absolute;
z-index: 13;
top: 30%;
left: 40%;
margin: -180px 0 0 -190px;
}
.popup-content {
background: none;
width: 0%;
padding: 100px;
border: none;
}
.modalBook > .header {
width: 100%;
border-bottom: 1px solid gray;
font-size: 18px;
text-align: center;
padding: 5px;
}
.modalBook > .content {
width: 100%;
padding: 10px 5px;
margin: 5%;
/* border: 2px solid rgb(234, 84, 85); */
}
.modalBook > .actions {
width: 100%;
padding: 10px 5px;
margin: auto;
text-align: center;
}
.modalBook > .close {
cursor: pointer;
position: absolute;
display: block;
padding: 2px 5px;
line-height: 20px;
right: -10px;
top: -10px;
font-size: 24px;
background: #ffffff;
border-radius: 18px;
border: 1px solid #cfcece;
}
.contBtn{
border: 1px solid #2D4059;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 15px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
color:white;
background-color: #2D4059;
}
.contBtn:hover{
border: 1px solid rgb(234, 84, 85);
background-color: rgb(234, 84, 85);
}
.selectBar{
width: 80%;
margin-left: 10%;
margin-top: 5px;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 15px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
}
.inputBar{
width: 80%;
margin-left: 10%;
margin-top: 5px;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 20px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
}
.inputBar:focus{
border-color: #339933;
}
.label{
margin-left: 10%;
font-weight: bold;
color: #2D4059;
margin-bottom: 10px;
margin-top: 10px;
}
.CalendarDay__selected_span {
background: #82e0aa;
color: white;
border: 1px solid rgb(234, 84, 85);
}
.CalendarDay__selected {
background: rgb(234, 84, 85);
color: white;
}
.CalendarDay__selected:hover {
background: orange;
color: white;
}
.CalendarDay__hovered_span:hover,
.CalendarDay__hovered_span {
background: brown;
}
.link:hover{
text-decoration: underline;
cursor: pointer;
}
|
src/components/BookPopup/BookPopup.css
|
.modalBook {
font-size: 12px;
background: white;
width: 450px;
height: auto;
border-radius: 10px;
border: 2px solid rgb(234, 84, 85);
}
.centerBook {
position: absolute;
z-index: 13;
top: 30%;
left: 40%;
margin: -180px 0 0 -190px;
}
.popup-content {
background: none;
width: 0%;
padding: 100px;
border: none;
}
.modalBook > .header {
width: 100%;
border-bottom: 1px solid gray;
font-size: 18px;
text-align: center;
padding: 5px;
}
.modalBook > .content {
width: 100%;
padding: 10px 5px;
margin: 5%;
/* border: 2px solid rgb(234, 84, 85); */
}
.modalBook > .actions {
width: 100%;
padding: 10px 5px;
margin: auto;
text-align: center;
}
.modalBook > .close {
cursor: pointer;
position: absolute;
display: block;
padding: 2px 5px;
line-height: 20px;
right: -10px;
top: -10px;
font-size: 24px;
background: #ffffff;
border-radius: 18px;
border: 1px solid #cfcece;
}
.contBtn{
border: 1px solid #2D4059;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 15px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
color:white;
background-color: #2D4059;
}
.contBtn:hover{
border: 1px solid rgb(234, 84, 85);
background-color: rgb(234, 84, 85);
}
.selectBar{
width: 80%;
margin-left: 10%;
margin-top: 5px;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 15px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
}
.inputBar{
width: 80%;
margin-left: 10%;
margin-top: 5px;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 20px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
}
.inputBar:focus{
border-color: #339933;
}
.label{
margin-left: 10%;
font-weight: bold;
color: #2D4059;
margin-bottom: 10px;
margin-top: 10px;
}
.CalendarDay__selected_span {
background: #82e0aa;
color: white;
border: 1px solid rgb(234, 84, 85);
}
.CalendarDay__selected {
background: rgb(234, 84, 85);
color: white;
}
.CalendarDay__selected:hover {
background: orange;
color: white;
}
.CalendarDay__hovered_span:hover,
.CalendarDay__hovered_span {
background: brown;
}
.link:hover{
text-decoration: underline;
cursor: pointer;
}
| 0.36139 | 0.102619 |
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
line-height:1.5;
margin:1.5em 0;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
font-weight:400;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a img {
border:medium none;
}
.container {
margin:0 auto;
min-width:950px;
overflow:hidden;
width:80%;
}
.block {
overflow:hidden;
}
.column {
float:left;
}
.last {
margin-right:0;
}
.span-1 {
width:4%;
}
.span-2 {
width:8%;
}
.span-3 {
width:12%;
}
.span-4 {
width:16%;
}
.span-5 {
width:20%;
}
.span-6 {
width:25%;
}
.span-7 {
width:29%;
}
.span-8 {
width:33%;
}
.span-9 {
width:37%;
}
.span-10 {
width:41%;
}
.span-11 {
width:45%;
}
.span-12 {
width:50%;
}
.span-13 {
width:54%;
}
.span-14 {
width:58%;
}
.span-15 {
width:62%;
}
.span-16 {
width:66%;
}
.span-17 {
width:70%;
}
.span-18 {
width:75%;
}
.span-19 {
width:79%;
}
.span-20 {
width:83%;
}
.span-21 {
width:87%;
}
.span-22 {
width:91%;
}
.span-23 {
width:95%;
}
.span-24 {
margin-right:0;
width:100%;
}
.span-1 > div, .span-2 > div, .span-3 > div, .span-4 > div, .span-5 > div, .span-6 > div, .span-7 > div, .span-8 > div, .span-9 > div, .span-10 > div, .span-11 > div, .span-12 > div, .span-13 > div, .span-14 > div, .span-15 > div, .span-16 > div, .span-17 > div, .span-18 > div, .span-19 > div, .span-20 > div, .span-21 > div, .span-22 > div, .span-23 > div, .span-24 > div {
margin:0 0.833em 0 0;
}
.append-1 {
padding-right:4%;
}
.append-2 {
padding-right:8%;
}
.append-3 {
padding-right:12%;
}
.append-4 {
padding-right:16%;
}
.append-5 {
padding-right:20%;
}
.append-6 {
padding-right:25%;
}
.append-7 {
padding-right:29%;
}
.append-8 {
padding-right:33%;
}
.append-9 {
padding-right:37%;
}
.append-10 {
padding-right:41%;
}
.append-11 {
padding-right:45%;
}
.append-12 {
padding-right:50%;
}
.append-13 {
padding-right:54%;
}
.append-14 {
padding-right:58%;
}
.append-15 {
padding-right:62%;
}
.append-16 {
padding-right:66%;
}
.append-17 {
padding-right:70%;
}
.append-18 {
padding-right:75%;
}
.append-19 {
padding-right:79%;
}
.append-20 {
padding-right:83%;
}
.append-21 {
padding-right:87%;
}
.append-22 {
padding-right:91%;
}
.append-23 {
padding-right:95%;
}
.prepend-1 {
padding-left:4%;
}
.prepend-2 {
padding-left:8%;
}
.prepend-3 {
padding-left:12%;
}
.prepend-4 {
padding-left:16%;
}
.prepend-5 {
padding-left:20%;
}
.prepend-6 {
padding-left:25%;
}
.prepend-7 {
padding-left:29%;
}
.prepend-8 {
padding-left:33%;
}
.prepend-9 {
padding-left:37%;
}
.prepend-10 {
padding-left:41%;
}
.prepend-11 {
padding-left:45%;
}
.prepend-12 {
padding-left:50%;
}
.prepend-13 {
padding-left:54%;
}
.prepend-14 {
padding-left:58%;
}
.prepend-15 {
padding-left:62%;
}
.prepend-16 {
padding-left:66%;
}
.prepend-17 {
padding-left:70%;
}
.prepend-18 {
padding-left:75%;
}
.prepend-19 {
padding-left:79%;
}
.prepend-20 {
padding-left:83%;
}
.prepend-21 {
padding-left:87%;
}
.prepend-22 {
padding-left:91%;
}
.prepend-23 {
padding-left:95%;
}
.border {
border-right:1px solid #EEEEEE;
}
.colborder {
border-right:1px solid #EEEEEE;
margin-right:2%;
padding-right:2%;
}
.colborder > div {
margin:0;
}
.pull-1 {
margin-left:-3.333em;
}
.pull-2 {
margin-left:-6.666em;
}
.pull-3 {
margin-left:-10em;
}
.pull-4 {
margin-left:-13.333em;
}
.push-0 {
margin:0 0 0 1.5em;
}
.push-1 {
margin:0 -3.333em 0 1.5em;
}
.push-2 {
margin:0 -6.666em 0 1.5em;
}
.push-3 {
margin:0 -10em 0 1.5em;
}
.push-4 {
margin:0 -13.333em 0 1.5em;
}
.push-0, .push-1, .push-2, .push-3, .push-4 {
float:right;
}
.box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
margin-bottom:1.5em;
padding:1.5em;
}
hr {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
border:medium none;
color:#DDDDDD;
height:0.083em;
margin:0 0 1.583em;
width:100%;
}
hr.space {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#FFFFFF;
}
body {
font-size:75%;
}
body {
color:#222222;
font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color:#111111;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}
h1 {
font-size:3em;
line-height:1;
margin-bottom:0.5em;
}
h2 {
font-size:2em;
margin-bottom:0.75em;
}
h3 {
font-size:1.5em;
line-height:1;
margin-bottom:1em;
}
h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1.1em;
font-weight:bold;
margin-bottom:1.4em;
margin-top:2em;
}
h6 {
font-size:1em;
font-weight:bold;
}
p {
margin:0 0 1.5em;
}
p.last {
margin-bottom:0;
}
p img {
float:left;
margin:1.5em 1.5em 1.5em 0;
padding:0;
}
p img.top {
margin-top:0;
}
img {
margin:0 0 1.5em;
}
ul, ol {
list-style-position:inside;
margin-bottom:1.5em;
}
ul {
list-style-type:circle;
}
ol {
list-style-type:decimal;
}
ul ol, ol ul, ul ul, ol ol {
margin-left:1.5em;
}
dl {
margin:1.5em 0;
}
dl dt {
font-weight:bold;
}
dd {
margin-left:1.5em;
}
abbr, acronym {
border-bottom:1px dotted #666666;
}
address {
font-style:italic;
margin-top:1.5em;
}
a:focus, a:hover {
color:#000000;
}
a {
color:#000099;
text-decoration:underline;
}
blockquote {
color:#666666;
font-style:italic;
margin:1.5em;
}
strong {
font-weight:bold;
}
em, dfn {
font-style:italic;
}
dfn {
font-weight:700;
}
pre, code {
margin:1.5em 0;
white-space:pre;
}
pre, code, tt {
-x-system-font:none;
font-family:'andale mono','monotype.com','lucida console',monospace;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
}
tt {
display:block;
line-height:1.5;
margin:1.5em 0;
}
table {
margin-bottom:1.4em;
}
th {
border-bottom:2px solid #CCCCCC;
font-weight:bold;
}
td {
border-bottom:1px solid #DDDDDD;
}
th, td {
padding:4px 10px 4px 0;
}
tfoot {
font-style:italic;
}
table .last {
padding-right:0;
}
.small {
font-size:0.8em;
line-height:1.875em;
margin-bottom:1.875em;
}
.large {
font-size:1.2em;
line-height:2.5em;
margin-bottom:1.25em;
}
.quiet {
color:#666666;
}
.hide {
display:none;
}
.alt {
color:#666666;
font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
font-size:1.2em;
font-style:italic;
font-weight:normal;
line-height:80%;
}
.dquo {
margin-left:-0.5em;
}
p.incr, .incr p {
font-size:10px;
line-height:1.44em;
margin-bottom:1.5em;
}
.caps {
font-size:1.2em;
font-variant:small-caps;
font-weight:bold;
letter-spacing:1px;
line-height:1%;
text-transform:lowercase;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
|
modules/selfserve/files/selfserve/app/style/compressed.css
|
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
line-height:1.5;
margin:1.5em 0;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
font-weight:400;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a img {
border:medium none;
}
.container {
margin:0 auto;
min-width:950px;
overflow:hidden;
width:80%;
}
.block {
overflow:hidden;
}
.column {
float:left;
}
.last {
margin-right:0;
}
.span-1 {
width:4%;
}
.span-2 {
width:8%;
}
.span-3 {
width:12%;
}
.span-4 {
width:16%;
}
.span-5 {
width:20%;
}
.span-6 {
width:25%;
}
.span-7 {
width:29%;
}
.span-8 {
width:33%;
}
.span-9 {
width:37%;
}
.span-10 {
width:41%;
}
.span-11 {
width:45%;
}
.span-12 {
width:50%;
}
.span-13 {
width:54%;
}
.span-14 {
width:58%;
}
.span-15 {
width:62%;
}
.span-16 {
width:66%;
}
.span-17 {
width:70%;
}
.span-18 {
width:75%;
}
.span-19 {
width:79%;
}
.span-20 {
width:83%;
}
.span-21 {
width:87%;
}
.span-22 {
width:91%;
}
.span-23 {
width:95%;
}
.span-24 {
margin-right:0;
width:100%;
}
.span-1 > div, .span-2 > div, .span-3 > div, .span-4 > div, .span-5 > div, .span-6 > div, .span-7 > div, .span-8 > div, .span-9 > div, .span-10 > div, .span-11 > div, .span-12 > div, .span-13 > div, .span-14 > div, .span-15 > div, .span-16 > div, .span-17 > div, .span-18 > div, .span-19 > div, .span-20 > div, .span-21 > div, .span-22 > div, .span-23 > div, .span-24 > div {
margin:0 0.833em 0 0;
}
.append-1 {
padding-right:4%;
}
.append-2 {
padding-right:8%;
}
.append-3 {
padding-right:12%;
}
.append-4 {
padding-right:16%;
}
.append-5 {
padding-right:20%;
}
.append-6 {
padding-right:25%;
}
.append-7 {
padding-right:29%;
}
.append-8 {
padding-right:33%;
}
.append-9 {
padding-right:37%;
}
.append-10 {
padding-right:41%;
}
.append-11 {
padding-right:45%;
}
.append-12 {
padding-right:50%;
}
.append-13 {
padding-right:54%;
}
.append-14 {
padding-right:58%;
}
.append-15 {
padding-right:62%;
}
.append-16 {
padding-right:66%;
}
.append-17 {
padding-right:70%;
}
.append-18 {
padding-right:75%;
}
.append-19 {
padding-right:79%;
}
.append-20 {
padding-right:83%;
}
.append-21 {
padding-right:87%;
}
.append-22 {
padding-right:91%;
}
.append-23 {
padding-right:95%;
}
.prepend-1 {
padding-left:4%;
}
.prepend-2 {
padding-left:8%;
}
.prepend-3 {
padding-left:12%;
}
.prepend-4 {
padding-left:16%;
}
.prepend-5 {
padding-left:20%;
}
.prepend-6 {
padding-left:25%;
}
.prepend-7 {
padding-left:29%;
}
.prepend-8 {
padding-left:33%;
}
.prepend-9 {
padding-left:37%;
}
.prepend-10 {
padding-left:41%;
}
.prepend-11 {
padding-left:45%;
}
.prepend-12 {
padding-left:50%;
}
.prepend-13 {
padding-left:54%;
}
.prepend-14 {
padding-left:58%;
}
.prepend-15 {
padding-left:62%;
}
.prepend-16 {
padding-left:66%;
}
.prepend-17 {
padding-left:70%;
}
.prepend-18 {
padding-left:75%;
}
.prepend-19 {
padding-left:79%;
}
.prepend-20 {
padding-left:83%;
}
.prepend-21 {
padding-left:87%;
}
.prepend-22 {
padding-left:91%;
}
.prepend-23 {
padding-left:95%;
}
.border {
border-right:1px solid #EEEEEE;
}
.colborder {
border-right:1px solid #EEEEEE;
margin-right:2%;
padding-right:2%;
}
.colborder > div {
margin:0;
}
.pull-1 {
margin-left:-3.333em;
}
.pull-2 {
margin-left:-6.666em;
}
.pull-3 {
margin-left:-10em;
}
.pull-4 {
margin-left:-13.333em;
}
.push-0 {
margin:0 0 0 1.5em;
}
.push-1 {
margin:0 -3.333em 0 1.5em;
}
.push-2 {
margin:0 -6.666em 0 1.5em;
}
.push-3 {
margin:0 -10em 0 1.5em;
}
.push-4 {
margin:0 -13.333em 0 1.5em;
}
.push-0, .push-1, .push-2, .push-3, .push-4 {
float:right;
}
.box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
margin-bottom:1.5em;
padding:1.5em;
}
hr {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
border:medium none;
color:#DDDDDD;
height:0.083em;
margin:0 0 1.583em;
width:100%;
}
hr.space {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#FFFFFF;
}
body {
font-size:75%;
}
body {
color:#222222;
font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color:#111111;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}
h1 {
font-size:3em;
line-height:1;
margin-bottom:0.5em;
}
h2 {
font-size:2em;
margin-bottom:0.75em;
}
h3 {
font-size:1.5em;
line-height:1;
margin-bottom:1em;
}
h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1.1em;
font-weight:bold;
margin-bottom:1.4em;
margin-top:2em;
}
h6 {
font-size:1em;
font-weight:bold;
}
p {
margin:0 0 1.5em;
}
p.last {
margin-bottom:0;
}
p img {
float:left;
margin:1.5em 1.5em 1.5em 0;
padding:0;
}
p img.top {
margin-top:0;
}
img {
margin:0 0 1.5em;
}
ul, ol {
list-style-position:inside;
margin-bottom:1.5em;
}
ul {
list-style-type:circle;
}
ol {
list-style-type:decimal;
}
ul ol, ol ul, ul ul, ol ol {
margin-left:1.5em;
}
dl {
margin:1.5em 0;
}
dl dt {
font-weight:bold;
}
dd {
margin-left:1.5em;
}
abbr, acronym {
border-bottom:1px dotted #666666;
}
address {
font-style:italic;
margin-top:1.5em;
}
a:focus, a:hover {
color:#000000;
}
a {
color:#000099;
text-decoration:underline;
}
blockquote {
color:#666666;
font-style:italic;
margin:1.5em;
}
strong {
font-weight:bold;
}
em, dfn {
font-style:italic;
}
dfn {
font-weight:700;
}
pre, code {
margin:1.5em 0;
white-space:pre;
}
pre, code, tt {
-x-system-font:none;
font-family:'andale mono','monotype.com','lucida console',monospace;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
}
tt {
display:block;
line-height:1.5;
margin:1.5em 0;
}
table {
margin-bottom:1.4em;
}
th {
border-bottom:2px solid #CCCCCC;
font-weight:bold;
}
td {
border-bottom:1px solid #DDDDDD;
}
th, td {
padding:4px 10px 4px 0;
}
tfoot {
font-style:italic;
}
table .last {
padding-right:0;
}
.small {
font-size:0.8em;
line-height:1.875em;
margin-bottom:1.875em;
}
.large {
font-size:1.2em;
line-height:2.5em;
margin-bottom:1.25em;
}
.quiet {
color:#666666;
}
.hide {
display:none;
}
.alt {
color:#666666;
font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
font-size:1.2em;
font-style:italic;
font-weight:normal;
line-height:80%;
}
.dquo {
margin-left:-0.5em;
}
p.incr, .incr p {
font-size:10px;
line-height:1.44em;
margin-bottom:1.5em;
}
.caps {
font-size:1.2em;
font-variant:small-caps;
font-weight:bold;
letter-spacing:1px;
line-height:1%;
text-transform:lowercase;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
| 0.47098 | 0.083367 |
font-size:14px;
}
#page-main .main-right .login-info .avatar {
float:left;
position: relative;
border: 1px solid #dfdfdf;
border-radius: 50%;
overflow: hidden;
}
#page-main .main-right .login-info .avatar a{
display: block;
height: 100px;
overflow: hidden;
text-decoration: none;
width: 100px;
}
#page-main .main-right .login-info .avatar span{
position: absolute;
bottom: 0;
left: 0;
right: 0;
width:100%;
text-align:center;
background: none repeat scroll 0 0 rgba(0,0,0,0.46);
color:#fff;
display:none;
}
#page-main .main-right .login-info .avatar:hover span{
display:block;
}
#page-main .main-right .login-info .account-info {
float:left;
margin-left:40px;
}
#page-main .main-right .login-info .account-name {
color:#333;
font-size:18px;
}
#page-main .main-right .login-info .recharge:hover {
background:#ff0042;
color:#fff;
}
#page-main .main-right .login-info .account-info .account-info-item {
width:550px;
line-height:2;
color:#333;
}
#page-main .main-right .login-info .account-info .account-info-item a{
margin-left: 5px;
}
#page-main .main-right .login-info .account-info .account-info-item span{
color:#999;
}
#page-main .main-right .login-info .account-info .account-info-item .user-icon {
background-image: url("/static/images/vip.png");
width:20px;
height:16px;
display: inline-block;
}
#page-main .main-right .login-info .account-info .account-info-item .vip {
background-position: 0px 16px;
}
.userbind-wrap {
border-top: 1px solid #eaeaea;
background-color: #fcfcfc;
}
.userbind-wrap .w50 {
width: 45%;
padding: 30px 15px 15px 35px;
}
.userbind-wrap .cut-line {
display: inline;
float: left;
width: 1px;
height: 125px;
background-color: #eaeaea;
}
.userbind-icon {
display: block;
width: 70px;
height: 70px;
background: url(../../images/user_bind_icon.png) no-repeat;
}
.phone-done {
background-position:0 -240px
}
.mail-done {
background-position:-80px -240px
}
.phone-uncheck {
background-position:0 -320px
}
.mail-uncheck {
background-position:-80px -320px
}
.phone-default {
background-position:0 0
}
.mail-default {
background-position:-80px 0
}
.phone-default:hover {
background-position:0 -80px
}
.mail-default:hover {
background-position:-80px -80px
}
.phone-default:active {
background-position:0 -160px
}
.mail-default:active {
background-position:-80px -160px
}
.userbind-wrap .user-setting-item-wrap {
margin-left: 20px;
float:left;
}
.userbind-wrap .user-setting-item-wrap .userbind-item em{
color:#999;
}
.userbind-item {
min-height: 25px;
height: auto!important;
height: 25px;
font-size: 14px;
}
.userbind-item .mainTitle{
font-size:15px;
}
|
public/static/account/css/center_index.css
|
font-size:14px;
}
#page-main .main-right .login-info .avatar {
float:left;
position: relative;
border: 1px solid #dfdfdf;
border-radius: 50%;
overflow: hidden;
}
#page-main .main-right .login-info .avatar a{
display: block;
height: 100px;
overflow: hidden;
text-decoration: none;
width: 100px;
}
#page-main .main-right .login-info .avatar span{
position: absolute;
bottom: 0;
left: 0;
right: 0;
width:100%;
text-align:center;
background: none repeat scroll 0 0 rgba(0,0,0,0.46);
color:#fff;
display:none;
}
#page-main .main-right .login-info .avatar:hover span{
display:block;
}
#page-main .main-right .login-info .account-info {
float:left;
margin-left:40px;
}
#page-main .main-right .login-info .account-name {
color:#333;
font-size:18px;
}
#page-main .main-right .login-info .recharge:hover {
background:#ff0042;
color:#fff;
}
#page-main .main-right .login-info .account-info .account-info-item {
width:550px;
line-height:2;
color:#333;
}
#page-main .main-right .login-info .account-info .account-info-item a{
margin-left: 5px;
}
#page-main .main-right .login-info .account-info .account-info-item span{
color:#999;
}
#page-main .main-right .login-info .account-info .account-info-item .user-icon {
background-image: url("/static/images/vip.png");
width:20px;
height:16px;
display: inline-block;
}
#page-main .main-right .login-info .account-info .account-info-item .vip {
background-position: 0px 16px;
}
.userbind-wrap {
border-top: 1px solid #eaeaea;
background-color: #fcfcfc;
}
.userbind-wrap .w50 {
width: 45%;
padding: 30px 15px 15px 35px;
}
.userbind-wrap .cut-line {
display: inline;
float: left;
width: 1px;
height: 125px;
background-color: #eaeaea;
}
.userbind-icon {
display: block;
width: 70px;
height: 70px;
background: url(../../images/user_bind_icon.png) no-repeat;
}
.phone-done {
background-position:0 -240px
}
.mail-done {
background-position:-80px -240px
}
.phone-uncheck {
background-position:0 -320px
}
.mail-uncheck {
background-position:-80px -320px
}
.phone-default {
background-position:0 0
}
.mail-default {
background-position:-80px 0
}
.phone-default:hover {
background-position:0 -80px
}
.mail-default:hover {
background-position:-80px -80px
}
.phone-default:active {
background-position:0 -160px
}
.mail-default:active {
background-position:-80px -160px
}
.userbind-wrap .user-setting-item-wrap {
margin-left: 20px;
float:left;
}
.userbind-wrap .user-setting-item-wrap .userbind-item em{
color:#999;
}
.userbind-item {
min-height: 25px;
height: auto!important;
height: 25px;
font-size: 14px;
}
.userbind-item .mainTitle{
font-size:15px;
}
| 0.299822 | 0.043569 |
@charset "utf-8";
/* CSS Document */
/* --------------------- 首页轮播图片、栏目CSS ----------------------- */
.clear{
clear: both;
}
#dimmer-loader{
display: none;
}
/* 添加栏目INPUT框 */
#addcolumn-wrapper{
margin-top: 50px;
height: 50px;
background-color: #ecf0f1;
}
#addcolumn-input{
float: left;
width: 70%;
height: 50px;
padding: 5px 0 5px 10px;
}
#addcolumn-input input{
width: 100%;
height: 40px;
border-radius: 5px;
border: 2px solid #bdc3c7;
padding: 0 10px 0 10px;
}
#addcolumn-input input:focus {
border: 2px solid #e74c3c;
transition-duration: 1s;
-webkit-transition-duration: 1s;
}
#addcolumn-new-wrapper{
float: left;
width: 30%;
padding: 5px 10px 5px 5px;
}
#addcolumn-new-wrapper div{
line-height: 40px;
background-color: #e74c3c;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
/* 轮播按钮 */
.cycle-picture-button{
width: 100%;
line-height: 45px;
background-color: #e74c3c;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
/* 栏目按钮 */
.columns-button{
width: 100%;
line-height: 45px;
background-color: #3498db;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
/* 添加栏目页面 - 栏目列表 */
#allcalumns{
padding: 20px 0 20px 0;
}
.calumns-list{
width: 100%;
height: 45px;
margin-bottom: 1px;
}
.calumns-title{
width: 50%;
background-color: #ecf0f1;
color: #2c3e50;
height: 45px;
text-align: center;
float: left;
padding: 5px 10px 5px 10px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.calumns-title-text{
width: 50%;
background-color: #ecf0f1;
color: #2c3e50;
line-height: 45px;
text-align: center;
float: left;
padding: 0 10px 0 10px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.save-calumns{
width: 25%;
line-height: 45px;
background-color: #2ecc71;
color: #FFFFFF;
text-align: center;
float: left;
}
.edit-calumns{
width: 25%;
line-height: 45px;
background-color: #3498db;
color: #FFFFFF;
text-align: center;
float: left;
}
.delete-calumns{
width: 25%;
line-height: 45px;
background-color: #e74c3c;
color: #FFFFFF;
text-align: center;
float: left;
}
.columnName{
width: 100%;
height: 35px;
border-radius: 5px;
border: 0 solid #bdc3c7;
padding: 0 10px 0 10px;
}
/* 轮播按钮 栏目按钮 页面*/
.index-columns-wrapper{
margin-top: 50px;
padding: 0 10px 0 10px;
}
#cycle-picture{
margin: 10px 0 10px 0;
}
#columns{
margin: 10px 0 10px 0;
}
/* 轮播页面*/
.upload-wrapper{
margin: 10px;
}
#upload-picture{
width: 100%;
line-height: 45px;
background-color: #e74c3c;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
.picture-list{
width: 100%;
height: 150px;
margin: 0 0 2px 0;
position: relative;
}
.picture-narrow {
width: 100%;
height: 150px;
float: left;
background-color: #ecf0f1;
padding: 10px;
z-index: 1;
position: absolute;
}
.background-image{
width: 100%;
height: 100%;
text-align: center;
border-radius: 5px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.picture-delete{
width: 100%;
padding: 10px;
top: 80px;
z-index: 2;
position: absolute;
display: none;
}
.picture-delete-wrapper{
line-height: 50px;
border-radius:0 0 5px 5px;
text-align: center;
background:rgba(0, 0, 0, 0.7);
}
.delete-picture{
width: 100%;
text-align: center;
}
.delete-picture a{
padding: 10px 40px 10px 40px;
background-color: #e74c3c;
font-size: 15px;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
.empty-picture{
width: 95%;
background-color: #ecf0f1;
padding: 20px 0 20px 0;
margin: 0 auto;
border-radius: 5px;
text-align: center;
}
.picture-list-wrapper,#allcalumns{
padding: 0 0 50px 0;
}
|
mobile/web/css/index-columns.css
|
@charset "utf-8";
/* CSS Document */
/* --------------------- 首页轮播图片、栏目CSS ----------------------- */
.clear{
clear: both;
}
#dimmer-loader{
display: none;
}
/* 添加栏目INPUT框 */
#addcolumn-wrapper{
margin-top: 50px;
height: 50px;
background-color: #ecf0f1;
}
#addcolumn-input{
float: left;
width: 70%;
height: 50px;
padding: 5px 0 5px 10px;
}
#addcolumn-input input{
width: 100%;
height: 40px;
border-radius: 5px;
border: 2px solid #bdc3c7;
padding: 0 10px 0 10px;
}
#addcolumn-input input:focus {
border: 2px solid #e74c3c;
transition-duration: 1s;
-webkit-transition-duration: 1s;
}
#addcolumn-new-wrapper{
float: left;
width: 30%;
padding: 5px 10px 5px 5px;
}
#addcolumn-new-wrapper div{
line-height: 40px;
background-color: #e74c3c;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
/* 轮播按钮 */
.cycle-picture-button{
width: 100%;
line-height: 45px;
background-color: #e74c3c;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
/* 栏目按钮 */
.columns-button{
width: 100%;
line-height: 45px;
background-color: #3498db;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
/* 添加栏目页面 - 栏目列表 */
#allcalumns{
padding: 20px 0 20px 0;
}
.calumns-list{
width: 100%;
height: 45px;
margin-bottom: 1px;
}
.calumns-title{
width: 50%;
background-color: #ecf0f1;
color: #2c3e50;
height: 45px;
text-align: center;
float: left;
padding: 5px 10px 5px 10px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.calumns-title-text{
width: 50%;
background-color: #ecf0f1;
color: #2c3e50;
line-height: 45px;
text-align: center;
float: left;
padding: 0 10px 0 10px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.save-calumns{
width: 25%;
line-height: 45px;
background-color: #2ecc71;
color: #FFFFFF;
text-align: center;
float: left;
}
.edit-calumns{
width: 25%;
line-height: 45px;
background-color: #3498db;
color: #FFFFFF;
text-align: center;
float: left;
}
.delete-calumns{
width: 25%;
line-height: 45px;
background-color: #e74c3c;
color: #FFFFFF;
text-align: center;
float: left;
}
.columnName{
width: 100%;
height: 35px;
border-radius: 5px;
border: 0 solid #bdc3c7;
padding: 0 10px 0 10px;
}
/* 轮播按钮 栏目按钮 页面*/
.index-columns-wrapper{
margin-top: 50px;
padding: 0 10px 0 10px;
}
#cycle-picture{
margin: 10px 0 10px 0;
}
#columns{
margin: 10px 0 10px 0;
}
/* 轮播页面*/
.upload-wrapper{
margin: 10px;
}
#upload-picture{
width: 100%;
line-height: 45px;
background-color: #e74c3c;
font-size: 1.5rem;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
.picture-list{
width: 100%;
height: 150px;
margin: 0 0 2px 0;
position: relative;
}
.picture-narrow {
width: 100%;
height: 150px;
float: left;
background-color: #ecf0f1;
padding: 10px;
z-index: 1;
position: absolute;
}
.background-image{
width: 100%;
height: 100%;
text-align: center;
border-radius: 5px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.picture-delete{
width: 100%;
padding: 10px;
top: 80px;
z-index: 2;
position: absolute;
display: none;
}
.picture-delete-wrapper{
line-height: 50px;
border-radius:0 0 5px 5px;
text-align: center;
background:rgba(0, 0, 0, 0.7);
}
.delete-picture{
width: 100%;
text-align: center;
}
.delete-picture a{
padding: 10px 40px 10px 40px;
background-color: #e74c3c;
font-size: 15px;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
.empty-picture{
width: 95%;
background-color: #ecf0f1;
padding: 20px 0 20px 0;
margin: 0 auto;
border-radius: 5px;
text-align: center;
}
.picture-list-wrapper,#allcalumns{
padding: 0 0 50px 0;
}
| 0.201106 | 0.071786 |
#ccm-mailing-results fieldset{margin-bottom:15px!important}
#ccm-mailing-results legend{margin-bottom:0!important}
#ccm-mailing-results .upload_preview img { border-radius: 4px; border: 1px solid #ccc; vertical-align:middle; }
#ccm-mailing-results .upload_preview-hover div {display: none;z-index: 105;position: absolute;top: 0px;left: 0px;border: 1px dotted #aaa;padding: 8px;background-color: #ffffff;}
#ccm-form-record .input-prepend .add-on{margin-right:-5px!important}
#ccm-form-record .input-prepend .btn{border-radius:0 4px 4px 0}
#ccm-form-record label{margin-bottom:0!important}
.result_entry p{padding:0!important}
.result_entry td{vertical-align:top!important}
.element_options.clearfix{padding-bottom:0!important}
.element-body{padding:10px;height:580px;overflow:auto}
.element-body fieldset{padding-top:0;padding-bottom:0}
.element-body p{margin:0;padding: 0 10px 15px 160px;}
.formidable-dialog-content{padding:0!important;overflow:hidden!important}
.formidable-dialog-content .layout-body { height: 160px; padding:10px; }
.ui-state-default{border:0;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;background-color:#FFC}
.ui-state-highlight{height:50px;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;background-color:#FFC}
.ccm-results-list {min-height: 38px;}
.ccm-results-list th.form_last_submission {width:104px;}
.ccm-results-list th.form_submissions{width:74px}
.ccm-results-list th.form_options{width:260px}
.ccm-results-list td.form_last_submission {width:112px;}
.ccm-results-list td.form_submissions{width:72px;text-align:center}
.ccm-results-list td.form_options{width:260px;text-align:right}
.ccm-results-list th.element_mover{width:20px;text-align:center}
.ccm-results-list th.element_type{width:112px;text-align:center}
.ccm-results-list th.element_options{width:164px}
.ccm-results-list td.element_mover{cursor:move;width:22px;text-align:center}
.ccm-results-list td.element_type{width:114px;text-align:center}
.ccm-results-list td.element_options{width:166px}
.ccm-results-list th.mailing_from{width:402px;text-align:center}
.ccm-results-list th.mailing_options{width:214px}
.ccm-results-list td.mailing_from{width:400px;text-align:center}
.ccm-results-list td.mailing_options{width:212px;text-align:right}
.ccm-results-list th.result_submission, .ccm-results-list td.result_submitted{width:127px;text-align:center}
.ccm-results-list td.result_submission, .ccm-results-list td.result_submitted{width:125px;text-align:center}
.ccm-results-list th.result_dialog_label{width:152px}
.ccm-results-list td.result_dialog_label{width:150px}
#ccm-form-record { position: relative; }
#ccm-form-record .loader { width: 100%; top: 0; background-color: rgba(255,255,255,.8); padding:0; background-position: center center; }
#ccm-pane-body-left fieldset { float: left; width: 197px; padding:10px; margin-left: 10px; }
#ccm-pane-body-left ul { margin:0;padding:0; list-style:none }
#ccm-element-list, #ccm-mailing-list { min-height:250px }
#ccm-element-list .clearfix { padding:0; }
#ccm-element-list .f-row { margin-bottom: 25px; border: 1px solid #DDD; }
#ccm-element-list .f-row > .inner { padding: 5px 5px 15px 5px; background: #F6F6F6;}
#ccm-element-list .f-row .overlay {display: none; position: absolute; max-height:100px; min-height:100px; background: #333; opacity: 0.5; width: 100%; z-index:10;}
#ccm-element-list .f-row.moving { position:relative; max-height:100px; min-height:100px; overflow: hidden; border: 1px dotted red; }
#ccm-element-list .f-row.moving .overlay { display:block; }
#ccm-element-list .f-col { position: relative; float: left; }
#ccm-element-list .f-col .inner { margin: 4px; border: 1px solid #E5E5E5; }
#ccm-element-list .f-col-last { margin-right:0; }
#ccm-element-list .f-col .overlay {display: none; position: absolute; max-height:98px; min-height:98px; border: 1px dotted red; background: #333; opacity: 0.5; width: 100%; z-index:10;}
#ccm-element-list .f-col.moving .inner { position:relative; max-height:100px; min-height:100px; overflow: hidden; }
#ccm-element-list .f-col.moving .overlay { display:block; }
#ccm-element-list .hide { display: none; }
#ccm-element-list .element-empty { color: #999; }
.ccm-formidable .col-tools { background-color:#E5E5E5; padding: 6px; cursor: pointer; transition-duration: .2s; }
.ccm-formidable .col-tools:hover { background-color:#D5D5D5; }
.ccm-formidable .row-tools { background: #EEE; padding: 5px; cursor: pointer; transition-duration: .2s; }
.ccm-formidable .row-tools:hover { background: #D5D5D5; }
.ccm-formidable .tools:after { display: table; content: ""; clear: both; }
.ccm-formidable .tools:hover a { text-decoration: none; }
.ccm-formidable .tools a { text-indent: 24px; font-size: 12px; display: block; color: #777; padding: 6px; }
.ccm-formidable .tools-link { float: left; }
table.ccm-results-list tr.ccm-list-record td, .element-empty {
border: 0; border-top: 3px solid #F6F6F6; padding: 6px 4px; background-color: #FBFBFB; transition-duration: .2s;
}
table.ccm-results-list tr.ccm-list-record:first-child td { border-top: 0px; }
table.ccm-results-list tr.ccm-list-record td.element_label span { color: #0088cc; }
/*table.ccm-results-list td { -webkit-user-select: none; -moz-user-select: moz-none; user-select: none; }*/
table.ccm-results-list td.element_mover a.mover, .dependency a.mover { cursor:move;height:16px;width:40px;float:left;margin-left:-20px; }
.dependency a.mover { height: 20px; width: 20px; margin-left: 10px !important; background-position: -23px -1093px !important;}
.dependency a.remove { cursor:pointer;height:16px;width:25px;float:left; margin-left:5px; }
table.ccm-results-list td.element_label small { font-size:11px; color:#555; line-height: 14px; }
table.entry{border-top:0!important;margin:0!important}
.note{padding-top:4px;color:#666;font-size:.8em;line-height:1.2em;clear:both}
.addon{padding-left:30px}
.no_bottom_margin{margin-bottom:0!important}
.add-on-formidable{background:whiteSmoke;border:1px solid #CCC!important;float:left!important;display:block;width:auto!important;height:18px;min-width:16px!important;padding:4px 4px 4px 5px!important;margin-right:-1px!important;-webkit-border-radius:3px 0 0 3px!important;-moz-border-radius:3px 0 0 3px!important;border-radius:3px 0 0 3px!important}
.add-on-formidable input{position:static!important;}
.placeholder{border:2px dashed #CCC;border-top:0;text-align:center;padding:80px;color:#CCC;display:none;position:absolute;width:524px;background-image:url(../../images/arrow.png);background-position:30px center;background-repeat:no-repeat}
.placeholder.large{background-image:none;width:754px}
.loader{padding:50px;background-image:url(../../images/loader.gif);background-repeat:no-repeat;background-position:center 50px;position:absolute;min-height:150px;height:100%;width:540px}
.option_button{float:left!important;font-size:18px!important;line-height:18px!important;padding:4px!important;margin-left:5px!important;width:18px!important;text-align:center!important}
.option_row,.attachment_row{overflow:hidden;padding-bottom:5px}
.file_selector{float:left;width:490px}
.attachment_row .option_button{margin-top:3px!important}
.disabled{background-color:whiteSmoke;border-color:#DDD;cursor:not-allowed}
.mail_message{width:556px}
.mail_message td{padding:0!important}
.no_send_to_select, .no_attachments_select{padding-top:6px;font-size:13px;line-height:18px;color:#666;font-size:.8em}
.CodeMirror { width: 517px; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s; background-color: #ffffff; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.CodeMirror:focus {border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
#schedule_div div.input label.control-label { margin-left: 44px; margin-right: 14px; display: inline-block;}
|
packages/formidable/css/dashboard/formidable.css
|
#ccm-mailing-results fieldset{margin-bottom:15px!important}
#ccm-mailing-results legend{margin-bottom:0!important}
#ccm-mailing-results .upload_preview img { border-radius: 4px; border: 1px solid #ccc; vertical-align:middle; }
#ccm-mailing-results .upload_preview-hover div {display: none;z-index: 105;position: absolute;top: 0px;left: 0px;border: 1px dotted #aaa;padding: 8px;background-color: #ffffff;}
#ccm-form-record .input-prepend .add-on{margin-right:-5px!important}
#ccm-form-record .input-prepend .btn{border-radius:0 4px 4px 0}
#ccm-form-record label{margin-bottom:0!important}
.result_entry p{padding:0!important}
.result_entry td{vertical-align:top!important}
.element_options.clearfix{padding-bottom:0!important}
.element-body{padding:10px;height:580px;overflow:auto}
.element-body fieldset{padding-top:0;padding-bottom:0}
.element-body p{margin:0;padding: 0 10px 15px 160px;}
.formidable-dialog-content{padding:0!important;overflow:hidden!important}
.formidable-dialog-content .layout-body { height: 160px; padding:10px; }
.ui-state-default{border:0;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;background-color:#FFC}
.ui-state-highlight{height:50px;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;background-color:#FFC}
.ccm-results-list {min-height: 38px;}
.ccm-results-list th.form_last_submission {width:104px;}
.ccm-results-list th.form_submissions{width:74px}
.ccm-results-list th.form_options{width:260px}
.ccm-results-list td.form_last_submission {width:112px;}
.ccm-results-list td.form_submissions{width:72px;text-align:center}
.ccm-results-list td.form_options{width:260px;text-align:right}
.ccm-results-list th.element_mover{width:20px;text-align:center}
.ccm-results-list th.element_type{width:112px;text-align:center}
.ccm-results-list th.element_options{width:164px}
.ccm-results-list td.element_mover{cursor:move;width:22px;text-align:center}
.ccm-results-list td.element_type{width:114px;text-align:center}
.ccm-results-list td.element_options{width:166px}
.ccm-results-list th.mailing_from{width:402px;text-align:center}
.ccm-results-list th.mailing_options{width:214px}
.ccm-results-list td.mailing_from{width:400px;text-align:center}
.ccm-results-list td.mailing_options{width:212px;text-align:right}
.ccm-results-list th.result_submission, .ccm-results-list td.result_submitted{width:127px;text-align:center}
.ccm-results-list td.result_submission, .ccm-results-list td.result_submitted{width:125px;text-align:center}
.ccm-results-list th.result_dialog_label{width:152px}
.ccm-results-list td.result_dialog_label{width:150px}
#ccm-form-record { position: relative; }
#ccm-form-record .loader { width: 100%; top: 0; background-color: rgba(255,255,255,.8); padding:0; background-position: center center; }
#ccm-pane-body-left fieldset { float: left; width: 197px; padding:10px; margin-left: 10px; }
#ccm-pane-body-left ul { margin:0;padding:0; list-style:none }
#ccm-element-list, #ccm-mailing-list { min-height:250px }
#ccm-element-list .clearfix { padding:0; }
#ccm-element-list .f-row { margin-bottom: 25px; border: 1px solid #DDD; }
#ccm-element-list .f-row > .inner { padding: 5px 5px 15px 5px; background: #F6F6F6;}
#ccm-element-list .f-row .overlay {display: none; position: absolute; max-height:100px; min-height:100px; background: #333; opacity: 0.5; width: 100%; z-index:10;}
#ccm-element-list .f-row.moving { position:relative; max-height:100px; min-height:100px; overflow: hidden; border: 1px dotted red; }
#ccm-element-list .f-row.moving .overlay { display:block; }
#ccm-element-list .f-col { position: relative; float: left; }
#ccm-element-list .f-col .inner { margin: 4px; border: 1px solid #E5E5E5; }
#ccm-element-list .f-col-last { margin-right:0; }
#ccm-element-list .f-col .overlay {display: none; position: absolute; max-height:98px; min-height:98px; border: 1px dotted red; background: #333; opacity: 0.5; width: 100%; z-index:10;}
#ccm-element-list .f-col.moving .inner { position:relative; max-height:100px; min-height:100px; overflow: hidden; }
#ccm-element-list .f-col.moving .overlay { display:block; }
#ccm-element-list .hide { display: none; }
#ccm-element-list .element-empty { color: #999; }
.ccm-formidable .col-tools { background-color:#E5E5E5; padding: 6px; cursor: pointer; transition-duration: .2s; }
.ccm-formidable .col-tools:hover { background-color:#D5D5D5; }
.ccm-formidable .row-tools { background: #EEE; padding: 5px; cursor: pointer; transition-duration: .2s; }
.ccm-formidable .row-tools:hover { background: #D5D5D5; }
.ccm-formidable .tools:after { display: table; content: ""; clear: both; }
.ccm-formidable .tools:hover a { text-decoration: none; }
.ccm-formidable .tools a { text-indent: 24px; font-size: 12px; display: block; color: #777; padding: 6px; }
.ccm-formidable .tools-link { float: left; }
table.ccm-results-list tr.ccm-list-record td, .element-empty {
border: 0; border-top: 3px solid #F6F6F6; padding: 6px 4px; background-color: #FBFBFB; transition-duration: .2s;
}
table.ccm-results-list tr.ccm-list-record:first-child td { border-top: 0px; }
table.ccm-results-list tr.ccm-list-record td.element_label span { color: #0088cc; }
/*table.ccm-results-list td { -webkit-user-select: none; -moz-user-select: moz-none; user-select: none; }*/
table.ccm-results-list td.element_mover a.mover, .dependency a.mover { cursor:move;height:16px;width:40px;float:left;margin-left:-20px; }
.dependency a.mover { height: 20px; width: 20px; margin-left: 10px !important; background-position: -23px -1093px !important;}
.dependency a.remove { cursor:pointer;height:16px;width:25px;float:left; margin-left:5px; }
table.ccm-results-list td.element_label small { font-size:11px; color:#555; line-height: 14px; }
table.entry{border-top:0!important;margin:0!important}
.note{padding-top:4px;color:#666;font-size:.8em;line-height:1.2em;clear:both}
.addon{padding-left:30px}
.no_bottom_margin{margin-bottom:0!important}
.add-on-formidable{background:whiteSmoke;border:1px solid #CCC!important;float:left!important;display:block;width:auto!important;height:18px;min-width:16px!important;padding:4px 4px 4px 5px!important;margin-right:-1px!important;-webkit-border-radius:3px 0 0 3px!important;-moz-border-radius:3px 0 0 3px!important;border-radius:3px 0 0 3px!important}
.add-on-formidable input{position:static!important;}
.placeholder{border:2px dashed #CCC;border-top:0;text-align:center;padding:80px;color:#CCC;display:none;position:absolute;width:524px;background-image:url(../../images/arrow.png);background-position:30px center;background-repeat:no-repeat}
.placeholder.large{background-image:none;width:754px}
.loader{padding:50px;background-image:url(../../images/loader.gif);background-repeat:no-repeat;background-position:center 50px;position:absolute;min-height:150px;height:100%;width:540px}
.option_button{float:left!important;font-size:18px!important;line-height:18px!important;padding:4px!important;margin-left:5px!important;width:18px!important;text-align:center!important}
.option_row,.attachment_row{overflow:hidden;padding-bottom:5px}
.file_selector{float:left;width:490px}
.attachment_row .option_button{margin-top:3px!important}
.disabled{background-color:whiteSmoke;border-color:#DDD;cursor:not-allowed}
.mail_message{width:556px}
.mail_message td{padding:0!important}
.no_send_to_select, .no_attachments_select{padding-top:6px;font-size:13px;line-height:18px;color:#666;font-size:.8em}
.CodeMirror { width: 517px; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s; background-color: #ffffff; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.CodeMirror:focus {border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
#schedule_div div.input label.control-label { margin-left: 44px; margin-right: 14px; display: inline-block;}
| 0.293708 | 0.050894 |
p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
margin-block-end: unset;
margin-block-start: unset;
font-family: Inter, sans-serif;
}
button {
background: none;
color: inherit;
border: none;
cursor: pointer;
outline: inherit;
padding: 0;
}
p {
font-size: 16px;
line-height: 24px;
}
pre {
padding: 8px;
background-color: #f9f9f9;
}
code {
padding: 8px;
background-color: #f9f9f9;
white-space: pre-wrap;
}
a {
color: inherit;
text-decoration: inherit;
}
textarea, select, input, button { outline: none; }
h1 {
font-size: 48px;
line-height: 64px;
font-weight: bold;
}
h2 {
font-size: 32px;
line-height: 48px;
font-weight: bold;
}
h3 {
font-size: 24px;
line-height: 32px;
font-weight: bold;
}
h4 {
font-size: 20px;
line-height: 32px;
font-weight: bold;
}
.header-2 {
font-size: 32px;
line-height: 48px;
font-weight: bold;
}
.body-regular {
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
.body-large {
font-size: 20px;
line-height: 24px;
}
.label-regular {
font-size: 14px;
line-height: 24px;
}
.label-regular-mono {
font-size: 14px;
line-height: 24px;
font-family: "Source Code Pro", monospace;
}
.label-small-mono {
font-size: 12px;
line-height: 24px;
font-family: "Source Code Pro", monospace;
}
.label-small {
font-size: 12px;
line-height: 24px;
}
.label-small-2 {
font-size: 12px;
line-height: 16px;
}
.body-regular-400 {
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.plus-font {
font-size: 48px;
line-height: 24px;
}
.fw-bold {
font-weight: bold;
}
.bg-v-light-gray {
background-color: #f9f9f9;
}
.gray-50 {
color: #7F7F7F;
}
.gray-30 {
color: #B1B2B3;
}
.gray-10 {
color: #E6E6E6;
}
.green {
color: #2AA779;
}
.green-medium {
color: #2ED196;
}
.red {
color: #EE5432;
}
.w-336 {
width: 336px;
}
.w-688 {
width: 688px;
}
.mw-336 {
max-width: 336px;
}
.mw-688 {
max-width: 688px;
}
.w-680 {
width: 680px;
}
.w-16 {
width: 16px;
}
.mb-33 {
width: 33px;
}
.h-80 {
height: 80px;
}
.b-gray-30 {
border-color: #B1B2B3;
}
.header-menu-item {
float: left;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #B1B2B3;
color: #B1B2B3;
flex-basis: 148px;
padding-bottom: 3px;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
}
.publish {
float: left;
vertical-align: middle;
font-size: 20px;
line-height: 24px;
font-weight: bold;
color: #7F7F7F;
margin-left: 16px;
margin-top: 16px;
margin-bottom: 8px;
}
.create {
float: right;
font-size: 14px;
line-height: 16px;
font-weight: 600;
text-align: right;
margin-right: 16px;
margin-top: 22px;
}
.path-control {
width: 100%;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #B1B2B3;
height: 28px;
clear: both;
}
.h-modulo-header {
height: 48px;
}
.h-publish-header {
height: 76px;
top: 48px;
}
.h-inner {
height: calc(100% - 124px);
top: 48px;
}
.h-footer {
height: 76px;
}
::placeholder {
color: #B1B2B3;
}
.bg-red {
background-color: #EE5432;
}
.bg-gray-30 {
background-color: #B1B2B3;
}
.two-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
word-wrap: break-word;
-webkit-line-clamp: 2;
overflow: hidden;
}
.five-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
word-wrap: break-word;
-webkit-line-clamp: 5;
overflow: hidden;
}
.one-line {
word-wrap: break-word;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
|
pkg/interface/publish/src/css/custom.css
|
p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
margin-block-end: unset;
margin-block-start: unset;
font-family: Inter, sans-serif;
}
button {
background: none;
color: inherit;
border: none;
cursor: pointer;
outline: inherit;
padding: 0;
}
p {
font-size: 16px;
line-height: 24px;
}
pre {
padding: 8px;
background-color: #f9f9f9;
}
code {
padding: 8px;
background-color: #f9f9f9;
white-space: pre-wrap;
}
a {
color: inherit;
text-decoration: inherit;
}
textarea, select, input, button { outline: none; }
h1 {
font-size: 48px;
line-height: 64px;
font-weight: bold;
}
h2 {
font-size: 32px;
line-height: 48px;
font-weight: bold;
}
h3 {
font-size: 24px;
line-height: 32px;
font-weight: bold;
}
h4 {
font-size: 20px;
line-height: 32px;
font-weight: bold;
}
.header-2 {
font-size: 32px;
line-height: 48px;
font-weight: bold;
}
.body-regular {
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
.body-large {
font-size: 20px;
line-height: 24px;
}
.label-regular {
font-size: 14px;
line-height: 24px;
}
.label-regular-mono {
font-size: 14px;
line-height: 24px;
font-family: "Source Code Pro", monospace;
}
.label-small-mono {
font-size: 12px;
line-height: 24px;
font-family: "Source Code Pro", monospace;
}
.label-small {
font-size: 12px;
line-height: 24px;
}
.label-small-2 {
font-size: 12px;
line-height: 16px;
}
.body-regular-400 {
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.plus-font {
font-size: 48px;
line-height: 24px;
}
.fw-bold {
font-weight: bold;
}
.bg-v-light-gray {
background-color: #f9f9f9;
}
.gray-50 {
color: #7F7F7F;
}
.gray-30 {
color: #B1B2B3;
}
.gray-10 {
color: #E6E6E6;
}
.green {
color: #2AA779;
}
.green-medium {
color: #2ED196;
}
.red {
color: #EE5432;
}
.w-336 {
width: 336px;
}
.w-688 {
width: 688px;
}
.mw-336 {
max-width: 336px;
}
.mw-688 {
max-width: 688px;
}
.w-680 {
width: 680px;
}
.w-16 {
width: 16px;
}
.mb-33 {
width: 33px;
}
.h-80 {
height: 80px;
}
.b-gray-30 {
border-color: #B1B2B3;
}
.header-menu-item {
float: left;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #B1B2B3;
color: #B1B2B3;
flex-basis: 148px;
padding-bottom: 3px;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
}
.publish {
float: left;
vertical-align: middle;
font-size: 20px;
line-height: 24px;
font-weight: bold;
color: #7F7F7F;
margin-left: 16px;
margin-top: 16px;
margin-bottom: 8px;
}
.create {
float: right;
font-size: 14px;
line-height: 16px;
font-weight: 600;
text-align: right;
margin-right: 16px;
margin-top: 22px;
}
.path-control {
width: 100%;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #B1B2B3;
height: 28px;
clear: both;
}
.h-modulo-header {
height: 48px;
}
.h-publish-header {
height: 76px;
top: 48px;
}
.h-inner {
height: calc(100% - 124px);
top: 48px;
}
.h-footer {
height: 76px;
}
::placeholder {
color: #B1B2B3;
}
.bg-red {
background-color: #EE5432;
}
.bg-gray-30 {
background-color: #B1B2B3;
}
.two-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
word-wrap: break-word;
-webkit-line-clamp: 2;
overflow: hidden;
}
.five-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
word-wrap: break-word;
-webkit-line-clamp: 5;
overflow: hidden;
}
.one-line {
word-wrap: break-word;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
| 0.413596 | 0.097219 |
@charset "UTF-8";
html {
font-size: 10px;
}
body {
background: transparent;
margin: 0;
color: #1d1b1b;
font-size: 1.6rem;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ul li {
margin: 0;
display: inline-block;
}
.game-canvas {
position: absolute;
/*image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: -o-crisp-edges;
image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;*/
}
.outer-container {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
overflow: hidden;
}
.inner-container {
position: relative;
overflow: hidden;
}
#frontCanvas {
pointer-events: none;
}
/* Buttons */
/* text */
/* window */
@font-face {
font-family: 'GProBold';
src: url('../assets/fonts/G_Pro_Bold.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GProExtend';
src: url('../assets/fonts/G_Pro_Extend.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GProExtendBold';
src: url('../assets/fonts/G_Pro_Extended_Bold.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GProMedium';
src: url('../assets/fonts/G_Pro_Medium.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GRegular';
src: url('../assets/fonts/G_Regular.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'FSrail55';
src: url('../assets/fonts/FSRAIL55.ttf') format('truetype');
/* Safari, Android, iOS */
}
@font-face {
font-family: 'FSrail75';
src: url('../assets/fonts/FSRAIL75.ttf') format('truetype');
/* Safari, Android, iOS */
}
.view-wrapper {
display: inline-block;
}
.viewport {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/* fullscreen button */
.fullscreen-btn {
position: absolute;
top: 0;
left: 0;
width: 5.3rem;
height: 5.3rem;
background-image: url('../assets/fullscreen.png');
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
top: 0.2rem;
left: 0.2rem;
}
.uiport {
background: transparent;
background-image: url('../assets/ui/bg_back_2.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.uiport.game-active {
display: none;
}
.uiport .game-name {
position: absolute;
top: 17%;
left: 6.5%;
width: 22%;
height: 20%;
background-image: url('../assets/ui/game_name.png');
background-repeat: no-repeat;
background-size: contain;
}
.uiport .rjd-name {
position: absolute;
bottom: 5%;
right: 3%;
width: 11.5%;
height: 12%;
background-image: url('../assets/ui/rjd_logo_white.png');
background-repeat: no-repeat;
background-size: contain;
}
.main-ui {
width: 100%;
height: 100%;
}
.game-menu.start {
width: 20%;
position: absolute;
right: 5%;
top: 10%;
}
.game-menu.bottom {
position: absolute;
bottom: 1rem;
}
.game-menu .game-menu-list {
text-align: center;
}
.game-menu .game-menu-item {
display: inline-table;
position: relative;
width: 25.7rem;
height: 4.8rem;
min-width: 60px;
min-height: 14px;
border-radius: 0.5rem;
margin-bottom: 3%;
background-color: #1b73a5;
box-sizing: border-box;
overflow: hidden;
color: #fdf9ed;
}
.game-menu .game-menu-item.play-item {
background-color: #ec2e0c;
}
.game-menu .game-menu-item.play-item:hover {
background-color: #f55336;
}
.game-menu .game-menu-item:hover {
background-color: #2292d1;
cursor: pointer;
}
.game-menu .game-menu-txt {
font-family: 'GRegular', Tahoma, Arial;
font-size: 2.4rem;
text-transform: uppercase;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
max-width: 100%;
overflow: hidden;
color: #fdf9ed;
}
.view-msg {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.page-wrapper.rules {
width: 80rem;
display: block;
text-align: center;
position: absolute;
top: 10%;
left: 5%;
height: 52rem;
}
.page-wrapper.rules .rules-pager {
position: absolute;
bottom: 0;
width: 100%;
height: 7rem;
background-color: rgba(25, 125, 176, 0.6);
border-radius: 1.5rem;
}
.page-wrapper.rules .rules-pager .rule-pointer {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
margin: 2rem;
border: 3px solid #82AACA;
border-radius: 50%;
cursor: pointer;
}
.page-wrapper.rules .rules-pager .rule-pointer.active {
width: 2.3rem;
height: 2.3rem;
position: relative;
top: 0.4rem;
border: 3px solid #72B5D7;
}
.page-wrapper.rules .rule-item-frame {
width: 100%;
height: 70%;
background-color: rgba(25, 125, 176, 0.6);
box-sizing: border-box;
border-radius: 1.5rem;
padding: 1.5rem 1.8rem;
display: inline-table;
}
.page-wrapper.rules .rule-item-frame.active {
display: inline-table;
}
.page-wrapper.rules .rule-item-frame .inner-rule-item {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.page-wrapper.rules .rule-item {
display: inline-block;
width: 45%;
border-radius: 1.5rem;
border: 3px solid #355308;
margin: 0.8rem 0;
background-color: #98b401;
box-sizing: border-box;
min-height: 5rem;
padding: 1rem;
position: relative;
}
.page-wrapper.rules .rule-item-img {
display: inline-block;
width: 12rem;
height: 12rem;
background-image: url('../assets/ui/train_demo_300.png');
background-size: cover;
vertical-align: top;
background-repeat: no-repeat;
}
.page-wrapper.rules .rule-item-img.default {
width: 10rem;
height: 10rem;
}
.page-wrapper.rules .rule-item-img.rule-img-2 {
background-image: url('../assets/ui/tips_1/rules_2.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.rule-img-4 {
background-image: url('../assets/ui/tips_1/rules_4.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.rule-img-5 {
background-image: url('../assets/ui/tips_1/rules_5.png');
background-size: contain;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.rubbish {
background-image: url('../assets/ui/tips_1/rules_3.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.walker {
background-image: url('../assets/ui/tips_1/rules_3_2.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.children {
background-image: url('../assets/ui/tips_1/rules_3_3.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.car {
background-image: url('../assets/ui/tips_1/rules_3_1.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img-wrap-top {
display: inline-block;
width: 100%;
margin-bottom: 1rem;
}
.page-wrapper.rules .rule-item-txt {
display: inline-block;
width: 98%;
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 2.8rem;
padding: 0 1.2rem;
}
.page-wrapper.rating {
width: 80rem;
display: block;
text-align: center;
position: absolute;
top: 10%;
left: 5%;
height: 62rem;
}
.page-wrapper.rating .rating-pager-wrapper {
position: absolute;
bottom: 0;
width: 100%;
height: 6rem;
background-color: rgba(25, 125, 176, 0.6);
border-radius: 1.5rem;
text-align: left;
padding: 0.5rem 1.2rem;
box-sizing: border-box;
}
.page-wrapper.rating .rating-top-link,
.page-wrapper.rating .rating-me-link {
display: inline-block;
margin: 0.8rem 2rem;
width: 10rem;
}
.page-wrapper.rating .rating-top-link .link-txt,
.page-wrapper.rating .rating-me-link .link-txt {
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 2.2rem;
}
.page-wrapper.rating .rating-pager {
display: inline-block;
margin: 0.8rem 2rem;
text-align: center;
min-width: 38rem;
}
.page-wrapper.rating .rating-pager.center {
width: 100%;
}
.page-wrapper.rating .rating-pager .page-item {
display: inline-block;
color: #DBF1FE;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 1.8rem;
border-radius: 50%;
margin: 0 0.8rem;
padding: 0.6rem;
cursor: pointer;
}
.page-wrapper.rating .rating-pager .page-item.active {
color: #f9f1be;
text-decoration: underline;
}
.page-wrapper.rating .rating-me-link {
display: inline-block;
}
.page-wrapper.rating .game-rating-list .game-rating-item {
display: block;
width: 100%;
border-radius: 1.5rem;
margin-bottom: 0.8rem;
background-color: rgba(25, 125, 176, 0.6);
box-sizing: border-box;
height: 4.2rem;
padding: 1rem;
position: relative;
}
.page-wrapper.rating .game-rating-list .game-rating-item.rating-header .rating-item-position {
color: #DBF1FE;
}
.page-wrapper.rating .game-rating-list .game-rating-item.rating-header .rating-item-score {
color: #DBF1FE;
}
.page-wrapper.rating .game-rating-list .game-rating-item.rating-header .rating-item-nickname {
color: #DBF1FE;
font-size: 2.1rem;
}
.page-wrapper.rating .game-rating-list .rating-item-position {
display: inline-block;
width: 25%;
color: #f9f1be;
font-family: 'GProExtend', Verdana, Tahoma;
font-size: 2.1rem;
overflow: hidden;
vertical-align: top;
}
.page-wrapper.rating .game-rating-list .rating-item-nickname {
display: inline-block;
width: 35%;
color: #f9f1be;
font-family: 'GProExtend', Verdana, Tahoma;
font-size: 1.7rem;
overflow: hidden;
}
.page-wrapper.rating .game-rating-list .rating-item-nickname.longname {
position: relative;
top: -0.8rem;
}
.page-wrapper.rating .game-rating-list .rating-item-score {
display: inline-block;
width: 30%;
vertical-align: top;
font-family: 'GProExtend', Verdana, Tahoma;
font-size: 2.1rem;
color: #f9f1be;
overflow: hidden;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 <NAME>
*/
.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
0%,
20%,
53%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
0%,
20%,
53%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%,
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.game-tip-window {
position: absolute;
bottom: 0;
width: 100%;
height: 12rem;
}
.game-tip-window .tip-hero {
position: absolute;
bottom: 0;
right: 0;
width: 22.5rem;
height: 22.5rem;
background-size: contain;
background-repeat: no-repeat;
/* spider man */
/* superman */
/* san andreas */
/* BttF */
}
.game-tip-window .tip-hero.hero-1 {
background-image: url('../assets/ui/hero_spider.png');
}
.game-tip-window .tip-hero.hero-2 {
background-image: url('../assets/ui/hero_2.png');
}
.game-tip-window .tip-hero.hero-3 {
background-image: url('../assets/ui/hero_3.png');
}
.game-tip-window .tip-hero.hero-4 {
background-image: url('../assets/ui/hero_4.png');
}
.game-tip-window .tip-msg-wrap {
width: 83rem;
height: 13rem;
background-image: url('../assets/ui/tip_back.png');
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 20rem;
bottom: 2.5rem;
padding: 1.5rem 6rem 1.5rem 3rem;
box-sizing: border-box;
}
.game-tip-window .tip-txt {
width: 100%;
text-align: center;
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 2.2rem;
}
.game-over-window {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url('../assets/ui/game_over.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.game-over-window .share-block {
position: absolute;
top: 1rem;
right: 1rem;
}
.game-over-window .share-block.inline {
position: relative;
top: 0.6rem;
left: 0;
display: inline-block;
}
.game-over-window .share-block .share-link {
display: inline-block;
width: 3rem;
height: 3rem;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0.2rem;
cursor: pointer;
}
.game-over-window .share-block .share-link.vk {
background-image: url('../assets/ui/social/vk.png');
}
.game-over-window .share-block .share-link.fb {
background-image: url('../assets/ui/social/fb.png');
}
.game-over-window .share-block .share-link.ok {
background-image: url('../assets/ui/social/ok.png');
background-size: 97% 100%;
}
.game-over-window .share-block .share-link.tw {
background-image: url('../assets/ui/social/tw2.png');
background-size: 100% 98%;
}
.game-over-window .share-block .share-link .vk-path {
stroke: #ae4;
fill: #ae4;
}
.game-over-window .result-block {
height: 28rem;
width: 100%;
position: absolute;
bottom: 0;
}
.game-over-window .result-line {
display: block;
width: 100%;
}
.game-over-window .result-line-options {
margin-top: 2.5rem;
}
.game-over-window .result-label {
width: 50%;
display: inline-block;
padding-right: 2rem;
box-sizing: border-box;
text-align: right;
}
.game-over-window .result-value {
width: 49%;
display: inline-block;
text-align: left;
}
.game-over-window .result-label-txt {
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 1.9rem;
}
.game-over-window .result-label-txt.result-label-txt-score {
font-size: 3rem;
}
.game-over-window .result-value-txt {
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 2.6rem;
}
.game-over-window .result-value-txt.result-value-txt-score {
font-size: 4.2rem;
}
.game-over-window .play-more-btn {
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 2.5rem;
text-transform: uppercase;
cursor: pointer;
border: 2px solid;
padding: 0.2rem 1.6rem;
border-radius: 0.3rem;
}
.game-over-window .rating-link {
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 2.8rem;
text-transform: uppercase;
cursor: pointer;
border: 2px solid;
padding: 0.2rem 1.6rem;
border-radius: 0.3rem;
}
.game-over-window .results-sub-info {
position: absolute;
bottom: 0;
width: 80%;
display: block;
margin: auto;
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 1.4rem;
margin: 0.8rem 10%;
}
|
css/main.css
|
@charset "UTF-8";
html {
font-size: 10px;
}
body {
background: transparent;
margin: 0;
color: #1d1b1b;
font-size: 1.6rem;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ul li {
margin: 0;
display: inline-block;
}
.game-canvas {
position: absolute;
/*image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: -o-crisp-edges;
image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;*/
}
.outer-container {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
overflow: hidden;
}
.inner-container {
position: relative;
overflow: hidden;
}
#frontCanvas {
pointer-events: none;
}
/* Buttons */
/* text */
/* window */
@font-face {
font-family: 'GProBold';
src: url('../assets/fonts/G_Pro_Bold.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GProExtend';
src: url('../assets/fonts/G_Pro_Extend.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GProExtendBold';
src: url('../assets/fonts/G_Pro_Extended_Bold.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GProMedium';
src: url('../assets/fonts/G_Pro_Medium.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'GRegular';
src: url('../assets/fonts/G_Regular.otf') format("opentype");
/* Safari, Android, iOS */
}
@font-face {
font-family: 'FSrail55';
src: url('../assets/fonts/FSRAIL55.ttf') format('truetype');
/* Safari, Android, iOS */
}
@font-face {
font-family: 'FSrail75';
src: url('../assets/fonts/FSRAIL75.ttf') format('truetype');
/* Safari, Android, iOS */
}
.view-wrapper {
display: inline-block;
}
.viewport {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/* fullscreen button */
.fullscreen-btn {
position: absolute;
top: 0;
left: 0;
width: 5.3rem;
height: 5.3rem;
background-image: url('../assets/fullscreen.png');
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
top: 0.2rem;
left: 0.2rem;
}
.uiport {
background: transparent;
background-image: url('../assets/ui/bg_back_2.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.uiport.game-active {
display: none;
}
.uiport .game-name {
position: absolute;
top: 17%;
left: 6.5%;
width: 22%;
height: 20%;
background-image: url('../assets/ui/game_name.png');
background-repeat: no-repeat;
background-size: contain;
}
.uiport .rjd-name {
position: absolute;
bottom: 5%;
right: 3%;
width: 11.5%;
height: 12%;
background-image: url('../assets/ui/rjd_logo_white.png');
background-repeat: no-repeat;
background-size: contain;
}
.main-ui {
width: 100%;
height: 100%;
}
.game-menu.start {
width: 20%;
position: absolute;
right: 5%;
top: 10%;
}
.game-menu.bottom {
position: absolute;
bottom: 1rem;
}
.game-menu .game-menu-list {
text-align: center;
}
.game-menu .game-menu-item {
display: inline-table;
position: relative;
width: 25.7rem;
height: 4.8rem;
min-width: 60px;
min-height: 14px;
border-radius: 0.5rem;
margin-bottom: 3%;
background-color: #1b73a5;
box-sizing: border-box;
overflow: hidden;
color: #fdf9ed;
}
.game-menu .game-menu-item.play-item {
background-color: #ec2e0c;
}
.game-menu .game-menu-item.play-item:hover {
background-color: #f55336;
}
.game-menu .game-menu-item:hover {
background-color: #2292d1;
cursor: pointer;
}
.game-menu .game-menu-txt {
font-family: 'GRegular', Tahoma, Arial;
font-size: 2.4rem;
text-transform: uppercase;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
max-width: 100%;
overflow: hidden;
color: #fdf9ed;
}
.view-msg {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.page-wrapper.rules {
width: 80rem;
display: block;
text-align: center;
position: absolute;
top: 10%;
left: 5%;
height: 52rem;
}
.page-wrapper.rules .rules-pager {
position: absolute;
bottom: 0;
width: 100%;
height: 7rem;
background-color: rgba(25, 125, 176, 0.6);
border-radius: 1.5rem;
}
.page-wrapper.rules .rules-pager .rule-pointer {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
margin: 2rem;
border: 3px solid #82AACA;
border-radius: 50%;
cursor: pointer;
}
.page-wrapper.rules .rules-pager .rule-pointer.active {
width: 2.3rem;
height: 2.3rem;
position: relative;
top: 0.4rem;
border: 3px solid #72B5D7;
}
.page-wrapper.rules .rule-item-frame {
width: 100%;
height: 70%;
background-color: rgba(25, 125, 176, 0.6);
box-sizing: border-box;
border-radius: 1.5rem;
padding: 1.5rem 1.8rem;
display: inline-table;
}
.page-wrapper.rules .rule-item-frame.active {
display: inline-table;
}
.page-wrapper.rules .rule-item-frame .inner-rule-item {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.page-wrapper.rules .rule-item {
display: inline-block;
width: 45%;
border-radius: 1.5rem;
border: 3px solid #355308;
margin: 0.8rem 0;
background-color: #98b401;
box-sizing: border-box;
min-height: 5rem;
padding: 1rem;
position: relative;
}
.page-wrapper.rules .rule-item-img {
display: inline-block;
width: 12rem;
height: 12rem;
background-image: url('../assets/ui/train_demo_300.png');
background-size: cover;
vertical-align: top;
background-repeat: no-repeat;
}
.page-wrapper.rules .rule-item-img.default {
width: 10rem;
height: 10rem;
}
.page-wrapper.rules .rule-item-img.rule-img-2 {
background-image: url('../assets/ui/tips_1/rules_2.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.rule-img-4 {
background-image: url('../assets/ui/tips_1/rules_4.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.rule-img-5 {
background-image: url('../assets/ui/tips_1/rules_5.png');
background-size: contain;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.rubbish {
background-image: url('../assets/ui/tips_1/rules_3.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.walker {
background-image: url('../assets/ui/tips_1/rules_3_2.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.children {
background-image: url('../assets/ui/tips_1/rules_3_3.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img.car {
background-image: url('../assets/ui/tips_1/rules_3_1.png');
background-size: cover;
vertical-align: top;
}
.page-wrapper.rules .rule-item-img-wrap-top {
display: inline-block;
width: 100%;
margin-bottom: 1rem;
}
.page-wrapper.rules .rule-item-txt {
display: inline-block;
width: 98%;
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 2.8rem;
padding: 0 1.2rem;
}
.page-wrapper.rating {
width: 80rem;
display: block;
text-align: center;
position: absolute;
top: 10%;
left: 5%;
height: 62rem;
}
.page-wrapper.rating .rating-pager-wrapper {
position: absolute;
bottom: 0;
width: 100%;
height: 6rem;
background-color: rgba(25, 125, 176, 0.6);
border-radius: 1.5rem;
text-align: left;
padding: 0.5rem 1.2rem;
box-sizing: border-box;
}
.page-wrapper.rating .rating-top-link,
.page-wrapper.rating .rating-me-link {
display: inline-block;
margin: 0.8rem 2rem;
width: 10rem;
}
.page-wrapper.rating .rating-top-link .link-txt,
.page-wrapper.rating .rating-me-link .link-txt {
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 2.2rem;
}
.page-wrapper.rating .rating-pager {
display: inline-block;
margin: 0.8rem 2rem;
text-align: center;
min-width: 38rem;
}
.page-wrapper.rating .rating-pager.center {
width: 100%;
}
.page-wrapper.rating .rating-pager .page-item {
display: inline-block;
color: #DBF1FE;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 1.8rem;
border-radius: 50%;
margin: 0 0.8rem;
padding: 0.6rem;
cursor: pointer;
}
.page-wrapper.rating .rating-pager .page-item.active {
color: #f9f1be;
text-decoration: underline;
}
.page-wrapper.rating .rating-me-link {
display: inline-block;
}
.page-wrapper.rating .game-rating-list .game-rating-item {
display: block;
width: 100%;
border-radius: 1.5rem;
margin-bottom: 0.8rem;
background-color: rgba(25, 125, 176, 0.6);
box-sizing: border-box;
height: 4.2rem;
padding: 1rem;
position: relative;
}
.page-wrapper.rating .game-rating-list .game-rating-item.rating-header .rating-item-position {
color: #DBF1FE;
}
.page-wrapper.rating .game-rating-list .game-rating-item.rating-header .rating-item-score {
color: #DBF1FE;
}
.page-wrapper.rating .game-rating-list .game-rating-item.rating-header .rating-item-nickname {
color: #DBF1FE;
font-size: 2.1rem;
}
.page-wrapper.rating .game-rating-list .rating-item-position {
display: inline-block;
width: 25%;
color: #f9f1be;
font-family: 'GProExtend', Verdana, Tahoma;
font-size: 2.1rem;
overflow: hidden;
vertical-align: top;
}
.page-wrapper.rating .game-rating-list .rating-item-nickname {
display: inline-block;
width: 35%;
color: #f9f1be;
font-family: 'GProExtend', Verdana, Tahoma;
font-size: 1.7rem;
overflow: hidden;
}
.page-wrapper.rating .game-rating-list .rating-item-nickname.longname {
position: relative;
top: -0.8rem;
}
.page-wrapper.rating .game-rating-list .rating-item-score {
display: inline-block;
width: 30%;
vertical-align: top;
font-family: 'GProExtend', Verdana, Tahoma;
font-size: 2.1rem;
color: #f9f1be;
overflow: hidden;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 <NAME>
*/
.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
0%,
20%,
53%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
0%,
20%,
53%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%,
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.game-tip-window {
position: absolute;
bottom: 0;
width: 100%;
height: 12rem;
}
.game-tip-window .tip-hero {
position: absolute;
bottom: 0;
right: 0;
width: 22.5rem;
height: 22.5rem;
background-size: contain;
background-repeat: no-repeat;
/* spider man */
/* superman */
/* san andreas */
/* BttF */
}
.game-tip-window .tip-hero.hero-1 {
background-image: url('../assets/ui/hero_spider.png');
}
.game-tip-window .tip-hero.hero-2 {
background-image: url('../assets/ui/hero_2.png');
}
.game-tip-window .tip-hero.hero-3 {
background-image: url('../assets/ui/hero_3.png');
}
.game-tip-window .tip-hero.hero-4 {
background-image: url('../assets/ui/hero_4.png');
}
.game-tip-window .tip-msg-wrap {
width: 83rem;
height: 13rem;
background-image: url('../assets/ui/tip_back.png');
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 20rem;
bottom: 2.5rem;
padding: 1.5rem 6rem 1.5rem 3rem;
box-sizing: border-box;
}
.game-tip-window .tip-txt {
width: 100%;
text-align: center;
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 2.2rem;
}
.game-over-window {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url('../assets/ui/game_over.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.game-over-window .share-block {
position: absolute;
top: 1rem;
right: 1rem;
}
.game-over-window .share-block.inline {
position: relative;
top: 0.6rem;
left: 0;
display: inline-block;
}
.game-over-window .share-block .share-link {
display: inline-block;
width: 3rem;
height: 3rem;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0.2rem;
cursor: pointer;
}
.game-over-window .share-block .share-link.vk {
background-image: url('../assets/ui/social/vk.png');
}
.game-over-window .share-block .share-link.fb {
background-image: url('../assets/ui/social/fb.png');
}
.game-over-window .share-block .share-link.ok {
background-image: url('../assets/ui/social/ok.png');
background-size: 97% 100%;
}
.game-over-window .share-block .share-link.tw {
background-image: url('../assets/ui/social/tw2.png');
background-size: 100% 98%;
}
.game-over-window .share-block .share-link .vk-path {
stroke: #ae4;
fill: #ae4;
}
.game-over-window .result-block {
height: 28rem;
width: 100%;
position: absolute;
bottom: 0;
}
.game-over-window .result-line {
display: block;
width: 100%;
}
.game-over-window .result-line-options {
margin-top: 2.5rem;
}
.game-over-window .result-label {
width: 50%;
display: inline-block;
padding-right: 2rem;
box-sizing: border-box;
text-align: right;
}
.game-over-window .result-value {
width: 49%;
display: inline-block;
text-align: left;
}
.game-over-window .result-label-txt {
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 1.9rem;
}
.game-over-window .result-label-txt.result-label-txt-score {
font-size: 3rem;
}
.game-over-window .result-value-txt {
color: #f9f1be;
font-family: 'GProMedium', Tahoma, Arial;
font-size: 2.6rem;
}
.game-over-window .result-value-txt.result-value-txt-score {
font-size: 4.2rem;
}
.game-over-window .play-more-btn {
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 2.5rem;
text-transform: uppercase;
cursor: pointer;
border: 2px solid;
padding: 0.2rem 1.6rem;
border-radius: 0.3rem;
}
.game-over-window .rating-link {
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 2.8rem;
text-transform: uppercase;
cursor: pointer;
border: 2px solid;
padding: 0.2rem 1.6rem;
border-radius: 0.3rem;
}
.game-over-window .results-sub-info {
position: absolute;
bottom: 0;
width: 80%;
display: block;
margin: auto;
color: #f9f1be;
font-family: 'GProExtend', Tahoma, Arial;
font-size: 1.4rem;
margin: 0.8rem 10%;
}
| 0.39257 | 0.065695 |
html {
font-family: 'Roboto';
}
body {
width: 100%;
}
.navbar{
display: flex;
}
.logo{
padding-top: 10px;
}
.logotext {
float: right;
margin-top: 0.5%;
color: rgba(26, 163, 255);
font-weight: 20%;
font-size: 24px;
padding-top: 20px;
}
.navlist {
display: flex;
float: right;
text-decoration: none;
list-style: none;
margin-left: 15%;
font-weight: bold;
padding-top: -6%;
}
li {
padding: 10px 20px;
font-size: 20px;
}
.btn{
width: 90px;
background-color: black;
color: white;
font-size: 20px;
border: none;
}
.cta {
background-color: black;
color: white;
font-size: 20px;
border: none;
}
.contact {
text-align: center;
background-color: blue;
height: 200px;
padding-top: 3%;
}
.form1{
border: solid;
background-color: white;
width: 400px;
height: 500px;
margin-left: 40% ;
margin-top: 70px;
border: none;
border-radius: 5px;
text-align: center;
border: grey;
box-shadow: grey 0px 5px 5px ;
margin: 2%;
margin-top: -4.3%;
}
#list{
padding-left: 30px;
}
input[type=text], select{
width:250px;
padding: 12px 20px;
margin: 0;
display: inline-block;
border-radius: 5px;
border-color: grey;
}
#call {
border: solid white;
background-color: blue;
color: white;
width: 150px;
margin: 2%;
}
#call img {
margin-top: -9%;
}
#call2 {
border: solid white;
background-color: blue;
color: white;
width: 150px;
margin: 2%;
}
#call2 img {
margin-top: -8%;
}
#call1 {
border: solid white;
background-color: blue;
color: white;
width: 150px;
margin: 2%;
}
#call img {
margin-top: -10% ;
}
.section1 {
margin-top: -45%;
text-align: center;
margin-left: 10%;
}
#all {
display: flex;
margin: 4%;
}
.s img{
height: 500px;
width: px;
margin-right:40%;
margin-left: 6.8%;
margin-top: -7.0%;
}
.button1{
background-color:blue;
text-align: center;
color: #FBA500;
border: none;
border-radius: 6%;
width: 70px;
height: 30px;
}
.footer{
background-color: white;
display: flex;
justify-content: space-between;
padding: 0 5%;
}
.ftext {
font-weight: bold;
font-size: 24px;
margin-left: -60px;
}
.socialmedia p{
font-weight: bold;
font-size: 24px;
}
.fa:hover {
color: red;
background-color: white;
}
.fa-facebook {
color: white;
}
.fab .fa-linkedin {
color: white;
}
|
contact us.css
|
html {
font-family: 'Roboto';
}
body {
width: 100%;
}
.navbar{
display: flex;
}
.logo{
padding-top: 10px;
}
.logotext {
float: right;
margin-top: 0.5%;
color: rgba(26, 163, 255);
font-weight: 20%;
font-size: 24px;
padding-top: 20px;
}
.navlist {
display: flex;
float: right;
text-decoration: none;
list-style: none;
margin-left: 15%;
font-weight: bold;
padding-top: -6%;
}
li {
padding: 10px 20px;
font-size: 20px;
}
.btn{
width: 90px;
background-color: black;
color: white;
font-size: 20px;
border: none;
}
.cta {
background-color: black;
color: white;
font-size: 20px;
border: none;
}
.contact {
text-align: center;
background-color: blue;
height: 200px;
padding-top: 3%;
}
.form1{
border: solid;
background-color: white;
width: 400px;
height: 500px;
margin-left: 40% ;
margin-top: 70px;
border: none;
border-radius: 5px;
text-align: center;
border: grey;
box-shadow: grey 0px 5px 5px ;
margin: 2%;
margin-top: -4.3%;
}
#list{
padding-left: 30px;
}
input[type=text], select{
width:250px;
padding: 12px 20px;
margin: 0;
display: inline-block;
border-radius: 5px;
border-color: grey;
}
#call {
border: solid white;
background-color: blue;
color: white;
width: 150px;
margin: 2%;
}
#call img {
margin-top: -9%;
}
#call2 {
border: solid white;
background-color: blue;
color: white;
width: 150px;
margin: 2%;
}
#call2 img {
margin-top: -8%;
}
#call1 {
border: solid white;
background-color: blue;
color: white;
width: 150px;
margin: 2%;
}
#call img {
margin-top: -10% ;
}
.section1 {
margin-top: -45%;
text-align: center;
margin-left: 10%;
}
#all {
display: flex;
margin: 4%;
}
.s img{
height: 500px;
width: px;
margin-right:40%;
margin-left: 6.8%;
margin-top: -7.0%;
}
.button1{
background-color:blue;
text-align: center;
color: #FBA500;
border: none;
border-radius: 6%;
width: 70px;
height: 30px;
}
.footer{
background-color: white;
display: flex;
justify-content: space-between;
padding: 0 5%;
}
.ftext {
font-weight: bold;
font-size: 24px;
margin-left: -60px;
}
.socialmedia p{
font-weight: bold;
font-size: 24px;
}
.fa:hover {
color: red;
background-color: white;
}
.fa-facebook {
color: white;
}
.fab .fa-linkedin {
color: white;
}
| 0.413951 | 0.067979 |
body, html {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
background-color: #333;
color: #aaa;
}
.newNote {
}
:root {
--main-height: 500px;
--tags-height: 200px;
--title-height:75px;
}
.titleHolder {
bottom: 0;
display: table-cell;
float: left;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.newNote {
display: table;
width: 100%;
}
.newNoteHeader {
clear: both;
display: table-row;
height: auto;
left: 50%;
position: relative;
width: 100%;
}
.noteTextArea {
height: var(--tags-height);
width: 100%;
}
.noteArea {
display: table-cell;
left: 10%;
position: absolute;
right: 20%;
top: var(--title-height);
}
.mobilePost {
}
.addableTags{
float: left;
width: 50%;
background-color: white;
}
.removeableTags{
float: left;
width: 50%;
background-color: black;
}
.updateRecordSubmit {
height: var(--tags-height);
margin: 2px;
padding: 2px;
width: 10%;
}
.noteAndTagHolder {
display: table-row;
float: left;
position: absolute;
width: 100%;
}
.newNoteTable {
margin: 0 auto;
width: 100%;
}
.tableHeader, h2 {
display: table-cell;
margin: 0 auto;
width: 1px;
}
#notes {
height: var(--main-height);
margin: 0 auto;
width: 100%;
}
#noteText {
height: var(--title-height);
margin: 0 auto;
width: 100%;
}
.mobilesubmit {
height: var(--main-height);
margin: 0 auto;
width: 100%;
}
td {
margin: 0 auto;
}
.inputNoteLabel {
float: right;
}
#newTagFormHolder {
}
.newForm {
}
#newTagElements {
}
.tag .display {
}
.tag {
border: 1px solid #0fe;
display: inline-block;
margin: 0;
padding: 3px;
}
.display {
}
.mainSubmit {
display: table-cell;
left: 0;
position: absolute;
top: var(--title-height);
width: 10%;
}
.description {
}
.submit {
}
.tagArea {
bottom: 0;
display: table-cell;
left: 80%;
position: absolute;
right: 0;
top: var(--title-height);
}
.tagOptions {
/*bottom: 100%;*/
height: var(--main-height);
position: relative;
right: 0;
width: 100%;
}
.tagList {
height: var(--main-height);
position: relative;
width: 100%;
}
.editName {
}
.catchallText {
font-family: monospace;
font-size: 1.5em;
font-style: italic;
height: 3em;
width: 100%;
}
.appliedTags {
background-color: #666;
color: #f77;
float: right;
height: var(--tags-height);
left: 40%;
margin: 2px;
padding: 3px;
position: absolute;
width: 27%;
}
.addTagsDiv {
background-color: #222;
color: #262;
float: right;
height: var(--tags-height);
margin: 2px;
padding: 3px;
width: 37%;
}
.hiddenCheckbox {
opacity: 0;
position: relative;
right: 25px;
}
.editNotes {
float: left;
position: relative;
width: 40%;
}
.updateHolder {
left: 11%;
position: absolute;
right: 0;
}
|
scripts/inbox/style.css
|
body, html {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
background-color: #333;
color: #aaa;
}
.newNote {
}
:root {
--main-height: 500px;
--tags-height: 200px;
--title-height:75px;
}
.titleHolder {
bottom: 0;
display: table-cell;
float: left;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.newNote {
display: table;
width: 100%;
}
.newNoteHeader {
clear: both;
display: table-row;
height: auto;
left: 50%;
position: relative;
width: 100%;
}
.noteTextArea {
height: var(--tags-height);
width: 100%;
}
.noteArea {
display: table-cell;
left: 10%;
position: absolute;
right: 20%;
top: var(--title-height);
}
.mobilePost {
}
.addableTags{
float: left;
width: 50%;
background-color: white;
}
.removeableTags{
float: left;
width: 50%;
background-color: black;
}
.updateRecordSubmit {
height: var(--tags-height);
margin: 2px;
padding: 2px;
width: 10%;
}
.noteAndTagHolder {
display: table-row;
float: left;
position: absolute;
width: 100%;
}
.newNoteTable {
margin: 0 auto;
width: 100%;
}
.tableHeader, h2 {
display: table-cell;
margin: 0 auto;
width: 1px;
}
#notes {
height: var(--main-height);
margin: 0 auto;
width: 100%;
}
#noteText {
height: var(--title-height);
margin: 0 auto;
width: 100%;
}
.mobilesubmit {
height: var(--main-height);
margin: 0 auto;
width: 100%;
}
td {
margin: 0 auto;
}
.inputNoteLabel {
float: right;
}
#newTagFormHolder {
}
.newForm {
}
#newTagElements {
}
.tag .display {
}
.tag {
border: 1px solid #0fe;
display: inline-block;
margin: 0;
padding: 3px;
}
.display {
}
.mainSubmit {
display: table-cell;
left: 0;
position: absolute;
top: var(--title-height);
width: 10%;
}
.description {
}
.submit {
}
.tagArea {
bottom: 0;
display: table-cell;
left: 80%;
position: absolute;
right: 0;
top: var(--title-height);
}
.tagOptions {
/*bottom: 100%;*/
height: var(--main-height);
position: relative;
right: 0;
width: 100%;
}
.tagList {
height: var(--main-height);
position: relative;
width: 100%;
}
.editName {
}
.catchallText {
font-family: monospace;
font-size: 1.5em;
font-style: italic;
height: 3em;
width: 100%;
}
.appliedTags {
background-color: #666;
color: #f77;
float: right;
height: var(--tags-height);
left: 40%;
margin: 2px;
padding: 3px;
position: absolute;
width: 27%;
}
.addTagsDiv {
background-color: #222;
color: #262;
float: right;
height: var(--tags-height);
margin: 2px;
padding: 3px;
width: 37%;
}
.hiddenCheckbox {
opacity: 0;
position: relative;
right: 25px;
}
.editNotes {
float: left;
position: relative;
width: 40%;
}
.updateHolder {
left: 11%;
position: absolute;
right: 0;
}
| 0.621541 | 0.126407 |
:host([hidden]) {
display: none;
}
:host {
display: block;
padding: 7px 0;
margin: 7px 0;
position: relative;
}
:host([disabled]) {
opacity: 0.5;
pointer-events: none;
}
/*
* Ensure we have enough space on variants
* with text elements to prevent overlap
*/
:host([label-handles]),
:host([precise]) {
margin-top: 21px;
}
:host([label-ticks]),
:host([precise][is-range]) {
margin-bottom: 21px;
}
:host([precise][label-handles]) {
margin-top: 35px;
}
:host([precise][label-handles][is-range]) {
margin-bottom: 35px;
}
.thumb {
outline-offset: 0;
outline-color: transparent;
transition: outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out;
}
.thumb:focus {
outline: 2px solid var(--calcite-ui-blue-1);
outline-offset: 2px;
}
.thumb {
position: absolute;
height: 28px;
width: 28px;
margin: -14px;
box-sizing: border-box;
border: none;
background: transparent;
cursor: pointer;
font-family: inherit;
z-index: 2;
}
.handle {
position: absolute;
top: 0;
left: 0;
height: 14px;
width: 14px;
margin: 7px;
box-sizing: border-box;
border-radius: 100%;
background-color: var(--calcite-ui-foreground-1);
border: 2px solid var(--calcite-ui-text-3);
transition: border 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.handle__label {
position: absolute;
left: 0;
bottom: 28px;
width: 28px;
height: 0.75em;
font-size: 0.8125rem;
line-height: 1.5;
font-weight: 500;
line-height: 1;
color: var(--calcite-ui-text-3);
text-align: center;
}
.thumb:hover .handle {
border-width: 3px;
border-color: var(--calcite-ui-blue-1);
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.thumb:focus,
.thumb--active {
z-index: 3;
}
.thumb:focus .handle,
.thumb--active .handle {
background-color: var(--calcite-ui-blue-1);
border-color: var(--calcite-ui-blue-1);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.thumb--precise {
margin-top: -28px;
}
.thumb--precise:after {
content: "";
display: block;
position: absolute;
top: 14px;
left: 50%;
width: 2px;
height: 7px;
background-color: var(--calcite-ui-text-3);
margin-left: -1px;
margin-top: 7px;
z-index: 1;
}
.thumb:hover.thumb--precise:after,
.thumb:focus.thumb--precise:after,
.thumb--active.thumb--precise:after {
background-color: var(--calcite-ui-blue-1);
}
.thumb--precise.thumb--min {
margin-top: -2px;
}
.thumb--precise.thumb--min .handle__label {
bottom: unset;
top: 28px;
}
.thumb--precise.thumb--min:after {
top: 0;
margin-top: 0;
}
.track {
height: 2px;
border-radius: 0;
z-index: 1;
background-color: var(--calcite-ui-border-2);
transition: all 250ms ease-in;
position: relative;
}
.track__range {
position: absolute;
top: 0;
height: 2px;
background-color: var(--calcite-ui-blue-1);
}
.tick {
position: absolute;
top: -2px;
width: 2px;
height: 4px;
left: var(--calcite-ui-border-1-offset);
margin-left: -3px;
border: 1px solid var(--calcite-ui-foreground-1);
border-right-width: 2px;
border-left-width: 2px;
background-color: var(--calcite-ui-border-1);
}
.tick--active {
background-color: var(--calcite-ui-blue-1);
}
.tick__label {
position: absolute;
font-size: 0.8125rem;
line-height: 1.5;
font-weight: 500;
color: var(--calcite-ui-text-3);
width: 4em;
margin: 14px -2em;
text-align: center;
display: block;
pointer-events: none;
}
.tick__label--min {
left: 0;
margin: 14px -3px;
text-align: left;
}
.tick__label--max {
left: unset;
right: 0;
margin: 14px -3px;
text-align: right;
}
|
app/@esri/calcite-components/dist/collection/components/calcite-slider/calcite-slider.css
|
:host([hidden]) {
display: none;
}
:host {
display: block;
padding: 7px 0;
margin: 7px 0;
position: relative;
}
:host([disabled]) {
opacity: 0.5;
pointer-events: none;
}
/*
* Ensure we have enough space on variants
* with text elements to prevent overlap
*/
:host([label-handles]),
:host([precise]) {
margin-top: 21px;
}
:host([label-ticks]),
:host([precise][is-range]) {
margin-bottom: 21px;
}
:host([precise][label-handles]) {
margin-top: 35px;
}
:host([precise][label-handles][is-range]) {
margin-bottom: 35px;
}
.thumb {
outline-offset: 0;
outline-color: transparent;
transition: outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out;
}
.thumb:focus {
outline: 2px solid var(--calcite-ui-blue-1);
outline-offset: 2px;
}
.thumb {
position: absolute;
height: 28px;
width: 28px;
margin: -14px;
box-sizing: border-box;
border: none;
background: transparent;
cursor: pointer;
font-family: inherit;
z-index: 2;
}
.handle {
position: absolute;
top: 0;
left: 0;
height: 14px;
width: 14px;
margin: 7px;
box-sizing: border-box;
border-radius: 100%;
background-color: var(--calcite-ui-foreground-1);
border: 2px solid var(--calcite-ui-text-3);
transition: border 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.handle__label {
position: absolute;
left: 0;
bottom: 28px;
width: 28px;
height: 0.75em;
font-size: 0.8125rem;
line-height: 1.5;
font-weight: 500;
line-height: 1;
color: var(--calcite-ui-text-3);
text-align: center;
}
.thumb:hover .handle {
border-width: 3px;
border-color: var(--calcite-ui-blue-1);
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.thumb:focus,
.thumb--active {
z-index: 3;
}
.thumb:focus .handle,
.thumb--active .handle {
background-color: var(--calcite-ui-blue-1);
border-color: var(--calcite-ui-blue-1);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.thumb--precise {
margin-top: -28px;
}
.thumb--precise:after {
content: "";
display: block;
position: absolute;
top: 14px;
left: 50%;
width: 2px;
height: 7px;
background-color: var(--calcite-ui-text-3);
margin-left: -1px;
margin-top: 7px;
z-index: 1;
}
.thumb:hover.thumb--precise:after,
.thumb:focus.thumb--precise:after,
.thumb--active.thumb--precise:after {
background-color: var(--calcite-ui-blue-1);
}
.thumb--precise.thumb--min {
margin-top: -2px;
}
.thumb--precise.thumb--min .handle__label {
bottom: unset;
top: 28px;
}
.thumb--precise.thumb--min:after {
top: 0;
margin-top: 0;
}
.track {
height: 2px;
border-radius: 0;
z-index: 1;
background-color: var(--calcite-ui-border-2);
transition: all 250ms ease-in;
position: relative;
}
.track__range {
position: absolute;
top: 0;
height: 2px;
background-color: var(--calcite-ui-blue-1);
}
.tick {
position: absolute;
top: -2px;
width: 2px;
height: 4px;
left: var(--calcite-ui-border-1-offset);
margin-left: -3px;
border: 1px solid var(--calcite-ui-foreground-1);
border-right-width: 2px;
border-left-width: 2px;
background-color: var(--calcite-ui-border-1);
}
.tick--active {
background-color: var(--calcite-ui-blue-1);
}
.tick__label {
position: absolute;
font-size: 0.8125rem;
line-height: 1.5;
font-weight: 500;
color: var(--calcite-ui-text-3);
width: 4em;
margin: 14px -2em;
text-align: center;
display: block;
pointer-events: none;
}
.tick__label--min {
left: 0;
margin: 14px -3px;
text-align: left;
}
.tick__label--max {
left: unset;
right: 0;
margin: 14px -3px;
text-align: right;
}
| 0.628179 | 0.122078 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
:root {
--primary-text-color: #757575;
--title-text-color: #212121;
--accent-color: #2196F3;
--primary-white-color: #FFFFFF;
--primary-background: #F5F4FA;
--accent-background: #2F303A;
}
body {
margin: 0;
background-color: var(--primary-white-color);
color: var(--primary-text-color);
font-family: Roboto, sans-serif;
letter-spacing: 0.03em;
}
a {
text-decoration: none;
}
/* Утилиты */
.list {
list-style: none;
padding: 0;
margin: 0;
}
.container {
width: 1200px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
/* Nav style */
.top-line {
border-bottom: 1px solid #ECECEC;
}
.top-header {
display: flex;
align-items: center;
}
.logo {
margin-right: 93px;
font-family: Raleway;
font-weight:700;
font-size: 26px;
line-height: 1.19;
color: var(--title-text-color);
padding-top: 24px;
padding-bottom: 25px;
}
.accent {
color: var(--accent-color);
}
.main-nav {
display: flex;
align-items: center;
}
.nav.list {
display: flex;
}
.nav.list .item:not(:last-child) {
margin-right: 50px;
}
.nav-contacts {
display: flex;
margin-left: auto;
}
.nav-contacts.list .item:not(:last-child) {
margin-right: 50px;
}
.nav .link {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
color: var(--title-text-color);
}
.nav .link:hover,
.nav .link:focus {
color: var(--accent-color);
}
.nav .link.current {
color: var(--accent-color);
}
.nav-contacts .link {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
color: var(--primary-text-color);
}
.nav-contacts .link:hover,
.nav-contacts .link:focus {
color: var(--accent-color);
}
/* main html style */
h2, h3 {
color: var(--title-text-color);
}
/* hero */
.hero {
text-align: center;
background-color: var(--accent-background);
color: var(--primary-white-color);
padding-top: 200px;
padding-bottom: 280px;
}
.hero-title {
margin: 0 auto 30px;
width: 696px;
font-weight: 900;
font-size: 44px;
line-height: 1.36;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hero-link {
border-radius: 4px;
padding: 10px 32px;
display: inline-block;
min-width: 200px;
font-weight: bold;
font-size: 16px;
line-height: 1.88;
text-align: center;
letter-spacing: 0.06em;
color: var(--primary-white-color);
background-color: var(--accent-color);
}
/* Features */
.section {
padding-top: 94px;
padding-bottom: 94px;
}
.features.list {
display: flex;
}
.features.list .item:not(:last-child) {
margin-right: 30px;
}
.features-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.14;
text-transform: uppercase;
color: var(--title-text-color);
}
.feature-item {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
line-height: 1.7;
}
/* block about us */
.about-us.section {
padding-top: 0;
}
.about-us.list {
display: flex;
justify-content: space-between;
}
.about-us.title,
.team-title {
margin-top: 0;
margin-bottom: 50px;
font-size: 36px;
line-height: 1.17;
text-align: center;
}
/* block team */
.team {
display: flex;
justify-content: space-between;
background-color: var(--primary-background);
}
.team .align {
box-sizing: border-box;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
font-size: 16px;
line-height: 1.9;
}
.team-member {
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.team-position {
margin-top: 0;
margin-bottom: 0;
}
.team .item {
background-color: var(--primary-white-color);
border-radius: 0px 0px 4px 4px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),
0px 1px 1px rgba(0, 0, 0, 0.14),
0px 2px 1px rgba(0, 0, 0, 0.2);
}
/* footer style */
.footer {
padding-top: 60px;
padding-bottom: 60px;
color: var(--primary-white-color);
background-color: var(--accent-background);
}
.footer .logo {
color: var(--primary-white-color);
display: inline-block;
margin-bottom: 20px;
}
.address .link {
font-size: 14px;
line-height: 1.7;
color: var(--primary-white-color);
font-style: normal;
}
.address.list .list-item:not(:last-child) {
margin-bottom: 9px;
}
.link.contacts {
color: rgba(255, 255, 255, 0.6);
}
/* portfolio style */
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
button {
display: inline-block;
border: transparent;
border-radius: 4px;
padding: 6px 22px;
font-family: inherit;
font-weight: 500;
font-size: 16px;
line-height: 1.6;
text-align: center;
background-color: var(--primary-background);
}
button:hover,
button:focus{
border: transparent;
background-color: var(--accent-color);
color: var(--primary-white-color);
}
.nav-products.list {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.nav-products.list .item:not(:last-child) {
margin-right: 8px;
}
.products.list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.products .item {
margin: 15px;
}
.products .product-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
line-height: 2;
letter-spacing: 0.06em;
color: var(--title-text-color);
}
.products .product-item {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
line-height: 1.88;
color: var(--primary-text-color);
}
/* .products .item:not(:nth-last-child(-n + 3)) {
margin-bottom: 30px;
} */
.products .align {
box-sizing: border-box;
padding: 20px 24px;
border-bottom: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
border-left: 1px solid #EEEEEE;
}
.link-image {
display: block;
}
|
css/style.css
|
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
:root {
--primary-text-color: #757575;
--title-text-color: #212121;
--accent-color: #2196F3;
--primary-white-color: #FFFFFF;
--primary-background: #F5F4FA;
--accent-background: #2F303A;
}
body {
margin: 0;
background-color: var(--primary-white-color);
color: var(--primary-text-color);
font-family: Roboto, sans-serif;
letter-spacing: 0.03em;
}
a {
text-decoration: none;
}
/* Утилиты */
.list {
list-style: none;
padding: 0;
margin: 0;
}
.container {
width: 1200px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
/* Nav style */
.top-line {
border-bottom: 1px solid #ECECEC;
}
.top-header {
display: flex;
align-items: center;
}
.logo {
margin-right: 93px;
font-family: Raleway;
font-weight:700;
font-size: 26px;
line-height: 1.19;
color: var(--title-text-color);
padding-top: 24px;
padding-bottom: 25px;
}
.accent {
color: var(--accent-color);
}
.main-nav {
display: flex;
align-items: center;
}
.nav.list {
display: flex;
}
.nav.list .item:not(:last-child) {
margin-right: 50px;
}
.nav-contacts {
display: flex;
margin-left: auto;
}
.nav-contacts.list .item:not(:last-child) {
margin-right: 50px;
}
.nav .link {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
color: var(--title-text-color);
}
.nav .link:hover,
.nav .link:focus {
color: var(--accent-color);
}
.nav .link.current {
color: var(--accent-color);
}
.nav-contacts .link {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
color: var(--primary-text-color);
}
.nav-contacts .link:hover,
.nav-contacts .link:focus {
color: var(--accent-color);
}
/* main html style */
h2, h3 {
color: var(--title-text-color);
}
/* hero */
.hero {
text-align: center;
background-color: var(--accent-background);
color: var(--primary-white-color);
padding-top: 200px;
padding-bottom: 280px;
}
.hero-title {
margin: 0 auto 30px;
width: 696px;
font-weight: 900;
font-size: 44px;
line-height: 1.36;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hero-link {
border-radius: 4px;
padding: 10px 32px;
display: inline-block;
min-width: 200px;
font-weight: bold;
font-size: 16px;
line-height: 1.88;
text-align: center;
letter-spacing: 0.06em;
color: var(--primary-white-color);
background-color: var(--accent-color);
}
/* Features */
.section {
padding-top: 94px;
padding-bottom: 94px;
}
.features.list {
display: flex;
}
.features.list .item:not(:last-child) {
margin-right: 30px;
}
.features-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.14;
text-transform: uppercase;
color: var(--title-text-color);
}
.feature-item {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
line-height: 1.7;
}
/* block about us */
.about-us.section {
padding-top: 0;
}
.about-us.list {
display: flex;
justify-content: space-between;
}
.about-us.title,
.team-title {
margin-top: 0;
margin-bottom: 50px;
font-size: 36px;
line-height: 1.17;
text-align: center;
}
/* block team */
.team {
display: flex;
justify-content: space-between;
background-color: var(--primary-background);
}
.team .align {
box-sizing: border-box;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
font-size: 16px;
line-height: 1.9;
}
.team-member {
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.team-position {
margin-top: 0;
margin-bottom: 0;
}
.team .item {
background-color: var(--primary-white-color);
border-radius: 0px 0px 4px 4px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),
0px 1px 1px rgba(0, 0, 0, 0.14),
0px 2px 1px rgba(0, 0, 0, 0.2);
}
/* footer style */
.footer {
padding-top: 60px;
padding-bottom: 60px;
color: var(--primary-white-color);
background-color: var(--accent-background);
}
.footer .logo {
color: var(--primary-white-color);
display: inline-block;
margin-bottom: 20px;
}
.address .link {
font-size: 14px;
line-height: 1.7;
color: var(--primary-white-color);
font-style: normal;
}
.address.list .list-item:not(:last-child) {
margin-bottom: 9px;
}
.link.contacts {
color: rgba(255, 255, 255, 0.6);
}
/* portfolio style */
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
button {
display: inline-block;
border: transparent;
border-radius: 4px;
padding: 6px 22px;
font-family: inherit;
font-weight: 500;
font-size: 16px;
line-height: 1.6;
text-align: center;
background-color: var(--primary-background);
}
button:hover,
button:focus{
border: transparent;
background-color: var(--accent-color);
color: var(--primary-white-color);
}
.nav-products.list {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.nav-products.list .item:not(:last-child) {
margin-right: 8px;
}
.products.list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.products .item {
margin: 15px;
}
.products .product-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
line-height: 2;
letter-spacing: 0.06em;
color: var(--title-text-color);
}
.products .product-item {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
line-height: 1.88;
color: var(--primary-text-color);
}
/* .products .item:not(:nth-last-child(-n + 3)) {
margin-bottom: 30px;
} */
.products .align {
box-sizing: border-box;
padding: 20px 24px;
border-bottom: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
border-left: 1px solid #EEEEEE;
}
.link-image {
display: block;
}
| 0.486088 | 0.068289 |
:root {
box-sizing: border-box;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
overflow: auto;
}
body {
margin: 0;
background-image: linear-gradient(to bottom right, white, rgba(97, 97, 100, 0.52));
}
/* ----- GENERAL ----- */
button {
background-color: #ffde04;
border: 2px solid black;
border-radius: 10px;
cursor: pointer;
}
a {
text-decoration: none;
color: rgba(19, 26, 117, 0.73);
}
a:hover {
color: #424abe;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, transparent, black, transparent);
}
.mainModalOn {
pointer-events: none;
}
.bodyModalOn {
box-shadow: inset 0 0 100vw black;
}
/* ----- MAIN STYLES ----- */
header nav {
margin: 5px;
height: 20px;
}
header nav a {
margin-right: 5px;
}
header h1 {
text-align: center;
}
footer {
text-align: center;
font-style: italic;
width: 100%;
}
footer hr {
margin: 0;
}
footer p {
padding: 5px;
margin: 0;
}
/* ----- HOME STYLES ----- */
.hero-wrapper {
position: relative;
background-image: linear-gradient(to bottom, rgba(97, 97, 100, 0.52), rgba(19, 26, 117, 0.73)), url("../images/learning.png");
background-position: center;
background-size: cover;
height: 500px;
}
.hero-wrapper p {
position: absolute;
top: 20%;
color: white;
font-size: 40px;
text-shadow: 1px 1px black;
text-align: center;
}
.hero-wrapper .image-credit {
font-size: 10px;
position: absolute;
top: 1%;
right: 1%;
}
.hero-wrapper .image-credit a {
color: white;
text-decoration: underline;
}
.features article {
padding: 10px 0;
}
.features h2 {
margin: 0;
text-align: center;
}
.features p {
margin: 0;
text-align: center;
}
.features .schedule-view-wrapper {
background-color: rgba(19, 26, 117, 0.73);
color: white;
}
.features .find-instructor-wrapper {
background-color: rgba(97, 97, 100, 0.52);
}
.start-text {
width: 100%;
text-align: center;
}
/* ----- LOGIN STYLES ----- */
form {
margin: 0;
}
form h2 {
margin: 0;
}
form input {
margin: 5px;
}
.login-form {
background-color: rgba(19, 26, 117, 0.73);
padding: 10px;
color: white;
}
.signup-form {
background-color: rgba(97, 97, 100, 0.52);
padding: 10px;
}
/* ----- DASHBOARD STYLES ----- */
.schedule-wrapper {
border: 1px solid rgba(97, 97, 100, 0.52);
width: 90%;
margin: 0 auto 10px auto;
background-image: linear-gradient(to bottom right, #ceced3, #363638);
}
.schedule-wrapper hr {
background-image: linear-gradient(to right, transparent, white, transparent);
margin-top: 0;
}
.schedule-wrapper .day p {
font-size: large;
padding-left: 5px;
}
.schedule-wrapper .day ul {
list-style-type: none;
display: flex;
flex-wrap: wrap;
padding: 0;
margin-bottom: 0;
}
.schedule-wrapper .day li {
padding: 0 10px 0 10px;
border-bottom: 1px solid white;
border-right: 1px solid white;
border-radius: 5px;
background-color: #ceced3;
text-align: center;
box-shadow: 1px 1px 5px black;
margin: 5px;
}
.schedule-wrapper .day li p {
margin: 0;
font-size: medium;
padding: 0;
}
.schedule-wrapper .day li button {
margin: 5px;
}
.text-wrapper {
width: 100%;
text-align: center;
font-size: large;
margin: 5px 0;
}
/* ----- SEARCH STYLES ----- */
.teacher-result {
padding: 5px;
margin: 10px;
border-bottom: 3px solid black;
margin-right: 10%;
}
.teacher-name {
text-decoration: none;
color: rgba(19, 26, 117, 0.73);
margin-right: 5px;
}
.teacher-name:hover {
color: #424abe;
}
.teacher-specialty-header {
margin: 25%;
}
/* ----- TEACHER STYLES ----- */
.teacher-info-name {
margin-left: 10px;
}
.teacher-info-bio {
margin-left: 20px;
}
.schedule-wrapper h3 {
text-align: center;
}
/* ----- MODAL STYLES ----- */
.modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 340px;
height: auto;
border: 2px solid black;
background-color: white;
box-shadow: 0px 0px 300px black;
padding: 10px 0;
}
.modal .modal-header {
text-align: center;
}
.modal form {
display: flex;
justify-content: space-around;
padding: 0 20%;
margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
|
public/css/style.css
|
:root {
box-sizing: border-box;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
overflow: auto;
}
body {
margin: 0;
background-image: linear-gradient(to bottom right, white, rgba(97, 97, 100, 0.52));
}
/* ----- GENERAL ----- */
button {
background-color: #ffde04;
border: 2px solid black;
border-radius: 10px;
cursor: pointer;
}
a {
text-decoration: none;
color: rgba(19, 26, 117, 0.73);
}
a:hover {
color: #424abe;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, transparent, black, transparent);
}
.mainModalOn {
pointer-events: none;
}
.bodyModalOn {
box-shadow: inset 0 0 100vw black;
}
/* ----- MAIN STYLES ----- */
header nav {
margin: 5px;
height: 20px;
}
header nav a {
margin-right: 5px;
}
header h1 {
text-align: center;
}
footer {
text-align: center;
font-style: italic;
width: 100%;
}
footer hr {
margin: 0;
}
footer p {
padding: 5px;
margin: 0;
}
/* ----- HOME STYLES ----- */
.hero-wrapper {
position: relative;
background-image: linear-gradient(to bottom, rgba(97, 97, 100, 0.52), rgba(19, 26, 117, 0.73)), url("../images/learning.png");
background-position: center;
background-size: cover;
height: 500px;
}
.hero-wrapper p {
position: absolute;
top: 20%;
color: white;
font-size: 40px;
text-shadow: 1px 1px black;
text-align: center;
}
.hero-wrapper .image-credit {
font-size: 10px;
position: absolute;
top: 1%;
right: 1%;
}
.hero-wrapper .image-credit a {
color: white;
text-decoration: underline;
}
.features article {
padding: 10px 0;
}
.features h2 {
margin: 0;
text-align: center;
}
.features p {
margin: 0;
text-align: center;
}
.features .schedule-view-wrapper {
background-color: rgba(19, 26, 117, 0.73);
color: white;
}
.features .find-instructor-wrapper {
background-color: rgba(97, 97, 100, 0.52);
}
.start-text {
width: 100%;
text-align: center;
}
/* ----- LOGIN STYLES ----- */
form {
margin: 0;
}
form h2 {
margin: 0;
}
form input {
margin: 5px;
}
.login-form {
background-color: rgba(19, 26, 117, 0.73);
padding: 10px;
color: white;
}
.signup-form {
background-color: rgba(97, 97, 100, 0.52);
padding: 10px;
}
/* ----- DASHBOARD STYLES ----- */
.schedule-wrapper {
border: 1px solid rgba(97, 97, 100, 0.52);
width: 90%;
margin: 0 auto 10px auto;
background-image: linear-gradient(to bottom right, #ceced3, #363638);
}
.schedule-wrapper hr {
background-image: linear-gradient(to right, transparent, white, transparent);
margin-top: 0;
}
.schedule-wrapper .day p {
font-size: large;
padding-left: 5px;
}
.schedule-wrapper .day ul {
list-style-type: none;
display: flex;
flex-wrap: wrap;
padding: 0;
margin-bottom: 0;
}
.schedule-wrapper .day li {
padding: 0 10px 0 10px;
border-bottom: 1px solid white;
border-right: 1px solid white;
border-radius: 5px;
background-color: #ceced3;
text-align: center;
box-shadow: 1px 1px 5px black;
margin: 5px;
}
.schedule-wrapper .day li p {
margin: 0;
font-size: medium;
padding: 0;
}
.schedule-wrapper .day li button {
margin: 5px;
}
.text-wrapper {
width: 100%;
text-align: center;
font-size: large;
margin: 5px 0;
}
/* ----- SEARCH STYLES ----- */
.teacher-result {
padding: 5px;
margin: 10px;
border-bottom: 3px solid black;
margin-right: 10%;
}
.teacher-name {
text-decoration: none;
color: rgba(19, 26, 117, 0.73);
margin-right: 5px;
}
.teacher-name:hover {
color: #424abe;
}
.teacher-specialty-header {
margin: 25%;
}
/* ----- TEACHER STYLES ----- */
.teacher-info-name {
margin-left: 10px;
}
.teacher-info-bio {
margin-left: 20px;
}
.schedule-wrapper h3 {
text-align: center;
}
/* ----- MODAL STYLES ----- */
.modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 340px;
height: auto;
border: 2px solid black;
background-color: white;
box-shadow: 0px 0px 300px black;
padding: 10px 0;
}
.modal .modal-header {
text-align: center;
}
.modal form {
display: flex;
justify-content: space-around;
padding: 0 20%;
margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
| 0.494141 | 0.150528 |
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,footer,header,nav,section,summary,time,mark,audio,video {
border:0;
margin:0;
padding:0;
}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
display:block;
}
ul {
list-style: none;
}
a {
outline:0;
text-decoration: none;
}
a img {
border:0;
}
/* Clearing
-------- */
.container:after {
content:"\0020";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix:before,.clearfix:after,.row:before,.row:after {
content:'\0020';
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}
.row:after,.clearfix:after {
clear:both;
}
.row,.clearfix {
zoom:1;
}
.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}
/* Selections
---------- */
body {
-webkit-tap-highlight-color:#ffff9e;
}
::selection,::-moz-selection {
background:#ffff9e;
}
img::selection,img::-moz-selection {
background:transparent;
}
/* GRID
Credits : Twitter Bootstrap
--------------------------- */
.container {
width: ;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-1 {
width: 8.333333333333332%;
}
.col-2 {
width: 16.666666666666664%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33333333333333%;
}
.col-5 {
width: 41.66666666666667%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.333333333333336%;
}
.col-8 {
width: 66.66666666666666%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33333333333334%;
}
.col-11 {
width: 91.66666666666666%;
}
.col-12 {
float: none;
width: 100%;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* BASIC TEMPLATE STYLE */
/* --------------------------------------------------------------------------------------------------------------------------- */
html, body {
width: 100%;
height: 100%;
}
body {
font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666;
-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
|
assets/css/architecture.css
|
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,footer,header,nav,section,summary,time,mark,audio,video {
border:0;
margin:0;
padding:0;
}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
display:block;
}
ul {
list-style: none;
}
a {
outline:0;
text-decoration: none;
}
a img {
border:0;
}
/* Clearing
-------- */
.container:after {
content:"\0020";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix:before,.clearfix:after,.row:before,.row:after {
content:'\0020';
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}
.row:after,.clearfix:after {
clear:both;
}
.row,.clearfix {
zoom:1;
}
.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}
/* Selections
---------- */
body {
-webkit-tap-highlight-color:#ffff9e;
}
::selection,::-moz-selection {
background:#ffff9e;
}
img::selection,img::-moz-selection {
background:transparent;
}
/* GRID
Credits : Twitter Bootstrap
--------------------------- */
.container {
width: ;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-1 {
width: 8.333333333333332%;
}
.col-2 {
width: 16.666666666666664%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33333333333333%;
}
.col-5 {
width: 41.66666666666667%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.333333333333336%;
}
.col-8 {
width: 66.66666666666666%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33333333333334%;
}
.col-11 {
width: 91.66666666666666%;
}
.col-12 {
float: none;
width: 100%;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* BASIC TEMPLATE STYLE */
/* --------------------------------------------------------------------------------------------------------------------------- */
html, body {
width: 100%;
height: 100%;
}
body {
font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666;
-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
| 0.271735 | 0.070304 |
.hide {
display: none !important;
}
.show {
display: block !important;
}
.visible {
visibility: visible !important;
}
.hidden {
visibility: hidden !important;
}
.show-print {
display: none !important;
@media print {
display: block !important;
}
}
.hide-print {
@media print {
display: none !important;
}
}
.show-screen {
display: none !important;
@media screen {
display: block !important;
}
}
.hide-screen {
@media screen {
display: none !important;
}
}
.hide-visually {
position: absolute;
padding: 0;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hide-xxs {
@media (--xxs) {
display: none !important;
}
}
.hide-xs {
@media (--xs) {
display: none !important;
}
}
.hide-xs-up {
@media (--xs-up) {
display: none !important;
}
}
.hide-xs-down {
@media (--xs-down) {
display: none !important;
}
}
.hide-s {
@media (--s) {
display: none !important;
}
}
.hide-s-up {
@media (--s-up) {
display: none !important;
}
}
.hide-s-down {
@media (--s-down) {
display: none !important;
}
}
.hide-m {
@media (--m) {
display: none !important;
}
}
.hide-m-up {
@media (--m-up) {
display: none !important;
}
}
.hide-m-down {
@media (--m-down) {
display: none !important;
}
}
.hide-l {
@media (--l) {
display: none !important;
}
}
.hide-l-up {
@media (--l-up) {
display: none !important;
}
}
.hide-l-down {
@media (--l-down) {
display: none !important;
}
}
.hide-xl {
@media (--xl) {
display: none !important;
}
}
.show-xxs {
display: none !important;
@media (--xxs) {
display: block !important;
}
}
.show-xs {
display: none !important;
@media (--xs) {
display: block !important;
}
}
.show-xs-up {
display: none !important;
@media (--xs-up) {
display: block !important;
}
}
.show-xs-down {
display: none !important;
@media (--xs-down) {
display: block !important;
}
}
.show-s {
display: none !important;
@media (--s) {
display: block !important;
}
}
.show-s-up {
display: none !important;
@media (--s-up) {
display: block !important;
}
}
.show-s-down {
display: none !important;
@media (--s-down) {
display: block !important;
}
}
.show-m {
display: none !important;
@media (--m) {
display: block !important;
}
}
.show-m-up {
display: none !important;
@media (--m-up) {
display: block !important;
}
}
.show-m-down {
display: none !important;
@media (--m-down) {
display: block !important;
}
}
.show-l {
display: none !important;
@media (--l) {
display: block !important;
}
}
.show-l-up {
display: none !important;
@media (--l-up) {
display: block !important;
}
}
.show-l-down {
display: none !important;
@media (--l-down) {
display: block !important;
}
}
.show-xl {
display: none !important;
@media (--xl) {
display: block !important;
}
}
|
turret/utility/visibility.css
|
.hide {
display: none !important;
}
.show {
display: block !important;
}
.visible {
visibility: visible !important;
}
.hidden {
visibility: hidden !important;
}
.show-print {
display: none !important;
@media print {
display: block !important;
}
}
.hide-print {
@media print {
display: none !important;
}
}
.show-screen {
display: none !important;
@media screen {
display: block !important;
}
}
.hide-screen {
@media screen {
display: none !important;
}
}
.hide-visually {
position: absolute;
padding: 0;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hide-xxs {
@media (--xxs) {
display: none !important;
}
}
.hide-xs {
@media (--xs) {
display: none !important;
}
}
.hide-xs-up {
@media (--xs-up) {
display: none !important;
}
}
.hide-xs-down {
@media (--xs-down) {
display: none !important;
}
}
.hide-s {
@media (--s) {
display: none !important;
}
}
.hide-s-up {
@media (--s-up) {
display: none !important;
}
}
.hide-s-down {
@media (--s-down) {
display: none !important;
}
}
.hide-m {
@media (--m) {
display: none !important;
}
}
.hide-m-up {
@media (--m-up) {
display: none !important;
}
}
.hide-m-down {
@media (--m-down) {
display: none !important;
}
}
.hide-l {
@media (--l) {
display: none !important;
}
}
.hide-l-up {
@media (--l-up) {
display: none !important;
}
}
.hide-l-down {
@media (--l-down) {
display: none !important;
}
}
.hide-xl {
@media (--xl) {
display: none !important;
}
}
.show-xxs {
display: none !important;
@media (--xxs) {
display: block !important;
}
}
.show-xs {
display: none !important;
@media (--xs) {
display: block !important;
}
}
.show-xs-up {
display: none !important;
@media (--xs-up) {
display: block !important;
}
}
.show-xs-down {
display: none !important;
@media (--xs-down) {
display: block !important;
}
}
.show-s {
display: none !important;
@media (--s) {
display: block !important;
}
}
.show-s-up {
display: none !important;
@media (--s-up) {
display: block !important;
}
}
.show-s-down {
display: none !important;
@media (--s-down) {
display: block !important;
}
}
.show-m {
display: none !important;
@media (--m) {
display: block !important;
}
}
.show-m-up {
display: none !important;
@media (--m-up) {
display: block !important;
}
}
.show-m-down {
display: none !important;
@media (--m-down) {
display: block !important;
}
}
.show-l {
display: none !important;
@media (--l) {
display: block !important;
}
}
.show-l-up {
display: none !important;
@media (--l-up) {
display: block !important;
}
}
.show-l-down {
display: none !important;
@media (--l-down) {
display: block !important;
}
}
.show-xl {
display: none !important;
@media (--xl) {
display: block !important;
}
}
| 0.322419 | 0.157655 |
:root {
/* Fonts */
--font-family: "Fira Sans", sans-serif;
--font-family-alternative: "Source Serif Pro", sans-serif;
--font-family-monospaced: "Fira Mono", monospace;
--font-family-editor: "Source Code Pro", monospace;
/* Scale of z-index values */
--z-index-aside: 1;
--z-index-header: 2;
--z-index-floating-ui: 3;
--z-index-keyboard-overlays: 10;
--z-index-autocomplete: 8;
--z-index-overlay: 4;
/* Base colors */
--error: hsl(0deg 100% 30%);
--warning: hsl(52deg 84% 56%);
--red: var(--error);
--yellow: var(--warning);
--green: hsl(151deg 100% 25%);
--gray: #aaa;
--transparent-black: hsl(0deg 0% 0% / 50%);
--transparent-white: hsl(0deg 0% 100% / 50%);
--background: #fff;
--background-darker: hsl(0deg 0% 85%);
--text-color: hsl(0deg 0% 27%);
--text-color-lighter: hsl(0deg 0% 33%);
--text-color-lightest: hsl(0deg 0% 47%);
--link-color: hsl(203deg 100% 32%);
--link-hover-color: hsl(0deg 0% 33%);
--heading-color: #333;
--code-background: hsl(0deg 0% 97%);
--border: hsl(0deg 0% 85%);
--border-darker: hsl(0deg 0% 80%);
/* Buttons */
--button-color: #fff;
--button-background: hsl(203deg 100% 32%);
--button-muted-color: var(--text-color);
--button-muted-background: var(--background-darker);
/* Sidebar */
--sidebar-color: #444;
--sidebar-hover-color: var(--link-color);
--sidebar-background: hsl(0deg 0% 96%);
--sidebar-border: hsl(0deg 0% 87%);
/* Details */
--summary-background: hsl(0deg 0% 95%);
--summary-background-darker: hsl(0deg 0% 90%);
/* Header */
--header-color: #fff;
--header-background: hsl(203deg 100% 32%);
--header-placeholder-color: hsl(203deg 47% 66%);
--header-placeholder-background: hsl(203deg 56% 45%);
/* Tables */
--table-header-text: hsl(0deg 0% 40%);
--table-header-background: hsl(0deg 0% 90%);
--table-border: hsl(0deg 0% 90%);
--table-background-even: hsl(0deg 0% 95%);
--treetable-expander: #afc1d3;
--budget-negative: #af3d3d;
--budget-positive: #3daf46;
--budget-zero: #ffb900;
/* Editor */
--editor-comment: #998;
--editor-trailing-whitespace: rgb(255 199 199 / 50%);
--editor-directive: #333;
--editor-class: #b84;
--editor-date: #099;
--editor-constant: #008080;
--editor-account: var(--link-color);
--editor-invalid: #333;
--editor-activeline: #ffc;
/* Misc */
--notification-color: #fff;
--chart-axis: #999;
--autocomplete-match: #ffd27c;
--mobile-button-text: #000;
--placeholder-color: var(--text-color-lightest);
--placeholder-background: var(--background);
--dragover-background: hsl(203deg 100% 32% / 50%);
--overlay-wrapper-background: rgb(0 0 0 / 50%);
/* Help pages */
--help-sidebar-background: #f8f8f8;
--help-sidebar-border: #eaeaea;
}
.journal .balance {
--entry-background: #cfc;
}
.journal .close {
--entry-background: hsl(0deg 0% 70%);
}
.journal .custom {
--entry-background: #fff3ab;
}
.journal .document {
--entry-background: #ffc8ff;
}
.journal .note {
--entry-background: #aad0ff;
}
.journal .open {
--entry-background: hsl(0deg 0% 92%);
}
.journal .other {
--entry-background: #cff;
}
.journal .pad {
--entry-background: #8ff;
}
.journal .pending {
--entry-background: #f8a;
}
.journal .query {
--entry-background: #aad0ff;
}
.journal .budget {
--entry-background: #ffddae;
}
.journal {
--journal-postings: hsl(0deg 0% 92%);
--journal-metadata: hsl(210deg 44% 67%);
--journal-tag: hsl(210deg 61% 64%);
--journal-link: hsl(203deg 39% 85%);
--journal-posting-indicator: hsl(203deg 24% 80%);
--journal-metadata-indicator: hsl(203deg 24% 40%);
--journal-hover-highlight: #f5f5f59c;
}
|
frontend/css/style.css
|
:root {
/* Fonts */
--font-family: "Fira Sans", sans-serif;
--font-family-alternative: "Source Serif Pro", sans-serif;
--font-family-monospaced: "Fira Mono", monospace;
--font-family-editor: "Source Code Pro", monospace;
/* Scale of z-index values */
--z-index-aside: 1;
--z-index-header: 2;
--z-index-floating-ui: 3;
--z-index-keyboard-overlays: 10;
--z-index-autocomplete: 8;
--z-index-overlay: 4;
/* Base colors */
--error: hsl(0deg 100% 30%);
--warning: hsl(52deg 84% 56%);
--red: var(--error);
--yellow: var(--warning);
--green: hsl(151deg 100% 25%);
--gray: #aaa;
--transparent-black: hsl(0deg 0% 0% / 50%);
--transparent-white: hsl(0deg 0% 100% / 50%);
--background: #fff;
--background-darker: hsl(0deg 0% 85%);
--text-color: hsl(0deg 0% 27%);
--text-color-lighter: hsl(0deg 0% 33%);
--text-color-lightest: hsl(0deg 0% 47%);
--link-color: hsl(203deg 100% 32%);
--link-hover-color: hsl(0deg 0% 33%);
--heading-color: #333;
--code-background: hsl(0deg 0% 97%);
--border: hsl(0deg 0% 85%);
--border-darker: hsl(0deg 0% 80%);
/* Buttons */
--button-color: #fff;
--button-background: hsl(203deg 100% 32%);
--button-muted-color: var(--text-color);
--button-muted-background: var(--background-darker);
/* Sidebar */
--sidebar-color: #444;
--sidebar-hover-color: var(--link-color);
--sidebar-background: hsl(0deg 0% 96%);
--sidebar-border: hsl(0deg 0% 87%);
/* Details */
--summary-background: hsl(0deg 0% 95%);
--summary-background-darker: hsl(0deg 0% 90%);
/* Header */
--header-color: #fff;
--header-background: hsl(203deg 100% 32%);
--header-placeholder-color: hsl(203deg 47% 66%);
--header-placeholder-background: hsl(203deg 56% 45%);
/* Tables */
--table-header-text: hsl(0deg 0% 40%);
--table-header-background: hsl(0deg 0% 90%);
--table-border: hsl(0deg 0% 90%);
--table-background-even: hsl(0deg 0% 95%);
--treetable-expander: #afc1d3;
--budget-negative: #af3d3d;
--budget-positive: #3daf46;
--budget-zero: #ffb900;
/* Editor */
--editor-comment: #998;
--editor-trailing-whitespace: rgb(255 199 199 / 50%);
--editor-directive: #333;
--editor-class: #b84;
--editor-date: #099;
--editor-constant: #008080;
--editor-account: var(--link-color);
--editor-invalid: #333;
--editor-activeline: #ffc;
/* Misc */
--notification-color: #fff;
--chart-axis: #999;
--autocomplete-match: #ffd27c;
--mobile-button-text: #000;
--placeholder-color: var(--text-color-lightest);
--placeholder-background: var(--background);
--dragover-background: hsl(203deg 100% 32% / 50%);
--overlay-wrapper-background: rgb(0 0 0 / 50%);
/* Help pages */
--help-sidebar-background: #f8f8f8;
--help-sidebar-border: #eaeaea;
}
.journal .balance {
--entry-background: #cfc;
}
.journal .close {
--entry-background: hsl(0deg 0% 70%);
}
.journal .custom {
--entry-background: #fff3ab;
}
.journal .document {
--entry-background: #ffc8ff;
}
.journal .note {
--entry-background: #aad0ff;
}
.journal .open {
--entry-background: hsl(0deg 0% 92%);
}
.journal .other {
--entry-background: #cff;
}
.journal .pad {
--entry-background: #8ff;
}
.journal .pending {
--entry-background: #f8a;
}
.journal .query {
--entry-background: #aad0ff;
}
.journal .budget {
--entry-background: #ffddae;
}
.journal {
--journal-postings: hsl(0deg 0% 92%);
--journal-metadata: hsl(210deg 44% 67%);
--journal-tag: hsl(210deg 61% 64%);
--journal-link: hsl(203deg 39% 85%);
--journal-posting-indicator: hsl(203deg 24% 80%);
--journal-metadata-indicator: hsl(203deg 24% 40%);
--journal-hover-highlight: #f5f5f59c;
}
| 0.324449 | 0.117218 |
.site-navbar {
margin-bottom: 0px;
z-index: 1999;
position: absolute;
width: 100%; }
.site-navbar.transparent {
background: transparent; }
.site-navbar.absolute {
position: absolute;
top: 0;
left: 0;
width: 100%; }
.site-navbar .site-logo {
position: absolute;
left: 0;
top: 0;
margin-top: -20px; }
.site-navbar .site-navigation.border-bottom {
border-bottom: 1px solid #f3f3f4 !important; }
.site-navbar .site-navigation .site-menu {
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active > a {
color: #AAED38;
position: relative; }
.site-navbar .site-navigation .site-menu .active > a:after {
content: "";
background: -webkit-gradient(linear, left top, right top, from(#61892F), color-stop(70%, #AAED38));
background: -webkit-linear-gradient(left, #61892F, #AAED38 70%);
background: -o-linear-gradient(left, #61892F, #AAED38 70%);
background: linear-gradient(to right, #61892F, #AAED38 70%);
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: 0; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 14px; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 10px; }
.site-navbar .site-navigation .site-menu > li > a {
padding: 10px 0px;
color: #fff;
text-decoration: none !important;
position: relative; }
.site-navbar .site-navigation .site-menu > li > a:after {
content: "";
background: -webkit-gradient(linear, left top, right top, from(#61892F), color-stop(70%, #AAED38));
background: -webkit-linear-gradient(left, #61892F, #AAED38 70%);
background: -o-linear-gradient(left, #61892F, #AAED38 70%);
background: linear-gradient(to right, #61892F, #AAED38 70%);
width: 0;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.site-navbar .site-navigation .site-menu > li > a:hover {
color: #AAED38; }
.site-navbar .site-navigation .site-menu > li > a:hover:after {
width: 100%; }
.site-navbar .site-navigation .site-menu > li.cta > a {
border: 2px solid #3f4046;
padding-left: 20px;
padding-right: 20px;
color: #AAED38; }
.site-navbar .site-navigation .site-menu > li.cta > a:hover {
color: #fff; }
.site-navbar .site-navigation .site-menu > li.cta > a:hover:after {
display: none; }
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
border-top: 2px solid #AAED38;
-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
border-left: 1px solid #edf0f5;
border-right: 1px solid #edf0f5;
border-bottom: 1px solid #edf0f5;
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all;
color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
color: #AAED38 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: #AAED38; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }
|
src/app/navbar/navbar.component.css
|
.site-navbar {
margin-bottom: 0px;
z-index: 1999;
position: absolute;
width: 100%; }
.site-navbar.transparent {
background: transparent; }
.site-navbar.absolute {
position: absolute;
top: 0;
left: 0;
width: 100%; }
.site-navbar .site-logo {
position: absolute;
left: 0;
top: 0;
margin-top: -20px; }
.site-navbar .site-navigation.border-bottom {
border-bottom: 1px solid #f3f3f4 !important; }
.site-navbar .site-navigation .site-menu {
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active > a {
color: #AAED38;
position: relative; }
.site-navbar .site-navigation .site-menu .active > a:after {
content: "";
background: -webkit-gradient(linear, left top, right top, from(#61892F), color-stop(70%, #AAED38));
background: -webkit-linear-gradient(left, #61892F, #AAED38 70%);
background: -o-linear-gradient(left, #61892F, #AAED38 70%);
background: linear-gradient(to right, #61892F, #AAED38 70%);
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: 0; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 14px; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 10px; }
.site-navbar .site-navigation .site-menu > li > a {
padding: 10px 0px;
color: #fff;
text-decoration: none !important;
position: relative; }
.site-navbar .site-navigation .site-menu > li > a:after {
content: "";
background: -webkit-gradient(linear, left top, right top, from(#61892F), color-stop(70%, #AAED38));
background: -webkit-linear-gradient(left, #61892F, #AAED38 70%);
background: -o-linear-gradient(left, #61892F, #AAED38 70%);
background: linear-gradient(to right, #61892F, #AAED38 70%);
width: 0;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.site-navbar .site-navigation .site-menu > li > a:hover {
color: #AAED38; }
.site-navbar .site-navigation .site-menu > li > a:hover:after {
width: 100%; }
.site-navbar .site-navigation .site-menu > li.cta > a {
border: 2px solid #3f4046;
padding-left: 20px;
padding-right: 20px;
color: #AAED38; }
.site-navbar .site-navigation .site-menu > li.cta > a:hover {
color: #fff; }
.site-navbar .site-navigation .site-menu > li.cta > a:hover:after {
display: none; }
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
border-top: 2px solid #AAED38;
-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
border-left: 1px solid #edf0f5;
border-right: 1px solid #edf0f5;
border-bottom: 1px solid #edf0f5;
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all;
color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
color: #AAED38 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: #AAED38; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }
| 0.318591 | 0.089335 |
* {
box-sizing: border-box; /*Importante para o Padding */
margin: 0;
padding: 0;
border: 0;
}
.center{
text-align: center;
}
a{
text-decoration: none;
color: #fff;
}
.row::after {
content: "";
clear: both;
display: table;
}
.col{
float: left;
padding:10px;
}
@media (min-width: 1px){
.s1 {width: 8.33%;}
.s2 {width: 16.66%;}
.s3 {width: 25%;}
.s4 {width: 33.33%;}
.s5 {width: 41.66%;}
.s6 {width: 50%;}
.s7 {width: 58.33%;}
.s8 {width: 66.66%;}
.s9 {width: 75%;}
.s10 {width: 83.33%;}
.s11 {width: 91.66%;}
.s12 {width: 100%;}
.offset-s1 {margin-left: 8.33%;}
.offset-s2 {margin-left: 16.66%;}
.offset-s3 {margin-left: 25%;}
.offset-s4 {margin-left: 33.33%;}
.offset-s5 {margin-left: 41.66%;}
.offset-s6 {margin-left: 50%;}
.offset-s7 {margin-left: 58.33%;}
.offset-s8 {margin-left: 66.66%;}
.offset-s9 {margin-left: 75%;}
.offset-s10 {margin-left: 83.33%;}
.offset-s11 {margin-left: 91.66%;}
.offset-s12 {margin-left: 100%;}
}
@media (min-width: 768px) {
.m1 {width: 8.33%;}
.m2 {width: 16.66%;}
.m3 {width: 25%;}
.m4 {width: 33.33%;}
.m5 {width: 41.66%;}
.m6 {width: 50%;}
.m7 {width: 58.33%;}
.m8 {width: 66.66%;}
.m9 {width: 75%;}
.m10 {width: 83.33%;}
.m11 {width: 91.66%;}
.m12 {width: 100%;}
}
@media (min-width: 992px) {
.l1 {width: 8.33%;}
.l2 {width: 16.66%;}
.l3 {width: 25%;}
.l4 {width: 33.33%;}
.l5 {width: 41.66%;}
.l6 {width: 50%;}
.l7 {width: 58.33%;}
.l8 {width: 66.66%;}
.l9 {width: 75%;}
.l10 {width: 83.33%;}
.l11 {width: 91.66%;}
.l12 {width: 100%;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.x1 {width: 8.33%;}
.x2 {width: 16.66%;}
.x3 {width: 25%;}
.x4 {width: 33.33%;}
.x5 {width: 41.66%;}
.x6 {width: 50%;}
.x7 {width: 58.33%;}
.x8 {width: 66.66%;}
.x9 {width: 75%;}
.x10 {width: 83.33%;}
.x11 {width: 91.66%;}
.x12 {width: 100%;}
}
.p1{padding: 5px}
.p2{padding: 10px}
.p3{padding: 15px}
.p4{padding: 20px}
.p5{padding: 30px}
.m1{margin:5px}
.m2{margin:10px}
.m3{margin:15px}
.m4{margin:20px}
.m5{margin:25px}
|
grid-system.css
|
* {
box-sizing: border-box; /*Importante para o Padding */
margin: 0;
padding: 0;
border: 0;
}
.center{
text-align: center;
}
a{
text-decoration: none;
color: #fff;
}
.row::after {
content: "";
clear: both;
display: table;
}
.col{
float: left;
padding:10px;
}
@media (min-width: 1px){
.s1 {width: 8.33%;}
.s2 {width: 16.66%;}
.s3 {width: 25%;}
.s4 {width: 33.33%;}
.s5 {width: 41.66%;}
.s6 {width: 50%;}
.s7 {width: 58.33%;}
.s8 {width: 66.66%;}
.s9 {width: 75%;}
.s10 {width: 83.33%;}
.s11 {width: 91.66%;}
.s12 {width: 100%;}
.offset-s1 {margin-left: 8.33%;}
.offset-s2 {margin-left: 16.66%;}
.offset-s3 {margin-left: 25%;}
.offset-s4 {margin-left: 33.33%;}
.offset-s5 {margin-left: 41.66%;}
.offset-s6 {margin-left: 50%;}
.offset-s7 {margin-left: 58.33%;}
.offset-s8 {margin-left: 66.66%;}
.offset-s9 {margin-left: 75%;}
.offset-s10 {margin-left: 83.33%;}
.offset-s11 {margin-left: 91.66%;}
.offset-s12 {margin-left: 100%;}
}
@media (min-width: 768px) {
.m1 {width: 8.33%;}
.m2 {width: 16.66%;}
.m3 {width: 25%;}
.m4 {width: 33.33%;}
.m5 {width: 41.66%;}
.m6 {width: 50%;}
.m7 {width: 58.33%;}
.m8 {width: 66.66%;}
.m9 {width: 75%;}
.m10 {width: 83.33%;}
.m11 {width: 91.66%;}
.m12 {width: 100%;}
}
@media (min-width: 992px) {
.l1 {width: 8.33%;}
.l2 {width: 16.66%;}
.l3 {width: 25%;}
.l4 {width: 33.33%;}
.l5 {width: 41.66%;}
.l6 {width: 50%;}
.l7 {width: 58.33%;}
.l8 {width: 66.66%;}
.l9 {width: 75%;}
.l10 {width: 83.33%;}
.l11 {width: 91.66%;}
.l12 {width: 100%;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.x1 {width: 8.33%;}
.x2 {width: 16.66%;}
.x3 {width: 25%;}
.x4 {width: 33.33%;}
.x5 {width: 41.66%;}
.x6 {width: 50%;}
.x7 {width: 58.33%;}
.x8 {width: 66.66%;}
.x9 {width: 75%;}
.x10 {width: 83.33%;}
.x11 {width: 91.66%;}
.x12 {width: 100%;}
}
.p1{padding: 5px}
.p2{padding: 10px}
.p3{padding: 15px}
.p4{padding: 20px}
.p5{padding: 30px}
.m1{margin:5px}
.m2{margin:10px}
.m3{margin:15px}
.m4{margin:20px}
.m5{margin:25px}
| 0.455199 | 0.114171 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.