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
|
---|---|---|---|---|
text-align:center;
}
#form-main{
width:60%;
margin: 0 auto;
padding-top:20px;
background-color: lightgray;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
border-radius: 8px;
}
#form-div {
padding-bottom:50px;
margin: 0 auto;
width: 70%;
margin-top:30px;
}
.montform .feedback-input {
color: gray;
font-family: 'Nexa', sans-serif;
font-weight:500;
font-size: 18px;
border-radius: 0;
line-height: 22px;
background-color: #fbfbfb;
padding: 13px 13px 13px 54px;
margin-bottom: 10px;
width:100%;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,0);
}
/*Inputs styles*/
.montform .feedback-input:focus{
background: #B3B3B3;
border: 1px solid #EF7521;
color: white;
outline: none;
padding: 13px 13px 13px 54px;
}
/* Icons ---------------------------------- */
.montform #name{
background-image: url(img/user.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #name:focus{
background-image: url(img/user.svg);
background-size: 30px 30px;
background-position: 8px 5px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #email{
background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #email:focus{
background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #comment{
background-image: url(img/message.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform textarea {
width: 100%;
height: 150px;
line-height: 150%;
resize:vertical;
}
.montform input:hover, .montform textarea:hover,
.montform input:focus, .montform textarea:focus {
background-color:#e6e6e6;
}
.button-blue{
font-family: 'Nexa', sans-serif;
width: 25%;
float: right;
cursor:pointer;
background-color:#EF7521;
color:white;
font-size:18px;
padding-top:12px;
padding-bottom:12px;
margin-top:-4px;
font-weight:400;
}
.button-blue:hover{
background-color: gray;
color: black;
}
.montform .submit:hover {
color: #3498db;
}
.ease {
width: 0px;
height: 74px;
background-color: #fbfbfb;
transition: .3s ease;
}
.submit:hover .ease{
width:100%;
background-color:white;
}
/*Styles for small screens*/
@media only screen and (max-width: 580px) {
#form-div{
left: 3%;
margin-right: 3%;
width: 88%;
margin-left: 0;
padding-left: 3%;
padding-right: 3%;
}
}
|
form.css
|
text-align:center;
}
#form-main{
width:60%;
margin: 0 auto;
padding-top:20px;
background-color: lightgray;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
border-radius: 8px;
}
#form-div {
padding-bottom:50px;
margin: 0 auto;
width: 70%;
margin-top:30px;
}
.montform .feedback-input {
color: gray;
font-family: 'Nexa', sans-serif;
font-weight:500;
font-size: 18px;
border-radius: 0;
line-height: 22px;
background-color: #fbfbfb;
padding: 13px 13px 13px 54px;
margin-bottom: 10px;
width:100%;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,0);
}
/*Inputs styles*/
.montform .feedback-input:focus{
background: #B3B3B3;
border: 1px solid #EF7521;
color: white;
outline: none;
padding: 13px 13px 13px 54px;
}
/* Icons ---------------------------------- */
.montform #name{
background-image: url(img/user.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #name:focus{
background-image: url(img/user.svg);
background-size: 30px 30px;
background-position: 8px 5px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #email{
background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #email:focus{
background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform #comment{
background-image: url(img/message.svg);
background-size: 30px 30px;
background-position: 11px 8px;
background-repeat: no-repeat;
}
.montform textarea {
width: 100%;
height: 150px;
line-height: 150%;
resize:vertical;
}
.montform input:hover, .montform textarea:hover,
.montform input:focus, .montform textarea:focus {
background-color:#e6e6e6;
}
.button-blue{
font-family: 'Nexa', sans-serif;
width: 25%;
float: right;
cursor:pointer;
background-color:#EF7521;
color:white;
font-size:18px;
padding-top:12px;
padding-bottom:12px;
margin-top:-4px;
font-weight:400;
}
.button-blue:hover{
background-color: gray;
color: black;
}
.montform .submit:hover {
color: #3498db;
}
.ease {
width: 0px;
height: 74px;
background-color: #fbfbfb;
transition: .3s ease;
}
.submit:hover .ease{
width:100%;
background-color:white;
}
/*Styles for small screens*/
@media only screen and (max-width: 580px) {
#form-div{
left: 3%;
margin-right: 3%;
width: 88%;
margin-left: 0;
padding-left: 3%;
padding-right: 3%;
}
}
| 0.229363 | 0.060252 |
.cal-body {
background:#FFFFFF;
border-bottom:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
/* border-collapse: separate;*/
}
.cal-day,
.cal_day {
background:transparent;
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
border-top:#1A3955 2px solid;
color:#000000;
font-weight:bold;
}
.cal-dayview-times {
background:#F7F7F7;
border-bottom:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-top:#DDDDDD 1px dashed;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:5px;
}
.cal-dayx-body {
background:#E7E7E7
}
.cal-dayx-cur {
background:#F7F7F7;
border-top:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
color:#000000;
font-weight:bold;
font-size:inherit;
padding:4px;
}
.cal-dayx-subcur {
background:#F7F7F7;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-bottom:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:4px;
}
.cal-dayx-times {
border-bottom:#FFFFFF 1px solid;
border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}
.cal-dayx-times2 {
background:#FFFFFF;
padding:4px;
}
.cal-dayx-weekevent {
border-bottom:#FFFFFF 1px solid;
border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
border-top:#E7E7E7 1px solid;
}
.cal-futureday {
background:#F7F7F7
}
.cal-header {
background:#FFFFFF;
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
border-right:#F7F7F7 1px solid;
border-top:#F7F7F7 1px solid;
padding:0.25em 0;
}
.cal-hr {
background:#FFFFFF
}
.cal-month,
.cal_month {
background:#F7F7F7;
color:#000000;
font-size:1em;
}
.cal-nullday {
background:#FFFFFF;
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
border-top:#F7F7F7 1px solid;
color:#000000;
}
.cal-oldday {
background:#E7E7E7;
color:#000000;
}
.cal-quickadd,
.quickadd {
background:#F7F7F7;
border-bottom:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
padding:4px;
}
.cal-today {
background:#FFFFFF;
border-bottom:#1A3955 1px dashed;
border-left:#1A3955 1px dashed;
border-right:#1A3955 1px dashed;
border-top:#1A3955 1px dashed;
}
.cal-weekpointers {
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
}
.cal-weekview-addevent {
background:#FFFFFF;
border-right:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:.8em;
padding:4px;
}
.cal-weekview-caltitle {
background:#F7F7F7;
border-top:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
color:#000000;
font-weight:bold;
font-size:inherit;
padding:4px;
}
.cal-weekview-curday,
.weekview_curday {
background:#F7F7F7;
color:#000000;
}
.cal-weekview-daterange {
background:#F7F7F7;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-bottom:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:4px;
}
.cal-weekview-dayformat {
background:#FFFFFF;
border-left:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:5px;
}
.cal-weekview-offday,
.weekview_offday {
background:transparent;
color:#000000;
}
.smallcal-week-even {
background:#E7E7E7;
color:#000000;
}
table.smallcal {
margin:0.5em;
/* margin:auto;*/
border-collapse: collapse;
/* font-size:.9em;*/
font-size:.85em;
}
table.smallcal tbody tr th {
padding:2px 0.4em;
font-size:1em;
font-weight:normal;
border: 1px solid #F7F7F7;
}
table.smallcal tbody tr td {
text-align:center;
}
table.smallcal tbody tr td.smallcal-day-odd,
table.smallcal tbody tr td.smallcal-day-even,
table.smallcal tbody tr td.smallcal-day-empty {
border: 1px solid #F7F7F7;
}
td.cal-weekpointers {
background:#F7F7F7;
font-size:9px;
/* width:50px;*/
}
/*
table.cal-dayx-body {
border-collapse: separate;
}
*/
table.events textarea {
font-size:small;
}
|
extended/public_html/calendarjp/style.css
|
.cal-body {
background:#FFFFFF;
border-bottom:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
/* border-collapse: separate;*/
}
.cal-day,
.cal_day {
background:transparent;
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
border-top:#1A3955 2px solid;
color:#000000;
font-weight:bold;
}
.cal-dayview-times {
background:#F7F7F7;
border-bottom:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-top:#DDDDDD 1px dashed;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:5px;
}
.cal-dayx-body {
background:#E7E7E7
}
.cal-dayx-cur {
background:#F7F7F7;
border-top:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
color:#000000;
font-weight:bold;
font-size:inherit;
padding:4px;
}
.cal-dayx-subcur {
background:#F7F7F7;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-bottom:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:4px;
}
.cal-dayx-times {
border-bottom:#FFFFFF 1px solid;
border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}
.cal-dayx-times2 {
background:#FFFFFF;
padding:4px;
}
.cal-dayx-weekevent {
border-bottom:#FFFFFF 1px solid;
border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
border-top:#E7E7E7 1px solid;
}
.cal-futureday {
background:#F7F7F7
}
.cal-header {
background:#FFFFFF;
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
border-right:#F7F7F7 1px solid;
border-top:#F7F7F7 1px solid;
padding:0.25em 0;
}
.cal-hr {
background:#FFFFFF
}
.cal-month,
.cal_month {
background:#F7F7F7;
color:#000000;
font-size:1em;
}
.cal-nullday {
background:#FFFFFF;
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
border-top:#F7F7F7 1px solid;
color:#000000;
}
.cal-oldday {
background:#E7E7E7;
color:#000000;
}
.cal-quickadd,
.quickadd {
background:#F7F7F7;
border-bottom:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
padding:4px;
}
.cal-today {
background:#FFFFFF;
border-bottom:#1A3955 1px dashed;
border-left:#1A3955 1px dashed;
border-right:#1A3955 1px dashed;
border-top:#1A3955 1px dashed;
}
.cal-weekpointers {
border-bottom:#F7F7F7 1px solid;
border-left:#F7F7F7 1px solid;
}
.cal-weekview-addevent {
background:#FFFFFF;
border-right:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:.8em;
padding:4px;
}
.cal-weekview-caltitle {
background:#F7F7F7;
border-top:#E7E7E7 1px solid;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
color:#000000;
font-weight:bold;
font-size:inherit;
padding:4px;
}
.cal-weekview-curday,
.weekview_curday {
background:#F7F7F7;
color:#000000;
}
.cal-weekview-daterange {
background:#F7F7F7;
border-left:#E7E7E7 1px solid;
border-right:#E7E7E7 1px solid;
border-bottom:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:4px;
}
.cal-weekview-dayformat {
background:#FFFFFF;
border-left:#E7E7E7 1px solid;
border-top:#E7E7E7 1px solid;
color:#000000;
font-weight:normal;
font-size:inherit;
padding:5px;
}
.cal-weekview-offday,
.weekview_offday {
background:transparent;
color:#000000;
}
.smallcal-week-even {
background:#E7E7E7;
color:#000000;
}
table.smallcal {
margin:0.5em;
/* margin:auto;*/
border-collapse: collapse;
/* font-size:.9em;*/
font-size:.85em;
}
table.smallcal tbody tr th {
padding:2px 0.4em;
font-size:1em;
font-weight:normal;
border: 1px solid #F7F7F7;
}
table.smallcal tbody tr td {
text-align:center;
}
table.smallcal tbody tr td.smallcal-day-odd,
table.smallcal tbody tr td.smallcal-day-even,
table.smallcal tbody tr td.smallcal-day-empty {
border: 1px solid #F7F7F7;
}
td.cal-weekpointers {
background:#F7F7F7;
font-size:9px;
/* width:50px;*/
}
/*
table.cal-dayx-body {
border-collapse: separate;
}
*/
table.events textarea {
font-size:small;
}
| 0.369315 | 0.112649 |
height: 100%;
position: relative;
/*margin: 10px;*/
}
#tone-touch-area {
box-sizing: border-box;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
/*background-color: #345267;*/
background-color: #173e4b;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.dark #tone-touch-area {
background-color: #282828;
}
.tone-touch-field {
width: 50%;
height: 50%;
display: flex;
justify-content: center;
box-sizing: border-box;
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
padding: 1.5em 1.4em 1.5em 1.5em;
font-size: 0.8em;
position: absolute;
color: rgba(255,255,255,0.5);
transition: background-color 0.1s linear;
}
.tone-touch-field.upper {
align-items: flex-start;
top: 0;
}
.tone-touch-field.lower {
align-items: flex-end;
bottom: 0;
}
.tone-touch-field.left {
left: 0;
}
.tone-touch-field.right {
right: 0;
}
#tone-touch-dot {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: white;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 50%;
left: 50%;
margin-left: -30px;
margin-top: -30px;
box-sizing: border-box;
padding-top: var(--font-spacing-compensation);
cursor: move;
color: transparent;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.5s ease, left 0.3s ease, top 0.3s ease, color 0.5s ease, width 0.3s ease, height 0.3s ease, margin-left 0.3s ease, margin-top 0.3s ease, font-size 0.3s ease, transform 0.5s ease, background-color 0.5s ease;
}
.dark #tone-touch-dot {
background-color: #777;
border: 1px solid rgba(255,255,255,0.1);
}
#tone-touch-dot.text {
color: rgba(0,0,0,0.5);
}
#tone-touch-dot.number {
color: rgba(0,0,0,0.5);
font-size: 1em;
}
#tone-touch-dot:active {
transition: box-shadow 0.2s ease, color 0.3s ease, transform 0.2s ease;
/*transform: scale(1.1);*/
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
background-color: var(--ultra-light-grey);
}
.dark #tone-touch-dot:active {
background-color: #888;
}
.dark #tone-touch-dot.text {
color: rgba(255,255,255,0.5);
}
#tone-touch-dot span {
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
font-size: 0.7em;
font-weight: 500;
transition: opacity 0.5s ease;
padding-left: var(--uppercase-spacing);
}
#tone-touch-scale-area {
/*background-color: rgba(255,0,0,0.5);*/
width: 200px;
height: 200px;
position: absolute;
top: -75px;
left: -75px;
border-radius: 50%;
}
.no-touch #tone-touch-scale-area {
border-radius: 0;
border-left: 2px solid;
border-right: 2px solid;
border-color: silver;
width: 2px;
height: 16px;
top: 50%;
right: 5px;
left: auto;
cursor: ew-resize;
margin-top: -8px;
transition: border-color 0.3s ease;
display: none;
}
.number #tone-touch-scale-area,
.text #tone-touch-scale-area {
border-color: transparent;
}
.tone-touch-field.upper.left {
/*width: calc(50% + 1px);
height: calc(50% + 1px);*/
/*box-shadow: inset -1px -1px rgba(0, 0, 0, 0.05);*/
}
.tone-touch-field.upper.right {
/*height: calc(50% + 1px);*/
}
.tone-touch-field.lower.right {
/*box-shadow: inset 1px 1px rgba(0, 0, 0, 0.05);*/
}
.tone-touch-field.lower.left {
/*width: calc(50% + 1px);*/
}
#tone-touch-field-1 {
background-color: rgba(0,0,0,0.1);
}
#tone-touch-field-2 {
background-color: rgba(0,0,0,0.12);
}
#tone-touch-field-3 {
background-color: rgba(0,0,0,0.2);
}
#tone-touch-field-4 {
background-color: rgba(0,0,0,0.23);
}
|
Beocreate2/beo-extensions/tone-controls/tone-controls.css
|
height: 100%;
position: relative;
/*margin: 10px;*/
}
#tone-touch-area {
box-sizing: border-box;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
/*background-color: #345267;*/
background-color: #173e4b;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.dark #tone-touch-area {
background-color: #282828;
}
.tone-touch-field {
width: 50%;
height: 50%;
display: flex;
justify-content: center;
box-sizing: border-box;
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
padding: 1.5em 1.4em 1.5em 1.5em;
font-size: 0.8em;
position: absolute;
color: rgba(255,255,255,0.5);
transition: background-color 0.1s linear;
}
.tone-touch-field.upper {
align-items: flex-start;
top: 0;
}
.tone-touch-field.lower {
align-items: flex-end;
bottom: 0;
}
.tone-touch-field.left {
left: 0;
}
.tone-touch-field.right {
right: 0;
}
#tone-touch-dot {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: white;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 50%;
left: 50%;
margin-left: -30px;
margin-top: -30px;
box-sizing: border-box;
padding-top: var(--font-spacing-compensation);
cursor: move;
color: transparent;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.5s ease, left 0.3s ease, top 0.3s ease, color 0.5s ease, width 0.3s ease, height 0.3s ease, margin-left 0.3s ease, margin-top 0.3s ease, font-size 0.3s ease, transform 0.5s ease, background-color 0.5s ease;
}
.dark #tone-touch-dot {
background-color: #777;
border: 1px solid rgba(255,255,255,0.1);
}
#tone-touch-dot.text {
color: rgba(0,0,0,0.5);
}
#tone-touch-dot.number {
color: rgba(0,0,0,0.5);
font-size: 1em;
}
#tone-touch-dot:active {
transition: box-shadow 0.2s ease, color 0.3s ease, transform 0.2s ease;
/*transform: scale(1.1);*/
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
background-color: var(--ultra-light-grey);
}
.dark #tone-touch-dot:active {
background-color: #888;
}
.dark #tone-touch-dot.text {
color: rgba(255,255,255,0.5);
}
#tone-touch-dot span {
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
font-size: 0.7em;
font-weight: 500;
transition: opacity 0.5s ease;
padding-left: var(--uppercase-spacing);
}
#tone-touch-scale-area {
/*background-color: rgba(255,0,0,0.5);*/
width: 200px;
height: 200px;
position: absolute;
top: -75px;
left: -75px;
border-radius: 50%;
}
.no-touch #tone-touch-scale-area {
border-radius: 0;
border-left: 2px solid;
border-right: 2px solid;
border-color: silver;
width: 2px;
height: 16px;
top: 50%;
right: 5px;
left: auto;
cursor: ew-resize;
margin-top: -8px;
transition: border-color 0.3s ease;
display: none;
}
.number #tone-touch-scale-area,
.text #tone-touch-scale-area {
border-color: transparent;
}
.tone-touch-field.upper.left {
/*width: calc(50% + 1px);
height: calc(50% + 1px);*/
/*box-shadow: inset -1px -1px rgba(0, 0, 0, 0.05);*/
}
.tone-touch-field.upper.right {
/*height: calc(50% + 1px);*/
}
.tone-touch-field.lower.right {
/*box-shadow: inset 1px 1px rgba(0, 0, 0, 0.05);*/
}
.tone-touch-field.lower.left {
/*width: calc(50% + 1px);*/
}
#tone-touch-field-1 {
background-color: rgba(0,0,0,0.1);
}
#tone-touch-field-2 {
background-color: rgba(0,0,0,0.12);
}
#tone-touch-field-3 {
background-color: rgba(0,0,0,0.2);
}
#tone-touch-field-4 {
background-color: rgba(0,0,0,0.23);
}
| 0.371023 | 0.070176 |
.mod-singular {
font-family: 'Raleway', sans-serif;
height: 100%;
left: 0;
position: relative;
top: 0;
width: 100%;
}
.mod-singular-section {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mod-singular-section:first-child {
background: #0098a6;
}
.mod-singular-section:nth-child(2) {
background: #40b9c4;
}
.mod-singular-section:nth-child(3) {
background: #44a5cc;
}
.mod-singular-section:nth-child(4) {
background: #98d0e5;
}
.mod-singular-section:last-child {
background: #3db680;
}
.mod-singular-section-in {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: 10% 40px;
text-align: center;
}
.mod-singular-pager {}
.mod-singular-pager a {
background: #fff;
-webkit-border-radius: 25px;
border-radius: 25px;
display: inline-block;
height: 50px;
margin: 0 15px;
overflow: hidden;
position: relative;
text-indent: 100%;
white-space: nowrap;
width: 50px;
}
.mod-singular-pager a:before {
border-top: 5px solid #edad0b;
border-left: 5px solid #edad0b;
content: "";
display: block;
height: 14px;
left: 50%;
position: absolute;
top: 50%;
width: 14px;
}
.mod-singular-prev:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
margin: -7px 0 0 -10px;
}
.mod-singular-next:before {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
margin: -13px 0 0 -10px;
}
.mod-nav {
margin-top: -90px;
position: fixed;
right: 20px;
top: 50%;
}
.mod-nav-list {}
.mod-nav-item {
margin: 20px 0;
}
.mod-nav-item a {
background: #aaa;
-webkit-border-radius: 10px;
border-radius: 10px;
display: block;
height: 20px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 20px;
}
.mod-nav-item a:hover,
.mod-nav-item a:focus,
.mod-nav-item.js-singular-active a {
background: #edad0b;
}
|
web/css/singular.css
|
.mod-singular {
font-family: 'Raleway', sans-serif;
height: 100%;
left: 0;
position: relative;
top: 0;
width: 100%;
}
.mod-singular-section {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mod-singular-section:first-child {
background: #0098a6;
}
.mod-singular-section:nth-child(2) {
background: #40b9c4;
}
.mod-singular-section:nth-child(3) {
background: #44a5cc;
}
.mod-singular-section:nth-child(4) {
background: #98d0e5;
}
.mod-singular-section:last-child {
background: #3db680;
}
.mod-singular-section-in {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: 10% 40px;
text-align: center;
}
.mod-singular-pager {}
.mod-singular-pager a {
background: #fff;
-webkit-border-radius: 25px;
border-radius: 25px;
display: inline-block;
height: 50px;
margin: 0 15px;
overflow: hidden;
position: relative;
text-indent: 100%;
white-space: nowrap;
width: 50px;
}
.mod-singular-pager a:before {
border-top: 5px solid #edad0b;
border-left: 5px solid #edad0b;
content: "";
display: block;
height: 14px;
left: 50%;
position: absolute;
top: 50%;
width: 14px;
}
.mod-singular-prev:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
margin: -7px 0 0 -10px;
}
.mod-singular-next:before {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
margin: -13px 0 0 -10px;
}
.mod-nav {
margin-top: -90px;
position: fixed;
right: 20px;
top: 50%;
}
.mod-nav-list {}
.mod-nav-item {
margin: 20px 0;
}
.mod-nav-item a {
background: #aaa;
-webkit-border-radius: 10px;
border-radius: 10px;
display: block;
height: 20px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 20px;
}
.mod-nav-item a:hover,
.mod-nav-item a:focus,
.mod-nav-item.js-singular-active a {
background: #edad0b;
}
| 0.306942 | 0.094302 |
@font-face {
font-family: 'Born';
src: url('../fonts/bornaddict-webfont.woff2') format('woff2'),
url('../fonts/bornaddict-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/**
* HTML reset.
**/
html, body {
margin: 0;
padding: 0;
margin: 0 auto;
font-family: sans-serif;
background-color: #fff;
}
* { box-sizing: border-box; }
a {
color: #e04462;
text-decoration: none;
}
a:hover {
color: #334854;
}
/* Transitions on hover to avoid blinking elements */
a:hover, button:hover, input:hover {
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
}
/**
* Wrapper.
**/
#wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: calc(100vh - 20px);
margin: 20px auto 0 0;
}
/**
* Header.
**/
#header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
/**
* Logo.
**/
#header > #logo {
font-size: 48px;
font-family: 'Born', sans-serif;
font-weight: bold;
text-decoration: none;
color: #e04462;
border-bottom: 5px dotted #e04462;
}
#header > #logo:hover {
color: #f9c535;
border-bottom: 5px dotted #f9c535;
}
/**
* Navigation.
**/
#header > #menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 10px 0;
}
#header > #menu > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
#header > #menu > ul > li {
padding: 5px 10px;
font-size: 14px;
font-family: 'Born';
letter-spacing: 3px;
}
/**
* Content.
**/
main {
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;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
background: -webkit-linear-gradient(top, #334854 300px, #efecea 300px, #efecea);
background: linear-gradient(to bottom, #334854 300px, #efecea 300px, #efecea);
}
#content {
max-width: 60%;
margin: 50px 0;
padding: 20px;
color: #000;
background-color: #fff;
box-shadow: 0 5px 30px 0 rgba(0,0,0,0.3);
}
#content > h1,
#content > h2 {
margin: 10px 0;
text-align: center;
font-family: 'Born';
color: #f36b6b;
}
#content > .code {
margin: 5px 0px;
padding: 10px;
line-height: 20px;
font-family: monospace;
background-color: #334854;
color: #fff;
}
/**
* Code "highlighting"
**/
.code .line::before {
content: '$';
margin-right: 10px;
color: #1fb57b;
font-weight: bold;
}
.code .line {
display: block;
}
.code .app {
color: #c7eeff;
}
.code .special {
color: #f9c535;
}
|
static/styles/style.css
|
@font-face {
font-family: 'Born';
src: url('../fonts/bornaddict-webfont.woff2') format('woff2'),
url('../fonts/bornaddict-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/**
* HTML reset.
**/
html, body {
margin: 0;
padding: 0;
margin: 0 auto;
font-family: sans-serif;
background-color: #fff;
}
* { box-sizing: border-box; }
a {
color: #e04462;
text-decoration: none;
}
a:hover {
color: #334854;
}
/* Transitions on hover to avoid blinking elements */
a:hover, button:hover, input:hover {
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
}
/**
* Wrapper.
**/
#wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: calc(100vh - 20px);
margin: 20px auto 0 0;
}
/**
* Header.
**/
#header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
/**
* Logo.
**/
#header > #logo {
font-size: 48px;
font-family: 'Born', sans-serif;
font-weight: bold;
text-decoration: none;
color: #e04462;
border-bottom: 5px dotted #e04462;
}
#header > #logo:hover {
color: #f9c535;
border-bottom: 5px dotted #f9c535;
}
/**
* Navigation.
**/
#header > #menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 10px 0;
}
#header > #menu > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
#header > #menu > ul > li {
padding: 5px 10px;
font-size: 14px;
font-family: 'Born';
letter-spacing: 3px;
}
/**
* Content.
**/
main {
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;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
background: -webkit-linear-gradient(top, #334854 300px, #efecea 300px, #efecea);
background: linear-gradient(to bottom, #334854 300px, #efecea 300px, #efecea);
}
#content {
max-width: 60%;
margin: 50px 0;
padding: 20px;
color: #000;
background-color: #fff;
box-shadow: 0 5px 30px 0 rgba(0,0,0,0.3);
}
#content > h1,
#content > h2 {
margin: 10px 0;
text-align: center;
font-family: 'Born';
color: #f36b6b;
}
#content > .code {
margin: 5px 0px;
padding: 10px;
line-height: 20px;
font-family: monospace;
background-color: #334854;
color: #fff;
}
/**
* Code "highlighting"
**/
.code .line::before {
content: '$';
margin-right: 10px;
color: #1fb57b;
font-weight: bold;
}
.code .line {
display: block;
}
.code .app {
color: #c7eeff;
}
.code .special {
color: #f9c535;
}
| 0.34621 | 0.05113 |
textarea {
resize: none;
}
.boxstyle .box-header {
display: block;
margin: auto;
}
.boxstyle .thankyou {
background: white;
width: 100%;
}
.heading-panel p {
font-size: 22px;
padding-top: 24px;
text-align: center;
}
fieldset,
label {
margin: 0;
padding: 0;
}
/****** Style Star Rating Widget *****/
.rating {
float: right;
}
/*
.rating-box {
max-width: 670px;
}
*/
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
follow these rules. Every browser that supports :checked also supports :not(), so
it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
position: absolute;
/*top:-9999px;*/
clip: rect(0, 0, 0, 0);
visibility: hidden;
}
.rating:not(:checked) > label {
float: right;
width: 1em;
padding: 0 .1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 200%;
line-height: 1.4;
color: #ddd;
}
.rating:not(:checked) > label:before {
content: '★ ';
}
.rating > input:checked ~ label {
color: gold;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #79C8FC;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
color: #ea0;
}
.rating > label:active {
position: relative;
top: 2px;
left: 2px;
}
fieldset {
display: inline;
}
.input-margin {
margin-left: 15px !important;
}
.label-margin {
padding-left: 10px;
padding-right: 10px;
font-weight: 400;
position: relative;
top: -2px;
}
.img_box {
background: #f7f7f7;
padding: 30px 15px;
border: #e7e7e7 solid 1px;
border-radius: 5px;
margin-top: 22px;
}
.img_box p {
text-align: left;
}
.gry_bg {
background: #f6f6f6;
width: 100%;
padding: 30px 0px 0px 0px;
min-height: 340px;
margin-bottom: 10em;
}
.ontime_radio {
float: right;
margin-right: 10px;
margin-top: 10px;
}
@media (max-width: 769px) {
.heading-panel h1 {
font-size: 26px;
}
.heading-panel h2 {
font-size: 20px;
line-height: 26px;
}
.heading-panel p {
font-size: 15px;
line-height: 20px;
}
.rating-box h5 {
font-size: 15px;
font-weight: 600;
}
.box-header .container {
padding: 0 15px;
}
}
@media (max-width: 480px) {
.rating:not(:checked) > label {
font-size: 160% !important;
line-height: 1.8 !important;
}
.heading-panel h1 {
font-size: 26px;
}
.heading-panel h2 {
font-size: 20px;
line-height: 26px;
}
.heading-panel p {
font-size: 15px;
line-height: 20px;
}
.box-header .container {
padding: 0 15px;
}
.boxstyle .box-header h4 {
padding: 14px !important;
}
}
@media (max-width: 640px) and (min-width: 320px) {
.container {
width: 95%;
}
}
@media(max-width: 991px) {
.rating-box h5 {
line-height: 18px;
}
.rating-box h5,
.ontime_radio {
display: block!important;
}
.ontime_radio,
.rating {
float: none;
}
.make-offer .input-margin {
margin-left: 0!important;
margin-top: 0;
}
.img_box {
padding-top: 0;
padding-bottom: 8px;
}
}
|
assets/css/common.css
|
textarea {
resize: none;
}
.boxstyle .box-header {
display: block;
margin: auto;
}
.boxstyle .thankyou {
background: white;
width: 100%;
}
.heading-panel p {
font-size: 22px;
padding-top: 24px;
text-align: center;
}
fieldset,
label {
margin: 0;
padding: 0;
}
/****** Style Star Rating Widget *****/
.rating {
float: right;
}
/*
.rating-box {
max-width: 670px;
}
*/
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
follow these rules. Every browser that supports :checked also supports :not(), so
it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
position: absolute;
/*top:-9999px;*/
clip: rect(0, 0, 0, 0);
visibility: hidden;
}
.rating:not(:checked) > label {
float: right;
width: 1em;
padding: 0 .1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 200%;
line-height: 1.4;
color: #ddd;
}
.rating:not(:checked) > label:before {
content: '★ ';
}
.rating > input:checked ~ label {
color: gold;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #79C8FC;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
color: #ea0;
}
.rating > label:active {
position: relative;
top: 2px;
left: 2px;
}
fieldset {
display: inline;
}
.input-margin {
margin-left: 15px !important;
}
.label-margin {
padding-left: 10px;
padding-right: 10px;
font-weight: 400;
position: relative;
top: -2px;
}
.img_box {
background: #f7f7f7;
padding: 30px 15px;
border: #e7e7e7 solid 1px;
border-radius: 5px;
margin-top: 22px;
}
.img_box p {
text-align: left;
}
.gry_bg {
background: #f6f6f6;
width: 100%;
padding: 30px 0px 0px 0px;
min-height: 340px;
margin-bottom: 10em;
}
.ontime_radio {
float: right;
margin-right: 10px;
margin-top: 10px;
}
@media (max-width: 769px) {
.heading-panel h1 {
font-size: 26px;
}
.heading-panel h2 {
font-size: 20px;
line-height: 26px;
}
.heading-panel p {
font-size: 15px;
line-height: 20px;
}
.rating-box h5 {
font-size: 15px;
font-weight: 600;
}
.box-header .container {
padding: 0 15px;
}
}
@media (max-width: 480px) {
.rating:not(:checked) > label {
font-size: 160% !important;
line-height: 1.8 !important;
}
.heading-panel h1 {
font-size: 26px;
}
.heading-panel h2 {
font-size: 20px;
line-height: 26px;
}
.heading-panel p {
font-size: 15px;
line-height: 20px;
}
.box-header .container {
padding: 0 15px;
}
.boxstyle .box-header h4 {
padding: 14px !important;
}
}
@media (max-width: 640px) and (min-width: 320px) {
.container {
width: 95%;
}
}
@media(max-width: 991px) {
.rating-box h5 {
line-height: 18px;
}
.rating-box h5,
.ontime_radio {
display: block!important;
}
.ontime_radio,
.rating {
float: none;
}
.make-offer .input-margin {
margin-left: 0!important;
margin-top: 0;
}
.img_box {
padding-top: 0;
padding-bottom: 8px;
}
}
| 0.277571 | 0.182389 |
.row{
margin-top:40px;
padding: 0 10px;
}
.clickable{
cursor: pointer;
}
.panel-heading div {
margin-top: -18px;
font-size: 15px;
}
.panel-heading div span{
margin-left:5px;
}
.panel-body{
display: none;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width:50%;
padding: 0 10px;
}
.row {
margin: 7px 0px ;
width: 100%;
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
text-align: center;
background-color: #fafafa;
}
body {
background: #fafafa;
color: #333333;
margin-top: 5rem;
font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #444444;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
|
Miniature Hospital Management System/hospital_app/static/hospital_app/main.css
|
.row{
margin-top:40px;
padding: 0 10px;
}
.clickable{
cursor: pointer;
}
.panel-heading div {
margin-top: -18px;
font-size: 15px;
}
.panel-heading div span{
margin-left:5px;
}
.panel-body{
display: none;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width:50%;
padding: 0 10px;
}
.row {
margin: 7px 0px ;
width: 100%;
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
text-align: center;
background-color: #fafafa;
}
body {
background: #fafafa;
color: #333333;
margin-top: 5rem;
font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #444444;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
| 0.259544 | 0.062189 |
.link-not-active {
pointer-events: none;
cursor: default;
}
.word-wrap{
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.breadcrumb{
padding-top: 10px;
}
.breadcrumb > .active > a {
font-weight: 700;
}
/*
STICKY BUTTONS
*/
.sticky-button-position{
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
}
.sticky-button {
width: 42px;
height: 42px;
display: block;
background: #1ab394;
padding: 9px 8px;
text-align: center;
color: #fff;
border-radius: 50%;
}
.sticky-button-notification{
background: #f8ac59;
}
.sticky-button-chat{
background: #1ab394;
}
.sticky-button-icon{
font-size: 22px !important;
margin-top: -20px;
}
/* Small Devices, Tablets */
@media (max-width: 991px) {
.container{
width: initial;
}
}
/*
Gallery used for Forums
*/
.lightBoxGallery{
}
.lightBoxGallery > a{
position:relative;
margin-bottom:20px;
margin-right:10px;
display: inline-block;
}
.lightBoxGallery > a > img{
width: 150px;
height: 150px;
margin: 0;
}
.lightBoxGallery > a > span {
position:absolute;
bottom:0;
left:0;
background:#000;
color:#fff;
width:100%;
margin:0;
opacity: 0.7;
text-align: center;
}
/*
PREVIEW PAGES
*/
.header-cover{
min-height: 350px;
background-position: center;
background-size: cover;
}
.header-cover-layover{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
}
.header-cover-description {
margin-top: 80px;
}
.header-cover-description > div > img {
max-width: 128px;
max-height: 128px;
margin-right: 30px;
float: left;
}
.header-cover-description > div > .row {
display: inline-block;
}
.header-cover-description > div > .row > h1{
background-color: rgba(0, 0, 0, 0.6);
display: inherit;
color: white;
}
.header-cover-description > div > .row > h2{
display: inherit;
background-color: rgba(0, 0, 0, 0.6);
color:white;
}
@media (max-width: 768px) {
.header-cover-description {
margin-top: 80px;
}
}
.header-cover-toolbar{
}
.header-cover-toolbar-label {
cursor: pointer;
display: inline-block;
}
.header-cover-toolbar-label >span {
margin-left: $line-height-computed;
}
/*
BOOTSTRAP MODAL BUG FIX https://github.com/twbs/bootstrap/issues/14040
*/
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 17px;
}
/*
TO SUPPORT FULL WIDTH DIVS
*/
.top-navigation .wrapper.wrapper-content {
padding: 0;
}
/*
FILE UPLOAD DROP ZONE
*/
div.filepicker {
text-align: center;
padding: 5px;
border-radius: 5px;
min-height: 60px;
background-color: #f9f9f9;
border: 2px dashed #aca9f7;
}
/* Icon */
.filepicker-file-icon
{
position: relative;
display: inline-block;
margin: 1.5em 0 2.5em 0;
padding-left: 45px;
color: black;
}
.filepicker-file-icon::before
{
position: absolute;
top: -7px;
left: 0;
width: 29px;
height: 34px;
content: '';
border: solid 2px #7F7F7F;
border-radius: 2px;
}
.filepicker-file-icon::after
{
font-size: 11px;
line-height: 1.3;
position: absolute;
top: 9px;
left: -4px;
padding: 0 2px;
content: 'file';
content: attr(data-filetype);
text-align: right;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
background-color: #000;
}
.filepicker-file-icon .fileCorner
{
position: absolute;
top: -7px;
left: 22px;
width: 0;
height: 0;
border-width: 11px 0 0 11px;
border-style: solid;
border-color: white transparent transparent #920035;
}
.dz-default.dz-message{
margin: 1em 0 !important;
}
.dz-success-mark{
width: 44%;
height: 0px;
padding-bottom: 44%;
border-radius: 50%;
-webkit-border-radius: 50%;
background-color: goldenrod;
}
.dz-error-mark{
width: 44%;
height: 0px;
padding-bottom: 44%;
border-radius: 50%;
-webkit-border-radius: 50%;
background-color: darkred;
}
.dz-error-message{
margin-top:20px;
}
.dz-remove{
background-color: beige;
}
/*
*/
/* TOPIC
/*
* Component: Topic question
* -------------------
*/
.avatar-reply-image {
max-width: 45px;
max-height: 45px;
font-size: 25px;
border-radius: 50%;
/*position: absolute;
left: 0;
top: 0;*/
}
.avatar-reply-circle {
max-width: 14px;
max-height: 14px;
text-align: center;
position: absolute;
left: 5px;
top: 40px;
}
.topic-question {
/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
*/
border-radius: 10px;
border: 1px solid #b7b5b5;
margin-top: 0;
background: #fff;
color: #444;
margin-left: 0px;
margin-right: 0px;
padding: 0;
position: relative;
}
.topic-question > h1{
font-size: 20px;
margin: 15px 15px 0;
}
.topic-question > .information {
color: #999;
float: right;
padding: 10px;
font-size: 12px;
}
.topic-question-image{
background-color: white;
padding: 0 10px 10px 0;
float: left;
width: 40%;
}
.topic-question > .topic-question-header {
margin: 10px 10px 0;
color: #444;
font-size: 16px;
padding: 10px 10px 0 0;
/*
border-bottom: 1px solid #f4f4f4;
line-height: 1.1;*/
}
.topic-question > .topic-question-header > a {
color: #3e1d8c;
font-weight: 600;
}
.topic-question > .topic-question-sub-header {
margin: 0;
color: #444;
padding: 5px 10px 0;
line-height: 1.1;
font-size: 12px;
}
.topic-question > .topic-question-body{
padding: 10px 10px 0;
color: black;
}
.topic-question > .topic-question-footer,
.topic-question-footer{
overflow: hidden;
padding-bottom: 7px;
padding-top: 7px;
margin-right:0;
color:black;
}
.topic-question > .topic-question-footer > .topic-question-SubReplies{
padding-top: 10px;
padding-left: 0px;
overflow: hidden;
margin-left: -9px;
}
.topic-question > .fa,
.topic-question > .glyphicon,
.topic-question > .ion {
width: 40px;
height: 40px;
font-size: 25px;
position: absolute;
line-height: 38px;
position: absolute;
color: #666;
background: #d2d6de;
border-radius: 50%;
text-align: center;
left: 1px;
top: 0;
}
.avatar-topic-question-image {
max-width: 45px;
max-height: 45px;
position: absolute;
background: #d2d6de;
border-radius: 50%;
left: -6px;
top: -5px;
}
.avatar-topic-question-circle {
max-width: 14px;
max-height: 14px;
position: absolute;
text-align: center;
left: 27px;
top: 26px;
}
.topic-question > .topic-question-item {
background: #f0f0f0;
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
}
.formHeadLine{
border-bottom: 1px solid #f4f4f4;
margin: 5px 0 5px 0;
}
/* FORUM TABLE
============================================================*/
.table > .table > .forum-posts-table > .table-hover tr:hover
{
background-color: #ffff99;
}
.table-forums{
width:100%;
margin-bottom:15px;
background-color: white;
}
.table-forums > tbody > tr > th,
.table-forums > tbody > tr > td{
padding-left: 0;
padding-right: 0;
text-align: center;
}
.table-forums > tbody > tr > th:nth-child(1)
{
text-align: left;
padding-left: 5px
}
.table-forums > tbody > tr > th:nth-child(2),
.table-forums > tbody > tr > th:nth-child(3)
{
width: 25px
}
.table-forums > tbody > tr > th > h3 > img{
max-height:80px;
padding-right:10px
}
.table-forums > tbody > tr > td{
text-align: left;
padding-left: 5px;
padding-bottom: 0;
}
.table-forums > tbody > tr > th > h3,
.table-forums > tbody > tr > td > h3
{
margin:0;
font-weight: bold;
}
@media (min-width: 1199px) {
.table-forums > tbody > tr > th > h3,
.table-forums > tbody > tr > td > h3{
font-size: 24px;
}
}
@media (max-width: 1199px) {
.table-forums >tbody > tr > th > h3,
.table-forums >tbody > tr > td > h3{
font-size: 21px;
}
}
@media (max-width: 991px) {
.table-forums >tbody > tr > th > h3,
.table-forums >tbody > tr > td > h3{
font-size: 17px;
}
}
.table-forums-topic-image{
float: left;
margin: 0 15px 15px 0;
width: 25%;
}
.table-forums-topic-title{
font-weight: 700;
font-size: 18px;
word-wrap: break-word;
}
.table-forums-topic-body{
white-space: pre-wrap;
}
.table-forums-icon {
font-size:24px !important;
}
@media (max-width: 991px) {
.table-forums-icon {
font-size:18px !important;
}
}
|
public/res/customSkyHubStyle.css
|
.link-not-active {
pointer-events: none;
cursor: default;
}
.word-wrap{
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.breadcrumb{
padding-top: 10px;
}
.breadcrumb > .active > a {
font-weight: 700;
}
/*
STICKY BUTTONS
*/
.sticky-button-position{
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
}
.sticky-button {
width: 42px;
height: 42px;
display: block;
background: #1ab394;
padding: 9px 8px;
text-align: center;
color: #fff;
border-radius: 50%;
}
.sticky-button-notification{
background: #f8ac59;
}
.sticky-button-chat{
background: #1ab394;
}
.sticky-button-icon{
font-size: 22px !important;
margin-top: -20px;
}
/* Small Devices, Tablets */
@media (max-width: 991px) {
.container{
width: initial;
}
}
/*
Gallery used for Forums
*/
.lightBoxGallery{
}
.lightBoxGallery > a{
position:relative;
margin-bottom:20px;
margin-right:10px;
display: inline-block;
}
.lightBoxGallery > a > img{
width: 150px;
height: 150px;
margin: 0;
}
.lightBoxGallery > a > span {
position:absolute;
bottom:0;
left:0;
background:#000;
color:#fff;
width:100%;
margin:0;
opacity: 0.7;
text-align: center;
}
/*
PREVIEW PAGES
*/
.header-cover{
min-height: 350px;
background-position: center;
background-size: cover;
}
.header-cover-layover{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
}
.header-cover-description {
margin-top: 80px;
}
.header-cover-description > div > img {
max-width: 128px;
max-height: 128px;
margin-right: 30px;
float: left;
}
.header-cover-description > div > .row {
display: inline-block;
}
.header-cover-description > div > .row > h1{
background-color: rgba(0, 0, 0, 0.6);
display: inherit;
color: white;
}
.header-cover-description > div > .row > h2{
display: inherit;
background-color: rgba(0, 0, 0, 0.6);
color:white;
}
@media (max-width: 768px) {
.header-cover-description {
margin-top: 80px;
}
}
.header-cover-toolbar{
}
.header-cover-toolbar-label {
cursor: pointer;
display: inline-block;
}
.header-cover-toolbar-label >span {
margin-left: $line-height-computed;
}
/*
BOOTSTRAP MODAL BUG FIX https://github.com/twbs/bootstrap/issues/14040
*/
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 17px;
}
/*
TO SUPPORT FULL WIDTH DIVS
*/
.top-navigation .wrapper.wrapper-content {
padding: 0;
}
/*
FILE UPLOAD DROP ZONE
*/
div.filepicker {
text-align: center;
padding: 5px;
border-radius: 5px;
min-height: 60px;
background-color: #f9f9f9;
border: 2px dashed #aca9f7;
}
/* Icon */
.filepicker-file-icon
{
position: relative;
display: inline-block;
margin: 1.5em 0 2.5em 0;
padding-left: 45px;
color: black;
}
.filepicker-file-icon::before
{
position: absolute;
top: -7px;
left: 0;
width: 29px;
height: 34px;
content: '';
border: solid 2px #7F7F7F;
border-radius: 2px;
}
.filepicker-file-icon::after
{
font-size: 11px;
line-height: 1.3;
position: absolute;
top: 9px;
left: -4px;
padding: 0 2px;
content: 'file';
content: attr(data-filetype);
text-align: right;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
background-color: #000;
}
.filepicker-file-icon .fileCorner
{
position: absolute;
top: -7px;
left: 22px;
width: 0;
height: 0;
border-width: 11px 0 0 11px;
border-style: solid;
border-color: white transparent transparent #920035;
}
.dz-default.dz-message{
margin: 1em 0 !important;
}
.dz-success-mark{
width: 44%;
height: 0px;
padding-bottom: 44%;
border-radius: 50%;
-webkit-border-radius: 50%;
background-color: goldenrod;
}
.dz-error-mark{
width: 44%;
height: 0px;
padding-bottom: 44%;
border-radius: 50%;
-webkit-border-radius: 50%;
background-color: darkred;
}
.dz-error-message{
margin-top:20px;
}
.dz-remove{
background-color: beige;
}
/*
*/
/* TOPIC
/*
* Component: Topic question
* -------------------
*/
.avatar-reply-image {
max-width: 45px;
max-height: 45px;
font-size: 25px;
border-radius: 50%;
/*position: absolute;
left: 0;
top: 0;*/
}
.avatar-reply-circle {
max-width: 14px;
max-height: 14px;
text-align: center;
position: absolute;
left: 5px;
top: 40px;
}
.topic-question {
/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
*/
border-radius: 10px;
border: 1px solid #b7b5b5;
margin-top: 0;
background: #fff;
color: #444;
margin-left: 0px;
margin-right: 0px;
padding: 0;
position: relative;
}
.topic-question > h1{
font-size: 20px;
margin: 15px 15px 0;
}
.topic-question > .information {
color: #999;
float: right;
padding: 10px;
font-size: 12px;
}
.topic-question-image{
background-color: white;
padding: 0 10px 10px 0;
float: left;
width: 40%;
}
.topic-question > .topic-question-header {
margin: 10px 10px 0;
color: #444;
font-size: 16px;
padding: 10px 10px 0 0;
/*
border-bottom: 1px solid #f4f4f4;
line-height: 1.1;*/
}
.topic-question > .topic-question-header > a {
color: #3e1d8c;
font-weight: 600;
}
.topic-question > .topic-question-sub-header {
margin: 0;
color: #444;
padding: 5px 10px 0;
line-height: 1.1;
font-size: 12px;
}
.topic-question > .topic-question-body{
padding: 10px 10px 0;
color: black;
}
.topic-question > .topic-question-footer,
.topic-question-footer{
overflow: hidden;
padding-bottom: 7px;
padding-top: 7px;
margin-right:0;
color:black;
}
.topic-question > .topic-question-footer > .topic-question-SubReplies{
padding-top: 10px;
padding-left: 0px;
overflow: hidden;
margin-left: -9px;
}
.topic-question > .fa,
.topic-question > .glyphicon,
.topic-question > .ion {
width: 40px;
height: 40px;
font-size: 25px;
position: absolute;
line-height: 38px;
position: absolute;
color: #666;
background: #d2d6de;
border-radius: 50%;
text-align: center;
left: 1px;
top: 0;
}
.avatar-topic-question-image {
max-width: 45px;
max-height: 45px;
position: absolute;
background: #d2d6de;
border-radius: 50%;
left: -6px;
top: -5px;
}
.avatar-topic-question-circle {
max-width: 14px;
max-height: 14px;
position: absolute;
text-align: center;
left: 27px;
top: 26px;
}
.topic-question > .topic-question-item {
background: #f0f0f0;
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
}
.formHeadLine{
border-bottom: 1px solid #f4f4f4;
margin: 5px 0 5px 0;
}
/* FORUM TABLE
============================================================*/
.table > .table > .forum-posts-table > .table-hover tr:hover
{
background-color: #ffff99;
}
.table-forums{
width:100%;
margin-bottom:15px;
background-color: white;
}
.table-forums > tbody > tr > th,
.table-forums > tbody > tr > td{
padding-left: 0;
padding-right: 0;
text-align: center;
}
.table-forums > tbody > tr > th:nth-child(1)
{
text-align: left;
padding-left: 5px
}
.table-forums > tbody > tr > th:nth-child(2),
.table-forums > tbody > tr > th:nth-child(3)
{
width: 25px
}
.table-forums > tbody > tr > th > h3 > img{
max-height:80px;
padding-right:10px
}
.table-forums > tbody > tr > td{
text-align: left;
padding-left: 5px;
padding-bottom: 0;
}
.table-forums > tbody > tr > th > h3,
.table-forums > tbody > tr > td > h3
{
margin:0;
font-weight: bold;
}
@media (min-width: 1199px) {
.table-forums > tbody > tr > th > h3,
.table-forums > tbody > tr > td > h3{
font-size: 24px;
}
}
@media (max-width: 1199px) {
.table-forums >tbody > tr > th > h3,
.table-forums >tbody > tr > td > h3{
font-size: 21px;
}
}
@media (max-width: 991px) {
.table-forums >tbody > tr > th > h3,
.table-forums >tbody > tr > td > h3{
font-size: 17px;
}
}
.table-forums-topic-image{
float: left;
margin: 0 15px 15px 0;
width: 25%;
}
.table-forums-topic-title{
font-weight: 700;
font-size: 18px;
word-wrap: break-word;
}
.table-forums-topic-body{
white-space: pre-wrap;
}
.table-forums-icon {
font-size:24px !important;
}
@media (max-width: 991px) {
.table-forums-icon {
font-size:18px !important;
}
}
| 0.367157 | 0.059319 |
img {max-width:100%;}
pre {
font-family: monospace;
font-size: 0.5em;
padding: 0 0.1rem;
overflow: scroll;
word-break: keep-all;
background-color: #f5fcfb;
border-left: 1px solid #0085E1;
line-height: 1.5em;
font-family: "Helvetica Regular"; }
.stretch,
.clear {
clear:both;
height:1px;
margin:0;
padding:0;
font-size: 15px;
line-height: 1px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
.replace {
display:block;
background-repeat: no-repeat;
background-position: left top;
background-color:transparent;
}
.replace * {
text-indent: -10000px;
display:block;
background-repeat: no-repeat;
background-position: left top;
background-color:transparent;
}
.replace a {
text-indent:0;
}
.replace a span {
text-indent:-10000px;
}
span.accesskey {
text-decoration:none;
}
.accessibility {
position: absolute;
top: -999em;
left: -999em;
}
body {
text-align: left;
font-family: Helvetica, Tahoma, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
color: black;
}
img {
border: 0;
}
h1 {
font-size: 2em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding: 0;
color: black;
}
h2 {
font-size: 1.5em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding: 0;
color: black;
}
h3 {
font-size: 1.2em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding:0;
color: black;
}
h4 {
font-size: 1.15em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
h5 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
p {
margin: 0;
padding: 0;
}
blockquote {
border-left:10px solid #ddd;
margin-left:10px;
}
strong, b {
font-weight: bold;
}
em, i {
font-style:italic;
}
code {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
white-space: pre;
}
ul {
margin: 0 0 1.5em 0;
padding: 0;
}
ul li {
margin: 0 0 0.25em 30px;
padding: 0;
}
ol {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
padding: 0;
}
ol li {
font-size: 1.0em;
margin: 0 0 0.25em 30px;
padding: 0;
}
dl {
margin: 0 0 1.5em 0;
padding: 0;
line-height: 1.4em;
}
dl dt {
margin: 0.25em 0 0.25em 0;
padding: 0;
}
dl dd {
margin: 0 0 0 30px;
padding: 0;
}
th {
font-weight: bold;
text-align: left;
}
td {
font-size: 1em;
}
/* END TABLE */
hr {
height: 1px;
margin: 1.5em 10px;
border-bottom: black thin;
}
div.topic_page {
color: #069;
}
form {
margin:0;
padding:0;
clear: both;
}
form div,
form p {
font-size: 1em;
margin: 0 0 1em 0;
padding: 0;
}
label {
font-weight: bold;
float: left;
width: 25%;
}
fieldset {
border: 1px solid #eee;
padding: 5px 10px;
margin: 0;
}
fieldset legend {
color: #666;
font-size: 1.1em;
font-weight: bold;
margin: 0 0 0 0px;
padding: 0;
}
* html fieldset legend {
margin: 0 0 10px -10px;
}
fieldset ul {
list-style: none;
margin: 0 0 1.5em 0;
padding: 0;
}
fieldset ul li {
list-style: none;
margin: 0 0 0.5em 0;
padding: 0;
}
input.text, select, textarea {
margin: 0;
border: 1px solid #069;
padding: 1px 3px;
vertical-align: middle;
}
input.text {
height: 18px;
font-family: Arial, sans-serif, Verdana, Tahoma, Helvetica;
}
input.check {
border: none;
width: auto;
height: auto;
margin: 0;
}
input.radio {
border: none;
width: auto;
height: auto;
margin: 0;
}
input.file {
height: auto;
width: 250px;
}
input.readonly {
background-color: transparent;
border: none;
}
input.button, input.submit {
background: #006699;
color: white;
cursor:pointer;
font-size: 1em;
height:23px;
padding:2px 5px;
border:1px solid #d2f3fd;
vertical-align: middle;
}
input.image {
border: none;
width: auto;
height: auto;
}
textarea {
font-size: 1em;
}
form div.submit {
margin: 1em 0;
}
form div.submit input {
height: 2em;
width: 15em;
}
div#nav div.wrapper {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
font-size: 13px;
padding-bottom: 6px;
background: #6293bb url(/images/shadow.png) repeat-x bottom left;
}
div#nav ul {
width: 100%;
margin: 0;
padding: 0;
}
div#nav li {
float: left;
display: inline;
list-style: none;
margin: 0;
padding: 0 10px;
line-height: 1em;
background-image: url(/images/line_white.gif);
background-position: right center;
background-repeat: no-repeat;
}
div#nav li.last {
background: none;
}
div#nav a,
div#nav a:link,
div#nav a:active,
div#nav a:visited {
display: inline-block;
/* hide from ie/mac \*/
display: block;
/* end hide */
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 7px 13px;
color: white;
}
div#nav .subnav a,
div#nav .subnav a:link,
div#nav .subnav a:active,
div#nav .subnav a:visited {
display: inline-block;
padding: 7px 6px;
}
div#nav a:hover, div#nav a.selected {
background-color: #3671a5;
}
div#content {
position: relative;
width: 700px;
margin: 0 auto 20px auto;
text-align: left;
}
div#main {
float: left;
width: 700px;
display: inline;
border: none;
}
div#local {
float: left;
width: 200px;
display: inline;
}
div#sub {
display: none;
}
div#nav {
position: absolute;
top: -15px;
left: 0;
width: 100%;
text-align: left;
}
body {
margin: 0;
padding: 0;
background: white;
text-align: center;
}
div#page {
width: 950px;
margin: 0 auto;
padding: 0;
background: white;
text-align: center;
}
div#header {
padding: 0;
margin: 0;
color: white;
background-color: white;
}
div#branding {
float: left;
margin: 1px 0;
text-align: left;
}
div#search {
float: right;
width: 49%;
margin: 0;
padding: 16px 20px 0 0;
text-align: right;
}
div#content {
margin-top: 35px;
}
div#footer {
color: black;
background-color: white;
}
div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
}
ul.subnav {
margin: 0;
padding: 0;
font-size: 0.8em;
list-style: none;
}
ul.subnav li {
margin: 0 0 1em 0;
padding: 0;
list-style: none;
}
ul.subnav li a,
ul.subnav li a:link,
ul.subnav li a:visited,
ul.subnav li a:active {
text-decoration: none;
font-weight: bold;
color: black;
}
ul.subnav li a:hover {
text-decoration: underline;
}
ul.subnav li strong {
padding: 0 0 0 12px;
background: url("/i/subnav-highlight.gif") left top no-repeat transparent;
}
ul.subnav li strong a,
ul.subnav li strong a:link,
ul.subnav li strong a:visited,
ul.subnav li strong a:active {
color: white;
background-color: black;
}
a {
color: #006699;
text-decoration: none;
}
blockquote {
}
cite {
font-weight: bold;
margin-left: 3px;
}
div#user_nav {
margin: 3px 0 0 0;
padding: 2px;
text-align: right;
float: right;
}
div#user_nav a.nobg {
background: none;
}
div#user_nav a.welcome {
color: #E28822;
font-weight: bold;
padding-right: 10px;
}
div#user_nav a:hover.welcome {
text-decoration: none;
color: #E28822;
background-color: transparent;
}
div#user_nav a.new_reply {
color: red;
padding-left: 0;
}
div#user_nav a:hover.new_reply {
text-decoration: none;
color: red;
background-color: transparent;
}
div#user_nav a {
text-decoration: none;
padding:2px 6px 1px 6px;
color: gray;
line-height: 1em;
background-image: url(/images/line_gray.gif);
background-position: right center;
background-repeat: no-repeat;
}
div#user_nav a:hover {
text-decoration: underline;
color: white;
background-color: gray;
}
div.quick_menu {
background-color:white;
border:1px solid #DDDDDD;
text-align:left;
top: 30px;
position: absolute;
width:70px;
z-index: 9999;
}
div.quick_menu a {
background-image: none !important;
display: block !important;
padding: 3px 6px 3px 10px !important;
text-decoration: none !important;
line-height: 20px !important;
}
div#location_ad {
float:left;
background-image:url(/images/yellow_east_arrow.gif);
background-repeat: no-repeat;
background-position:left center;
margin-top: 5px;
padding-left: 12px;
}
div#site_nav ul {
width: auto;
width: 100%;
margin: 0;
padding: 0;
line-height: 1em;
list-style: none;
}
div#site_nav li {
display: inline;
list-style: none;
margin: 0;
padding: 3px 10px 3px 10px;
line-height: 1em;
border-right: 1px solid #aaa;
}
div#site_nav li.last {
border-right: none;
}
div#channel_nav {
position:absolute;
left: 0;
top: 0px;
}
div#channel_nav ul {
width: auto;
width: 100%;
margin: 0;
padding: 0;
line-height: 1em;
list-style: none;
}
div#channel_nav li {
display: inline;
float: left;
list-style: none;
margin: 0;
line-height: 1em;
border: 1px solid #feddca;
border-right: 0px;
}
div#channel_nav li.last {
border-right: 1px solid #feddca;
}
div#channel_nav a {
display: inline-block;
/* hide from ie/mac \*/
display: block;
/* end hide */
text-decoration: none;
margin: 0;
padding: 4px 25px;
color: green;
}
div#channel_nav a:hover, div#channel_nav a.selected {
background-color: #feddca;
}
div#gg {
float: right;
margin: 2px 0;
width: 728px;
}
div#copyright {
padding: 10px;
}
.pagination {
padding: 5px;
float: right;
}
.pagination a, .pagination a:link, .pagination a:visited {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #aaaadd;
text-decoration: none;
color: #006699;
}
.pagination a:hover, .pagination a:active {
border: 1px solid #006699;
color: #000;
text-decoration: none;
}
.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #006699;
font-weight: bold;
background-color: #006699;
color: #FFF;
}
.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #eee;
color: #ddd;
}
a.underline, .underline a { text-decoration: underline; }
.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #5f5; }
.hilite3 { background-color: #afa; }
.hilite4 { background-color: #0ff; }
span.arrow {
font-weight:normal;
font-size:0.9em;
color:#999;
}
.validation-advice {
margin: 0;
padding: 0 0 0 3px;
color : #FF3300;
font-weight: bold;
}
.odd {
background-color: white;
}
.highlight,
.highlight a,
.highlight a:link,
.highlight a:active,
.highlight a:visited {
font-weight: bold;
text-decoration: none;
color: #e28822;
}
.highlight a:hover {
text-decoration: none;
color: #ffffff;
background-color: #e28822;
}
.rss {
background-image: url(/images/rss.png);
background-position: right center;
background-repeat: no-repeat;
margin-right: 5px;
padding-right: 50px;
}
.row1 {
width: 155px;
font-weight: bold;
background-color: #efefef;
}
.row2 {
background-color: #dee3e7;
}
.row3 {
background-color: #eee;
}
.crumbs a {
text-decoration: underline;
}
.flash_error, .flash_notice {
font-weight: bold;
background-repeat: no-repeat;
padding: 10px 40px;
margin: 0 10px;
}
.flash_error {
color: #f30;
background-image: url(/images/icon_error_lrg.gif);
}
.flash_notice {
background-image: url(/images/icon_success_lrg.gif);
}
select.validation-failed, input.validation-failed, textarea.validation-failed {
border: 3px solid #FF0000;
}
* html select.validation-failed {
background-color: #FF0000;
}
span.field_error {
display: none;
}
div.quote_title {
font-weight: bold;
padding: 5px;
margin: 5px 0 0 15px;
}
div.quote_div {
border: 1px solid #ccc;
margin: 0 5px 5px 15px;
padding: 3px;
background: #fafafa;
}
div.attachments {
border-top: 1px solid #999999;
margin-top: 10px;
}
div.attachments ul, div.postauthor ul {
list-style: none;
}
div.attachments ul {
margin: 5px;
padding: 5px;
border: 1px solid #cccccc;
}
img.magplus {
cursor: url(/images/magplus.gif), pointer;
}
div.logo {
float: left;
padding: 2px 6px 6px 2px;
background-image: url(/images/logo_bg.gif);
background-repeat: no-repeat;
}
span.thumb_box {
display: table-cell;
vertical-align:middle;
height: 95px;
width: 130px;
text-align:center;
/* hack for ie */
*display: block;
*font-size: 90px;
/* end */
border: 1px solid #ccc;
}
span.thumb_box img {
vertical-align:middle;
}
.right {
float: right;
}
.left {
float: left;
}
table.bbcode {
border: 1px solid #ccc;
}
table.bbcode td {
border: 1px solid #ccc;
padding: 3px;
}
div#search_engine_box {
text-align: left;
position: fixed;
bottom: 0px;
right: 0px;
width: 240px;
border: 1px solid #ccc;
background-color: white;
}
#search_engine_box h2 {
padding: 5px;
background-color: #526EA6;
color: white;
font-size: 12px;
font-weight: normal;
}
#search_engine_box h2 span {
color: black;
}
#search_engine_box h2 a {
color: white;
position: absolute;
right: 5px;
}
#search_engine_box div {
padding: 0 5px;
}
#search_engine_box li {
margin-left: 15px;
list-style: square;
}
* html div#search_engine_box {
position: absolute;
right: auto; bottom: auto;
left: expression( ( 0 - search_engine_box.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - search_engine_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div#chat_button {
text-align: right;
position: fixed;
bottom: 0px;
right: 10px;
width: 80px;
border: 1px solid #ccc;
padding: 2px;
vertical-align: middle;
background-color: #eee;
}
div#chat_input {
position: fixed;
bottom: 25px;
right: 10px;
text-align: left;
}
#chat_iframe {
width: 360px;
background-color: transparent;
}
div#chat_button img {
vertical-align: middle;
}
* html div#chat_button {
position: absolute;
right: auto; bottom: auto;
left: expression( ( 0 - chat_button.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - chat_button.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
* html div#chat_input {
position: absolute;
right: auto; bottom: auto;
left: expression( ( 0 - chat_input.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( -25 - chat_input.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.tooltip {
position: absolute!important;
overflow:hidden;
font-size: 12px;
z-index: 10000!important;
}
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }
.tooltip .xboxcontent {
padding: 0 .5em;
margin: 0;
color: #000;
text-shadow: 2px 2px 0px #CCC;
word-wrap:break-word;
border: 1px solid #333;
border-width: 0px 1px 0 1px;
background-color: #666;
padding: 0 20px;
font-size: 125%;
text-align: center;
}
div#site_nav, div#channel_nav {
z-index: 1;
}
div#header {
z-index: 2;
position: relative;
}
.logo a:hover {
background-color: inherit;
}
input#login_button {
width: 147px;
height: 34px;
background: url(/images/login_button.jpg) no-repeat;
cursor: pointer;
border: 0 none;
font-size:0;
color: #0056ad;
}
#favorite_form_container {
width: 580px;
height:250px;
padding: 10px;
text-align: left;
position: absolute;
z-index: 777;
background: url(/images/app/bg_new.png) no-repeat;
font-size:12px;
}
*html #favorite_form_container{background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/app/bg_new.png' ,sizingMethod='crop');}
#favorite_form_container .cont{width:580px; height:250px; background:#fff; }
#favorite_form_wrapper {
position: relative;
padding-left:15px;
}
#close_list{overflow:hidden; text-align:right; border-bottom:1px dashed #ccc; background:#eeeeee; padding:5px 10px; margin-bottom:20px; width:560px;}
#favorite_form_close{cursor:pointer;}
#favorite_form_success{text-align:center;font-size:18px;margin-top:70px;}
#favorite_form_success img{vertical-align: bottom;margin-right:10px;}
.title .news_tag{text-align:center;}
div#page {
width: 100%;
}
div#header {
height: 30px;
}
div#header, div#content, div#branding {
margin:0 auto;
position: relative;
}
div#blog_site_nav {
float: left;
margin-top: 3px;
}
div#blog_site_nav a.homepage{
background-image: url(/images/logo-small.gif);
background-position: left center;
background-repeat: no-repeat;
padding-left: 77px;
}
div#blog_site_nav a {
padding: 3px 5px;
line-height: 2.2em;
}
a#msna {
text-decoration: none;
}
div#branding {
float: none;
color: white;
}
div#branding h1 {
margin: 0;
padding-top: 8px;
font-size: 30px;
}
div#branding h1 a,
div#branding h1 a:link,
div#branding h1 a:active,
div#branding h1 a:visited {
text-decoration: none;
}
div#local {
overflow: hidden;
}
div#local h5 {
margin-left: 10px;
}
div#local li {
margin-left: 25px;
line-height: 2.1em;
list-style: square;
}
#blog_name {
padding-left: 38px;
float: left;
}
#blog_preview {
text-align:right;
height:18px;
width:200px;
float:right;
}
#blog_preview img{ vertical-align:middle;}
#blog_domain {
padding: 35px 20px 0 0;
float: right;
}
div#content {
margin-top: 5px;
}
div#main {
padding: 5px 10px;
overflow: hidden;
}
#blog_owner {
text-align:center;
padding: 0 13px;
}
div#blog_owner_logo {
border: 1px solid #ccc;
padding: 10px;
}
div#blog_owner_logo img {
width: 120px !important;
}
#blog_owner_name {
padding-top: 5px;
font-weight: bolder;
}
#user_visits {
margin-bottom: 20px;
}
#user_visits div.left {
width: 75px;
overflow: hidden;
}
div.user_visit {
float: left;
width: 75px;
height: 90px;
margin: 10px 0 0 5px;
overflow: hidden;
}
#blog_actions {
margin-bottom: 20px;
}
#blog_actions ul li{
list-style: none;
margin-left: 10px
}
#blog_actions a.profile, #blog_actions a.message, #blog_actions a.guest_book, #blog_actions a.subscription {
padding: 0 10px 0 20px;
background-repeat: no-repeat;
background-position: left center;
}
#blog_actions a.profile {
background-image: url(/images/blog/profile.png);
}
#blog_actions a.message {
background-image: url(/images/blog/message.png);
}
#blog_actions a.guest_book {
background-image: url(/images/blog/guest_book.png);
}
#blog_actions a.subscription {
background-image: url(/images/blog/subscription.png);
}
div#rss li {
list-style: none;
}
div.blog_nav {
right: 20px;
margin-bottom: 15px;
}
div.pre_next {
float: right;
text-align: right;
padding-top: 5px;
}
div.pre_next a {
padding: 0 15px;
background-repeat: no-repeat;
}
div.pre_next a.next {
background-image: url(/images/gray_west_arrow.gif);
background-position: left center;
}
div.pre_next a.pre {
background-image: url(/images/gray_east_arrow.gif);
background-position: right center;
}
.blog_main {
margin:auto;
border-bottom: 1px dotted;
padding: 10px 11px 15px;
margin-bottom:10px;
}
.blog_title {
margin-bottom: 15px;
}
.blog_title h3 .actions a {margin-left: 8px; background-color: transparent}
.blog_bottom {
padding: 15px 0 5px 0;
}
.blog_bottom li {
list-style: none;
display: inline;
float: left;
margin: 0 10px 0 0;
padding-right: 10px;
border-right: 1px solid;
}
.blog_bottom li.last {
border-right: none;
}
.blog_bottom a.more {
padding-right: 50px;
background-repeat: no-repeat;
background-image: url(/images/icon_more.gif);
background-position: right center;
}
.blog_comment {
margin-top: 15px;
padding: 15px;
border-top: 1px solid gray;
width: 685px;
}
.comment_title, .comment_content {
padding: 3px;
}
.comment_title .delete {
position: absolute;
right: 30px;
}
.comment_content {
margin-bottom: 10px;
}
div.picture_thumb {
float: left;
width: 142px;
height: 170px;
margin: 0 12px;
overflow: hidden;
}
div.picture_thumb li {
list-style: none;
margin: 0;
}
div.picture_full {
text-align: center;
overflow: auto;
border-top: 1px solid gray;
padding-top: 15px;
width: 100%;
}
div.picture_full ul {
text-align:left;
width: 100%;
padding-bottom: 20px;
margin: 10px 0;
}
div.picture_full li {
list-style: none;
margin: 0;
padding: 15px 0 5px 10px;
}
.show_full_flag {
float: right;
margin-top:10px;
}
div.digg {
float: right;
width: 52px;
padding: 0 5px;
text-align: center;
}
.digg h3, .digg div {
background-image: url(/images/digg.jpg);
background-repeat: no-repeat;
padding: 7px 0;
}
.digg h3.digged, .digg div.digged {
background-image: url(/images/digged.jpg);
}
.digg h3 a, .digg h3 span, .digg div a, .digg div span {
font-size: 14px;
font-weight: normal;
text-decoration: none;
padding-left: 15px;
background-repeat: no-repeat;
background-position: left center;
}
div.digg div.digg_admin {
background: none;
width: 100px;
text-align: left;
}
div.digg div.digg_admin a {
padding-left: 2px;
}
.digg h3 a.digg, .digg h3 span.digg, .digg div a.digg, .digg div span.digg {
color: #152F93;
background-image: url(/images/icon_digg.gif);
}
.digg h3 a.bury, .digg h3 span.bury, .digg div a.bury, .digg div span.bury {
color: #A03A32;
background-image: url(/images/icon_bury.gif);
}
div#digg_bottom {
margin: 5px 0;
padding-left: 270px;
display: inline-block;
}
div#digg_bottom div {
width: 72px;
height: 50px;
background-image: url(/images/digg_bottom.gif);
float: left;
text-align: center;
padding-top: 9px;
margin-right: 10px;
font-size: 14px;
line-height: 25px;
cursor: pointer;
}
div#digg_bottom strong {
color: white;
}
#share_weibo{display:inline-block; float:right; width:160px; height:32px; margin:0; padding:27px 5px 0 0; background:none; color:#333; font:normal 12px/32px Arial, Helvetica, sans-serif !important; text-align:right; cursor:auto;}
#share_weibo img{ margin:0 5px; }
#share_weibo a {background: transparent;}
div#digg_bottom a {
color: #1607D1;
text-decoration: none;
background: transparent;
}
div#digg_bottom div.digged {
background-image: url(/images/digged_bottom.gif);
color: #F14E10;
cursor: auto;
}
h3.type_good, h3.type_mid, h3.type_original, h3.type_translate, h3.type_reprint {
padding-left: 25px;
background-repeat: no-repeat;
background-position: 0 13px;
}
h3.type_good {
background-image: url(/images/blog/type_good.png);
}
h3.type_mid {
background-image: url(/images/blog/type_mid.png);
}
h3.type_original {
background-image: url(/images/blog/type_original.png);
}
h3.type_translate {
background-image: url(/images/blog/type_translate.png);
}
h3.type_reprint {
background-image: url(/images/blog/type_reprint.png);
}
#guest_book_emotes a {
width: 125px;
text-decoration: none;
background-color: transparent;
color: black;
display: block;
float: left;
}
#resume {
width: 100%;
}
#resume label.title {
width: 200px;
font-weight: normal;
}
#resume label {
width: 50px;
font-weight: normal;
}
div.group {
height: 160px;
}
div.group div.content {
float: right;
width: 630px;
}
#blog_options li {
list-style: none;
margin-left: 0;
}
#blog_options label {
width: 150px;
}
td.row1 {
width: 160px;
background-color: transparent;
vertical-align: top;
}
h3 span {
padding-left: 30px;
font-size: 12px;
font-weight: normal;
}
div.blog_title h3 {
font-size: 16px;
padding-top: 10px;
}
div.blog_title h3 span {
font-size: 12px;
margin-left: 5px;
font-weight: normal;
}
div.blog_title h3 span a {
margin-left: 8px;
}
table.admin {
width: 100%;
margin-bottom: 20px;
}
table.admin thead {
font-weight: bold;
font-size: 13px;
}
table.admin tbody td {
padding: 5px 0;
border-top: 1px dashed #ddd;
}
div#favorite_tag_list {
padding-bottom:20px;
border-bottom:1px #ccc solid;
margin-bottom:20px;
}
div#favorite_tag_list li {
list-style:none;
width: 120px;
overflow: hidden;
float: left;
margin: 5px;
}
div#favorite_tag_list input.text {
width: 100px;
}
#main_nav {
border-bottom:1px solid #36a;
height: 25px;
margin: 10px 0 12px 0;
}
#main_nav li{
margin: 0 12px;
list-style: none;
float:left;
}
#main_nav a {
display:block;
color: black;
text-decoration:none;
background: #ddd;
padding:0.25em 1em;
border: 1px solid #36a;
border-bottom: none;
}
#main_nav li.activetab a, ul#main_nav a:hover {
background:#fff;
border-bottom:1px solid white;
}
#main_nav li.nonetab {
padding-left: 30px;
}
#main_nav li.nonetab a {
width: 200px;
display: inline;
border: none;
background: transparent;
padding: 0;
}
div.activity {
border-bottom:1px solid #D8DFEA;
padding: 7px 10px;
margin-bottom: 10px;
}
div.new_reply {
background-color: #eee;
}
.activity_content {
float: left;
width: 500px;
background-repeat: no-repeat;
padding-left: 22px;
}
.Topic .activity_content {
background-image: url(/images/subscription/topic.gif);
}
.Blog .activity_content {
background-image: url(/images/subscription/blog.gif);
}
.BlogComment .activity_content {
background-image: url(/images/subscription/blog_comment.gif);
}
.Post .activity_content {
background-image: url(/images/subscription/post.gif);
}
.News .activity_content {
background-image: url(/images/subscription/news.gif);
}
.NewsComment .activity_content {
background-image: url(/images/subscription/news_comment.gif);
}
.Essence .activity_content {
background-image: url(/images/subscription/essence.gif);
}
.EssenceComment .activity_content {
background-image: url(/images/subscription/essence_comment.gif);
}
.ArticleComment .activity_content {
background-image: url(/images/subscription/post.gif);
}
.Picture .activity_content {
background-image: url(/images/subscription/picture.gif);
}
.PictureComment .activity_content {
background-image: url(/images/subscription/picture_comment.gif);
}
.Problem .activity_content {
background-image: url(/images/subscription/problem.gif);
}
.Solution .activity_content {
background-image: url(/images/subscription/solution.gif);
}
.GroupTopic .activity_content {
background-image: url(/images/subscription/group_topic.gif);
}
.GroupPost .activity_content {
background-image: url(/images/subscription/group_post.gif);
}
.Page .activity_content, .Card .activity_content {
background-image: url(/images/subscription/page.gif);
}
.PageComment .activity_content {
background-image: url(/images/subscription/page_comment.gif);
}
.GuestBook .activity_content {
background-image: url(/images/subscription/guest_book.gif);
}
.UserFavorite .activity_content {
background-image: url(/images/subscription/user_favorite.gif);
}
.Twitter .activity_content {
background-image: url(/images/subscription/twitter.gif);
}
.Subscription .activity_content {
background-image: url(/images/subscription/subscription.gif);
}
div.activity_summary {
padding: 5px 5px 5px 0;
}
div.activity_summary img.thumb {
border: 1px solid #eee;
padding: 2px;
}
div.activity_time {
float: right;
}
div#twitter_decorate {
background-image: url(/images/blog/twitter_decorate.gif);
background-repeat: no-repeat;
background-position: bottom center;
margin: 5px 13px 0 13px;
}
div#twitter {
margin: 0 13px 5px 13px;
padding: 5px;
border: 1px solid #ccc;
border-top: none;
}
div.twitter {
padding-bottom: 10px;
}
div.twitter em {
color: #999;
font-size: 11px;
}
div.twitter em a {
color: #999;
text-decoration: none;
}
div.twitter em a:hover {
background-color: transparent;
text-decoration: underline;
}
div.single_twitter {
font-size: 18px;
}
div.twitter div.content {
background-image: url(/images/app/twitter_sbg.png);
background-repeat: no-repeat;
padding: 10px 10px 0 20px;
float: left;
width: 667px;
height: 80px;
margin-left: 2px;
position: relative;
}
div.twitter div.action {
position: absolute;
right: 10px;
bottom: 5px;
}
div.twitter div.action a:hover {
background-color: transparent;
}
ul.blog_categories { list-style-type: none; margin: 0;}
ul.blog_categories li { list-style-type: none; display: inline; padding: 0; margin: 0 5px 0 0; }
div#blog_content {
font-size: 14px;
line-height: 1.8em;
}
#blog_navbar{
margin:0 auto;
width:950px;
}
#blog_navbar li{
padding:0px;
margin:0px;
}
#blog_navbar_ul{
margin-left:150px;
}
.blog_navbar_for{
/* border-radius:10px 10px 0 0; */
/* -webkit-border-radius:10px 10px 0 0; */
-moz-border-radius:10px 10px 0 0;
-khtml-border-radius:10px 10px 0 0;
border:0px;
margin-top:10px;
font-weight:bold;
}
#blog_navbar li{
line-height:30px;
height:30px;
float:left;
list-style:none;
color:#FFF;
font-size:15px;
padding:0px 27px;
}
#blog_navbar li a{
color:#fff;
text-decoration:none
}
#blog_navbar .search{
float:left;
background:#FFF;
border-radius:2px;
width:200px;
margin:5px;
}
#blog_navbar input.button, input.submit_search{ border:0px!important;}
.submit_search{
border:0px none;
height:22px;
width:22px;
background:url(/images/blog/search.gif) no-repeat !important;
}
input.search_text{
border:0px;
width:150px !important;
height:22px !important;
}
.blog_main_title{
border-bottom: 1px dotted;
padding: 10px 11px 5px;
margin-bottom:10px;
}
.blog_main_title span{
font-size:14px ;
}
#guest_books li{
margin-left:10px !important;
list-style:none !important;
padding:12px 0 5px 0;
border-bottom:1px #CCC dotted;
}
#local a:hover a:active a:link a:visited{
text-decoration: none !important;
}
iframe #tweetList{ height:auto !important;}
.notes{width:85%; border:1px #CCC solid; margin:0 auto 10px; padding:5px 10px; color:#999;}
.picture_upload{ padding:10px 20px; min-height:400px;}
.picture_upload_notes{ border:1px #ccc solid; padding:3px; background:#F7F7F7; margin:15px auto;}
.picture_photo{ border:#CCC 1px solid; background:#FFF; padding:3px; width:150px; height:100px;}
.picture_photo img{ width:150px; height:94px;}
.picture_photo_input1{ width:100%; height:50px;padding:3px 3px; border:1px #ccc solid; background:#fff;}
.picture_photo_input2{ width:100px; padding:3px 3px; border:1px #ccc solid; background:#fff;}
.picture_info{}
.picture_info_img{ text-align:center;}
.picture_info_notes{ padding:20px 20px;}
.picture_info_notes span{color:#999;}
.picture_info_text{ margin-top:10px;}
.picture_info_notes p span {color: black; line-height: 24px;}
.default{ padding:10px 20px; min-height:400px; text-align:center; padding-top:20px; font-size:14px; color:#999;}
.about_bar{ margin:10px 0px; padding:5px 15px; font-weight:bold;}
.about_bar span{ margin-left:20px;}
.weight{ font-weight:100;}
.series{
display: block;
*display:inline-block;
margin:0;
padding: 5px 0 10px;
}
.series dt{display:inline-block; float:left; margin:0 10px 0;}
.series dt img{ width:48px; height:48px; border: 1px solid #ccc; padding:1px;}
.series dd{
float:left;
margin:0;
width: 90px;
}
.series dd a{ line-height:18px; height:36px;}
.series:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.ico_img{
}
.ico_img img{margin-right:3px; vertical-align: middle;}
/* 2012-3-18*/
span.gold{background-image:url(/images/ask/medal-gold.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; }
span.bronze{background-image:url(/images/ask/medal-bronze.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; }
span.silver{background-image:url(/images/ask/medal-silver.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; }
span.open{ background:url(/images/ask/ask.gif) no-repeat left center; display:block; padding-left:20px;}
span.close{ background:url(/images/ask/greenright.gif) no-repeat left center; display:block; padding-left:20px;}
span.score {background-image:url(/images/ask/score.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; margin-left: 10px;color:#17a300;}
.user_info {width: 160px;color: #999;line-height: 17px; padding-top:4px;}
.user_info img{ float:left}
.user_info span{ margin-left:10px;}
.user_info_border { float:left; border:1px #CCC solid; padding:10px; margin:0px 30px 20px 0;}
.replace_word{text-decoration: none;}
.replace_word:hover{text-decoration: none;background:none;}
div.topic_page, a {
color: #108AC6;
}
div.app_nav, div#page, .comment_title, tr.mouse_over {
background-color: white;
}
div#local, div#main, .blog_main, .pagination a:hover, .pagination a:active {
background-color: white;
}
div.nav, div#app_list div.decorate, div#branding, input.button, input.submit, .pagination span.current {
background-color: #108AC6;
}
.blog_bottom li {
border-right-color: #108AC6;
color: #108AC6;
}
table.admin thead, .pagination a, .pagination a:visited {
color: #108AC6;
}
div.app_nav, .pagination span.current {
border-color: #108AC6;
}
.blog_comment, div.picture_full {
border-top-color: #108AC6;
}
/*new*/
.white{ color:#FFF !important;}
#blog_navbar{
background-color: #108AC6;
}
.blog_navbar_for{
color: #108AC6;
background-color:#cc0000;
}
#blog_navbar .blog_navbar_for a:visited{color: #fff ;}
#blog_navbar .blog_navbar_for a:link{color: #fff ;}
.blog_main_title{color: #000;}
.about_bar{ background:#CCCCCC;color:#108AC6 ;}
.view a:hover{color:#108AC6;}
.list_current{}
.list_current a{ color:#FF6600; font-weight:bold;}
.list_current a:hover{ color:#FFFFFF; background:#FF6600;}
.more-nav-box {
top: 122px;
background: #fff;
display: none;
font-size: 15px;
line-height: 40px;
position: absolute;
text-align: center;
z-index:100;
margin-left:-50px;
width:128px;
}
|
src/mytecdb/css/index.css
|
img {max-width:100%;}
pre {
font-family: monospace;
font-size: 0.5em;
padding: 0 0.1rem;
overflow: scroll;
word-break: keep-all;
background-color: #f5fcfb;
border-left: 1px solid #0085E1;
line-height: 1.5em;
font-family: "Helvetica Regular"; }
.stretch,
.clear {
clear:both;
height:1px;
margin:0;
padding:0;
font-size: 15px;
line-height: 1px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
.replace {
display:block;
background-repeat: no-repeat;
background-position: left top;
background-color:transparent;
}
.replace * {
text-indent: -10000px;
display:block;
background-repeat: no-repeat;
background-position: left top;
background-color:transparent;
}
.replace a {
text-indent:0;
}
.replace a span {
text-indent:-10000px;
}
span.accesskey {
text-decoration:none;
}
.accessibility {
position: absolute;
top: -999em;
left: -999em;
}
body {
text-align: left;
font-family: Helvetica, Tahoma, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
color: black;
}
img {
border: 0;
}
h1 {
font-size: 2em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding: 0;
color: black;
}
h2 {
font-size: 1.5em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding: 0;
color: black;
}
h3 {
font-size: 1.2em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding:0;
color: black;
}
h4 {
font-size: 1.15em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
h5 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
p {
margin: 0;
padding: 0;
}
blockquote {
border-left:10px solid #ddd;
margin-left:10px;
}
strong, b {
font-weight: bold;
}
em, i {
font-style:italic;
}
code {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
white-space: pre;
}
ul {
margin: 0 0 1.5em 0;
padding: 0;
}
ul li {
margin: 0 0 0.25em 30px;
padding: 0;
}
ol {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
padding: 0;
}
ol li {
font-size: 1.0em;
margin: 0 0 0.25em 30px;
padding: 0;
}
dl {
margin: 0 0 1.5em 0;
padding: 0;
line-height: 1.4em;
}
dl dt {
margin: 0.25em 0 0.25em 0;
padding: 0;
}
dl dd {
margin: 0 0 0 30px;
padding: 0;
}
th {
font-weight: bold;
text-align: left;
}
td {
font-size: 1em;
}
/* END TABLE */
hr {
height: 1px;
margin: 1.5em 10px;
border-bottom: black thin;
}
div.topic_page {
color: #069;
}
form {
margin:0;
padding:0;
clear: both;
}
form div,
form p {
font-size: 1em;
margin: 0 0 1em 0;
padding: 0;
}
label {
font-weight: bold;
float: left;
width: 25%;
}
fieldset {
border: 1px solid #eee;
padding: 5px 10px;
margin: 0;
}
fieldset legend {
color: #666;
font-size: 1.1em;
font-weight: bold;
margin: 0 0 0 0px;
padding: 0;
}
* html fieldset legend {
margin: 0 0 10px -10px;
}
fieldset ul {
list-style: none;
margin: 0 0 1.5em 0;
padding: 0;
}
fieldset ul li {
list-style: none;
margin: 0 0 0.5em 0;
padding: 0;
}
input.text, select, textarea {
margin: 0;
border: 1px solid #069;
padding: 1px 3px;
vertical-align: middle;
}
input.text {
height: 18px;
font-family: Arial, sans-serif, Verdana, Tahoma, Helvetica;
}
input.check {
border: none;
width: auto;
height: auto;
margin: 0;
}
input.radio {
border: none;
width: auto;
height: auto;
margin: 0;
}
input.file {
height: auto;
width: 250px;
}
input.readonly {
background-color: transparent;
border: none;
}
input.button, input.submit {
background: #006699;
color: white;
cursor:pointer;
font-size: 1em;
height:23px;
padding:2px 5px;
border:1px solid #d2f3fd;
vertical-align: middle;
}
input.image {
border: none;
width: auto;
height: auto;
}
textarea {
font-size: 1em;
}
form div.submit {
margin: 1em 0;
}
form div.submit input {
height: 2em;
width: 15em;
}
div#nav div.wrapper {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
font-size: 13px;
padding-bottom: 6px;
background: #6293bb url(/images/shadow.png) repeat-x bottom left;
}
div#nav ul {
width: 100%;
margin: 0;
padding: 0;
}
div#nav li {
float: left;
display: inline;
list-style: none;
margin: 0;
padding: 0 10px;
line-height: 1em;
background-image: url(/images/line_white.gif);
background-position: right center;
background-repeat: no-repeat;
}
div#nav li.last {
background: none;
}
div#nav a,
div#nav a:link,
div#nav a:active,
div#nav a:visited {
display: inline-block;
/* hide from ie/mac \*/
display: block;
/* end hide */
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 7px 13px;
color: white;
}
div#nav .subnav a,
div#nav .subnav a:link,
div#nav .subnav a:active,
div#nav .subnav a:visited {
display: inline-block;
padding: 7px 6px;
}
div#nav a:hover, div#nav a.selected {
background-color: #3671a5;
}
div#content {
position: relative;
width: 700px;
margin: 0 auto 20px auto;
text-align: left;
}
div#main {
float: left;
width: 700px;
display: inline;
border: none;
}
div#local {
float: left;
width: 200px;
display: inline;
}
div#sub {
display: none;
}
div#nav {
position: absolute;
top: -15px;
left: 0;
width: 100%;
text-align: left;
}
body {
margin: 0;
padding: 0;
background: white;
text-align: center;
}
div#page {
width: 950px;
margin: 0 auto;
padding: 0;
background: white;
text-align: center;
}
div#header {
padding: 0;
margin: 0;
color: white;
background-color: white;
}
div#branding {
float: left;
margin: 1px 0;
text-align: left;
}
div#search {
float: right;
width: 49%;
margin: 0;
padding: 16px 20px 0 0;
text-align: right;
}
div#content {
margin-top: 35px;
}
div#footer {
color: black;
background-color: white;
}
div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
}
ul.subnav {
margin: 0;
padding: 0;
font-size: 0.8em;
list-style: none;
}
ul.subnav li {
margin: 0 0 1em 0;
padding: 0;
list-style: none;
}
ul.subnav li a,
ul.subnav li a:link,
ul.subnav li a:visited,
ul.subnav li a:active {
text-decoration: none;
font-weight: bold;
color: black;
}
ul.subnav li a:hover {
text-decoration: underline;
}
ul.subnav li strong {
padding: 0 0 0 12px;
background: url("/i/subnav-highlight.gif") left top no-repeat transparent;
}
ul.subnav li strong a,
ul.subnav li strong a:link,
ul.subnav li strong a:visited,
ul.subnav li strong a:active {
color: white;
background-color: black;
}
a {
color: #006699;
text-decoration: none;
}
blockquote {
}
cite {
font-weight: bold;
margin-left: 3px;
}
div#user_nav {
margin: 3px 0 0 0;
padding: 2px;
text-align: right;
float: right;
}
div#user_nav a.nobg {
background: none;
}
div#user_nav a.welcome {
color: #E28822;
font-weight: bold;
padding-right: 10px;
}
div#user_nav a:hover.welcome {
text-decoration: none;
color: #E28822;
background-color: transparent;
}
div#user_nav a.new_reply {
color: red;
padding-left: 0;
}
div#user_nav a:hover.new_reply {
text-decoration: none;
color: red;
background-color: transparent;
}
div#user_nav a {
text-decoration: none;
padding:2px 6px 1px 6px;
color: gray;
line-height: 1em;
background-image: url(/images/line_gray.gif);
background-position: right center;
background-repeat: no-repeat;
}
div#user_nav a:hover {
text-decoration: underline;
color: white;
background-color: gray;
}
div.quick_menu {
background-color:white;
border:1px solid #DDDDDD;
text-align:left;
top: 30px;
position: absolute;
width:70px;
z-index: 9999;
}
div.quick_menu a {
background-image: none !important;
display: block !important;
padding: 3px 6px 3px 10px !important;
text-decoration: none !important;
line-height: 20px !important;
}
div#location_ad {
float:left;
background-image:url(/images/yellow_east_arrow.gif);
background-repeat: no-repeat;
background-position:left center;
margin-top: 5px;
padding-left: 12px;
}
div#site_nav ul {
width: auto;
width: 100%;
margin: 0;
padding: 0;
line-height: 1em;
list-style: none;
}
div#site_nav li {
display: inline;
list-style: none;
margin: 0;
padding: 3px 10px 3px 10px;
line-height: 1em;
border-right: 1px solid #aaa;
}
div#site_nav li.last {
border-right: none;
}
div#channel_nav {
position:absolute;
left: 0;
top: 0px;
}
div#channel_nav ul {
width: auto;
width: 100%;
margin: 0;
padding: 0;
line-height: 1em;
list-style: none;
}
div#channel_nav li {
display: inline;
float: left;
list-style: none;
margin: 0;
line-height: 1em;
border: 1px solid #feddca;
border-right: 0px;
}
div#channel_nav li.last {
border-right: 1px solid #feddca;
}
div#channel_nav a {
display: inline-block;
/* hide from ie/mac \*/
display: block;
/* end hide */
text-decoration: none;
margin: 0;
padding: 4px 25px;
color: green;
}
div#channel_nav a:hover, div#channel_nav a.selected {
background-color: #feddca;
}
div#gg {
float: right;
margin: 2px 0;
width: 728px;
}
div#copyright {
padding: 10px;
}
.pagination {
padding: 5px;
float: right;
}
.pagination a, .pagination a:link, .pagination a:visited {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #aaaadd;
text-decoration: none;
color: #006699;
}
.pagination a:hover, .pagination a:active {
border: 1px solid #006699;
color: #000;
text-decoration: none;
}
.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #006699;
font-weight: bold;
background-color: #006699;
color: #FFF;
}
.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #eee;
color: #ddd;
}
a.underline, .underline a { text-decoration: underline; }
.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #5f5; }
.hilite3 { background-color: #afa; }
.hilite4 { background-color: #0ff; }
span.arrow {
font-weight:normal;
font-size:0.9em;
color:#999;
}
.validation-advice {
margin: 0;
padding: 0 0 0 3px;
color : #FF3300;
font-weight: bold;
}
.odd {
background-color: white;
}
.highlight,
.highlight a,
.highlight a:link,
.highlight a:active,
.highlight a:visited {
font-weight: bold;
text-decoration: none;
color: #e28822;
}
.highlight a:hover {
text-decoration: none;
color: #ffffff;
background-color: #e28822;
}
.rss {
background-image: url(/images/rss.png);
background-position: right center;
background-repeat: no-repeat;
margin-right: 5px;
padding-right: 50px;
}
.row1 {
width: 155px;
font-weight: bold;
background-color: #efefef;
}
.row2 {
background-color: #dee3e7;
}
.row3 {
background-color: #eee;
}
.crumbs a {
text-decoration: underline;
}
.flash_error, .flash_notice {
font-weight: bold;
background-repeat: no-repeat;
padding: 10px 40px;
margin: 0 10px;
}
.flash_error {
color: #f30;
background-image: url(/images/icon_error_lrg.gif);
}
.flash_notice {
background-image: url(/images/icon_success_lrg.gif);
}
select.validation-failed, input.validation-failed, textarea.validation-failed {
border: 3px solid #FF0000;
}
* html select.validation-failed {
background-color: #FF0000;
}
span.field_error {
display: none;
}
div.quote_title {
font-weight: bold;
padding: 5px;
margin: 5px 0 0 15px;
}
div.quote_div {
border: 1px solid #ccc;
margin: 0 5px 5px 15px;
padding: 3px;
background: #fafafa;
}
div.attachments {
border-top: 1px solid #999999;
margin-top: 10px;
}
div.attachments ul, div.postauthor ul {
list-style: none;
}
div.attachments ul {
margin: 5px;
padding: 5px;
border: 1px solid #cccccc;
}
img.magplus {
cursor: url(/images/magplus.gif), pointer;
}
div.logo {
float: left;
padding: 2px 6px 6px 2px;
background-image: url(/images/logo_bg.gif);
background-repeat: no-repeat;
}
span.thumb_box {
display: table-cell;
vertical-align:middle;
height: 95px;
width: 130px;
text-align:center;
/* hack for ie */
*display: block;
*font-size: 90px;
/* end */
border: 1px solid #ccc;
}
span.thumb_box img {
vertical-align:middle;
}
.right {
float: right;
}
.left {
float: left;
}
table.bbcode {
border: 1px solid #ccc;
}
table.bbcode td {
border: 1px solid #ccc;
padding: 3px;
}
div#search_engine_box {
text-align: left;
position: fixed;
bottom: 0px;
right: 0px;
width: 240px;
border: 1px solid #ccc;
background-color: white;
}
#search_engine_box h2 {
padding: 5px;
background-color: #526EA6;
color: white;
font-size: 12px;
font-weight: normal;
}
#search_engine_box h2 span {
color: black;
}
#search_engine_box h2 a {
color: white;
position: absolute;
right: 5px;
}
#search_engine_box div {
padding: 0 5px;
}
#search_engine_box li {
margin-left: 15px;
list-style: square;
}
* html div#search_engine_box {
position: absolute;
right: auto; bottom: auto;
left: expression( ( 0 - search_engine_box.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - search_engine_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div#chat_button {
text-align: right;
position: fixed;
bottom: 0px;
right: 10px;
width: 80px;
border: 1px solid #ccc;
padding: 2px;
vertical-align: middle;
background-color: #eee;
}
div#chat_input {
position: fixed;
bottom: 25px;
right: 10px;
text-align: left;
}
#chat_iframe {
width: 360px;
background-color: transparent;
}
div#chat_button img {
vertical-align: middle;
}
* html div#chat_button {
position: absolute;
right: auto; bottom: auto;
left: expression( ( 0 - chat_button.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - chat_button.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
* html div#chat_input {
position: absolute;
right: auto; bottom: auto;
left: expression( ( 0 - chat_input.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( -25 - chat_input.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.tooltip {
position: absolute!important;
overflow:hidden;
font-size: 12px;
z-index: 10000!important;
}
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }
.tooltip .xboxcontent {
padding: 0 .5em;
margin: 0;
color: #000;
text-shadow: 2px 2px 0px #CCC;
word-wrap:break-word;
border: 1px solid #333;
border-width: 0px 1px 0 1px;
background-color: #666;
padding: 0 20px;
font-size: 125%;
text-align: center;
}
div#site_nav, div#channel_nav {
z-index: 1;
}
div#header {
z-index: 2;
position: relative;
}
.logo a:hover {
background-color: inherit;
}
input#login_button {
width: 147px;
height: 34px;
background: url(/images/login_button.jpg) no-repeat;
cursor: pointer;
border: 0 none;
font-size:0;
color: #0056ad;
}
#favorite_form_container {
width: 580px;
height:250px;
padding: 10px;
text-align: left;
position: absolute;
z-index: 777;
background: url(/images/app/bg_new.png) no-repeat;
font-size:12px;
}
*html #favorite_form_container{background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/app/bg_new.png' ,sizingMethod='crop');}
#favorite_form_container .cont{width:580px; height:250px; background:#fff; }
#favorite_form_wrapper {
position: relative;
padding-left:15px;
}
#close_list{overflow:hidden; text-align:right; border-bottom:1px dashed #ccc; background:#eeeeee; padding:5px 10px; margin-bottom:20px; width:560px;}
#favorite_form_close{cursor:pointer;}
#favorite_form_success{text-align:center;font-size:18px;margin-top:70px;}
#favorite_form_success img{vertical-align: bottom;margin-right:10px;}
.title .news_tag{text-align:center;}
div#page {
width: 100%;
}
div#header {
height: 30px;
}
div#header, div#content, div#branding {
margin:0 auto;
position: relative;
}
div#blog_site_nav {
float: left;
margin-top: 3px;
}
div#blog_site_nav a.homepage{
background-image: url(/images/logo-small.gif);
background-position: left center;
background-repeat: no-repeat;
padding-left: 77px;
}
div#blog_site_nav a {
padding: 3px 5px;
line-height: 2.2em;
}
a#msna {
text-decoration: none;
}
div#branding {
float: none;
color: white;
}
div#branding h1 {
margin: 0;
padding-top: 8px;
font-size: 30px;
}
div#branding h1 a,
div#branding h1 a:link,
div#branding h1 a:active,
div#branding h1 a:visited {
text-decoration: none;
}
div#local {
overflow: hidden;
}
div#local h5 {
margin-left: 10px;
}
div#local li {
margin-left: 25px;
line-height: 2.1em;
list-style: square;
}
#blog_name {
padding-left: 38px;
float: left;
}
#blog_preview {
text-align:right;
height:18px;
width:200px;
float:right;
}
#blog_preview img{ vertical-align:middle;}
#blog_domain {
padding: 35px 20px 0 0;
float: right;
}
div#content {
margin-top: 5px;
}
div#main {
padding: 5px 10px;
overflow: hidden;
}
#blog_owner {
text-align:center;
padding: 0 13px;
}
div#blog_owner_logo {
border: 1px solid #ccc;
padding: 10px;
}
div#blog_owner_logo img {
width: 120px !important;
}
#blog_owner_name {
padding-top: 5px;
font-weight: bolder;
}
#user_visits {
margin-bottom: 20px;
}
#user_visits div.left {
width: 75px;
overflow: hidden;
}
div.user_visit {
float: left;
width: 75px;
height: 90px;
margin: 10px 0 0 5px;
overflow: hidden;
}
#blog_actions {
margin-bottom: 20px;
}
#blog_actions ul li{
list-style: none;
margin-left: 10px
}
#blog_actions a.profile, #blog_actions a.message, #blog_actions a.guest_book, #blog_actions a.subscription {
padding: 0 10px 0 20px;
background-repeat: no-repeat;
background-position: left center;
}
#blog_actions a.profile {
background-image: url(/images/blog/profile.png);
}
#blog_actions a.message {
background-image: url(/images/blog/message.png);
}
#blog_actions a.guest_book {
background-image: url(/images/blog/guest_book.png);
}
#blog_actions a.subscription {
background-image: url(/images/blog/subscription.png);
}
div#rss li {
list-style: none;
}
div.blog_nav {
right: 20px;
margin-bottom: 15px;
}
div.pre_next {
float: right;
text-align: right;
padding-top: 5px;
}
div.pre_next a {
padding: 0 15px;
background-repeat: no-repeat;
}
div.pre_next a.next {
background-image: url(/images/gray_west_arrow.gif);
background-position: left center;
}
div.pre_next a.pre {
background-image: url(/images/gray_east_arrow.gif);
background-position: right center;
}
.blog_main {
margin:auto;
border-bottom: 1px dotted;
padding: 10px 11px 15px;
margin-bottom:10px;
}
.blog_title {
margin-bottom: 15px;
}
.blog_title h3 .actions a {margin-left: 8px; background-color: transparent}
.blog_bottom {
padding: 15px 0 5px 0;
}
.blog_bottom li {
list-style: none;
display: inline;
float: left;
margin: 0 10px 0 0;
padding-right: 10px;
border-right: 1px solid;
}
.blog_bottom li.last {
border-right: none;
}
.blog_bottom a.more {
padding-right: 50px;
background-repeat: no-repeat;
background-image: url(/images/icon_more.gif);
background-position: right center;
}
.blog_comment {
margin-top: 15px;
padding: 15px;
border-top: 1px solid gray;
width: 685px;
}
.comment_title, .comment_content {
padding: 3px;
}
.comment_title .delete {
position: absolute;
right: 30px;
}
.comment_content {
margin-bottom: 10px;
}
div.picture_thumb {
float: left;
width: 142px;
height: 170px;
margin: 0 12px;
overflow: hidden;
}
div.picture_thumb li {
list-style: none;
margin: 0;
}
div.picture_full {
text-align: center;
overflow: auto;
border-top: 1px solid gray;
padding-top: 15px;
width: 100%;
}
div.picture_full ul {
text-align:left;
width: 100%;
padding-bottom: 20px;
margin: 10px 0;
}
div.picture_full li {
list-style: none;
margin: 0;
padding: 15px 0 5px 10px;
}
.show_full_flag {
float: right;
margin-top:10px;
}
div.digg {
float: right;
width: 52px;
padding: 0 5px;
text-align: center;
}
.digg h3, .digg div {
background-image: url(/images/digg.jpg);
background-repeat: no-repeat;
padding: 7px 0;
}
.digg h3.digged, .digg div.digged {
background-image: url(/images/digged.jpg);
}
.digg h3 a, .digg h3 span, .digg div a, .digg div span {
font-size: 14px;
font-weight: normal;
text-decoration: none;
padding-left: 15px;
background-repeat: no-repeat;
background-position: left center;
}
div.digg div.digg_admin {
background: none;
width: 100px;
text-align: left;
}
div.digg div.digg_admin a {
padding-left: 2px;
}
.digg h3 a.digg, .digg h3 span.digg, .digg div a.digg, .digg div span.digg {
color: #152F93;
background-image: url(/images/icon_digg.gif);
}
.digg h3 a.bury, .digg h3 span.bury, .digg div a.bury, .digg div span.bury {
color: #A03A32;
background-image: url(/images/icon_bury.gif);
}
div#digg_bottom {
margin: 5px 0;
padding-left: 270px;
display: inline-block;
}
div#digg_bottom div {
width: 72px;
height: 50px;
background-image: url(/images/digg_bottom.gif);
float: left;
text-align: center;
padding-top: 9px;
margin-right: 10px;
font-size: 14px;
line-height: 25px;
cursor: pointer;
}
div#digg_bottom strong {
color: white;
}
#share_weibo{display:inline-block; float:right; width:160px; height:32px; margin:0; padding:27px 5px 0 0; background:none; color:#333; font:normal 12px/32px Arial, Helvetica, sans-serif !important; text-align:right; cursor:auto;}
#share_weibo img{ margin:0 5px; }
#share_weibo a {background: transparent;}
div#digg_bottom a {
color: #1607D1;
text-decoration: none;
background: transparent;
}
div#digg_bottom div.digged {
background-image: url(/images/digged_bottom.gif);
color: #F14E10;
cursor: auto;
}
h3.type_good, h3.type_mid, h3.type_original, h3.type_translate, h3.type_reprint {
padding-left: 25px;
background-repeat: no-repeat;
background-position: 0 13px;
}
h3.type_good {
background-image: url(/images/blog/type_good.png);
}
h3.type_mid {
background-image: url(/images/blog/type_mid.png);
}
h3.type_original {
background-image: url(/images/blog/type_original.png);
}
h3.type_translate {
background-image: url(/images/blog/type_translate.png);
}
h3.type_reprint {
background-image: url(/images/blog/type_reprint.png);
}
#guest_book_emotes a {
width: 125px;
text-decoration: none;
background-color: transparent;
color: black;
display: block;
float: left;
}
#resume {
width: 100%;
}
#resume label.title {
width: 200px;
font-weight: normal;
}
#resume label {
width: 50px;
font-weight: normal;
}
div.group {
height: 160px;
}
div.group div.content {
float: right;
width: 630px;
}
#blog_options li {
list-style: none;
margin-left: 0;
}
#blog_options label {
width: 150px;
}
td.row1 {
width: 160px;
background-color: transparent;
vertical-align: top;
}
h3 span {
padding-left: 30px;
font-size: 12px;
font-weight: normal;
}
div.blog_title h3 {
font-size: 16px;
padding-top: 10px;
}
div.blog_title h3 span {
font-size: 12px;
margin-left: 5px;
font-weight: normal;
}
div.blog_title h3 span a {
margin-left: 8px;
}
table.admin {
width: 100%;
margin-bottom: 20px;
}
table.admin thead {
font-weight: bold;
font-size: 13px;
}
table.admin tbody td {
padding: 5px 0;
border-top: 1px dashed #ddd;
}
div#favorite_tag_list {
padding-bottom:20px;
border-bottom:1px #ccc solid;
margin-bottom:20px;
}
div#favorite_tag_list li {
list-style:none;
width: 120px;
overflow: hidden;
float: left;
margin: 5px;
}
div#favorite_tag_list input.text {
width: 100px;
}
#main_nav {
border-bottom:1px solid #36a;
height: 25px;
margin: 10px 0 12px 0;
}
#main_nav li{
margin: 0 12px;
list-style: none;
float:left;
}
#main_nav a {
display:block;
color: black;
text-decoration:none;
background: #ddd;
padding:0.25em 1em;
border: 1px solid #36a;
border-bottom: none;
}
#main_nav li.activetab a, ul#main_nav a:hover {
background:#fff;
border-bottom:1px solid white;
}
#main_nav li.nonetab {
padding-left: 30px;
}
#main_nav li.nonetab a {
width: 200px;
display: inline;
border: none;
background: transparent;
padding: 0;
}
div.activity {
border-bottom:1px solid #D8DFEA;
padding: 7px 10px;
margin-bottom: 10px;
}
div.new_reply {
background-color: #eee;
}
.activity_content {
float: left;
width: 500px;
background-repeat: no-repeat;
padding-left: 22px;
}
.Topic .activity_content {
background-image: url(/images/subscription/topic.gif);
}
.Blog .activity_content {
background-image: url(/images/subscription/blog.gif);
}
.BlogComment .activity_content {
background-image: url(/images/subscription/blog_comment.gif);
}
.Post .activity_content {
background-image: url(/images/subscription/post.gif);
}
.News .activity_content {
background-image: url(/images/subscription/news.gif);
}
.NewsComment .activity_content {
background-image: url(/images/subscription/news_comment.gif);
}
.Essence .activity_content {
background-image: url(/images/subscription/essence.gif);
}
.EssenceComment .activity_content {
background-image: url(/images/subscription/essence_comment.gif);
}
.ArticleComment .activity_content {
background-image: url(/images/subscription/post.gif);
}
.Picture .activity_content {
background-image: url(/images/subscription/picture.gif);
}
.PictureComment .activity_content {
background-image: url(/images/subscription/picture_comment.gif);
}
.Problem .activity_content {
background-image: url(/images/subscription/problem.gif);
}
.Solution .activity_content {
background-image: url(/images/subscription/solution.gif);
}
.GroupTopic .activity_content {
background-image: url(/images/subscription/group_topic.gif);
}
.GroupPost .activity_content {
background-image: url(/images/subscription/group_post.gif);
}
.Page .activity_content, .Card .activity_content {
background-image: url(/images/subscription/page.gif);
}
.PageComment .activity_content {
background-image: url(/images/subscription/page_comment.gif);
}
.GuestBook .activity_content {
background-image: url(/images/subscription/guest_book.gif);
}
.UserFavorite .activity_content {
background-image: url(/images/subscription/user_favorite.gif);
}
.Twitter .activity_content {
background-image: url(/images/subscription/twitter.gif);
}
.Subscription .activity_content {
background-image: url(/images/subscription/subscription.gif);
}
div.activity_summary {
padding: 5px 5px 5px 0;
}
div.activity_summary img.thumb {
border: 1px solid #eee;
padding: 2px;
}
div.activity_time {
float: right;
}
div#twitter_decorate {
background-image: url(/images/blog/twitter_decorate.gif);
background-repeat: no-repeat;
background-position: bottom center;
margin: 5px 13px 0 13px;
}
div#twitter {
margin: 0 13px 5px 13px;
padding: 5px;
border: 1px solid #ccc;
border-top: none;
}
div.twitter {
padding-bottom: 10px;
}
div.twitter em {
color: #999;
font-size: 11px;
}
div.twitter em a {
color: #999;
text-decoration: none;
}
div.twitter em a:hover {
background-color: transparent;
text-decoration: underline;
}
div.single_twitter {
font-size: 18px;
}
div.twitter div.content {
background-image: url(/images/app/twitter_sbg.png);
background-repeat: no-repeat;
padding: 10px 10px 0 20px;
float: left;
width: 667px;
height: 80px;
margin-left: 2px;
position: relative;
}
div.twitter div.action {
position: absolute;
right: 10px;
bottom: 5px;
}
div.twitter div.action a:hover {
background-color: transparent;
}
ul.blog_categories { list-style-type: none; margin: 0;}
ul.blog_categories li { list-style-type: none; display: inline; padding: 0; margin: 0 5px 0 0; }
div#blog_content {
font-size: 14px;
line-height: 1.8em;
}
#blog_navbar{
margin:0 auto;
width:950px;
}
#blog_navbar li{
padding:0px;
margin:0px;
}
#blog_navbar_ul{
margin-left:150px;
}
.blog_navbar_for{
/* border-radius:10px 10px 0 0; */
/* -webkit-border-radius:10px 10px 0 0; */
-moz-border-radius:10px 10px 0 0;
-khtml-border-radius:10px 10px 0 0;
border:0px;
margin-top:10px;
font-weight:bold;
}
#blog_navbar li{
line-height:30px;
height:30px;
float:left;
list-style:none;
color:#FFF;
font-size:15px;
padding:0px 27px;
}
#blog_navbar li a{
color:#fff;
text-decoration:none
}
#blog_navbar .search{
float:left;
background:#FFF;
border-radius:2px;
width:200px;
margin:5px;
}
#blog_navbar input.button, input.submit_search{ border:0px!important;}
.submit_search{
border:0px none;
height:22px;
width:22px;
background:url(/images/blog/search.gif) no-repeat !important;
}
input.search_text{
border:0px;
width:150px !important;
height:22px !important;
}
.blog_main_title{
border-bottom: 1px dotted;
padding: 10px 11px 5px;
margin-bottom:10px;
}
.blog_main_title span{
font-size:14px ;
}
#guest_books li{
margin-left:10px !important;
list-style:none !important;
padding:12px 0 5px 0;
border-bottom:1px #CCC dotted;
}
#local a:hover a:active a:link a:visited{
text-decoration: none !important;
}
iframe #tweetList{ height:auto !important;}
.notes{width:85%; border:1px #CCC solid; margin:0 auto 10px; padding:5px 10px; color:#999;}
.picture_upload{ padding:10px 20px; min-height:400px;}
.picture_upload_notes{ border:1px #ccc solid; padding:3px; background:#F7F7F7; margin:15px auto;}
.picture_photo{ border:#CCC 1px solid; background:#FFF; padding:3px; width:150px; height:100px;}
.picture_photo img{ width:150px; height:94px;}
.picture_photo_input1{ width:100%; height:50px;padding:3px 3px; border:1px #ccc solid; background:#fff;}
.picture_photo_input2{ width:100px; padding:3px 3px; border:1px #ccc solid; background:#fff;}
.picture_info{}
.picture_info_img{ text-align:center;}
.picture_info_notes{ padding:20px 20px;}
.picture_info_notes span{color:#999;}
.picture_info_text{ margin-top:10px;}
.picture_info_notes p span {color: black; line-height: 24px;}
.default{ padding:10px 20px; min-height:400px; text-align:center; padding-top:20px; font-size:14px; color:#999;}
.about_bar{ margin:10px 0px; padding:5px 15px; font-weight:bold;}
.about_bar span{ margin-left:20px;}
.weight{ font-weight:100;}
.series{
display: block;
*display:inline-block;
margin:0;
padding: 5px 0 10px;
}
.series dt{display:inline-block; float:left; margin:0 10px 0;}
.series dt img{ width:48px; height:48px; border: 1px solid #ccc; padding:1px;}
.series dd{
float:left;
margin:0;
width: 90px;
}
.series dd a{ line-height:18px; height:36px;}
.series:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.ico_img{
}
.ico_img img{margin-right:3px; vertical-align: middle;}
/* 2012-3-18*/
span.gold{background-image:url(/images/ask/medal-gold.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; }
span.bronze{background-image:url(/images/ask/medal-bronze.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; }
span.silver{background-image:url(/images/ask/medal-silver.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; }
span.open{ background:url(/images/ask/ask.gif) no-repeat left center; display:block; padding-left:20px;}
span.close{ background:url(/images/ask/greenright.gif) no-repeat left center; display:block; padding-left:20px;}
span.score {background-image:url(/images/ask/score.gif);background-repeat: no-repeat;background-position: left center;padding-left: 12px; margin-left: 10px;color:#17a300;}
.user_info {width: 160px;color: #999;line-height: 17px; padding-top:4px;}
.user_info img{ float:left}
.user_info span{ margin-left:10px;}
.user_info_border { float:left; border:1px #CCC solid; padding:10px; margin:0px 30px 20px 0;}
.replace_word{text-decoration: none;}
.replace_word:hover{text-decoration: none;background:none;}
div.topic_page, a {
color: #108AC6;
}
div.app_nav, div#page, .comment_title, tr.mouse_over {
background-color: white;
}
div#local, div#main, .blog_main, .pagination a:hover, .pagination a:active {
background-color: white;
}
div.nav, div#app_list div.decorate, div#branding, input.button, input.submit, .pagination span.current {
background-color: #108AC6;
}
.blog_bottom li {
border-right-color: #108AC6;
color: #108AC6;
}
table.admin thead, .pagination a, .pagination a:visited {
color: #108AC6;
}
div.app_nav, .pagination span.current {
border-color: #108AC6;
}
.blog_comment, div.picture_full {
border-top-color: #108AC6;
}
/*new*/
.white{ color:#FFF !important;}
#blog_navbar{
background-color: #108AC6;
}
.blog_navbar_for{
color: #108AC6;
background-color:#cc0000;
}
#blog_navbar .blog_navbar_for a:visited{color: #fff ;}
#blog_navbar .blog_navbar_for a:link{color: #fff ;}
.blog_main_title{color: #000;}
.about_bar{ background:#CCCCCC;color:#108AC6 ;}
.view a:hover{color:#108AC6;}
.list_current{}
.list_current a{ color:#FF6600; font-weight:bold;}
.list_current a:hover{ color:#FFFFFF; background:#FF6600;}
.more-nav-box {
top: 122px;
background: #fff;
display: none;
font-size: 15px;
line-height: 40px;
position: absolute;
text-align: center;
z-index:100;
margin-left:-50px;
width:128px;
}
| 0.403449 | 0.18418 |
body {
margin: 30px 0 0 0;
padding: 2px;
background: #1F2429;
text-align: justify;
font-size: 15px;
font-family: "Microsoft YaHei" Verdana, Arial, sans-serif, "Lucida Grande";
color: #626262;
}
form {
margin: 0;
padding: 0;
}
input {
padding: 5px;
background: #FEFEFE url(../images/img13.gif) repeat-x;
border: 1px solid #626262;
font: normal 1em Arial, Helvetica, sans-serif;
}
h1, h1 a, h2, h2 a, h3, h3 a {
margin: 0;
text-decoration: none;
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #444444;
}
h1 {
letter-spacing: -1px;
font-size: 2.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
letter-spacing: -1px;
font-size: 2em;
}
h3 {
font-size: 1em;
}
p, ol, ul {
margin-bottom: 2em;
line-height: 200%;
}
blockquote {
margin: 0 0 0 1.5em;
padding-left: 1em;
border-left: 5px solid #DDDDDD;
}
a {
color: #59C0F8;
}
a:hover {
text-decoration: none;
}
/* Header */
#header {
background: #FEFEFE url(../images/img01.jpg) repeat-x;
height: 42px;
}
#logo h1, #logo p {
float: left;
text-transform: lowercase;
}
#logo h1 {
padding: 0px 0 0 40px;
}
#logo p {
margin: 0;
padding: 14px 0 0 4px;
line-height: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
#logo a {
text-decoration: none;
color: #FFFFFF;
font-family:"Microsoft YaHei";
}
#menu {
float: right;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: block;
float: left;
height: 42px;
}
#menu a {
display: block;
padding: 2px 20px 2px 20px;
margin-top: 10px;
margin-right: 2px;
background: #D8DFE6;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
color: #000000;
}
#menu .last {
margin-right: 20px;
}
#menu a:hover {
color: #000000;
}
#menu .current_page_item {
}
#menu .current_page_item a {
background:#FF6600;
color:#FFF;
font-family: "Microsoft YaHei";
}
/* Page */
#page {
background: #D8DFE6;
padding: 40px 40px 0 40px;
}
/* Content */
#content {
background: #FFFFFF;
margin-right: 310px;
padding: 0 30px;
border-bottom: 3px solid #59C0F8;
border-top: 3px solid #59C0F8;
}
.post {
padding-top: 30px;
margin-bottom: 10px;
}
.post .title {
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}
.post .title h2 {
padding: 0px 30px 5px 0px;
text-transform: lowercase;
font-weight: normal;
font-size: 2.2em;
}
.post .title p {
margin: 0;
padding: 10px 0 10px 20px;
background: url(../images/img12.gif) no-repeat left center;
border-top: 1px #D8DFE6 dotted;
line-height: normal;
color: #BABABA;
}
.post .title p a {
color: #59C0F8;
}
.post .entry {
padding: 0;
border-top: 1px #D8DFE6 dotted;
}
.post .links {
padding: 5px 0;
border-top: 1px #D8DFE6 dotted;
border-bottom: 1px #D8DFE6 dotted;
margin-top: 10px;
text-align: right;
}
.post .links a {
font-weight: bold;
}
.post .links a:hover {
}
.post .links .more {
}
.post .links .comments {
padding-left: 20px;
}
/* Sidebar */
#sidebar {
float: right;
width: 300px;
background: #FFFFFF;
border-bottom: 3px solid #59C0F8;
border-top: 3px solid #59C0F8;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin-bottom: 10px;
background: url(../images/img10.gif) no-repeat left bottom;
}
#sidebar li ul {
padding: 0 30px 40px 30px;
}
#sidebar li li {
margin: 0;
padding-left: 30px;
background: url(../images/img12.gif) no-repeat 5px 50%;
}
#sidebar h2 {
padding: 0px 30px 10px 30px;
background: url(../images/img09.gif) no-repeat;
text-transform: lowercase;
font-weight: normal;
font-size: 1.6em;
color: #302D26;
}
/* Search */
#search {
padding: 20px 30px 40px 30px;
}
#search input {
padding: 0;
width: 70px;
height: 29px;
background: #DFDFDF url(../images/img14.gif) repeat-x;
font-weight: bold;
}
#search #s {
padding: 5px;
width: 150px;
height: auto;
background: #FEFEFE url(../images/img13.gif) repeat-x;
border: 1px solid #626262;
font: normal 1em Arial, Helvetica, sans-serif;
}
#search br {
display: none;
}
/* Categories */
#sidebar #categories li {
}
/* Calendar */
#calendar_wrap {
padding: 0 30px 40px 30px;
}
#calendar table {
width: 100%;
text-align: center;
}
#calendar thead {
background: #F1F1F1;
}
#calendar tbody td {
border: 1px solid #F1F1F1;
}
#calendar #prev {
text-align: left;
}
#calendar #next {
text-align: right;
}
#calendar tfoot a {
text-decoration: none;
font-weight: bold;
}
#calendar #today {
background: #FFF3A7;
border: 1px solid #EB1400;
font-weight: bold;
color: #EB1400
}
/* Footer */
#footer {
padding: 20px 0 10px 0;
background: #757575 url(../images/img08.gif) repeat-x;
}
#footer p {
margin-bottom: 1em;
text-align: center;
line-height: normal;
font-size: .9em;
color: #BABABA;
}
#footer a {
padding: 0 20px;
text-decoration: none;
color: #DDDDDD;
}
#footer a:hover {
color: #FFFFFF;
}
#footer .rss {
background: url(../images/img18.gif) no-repeat left center;
}
#footer .xhtml {
background: url(../images/img19.gif) no-repeat left center;
}
#footer .css {
background: url(../images/img20.gif) no-repeat left center;
}
#footer .legal a {
padding: 0;
}
/* comments list */
ol.commentlist {
margin: 12px 12px 12px 20px;
padding: 0;
background: #FAFAFA;
border-top: 1px solid #EAECEE;
}
.commentlist li {
list-style: none;
margin: 0;
padding: 12px 0 0 0;
border: 1px solid #EAECEE;
border-width: 0 1px 1px 1px;
overflow: hidden;
}
.commentlist li a:link,
.commentlist li a:visited {
color: #227bad;
}
.commentlist li .comment-info {
width: 99%;
margin: 0; padding: 0;
overflow: hidden;
}
.commentlist li .comment-info img {
float: right;
margin: 3px 13px 0 0;
background: #fff;
border: 1px solid #E8EAEC;
display: inline;
}
.commentlist li .comment-info cite {
display: block;
margin: 0; padding: 5px 65px 5px 20px;
font-style: normal;
font-weight: bold;
}
.commentlist li .comment-info cite .comment-data {
font-size: .8em;
font-weight: normal;
}
.commentlist li .comment-text {
clear: both;
margin: 0; padding: 0 20px 25px 20px;
}
.commentlist li .comment-text p {
margin: 5px 0 20px 0;
padding: 0;
}
.commentlist li .comment-text .reply a {
padding: 5px;
border: 1px solid #2177A5;
background-color: #227bad;
font-weight: bold;
font-size: 11px;
color: #fff;
}
.commentlist li ul.children { margin:0; padding: 0;}
.commentlist li ul.children li{
margin-left: 40px;
border-style: solid;
border-color: #E1E6E8;
border-width: 1px 0 0 1px;
}
.commentlist li.thread-alt {
background: #F3F4F5;
border-color: #E2E4E7;
}
|
app/static/css/blog.css
|
body {
margin: 30px 0 0 0;
padding: 2px;
background: #1F2429;
text-align: justify;
font-size: 15px;
font-family: "Microsoft YaHei" Verdana, Arial, sans-serif, "Lucida Grande";
color: #626262;
}
form {
margin: 0;
padding: 0;
}
input {
padding: 5px;
background: #FEFEFE url(../images/img13.gif) repeat-x;
border: 1px solid #626262;
font: normal 1em Arial, Helvetica, sans-serif;
}
h1, h1 a, h2, h2 a, h3, h3 a {
margin: 0;
text-decoration: none;
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #444444;
}
h1 {
letter-spacing: -1px;
font-size: 2.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
letter-spacing: -1px;
font-size: 2em;
}
h3 {
font-size: 1em;
}
p, ol, ul {
margin-bottom: 2em;
line-height: 200%;
}
blockquote {
margin: 0 0 0 1.5em;
padding-left: 1em;
border-left: 5px solid #DDDDDD;
}
a {
color: #59C0F8;
}
a:hover {
text-decoration: none;
}
/* Header */
#header {
background: #FEFEFE url(../images/img01.jpg) repeat-x;
height: 42px;
}
#logo h1, #logo p {
float: left;
text-transform: lowercase;
}
#logo h1 {
padding: 0px 0 0 40px;
}
#logo p {
margin: 0;
padding: 14px 0 0 4px;
line-height: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
#logo a {
text-decoration: none;
color: #FFFFFF;
font-family:"Microsoft YaHei";
}
#menu {
float: right;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: block;
float: left;
height: 42px;
}
#menu a {
display: block;
padding: 2px 20px 2px 20px;
margin-top: 10px;
margin-right: 2px;
background: #D8DFE6;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
color: #000000;
}
#menu .last {
margin-right: 20px;
}
#menu a:hover {
color: #000000;
}
#menu .current_page_item {
}
#menu .current_page_item a {
background:#FF6600;
color:#FFF;
font-family: "Microsoft YaHei";
}
/* Page */
#page {
background: #D8DFE6;
padding: 40px 40px 0 40px;
}
/* Content */
#content {
background: #FFFFFF;
margin-right: 310px;
padding: 0 30px;
border-bottom: 3px solid #59C0F8;
border-top: 3px solid #59C0F8;
}
.post {
padding-top: 30px;
margin-bottom: 10px;
}
.post .title {
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}
.post .title h2 {
padding: 0px 30px 5px 0px;
text-transform: lowercase;
font-weight: normal;
font-size: 2.2em;
}
.post .title p {
margin: 0;
padding: 10px 0 10px 20px;
background: url(../images/img12.gif) no-repeat left center;
border-top: 1px #D8DFE6 dotted;
line-height: normal;
color: #BABABA;
}
.post .title p a {
color: #59C0F8;
}
.post .entry {
padding: 0;
border-top: 1px #D8DFE6 dotted;
}
.post .links {
padding: 5px 0;
border-top: 1px #D8DFE6 dotted;
border-bottom: 1px #D8DFE6 dotted;
margin-top: 10px;
text-align: right;
}
.post .links a {
font-weight: bold;
}
.post .links a:hover {
}
.post .links .more {
}
.post .links .comments {
padding-left: 20px;
}
/* Sidebar */
#sidebar {
float: right;
width: 300px;
background: #FFFFFF;
border-bottom: 3px solid #59C0F8;
border-top: 3px solid #59C0F8;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin-bottom: 10px;
background: url(../images/img10.gif) no-repeat left bottom;
}
#sidebar li ul {
padding: 0 30px 40px 30px;
}
#sidebar li li {
margin: 0;
padding-left: 30px;
background: url(../images/img12.gif) no-repeat 5px 50%;
}
#sidebar h2 {
padding: 0px 30px 10px 30px;
background: url(../images/img09.gif) no-repeat;
text-transform: lowercase;
font-weight: normal;
font-size: 1.6em;
color: #302D26;
}
/* Search */
#search {
padding: 20px 30px 40px 30px;
}
#search input {
padding: 0;
width: 70px;
height: 29px;
background: #DFDFDF url(../images/img14.gif) repeat-x;
font-weight: bold;
}
#search #s {
padding: 5px;
width: 150px;
height: auto;
background: #FEFEFE url(../images/img13.gif) repeat-x;
border: 1px solid #626262;
font: normal 1em Arial, Helvetica, sans-serif;
}
#search br {
display: none;
}
/* Categories */
#sidebar #categories li {
}
/* Calendar */
#calendar_wrap {
padding: 0 30px 40px 30px;
}
#calendar table {
width: 100%;
text-align: center;
}
#calendar thead {
background: #F1F1F1;
}
#calendar tbody td {
border: 1px solid #F1F1F1;
}
#calendar #prev {
text-align: left;
}
#calendar #next {
text-align: right;
}
#calendar tfoot a {
text-decoration: none;
font-weight: bold;
}
#calendar #today {
background: #FFF3A7;
border: 1px solid #EB1400;
font-weight: bold;
color: #EB1400
}
/* Footer */
#footer {
padding: 20px 0 10px 0;
background: #757575 url(../images/img08.gif) repeat-x;
}
#footer p {
margin-bottom: 1em;
text-align: center;
line-height: normal;
font-size: .9em;
color: #BABABA;
}
#footer a {
padding: 0 20px;
text-decoration: none;
color: #DDDDDD;
}
#footer a:hover {
color: #FFFFFF;
}
#footer .rss {
background: url(../images/img18.gif) no-repeat left center;
}
#footer .xhtml {
background: url(../images/img19.gif) no-repeat left center;
}
#footer .css {
background: url(../images/img20.gif) no-repeat left center;
}
#footer .legal a {
padding: 0;
}
/* comments list */
ol.commentlist {
margin: 12px 12px 12px 20px;
padding: 0;
background: #FAFAFA;
border-top: 1px solid #EAECEE;
}
.commentlist li {
list-style: none;
margin: 0;
padding: 12px 0 0 0;
border: 1px solid #EAECEE;
border-width: 0 1px 1px 1px;
overflow: hidden;
}
.commentlist li a:link,
.commentlist li a:visited {
color: #227bad;
}
.commentlist li .comment-info {
width: 99%;
margin: 0; padding: 0;
overflow: hidden;
}
.commentlist li .comment-info img {
float: right;
margin: 3px 13px 0 0;
background: #fff;
border: 1px solid #E8EAEC;
display: inline;
}
.commentlist li .comment-info cite {
display: block;
margin: 0; padding: 5px 65px 5px 20px;
font-style: normal;
font-weight: bold;
}
.commentlist li .comment-info cite .comment-data {
font-size: .8em;
font-weight: normal;
}
.commentlist li .comment-text {
clear: both;
margin: 0; padding: 0 20px 25px 20px;
}
.commentlist li .comment-text p {
margin: 5px 0 20px 0;
padding: 0;
}
.commentlist li .comment-text .reply a {
padding: 5px;
border: 1px solid #2177A5;
background-color: #227bad;
font-weight: bold;
font-size: 11px;
color: #fff;
}
.commentlist li ul.children { margin:0; padding: 0;}
.commentlist li ul.children li{
margin-left: 40px;
border-style: solid;
border-color: #E1E6E8;
border-width: 1px 0 0 1px;
}
.commentlist li.thread-alt {
background: #F3F4F5;
border-color: #E2E4E7;
}
| 0.229018 | 0.093802 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../assets/components/materialize/font/material-design-icons/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2"); }
body {
display: flex;
min-height: 100vh;
flex-direction: column; }
main {
flex: 1 0 auto; }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased; }
.page-footer {
z-index: 99;
padding-top: 0px !important; }
.prefix ~ input,
.prefix ~ textarea,
.prefix ~ .select-wrapper {
margin-left: 3rem;
width: 92%;
width: calc(100% - 3rem); }
@media only screen and (max-width: 600px) {
header a .fa {
padding-top: 20px; } }
.brand-logo {
padding-left: 10px !important; }
.button-collapse {
padding-left: 10px !important; }
.dropdown-button {
padding: 0 40px !important; }
.nav-item {
padding: 0 30px; }
#logo-container {
padding: 0;
margin: 0;
font-size: 1.8rem;
background-color: #ee6e73;
color: white;
text-align: center; }
#login-form {
border: solid 1px #9e9e9e;
padding: 20px;
border-radius: 10px; }
#search-book {
width: 100%; }
#book-state {
box-shadow: none; }
.add-book-check {
top: 0 !important;
bottom: 0 !important;
margin-top: 10px !important;
font-size: 0; }
#no-more-padding-bottom {
padding-bottom: 0px !important; }
.range-field {
margin-top: 50px; }
.longggstuff {
height: 2000px; }
#return-search-content {
border: 1px solid gray;
border-radius: 10px;
padding: 25px; }
#search-member {
margin: 0 auto;
width: 100%; }
#list-return-date,
#list-latest-return-date,
#book-num {
box-shadow: none; }
#renting-books-content,
#renting-member-content
{
margin-top: 20px; }
.no-more-margin-bottom {
margin-bottom: 0; }
.no-more-margin-left {
margin-left: 0px !important; }
.fa-sm {
font-size: .2rem; }
#add-book,
#edit-member-detail-button {
margin-left: 20px; }
#sort-button {
width: 100%; }
.type-icon {
width: 37px;
height: 37px; }
#edit-book-detail-button {
margin-left: 20px; }
|
public/assets/css/style.css
|
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../assets/components/materialize/font/material-design-icons/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2"); }
body {
display: flex;
min-height: 100vh;
flex-direction: column; }
main {
flex: 1 0 auto; }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased; }
.page-footer {
z-index: 99;
padding-top: 0px !important; }
.prefix ~ input,
.prefix ~ textarea,
.prefix ~ .select-wrapper {
margin-left: 3rem;
width: 92%;
width: calc(100% - 3rem); }
@media only screen and (max-width: 600px) {
header a .fa {
padding-top: 20px; } }
.brand-logo {
padding-left: 10px !important; }
.button-collapse {
padding-left: 10px !important; }
.dropdown-button {
padding: 0 40px !important; }
.nav-item {
padding: 0 30px; }
#logo-container {
padding: 0;
margin: 0;
font-size: 1.8rem;
background-color: #ee6e73;
color: white;
text-align: center; }
#login-form {
border: solid 1px #9e9e9e;
padding: 20px;
border-radius: 10px; }
#search-book {
width: 100%; }
#book-state {
box-shadow: none; }
.add-book-check {
top: 0 !important;
bottom: 0 !important;
margin-top: 10px !important;
font-size: 0; }
#no-more-padding-bottom {
padding-bottom: 0px !important; }
.range-field {
margin-top: 50px; }
.longggstuff {
height: 2000px; }
#return-search-content {
border: 1px solid gray;
border-radius: 10px;
padding: 25px; }
#search-member {
margin: 0 auto;
width: 100%; }
#list-return-date,
#list-latest-return-date,
#book-num {
box-shadow: none; }
#renting-books-content,
#renting-member-content
{
margin-top: 20px; }
.no-more-margin-bottom {
margin-bottom: 0; }
.no-more-margin-left {
margin-left: 0px !important; }
.fa-sm {
font-size: .2rem; }
#add-book,
#edit-member-detail-button {
margin-left: 20px; }
#sort-button {
width: 100%; }
.type-icon {
width: 37px;
height: 37px; }
#edit-book-detail-button {
margin-left: 20px; }
| 0.268749 | 0.059102 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("trakt.tv") {
section{
background-color: #1F1F1F !important;
color: #FFFFFF;
}
.seasons{
background-color: #3b3b3b !important;
width: 85% !important;
margin-left: 3% !important;
border-radius: 15px;
text-align: center;
}
.season-toggle{
color: #FFFFFF !important;
}
.poster{
visibility: hidden;
}
.poster .real{
visibility: visible;
border-radius: 5px;
}
.fanart{
visibility: hidden;
}
.fanart .shadow-base{
visibility: visible !important;
}
.fanart .titles{
visibility: visible !important;
}
.fanart .real{
visibility: visible;
border-radius: 5px !important;
}
.btn-default{
background-color: transparent !important;
color: #FFFFFF !important;
border: 1px solid #ED1C24 !important;
}
.dropdown .btn-default{
background-color: transparent !important;
color: #FFFFFF !important;
border: 1px solid #ED1C24 !important;
}
.dropdown .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-color: #ED1C24 !important;
color: #FFFFFF !important;
border-color: transparent !important;
}
.quick-icons{
border-width: 0px !important;
margin-top: 5px !important;
border-radius: 5px !important;
background-color: transparent !important;
}
.pagination li a{
background-color: transparent !important;
color: #FFFFFF !important;
}
.alert{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
.popover{
background-color: #2c2c2c !important;
}
.popover-title{
color: #ED1C24 !important;
}
.btn-cancel{
color: #ED1C24 !important;
}
.users-wrapper{
background-color: transparent !important;
border-width: 0px !important;
}
textarea{
background-color: transparent !important;
color: #FFFFFF !important;
border: 1px solid #ED1C24 !important;
border-top-width: 0px !important;
}
.above-comment{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
}
.comment-wrapper{
border-width: 0px !important;
background-color: transparent !important;
}
#info-wrapper .sidebar .external li a{
color: #FFFFFF !important;
}
#info-wrapper .sidebar .sections li a:hover{
color: #FFFFFF !important;
}
.btn-list{
background-color: transparent !important;
}
.btn-list:hover{
background-color: #009EDF !important;
}
.btn-watch{
background-color: transparent !important;
}
.btn-watch:hover{
background-color: #8E44AD !important;
}
.btn-collect{
background-color: transparent !important;
}
.btn-collect:hover{
background-color: #16A085 !important;
}
.btn-checkin{
color: #ED1C24 !important;
background-color: transparent !important;
}
.btn-checkin:hover{
color: #FFFFFF !important;
background-color: #ED1C24 !important;
}
.season-links{
background-color: transparent !important;
border-top: 1px solid #ED1C24 !important;
border-bottom: 1px solid #ED1C24 !important;
}
@keyframes fade-in{
from {color: #FFFFFF;}
to {color: #ED1C24;}
}
@keyframes fade-out{
from {color: #ED1C24;}
to {color: #FFFFFF;}
}
.fa-heart-o{
animation-name: fade-out;
animation-duration: 0.5s;
color: #FFFFFF;
}
.fa-heart-o:hover{
animation-name: fade-in;
animation-duration: 0.5s;
color: #ED1C24;
}
.selected{
color: #ED1C24 !important;
}
.actions{
color: #FFFFFF !important;
}
.quick-icons .actions a.watch:hover, .quick-icons .actions a.watch.selected{
color: #FFFFFF !important;
}
.quick-icons .actions a.collect:hover, .quick-icons .actions a.collect.selected{
color: #FFFFFF !important;
}
.quick-icons .actions a.list:hover, .quick-icons .actions a.list.selected{
color: #FFFFFF !important;
}
.panel{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
}
.panel-heading {
color: #FFFFFF !important;
background-color: #ED1C24 !important;
border-width: 0px !important;
}
.panel-body input, #list-name{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
#avatar-file-upload{
background-color: transparent !important;
color: #ED1C24 !important;
border-color: #ED1C24 !important;
}
#avatar-file-upload:hover{
background-color: #ED1C24 !important;
color: #FFFFFF !important;
}
#user_about{
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
.panel-body select{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
.close{
color: #FFFFFF !important;
}
.checkin-modal{
background-color: #1F1F1F !important;
}
.checkin-modal .form-signin .fanarts .fanart img{
border-radius: 0px !important;
}
.checkin-modal .form-inputs textarea{
border: 1px solid #ED1C24 !important;
}
#boxes-wrapper .row .last-comment h3 span{
font-family: "Proxima Nova";
font-size: 18px;
margin-right: 35px;
}
#faq-wrapper p{
color: #000 !important;
}
#schedule-wrapper .poster-wrapper .poster{
visibility: visible !important;
}
#huckster-desktop-wrapper,#huckster-desktop-top,#huckster-desktop-bottom,.huckster-vip-info{
position: fixed !important;
color: transparent !important;
background: none !important;
}
.titles-link h3{
color: #FFFFFF !important;
}
.titles-link h4{
color: #ABABAB !important;
}
.interactions,.above-comment{
border: 1px solid transparent !important;
}
.username,.quote{
color: #ABABAB !important;
}
.above-comment-bg{
background-color: #454545 !important;
}
.popover{
background-color: #CCCCCC !important;
}
#cover-wrapper{
background-image: url("/*[[cover]]*/") !important;
}
#header-search{
background-color: #202020 !important;
}
}
|
data/usercss/115817.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("trakt.tv") {
section{
background-color: #1F1F1F !important;
color: #FFFFFF;
}
.seasons{
background-color: #3b3b3b !important;
width: 85% !important;
margin-left: 3% !important;
border-radius: 15px;
text-align: center;
}
.season-toggle{
color: #FFFFFF !important;
}
.poster{
visibility: hidden;
}
.poster .real{
visibility: visible;
border-radius: 5px;
}
.fanart{
visibility: hidden;
}
.fanart .shadow-base{
visibility: visible !important;
}
.fanart .titles{
visibility: visible !important;
}
.fanart .real{
visibility: visible;
border-radius: 5px !important;
}
.btn-default{
background-color: transparent !important;
color: #FFFFFF !important;
border: 1px solid #ED1C24 !important;
}
.dropdown .btn-default{
background-color: transparent !important;
color: #FFFFFF !important;
border: 1px solid #ED1C24 !important;
}
.dropdown .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-color: #ED1C24 !important;
color: #FFFFFF !important;
border-color: transparent !important;
}
.quick-icons{
border-width: 0px !important;
margin-top: 5px !important;
border-radius: 5px !important;
background-color: transparent !important;
}
.pagination li a{
background-color: transparent !important;
color: #FFFFFF !important;
}
.alert{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
.popover{
background-color: #2c2c2c !important;
}
.popover-title{
color: #ED1C24 !important;
}
.btn-cancel{
color: #ED1C24 !important;
}
.users-wrapper{
background-color: transparent !important;
border-width: 0px !important;
}
textarea{
background-color: transparent !important;
color: #FFFFFF !important;
border: 1px solid #ED1C24 !important;
border-top-width: 0px !important;
}
.above-comment{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
}
.comment-wrapper{
border-width: 0px !important;
background-color: transparent !important;
}
#info-wrapper .sidebar .external li a{
color: #FFFFFF !important;
}
#info-wrapper .sidebar .sections li a:hover{
color: #FFFFFF !important;
}
.btn-list{
background-color: transparent !important;
}
.btn-list:hover{
background-color: #009EDF !important;
}
.btn-watch{
background-color: transparent !important;
}
.btn-watch:hover{
background-color: #8E44AD !important;
}
.btn-collect{
background-color: transparent !important;
}
.btn-collect:hover{
background-color: #16A085 !important;
}
.btn-checkin{
color: #ED1C24 !important;
background-color: transparent !important;
}
.btn-checkin:hover{
color: #FFFFFF !important;
background-color: #ED1C24 !important;
}
.season-links{
background-color: transparent !important;
border-top: 1px solid #ED1C24 !important;
border-bottom: 1px solid #ED1C24 !important;
}
@keyframes fade-in{
from {color: #FFFFFF;}
to {color: #ED1C24;}
}
@keyframes fade-out{
from {color: #ED1C24;}
to {color: #FFFFFF;}
}
.fa-heart-o{
animation-name: fade-out;
animation-duration: 0.5s;
color: #FFFFFF;
}
.fa-heart-o:hover{
animation-name: fade-in;
animation-duration: 0.5s;
color: #ED1C24;
}
.selected{
color: #ED1C24 !important;
}
.actions{
color: #FFFFFF !important;
}
.quick-icons .actions a.watch:hover, .quick-icons .actions a.watch.selected{
color: #FFFFFF !important;
}
.quick-icons .actions a.collect:hover, .quick-icons .actions a.collect.selected{
color: #FFFFFF !important;
}
.quick-icons .actions a.list:hover, .quick-icons .actions a.list.selected{
color: #FFFFFF !important;
}
.panel{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
}
.panel-heading {
color: #FFFFFF !important;
background-color: #ED1C24 !important;
border-width: 0px !important;
}
.panel-body input, #list-name{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
#avatar-file-upload{
background-color: transparent !important;
color: #ED1C24 !important;
border-color: #ED1C24 !important;
}
#avatar-file-upload:hover{
background-color: #ED1C24 !important;
color: #FFFFFF !important;
}
#user_about{
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
.panel-body select{
background-color: transparent !important;
border: 1px solid #ED1C24 !important;
color: #FFFFFF !important;
}
.close{
color: #FFFFFF !important;
}
.checkin-modal{
background-color: #1F1F1F !important;
}
.checkin-modal .form-signin .fanarts .fanart img{
border-radius: 0px !important;
}
.checkin-modal .form-inputs textarea{
border: 1px solid #ED1C24 !important;
}
#boxes-wrapper .row .last-comment h3 span{
font-family: "Proxima Nova";
font-size: 18px;
margin-right: 35px;
}
#faq-wrapper p{
color: #000 !important;
}
#schedule-wrapper .poster-wrapper .poster{
visibility: visible !important;
}
#huckster-desktop-wrapper,#huckster-desktop-top,#huckster-desktop-bottom,.huckster-vip-info{
position: fixed !important;
color: transparent !important;
background: none !important;
}
.titles-link h3{
color: #FFFFFF !important;
}
.titles-link h4{
color: #ABABAB !important;
}
.interactions,.above-comment{
border: 1px solid transparent !important;
}
.username,.quote{
color: #ABABAB !important;
}
.above-comment-bg{
background-color: #454545 !important;
}
.popover{
background-color: #CCCCCC !important;
}
#cover-wrapper{
background-image: url("/*[[cover]]*/") !important;
}
#header-search{
background-color: #202020 !important;
}
}
| 0.154344 | 0.080647 |
body{
margin: auto;
width: 900px;
}
h1{
font-family: 'Yellowtail' ;
font-size: 27px;
text-indent: 7px ;
}
h2{
font-family: 'Coda Caption';
font-size: 38px;
font-weight: bold;
padding-top: 40px;
}
img{
float: left;
}
.pLogo {
margin-top: 4px;
padding: 0px;
padding-left: 45px;
font-family: 'Antic' ;
font-size: 10px;
text-indent: 7px ;
}
.mainP{
padding-top:10px;
font-family: Abel;
}
.print{
margin-left: 861px;
margin-top: -7px;
font-family: Abel;
}
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
width: 20px;
height: 15px;
font-size: 19px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-twitter {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-google {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-instagram {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-rss {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-soundcloud {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-pinterest {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-reddit {
background: #6F7073;
color: white;
padding: 6px;
}
.social-menu{
margin-left: 574px;
display: inline-flex;
margin-top: -43px;
position: absolute;
}
.free-spacs{
padding-left: 34px;
}
.printLogo{
float:right;
margin-top: -13px;
margin-right: 45px;
}
.mainImage{
margin-top: 12px;
margin-bottom: 21px;
}
.mainPragraphs{
margin-top: 17px;
font-family: Abel;
font-size: 18px;
text-indent: 30px;
}
.headerDiv{
margin-bottom: 30px;
}
/* //////////////////////////// */
.paper{
background-image: url("https://github.com/LTUC/amman-201d3/blob/master/class-10/lab-a/lab-assets/list-bg.png?raw=true");
background-size :cover;
background-repeat: no-repeat;
height: 242px;
margin-bottom: 30px;
margin-top: 30px;
position: relative;
font-family: Signika Negative;
}
.checkOne {
position: absolute;
left: 68px;
font-size: 25px;
top: 33px;
}
.checkTwo{
position: absolute;
left: 551px;
font-size: 25px;
top: 33px;
}
input:checked + label {
text-decoration: line-through;
}
.button {
background-color: rgb(202, 62, 62);
border: none;
color: white;
padding: 15px 25px;
text-align: center;
font-size: 16px;
cursor: pointer;
}
.footer_bottom {
width:100%;
text-align:center;
border-bottom: 2px solid #cec5ba;
line-height:0.1em;
margin: 85px 0 20px;
position :relative;
}
.footer_bottom img {
position:absolute; bottom:-15px;
left:62%;
margin-left:-125px;
}
.copyRight{
text-align: center;
color: #b4afaf;
font-size: 11px;
font-weight: 600;
margin: 2%;
}
h5 {
font-weight: 600;
padding-left: 84px;
margin-top: -67px;
font-size: 16px;
}
button {
margin-left: 721px;
margin-top: -33px;
}
.buttonDiv{
position: absolute;
bottom: -716px;
left: 325px;
}
.info {
margin-top: 96px;
margin-right: 230px;
}
.pf2{
padding-left: 85px;
margin-top: 15px;
}
.topHr{
border-top: 1px dotted #9a9a9a;
margin: 0;
}
|
css/style.css
|
body{
margin: auto;
width: 900px;
}
h1{
font-family: 'Yellowtail' ;
font-size: 27px;
text-indent: 7px ;
}
h2{
font-family: 'Coda Caption';
font-size: 38px;
font-weight: bold;
padding-top: 40px;
}
img{
float: left;
}
.pLogo {
margin-top: 4px;
padding: 0px;
padding-left: 45px;
font-family: 'Antic' ;
font-size: 10px;
text-indent: 7px ;
}
.mainP{
padding-top:10px;
font-family: Abel;
}
.print{
margin-left: 861px;
margin-top: -7px;
font-family: Abel;
}
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
width: 20px;
height: 15px;
font-size: 19px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-twitter {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-google {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-instagram {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-rss {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-soundcloud {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-pinterest {
background: #6F7073;
color: white;
padding: 6px;
}
.fa-reddit {
background: #6F7073;
color: white;
padding: 6px;
}
.social-menu{
margin-left: 574px;
display: inline-flex;
margin-top: -43px;
position: absolute;
}
.free-spacs{
padding-left: 34px;
}
.printLogo{
float:right;
margin-top: -13px;
margin-right: 45px;
}
.mainImage{
margin-top: 12px;
margin-bottom: 21px;
}
.mainPragraphs{
margin-top: 17px;
font-family: Abel;
font-size: 18px;
text-indent: 30px;
}
.headerDiv{
margin-bottom: 30px;
}
/* //////////////////////////// */
.paper{
background-image: url("https://github.com/LTUC/amman-201d3/blob/master/class-10/lab-a/lab-assets/list-bg.png?raw=true");
background-size :cover;
background-repeat: no-repeat;
height: 242px;
margin-bottom: 30px;
margin-top: 30px;
position: relative;
font-family: Signika Negative;
}
.checkOne {
position: absolute;
left: 68px;
font-size: 25px;
top: 33px;
}
.checkTwo{
position: absolute;
left: 551px;
font-size: 25px;
top: 33px;
}
input:checked + label {
text-decoration: line-through;
}
.button {
background-color: rgb(202, 62, 62);
border: none;
color: white;
padding: 15px 25px;
text-align: center;
font-size: 16px;
cursor: pointer;
}
.footer_bottom {
width:100%;
text-align:center;
border-bottom: 2px solid #cec5ba;
line-height:0.1em;
margin: 85px 0 20px;
position :relative;
}
.footer_bottom img {
position:absolute; bottom:-15px;
left:62%;
margin-left:-125px;
}
.copyRight{
text-align: center;
color: #b4afaf;
font-size: 11px;
font-weight: 600;
margin: 2%;
}
h5 {
font-weight: 600;
padding-left: 84px;
margin-top: -67px;
font-size: 16px;
}
button {
margin-left: 721px;
margin-top: -33px;
}
.buttonDiv{
position: absolute;
bottom: -716px;
left: 325px;
}
.info {
margin-top: 96px;
margin-right: 230px;
}
.pf2{
padding-left: 85px;
margin-top: 15px;
}
.topHr{
border-top: 1px dotted #9a9a9a;
margin: 0;
}
| 0.545528 | 0.054879 |
.bodyText_bodyText__2Gmo_.bodyText_center__DhfrJ {
text-align: center
}
.bodyText_bodyText__2Gmo_.bodyText_inline__1-1-L {
display: inline-block
}
.bodyText_bodyText__2Gmo_ p {
font-size: 16px;
font-weight: 400;
line-height: 1.3
}
.button_button__18O0Z {
background: transparent;
display: block;
cursor: pointer;
margin: 0 auto;
font-family: Open Sans, Arial, Sans-serif;
font-size: 20px;
line-height: 1.2;
border: 0;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.button_button__18O0Z:active {
-webkit-transform: scale(.975);
transform: scale(.975)
}
.button_button__18O0Z:focus:not(:active):before {
display: block;
content: "";
border-radius: inherit;
border: 2px solid;
border-color: inherit;
position: absolute;
left: 2px;
top: 2px;
right: 2px;
bottom: 2px
}
.button_button__18O0Z:focus:not(:active).button_secondary__De0FQ:before {
border-width: 1px;
opacity: .35;
filter: alpha(opacity=35)
}
.button_button__18O0Z.button_secondary__De0FQ {
border-width: 1px;
border-style: solid;
font-size: 12px
}
.button_button__18O0Z.button_secondary__De0FQ:active {
-webkit-transform: scale(.95);
transform: scale(.95)
}
.button_button__18O0Z {
padding: 18px 40px;
min-width: 250px
}
.button_button__18O0Z.button_secondary__De0FQ {
padding: 10.8px 24px;
min-width: 150px
}
@media (max-width: 280px) {
.button_button__18O0Z {
min-width: 0;
width: 100%;
max-width: 250px;
padding: 18px 40px
}
.button_button__18O0Z.button_secondary__De0FQ {
width: 60%;
max-width: 150px;
padding: 10.8px 24px
}
}
@media (max-width: 250px) {
.button_button__18O0Z {
width: auto;
max-width: none;
padding: 18px 36px
}
.button_button__18O0Z.button_secondary__De0FQ {
width: auto;
max-width: none;
min-width: 0;
padding: 10.8px 21.6px
}
}
.icons_wrapper__K8g26 {
height: 100%;
width: 100%
}
.icons_svg__17XUo {
width: inherit;
height: inherit;
max-width: inherit;
transition: fill .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.checkbox_wrapper__3-Q5l {
display: inline-block;
position: relative
}
.checkbox_checkbox__3vXlf, .checkbox_wrapper__3-Q5l {
height: 16px;
width: 16px;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.checkbox_checkbox__3vXlf {
opacity: 0;
z-index: 1;
position: absolute;
cursor: pointer
}
@-webkit-keyframes checkbox_bounce__MRzuD {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes checkbox_bounce__MRzuD {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.checkbox_container__B4Qs5 {
display: inline-block;
position: relative;
height: 16px;
width: 16px;
cursor: pointer;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
transition: all, 50ms
}
.checkbox_checkbox__3vXlf:active + .checkbox_container__B4Qs5 {
-webkit-transform: scale(.9);
transform: scale(.9)
}
.checkbox_background__2B1Il {
position: absolute;
top: -1px;
bottom: -1px;
right: -1px;
left: -1px;
-webkit-transform: scale(0);
transform: scale(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.checkbox_checkbox__3vXlf:checked + .checkbox_container__B4Qs5 > .checkbox_background__2B1Il {
-webkit-transform: scale(1);
transform: scale(1)
}
.checkbox_tick__3WCCE {
position: absolute;
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
height: 14px;
width: 14px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(.5);
transform: scale(.5);
transition: all .35s cubic-bezier(.23, 1, .32, 1) .2s
}
.checkbox_checkbox__3vXlf:checked + .checkbox_container__B4Qs5 > .checkbox_tick__3WCCE {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
@media (max-width: 499px) {
.col_s1__7tMBJ {
width: 10%;
float: left;
min-height: 1px
}
.col_s2__5zxBj {
width: 20%;
float: left;
min-height: 1px
}
.col_s3__kgoBX {
width: 30%;
float: left;
min-height: 1px
}
.col_s4__3iAnz {
width: 40%;
float: left;
min-height: 1px
}
.col_s5__N0Qu7 {
width: 50%;
float: left;
min-height: 1px
}
.col_s6__3bMdX {
width: 60%;
float: left;
min-height: 1px
}
.col_s7__2AGPh {
width: 70%;
float: left;
min-height: 1px
}
.col_s8__kdlQm {
width: 80%;
float: left;
min-height: 1px
}
.col_s9__2KJG7 {
width: 90%;
float: left;
min-height: 1px
}
.col_s10__3ifYU {
width: 100%;
float: left;
min-height: 1px
}
}
@media (min-width: 500px) and (max-width: 649px) {
.col_m1__1-BPj {
width: 10%;
float: left;
min-height: 1px
}
.col_m2__3SI7I {
width: 20%;
float: left;
min-height: 1px
}
.col_m3__Q7V5q {
width: 30%;
float: left;
min-height: 1px
}
.col_m4__vVlmL {
width: 40%;
float: left;
min-height: 1px
}
.col_m5__2hiYd {
width: 50%;
float: left;
min-height: 1px
}
.col_m6__1iehM {
width: 60%;
float: left;
min-height: 1px
}
.col_m7__Q2LPR {
width: 70%;
float: left;
min-height: 1px
}
.col_m8__1cLL2 {
width: 80%;
float: left;
min-height: 1px
}
.col_m9__3bFp8 {
width: 90%;
float: left;
min-height: 1px
}
.col_m10__1iUlr {
width: 100%;
float: left;
min-height: 1px
}
}
@media (min-width: 650px) {
.col_l1__nD2oH {
width: 10%;
float: left;
min-height: 1px
}
.col_l2__2bozI {
width: 20%;
float: left;
min-height: 1px
}
.col_l3__II2XL {
width: 30%;
float: left;
min-height: 1px
}
.col_l4__35uXh {
width: 40%;
float: left;
min-height: 1px
}
.col_l5__2CQQl {
width: 50%;
float: left;
min-height: 1px
}
.col_l6__3Eqqt {
width: 60%;
float: left;
min-height: 1px
}
.col_l7__2Mjbx {
width: 70%;
float: left;
min-height: 1px
}
.col_l8__RzEuz {
width: 80%;
float: left;
min-height: 1px
}
.col_l9__JTHgf {
width: 90%;
float: left;
min-height: 1px
}
.col_l10__21Jbc {
width: 100%;
float: left;
min-height: 1px
}
}
.col_col__dRqp6 {
position: relative
}
.col_col__dRqp6.col_spacing__3BD21 {
padding: 0 20px;
box-sizing: border-box
}
.col_col__dRqp6:last-child:not(:first-child) {
float: right
}
@-webkit-keyframes dialog_dialog__3cwrk {
0% {
-webkit-transform: scale(.8);
transform: scale(.8)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes dialog_dialog__3cwrk {
0% {
-webkit-transform: scale(.8);
transform: scale(.8)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.dialog_dialog__3cwrk {
z-index: 103;
left: calc(50% - 245px);
right: calc(50% - 245px);
border-width: 1px;
border-style: solid;
padding: 40px 10px 10px;
position: fixed;
display: inline-block;
transition: top .5s;
box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
-webkit-animation: dialog_dialog__3cwrk .2s cubic-bezier(.46, .24, 0, 1.54);
animation: dialog_dialog__3cwrk .2s cubic-bezier(.46, .24, 0, 1.54)
}
.dialog_closeIcon__fCzdF {
position: absolute;
cursor: pointer;
top: 15px;
right: 15px;
height: 18px;
width: 18px
}
@media (max-width: 500px) {
.dialog_dialog__3cwrk {
left: 1px;
right: 1px
}
}
@media (max-height: 450px) and (max-width: 500px) {
.dialog_dialog__3cwrk {
padding: 15px 5px 0
}
.dialog_closeIcon__fCzdF {
top: 9px;
right: 9px
}
}
.dimmer_dimmer__2e4cY {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
opacity: .8;
filter: alpha(opacity=80)
}
.dimmer_dimmer__2e4cY.dimmer_strong__rSGk- {
opacity: .9;
filter: alpha(opacity=90)
}
.dimmer_dimmer__2e4cY.dimmer_local__3o7Ce {
position: absolute
}
.dimmer_dimmer__2e4cY.dimmer_local__3o7Ce.dimmer_semiLocal__2D6a9 {
z-index: 102
}
.logotypes_opacity50__2zdK_ {
fill-opacity: .5
}
.logotypes_opacity75__3nCN0 {
fill-opacity: .75
}
.logotypes_logotype__31ceo {
transition: fill .5s
}
.logotypes_visaBlue__12ycr, .logotypes_visaYellow__1Lt6n {
fill: #2b296e
}
.logotypes_mastercardRed__3Rnx4 {
fill: #eb001b
}
.logotypes_mastercardOrange__1IrcY {
fill: #ff5f00
}
.logotypes_mastercardYellow__umGiI {
fill: #f79e1b
}
.logotypes_mastercardBlack__3hUMq {
fill: #000
}
.logotypes_payPalBlue__uyS_C {
fill: #179bd7
}
.logotypes_payPalDarkBlue__11P9t {
fill: #2b3894
}
.logotypes_payPalBlueMixed__2gdqM {
fill: #222d65
}
.logotypes_trustlyGreen__2pghz {
fill: #69d720
}
.logotypes_trustlyBlack__2RphM {
fill: #000
}
.logotypes_dankortRed__3u4vH {
fill: #ed1c24
}
.logotypes_dankortWhite__212Ni {
fill: #fff
}
.logotypes_dankortBlack__1Urta {
fill: #000
}
.logotypes_postNordBlue__24KKv {
fill: #09b
}
.logotypes_dhlRed__2Ft6d {
fill: #c00
}
.logotypes_budbeeGreen__3v8I7 {
fill: #00cca8
}
.logotypes_aramexRed__2ddE6 {
fill: #dc291e
}
.logotypes_bestOrange__2WaT7 {
fill: #ff8200
}
.logotypes_bringGreen__iWUs9 {
fill: #7bc144
}
.logotypes_bringGray__5RJYt {
fill: #c1c1c1
}
.logotypes_instaboxRed__2DiB2 {
fill: #ff3e3e
}
.logotypes_postiOrange__2vM19 {
fill: #ff8000
}
.logotypes_upsYellow__2UBpU {
fill: #ffb406
}
.logotypes_upsBrown__1aPJp {
fill: #341b14
}
.logotypes_amexBlue__1yXny {
fill: #0075bb
}
.logotypes_amexWhite__2kvOO {
fill: #fff
}
.logotypes_mtdBlue__2Mx73 {
fill: #154295
}
.logotypes_mtdGray__2BflG {
fill: #807d74
}
.logotypes_mtdRed__2psx5 {
fill: #d84036
}
.logotypes_mtdWhite__2hkQs {
fill: #fff
}
.logotypes_schenkerBlack__2qrqy {
fill: #000
}
.logotypes_schenkerRed__3aQim {
fill: #ed1c24
}
.logotypes_schenkerWhite__1Ii_s {
fill: #fff
}
.logotypes_bankIdBlue__2Dxd- {
fill: #469cbe
}
.logotypes_bankIdDarkBlue__2L2Dz {
fill: #225971
}
.logotypes_lekmerRed__2Ptwt {
fill: #f32a32
}
.logotypes_airmeeDark__ODNNO {
fill: #212021
}
.logotypes_airmeeGray__2SOwt {
fill: #a7a9ac
}
.logotypes_airmeeLightGray__2jL1S {
fill: #fafafa
}
.logotypes_helthjemGray__3-sWg {
fill: #636363
}
.logotypes_helthjemYellow__2XR7h {
fill: #e7af19
}
.banks_logotype__2ktC_ {
transition: fill .5s
}
.banks_evenodd__38TqM {
fill-rule: evenodd
}
.banks_handelsbankenBlue__3IUPz {
fill: #0066b3
}
.banks_nordeaBlue__RSaPz {
fill: #0065a4
}
.banks_danskeBankBlue__36Zuv {
fill: #03426a
}
.banks_danskeBankWhite__1ENTi {
fill: #fff
}
.banks_sebBlack__2rvdR {
fill: #000
}
.banks_dnbBlue__GETiK {
fill: #007c84
}
.banks_dnbWhite__3tPId {
fill: #fff
}
.banks_aktiaGreen__20-LV {
fill: #009430
}
.banks_saastopankkiGreen__1bP-x {
fill: #00a650
}
.banks_poppankkiGreen__6QQZZ {
fill: #1aae48
}
.banks_poppankkiLightGreen__1JAwr {
fill: #80cc28
}
.banks_sydbankBlue__3Ce2F {
fill: #002c5b
}
.banks_spankkiGreen__2uMdr {
fill: #5b8f22
}
.banks_spareBankBlue__2t-EJ {
fill: #002776
}
.banks_spareBankRed__13CeV {
fill: #e60000
}
.banks_spareBankDarkRed__1t2Qm {
fill: #af0000
}
.banks_spareBankWhite__1YSbe {
fill: #fff
}
.banks_sparekassanGray__2mx6d {
fill: #676766
}
.banks_sparekassanGreen__iP3gV {
fill: #2ca73b
}
.banks_sparekassanRed__3Y_0H {
fill: #d62022
}
.banks_skjernBankBlack__3__4S {
fill: #000
}
.banks_skjernBankWhite__3Gk1Z {
fill: #fff
}
.banks_skjernBankRed__2etWm {
fill: #ed1c24
}
.banks_nordjyskeGreen__32Xld {
fill: #77ac92
}
.banks_nordjyskeOrange__3T9vJ {
fill: #f07d1b
}
.banks_landbobankGreen__Ch0gG {
fill: #138331
}
.banks_jyskeBankGreen__v2Npw {
fill: #006b47
}
.banks_djurslandsBankBlue__1BU5M {
fill: #5a87b0
}
.banks_djurslandsBankGreen__1WB-p {
fill: #3b6a57
}
.banks_sbankenBlue__3PFkV {
fill: #262342
}
.banks_oppohjolaOrange__omQ53 {
fill: #f25c19
}
.banks_oppohjolaGray__2Oz3Y {
fill: #656263
}
.banks_oppohjolaWhite__19U0h {
fill: #fff
}
.swedbank_base__3WTJt {
fill-rule: evenodd;
clip-rule: evenodd
}
.swedbank_base__3WTJt.swedbank_stroke__2VVX9 {
fill: none;
stroke-width: .5;
stroke-miterlimit: 10
}
.swedbank_stopColor1__2naR6 {
stop-color: #ef7025
}
.swedbank_stopColor2__3XwXu {
stop-color: #f9a02c
}
.swedbank_stopColor3__2RJE_ {
stop-color: #f89e2c
}
.swedbank_stopColor4__u85Wd {
stop-color: #f7952a
}
.swedbank_stopColor5__1TVv1 {
stop-color: #f48728
}
.swedbank_stopColor6__3sdS- {
stop-color: #f07426
}
.swedbank_stopColor7__3juoP {
stop-color: #ea6a24
}
.swedbank_stopColor8__2A2Xj {
stop-color: #cf4b1d
}
.swedbank_stopColor9__-QrRa {
stop-color: #c5401b
}
.swedbank_stopColor10__1u5Zm {
stop-color: #f9ddb8
}
.swedbank_stopColor11__eXdui {
stop-color: #752610;
stop-opacity: .7
}
.swedbank_stopColor12__3hRnZ {
stop-color: #9e3216
}
.swedbank_stopColor13__30jxn {
stop-color: #ae3f19
}
.swedbank_stopColor14__38Pw1 {
stop-color: #d95f21
}
.swedbank_stopColor15__2qtR7 {
stop-color: #f28d4d
}
.swedbank_stopColor16__3LO5w {
stop-color: #f8d8b1
}
.swedbank_stopColor17__2bwVz {
stop-color: #ae3f19
}
.swedbank_stopColor18__3VJtJ {
stop-color: #9e3216
}
.swedbank_stopColor19__1aILX {
stop-color: #f28d4d
}
.swedbank_stopColor20__2urRR {
stop-color: #be4e1c
}
.swedbank_stopColor21__1QkJX {
stop-color: #9f3816
}
.swedbank_stopColor22__20mp9 {
stop-color: #943014
}
.swedbank_stopColor23__3UhBI {
stop-color: #f9ddb8;
stop-opacity: .3
}
.swedbank_stopColor24__2EFco {
stop-color: #000;
stop-opacity: .8
}
.swedbank_stopColor25__2Fvak {
stop-color: #000;
stop-opacity: .7
}
.swedbank_stopColor26__bXD1Y {
stop-color: #f9b965;
stop-opacity: .963
}
.swedbank_stopColor27__2eZ9e {
stop-color: #f9a02c;
stop-opacity: .84
}
.swedbank_stopColor28__KfhCj {
stop-color: #301007;
stop-opacity: .5
}
.footer_footer__1nTOB {
margin-top: 30px;
width: 100%
}
.footer_qliroLogo__2tw3Q, .footer_qliroWordmark__1TQqD {
width: 40px;
margin-left: auto;
margin-right: auto;
display: block
}
.footer_qliroLogo__2tw3Q {
height: 43px
}
.footer_qliroWordmark__1TQqD {
margin-top: 5px;
height: 10px
}
.headline_headline__wIwMl {
text-align: left
}
.headline_headline__wIwMl.headline_center__27Eyi {
text-align: center
}
.headline_headline__wIwMl h1 {
font-size: 20px;
font-weight: 400
}
.informationHeader_informationHeader__2nyGl.informationHeader_inline__A9iRg {
display: inline-block
}
.informationHeader_informationHeader__2nyGl p {
font-size: 14px;
font-weight: 400;
letter-spacing: .02em;
line-height: 1.3
}
.informationText_informationText__3iHXK {
vertical-align: inherit
}
.informationText_informationText__3iHXK.informationText_inline__3I94z {
display: inline-block
}
.informationText_informationText__3iHXK p {
font-size: 12px;
font-weight: 400;
text-align: left;
vertical-align: inherit;
line-height: 1.4;
letter-spacing: .02em
}
.informationText_informationText__3iHXK.informationText_center__36kia p {
text-align: center
}
.inlineTable_inlineTable__10CBu {
display: inline-table;
table-layout: fixed;
width: auto
}
.inlineTable_inlineTableRow__37rX2 {
display: table-row;
vertical-align: top
}
.inlineTable_inlineTableRow__37rX2 > div {
display: table-cell
}
.input_wrapper__189No {
border-width: 1px;
padding: 1px;
border-style: solid;
position: relative
}
.input_wrapper__189No.input_glueTop__25fL_ {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.input_wrapper__189No.input_glueRight__1IH2A {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.input_wrapper__189No.input_glueBottom__2vULg {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.input_wrapper__189No.input_glueLeft__JT072 {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.input_wrapper__189No.input_glueLeft__JT072.input_focus__2wyFc {
padding-left: 1px
}
.input_wrapper__189No.input_error__dwL8K {
z-index: 1
}
.input_wrapper__189No.input_focus__2wyFc {
z-index: 2;
border-width: 2px;
padding: 0
}
.input_container__2YtIQ {
position: relative
}
.input_input__32xKA {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.input_input__32xKA.input_center__1UhEe {
padding-top: 21px;
padding-bottom: 21px
}
.input_input__32xKA.input_large__2-1aA {
padding-top: 36px;
padding-bottom: 20px
}
.input_input__32xKA.input_large__2-1aA.input_center__1UhEe {
padding-top: 28px;
padding-bottom: 28px
}
.input_input__32xKA.input_hasIcon__2lTza {
padding-left: 45px;
width: calc(100% - 54px)
}
.input_input__32xKA::-webkit-inner-spin-button, .input_input__32xKA::-webkit-outer-spin-button {
display: none
}
.input_input__32xKA:invalid {
box-shadow: none
}
.input_label__31wUj {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.input_label__31wUj.input_large__2-1aA {
top: 31px
}
.input_label__31wUj.input_minified__BQr4-, .input_label__31wUj.input_minified__BQr4-.input_large__2-1aA {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.input_label__31wUj.input_hasIcon__2lTza {
left: 45px
}
.input_label__31wUj.input_hasSubtext__2gfRE {
top: 19px
}
.input_label__31wUj.input_hasSubtext__2gfRE.input_minified__BQr4-, .input_label__31wUj.input_hasSubtext__2gfRE.input_minified__BQr4-.input_large__2-1aA {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.input_label__31wUj.input_invisible__3jJO4 {
opacity: 0;
filter: alpha(opacity=0)
}
.input_subtextLabel__n4lWq {
position: absolute;
left: 9px;
top: 34px
}
.input_subtextLabel__n4lWq.input_hasIcon__2lTza {
left: 45px
}
.input_hint__2vBh1, .input_skipLink__2sYLK {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.input_hint__2vBh1.input_large__2-1aA, .input_skipLink__2sYLK.input_large__2-1aA {
top: 32px
}
.input_hint__2vBh1.input_transparent__3axiS, .input_skipLink__2sYLK.input_transparent__3axiS {
opacity: 0;
filter: alpha(opacity=0)
}
.input_hint__2vBh1.input_higher__1GSjk, .input_skipLink__2sYLK.input_higher__1GSjk {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.input_hint__2vBh1.input_lower__YBpvl, .input_skipLink__2sYLK.input_lower__YBpvl {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.input_icon__3hG7r {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.input_icon__3hG7r.input_large__2-1aA {
top: 27px;
height: 20px;
width: 20px
}
.input_clearIcon__2gxy9 {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.input_button__3DGwr {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.input_button__3DGwr.input_inactive__3bl7y {
cursor: default
}
.input_button__3DGwr.input_left__MWcbu {
right: 60px
}
.input_button__3DGwr.input_right__GuFx3 {
right: 10px
}
.input_buttonSign__3kOMO {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.input_disabled__1c1YK {
font-family: system-ui
}
.input_disabled__1c1YK p {
padding-top: 2px;
padding-bottom: 1px
}
.inputHint_inputHint__3C4C4 p {
font-size: 12px;
font-weight: 400;
text-align: right
}
.inputLabel_inputLabel__TqL7c.inputLabel_minified__2BLnl p {
font-size: 12px
}
.inputLabel_inputLabel__TqL7c p {
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
font-size: 14px;
font-weight: 400
}
@media (max-width: 500px) {
.inputLabel_inputLabel__TqL7c p {
transition: none
}
}
.inputValue_inputValue__-RqZY p {
font-size: 18px;
font-weight: 400
}
.inputInformation_inputInformation__2U7N- p {
font-size: 12px;
font-weight: 400
}
.legalText_legalText__2lB2I p {
font-size: 11px;
font-weight: 400;
text-align: center;
line-height: 1.3
}
.legalText_legalText__2lB2I p a {
font-size: 11px
}
.link_link__1Aspc.link_left__2sCtB {
text-align: left
}
.link_link__1Aspc.link_center__3t7dl {
text-align: center
}
.link_link__1Aspc.link_right__20Z6u {
float: right;
text-align: right
}
.link_link__1Aspc.link_block__MWucw {
display: block
}
.link_link__1Aspc.link_block__MWucw a {
display: inline-block;
padding: 5px 0;
font-weight: 400
}
.link_link__1Aspc.link_tight__gPS8j a {
padding: 0
}
.link_link__1Aspc.link_bold__2EFyb a {
font-weight: 600
}
.link_link__1Aspc a {
font-size: 12px;
font-weight: 600;
color: inherit;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
text-decoration: none;
cursor: pointer
}
.link_link__1Aspc.link_external__3zJeW {
border-width: 1px;
border-style: solid;
border-radius: 15px
}
.link_link__1Aspc:hover .link_externalInline__1HiMm {
display: inline-block
}
.link_externalLink__2BkoJ {
display: inline-block;
height: 10px;
width: 10px;
margin-left: 5px
}
.link_externalInlineContainer__3Uv67 {
position: relative
}
.link_externalInline__1HiMm {
display: none;
position: absolute;
top: -2px;
right: -16px;
height: 10px;
width: 10px;
border-radius: 2px;
padding: 2px;
z-index: 9999;
overflow: visible
}
.option_wrapper__3l3ik {
border-width: 1px;
padding: 1px;
border-style: solid;
position: relative
}
.option_wrapper__3l3ik.option_glueTop__3Na3c {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueRight__8eSXr {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueBottom__cawUQ {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueLeft__2Uzyn {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueLeft__2Uzyn.option_focus__3Fwzw {
padding-left: 1px
}
.option_wrapper__3l3ik.option_error__8EzP7 {
z-index: 1
}
.option_wrapper__3l3ik.option_focus__3Fwzw {
z-index: 2;
border-width: 2px;
padding: 0
}
.option_container__2KVrc {
position: relative
}
.option_input__9IAXp {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.option_input__9IAXp.option_center__3icSR {
padding-top: 21px;
padding-bottom: 21px
}
.option_input__9IAXp.option_large__3kk0Z {
padding-top: 36px;
padding-bottom: 20px
}
.option_input__9IAXp.option_large__3kk0Z.option_center__3icSR {
padding-top: 28px;
padding-bottom: 28px
}
.option_input__9IAXp.option_hasIcon__5Ghcp {
padding-left: 45px;
width: calc(100% - 54px)
}
.option_input__9IAXp::-webkit-inner-spin-button, .option_input__9IAXp::-webkit-outer-spin-button {
display: none
}
.option_input__9IAXp:invalid {
box-shadow: none
}
.option_label__3UmaS {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.option_label__3UmaS.option_large__3kk0Z {
top: 31px
}
.option_label__3UmaS.option_minified__2vSdg, .option_label__3UmaS.option_minified__2vSdg.option_large__3kk0Z {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.option_label__3UmaS.option_hasIcon__5Ghcp {
left: 45px
}
.option_label__3UmaS.option_hasSubtext__29aoe {
top: 19px
}
.option_label__3UmaS.option_hasSubtext__29aoe.option_minified__2vSdg, .option_label__3UmaS.option_hasSubtext__29aoe.option_minified__2vSdg.option_large__3kk0Z {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.option_label__3UmaS.option_invisible__3R7d- {
opacity: 0;
filter: alpha(opacity=0)
}
.option_subtextLabel__3oU6L {
position: absolute;
left: 9px;
top: 34px
}
.option_subtextLabel__3oU6L.option_hasIcon__5Ghcp {
left: 45px
}
.option_hint__1TcDZ, .option_skipLink__aobDz {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.option_hint__1TcDZ.option_large__3kk0Z, .option_skipLink__aobDz.option_large__3kk0Z {
top: 32px
}
.option_hint__1TcDZ.option_transparent__27ZFF, .option_skipLink__aobDz.option_transparent__27ZFF {
opacity: 0;
filter: alpha(opacity=0)
}
.option_hint__1TcDZ.option_higher__3U1_o, .option_skipLink__aobDz.option_higher__3U1_o {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.option_hint__1TcDZ.option_lower__3hzlX, .option_skipLink__aobDz.option_lower__3hzlX {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.option_icon__3zmn7 {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.option_icon__3zmn7.option_large__3kk0Z {
top: 27px;
height: 20px;
width: 20px
}
.option_clearIcon__1u7jJ {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.option_button__1vSxL {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.option_button__1vSxL.option_inactive__PxLVa {
cursor: default
}
.option_button__1vSxL.option_left__3UNdR {
right: 60px
}
.option_button__1vSxL.option_right__3Ij1O {
right: 10px
}
.option_buttonSign__2ciFO {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.option_disabled__38hx_ {
font-family: system-ui
}
.option_disabled__38hx_ p {
padding-top: 2px;
padding-bottom: 1px
}
.option_option__2wqLv {
cursor: pointer;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-right: 9px;
padding-left: 9px
}
.option_option__2wqLv:last-child {
border-bottom: none
}
.priceInformation_priceInformation__3fNtR p {
font-size: 14px;
font-weight: 300;
text-align: center
}
.radio_container__2hnXu {
position: relative
}
.radio_container__2hnXu .radio_indicator__3qZYy {
position: absolute;
left: 0;
top: calc(50% - 10.5px);
cursor: pointer;
height: 17px;
width: 17px;
border-width: 1px;
border-style: solid;
border-radius: 50%;
transition: all, 50ms
}
.radio_container__2hnXu .radio_indication__2SO1Y {
position: absolute;
top: 3px;
bottom: 3px;
left: 3px;
right: 3px;
border-radius: 50%;
-webkit-transform: scale(0);
transform: scale(0);
transition: all, .2s
}
.radio_container__2hnXu .radio_indication__2SO1Y.radio_checked__1ah9M {
-webkit-transform: scale(1);
transform: scale(1)
}
.radio_container__2hnXu .radio_content__XZ-pY {
cursor: pointer;
padding-left: 25px;
padding-bottom: 3px
}
.radio_container__2hnXu:active .radio_indicator__3qZYy {
-webkit-transform: scale(.9);
transform: scale(.9)
}
.radio_clearFix__JVlvn {
clear: both
}
.row_clearFix__vcYB_:after, .row_clearFix__vcYB_:before {
content: "";
display: block;
clear: both
}
.section_section__3NlGN {
position: relative;
padding-left: 1px;
padding-right: 1px
}
.section_section__3NlGN.section_notFirst__1kxZL, .section_section__3NlGN ~ .section_section__3NlGN {
padding-top: 30px;
margin-top: 30px;
border-top-width: 1px;
border-top-style: solid
}
.section_content__2_wFO {
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding: 1px 0
}
.sectionHeader_sectionHeader__w3oHN {
margin-bottom: 10px;
max-width: 500px;
margin-left: auto;
margin-right: auto
}
.sectionHeader_sectionHeader__w3oHN.sectionHeader_center__31B1G {
text-align: center
}
.sectionHeader_sectionHeader__w3oHN.sectionHeader_noSpacing__RaiC9 {
margin-bottom: 0
}
.sectionHeader_sectionHeader__w3oHN.sectionHeader_inline__jPjVy {
display: inline-block
}
.sectionHeader_sectionHeader__w3oHN h2 {
font-size: 18px;
font-weight: 600;
line-height: 1.4
}
.select_wrapper__3Xm5J {
border-width: 1px;
padding: 1px;
border-style: solid
}
.select_wrapper__3Xm5J.select_glueTop__17cT5 {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueRight__1Ag4p {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueBottom__3b-Qt {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueLeft__GY1yy {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueLeft__GY1yy.select_focus__2j5Z7 {
padding-left: 1px
}
.select_wrapper__3Xm5J.select_error__3pRtK {
z-index: 1
}
.select_wrapper__3Xm5J.select_focus__2j5Z7 {
z-index: 2;
border-width: 2px;
padding: 0
}
.select_container__EioYU {
position: relative
}
.select_input__s6qe6 {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.select_input__s6qe6.select_center__1AIj5 {
padding-top: 21px;
padding-bottom: 21px
}
.select_input__s6qe6.select_large__1uU0H {
padding-top: 36px;
padding-bottom: 20px
}
.select_input__s6qe6.select_large__1uU0H.select_center__1AIj5 {
padding-top: 28px;
padding-bottom: 28px
}
.select_input__s6qe6.select_hasIcon__cdnFE {
padding-left: 45px;
width: calc(100% - 54px)
}
.select_input__s6qe6::-webkit-inner-spin-button, .select_input__s6qe6::-webkit-outer-spin-button {
display: none
}
.select_input__s6qe6:invalid {
box-shadow: none
}
.select_label__kcx85 {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.select_label__kcx85.select_large__1uU0H {
top: 31px
}
.select_label__kcx85.select_minified__1LdQp, .select_label__kcx85.select_minified__1LdQp.select_large__1uU0H {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.select_label__kcx85.select_hasIcon__cdnFE {
left: 45px
}
.select_label__kcx85.select_hasSubtext__2z1Ht {
top: 19px
}
.select_label__kcx85.select_hasSubtext__2z1Ht.select_minified__1LdQp, .select_label__kcx85.select_hasSubtext__2z1Ht.select_minified__1LdQp.select_large__1uU0H {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.select_label__kcx85.select_invisible__paBCB {
opacity: 0;
filter: alpha(opacity=0)
}
.select_subtextLabel__1BJJa {
position: absolute;
left: 9px;
top: 34px
}
.select_subtextLabel__1BJJa.select_hasIcon__cdnFE {
left: 45px
}
.select_hint__x0tie, .select_skipLink__2Q20s {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.select_hint__x0tie.select_large__1uU0H, .select_skipLink__2Q20s.select_large__1uU0H {
top: 32px
}
.select_hint__x0tie.select_transparent__4H03Y, .select_skipLink__2Q20s.select_transparent__4H03Y {
opacity: 0;
filter: alpha(opacity=0)
}
.select_hint__x0tie.select_higher__9CAj_, .select_skipLink__2Q20s.select_higher__9CAj_ {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.select_hint__x0tie.select_lower__1zuLf, .select_skipLink__2Q20s.select_lower__1zuLf {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.select_icon__39jYk {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.select_icon__39jYk.select_large__1uU0H {
top: 27px;
height: 20px;
width: 20px
}
.select_clearIcon__1s05N {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.select_button__27-lu {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.select_button__27-lu.select_inactive__2dxqy {
cursor: default
}
.select_button__27-lu.select_left__1UpmV {
right: 60px
}
.select_button__27-lu.select_right__3heDK {
right: 10px
}
.select_buttonSign__21uSe {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.select_disabled__2A5l0 {
font-family: system-ui
}
.select_disabled__2A5l0 p {
padding-top: 2px;
padding-bottom: 1px
}
.select_nChildren1__2mBso .select_arrow__1gzzL {
top: calc(50% - 8px)
}
.select_nChildren2__3fAFu .select_arrow__1gzzL {
top: calc(25% - 8px)
}
.select_nChildren3__1Iqe3 .select_arrow__1gzzL {
top: calc(16.66667% - 8px)
}
.select_nChildren4__ezTo- .select_arrow__1gzzL {
top: calc(12.5% - 8px)
}
.select_nChildren5__rGsfL .select_arrow__1gzzL {
top: calc(10% - 8px)
}
.select_nChildren6__2ihsx .select_arrow__1gzzL {
top: calc(8.33333% - 8px)
}
.select_nChildren7__3PilA .select_arrow__1gzzL {
top: calc(7.14286% - 8px)
}
.select_nChildren8__odUQo .select_arrow__1gzzL {
top: calc(6.25% - 8px)
}
.select_nChildren9__1Qnkf .select_arrow__1gzzL {
top: calc(5.55556% - 8px)
}
.select_wrapper__3Xm5J {
position: relative;
padding: 0
}
.select_wrapper__3Xm5J:not(.select_selected__1ypME) {
border-width: 0;
padding: 1px
}
.select_content__LkEHL {
width: 100%;
box-sizing: border-box;
border: none;
background: transparent;
font-family: Open Sans, Arial, Sans-serif;
font-size: 18px;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
z-index: 1
}
.select_container__EioYU.select_open__r3VQ4 {
transition: all 0ms;
position: absolute;
z-index: 98;
right: 0;
left: 0;
display: block;
box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}
.select_container__EioYU.select_open__r3VQ4.select_scroll__Q8LYC .select_arrow__1gzzL {
display: none
}
.select_content__LkEHL.select_open__r3VQ4.select_scroll__Q8LYC {
max-height: 230px;
overflow-y: auto
}
.select_arrow__1gzzL {
position: absolute;
z-index: 2;
top: calc(50% - 8px);
right: 14px;
height: 20px;
width: 20px
}
.select_breakoutWrapper__-kQoQ {
position: relative
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd {
position: absolute;
left: 0;
right: 0;
text-align: center;
z-index: 99
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd.select_right__3heDK {
text-align: right
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd.select_left__1UpmV {
text-align: left
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd .select_list__1ESWZ {
position: relative;
display: inline-block;
text-align: left;
width: calc(100% - 2px);
max-width: 500px;
border-width: 1px;
border-style: solid;
box-shadow: 0 3px 5px rgba(0, 0, 0, .25)
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd .select_list__1ESWZ.select_scroll__Q8LYC {
max-height: 230px;
overflow-y: auto
}
.selectable_container__1Johi {
cursor: pointer;
border-style: solid;
border-width: 1px;
padding: 1px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.selectable_container__1Johi.selectable_glueTop__12yEV {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.selectable_container__1Johi.selectable_glueRight__2HUMv {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.selectable_container__1Johi.selectable_glueBottom__3aH0T {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.selectable_container__1Johi.selectable_glueLeft__2ID6a {
margin-left: -1px;
padding-left: 1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.selectable_container__1Johi.selectable_relative__2P-RE {
position: relative
}
.selectable_container__1Johi.selectable_bounce__11OSs:active {
-webkit-transform: scale(.975);
transform: scale(.975)
}
.selectable_container__1Johi.selectable_checked__8jQXY {
z-index: 3;
border-width: 2px;
padding: 0;
-webkit-transform: none;
transform: none
}
.selectable_container__1Johi:hover {
z-index: 2
}
.selectable_clearFix__2gG_T {
clear: both
}
.slideBox_container__2K8hj {
transition: height .35s cubic-bezier(.23, 1, .32, 1) 0ms;
overflow: hidden
}
.slideBox_content__2oRTB {
position: relative;
overflow: hidden
}
.spinner_container__1gXXj {
position: fixed;
left: 0;
right: 0;
z-index: 101;
transition: top .5s
}
.spinner_container__1gXXj.spinner_relative__3ekSl {
position: relative
}
.spinner_container__1gXXj.spinner_inline__2zJSk {
display: inline-block
}
.spinner_container__1gXXj.spinner_noDimmer__2RGtn {
z-index: 0
}
.spinner_container__1gXXj.spinner_local__EdSDg {
position: absolute
}
@-webkit-keyframes spinner_spinner__2ctm5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes spinner_spinner__2ctm5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.spinner_spinner__2ctm5 {
height: 42px;
width: 42px;
position: relative;
margin-top: -21px;
left: calc(50% - 21px);
-webkit-animation: spinner_spinner__2ctm5 2s linear infinite;
animation: spinner_spinner__2ctm5 2s linear infinite
}
.spinner_spinner__2ctm5.spinner_noAnimations__kNbzk {
background-image: url(/static/images/spinner.gif);
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
-webkit-animation: none;
animation: none
}
.spinner_spinner__2ctm5.spinner_noAnimations__kNbzk .spinner_tick__3wS7n {
display: none
}
.spinner_tick__3wS7n {
position: absolute;
top: calc(50% - 3px);
height: 6px;
width: 42px
}
.spinner_tick__3wS7n:first-child {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.spinner_tick__3wS7n:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.spinner_tick__3wS7n:nth-child(3) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.spinner_tick__3wS7n:nth-child(4) {
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.spinner_tick__3wS7n .spinner_border__2JM4P, .spinner_tick__3wS7n .spinner_dash__10mPh {
position: absolute;
border-style: solid
}
.spinner_tick__3wS7n .spinner_border__2JM4P {
top: 0;
bottom: 0;
left: 0;
right: 0;
border-left-width: 10px;
border-right-width: 10px;
opacity: .75;
filter: alpha(opacity=75)
}
.spinner_tick__3wS7n .spinner_dash__10mPh {
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
border-left-width: 8px;
border-right-width: 8px
}
.spinner_qliro__1enep {
margin-top: -37.18px;
position: relative;
left: calc(50% - 26px)
}
.spinner_qliro__1enep .spinner_q__2228M {
height: 56.16px;
width: 52px
}
.spinner_qliro__1enep .spinner_text__2TCU3 {
height: 13px;
width: 52px;
margin-top: 5.2px
}
.spinner_messageContainer__7-wwb {
text-align: center
}
.spinner_header__2tg1M {
display: inline-block;
margin-top: 15px
}
.spinner_message__A0NK6 {
display: inline-block
}
.tooltip_container__B_6bv {
position: relative;
top: 0
}
@-webkit-keyframes tooltip_tooltip__Lp56M {
0% {
-webkit-transform: scale(.8);
transform: scale(.8);
bottom: 0
}
to {
-webkit-transform: scale(1);
transform: scale(1);
bottom: 10px
}
}
@keyframes tooltip_tooltip__Lp56M {
0% {
-webkit-transform: scale(.8);
transform: scale(.8);
bottom: 0
}
to {
-webkit-transform: scale(1);
transform: scale(1);
bottom: 10px
}
}
.tooltip_wrapper__gC61F {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
z-index: 90;
text-align: center;
-webkit-animation: tooltip_tooltip__Lp56M .2s cubic-bezier(.46, .24, 0, 1.54);
animation: tooltip_tooltip__Lp56M .2s cubic-bezier(.46, .24, 0, 1.54)
}
.tooltip_tooltip__Lp56M {
position: relative;
display: inline-block;
border-width: 1px;
border-style: solid;
padding: 15px 0;
box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
min-width: 100px;
max-width: calc(100% - 40px)
}
.tooltip_arrow__3eTgC {
position: absolute;
bottom: -10px;
left: calc(50% - 10px);
height: 20px;
width: 20px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-right-width: 1px;
border-bottom-width: 1px;
border-style: solid;
box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}
.address_addressText__lUJH8 {
margin-top: 3px
}
.customerForm_container__ArLU5 {
position: relative
}
.customerForm_block__3pWgS, .customerForm_presentation__3wJdn, .customerForm_selectedAddress__2D97Y {
padding: 10px 20px;
margin-left: auto;
margin-right: auto;
border-width: 1px;
border-style: solid;
position: relative
}
.customerForm_block__3pWgS .customerForm_blockLink__2C7it, .customerForm_presentation__3wJdn .customerForm_blockLink__2C7it, .customerForm_selectedAddress__2D97Y .customerForm_blockLink__2C7it {
position: absolute;
bottom: -17px;
left: 0;
right: 0
}
.customerForm_block__3pWgS .customerForm_blockLink__2C7it .customerForm_link__3Ju9Y, .customerForm_presentation__3wJdn .customerForm_blockLink__2C7it .customerForm_link__3Ju9Y, .customerForm_selectedAddress__2D97Y .customerForm_blockLink__2C7it .customerForm_link__3Ju9Y {
padding: 10px 20px !important
}
.customerForm_icon__3mM4M {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: top;
margin-right: 20px
}
.customerForm_value__1cbL8 {
width: calc(100% - 40px);
display: inline-block;
vertical-align: top
}
.customerForm_identity__30-De {
margin-bottom: 10px
}
.customerForm_identity__30-De .customerForm_personalNumber__ar_nz {
margin-bottom: 20px
}
.customerForm_presentation__3wJdn {
margin-bottom: 5px
}
.customerForm_presentation__3wJdn:not(:last-child) {
margin-bottom: 30px
}
.customerForm_presentation__3wJdn .customerForm_presentationProperty__2ighe {
margin: 20px 0
}
.customerForm_presentation__3wJdn .customerForm_presentationProperty__2ighe:not(:last-child) {
min-height: 36px
}
.customerForm_getAddressLink__29y45 {
padding-bottom: 20px
}
.customerForm_editHeader__2A4f3 {
padding-bottom: 10px;
overflow: hidden
}
.customerForm_addressContainer__dEPGB, .customerForm_customerInformationFields__3Q1ze {
margin-bottom: 30px
}
.customerForm_referencePerson__3mkIi {
margin-top: 20px
}
.customerForm_listOption__1rQ9E {
margin-bottom: 10px
}
.customerForm_addressOption__2ipm7 {
position: relative;
padding: 20px
}
.customerForm_addressOption__2ipm7 .customerForm_addressType__75hF0 {
margin-bottom: 3px
}
.customerForm_editAddress__3uqYt {
position: absolute;
height: 20px;
width: 20px;
right: 20px;
top: calc(50% - 10px);
cursor: pointer
}
.customerForm_addShippingLink__3o2eJ {
margin-bottom: 30px
}
.customerForm_newAddressButton__1Z03_ {
padding: 30px 20px
}
.customerForm_selectedAddress__2D97Y {
padding-top: 30px;
padding-bottom: 30px
}
.customerForm_careOfLink__2OauP {
position: absolute;
z-index: 1;
top: 22px;
right: 10px
}
.customerForm_search__1ImLU, .customerForm_searchWrapper__dm6ZS {
position: relative
}
.customerForm_searchResults__RW4BC {
border-width: 0 1px 1px;
border-style: solid;
max-height: 150px;
overflow-y: auto;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.customerForm_searchResults__RW4BC .customerForm_searchResult__ecx-b {
position: relative;
padding: 10px 20px
}
.customerForm_searchResults__RW4BC .customerForm_searchResult__ecx-b.customerForm_selected__2yWiZ {
padding-left: 15px;
border-left-width: 5px;
border-style: solid
}
.customerForm_searchResults__RW4BC .customerForm_noResults__3Yo5t {
padding: 10px 0 9px
}
.customerForm_addressErrorMessage__184jb {
margin-bottom: 10px
}
.customerForm_newAddressLinkSearch__3Q6VJ {
position: absolute;
right: 20px;
top: 22px;
z-index: 2
}
.customerForm_cancelButton__HWurp {
margin-top: 15px
}
.customerPresentation_row__31mSP {
margin: 20px 0
}
.customerPresentation_row__31mSP:not(:last-child) {
min-height: 36px
}
.customerPresentation_mini__2mT_Q {
text-align: left
}
.customerPresentation_mini__2mT_Q .customerPresentation_row__31mSP:not(:last-child) {
min-height: 20px
}
.customerPresentation_icon__NRoHp {
height: 20px;
width: 20px;
display: inline-block;
margin-right: 20px;
vertical-align: top
}
.customerPresentation_value__ZxqQh {
display: inline-block
}
.paymentOptionContent_wrapper__39sv3.paymentOptionContent_noDescription__1HP3k .paymentOptionContent_name__3l_MR {
/*margin-top: 11px;*/
margin-bottom: 0;
padding-bottom: 7px
}
.paymentOptionContent_name__3l_MR {
transition: margin .35s cubic-bezier(.23, 1, .32, 1) 0ms;
margin-top: 3px;
margin-bottom: 8px
}
.paymentOptionContent_brand__2vgD4 {
padding-top: 13px;
text-align: right
}
.paymentOptionContent_description__1eRt8 .paymentOptionContent_descriptionNode__3YnZq {
display: inline-block;
vertical-align: middle
}
.paymentOption_row__nMfbX {
padding: 5px 0;
position: relative;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.paymentOption_contentHolder__33a-D {
min-height: 29px;
padding: 20px 20px 16px
}
.paymentOption_qliroLogo__27NYC {
width: 60px;
height: 20px
}
.paymentOption_cashOnDelivery__3DHiL, .paymentOption_creditCard__1vM54, .paymentOption_directBankLogo__18WYp, .paymentOption_payPalLogo__jGscV {
height: 20px
}
.paymentOption_creditCard__1vM54 {
max-width: 24px;
display: inline-block
}
.paymentOption_directBankLogo__18WYp {
display: inline-block;
max-width: 57px
}
.paymentOption_payPalLogo__jGscV {
max-width: 60px
}
.paymentOption_cashOnDelivery__3DHiL {
max-width: 20px
}
.paymentOption_alignRight__2nY1E {
text-align: right
}
.paymentOption_invoiceInfo__1rot8 {
margin-bottom: 20px;
padding-top: 15px
}
.paymentOption_partPaymentFees__MQuLQ {
margin-top: 3px
}
.paymentIqCreditCardForm_iframe__1H8AV {
width: 100%
}
.paymentIqCreditCardForm_iframeHidden__-o01N {
display: none
}
.creditCardOption_row__2oDyP {
padding: 5px 0;
position: relative;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.creditCardOption_contentHolder__2ByBy {
min-height: 29px;
padding: 20px 20px 16px
}
.creditCardOption_qliroLogo__vOtNN {
width: 60px;
height: 20px
}
.creditCardOption_cashOnDelivery__1SmaX, .creditCardOption_creditCard__2QhFG, .creditCardOption_directBankLogo__3KX6B, .creditCardOption_payPalLogo__1N3id {
height: 20px
}
.creditCardOption_creditCard__2QhFG {
max-width: 24px;
display: inline-block
}
.creditCardOption_directBankLogo__3KX6B {
display: inline-block;
max-width: 57px
}
.creditCardOption_payPalLogo__1N3id {
max-width: 60px
}
.creditCardOption_cashOnDelivery__1SmaX {
max-width: 20px
}
.creditCardOption_alignRight__3-iQg {
text-align: right
}
.creditCardOption_invoiceInfo__oMRKs {
margin-bottom: 20px;
padding-top: 15px
}
.creditCardOption_partPaymentFees__396Dm {
margin-top: 3px
}
.creditCardOption_descriptionLock__RpRKx {
height: 14px;
width: 14px;
margin-right: 2px
}
.creditCardOption_creditCardBrands__kXb0Q {
margin: 10px 0;
text-align: center
}
.creditCardOption_creditCardBrands__kXb0Q .creditCardOption_creditCardBrand__D1hUA {
height: 20px;
margin: 0 3px;
display: inline-block;
vertical-align: middle
}
.creditCardOption_creditCardBrands__kXb0Q.creditCardOption_multipleBrands__MlfxB .creditCardOption_amexLogo__DBakT {
max-width: 20px
}
.creditCardOption_amexLogo__DBakT {
max-width: 60px
}
.creditCardOption_visaLogo__31Frv {
max-width: 35px
}
.creditCardOption_masterCardLogo__1IoVm {
max-width: 27px
}
.creditCardOption_dankortLogo__12hGS {
max-width: 33px
}
.payonCreditCard_row__30Yge {
padding: 5px 0;
position: relative;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.payonCreditCard_contentHolder__3mi09 {
min-height: 29px;
padding: 20px 20px 16px
}
.payonCreditCard_qliroLogo__21U2I {
width: 60px;
height: 20px
}
.payonCreditCard_cashOnDelivery__2SgAy, .payonCreditCard_creditCard__3BdBX, .payonCreditCard_directBankLogo__Lpcej, .payonCreditCard_payPalLogo__1WZ5A {
height: 20px
}
.payonCreditCard_creditCard__3BdBX {
max-width: 24px;
display: inline-block
}
.payonCreditCard_directBankLogo__Lpcej {
display: inline-block;
max-width: 57px
}
.payonCreditCard_payPalLogo__1WZ5A {
max-width: 60px
}
.payonCreditCard_cashOnDelivery__2SgAy {
max-width: 20px
}
.payonCreditCard_alignRight__1r2VO {
text-align: right
}
.payonCreditCard_invoiceInfo__3ZmYf {
margin-bottom: 20px;
padding-top: 15px
}
.payonCreditCard_partPaymentFees__1Ls2m {
margin-top: 3px
}
.payonCreditCard_creditCardListOption__3qlWC {
padding: 10px 0
}
.payonCreditCard_newCardInfo__sHTnG {
padding: 14px 0
}
.payonCreditCard_savedCardInfo__3PAef {
position: relative;
padding-top: 4px
}
.payonCreditCard_savedCardBrand__tujK0 {
height: 20px;
margin-top: 2px;
display: inline-block;
vertical-align: middle;
margin-right: 10px
}
.payonCreditCard_expiryDate__3gmH_ {
display: inline-block;
margin-right: 10px
}
.payonCreditCard_deleteSavedCard__zwBuq {
display: inline-block
}
.payonCreditCard_creditCardForm__2Z90H {
position: relative;
min-width: 200px;
margin: 10px auto 0
}
.payonCreditCard_registrationContainer__2UeXG {
clear: both;
padding-top: 15px;
text-align: center
}
.payonCreditCard_registrationCheckbox__hNxcY {
display: inline-block;
vertical-align: middle;
cursor: pointer
}
.payonCreditCard_registrationLabel__2XV14 {
display: inline-block;
cursor: pointer;
margin-left: 7px;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent
}
.bankBrands_bankBrands__hZCq0 {
margin-top: 10px;
text-align: center
}
.bankBrands_bankBrand__2vikY {
height: 20px;
margin: 0 3px;
display: inline-block;
vertical-align: middle
}
.bankBrands_bankText__1_7j_ {
margin: 10px 0 2px
}
.bankBrands_aktiaLogo__uv-1i {
max-width: 32px
}
.bankBrands_danskeBankLogo__3izMA {
max-width: 65px
}
.bankBrands_djurslandsbankLogo__1JOJE {
max-width: 70px
}
.bankBrands_handelsbankenLogo__3AYSr, .bankBrands_jyskeBankLogo__3PqCa {
max-width: 85px
}
.bankBrands_landbobankLogo__3dqwI {
max-width: 70px
}
.bankBrands_nordeaLogo__1sTUO {
max-width: 58px
}
.bankBrands_nordjyskeBankLogo__2o2H1 {
max-width: 70px
}
.bankBrands_oppohjolaLogo__jZoo6 {
max-width: 45px
}
.bankBrands_poppankkiLogo__2oVbZ {
max-width: 55px
}
.bankBrands_saastopankkiLogo__1iQ40 {
max-width: 66px
}
.bankBrands_sebLogo__1nyGY {
max-width: 30px
}
.bankBrands_skjernBankLogo__1C6EP {
max-width: 65px
}
.bankBrands_spankkiLogo__YUpRH {
max-width: 42px
}
.bankBrands_spareBankLogo__Kji4b {
max-width: 70px
}
.bankBrands_sparekassanSjaellandLogo__2dT_T {
max-width: 55px
}
.bankBrands_sydbankLogo__2wu2c {
max-width: 48px
}
.bankBrands_swedbankLogo__1ivxW {
max-width: 75px
}
.bankBrands_sbankenLogo__26RVs {
max-width: 50px
}
.bankBrands_dnbLogo__25jXm {
max-width: 28px
}
.thirdPartyFrame_iframeWrapper__27hpe {
display: none;
position: fixed;
height: 600px;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
overflow: hidden
}
.thirdPartyFrame_iframeWrapper__27hpe.thirdPartyFrame_visible__3FBbQ {
display: block
}
.thirdPartyFrame_iframeWrapper__27hpe iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 600px;
background: #fff;
border: none;
overflow: auto
}
.optionsToggle_container__LBu24 {
margin-top: 20px
}
input::-ms-clear {
display: none
}
.qliroOption_wrapper__3gs4I {
border-width: 1px;
padding: 1px;
border-style: solid;
position: relative
}
.qliroOption_wrapper__3gs4I.qliroOption_glueTop__nFECL {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueRight__Qw_7u {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueBottom__3ZHMj {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueLeft__qF0AA {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueLeft__qF0AA.qliroOption_focus__3hwpO {
padding-left: 1px
}
.qliroOption_wrapper__3gs4I.qliroOption_error__AKrrF {
z-index: 1
}
.qliroOption_wrapper__3gs4I.qliroOption_focus__3hwpO {
z-index: 2;
border-width: 2px;
padding: 0
}
.qliroOption_container__1znsB, .qliroOption_singlePartPaymentCombination__31pyk {
position: relative
}
.qliroOption_input__2KYiJ {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.qliroOption_input__2KYiJ.qliroOption_center__2YfsX {
padding-top: 21px;
padding-bottom: 21px
}
.qliroOption_input__2KYiJ.qliroOption_large__9xZi6 {
padding-top: 36px;
padding-bottom: 20px
}
.qliroOption_input__2KYiJ.qliroOption_large__9xZi6.qliroOption_center__2YfsX {
padding-top: 28px;
padding-bottom: 28px
}
.qliroOption_input__2KYiJ.qliroOption_hasIcon__2wSjP {
padding-left: 45px;
width: calc(100% - 54px)
}
.qliroOption_input__2KYiJ::-webkit-inner-spin-button, .qliroOption_input__2KYiJ::-webkit-outer-spin-button {
display: none
}
.qliroOption_input__2KYiJ:invalid {
box-shadow: none
}
.qliroOption_label__3Si8K {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.qliroOption_label__3Si8K.qliroOption_large__9xZi6 {
top: 31px
}
.qliroOption_label__3Si8K.qliroOption_minified__2jFOq, .qliroOption_label__3Si8K.qliroOption_minified__2jFOq.qliroOption_large__9xZi6 {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.qliroOption_label__3Si8K.qliroOption_hasIcon__2wSjP {
left: 45px
}
.qliroOption_label__3Si8K.qliroOption_hasSubtext__22S8A {
top: 19px
}
.qliroOption_label__3Si8K.qliroOption_hasSubtext__22S8A.qliroOption_minified__2jFOq, .qliroOption_label__3Si8K.qliroOption_hasSubtext__22S8A.qliroOption_minified__2jFOq.qliroOption_large__9xZi6 {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.qliroOption_label__3Si8K.qliroOption_invisible__2uSzK {
opacity: 0;
filter: alpha(opacity=0)
}
.qliroOption_subtextLabel__2Fugk {
position: absolute;
left: 9px;
top: 34px
}
.qliroOption_subtextLabel__2Fugk.qliroOption_hasIcon__2wSjP {
left: 45px
}
.qliroOption_hint__iHeqb, .qliroOption_skipLink__1YujQ {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.qliroOption_hint__iHeqb.qliroOption_large__9xZi6, .qliroOption_skipLink__1YujQ.qliroOption_large__9xZi6 {
top: 32px
}
.qliroOption_hint__iHeqb.qliroOption_transparent__1jrOY, .qliroOption_skipLink__1YujQ.qliroOption_transparent__1jrOY {
opacity: 0;
filter: alpha(opacity=0)
}
.qliroOption_hint__iHeqb.qliroOption_higher__1cyM_, .qliroOption_skipLink__1YujQ.qliroOption_higher__1cyM_ {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.qliroOption_hint__iHeqb.qliroOption_lower__3pPXe, .qliroOption_skipLink__1YujQ.qliroOption_lower__3pPXe {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.qliroOption_icon__3mhQE {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.qliroOption_icon__3mhQE.qliroOption_large__9xZi6 {
top: 27px;
height: 20px;
width: 20px
}
.qliroOption_clearIcon__2UPPr {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.qliroOption_button__3SRbO {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.qliroOption_button__3SRbO.qliroOption_inactive__3k9U0 {
cursor: default
}
.qliroOption_button__3SRbO.qliroOption_left__3mBpm {
right: 60px
}
.qliroOption_button__3SRbO.qliroOption_right__qr4CV {
right: 10px
}
.qliroOption_buttonSign__2h8aD {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.qliroOption_disabled__2ukq7 {
font-family: system-ui
}
.qliroOption_disabled__2ukq7 p {
padding-top: 2px;
padding-bottom: 1px
}
.qliroOption_legalText__3e9vu {
margin-bottom: 20px;
padding-top: 15px;
padding-left: 10px;
padding-right: 10px
}
.qliroOption_partPaymentCombination__wUwZ2, .qliroOption_singlePartPaymentCombination__31pyk {
padding: 15px 5px
}
.qliroOption_partPaymentCombination__wUwZ2 .qliroOption_info__p73TR, .qliroOption_singlePartPaymentCombination__31pyk .qliroOption_info__p73TR {
margin-bottom: 5px
}
.qliroOption_singlePartPaymentCombination__31pyk {
padding-left: 10px;
padding-right: 10px
}
.qliroOption_letterInvoiceContainer__26uQ3 {
margin-top: 0
}
.qliroOption_letterInvoiceContainer__26uQ3 > div:last-child {
margin-top: 10px
}
.shippingOptions_shippingOptions__33kQy {
position: relative
}
.shippingOptions_optionContainer__3jwaJ {
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 5px 0
}
.shippingOptions_optionContent__Vf1d2 {
min-height: 29px;
padding: 23px 20px
}
.shippingOptions_optionName__FWDKk {
float: left
}
.shippingOptions_optionPrice__1XGFP {
float: right;
line-height: 1.3
}
.shippingOptions_descriptions__30ytG {
clear: both;
float: left
}
.shippingOptions_brand__3_rEo {
float: right;
height: 16px
}
.shippingOptions_brand__3_rEo .shippingOptions_airmeeLogo__1zbKj, .shippingOptions_brand__3_rEo .shippingOptions_aramexLogo__19sCv {
width: 58px
}
.shippingOptions_brand__3_rEo .shippingOptions_bestLogo__6BF1m {
width: 43px
}
.shippingOptions_brand__3_rEo .shippingOptions_bringLogo__3UPPE {
width: 42px
}
.shippingOptions_brand__3_rEo .shippingOptions_budbeeLogo__3_tJe {
width: 50px
}
.shippingOptions_brand__3_rEo .shippingOptions_dhlLogo__2ceOo, .shippingOptions_brand__3_rEo .shippingOptions_helthjemLogo__3VKmF {
width: 60px
}
.shippingOptions_brand__3_rEo .shippingOptions_instaboxLogo__3gpqa {
width: 54px
}
.shippingOptions_brand__3_rEo .shippingOptions_lekmerLogo__3OpUo {
width: 52px
}
.shippingOptions_brand__3_rEo .shippingOptions_postiLogo__26stz {
width: 34px
}
.shippingOptions_brand__3_rEo .shippingOptions_postNordLogo__1Ut0B {
width: 55px
}
.shippingOptions_brand__3_rEo .shippingOptions_upsLogo__1A-GK {
width: 14px
}
.shippingOptions_brand__3_rEo .shippingOptions_mtdLogo__3Y9IC {
width: 33px
}
.shippingOptions_brand__3_rEo .shippingOptions_schenkerLogo__2l9rD {
width: 60px
}
.shippingOptions_dropdown__23qeB {
padding-top: 15px
}
.shippingOptions_accessCode__1TRLW {
margin-top: 15px;
max-width: 200px
}
.shippingOptions_mapWrapper__O4Upp {
margin-top: 10px
}
.shippingOptions_map__2XsUo {
height: 300px;
max-height: 60vw
}
.shippingOptions_secondaryOptions__2GX54 {
position: relative;
clear: both
}
.shippingOptions_secondaryOptionContent__1yzJi {
padding: 15px 10px
}
.bankIdDialog_logotype__1gcPO {
margin: 0 auto 20px;
height: 60px;
width: 60px
}
.bankIdDialog_dialogLink__2u9jI {
margin: 10px 0 20px
}
.bankIdDialog_bodyText__1isas {
padding: 0 0 20px
}
.headerModule_container__1N_tD {
padding-top: 10px
}
.headerModule_checkmark__2k5zb {
margin: 0 auto;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 15px
}
.headerModule_tick__2Vfa8 {
height: 20px;
width: 20px
}
.headerModule_headerText__2D-OZ {
margin-top: 15px;
text-align: center;
font-size: 28px;
font-weight: 600
}
.qliroLinkModule_container__gHG4y {
margin: 30px auto 0
}
.qliroLinkModule_linkContainer__2bvG8 {
width: 170px;
margin: 10px auto 0
}
.paymentModule_left__1B7B5 {
text-align: left
}
.paymentModule_textWrapper__iEZtv {
display: inline-block
}
.paymentModule_icon__3wZf6 {
display: inline-block;
float: right
}
.paymentModule_cashOnDelivery__38Myq, .paymentModule_creditCard__2kbp6, .paymentModule_payPalLogo__hbB0y, .paymentModule_trustly__Bj3wz {
height: 20px
}
.paymentModule_trustly__Bj3wz {
max-width: 57px
}
.paymentModule_creditCard__2kbp6 {
max-width: 24px
}
.paymentModule_payPal__1hKtJ {
max-width: 60px
}
.paymentModule_cashOnDelivery__38Myq {
max-width: 20px
}
.paymentModule_qliro__1kC6J {
width: 60px;
height: 20px
}
.shippingModule_container__2sVqJ {
text-align: left
}
.subheaderModule_container__3udOJ {
padding-top: 15px;
text-align: center
}
.subheaderModule_container__3udOJ p {
font-size: 18px;
font-weight: 600
}
.totalPriceModule_container__2qKqC {
margin-top: 30px
}
.totalPriceModule_totalPrice__W01XY {
display: block;
text-align: center;
margin-top: 5px;
margin-bottom: 15px;
font-size: 36px;
font-weight: 400
}
.totalPriceModule_orderSpecification__aLRYO {
margin-bottom: 15px
}
.affordabilityForm_questionGroupName__13rlm {
margin-top: 30px;
margin-bottom: 15px
}
.affordabilityForm_radioContent__2_iFE {
padding-top: 25px;
padding-bottom: 25px
}
.affordabilityForm_radioOption__1yF0T {
display: inline-block
}
.affordabilityForm_radioOption__1yF0T:first-child:nth-last-child(2), .affordabilityForm_radioOption__1yF0T:nth-child(2):last-child {
width: 50%
}
.affordabilityForm_radioOption__1yF0T:first-child:nth-last-child(3), .affordabilityForm_radioOption__1yF0T:nth-child(2):nth-last-child(2), .affordabilityForm_radioOption__1yF0T:nth-child(3):last-child {
width: 33.3%
}
.affordabilityForm_radioOption__1yF0T:first-child:nth-last-child(4), .affordabilityForm_radioOption__1yF0T:nth-child(2):nth-last-child(3), .affordabilityForm_radioOption__1yF0T:nth-child(3):nth-last-child(2), .affordabilityForm_radioOption__1yF0T:nth-child(4):last-child {
width: 25%
}
.affordabilityForm_informationText__EGxWQ {
margin-left: auto;
margin-right: auto;
max-width: 500px
}
.affordabilityForm_informationText__EGxWQ.affordabilityForm_secondaryInformation__3vhSK {
padding-top: 10px
}
.affordabilityForm_budgetError__3C7ID {
padding-top: 25px
}
.authenticationForm_header__3YNM7 {
margin-bottom: 15px
}
.authenticationForm_links__1bp6q {
margin: 10px 0 0
}
.authenticationForm_clearFix__1XhwO {
clear: both
}
.authenticationForm_lock__2mBoY {
height: 15px;
width: 12px;
padding: 2.5px 5px 2.5px 0
}
.authenticationForm_securePayment__1oGVV {
margin-top: 20px;
text-align: center
}
.authenticationForm_securePaymentText__1i-5t {
padding-top: 2px;
padding-left: 3px
}
.authenticationForm_supportedPaymentOptions__2hEVI {
padding: 15px 25px;
text-align: center
}
.authenticationForm_supportedPaymentOption__2Cg5F {
vertical-align: middle;
margin: 0 5px;
height: 14px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_MASTERCARD__2NXbp {
height: 16px;
width: 21px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_VISA__1BSMT {
height: 10px;
width: 32px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_DANKORT__1haRk {
width: 24px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_AMEX__3ijYW {
height: 13px;
width: 37px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_PAYPAL__KRPlu {
height: 12px;
width: 48px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_QLIRO__1h4DC {
width: 50px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_TRUSTLY__2oLuL {
width: 46px
}
.authenticationForm_listContainer__2RXji {
text-align: center
}
.authenticationForm_advantageList__1mqIE {
display: inline-block;
list-style-type: none;
padding: 5px 10px 15px;
margin: 0;
text-align: left
}
.authenticationForm_advantage__WFTsX {
margin-bottom: 5px
}
.authenticationForm_advantageTick__2hzj2 {
display: inline-block;
height: 8px;
width: 8px;
padding-right: 10px;
line-height: .8
}
.authenticationForm_buttonContainer__2e0R4 {
margin-top: 20px
}
.authenticationForm_bottomLogotype__3UNFD {
height: 25px;
width: 40px
}
.checkboxWithLabel_checkboxWithLabelHolder__kyq8S {
position: relative;
text-align: center
}
.checkboxWithLabel_checkboxWithLabelHolder__kyq8S.checkboxWithLabel_alignLeft__K8fE8 {
text-align: left
}
.checkboxWithLabel_checkboxHolder__104_b {
display: inline-block;
vertical-align: middle
}
.checkboxWithLabel_checkboxLabel__5chzO {
display: inline-block;
cursor: pointer;
padding-left: 7px;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.dialogContent_bodyText__12yZx {
padding: 5px 0 25px
}
.dialogContent_link__2ByvF {
margin: 25px 0 20px
}
.dialogContent_link__2ByvF.dialogContent_noButton__2IZN3 {
margin-top: 0
}
.dialogContent_noLink__3ySga {
margin-bottom: 20px
}
.initialError_initialErrorDivider__qxYbF {
margin: 15px 0;
border-bottom-width: 1px;
border-bottom-style: solid
}
.completePurchaseHolder_container__1Syx9 {
max-width: 500px;
margin: 0 auto
}
.completePurchaseHolder_priceText__1kP4U {
margin-bottom: 20px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
.completePurchaseHolder_totalPrice__3Tg1G {
display: block;
text-align: center;
margin-top: 5px;
margin-bottom: 15px;
font-size: 36px;
font-weight: 400
}
.completePurchaseHolder_totalAmount__2LQlm {
margin-top: 6px;
margin-bottom: 5px
}
.completePurchaseHolder_legalText__T9MqO {
margin: 15px 10%
}
.completePurchaseHolder_bottomContainer___Ieyk {
text-align: center
}
.completePurchaseHolder_bottomLogotype__s8fxF {
margin: 0 auto;
width: 40px
}
.completePurchaseHolder_bottomLogotype__s8fxF .completePurchaseHolder_bottomLogotypeQ__1SzZA {
height: 43px;
width: 40px
}
.completePurchaseHolder_bottomLogotype__s8fxF .completePurchaseHolder_bottomLogotypeText__2PsYx {
margin-top: 5px;
height: 10px;
width: 40px
}
.completePurchaseHolder_requiredTextHolder__2AIhD {
margin: 10px 0
}
.completePurchaseHolder_dialogWrapper__2m6hG {
position: relative
}
.completePurchaseHolder_newsletterCheckbox__3RkD0, .completePurchaseHolder_rememberCheckbox__Nt8AQ {
padding-top: 12px
}
.completePurchaseHolder_letterInvoiceCheckbox__2PNJj {
padding-bottom: 25px
}
.completePurchaseHolder_securePayment__3TVsl {
margin-top: 10px;
text-align: center
}
.completePurchaseHolder_lock__I2-Oo {
height: 12px;
width: 10px;
padding: 2.5px 5px 2.5px 0
}
.completePurchaseHolder_securePaymentText__1fh7Q {
padding-top: 2px;
padding-left: 3px
}
.orderSpecification_specificationRow__bXTCh {
overflow: hidden;
padding-bottom: 6px;
margin: 0 20px
}
.orderSpecification_specificationRow__bXTCh.orderSpecification_separate__2XoQM {
border-top-width: 1px;
border-top-style: solid;
padding-top: 5px
}
.orderSpecification_specificationRow__bXTCh:last-child {
padding-bottom: 0
}
.orderSpecification_specificationRow__bXTCh .orderSpecification_type__KKbCZ {
float: left;
padding-top: 2px;
margin-right: 15px
}
.orderSpecification_specificationRow__bXTCh .orderSpecification_price__185Ze {
float: right;
margin-left: 15px
}
/*# sourceMappingURL=main.83b13547.chunk.css.map */
|
css/main.83b13547.chunk.css
|
.bodyText_bodyText__2Gmo_.bodyText_center__DhfrJ {
text-align: center
}
.bodyText_bodyText__2Gmo_.bodyText_inline__1-1-L {
display: inline-block
}
.bodyText_bodyText__2Gmo_ p {
font-size: 16px;
font-weight: 400;
line-height: 1.3
}
.button_button__18O0Z {
background: transparent;
display: block;
cursor: pointer;
margin: 0 auto;
font-family: Open Sans, Arial, Sans-serif;
font-size: 20px;
line-height: 1.2;
border: 0;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.button_button__18O0Z:active {
-webkit-transform: scale(.975);
transform: scale(.975)
}
.button_button__18O0Z:focus:not(:active):before {
display: block;
content: "";
border-radius: inherit;
border: 2px solid;
border-color: inherit;
position: absolute;
left: 2px;
top: 2px;
right: 2px;
bottom: 2px
}
.button_button__18O0Z:focus:not(:active).button_secondary__De0FQ:before {
border-width: 1px;
opacity: .35;
filter: alpha(opacity=35)
}
.button_button__18O0Z.button_secondary__De0FQ {
border-width: 1px;
border-style: solid;
font-size: 12px
}
.button_button__18O0Z.button_secondary__De0FQ:active {
-webkit-transform: scale(.95);
transform: scale(.95)
}
.button_button__18O0Z {
padding: 18px 40px;
min-width: 250px
}
.button_button__18O0Z.button_secondary__De0FQ {
padding: 10.8px 24px;
min-width: 150px
}
@media (max-width: 280px) {
.button_button__18O0Z {
min-width: 0;
width: 100%;
max-width: 250px;
padding: 18px 40px
}
.button_button__18O0Z.button_secondary__De0FQ {
width: 60%;
max-width: 150px;
padding: 10.8px 24px
}
}
@media (max-width: 250px) {
.button_button__18O0Z {
width: auto;
max-width: none;
padding: 18px 36px
}
.button_button__18O0Z.button_secondary__De0FQ {
width: auto;
max-width: none;
min-width: 0;
padding: 10.8px 21.6px
}
}
.icons_wrapper__K8g26 {
height: 100%;
width: 100%
}
.icons_svg__17XUo {
width: inherit;
height: inherit;
max-width: inherit;
transition: fill .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.checkbox_wrapper__3-Q5l {
display: inline-block;
position: relative
}
.checkbox_checkbox__3vXlf, .checkbox_wrapper__3-Q5l {
height: 16px;
width: 16px;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.checkbox_checkbox__3vXlf {
opacity: 0;
z-index: 1;
position: absolute;
cursor: pointer
}
@-webkit-keyframes checkbox_bounce__MRzuD {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes checkbox_bounce__MRzuD {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.checkbox_container__B4Qs5 {
display: inline-block;
position: relative;
height: 16px;
width: 16px;
cursor: pointer;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
transition: all, 50ms
}
.checkbox_checkbox__3vXlf:active + .checkbox_container__B4Qs5 {
-webkit-transform: scale(.9);
transform: scale(.9)
}
.checkbox_background__2B1Il {
position: absolute;
top: -1px;
bottom: -1px;
right: -1px;
left: -1px;
-webkit-transform: scale(0);
transform: scale(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.checkbox_checkbox__3vXlf:checked + .checkbox_container__B4Qs5 > .checkbox_background__2B1Il {
-webkit-transform: scale(1);
transform: scale(1)
}
.checkbox_tick__3WCCE {
position: absolute;
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
height: 14px;
width: 14px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(.5);
transform: scale(.5);
transition: all .35s cubic-bezier(.23, 1, .32, 1) .2s
}
.checkbox_checkbox__3vXlf:checked + .checkbox_container__B4Qs5 > .checkbox_tick__3WCCE {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
@media (max-width: 499px) {
.col_s1__7tMBJ {
width: 10%;
float: left;
min-height: 1px
}
.col_s2__5zxBj {
width: 20%;
float: left;
min-height: 1px
}
.col_s3__kgoBX {
width: 30%;
float: left;
min-height: 1px
}
.col_s4__3iAnz {
width: 40%;
float: left;
min-height: 1px
}
.col_s5__N0Qu7 {
width: 50%;
float: left;
min-height: 1px
}
.col_s6__3bMdX {
width: 60%;
float: left;
min-height: 1px
}
.col_s7__2AGPh {
width: 70%;
float: left;
min-height: 1px
}
.col_s8__kdlQm {
width: 80%;
float: left;
min-height: 1px
}
.col_s9__2KJG7 {
width: 90%;
float: left;
min-height: 1px
}
.col_s10__3ifYU {
width: 100%;
float: left;
min-height: 1px
}
}
@media (min-width: 500px) and (max-width: 649px) {
.col_m1__1-BPj {
width: 10%;
float: left;
min-height: 1px
}
.col_m2__3SI7I {
width: 20%;
float: left;
min-height: 1px
}
.col_m3__Q7V5q {
width: 30%;
float: left;
min-height: 1px
}
.col_m4__vVlmL {
width: 40%;
float: left;
min-height: 1px
}
.col_m5__2hiYd {
width: 50%;
float: left;
min-height: 1px
}
.col_m6__1iehM {
width: 60%;
float: left;
min-height: 1px
}
.col_m7__Q2LPR {
width: 70%;
float: left;
min-height: 1px
}
.col_m8__1cLL2 {
width: 80%;
float: left;
min-height: 1px
}
.col_m9__3bFp8 {
width: 90%;
float: left;
min-height: 1px
}
.col_m10__1iUlr {
width: 100%;
float: left;
min-height: 1px
}
}
@media (min-width: 650px) {
.col_l1__nD2oH {
width: 10%;
float: left;
min-height: 1px
}
.col_l2__2bozI {
width: 20%;
float: left;
min-height: 1px
}
.col_l3__II2XL {
width: 30%;
float: left;
min-height: 1px
}
.col_l4__35uXh {
width: 40%;
float: left;
min-height: 1px
}
.col_l5__2CQQl {
width: 50%;
float: left;
min-height: 1px
}
.col_l6__3Eqqt {
width: 60%;
float: left;
min-height: 1px
}
.col_l7__2Mjbx {
width: 70%;
float: left;
min-height: 1px
}
.col_l8__RzEuz {
width: 80%;
float: left;
min-height: 1px
}
.col_l9__JTHgf {
width: 90%;
float: left;
min-height: 1px
}
.col_l10__21Jbc {
width: 100%;
float: left;
min-height: 1px
}
}
.col_col__dRqp6 {
position: relative
}
.col_col__dRqp6.col_spacing__3BD21 {
padding: 0 20px;
box-sizing: border-box
}
.col_col__dRqp6:last-child:not(:first-child) {
float: right
}
@-webkit-keyframes dialog_dialog__3cwrk {
0% {
-webkit-transform: scale(.8);
transform: scale(.8)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes dialog_dialog__3cwrk {
0% {
-webkit-transform: scale(.8);
transform: scale(.8)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.dialog_dialog__3cwrk {
z-index: 103;
left: calc(50% - 245px);
right: calc(50% - 245px);
border-width: 1px;
border-style: solid;
padding: 40px 10px 10px;
position: fixed;
display: inline-block;
transition: top .5s;
box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
-webkit-animation: dialog_dialog__3cwrk .2s cubic-bezier(.46, .24, 0, 1.54);
animation: dialog_dialog__3cwrk .2s cubic-bezier(.46, .24, 0, 1.54)
}
.dialog_closeIcon__fCzdF {
position: absolute;
cursor: pointer;
top: 15px;
right: 15px;
height: 18px;
width: 18px
}
@media (max-width: 500px) {
.dialog_dialog__3cwrk {
left: 1px;
right: 1px
}
}
@media (max-height: 450px) and (max-width: 500px) {
.dialog_dialog__3cwrk {
padding: 15px 5px 0
}
.dialog_closeIcon__fCzdF {
top: 9px;
right: 9px
}
}
.dimmer_dimmer__2e4cY {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
opacity: .8;
filter: alpha(opacity=80)
}
.dimmer_dimmer__2e4cY.dimmer_strong__rSGk- {
opacity: .9;
filter: alpha(opacity=90)
}
.dimmer_dimmer__2e4cY.dimmer_local__3o7Ce {
position: absolute
}
.dimmer_dimmer__2e4cY.dimmer_local__3o7Ce.dimmer_semiLocal__2D6a9 {
z-index: 102
}
.logotypes_opacity50__2zdK_ {
fill-opacity: .5
}
.logotypes_opacity75__3nCN0 {
fill-opacity: .75
}
.logotypes_logotype__31ceo {
transition: fill .5s
}
.logotypes_visaBlue__12ycr, .logotypes_visaYellow__1Lt6n {
fill: #2b296e
}
.logotypes_mastercardRed__3Rnx4 {
fill: #eb001b
}
.logotypes_mastercardOrange__1IrcY {
fill: #ff5f00
}
.logotypes_mastercardYellow__umGiI {
fill: #f79e1b
}
.logotypes_mastercardBlack__3hUMq {
fill: #000
}
.logotypes_payPalBlue__uyS_C {
fill: #179bd7
}
.logotypes_payPalDarkBlue__11P9t {
fill: #2b3894
}
.logotypes_payPalBlueMixed__2gdqM {
fill: #222d65
}
.logotypes_trustlyGreen__2pghz {
fill: #69d720
}
.logotypes_trustlyBlack__2RphM {
fill: #000
}
.logotypes_dankortRed__3u4vH {
fill: #ed1c24
}
.logotypes_dankortWhite__212Ni {
fill: #fff
}
.logotypes_dankortBlack__1Urta {
fill: #000
}
.logotypes_postNordBlue__24KKv {
fill: #09b
}
.logotypes_dhlRed__2Ft6d {
fill: #c00
}
.logotypes_budbeeGreen__3v8I7 {
fill: #00cca8
}
.logotypes_aramexRed__2ddE6 {
fill: #dc291e
}
.logotypes_bestOrange__2WaT7 {
fill: #ff8200
}
.logotypes_bringGreen__iWUs9 {
fill: #7bc144
}
.logotypes_bringGray__5RJYt {
fill: #c1c1c1
}
.logotypes_instaboxRed__2DiB2 {
fill: #ff3e3e
}
.logotypes_postiOrange__2vM19 {
fill: #ff8000
}
.logotypes_upsYellow__2UBpU {
fill: #ffb406
}
.logotypes_upsBrown__1aPJp {
fill: #341b14
}
.logotypes_amexBlue__1yXny {
fill: #0075bb
}
.logotypes_amexWhite__2kvOO {
fill: #fff
}
.logotypes_mtdBlue__2Mx73 {
fill: #154295
}
.logotypes_mtdGray__2BflG {
fill: #807d74
}
.logotypes_mtdRed__2psx5 {
fill: #d84036
}
.logotypes_mtdWhite__2hkQs {
fill: #fff
}
.logotypes_schenkerBlack__2qrqy {
fill: #000
}
.logotypes_schenkerRed__3aQim {
fill: #ed1c24
}
.logotypes_schenkerWhite__1Ii_s {
fill: #fff
}
.logotypes_bankIdBlue__2Dxd- {
fill: #469cbe
}
.logotypes_bankIdDarkBlue__2L2Dz {
fill: #225971
}
.logotypes_lekmerRed__2Ptwt {
fill: #f32a32
}
.logotypes_airmeeDark__ODNNO {
fill: #212021
}
.logotypes_airmeeGray__2SOwt {
fill: #a7a9ac
}
.logotypes_airmeeLightGray__2jL1S {
fill: #fafafa
}
.logotypes_helthjemGray__3-sWg {
fill: #636363
}
.logotypes_helthjemYellow__2XR7h {
fill: #e7af19
}
.banks_logotype__2ktC_ {
transition: fill .5s
}
.banks_evenodd__38TqM {
fill-rule: evenodd
}
.banks_handelsbankenBlue__3IUPz {
fill: #0066b3
}
.banks_nordeaBlue__RSaPz {
fill: #0065a4
}
.banks_danskeBankBlue__36Zuv {
fill: #03426a
}
.banks_danskeBankWhite__1ENTi {
fill: #fff
}
.banks_sebBlack__2rvdR {
fill: #000
}
.banks_dnbBlue__GETiK {
fill: #007c84
}
.banks_dnbWhite__3tPId {
fill: #fff
}
.banks_aktiaGreen__20-LV {
fill: #009430
}
.banks_saastopankkiGreen__1bP-x {
fill: #00a650
}
.banks_poppankkiGreen__6QQZZ {
fill: #1aae48
}
.banks_poppankkiLightGreen__1JAwr {
fill: #80cc28
}
.banks_sydbankBlue__3Ce2F {
fill: #002c5b
}
.banks_spankkiGreen__2uMdr {
fill: #5b8f22
}
.banks_spareBankBlue__2t-EJ {
fill: #002776
}
.banks_spareBankRed__13CeV {
fill: #e60000
}
.banks_spareBankDarkRed__1t2Qm {
fill: #af0000
}
.banks_spareBankWhite__1YSbe {
fill: #fff
}
.banks_sparekassanGray__2mx6d {
fill: #676766
}
.banks_sparekassanGreen__iP3gV {
fill: #2ca73b
}
.banks_sparekassanRed__3Y_0H {
fill: #d62022
}
.banks_skjernBankBlack__3__4S {
fill: #000
}
.banks_skjernBankWhite__3Gk1Z {
fill: #fff
}
.banks_skjernBankRed__2etWm {
fill: #ed1c24
}
.banks_nordjyskeGreen__32Xld {
fill: #77ac92
}
.banks_nordjyskeOrange__3T9vJ {
fill: #f07d1b
}
.banks_landbobankGreen__Ch0gG {
fill: #138331
}
.banks_jyskeBankGreen__v2Npw {
fill: #006b47
}
.banks_djurslandsBankBlue__1BU5M {
fill: #5a87b0
}
.banks_djurslandsBankGreen__1WB-p {
fill: #3b6a57
}
.banks_sbankenBlue__3PFkV {
fill: #262342
}
.banks_oppohjolaOrange__omQ53 {
fill: #f25c19
}
.banks_oppohjolaGray__2Oz3Y {
fill: #656263
}
.banks_oppohjolaWhite__19U0h {
fill: #fff
}
.swedbank_base__3WTJt {
fill-rule: evenodd;
clip-rule: evenodd
}
.swedbank_base__3WTJt.swedbank_stroke__2VVX9 {
fill: none;
stroke-width: .5;
stroke-miterlimit: 10
}
.swedbank_stopColor1__2naR6 {
stop-color: #ef7025
}
.swedbank_stopColor2__3XwXu {
stop-color: #f9a02c
}
.swedbank_stopColor3__2RJE_ {
stop-color: #f89e2c
}
.swedbank_stopColor4__u85Wd {
stop-color: #f7952a
}
.swedbank_stopColor5__1TVv1 {
stop-color: #f48728
}
.swedbank_stopColor6__3sdS- {
stop-color: #f07426
}
.swedbank_stopColor7__3juoP {
stop-color: #ea6a24
}
.swedbank_stopColor8__2A2Xj {
stop-color: #cf4b1d
}
.swedbank_stopColor9__-QrRa {
stop-color: #c5401b
}
.swedbank_stopColor10__1u5Zm {
stop-color: #f9ddb8
}
.swedbank_stopColor11__eXdui {
stop-color: #752610;
stop-opacity: .7
}
.swedbank_stopColor12__3hRnZ {
stop-color: #9e3216
}
.swedbank_stopColor13__30jxn {
stop-color: #ae3f19
}
.swedbank_stopColor14__38Pw1 {
stop-color: #d95f21
}
.swedbank_stopColor15__2qtR7 {
stop-color: #f28d4d
}
.swedbank_stopColor16__3LO5w {
stop-color: #f8d8b1
}
.swedbank_stopColor17__2bwVz {
stop-color: #ae3f19
}
.swedbank_stopColor18__3VJtJ {
stop-color: #9e3216
}
.swedbank_stopColor19__1aILX {
stop-color: #f28d4d
}
.swedbank_stopColor20__2urRR {
stop-color: #be4e1c
}
.swedbank_stopColor21__1QkJX {
stop-color: #9f3816
}
.swedbank_stopColor22__20mp9 {
stop-color: #943014
}
.swedbank_stopColor23__3UhBI {
stop-color: #f9ddb8;
stop-opacity: .3
}
.swedbank_stopColor24__2EFco {
stop-color: #000;
stop-opacity: .8
}
.swedbank_stopColor25__2Fvak {
stop-color: #000;
stop-opacity: .7
}
.swedbank_stopColor26__bXD1Y {
stop-color: #f9b965;
stop-opacity: .963
}
.swedbank_stopColor27__2eZ9e {
stop-color: #f9a02c;
stop-opacity: .84
}
.swedbank_stopColor28__KfhCj {
stop-color: #301007;
stop-opacity: .5
}
.footer_footer__1nTOB {
margin-top: 30px;
width: 100%
}
.footer_qliroLogo__2tw3Q, .footer_qliroWordmark__1TQqD {
width: 40px;
margin-left: auto;
margin-right: auto;
display: block
}
.footer_qliroLogo__2tw3Q {
height: 43px
}
.footer_qliroWordmark__1TQqD {
margin-top: 5px;
height: 10px
}
.headline_headline__wIwMl {
text-align: left
}
.headline_headline__wIwMl.headline_center__27Eyi {
text-align: center
}
.headline_headline__wIwMl h1 {
font-size: 20px;
font-weight: 400
}
.informationHeader_informationHeader__2nyGl.informationHeader_inline__A9iRg {
display: inline-block
}
.informationHeader_informationHeader__2nyGl p {
font-size: 14px;
font-weight: 400;
letter-spacing: .02em;
line-height: 1.3
}
.informationText_informationText__3iHXK {
vertical-align: inherit
}
.informationText_informationText__3iHXK.informationText_inline__3I94z {
display: inline-block
}
.informationText_informationText__3iHXK p {
font-size: 12px;
font-weight: 400;
text-align: left;
vertical-align: inherit;
line-height: 1.4;
letter-spacing: .02em
}
.informationText_informationText__3iHXK.informationText_center__36kia p {
text-align: center
}
.inlineTable_inlineTable__10CBu {
display: inline-table;
table-layout: fixed;
width: auto
}
.inlineTable_inlineTableRow__37rX2 {
display: table-row;
vertical-align: top
}
.inlineTable_inlineTableRow__37rX2 > div {
display: table-cell
}
.input_wrapper__189No {
border-width: 1px;
padding: 1px;
border-style: solid;
position: relative
}
.input_wrapper__189No.input_glueTop__25fL_ {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.input_wrapper__189No.input_glueRight__1IH2A {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.input_wrapper__189No.input_glueBottom__2vULg {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.input_wrapper__189No.input_glueLeft__JT072 {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.input_wrapper__189No.input_glueLeft__JT072.input_focus__2wyFc {
padding-left: 1px
}
.input_wrapper__189No.input_error__dwL8K {
z-index: 1
}
.input_wrapper__189No.input_focus__2wyFc {
z-index: 2;
border-width: 2px;
padding: 0
}
.input_container__2YtIQ {
position: relative
}
.input_input__32xKA {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.input_input__32xKA.input_center__1UhEe {
padding-top: 21px;
padding-bottom: 21px
}
.input_input__32xKA.input_large__2-1aA {
padding-top: 36px;
padding-bottom: 20px
}
.input_input__32xKA.input_large__2-1aA.input_center__1UhEe {
padding-top: 28px;
padding-bottom: 28px
}
.input_input__32xKA.input_hasIcon__2lTza {
padding-left: 45px;
width: calc(100% - 54px)
}
.input_input__32xKA::-webkit-inner-spin-button, .input_input__32xKA::-webkit-outer-spin-button {
display: none
}
.input_input__32xKA:invalid {
box-shadow: none
}
.input_label__31wUj {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.input_label__31wUj.input_large__2-1aA {
top: 31px
}
.input_label__31wUj.input_minified__BQr4-, .input_label__31wUj.input_minified__BQr4-.input_large__2-1aA {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.input_label__31wUj.input_hasIcon__2lTza {
left: 45px
}
.input_label__31wUj.input_hasSubtext__2gfRE {
top: 19px
}
.input_label__31wUj.input_hasSubtext__2gfRE.input_minified__BQr4-, .input_label__31wUj.input_hasSubtext__2gfRE.input_minified__BQr4-.input_large__2-1aA {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.input_label__31wUj.input_invisible__3jJO4 {
opacity: 0;
filter: alpha(opacity=0)
}
.input_subtextLabel__n4lWq {
position: absolute;
left: 9px;
top: 34px
}
.input_subtextLabel__n4lWq.input_hasIcon__2lTza {
left: 45px
}
.input_hint__2vBh1, .input_skipLink__2sYLK {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.input_hint__2vBh1.input_large__2-1aA, .input_skipLink__2sYLK.input_large__2-1aA {
top: 32px
}
.input_hint__2vBh1.input_transparent__3axiS, .input_skipLink__2sYLK.input_transparent__3axiS {
opacity: 0;
filter: alpha(opacity=0)
}
.input_hint__2vBh1.input_higher__1GSjk, .input_skipLink__2sYLK.input_higher__1GSjk {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.input_hint__2vBh1.input_lower__YBpvl, .input_skipLink__2sYLK.input_lower__YBpvl {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.input_icon__3hG7r {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.input_icon__3hG7r.input_large__2-1aA {
top: 27px;
height: 20px;
width: 20px
}
.input_clearIcon__2gxy9 {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.input_button__3DGwr {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.input_button__3DGwr.input_inactive__3bl7y {
cursor: default
}
.input_button__3DGwr.input_left__MWcbu {
right: 60px
}
.input_button__3DGwr.input_right__GuFx3 {
right: 10px
}
.input_buttonSign__3kOMO {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.input_disabled__1c1YK {
font-family: system-ui
}
.input_disabled__1c1YK p {
padding-top: 2px;
padding-bottom: 1px
}
.inputHint_inputHint__3C4C4 p {
font-size: 12px;
font-weight: 400;
text-align: right
}
.inputLabel_inputLabel__TqL7c.inputLabel_minified__2BLnl p {
font-size: 12px
}
.inputLabel_inputLabel__TqL7c p {
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
font-size: 14px;
font-weight: 400
}
@media (max-width: 500px) {
.inputLabel_inputLabel__TqL7c p {
transition: none
}
}
.inputValue_inputValue__-RqZY p {
font-size: 18px;
font-weight: 400
}
.inputInformation_inputInformation__2U7N- p {
font-size: 12px;
font-weight: 400
}
.legalText_legalText__2lB2I p {
font-size: 11px;
font-weight: 400;
text-align: center;
line-height: 1.3
}
.legalText_legalText__2lB2I p a {
font-size: 11px
}
.link_link__1Aspc.link_left__2sCtB {
text-align: left
}
.link_link__1Aspc.link_center__3t7dl {
text-align: center
}
.link_link__1Aspc.link_right__20Z6u {
float: right;
text-align: right
}
.link_link__1Aspc.link_block__MWucw {
display: block
}
.link_link__1Aspc.link_block__MWucw a {
display: inline-block;
padding: 5px 0;
font-weight: 400
}
.link_link__1Aspc.link_tight__gPS8j a {
padding: 0
}
.link_link__1Aspc.link_bold__2EFyb a {
font-weight: 600
}
.link_link__1Aspc a {
font-size: 12px;
font-weight: 600;
color: inherit;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
text-decoration: none;
cursor: pointer
}
.link_link__1Aspc.link_external__3zJeW {
border-width: 1px;
border-style: solid;
border-radius: 15px
}
.link_link__1Aspc:hover .link_externalInline__1HiMm {
display: inline-block
}
.link_externalLink__2BkoJ {
display: inline-block;
height: 10px;
width: 10px;
margin-left: 5px
}
.link_externalInlineContainer__3Uv67 {
position: relative
}
.link_externalInline__1HiMm {
display: none;
position: absolute;
top: -2px;
right: -16px;
height: 10px;
width: 10px;
border-radius: 2px;
padding: 2px;
z-index: 9999;
overflow: visible
}
.option_wrapper__3l3ik {
border-width: 1px;
padding: 1px;
border-style: solid;
position: relative
}
.option_wrapper__3l3ik.option_glueTop__3Na3c {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueRight__8eSXr {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueBottom__cawUQ {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueLeft__2Uzyn {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.option_wrapper__3l3ik.option_glueLeft__2Uzyn.option_focus__3Fwzw {
padding-left: 1px
}
.option_wrapper__3l3ik.option_error__8EzP7 {
z-index: 1
}
.option_wrapper__3l3ik.option_focus__3Fwzw {
z-index: 2;
border-width: 2px;
padding: 0
}
.option_container__2KVrc {
position: relative
}
.option_input__9IAXp {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.option_input__9IAXp.option_center__3icSR {
padding-top: 21px;
padding-bottom: 21px
}
.option_input__9IAXp.option_large__3kk0Z {
padding-top: 36px;
padding-bottom: 20px
}
.option_input__9IAXp.option_large__3kk0Z.option_center__3icSR {
padding-top: 28px;
padding-bottom: 28px
}
.option_input__9IAXp.option_hasIcon__5Ghcp {
padding-left: 45px;
width: calc(100% - 54px)
}
.option_input__9IAXp::-webkit-inner-spin-button, .option_input__9IAXp::-webkit-outer-spin-button {
display: none
}
.option_input__9IAXp:invalid {
box-shadow: none
}
.option_label__3UmaS {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.option_label__3UmaS.option_large__3kk0Z {
top: 31px
}
.option_label__3UmaS.option_minified__2vSdg, .option_label__3UmaS.option_minified__2vSdg.option_large__3kk0Z {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.option_label__3UmaS.option_hasIcon__5Ghcp {
left: 45px
}
.option_label__3UmaS.option_hasSubtext__29aoe {
top: 19px
}
.option_label__3UmaS.option_hasSubtext__29aoe.option_minified__2vSdg, .option_label__3UmaS.option_hasSubtext__29aoe.option_minified__2vSdg.option_large__3kk0Z {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.option_label__3UmaS.option_invisible__3R7d- {
opacity: 0;
filter: alpha(opacity=0)
}
.option_subtextLabel__3oU6L {
position: absolute;
left: 9px;
top: 34px
}
.option_subtextLabel__3oU6L.option_hasIcon__5Ghcp {
left: 45px
}
.option_hint__1TcDZ, .option_skipLink__aobDz {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.option_hint__1TcDZ.option_large__3kk0Z, .option_skipLink__aobDz.option_large__3kk0Z {
top: 32px
}
.option_hint__1TcDZ.option_transparent__27ZFF, .option_skipLink__aobDz.option_transparent__27ZFF {
opacity: 0;
filter: alpha(opacity=0)
}
.option_hint__1TcDZ.option_higher__3U1_o, .option_skipLink__aobDz.option_higher__3U1_o {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.option_hint__1TcDZ.option_lower__3hzlX, .option_skipLink__aobDz.option_lower__3hzlX {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.option_icon__3zmn7 {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.option_icon__3zmn7.option_large__3kk0Z {
top: 27px;
height: 20px;
width: 20px
}
.option_clearIcon__1u7jJ {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.option_button__1vSxL {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.option_button__1vSxL.option_inactive__PxLVa {
cursor: default
}
.option_button__1vSxL.option_left__3UNdR {
right: 60px
}
.option_button__1vSxL.option_right__3Ij1O {
right: 10px
}
.option_buttonSign__2ciFO {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.option_disabled__38hx_ {
font-family: system-ui
}
.option_disabled__38hx_ p {
padding-top: 2px;
padding-bottom: 1px
}
.option_option__2wqLv {
cursor: pointer;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-right: 9px;
padding-left: 9px
}
.option_option__2wqLv:last-child {
border-bottom: none
}
.priceInformation_priceInformation__3fNtR p {
font-size: 14px;
font-weight: 300;
text-align: center
}
.radio_container__2hnXu {
position: relative
}
.radio_container__2hnXu .radio_indicator__3qZYy {
position: absolute;
left: 0;
top: calc(50% - 10.5px);
cursor: pointer;
height: 17px;
width: 17px;
border-width: 1px;
border-style: solid;
border-radius: 50%;
transition: all, 50ms
}
.radio_container__2hnXu .radio_indication__2SO1Y {
position: absolute;
top: 3px;
bottom: 3px;
left: 3px;
right: 3px;
border-radius: 50%;
-webkit-transform: scale(0);
transform: scale(0);
transition: all, .2s
}
.radio_container__2hnXu .radio_indication__2SO1Y.radio_checked__1ah9M {
-webkit-transform: scale(1);
transform: scale(1)
}
.radio_container__2hnXu .radio_content__XZ-pY {
cursor: pointer;
padding-left: 25px;
padding-bottom: 3px
}
.radio_container__2hnXu:active .radio_indicator__3qZYy {
-webkit-transform: scale(.9);
transform: scale(.9)
}
.radio_clearFix__JVlvn {
clear: both
}
.row_clearFix__vcYB_:after, .row_clearFix__vcYB_:before {
content: "";
display: block;
clear: both
}
.section_section__3NlGN {
position: relative;
padding-left: 1px;
padding-right: 1px
}
.section_section__3NlGN.section_notFirst__1kxZL, .section_section__3NlGN ~ .section_section__3NlGN {
padding-top: 30px;
margin-top: 30px;
border-top-width: 1px;
border-top-style: solid
}
.section_content__2_wFO {
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding: 1px 0
}
.sectionHeader_sectionHeader__w3oHN {
margin-bottom: 10px;
max-width: 500px;
margin-left: auto;
margin-right: auto
}
.sectionHeader_sectionHeader__w3oHN.sectionHeader_center__31B1G {
text-align: center
}
.sectionHeader_sectionHeader__w3oHN.sectionHeader_noSpacing__RaiC9 {
margin-bottom: 0
}
.sectionHeader_sectionHeader__w3oHN.sectionHeader_inline__jPjVy {
display: inline-block
}
.sectionHeader_sectionHeader__w3oHN h2 {
font-size: 18px;
font-weight: 600;
line-height: 1.4
}
.select_wrapper__3Xm5J {
border-width: 1px;
padding: 1px;
border-style: solid
}
.select_wrapper__3Xm5J.select_glueTop__17cT5 {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueRight__1Ag4p {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueBottom__3b-Qt {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueLeft__GY1yy {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.select_wrapper__3Xm5J.select_glueLeft__GY1yy.select_focus__2j5Z7 {
padding-left: 1px
}
.select_wrapper__3Xm5J.select_error__3pRtK {
z-index: 1
}
.select_wrapper__3Xm5J.select_focus__2j5Z7 {
z-index: 2;
border-width: 2px;
padding: 0
}
.select_container__EioYU {
position: relative
}
.select_input__s6qe6 {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.select_input__s6qe6.select_center__1AIj5 {
padding-top: 21px;
padding-bottom: 21px
}
.select_input__s6qe6.select_large__1uU0H {
padding-top: 36px;
padding-bottom: 20px
}
.select_input__s6qe6.select_large__1uU0H.select_center__1AIj5 {
padding-top: 28px;
padding-bottom: 28px
}
.select_input__s6qe6.select_hasIcon__cdnFE {
padding-left: 45px;
width: calc(100% - 54px)
}
.select_input__s6qe6::-webkit-inner-spin-button, .select_input__s6qe6::-webkit-outer-spin-button {
display: none
}
.select_input__s6qe6:invalid {
box-shadow: none
}
.select_label__kcx85 {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.select_label__kcx85.select_large__1uU0H {
top: 31px
}
.select_label__kcx85.select_minified__1LdQp, .select_label__kcx85.select_minified__1LdQp.select_large__1uU0H {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.select_label__kcx85.select_hasIcon__cdnFE {
left: 45px
}
.select_label__kcx85.select_hasSubtext__2z1Ht {
top: 19px
}
.select_label__kcx85.select_hasSubtext__2z1Ht.select_minified__1LdQp, .select_label__kcx85.select_hasSubtext__2z1Ht.select_minified__1LdQp.select_large__1uU0H {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.select_label__kcx85.select_invisible__paBCB {
opacity: 0;
filter: alpha(opacity=0)
}
.select_subtextLabel__1BJJa {
position: absolute;
left: 9px;
top: 34px
}
.select_subtextLabel__1BJJa.select_hasIcon__cdnFE {
left: 45px
}
.select_hint__x0tie, .select_skipLink__2Q20s {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.select_hint__x0tie.select_large__1uU0H, .select_skipLink__2Q20s.select_large__1uU0H {
top: 32px
}
.select_hint__x0tie.select_transparent__4H03Y, .select_skipLink__2Q20s.select_transparent__4H03Y {
opacity: 0;
filter: alpha(opacity=0)
}
.select_hint__x0tie.select_higher__9CAj_, .select_skipLink__2Q20s.select_higher__9CAj_ {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.select_hint__x0tie.select_lower__1zuLf, .select_skipLink__2Q20s.select_lower__1zuLf {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.select_icon__39jYk {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.select_icon__39jYk.select_large__1uU0H {
top: 27px;
height: 20px;
width: 20px
}
.select_clearIcon__1s05N {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.select_button__27-lu {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.select_button__27-lu.select_inactive__2dxqy {
cursor: default
}
.select_button__27-lu.select_left__1UpmV {
right: 60px
}
.select_button__27-lu.select_right__3heDK {
right: 10px
}
.select_buttonSign__21uSe {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.select_disabled__2A5l0 {
font-family: system-ui
}
.select_disabled__2A5l0 p {
padding-top: 2px;
padding-bottom: 1px
}
.select_nChildren1__2mBso .select_arrow__1gzzL {
top: calc(50% - 8px)
}
.select_nChildren2__3fAFu .select_arrow__1gzzL {
top: calc(25% - 8px)
}
.select_nChildren3__1Iqe3 .select_arrow__1gzzL {
top: calc(16.66667% - 8px)
}
.select_nChildren4__ezTo- .select_arrow__1gzzL {
top: calc(12.5% - 8px)
}
.select_nChildren5__rGsfL .select_arrow__1gzzL {
top: calc(10% - 8px)
}
.select_nChildren6__2ihsx .select_arrow__1gzzL {
top: calc(8.33333% - 8px)
}
.select_nChildren7__3PilA .select_arrow__1gzzL {
top: calc(7.14286% - 8px)
}
.select_nChildren8__odUQo .select_arrow__1gzzL {
top: calc(6.25% - 8px)
}
.select_nChildren9__1Qnkf .select_arrow__1gzzL {
top: calc(5.55556% - 8px)
}
.select_wrapper__3Xm5J {
position: relative;
padding: 0
}
.select_wrapper__3Xm5J:not(.select_selected__1ypME) {
border-width: 0;
padding: 1px
}
.select_content__LkEHL {
width: 100%;
box-sizing: border-box;
border: none;
background: transparent;
font-family: Open Sans, Arial, Sans-serif;
font-size: 18px;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
z-index: 1
}
.select_container__EioYU.select_open__r3VQ4 {
transition: all 0ms;
position: absolute;
z-index: 98;
right: 0;
left: 0;
display: block;
box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}
.select_container__EioYU.select_open__r3VQ4.select_scroll__Q8LYC .select_arrow__1gzzL {
display: none
}
.select_content__LkEHL.select_open__r3VQ4.select_scroll__Q8LYC {
max-height: 230px;
overflow-y: auto
}
.select_arrow__1gzzL {
position: absolute;
z-index: 2;
top: calc(50% - 8px);
right: 14px;
height: 20px;
width: 20px
}
.select_breakoutWrapper__-kQoQ {
position: relative
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd {
position: absolute;
left: 0;
right: 0;
text-align: center;
z-index: 99
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd.select_right__3heDK {
text-align: right
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd.select_left__1UpmV {
text-align: left
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd .select_list__1ESWZ {
position: relative;
display: inline-block;
text-align: left;
width: calc(100% - 2px);
max-width: 500px;
border-width: 1px;
border-style: solid;
box-shadow: 0 3px 5px rgba(0, 0, 0, .25)
}
.select_breakoutWrapper__-kQoQ .select_breakout__s6bSd .select_list__1ESWZ.select_scroll__Q8LYC {
max-height: 230px;
overflow-y: auto
}
.selectable_container__1Johi {
cursor: pointer;
border-style: solid;
border-width: 1px;
padding: 1px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.selectable_container__1Johi.selectable_glueTop__12yEV {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.selectable_container__1Johi.selectable_glueRight__2HUMv {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.selectable_container__1Johi.selectable_glueBottom__3aH0T {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.selectable_container__1Johi.selectable_glueLeft__2ID6a {
margin-left: -1px;
padding-left: 1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.selectable_container__1Johi.selectable_relative__2P-RE {
position: relative
}
.selectable_container__1Johi.selectable_bounce__11OSs:active {
-webkit-transform: scale(.975);
transform: scale(.975)
}
.selectable_container__1Johi.selectable_checked__8jQXY {
z-index: 3;
border-width: 2px;
padding: 0;
-webkit-transform: none;
transform: none
}
.selectable_container__1Johi:hover {
z-index: 2
}
.selectable_clearFix__2gG_T {
clear: both
}
.slideBox_container__2K8hj {
transition: height .35s cubic-bezier(.23, 1, .32, 1) 0ms;
overflow: hidden
}
.slideBox_content__2oRTB {
position: relative;
overflow: hidden
}
.spinner_container__1gXXj {
position: fixed;
left: 0;
right: 0;
z-index: 101;
transition: top .5s
}
.spinner_container__1gXXj.spinner_relative__3ekSl {
position: relative
}
.spinner_container__1gXXj.spinner_inline__2zJSk {
display: inline-block
}
.spinner_container__1gXXj.spinner_noDimmer__2RGtn {
z-index: 0
}
.spinner_container__1gXXj.spinner_local__EdSDg {
position: absolute
}
@-webkit-keyframes spinner_spinner__2ctm5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes spinner_spinner__2ctm5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.spinner_spinner__2ctm5 {
height: 42px;
width: 42px;
position: relative;
margin-top: -21px;
left: calc(50% - 21px);
-webkit-animation: spinner_spinner__2ctm5 2s linear infinite;
animation: spinner_spinner__2ctm5 2s linear infinite
}
.spinner_spinner__2ctm5.spinner_noAnimations__kNbzk {
background-image: url(/static/images/spinner.gif);
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
-webkit-animation: none;
animation: none
}
.spinner_spinner__2ctm5.spinner_noAnimations__kNbzk .spinner_tick__3wS7n {
display: none
}
.spinner_tick__3wS7n {
position: absolute;
top: calc(50% - 3px);
height: 6px;
width: 42px
}
.spinner_tick__3wS7n:first-child {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.spinner_tick__3wS7n:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.spinner_tick__3wS7n:nth-child(3) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.spinner_tick__3wS7n:nth-child(4) {
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.spinner_tick__3wS7n .spinner_border__2JM4P, .spinner_tick__3wS7n .spinner_dash__10mPh {
position: absolute;
border-style: solid
}
.spinner_tick__3wS7n .spinner_border__2JM4P {
top: 0;
bottom: 0;
left: 0;
right: 0;
border-left-width: 10px;
border-right-width: 10px;
opacity: .75;
filter: alpha(opacity=75)
}
.spinner_tick__3wS7n .spinner_dash__10mPh {
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
border-left-width: 8px;
border-right-width: 8px
}
.spinner_qliro__1enep {
margin-top: -37.18px;
position: relative;
left: calc(50% - 26px)
}
.spinner_qliro__1enep .spinner_q__2228M {
height: 56.16px;
width: 52px
}
.spinner_qliro__1enep .spinner_text__2TCU3 {
height: 13px;
width: 52px;
margin-top: 5.2px
}
.spinner_messageContainer__7-wwb {
text-align: center
}
.spinner_header__2tg1M {
display: inline-block;
margin-top: 15px
}
.spinner_message__A0NK6 {
display: inline-block
}
.tooltip_container__B_6bv {
position: relative;
top: 0
}
@-webkit-keyframes tooltip_tooltip__Lp56M {
0% {
-webkit-transform: scale(.8);
transform: scale(.8);
bottom: 0
}
to {
-webkit-transform: scale(1);
transform: scale(1);
bottom: 10px
}
}
@keyframes tooltip_tooltip__Lp56M {
0% {
-webkit-transform: scale(.8);
transform: scale(.8);
bottom: 0
}
to {
-webkit-transform: scale(1);
transform: scale(1);
bottom: 10px
}
}
.tooltip_wrapper__gC61F {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
z-index: 90;
text-align: center;
-webkit-animation: tooltip_tooltip__Lp56M .2s cubic-bezier(.46, .24, 0, 1.54);
animation: tooltip_tooltip__Lp56M .2s cubic-bezier(.46, .24, 0, 1.54)
}
.tooltip_tooltip__Lp56M {
position: relative;
display: inline-block;
border-width: 1px;
border-style: solid;
padding: 15px 0;
box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
min-width: 100px;
max-width: calc(100% - 40px)
}
.tooltip_arrow__3eTgC {
position: absolute;
bottom: -10px;
left: calc(50% - 10px);
height: 20px;
width: 20px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-right-width: 1px;
border-bottom-width: 1px;
border-style: solid;
box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}
.address_addressText__lUJH8 {
margin-top: 3px
}
.customerForm_container__ArLU5 {
position: relative
}
.customerForm_block__3pWgS, .customerForm_presentation__3wJdn, .customerForm_selectedAddress__2D97Y {
padding: 10px 20px;
margin-left: auto;
margin-right: auto;
border-width: 1px;
border-style: solid;
position: relative
}
.customerForm_block__3pWgS .customerForm_blockLink__2C7it, .customerForm_presentation__3wJdn .customerForm_blockLink__2C7it, .customerForm_selectedAddress__2D97Y .customerForm_blockLink__2C7it {
position: absolute;
bottom: -17px;
left: 0;
right: 0
}
.customerForm_block__3pWgS .customerForm_blockLink__2C7it .customerForm_link__3Ju9Y, .customerForm_presentation__3wJdn .customerForm_blockLink__2C7it .customerForm_link__3Ju9Y, .customerForm_selectedAddress__2D97Y .customerForm_blockLink__2C7it .customerForm_link__3Ju9Y {
padding: 10px 20px !important
}
.customerForm_icon__3mM4M {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: top;
margin-right: 20px
}
.customerForm_value__1cbL8 {
width: calc(100% - 40px);
display: inline-block;
vertical-align: top
}
.customerForm_identity__30-De {
margin-bottom: 10px
}
.customerForm_identity__30-De .customerForm_personalNumber__ar_nz {
margin-bottom: 20px
}
.customerForm_presentation__3wJdn {
margin-bottom: 5px
}
.customerForm_presentation__3wJdn:not(:last-child) {
margin-bottom: 30px
}
.customerForm_presentation__3wJdn .customerForm_presentationProperty__2ighe {
margin: 20px 0
}
.customerForm_presentation__3wJdn .customerForm_presentationProperty__2ighe:not(:last-child) {
min-height: 36px
}
.customerForm_getAddressLink__29y45 {
padding-bottom: 20px
}
.customerForm_editHeader__2A4f3 {
padding-bottom: 10px;
overflow: hidden
}
.customerForm_addressContainer__dEPGB, .customerForm_customerInformationFields__3Q1ze {
margin-bottom: 30px
}
.customerForm_referencePerson__3mkIi {
margin-top: 20px
}
.customerForm_listOption__1rQ9E {
margin-bottom: 10px
}
.customerForm_addressOption__2ipm7 {
position: relative;
padding: 20px
}
.customerForm_addressOption__2ipm7 .customerForm_addressType__75hF0 {
margin-bottom: 3px
}
.customerForm_editAddress__3uqYt {
position: absolute;
height: 20px;
width: 20px;
right: 20px;
top: calc(50% - 10px);
cursor: pointer
}
.customerForm_addShippingLink__3o2eJ {
margin-bottom: 30px
}
.customerForm_newAddressButton__1Z03_ {
padding: 30px 20px
}
.customerForm_selectedAddress__2D97Y {
padding-top: 30px;
padding-bottom: 30px
}
.customerForm_careOfLink__2OauP {
position: absolute;
z-index: 1;
top: 22px;
right: 10px
}
.customerForm_search__1ImLU, .customerForm_searchWrapper__dm6ZS {
position: relative
}
.customerForm_searchResults__RW4BC {
border-width: 0 1px 1px;
border-style: solid;
max-height: 150px;
overflow-y: auto;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.customerForm_searchResults__RW4BC .customerForm_searchResult__ecx-b {
position: relative;
padding: 10px 20px
}
.customerForm_searchResults__RW4BC .customerForm_searchResult__ecx-b.customerForm_selected__2yWiZ {
padding-left: 15px;
border-left-width: 5px;
border-style: solid
}
.customerForm_searchResults__RW4BC .customerForm_noResults__3Yo5t {
padding: 10px 0 9px
}
.customerForm_addressErrorMessage__184jb {
margin-bottom: 10px
}
.customerForm_newAddressLinkSearch__3Q6VJ {
position: absolute;
right: 20px;
top: 22px;
z-index: 2
}
.customerForm_cancelButton__HWurp {
margin-top: 15px
}
.customerPresentation_row__31mSP {
margin: 20px 0
}
.customerPresentation_row__31mSP:not(:last-child) {
min-height: 36px
}
.customerPresentation_mini__2mT_Q {
text-align: left
}
.customerPresentation_mini__2mT_Q .customerPresentation_row__31mSP:not(:last-child) {
min-height: 20px
}
.customerPresentation_icon__NRoHp {
height: 20px;
width: 20px;
display: inline-block;
margin-right: 20px;
vertical-align: top
}
.customerPresentation_value__ZxqQh {
display: inline-block
}
.paymentOptionContent_wrapper__39sv3.paymentOptionContent_noDescription__1HP3k .paymentOptionContent_name__3l_MR {
/*margin-top: 11px;*/
margin-bottom: 0;
padding-bottom: 7px
}
.paymentOptionContent_name__3l_MR {
transition: margin .35s cubic-bezier(.23, 1, .32, 1) 0ms;
margin-top: 3px;
margin-bottom: 8px
}
.paymentOptionContent_brand__2vgD4 {
padding-top: 13px;
text-align: right
}
.paymentOptionContent_description__1eRt8 .paymentOptionContent_descriptionNode__3YnZq {
display: inline-block;
vertical-align: middle
}
.paymentOption_row__nMfbX {
padding: 5px 0;
position: relative;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.paymentOption_contentHolder__33a-D {
min-height: 29px;
padding: 20px 20px 16px
}
.paymentOption_qliroLogo__27NYC {
width: 60px;
height: 20px
}
.paymentOption_cashOnDelivery__3DHiL, .paymentOption_creditCard__1vM54, .paymentOption_directBankLogo__18WYp, .paymentOption_payPalLogo__jGscV {
height: 20px
}
.paymentOption_creditCard__1vM54 {
max-width: 24px;
display: inline-block
}
.paymentOption_directBankLogo__18WYp {
display: inline-block;
max-width: 57px
}
.paymentOption_payPalLogo__jGscV {
max-width: 60px
}
.paymentOption_cashOnDelivery__3DHiL {
max-width: 20px
}
.paymentOption_alignRight__2nY1E {
text-align: right
}
.paymentOption_invoiceInfo__1rot8 {
margin-bottom: 20px;
padding-top: 15px
}
.paymentOption_partPaymentFees__MQuLQ {
margin-top: 3px
}
.paymentIqCreditCardForm_iframe__1H8AV {
width: 100%
}
.paymentIqCreditCardForm_iframeHidden__-o01N {
display: none
}
.creditCardOption_row__2oDyP {
padding: 5px 0;
position: relative;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.creditCardOption_contentHolder__2ByBy {
min-height: 29px;
padding: 20px 20px 16px
}
.creditCardOption_qliroLogo__vOtNN {
width: 60px;
height: 20px
}
.creditCardOption_cashOnDelivery__1SmaX, .creditCardOption_creditCard__2QhFG, .creditCardOption_directBankLogo__3KX6B, .creditCardOption_payPalLogo__1N3id {
height: 20px
}
.creditCardOption_creditCard__2QhFG {
max-width: 24px;
display: inline-block
}
.creditCardOption_directBankLogo__3KX6B {
display: inline-block;
max-width: 57px
}
.creditCardOption_payPalLogo__1N3id {
max-width: 60px
}
.creditCardOption_cashOnDelivery__1SmaX {
max-width: 20px
}
.creditCardOption_alignRight__3-iQg {
text-align: right
}
.creditCardOption_invoiceInfo__oMRKs {
margin-bottom: 20px;
padding-top: 15px
}
.creditCardOption_partPaymentFees__396Dm {
margin-top: 3px
}
.creditCardOption_descriptionLock__RpRKx {
height: 14px;
width: 14px;
margin-right: 2px
}
.creditCardOption_creditCardBrands__kXb0Q {
margin: 10px 0;
text-align: center
}
.creditCardOption_creditCardBrands__kXb0Q .creditCardOption_creditCardBrand__D1hUA {
height: 20px;
margin: 0 3px;
display: inline-block;
vertical-align: middle
}
.creditCardOption_creditCardBrands__kXb0Q.creditCardOption_multipleBrands__MlfxB .creditCardOption_amexLogo__DBakT {
max-width: 20px
}
.creditCardOption_amexLogo__DBakT {
max-width: 60px
}
.creditCardOption_visaLogo__31Frv {
max-width: 35px
}
.creditCardOption_masterCardLogo__1IoVm {
max-width: 27px
}
.creditCardOption_dankortLogo__12hGS {
max-width: 33px
}
.payonCreditCard_row__30Yge {
padding: 5px 0;
position: relative;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.payonCreditCard_contentHolder__3mi09 {
min-height: 29px;
padding: 20px 20px 16px
}
.payonCreditCard_qliroLogo__21U2I {
width: 60px;
height: 20px
}
.payonCreditCard_cashOnDelivery__2SgAy, .payonCreditCard_creditCard__3BdBX, .payonCreditCard_directBankLogo__Lpcej, .payonCreditCard_payPalLogo__1WZ5A {
height: 20px
}
.payonCreditCard_creditCard__3BdBX {
max-width: 24px;
display: inline-block
}
.payonCreditCard_directBankLogo__Lpcej {
display: inline-block;
max-width: 57px
}
.payonCreditCard_payPalLogo__1WZ5A {
max-width: 60px
}
.payonCreditCard_cashOnDelivery__2SgAy {
max-width: 20px
}
.payonCreditCard_alignRight__1r2VO {
text-align: right
}
.payonCreditCard_invoiceInfo__3ZmYf {
margin-bottom: 20px;
padding-top: 15px
}
.payonCreditCard_partPaymentFees__1Ls2m {
margin-top: 3px
}
.payonCreditCard_creditCardListOption__3qlWC {
padding: 10px 0
}
.payonCreditCard_newCardInfo__sHTnG {
padding: 14px 0
}
.payonCreditCard_savedCardInfo__3PAef {
position: relative;
padding-top: 4px
}
.payonCreditCard_savedCardBrand__tujK0 {
height: 20px;
margin-top: 2px;
display: inline-block;
vertical-align: middle;
margin-right: 10px
}
.payonCreditCard_expiryDate__3gmH_ {
display: inline-block;
margin-right: 10px
}
.payonCreditCard_deleteSavedCard__zwBuq {
display: inline-block
}
.payonCreditCard_creditCardForm__2Z90H {
position: relative;
min-width: 200px;
margin: 10px auto 0
}
.payonCreditCard_registrationContainer__2UeXG {
clear: both;
padding-top: 15px;
text-align: center
}
.payonCreditCard_registrationCheckbox__hNxcY {
display: inline-block;
vertical-align: middle;
cursor: pointer
}
.payonCreditCard_registrationLabel__2XV14 {
display: inline-block;
cursor: pointer;
margin-left: 7px;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent
}
.bankBrands_bankBrands__hZCq0 {
margin-top: 10px;
text-align: center
}
.bankBrands_bankBrand__2vikY {
height: 20px;
margin: 0 3px;
display: inline-block;
vertical-align: middle
}
.bankBrands_bankText__1_7j_ {
margin: 10px 0 2px
}
.bankBrands_aktiaLogo__uv-1i {
max-width: 32px
}
.bankBrands_danskeBankLogo__3izMA {
max-width: 65px
}
.bankBrands_djurslandsbankLogo__1JOJE {
max-width: 70px
}
.bankBrands_handelsbankenLogo__3AYSr, .bankBrands_jyskeBankLogo__3PqCa {
max-width: 85px
}
.bankBrands_landbobankLogo__3dqwI {
max-width: 70px
}
.bankBrands_nordeaLogo__1sTUO {
max-width: 58px
}
.bankBrands_nordjyskeBankLogo__2o2H1 {
max-width: 70px
}
.bankBrands_oppohjolaLogo__jZoo6 {
max-width: 45px
}
.bankBrands_poppankkiLogo__2oVbZ {
max-width: 55px
}
.bankBrands_saastopankkiLogo__1iQ40 {
max-width: 66px
}
.bankBrands_sebLogo__1nyGY {
max-width: 30px
}
.bankBrands_skjernBankLogo__1C6EP {
max-width: 65px
}
.bankBrands_spankkiLogo__YUpRH {
max-width: 42px
}
.bankBrands_spareBankLogo__Kji4b {
max-width: 70px
}
.bankBrands_sparekassanSjaellandLogo__2dT_T {
max-width: 55px
}
.bankBrands_sydbankLogo__2wu2c {
max-width: 48px
}
.bankBrands_swedbankLogo__1ivxW {
max-width: 75px
}
.bankBrands_sbankenLogo__26RVs {
max-width: 50px
}
.bankBrands_dnbLogo__25jXm {
max-width: 28px
}
.thirdPartyFrame_iframeWrapper__27hpe {
display: none;
position: fixed;
height: 600px;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
overflow: hidden
}
.thirdPartyFrame_iframeWrapper__27hpe.thirdPartyFrame_visible__3FBbQ {
display: block
}
.thirdPartyFrame_iframeWrapper__27hpe iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 600px;
background: #fff;
border: none;
overflow: auto
}
.optionsToggle_container__LBu24 {
margin-top: 20px
}
input::-ms-clear {
display: none
}
.qliroOption_wrapper__3gs4I {
border-width: 1px;
padding: 1px;
border-style: solid;
position: relative
}
.qliroOption_wrapper__3gs4I.qliroOption_glueTop__nFECL {
margin-top: -1px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueRight__Qw_7u {
-moz-border-top-right-radius: 0 !important;
border-top-right-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueBottom__3ZHMj {
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
-moz-border-bottom-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueLeft__qF0AA {
margin-left: -1px;
padding-left: 2px;
-moz-border-top-left-radius: 0 !important;
border-top-left-radius: 0 !important;
-moz-border-bottom-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.qliroOption_wrapper__3gs4I.qliroOption_glueLeft__qF0AA.qliroOption_focus__3hwpO {
padding-left: 1px
}
.qliroOption_wrapper__3gs4I.qliroOption_error__AKrrF {
z-index: 1
}
.qliroOption_wrapper__3gs4I.qliroOption_focus__3hwpO {
z-index: 2;
border-width: 2px;
padding: 0
}
.qliroOption_container__1znsB, .qliroOption_singlePartPaymentCombination__31pyk {
position: relative
}
.qliroOption_input__2KYiJ {
font-size: 18px;
font-weight: 400;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms;
padding: 29px 9px 13px;
width: calc(100% - 18px);
outline: none;
border: none;
background: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.qliroOption_input__2KYiJ.qliroOption_center__2YfsX {
padding-top: 21px;
padding-bottom: 21px
}
.qliroOption_input__2KYiJ.qliroOption_large__9xZi6 {
padding-top: 36px;
padding-bottom: 20px
}
.qliroOption_input__2KYiJ.qliroOption_large__9xZi6.qliroOption_center__2YfsX {
padding-top: 28px;
padding-bottom: 28px
}
.qliroOption_input__2KYiJ.qliroOption_hasIcon__2wSjP {
padding-left: 45px;
width: calc(100% - 54px)
}
.qliroOption_input__2KYiJ::-webkit-inner-spin-button, .qliroOption_input__2KYiJ::-webkit-outer-spin-button {
display: none
}
.qliroOption_input__2KYiJ:invalid {
box-shadow: none
}
.qliroOption_label__3Si8K {
position: absolute;
left: 9px;
top: 24px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.qliroOption_label__3Si8K.qliroOption_large__9xZi6 {
top: 31px
}
.qliroOption_label__3Si8K.qliroOption_minified__2jFOq, .qliroOption_label__3Si8K.qliroOption_minified__2jFOq.qliroOption_large__9xZi6 {
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transform: translate3d(0, -11px, 0);
transform: translate3d(0, -11px, 0)
}
.qliroOption_label__3Si8K.qliroOption_hasIcon__2wSjP {
left: 45px
}
.qliroOption_label__3Si8K.qliroOption_hasSubtext__22S8A {
top: 19px
}
.qliroOption_label__3Si8K.qliroOption_hasSubtext__22S8A.qliroOption_minified__2jFOq, .qliroOption_label__3Si8K.qliroOption_hasSubtext__22S8A.qliroOption_minified__2jFOq.qliroOption_large__9xZi6 {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transform: translate3d(0, -6px, 0);
transform: translate3d(0, -6px, 0)
}
.qliroOption_label__3Si8K.qliroOption_invisible__2uSzK {
opacity: 0;
filter: alpha(opacity=0)
}
.qliroOption_subtextLabel__2Fugk {
position: absolute;
left: 9px;
top: 34px
}
.qliroOption_subtextLabel__2Fugk.qliroOption_hasIcon__2wSjP {
left: 45px
}
.qliroOption_hint__iHeqb, .qliroOption_skipLink__1YujQ {
position: absolute;
top: 25px;
right: 9px;
transition: all .35s cubic-bezier(.23, 1, .32, 1) 0ms
}
.qliroOption_hint__iHeqb.qliroOption_large__9xZi6, .qliroOption_skipLink__1YujQ.qliroOption_large__9xZi6 {
top: 32px
}
.qliroOption_hint__iHeqb.qliroOption_transparent__1jrOY, .qliroOption_skipLink__1YujQ.qliroOption_transparent__1jrOY {
opacity: 0;
filter: alpha(opacity=0)
}
.qliroOption_hint__iHeqb.qliroOption_higher__1cyM_, .qliroOption_skipLink__1YujQ.qliroOption_higher__1cyM_ {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.qliroOption_hint__iHeqb.qliroOption_lower__3pPXe, .qliroOption_skipLink__1YujQ.qliroOption_lower__3pPXe {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.qliroOption_icon__3mhQE {
position: absolute;
left: 13.5px;
top: 21px;
height: 18px;
width: 18px
}
.qliroOption_icon__3mhQE.qliroOption_large__9xZi6 {
top: 27px;
height: 20px;
width: 20px
}
.qliroOption_clearIcon__2UPPr {
position: absolute;
top: calc(50% - 9px);
right: 21px;
height: 18px;
width: 18px
}
.qliroOption_button__3SRbO {
cursor: pointer;
position: absolute;
top: calc(50% - 20px);
height: 40px;
width: 40px;
border-radius: 50%;
border-width: 1px;
border-style: solid
}
.qliroOption_button__3SRbO.qliroOption_inactive__3k9U0 {
cursor: default
}
.qliroOption_button__3SRbO.qliroOption_left__3mBpm {
right: 60px
}
.qliroOption_button__3SRbO.qliroOption_right__qr4CV {
right: 10px
}
.qliroOption_buttonSign__2h8aD {
position: absolute;
height: 18px;
width: 18px;
top: calc(50% - 9px);
right: 11px
}
.qliroOption_disabled__2ukq7 {
font-family: system-ui
}
.qliroOption_disabled__2ukq7 p {
padding-top: 2px;
padding-bottom: 1px
}
.qliroOption_legalText__3e9vu {
margin-bottom: 20px;
padding-top: 15px;
padding-left: 10px;
padding-right: 10px
}
.qliroOption_partPaymentCombination__wUwZ2, .qliroOption_singlePartPaymentCombination__31pyk {
padding: 15px 5px
}
.qliroOption_partPaymentCombination__wUwZ2 .qliroOption_info__p73TR, .qliroOption_singlePartPaymentCombination__31pyk .qliroOption_info__p73TR {
margin-bottom: 5px
}
.qliroOption_singlePartPaymentCombination__31pyk {
padding-left: 10px;
padding-right: 10px
}
.qliroOption_letterInvoiceContainer__26uQ3 {
margin-top: 0
}
.qliroOption_letterInvoiceContainer__26uQ3 > div:last-child {
margin-top: 10px
}
.shippingOptions_shippingOptions__33kQy {
position: relative
}
.shippingOptions_optionContainer__3jwaJ {
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 5px 0
}
.shippingOptions_optionContent__Vf1d2 {
min-height: 29px;
padding: 23px 20px
}
.shippingOptions_optionName__FWDKk {
float: left
}
.shippingOptions_optionPrice__1XGFP {
float: right;
line-height: 1.3
}
.shippingOptions_descriptions__30ytG {
clear: both;
float: left
}
.shippingOptions_brand__3_rEo {
float: right;
height: 16px
}
.shippingOptions_brand__3_rEo .shippingOptions_airmeeLogo__1zbKj, .shippingOptions_brand__3_rEo .shippingOptions_aramexLogo__19sCv {
width: 58px
}
.shippingOptions_brand__3_rEo .shippingOptions_bestLogo__6BF1m {
width: 43px
}
.shippingOptions_brand__3_rEo .shippingOptions_bringLogo__3UPPE {
width: 42px
}
.shippingOptions_brand__3_rEo .shippingOptions_budbeeLogo__3_tJe {
width: 50px
}
.shippingOptions_brand__3_rEo .shippingOptions_dhlLogo__2ceOo, .shippingOptions_brand__3_rEo .shippingOptions_helthjemLogo__3VKmF {
width: 60px
}
.shippingOptions_brand__3_rEo .shippingOptions_instaboxLogo__3gpqa {
width: 54px
}
.shippingOptions_brand__3_rEo .shippingOptions_lekmerLogo__3OpUo {
width: 52px
}
.shippingOptions_brand__3_rEo .shippingOptions_postiLogo__26stz {
width: 34px
}
.shippingOptions_brand__3_rEo .shippingOptions_postNordLogo__1Ut0B {
width: 55px
}
.shippingOptions_brand__3_rEo .shippingOptions_upsLogo__1A-GK {
width: 14px
}
.shippingOptions_brand__3_rEo .shippingOptions_mtdLogo__3Y9IC {
width: 33px
}
.shippingOptions_brand__3_rEo .shippingOptions_schenkerLogo__2l9rD {
width: 60px
}
.shippingOptions_dropdown__23qeB {
padding-top: 15px
}
.shippingOptions_accessCode__1TRLW {
margin-top: 15px;
max-width: 200px
}
.shippingOptions_mapWrapper__O4Upp {
margin-top: 10px
}
.shippingOptions_map__2XsUo {
height: 300px;
max-height: 60vw
}
.shippingOptions_secondaryOptions__2GX54 {
position: relative;
clear: both
}
.shippingOptions_secondaryOptionContent__1yzJi {
padding: 15px 10px
}
.bankIdDialog_logotype__1gcPO {
margin: 0 auto 20px;
height: 60px;
width: 60px
}
.bankIdDialog_dialogLink__2u9jI {
margin: 10px 0 20px
}
.bankIdDialog_bodyText__1isas {
padding: 0 0 20px
}
.headerModule_container__1N_tD {
padding-top: 10px
}
.headerModule_checkmark__2k5zb {
margin: 0 auto;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 15px
}
.headerModule_tick__2Vfa8 {
height: 20px;
width: 20px
}
.headerModule_headerText__2D-OZ {
margin-top: 15px;
text-align: center;
font-size: 28px;
font-weight: 600
}
.qliroLinkModule_container__gHG4y {
margin: 30px auto 0
}
.qliroLinkModule_linkContainer__2bvG8 {
width: 170px;
margin: 10px auto 0
}
.paymentModule_left__1B7B5 {
text-align: left
}
.paymentModule_textWrapper__iEZtv {
display: inline-block
}
.paymentModule_icon__3wZf6 {
display: inline-block;
float: right
}
.paymentModule_cashOnDelivery__38Myq, .paymentModule_creditCard__2kbp6, .paymentModule_payPalLogo__hbB0y, .paymentModule_trustly__Bj3wz {
height: 20px
}
.paymentModule_trustly__Bj3wz {
max-width: 57px
}
.paymentModule_creditCard__2kbp6 {
max-width: 24px
}
.paymentModule_payPal__1hKtJ {
max-width: 60px
}
.paymentModule_cashOnDelivery__38Myq {
max-width: 20px
}
.paymentModule_qliro__1kC6J {
width: 60px;
height: 20px
}
.shippingModule_container__2sVqJ {
text-align: left
}
.subheaderModule_container__3udOJ {
padding-top: 15px;
text-align: center
}
.subheaderModule_container__3udOJ p {
font-size: 18px;
font-weight: 600
}
.totalPriceModule_container__2qKqC {
margin-top: 30px
}
.totalPriceModule_totalPrice__W01XY {
display: block;
text-align: center;
margin-top: 5px;
margin-bottom: 15px;
font-size: 36px;
font-weight: 400
}
.totalPriceModule_orderSpecification__aLRYO {
margin-bottom: 15px
}
.affordabilityForm_questionGroupName__13rlm {
margin-top: 30px;
margin-bottom: 15px
}
.affordabilityForm_radioContent__2_iFE {
padding-top: 25px;
padding-bottom: 25px
}
.affordabilityForm_radioOption__1yF0T {
display: inline-block
}
.affordabilityForm_radioOption__1yF0T:first-child:nth-last-child(2), .affordabilityForm_radioOption__1yF0T:nth-child(2):last-child {
width: 50%
}
.affordabilityForm_radioOption__1yF0T:first-child:nth-last-child(3), .affordabilityForm_radioOption__1yF0T:nth-child(2):nth-last-child(2), .affordabilityForm_radioOption__1yF0T:nth-child(3):last-child {
width: 33.3%
}
.affordabilityForm_radioOption__1yF0T:first-child:nth-last-child(4), .affordabilityForm_radioOption__1yF0T:nth-child(2):nth-last-child(3), .affordabilityForm_radioOption__1yF0T:nth-child(3):nth-last-child(2), .affordabilityForm_radioOption__1yF0T:nth-child(4):last-child {
width: 25%
}
.affordabilityForm_informationText__EGxWQ {
margin-left: auto;
margin-right: auto;
max-width: 500px
}
.affordabilityForm_informationText__EGxWQ.affordabilityForm_secondaryInformation__3vhSK {
padding-top: 10px
}
.affordabilityForm_budgetError__3C7ID {
padding-top: 25px
}
.authenticationForm_header__3YNM7 {
margin-bottom: 15px
}
.authenticationForm_links__1bp6q {
margin: 10px 0 0
}
.authenticationForm_clearFix__1XhwO {
clear: both
}
.authenticationForm_lock__2mBoY {
height: 15px;
width: 12px;
padding: 2.5px 5px 2.5px 0
}
.authenticationForm_securePayment__1oGVV {
margin-top: 20px;
text-align: center
}
.authenticationForm_securePaymentText__1i-5t {
padding-top: 2px;
padding-left: 3px
}
.authenticationForm_supportedPaymentOptions__2hEVI {
padding: 15px 25px;
text-align: center
}
.authenticationForm_supportedPaymentOption__2Cg5F {
vertical-align: middle;
margin: 0 5px;
height: 14px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_MASTERCARD__2NXbp {
height: 16px;
width: 21px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_VISA__1BSMT {
height: 10px;
width: 32px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_DANKORT__1haRk {
width: 24px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_AMEX__3ijYW {
height: 13px;
width: 37px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_PAYPAL__KRPlu {
height: 12px;
width: 48px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_QLIRO__1h4DC {
width: 50px
}
.authenticationForm_supportedPaymentOption__2Cg5F.authenticationForm_TRUSTLY__2oLuL {
width: 46px
}
.authenticationForm_listContainer__2RXji {
text-align: center
}
.authenticationForm_advantageList__1mqIE {
display: inline-block;
list-style-type: none;
padding: 5px 10px 15px;
margin: 0;
text-align: left
}
.authenticationForm_advantage__WFTsX {
margin-bottom: 5px
}
.authenticationForm_advantageTick__2hzj2 {
display: inline-block;
height: 8px;
width: 8px;
padding-right: 10px;
line-height: .8
}
.authenticationForm_buttonContainer__2e0R4 {
margin-top: 20px
}
.authenticationForm_bottomLogotype__3UNFD {
height: 25px;
width: 40px
}
.checkboxWithLabel_checkboxWithLabelHolder__kyq8S {
position: relative;
text-align: center
}
.checkboxWithLabel_checkboxWithLabelHolder__kyq8S.checkboxWithLabel_alignLeft__K8fE8 {
text-align: left
}
.checkboxWithLabel_checkboxHolder__104_b {
display: inline-block;
vertical-align: middle
}
.checkboxWithLabel_checkboxLabel__5chzO {
display: inline-block;
cursor: pointer;
padding-left: 7px;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.dialogContent_bodyText__12yZx {
padding: 5px 0 25px
}
.dialogContent_link__2ByvF {
margin: 25px 0 20px
}
.dialogContent_link__2ByvF.dialogContent_noButton__2IZN3 {
margin-top: 0
}
.dialogContent_noLink__3ySga {
margin-bottom: 20px
}
.initialError_initialErrorDivider__qxYbF {
margin: 15px 0;
border-bottom-width: 1px;
border-bottom-style: solid
}
.completePurchaseHolder_container__1Syx9 {
max-width: 500px;
margin: 0 auto
}
.completePurchaseHolder_priceText__1kP4U {
margin-bottom: 20px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
.completePurchaseHolder_totalPrice__3Tg1G {
display: block;
text-align: center;
margin-top: 5px;
margin-bottom: 15px;
font-size: 36px;
font-weight: 400
}
.completePurchaseHolder_totalAmount__2LQlm {
margin-top: 6px;
margin-bottom: 5px
}
.completePurchaseHolder_legalText__T9MqO {
margin: 15px 10%
}
.completePurchaseHolder_bottomContainer___Ieyk {
text-align: center
}
.completePurchaseHolder_bottomLogotype__s8fxF {
margin: 0 auto;
width: 40px
}
.completePurchaseHolder_bottomLogotype__s8fxF .completePurchaseHolder_bottomLogotypeQ__1SzZA {
height: 43px;
width: 40px
}
.completePurchaseHolder_bottomLogotype__s8fxF .completePurchaseHolder_bottomLogotypeText__2PsYx {
margin-top: 5px;
height: 10px;
width: 40px
}
.completePurchaseHolder_requiredTextHolder__2AIhD {
margin: 10px 0
}
.completePurchaseHolder_dialogWrapper__2m6hG {
position: relative
}
.completePurchaseHolder_newsletterCheckbox__3RkD0, .completePurchaseHolder_rememberCheckbox__Nt8AQ {
padding-top: 12px
}
.completePurchaseHolder_letterInvoiceCheckbox__2PNJj {
padding-bottom: 25px
}
.completePurchaseHolder_securePayment__3TVsl {
margin-top: 10px;
text-align: center
}
.completePurchaseHolder_lock__I2-Oo {
height: 12px;
width: 10px;
padding: 2.5px 5px 2.5px 0
}
.completePurchaseHolder_securePaymentText__1fh7Q {
padding-top: 2px;
padding-left: 3px
}
.orderSpecification_specificationRow__bXTCh {
overflow: hidden;
padding-bottom: 6px;
margin: 0 20px
}
.orderSpecification_specificationRow__bXTCh.orderSpecification_separate__2XoQM {
border-top-width: 1px;
border-top-style: solid;
padding-top: 5px
}
.orderSpecification_specificationRow__bXTCh:last-child {
padding-bottom: 0
}
.orderSpecification_specificationRow__bXTCh .orderSpecification_type__KKbCZ {
float: left;
padding-top: 2px;
margin-right: 15px
}
.orderSpecification_specificationRow__bXTCh .orderSpecification_price__185Ze {
float: right;
margin-left: 15px
}
/*# sourceMappingURL=main.83b13547.chunk.css.map */
| 0.560012 | 0.080538 |
@-moz-document domain(public.txdps-rp.com) {
body {
color: #949494;
background: #3c3c3c;
font-family: helvetica neue, Roboto, Arial, droid sans, sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.471;
}
.unAvailableUnits {
background: #6d6d6d;
}
.left_col {
background: #4e4e4e;
}
body .container.body .right_col {
background: #2b2828;
}
.x_panel {
position: relative;
width: 100%;
margin-bottom: 10px;
padding: 10px 17px;
display: inline-block;
background: #3c3c3c;
border: 1px solid #D6BB90;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
opacity: 1;
transition: all .2s ease;
}
.container {
width: 100%;
padding: 0;
background: #4e4e4e;
}
.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
border-right: 5px solid #ffffff;
}
.nav_menu {
float: left;
background: #3c3c3c;
border-color: #D6BB90;
border-bottom: 1px solid #D6BB90;
margin-bottom: 10px;
width: 100%;
position: relative;
}
.table-bordered,
td,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
border: 1px solid #D6BB90;
}
h1.page-header {
text-align: center;
font-size: 50px;
font-family: -webkit-pictograph;
color: #D6BB90!important;
border-color: #D6BB90;
}
i.fa.fa-home,
i.fa.fa-clock-o,
i.fa.fa-book,
i.fa.fa-warning,
i.fa.fa-tachometer,
i.fa.fa-bars,
i.fa.fa-chevron-up,
i.fa.fa-chevron-down,
i.fa.fa-sign-out.pull-right{
color: #D6BB90;
}
.site_title i {
border: 1px solid #D6BB90;
color: #deb492!important;
}
img.img-circle.profile_img {
background: #D6BB90;
}
footer {
background: #3c3c3c;
padding: 15px 20px;
display: block;
}
.x_title {
color: #D6BB90;
border-bottom: 2px solid #D6BB90;
}
.modal-content {
position: relative;
background-color: #4c4c4c;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.right_col {
color: white;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default{
background: #3d3d3d;
color: white;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
color: black;
}
button.btn.dropdown-toggle.btn-default,
span.filter-option.pull-left {
background: #3d3d3d;
color: white;
}
div#ncic_weapon_return,
div#ncic_plate_return,
div#ncic_name_return{
padding: 5px;
background-color: #3c3c3c!important;
color: #F7F7F7;
}
ul.dropdown-menu,
.dropdown-menu>li>a{
color: white;
background: #3d3d3d;
border-color: #d4ba8f;
}
input.form-control {
color: white;
background: #3d3d3d;
}
.navbar-nav .open .dropdown-menu{
border-color: #d4ba8f;
}
.top_nav .nav>li>a:focus, .top_nav .nav>li>a:hover, .top_nav .nav .open>a, .top_nav .nav .open>a:focus, .top_nav .nav .open>a:hover {
background: #3c3c3c;
}
span.text {
color: white;
}
ul.dropdown-menu.inner {
background: #3d3d3d;
color: white;
}
.dropdown-menu.open {
color: white;
background: #4c4c4c;
}
.nav-md ul.nav.child_menu li:before {
background: #2e9cff;
}
.nav-sm ul.nav.child_menu {
background: #4e4e4e;
}
input.btn.btn-xs
{
color: #ff5454;
}
.nav.side-menu>li.current-page, .nav.side-menu>li.active {
border-right: 5px solid #d6bb90;
}
.modal-dialog.modal-lg {
color: #c2c2c2;
}
.btn-link {
color: #f7f7f7;
}
input {
-webkit-appearance: textfield;
background-color: #4c4c4c;
-webkit-rtl-ordering: logical;
cursor: text;
padding: 1px;
border-width: 2px;
border-style: inset;
border-color: initial;
border-image: initial;
}
.nav_title {
width: 230px;
float: left;
background: #3e3d3d;
border-radius: 0;
height: 57px;
}
.nav.side-menu>li.active>a {
text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
background: linear-gradient(#717171, #333333), #000000;
box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
}
.sidebar-footer {
bottom: 0;
clear: both;
display: block;
padding: 5px 0 0;
position: fixed;
width: 230px;
background: #3c3c3c;
z-index: 999;
}
input#ncic_name,
input#ncic_plate,
input#ncic_weapon{
border-color: #d6bb90;
color: white;
background-color: #2b2828;
}
a {
color: #d6d7d8;
text-decoration: none;
}
.table-striped>tbody>tr:nth-of-type(odd){
color: white;
background: #7c7c7c;
}
ul#ui-id-1,
ul#ui-id-2,
ul#ui-id-3{
color: white;
background: #2b2828;
}
.sidebar-footer a {
padding: 7px 0 3px;
text-align: center;
width: 25%;
font-size: 17px;
display: block;
float: left;
background: #3c3c3c;
cursor: pointer;
}
.img-circle.profile_img {
width: 70%;
background: #888;
margin-left: 15%;
z-index: 1000;
position: inherit;
margin-top: 20px;
border: 1px solid rgba(52, 73, 94, .44);
padding: 4px;
}
}
|
data/usercss/163400.user.css
|
@-moz-document domain(public.txdps-rp.com) {
body {
color: #949494;
background: #3c3c3c;
font-family: helvetica neue, Roboto, Arial, droid sans, sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.471;
}
.unAvailableUnits {
background: #6d6d6d;
}
.left_col {
background: #4e4e4e;
}
body .container.body .right_col {
background: #2b2828;
}
.x_panel {
position: relative;
width: 100%;
margin-bottom: 10px;
padding: 10px 17px;
display: inline-block;
background: #3c3c3c;
border: 1px solid #D6BB90;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
opacity: 1;
transition: all .2s ease;
}
.container {
width: 100%;
padding: 0;
background: #4e4e4e;
}
.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
border-right: 5px solid #ffffff;
}
.nav_menu {
float: left;
background: #3c3c3c;
border-color: #D6BB90;
border-bottom: 1px solid #D6BB90;
margin-bottom: 10px;
width: 100%;
position: relative;
}
.table-bordered,
td,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
border: 1px solid #D6BB90;
}
h1.page-header {
text-align: center;
font-size: 50px;
font-family: -webkit-pictograph;
color: #D6BB90!important;
border-color: #D6BB90;
}
i.fa.fa-home,
i.fa.fa-clock-o,
i.fa.fa-book,
i.fa.fa-warning,
i.fa.fa-tachometer,
i.fa.fa-bars,
i.fa.fa-chevron-up,
i.fa.fa-chevron-down,
i.fa.fa-sign-out.pull-right{
color: #D6BB90;
}
.site_title i {
border: 1px solid #D6BB90;
color: #deb492!important;
}
img.img-circle.profile_img {
background: #D6BB90;
}
footer {
background: #3c3c3c;
padding: 15px 20px;
display: block;
}
.x_title {
color: #D6BB90;
border-bottom: 2px solid #D6BB90;
}
.modal-content {
position: relative;
background-color: #4c4c4c;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.right_col {
color: white;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default{
background: #3d3d3d;
color: white;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
color: black;
}
button.btn.dropdown-toggle.btn-default,
span.filter-option.pull-left {
background: #3d3d3d;
color: white;
}
div#ncic_weapon_return,
div#ncic_plate_return,
div#ncic_name_return{
padding: 5px;
background-color: #3c3c3c!important;
color: #F7F7F7;
}
ul.dropdown-menu,
.dropdown-menu>li>a{
color: white;
background: #3d3d3d;
border-color: #d4ba8f;
}
input.form-control {
color: white;
background: #3d3d3d;
}
.navbar-nav .open .dropdown-menu{
border-color: #d4ba8f;
}
.top_nav .nav>li>a:focus, .top_nav .nav>li>a:hover, .top_nav .nav .open>a, .top_nav .nav .open>a:focus, .top_nav .nav .open>a:hover {
background: #3c3c3c;
}
span.text {
color: white;
}
ul.dropdown-menu.inner {
background: #3d3d3d;
color: white;
}
.dropdown-menu.open {
color: white;
background: #4c4c4c;
}
.nav-md ul.nav.child_menu li:before {
background: #2e9cff;
}
.nav-sm ul.nav.child_menu {
background: #4e4e4e;
}
input.btn.btn-xs
{
color: #ff5454;
}
.nav.side-menu>li.current-page, .nav.side-menu>li.active {
border-right: 5px solid #d6bb90;
}
.modal-dialog.modal-lg {
color: #c2c2c2;
}
.btn-link {
color: #f7f7f7;
}
input {
-webkit-appearance: textfield;
background-color: #4c4c4c;
-webkit-rtl-ordering: logical;
cursor: text;
padding: 1px;
border-width: 2px;
border-style: inset;
border-color: initial;
border-image: initial;
}
.nav_title {
width: 230px;
float: left;
background: #3e3d3d;
border-radius: 0;
height: 57px;
}
.nav.side-menu>li.active>a {
text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
background: linear-gradient(#717171, #333333), #000000;
box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
}
.sidebar-footer {
bottom: 0;
clear: both;
display: block;
padding: 5px 0 0;
position: fixed;
width: 230px;
background: #3c3c3c;
z-index: 999;
}
input#ncic_name,
input#ncic_plate,
input#ncic_weapon{
border-color: #d6bb90;
color: white;
background-color: #2b2828;
}
a {
color: #d6d7d8;
text-decoration: none;
}
.table-striped>tbody>tr:nth-of-type(odd){
color: white;
background: #7c7c7c;
}
ul#ui-id-1,
ul#ui-id-2,
ul#ui-id-3{
color: white;
background: #2b2828;
}
.sidebar-footer a {
padding: 7px 0 3px;
text-align: center;
width: 25%;
font-size: 17px;
display: block;
float: left;
background: #3c3c3c;
cursor: pointer;
}
.img-circle.profile_img {
width: 70%;
background: #888;
margin-left: 15%;
z-index: 1000;
position: inherit;
margin-top: 20px;
border: 1px solid rgba(52, 73, 94, .44);
padding: 4px;
}
}
| 0.239794 | 0.072178 |
.App {
font-family: sans-serif;
text-align: center;
}
.main {
padding: 20px;
width: 700px;
}
.controls {
display: flex;
margin-top: 10px;
justify-content: center;
align-items: center;
}
.m-card {
display: flex;
width: 700px;
height: 315px;
border-radius: 5px;
padding: 5px;
border: solid;
border-width: 10px;
}
.m-card-image {
width: 225px;
background-color: white;
}
.m-card-details {
width: 70%;
padding: 5px;
border-color: black;
}
.m-card-header {
height: 10%;
width: 100%;
}
.m-card-header-name {
float: left;
padding: 5px;
font-weight: bold;
}
.m-card-header-cost {
display: flex;
float: right;
padding: 0 10px;
font-weight: bold;
font-size: large;
}
.m-card-types {
height: 8%;
border: solid;
border-color: black;
border-radius: 10px;
padding: 10px 0 0 10px;
}
.m-card-text {
margin-top: 10px;
height: 50%;
background-color: white;
}
.m-card-footer {
margin: 40px 0 0 50px;
font-style: oblique;
}
#loading {
display: flex;
position: relative;
align-content: center;
animation: mymove 4s infinite;
top: 30vh;
}
#card1 {
animation-timing-function: linear;
font-weight: bolder;
font-size: 30px;
color: #cc0000;
padding-right: 30px;
text-shadow: 3px 3px white;
border-color: white;
border-width: 1px;
}
#card2 {
animation-timing-function: ease;
padding-right: 10px;
transform: rotate(30deg);
border-color: white;
border-width: 1px;
}
#card3 {
animation-timing-function: ease-in;
transform: rotate(20deg);
border-color: white;
border-width: 1px;
}
@keyframes mymove {
from {
left: 0px;
}
to {
left: 600px;
}
}
.image-rotation {
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
-webkit-animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.theme-toggles {
float: right;
}
.theme-dark {
color: white;
background-color: #212124;
border-color: white;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 30px;
margin-bottom: 15px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.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: 26px;
width: 26px;
left: 4px;
bottom: 4px;
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);
}
|
src/styles.css
|
.App {
font-family: sans-serif;
text-align: center;
}
.main {
padding: 20px;
width: 700px;
}
.controls {
display: flex;
margin-top: 10px;
justify-content: center;
align-items: center;
}
.m-card {
display: flex;
width: 700px;
height: 315px;
border-radius: 5px;
padding: 5px;
border: solid;
border-width: 10px;
}
.m-card-image {
width: 225px;
background-color: white;
}
.m-card-details {
width: 70%;
padding: 5px;
border-color: black;
}
.m-card-header {
height: 10%;
width: 100%;
}
.m-card-header-name {
float: left;
padding: 5px;
font-weight: bold;
}
.m-card-header-cost {
display: flex;
float: right;
padding: 0 10px;
font-weight: bold;
font-size: large;
}
.m-card-types {
height: 8%;
border: solid;
border-color: black;
border-radius: 10px;
padding: 10px 0 0 10px;
}
.m-card-text {
margin-top: 10px;
height: 50%;
background-color: white;
}
.m-card-footer {
margin: 40px 0 0 50px;
font-style: oblique;
}
#loading {
display: flex;
position: relative;
align-content: center;
animation: mymove 4s infinite;
top: 30vh;
}
#card1 {
animation-timing-function: linear;
font-weight: bolder;
font-size: 30px;
color: #cc0000;
padding-right: 30px;
text-shadow: 3px 3px white;
border-color: white;
border-width: 1px;
}
#card2 {
animation-timing-function: ease;
padding-right: 10px;
transform: rotate(30deg);
border-color: white;
border-width: 1px;
}
#card3 {
animation-timing-function: ease-in;
transform: rotate(20deg);
border-color: white;
border-width: 1px;
}
@keyframes mymove {
from {
left: 0px;
}
to {
left: 600px;
}
}
.image-rotation {
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
-webkit-animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.theme-toggles {
float: right;
}
.theme-dark {
color: white;
background-color: #212124;
border-color: white;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 30px;
margin-bottom: 15px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.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: 26px;
width: 26px;
left: 4px;
bottom: 4px;
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);
}
| 0.533641 | 0.109372 |
html{
width: 100%;
height: 100%;
}
body{
width: 940px;
margin: auto;
}
.header-container{
display: flex;
width: 100%;
padding:15px;
align-items: center;
}
.left-content{
width: 60%;
}
.left-content .logo{
display: inline-block;
float: left;
margin-right: 11px;
}
.left-content .title{
font-family: 'Oleo Script', cursive;;
font-size: 24px;
font-weight: bold;
}
.left-content .tite-description{
font-size: 12px;
margin-top: 10px;
font-weight: lighter;
color:rgb(170, 170, 170)
}
.right-content{
margin-left: auto;
}
.right-content :nth-child(7) {
margin-left: 8px;
}
.diagonal-lines{
margin-top: 7px;
width: 960px;
height: 14px;
background-size: 4px 4px;
background-image: linear-gradient(45deg, rgb(255, 255, 255) 30%, rgb(170, 170, 170) 57%, rgb(170, 170, 170) 48%, rgb(255, 255, 255) 48%)
}
.main-header-title{
font-family: 'Open Sans', sans-serif;
font-weight: 900;
margin: 15px 5px;
font-size: 50px;
}
.main-subtitle-container{
display: flex
}
.header-sub-title{
margin: 15px 5px;
color: rgb(170, 170, 170);
}
.header-sub-title-print{
margin: 15px 5px;
margin-left: auto;
color: rgb(170, 170, 170);
}
.main-img{
display: block;
margin: auto;
}
.main-paragraphs{
text-indent: 30px;
padding: 30px;
font-size: 20px;
line-height: 30px;
color: rgb(122, 122, 122);
}
.recipe-container{
display: flex;
margin: auto;
justify-content: center;
align-items: center;
margin: 15px auto;
width: 100%;
height: 311px;
background-image: url(../img/list-bg.png);
background-size: 100%;
background-repeat: no-repeat;
}
.recipe-check{
width: 35%;
padding: 30px;
font-family: 'Sniglet', cursive;;
color: rgb(113, 105, 92);
}
.recipe-check >span{
display: block;
margin-top: 25px;
}
.recipe-check >span >input[type="checkbox"]{
cursor: pointer;
background: rgb(114, 114, 114);
border: solid 5px rgb(113, 105, 92);
padding: 5px;
}
.recipe-check > span > input[type="checkbox"]:checked ~ .done{
text-decoration: line-through;
}
.footer-container{
display: flex;
width: 100%;
padding:15px;
align-items: center;
margin-bottom: 35px;
}
.profile-picture{
display: inline-block;
float:left;
margin-right: 11px;
}
.left-content .bio-description{
font-size: 16px;
margin-top: 10px;
font-weight: lighter;
color:rgb(114, 114, 114)
}
.share-recipe{
padding:18px 30px;
color: white;
background-color: rgb(188,112,88);
border: solid 3px rgb(188,112,88);
font-weight: bold;
}
.footer-bed{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.footer-bed > .line{
width: 400px;
opacity: 0.6;
}
.footer-logo{
width: 40px;
height: 40px;
padding: 10px;
opacity: 0.7;
}
.footer-sub-content{
opacity: 0.4;
text-align: center;
padding-bottom: 15px ;
}
.footer-sub-content > p{
padding: 5px ;
}
|
css/style.css
|
html{
width: 100%;
height: 100%;
}
body{
width: 940px;
margin: auto;
}
.header-container{
display: flex;
width: 100%;
padding:15px;
align-items: center;
}
.left-content{
width: 60%;
}
.left-content .logo{
display: inline-block;
float: left;
margin-right: 11px;
}
.left-content .title{
font-family: 'Oleo Script', cursive;;
font-size: 24px;
font-weight: bold;
}
.left-content .tite-description{
font-size: 12px;
margin-top: 10px;
font-weight: lighter;
color:rgb(170, 170, 170)
}
.right-content{
margin-left: auto;
}
.right-content :nth-child(7) {
margin-left: 8px;
}
.diagonal-lines{
margin-top: 7px;
width: 960px;
height: 14px;
background-size: 4px 4px;
background-image: linear-gradient(45deg, rgb(255, 255, 255) 30%, rgb(170, 170, 170) 57%, rgb(170, 170, 170) 48%, rgb(255, 255, 255) 48%)
}
.main-header-title{
font-family: 'Open Sans', sans-serif;
font-weight: 900;
margin: 15px 5px;
font-size: 50px;
}
.main-subtitle-container{
display: flex
}
.header-sub-title{
margin: 15px 5px;
color: rgb(170, 170, 170);
}
.header-sub-title-print{
margin: 15px 5px;
margin-left: auto;
color: rgb(170, 170, 170);
}
.main-img{
display: block;
margin: auto;
}
.main-paragraphs{
text-indent: 30px;
padding: 30px;
font-size: 20px;
line-height: 30px;
color: rgb(122, 122, 122);
}
.recipe-container{
display: flex;
margin: auto;
justify-content: center;
align-items: center;
margin: 15px auto;
width: 100%;
height: 311px;
background-image: url(../img/list-bg.png);
background-size: 100%;
background-repeat: no-repeat;
}
.recipe-check{
width: 35%;
padding: 30px;
font-family: 'Sniglet', cursive;;
color: rgb(113, 105, 92);
}
.recipe-check >span{
display: block;
margin-top: 25px;
}
.recipe-check >span >input[type="checkbox"]{
cursor: pointer;
background: rgb(114, 114, 114);
border: solid 5px rgb(113, 105, 92);
padding: 5px;
}
.recipe-check > span > input[type="checkbox"]:checked ~ .done{
text-decoration: line-through;
}
.footer-container{
display: flex;
width: 100%;
padding:15px;
align-items: center;
margin-bottom: 35px;
}
.profile-picture{
display: inline-block;
float:left;
margin-right: 11px;
}
.left-content .bio-description{
font-size: 16px;
margin-top: 10px;
font-weight: lighter;
color:rgb(114, 114, 114)
}
.share-recipe{
padding:18px 30px;
color: white;
background-color: rgb(188,112,88);
border: solid 3px rgb(188,112,88);
font-weight: bold;
}
.footer-bed{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.footer-bed > .line{
width: 400px;
opacity: 0.6;
}
.footer-logo{
width: 40px;
height: 40px;
padding: 10px;
opacity: 0.7;
}
.footer-sub-content{
opacity: 0.4;
text-align: center;
padding-bottom: 15px ;
}
.footer-sub-content > p{
padding: 5px ;
}
| 0.450118 | 0.097305 |
@import url(../css/icon.css);
@keyframes bake-pie {
from {
transform: rotate(0deg) translate3d(0, 0, 0);
}
}
*,
*::after,
*::before {
-webkit-user-select: none;
-webkit-user-drag: none;
-webkit-app-region: no-drag;
cursor: default;
}
.title-name {
font-size: 20px;
margin-bottom: -8px;
font-weight: 100;
font-family: 'Exo-Regular';
color: #323232;
}
.title-sub {
font-size: 13.5px;
font-weight: 400;
font-family: "Open Sans", sans-serif;
}
.b-label {
color: rgb(74, 74, 74);
}
hr.line-sm {
border-top: 1px solid #d1cbcb;
border-bottom: 1px solid #eef1f4;
margin-left: 30px;
margin-right: 30px;
color: #eef1f4;
}
hr.line {
border-top: 1px solid #d1cbcb;
border-bottom: 1px solid #eef1f4;
margin-left: 38px;
margin-right: 38px;
}
.dashboard-item {
cursor: auto !important;
}
.information-contextuel {
background: #e0e5ea;
color: #a1a7ae;
line-height: 26px;
padding: 0 10px;
white-space: nowrap;
border-radius: 2px;
margin-left: 10px;
position: relative;
/*! height: 50px; */
height: 30px;
margin-top: 10px;
}
.information-contextuel:before {
right: 100%;
top: 50%;
border: 6px solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-right: #e0e5ea solid 6px;
margin-top: -6px;
}
.information-contextuel span {
font-size: 11px;
}
.information-contextuel .description {
color: #7b8085;
font-weight: 700;
font-size: 10px;
text-transform: uppercase;
}
.icon {
margin-right: 10px;
}
}
.add-icon {
bottom: -2px;
right: 5px;
position: relative;
}
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: -80px;
}
/* Labels */
.t-label {
margin-right: 12px;
}
.cost-label {
margin-right: 30px;
font-size: 30px;
}
.toggle {
position: relative;
display: block;
width: 42px;
height: 24px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
}
.toggle:before {
content: "";
position: relative;
top: 1px;
left: 1px;
width: 40px;
height: 22px;
display: block;
background: #c8ccd4;
border-radius: 12px;
transition: background 0.2s ease;
}
.toggle span {
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
display: block;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 6px rgba(154, 153, 153, 0.75);
transition: all 0.2s ease;
}
.toggle span svg {
margin: 7px;
fill: none;
}
.toggle span svg path {
stroke: #c8ccd4;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 24;
stroke-dashoffset: 0;
transition: all 0.5s linear;
}
#cbx:checked + .toggle:before {
background: #52d66b;
}
#cbx:checked + .toggle span {
transform: translateX(18px);
}
#cbx:checked + .toggle span path {
stroke: #52d66b;
stroke-dasharray: 25;
stroke-dashoffset: 25;
}
/* Saving */
.sync-title {
color: rgba(255, 255, 255, 0.5);
margin: .2rem;
font-weight: 400;
text-transform: uppercase;
}
.sync-title:after {
-webkit-animation: sync-finish .2s 10s both ease;
animation: sync-finish .2s 10s both ease;
content: "SAVING DATA";
}
.sync-indicator {
margin-left: auto;
/*! margin-right: 1rem; */
margin-top: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sync-progress {
height: 1.2rem;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: .2rem;
-webkit-animation: sync-shrink 0.4s 10.1s both cubic-bezier(0.77, 0, 0.175, 1);
animation: sync-shrink 0.4s 10.1s both cubic-bezier(0.77, 0, 0.175, 1);
}
.sync-progress circle {
stroke-width: 4px;
stroke: #00c99e;
stroke-dasharray: 125;
stroke-dashoffset: 120;
-webkit-animation: sync-progress 10s linear both;
animation: sync-progress 10s linear both;
}
@-webkit-keyframes sync-progress {
to {
stroke-dashoffset: 0;
}
}
@keyframes sync-progress {
to {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes sync-finish {
to {
content: 'SAVING COMPLETE';
color: #00c99e;
}
}
@keyframes sync-finish {
to {
content: 'SAVING COMPLETE';
color: #00c99e;
}
}
@-webkit-keyframes sync-shrink {
to {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@keyframes sync-shrink {
to {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
/* Hints & Alerts */
.blue-link {
text-decoration: underline;
}
.hint {
background: #fff;
padding: 35px;
transition: all 0.2s ease;
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
border: 1px solid #d5dce6;
border-color: #c2cadb #bbc5d6 #b7c0cd;
box-shadow: inset 0.25em 0 0 #00aaff;
margin-bottom: 10px;
margin-top: 20px;
}
.hint .hint-title {
font-size: 15px;
margin-left: 16px;
line-height: 22px;
color: #444d58;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.hint .hint-text {
font-family: "Open Sans", sans-serif;
color: #333;
font-size: 13px;
font-weight: normal;
}
.hint-btn {
padding: 12px;
background-color: #00aaff;
font-family: "Open Sans",
sans-serif;
font-size: 14px;
color: #fff;
width: 55px;
text-align: center;
border-radius: 5px;
margin-left: 56px;
margin-top: 18px;
cursor: pointer;
}
.hint-btn:hover {
background-color: #019fee;
}
.hint-btn:active {
background-color: #009be9;
}
.warning {
margin-top: 20px;
background: #fffce6;
padding: 20px;
border: 1px solid #f9c124;
transition: all 0.2s ease;
color: #444d58;
}
.warning .warning-title {
font-size: 15px;
font-family: "Open Sans",
sans-serif;
margin-left: 16px;
line-height: 22px;
}
.hint-flex,
.help-flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.help {
margin-top: 15px;
margin-left: -34px;
margin-bottom: 10px;
}
.help .help-text {
font-family: "Open Sans",
sans-serif;
font-size: 13px;
margin-left: 14px;
font-weight: 400;
margin-top: 3px;
color: #444d58;
}
.help .help-link {
color: #93a1b3 !important;
text-decoration: none;
}
.warning .warning-code {
text-decoration: underline;
}
/* Min Cards */
.summary-container {
justify-content: space-between;
flex-wrap: wrap;
display: flex;
margin-bottom: 10px;
}
.summary-container .summary {
flex: 1;
display: flex;
overflow: hidden;
flex-basis: 20%;
margin: 0.8em;
}
.summary-container .summary .ico {
background: linear-gradient(to bottom, #0AF 0%, #0E9BE1 100%);
color: white;
font-size: 2em;
width: 2em;
text-align: center;
line-height: 2em;
/*! border: 1px solid #ccc; */
}
.ico-green {
background: linear-gradient(to bottom, #AFD81D 0%, #ADD719 100%) !important;
}
.ico-red {
background: linear-gradient(to bottom, #F66929 0%, #F85F19 100%) !important;
}
.ico-yellow {
background: linear-gradient(to bottom, #FA991F 0%, #fb951c 100%) !important;
}
.summary-container .summary .info {
flex: 1;
background: white;
color: #555;
border: 1px solid #ccc;
border-left-width: 0px;
padding: 0.8em 1em;
min-width: 0;
}
.summary-container .summary .info p {
margin: 0;
}
.summary-container .summary .info .number {
color: #545454;
/*! font-weight: 600; */
font-size: 1.4em;
letter-spacing: 1px;
margin-bottom: 5px;
}
.number-green {
color: #545454 !important;
}
.number-red {
color: #545454 !important;
}
.number-yellow {
color: #545454 !important;
}
#sales-summary {
min-width: 320px;
}
#sales-summary {
flex: 1;
}
.subtitle {
font-size: 0.83em;
color: #aaaaaa;
margin: 0;
line-height: 1.1em;
font-weight: 600;
}
/* Main Cards */
.stats .card-stat {
border: 1px solid #d5dce6;
background: #fff;
z-index: 1;
border-color: #c2cadb #bbc5d6 #b7c0cd;
margin-bottom: 20px;
}
.stats .card-stat .card-top {
padding: 1.5rem;
z-index: 2;
border-top: 4px solid #8a8a8a;
border-bottom: 1px solid #d2d4d5;
background-color: #f3f4f5;
}
.card-title {
color: #323232;
font-size: 14px;
padding-left: .7rem;
margin-left: 12px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
margin-right: 5px;
}
.card-report {
font-size: 14px;
padding-right: .7rem;
margin-right: 12px;
font-family: "Open Sans", sans-serif;
float: right;
}
.card-info {
margin-bottom: -2px;
}
.card-subtitle {
color: #323232;
font-size: 13px;
font-family: "Open Sans",
sans-serif;
margin-bottom: 0;
padding-left: .7rem;
letter-spacing: 0.6px;
font-weight: 500;
}
.card-icon {
float: right;
margin-top: 12px;
margin-right: 12px;
opacity: 0.7;
}
.stats .card-stat .card-middle {
padding: 1rem;
z-index: 2;
border-bottom: 1px solid #e1e5e9;
}
.t-link {
color: #c4d3e9;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.t-click {
color: #424242;
}
.c-m {
font-size: 13px;
padding-left: 2rem;
cursor: pointer;
}
.c-y {
float: right;
padding-right: 2rem;
cursor: pointer;
}
/* Style the tab */
.tab {
overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab a {
cursor: pointer;
transition: 0.3s;
}
/* Style the tab content */
.tabcontent {
/* display: none;*/
}
.tabcontent.active {
display: block;
}
.tabcontent h3,
p {
margin-left: 60px;
margin-right: 60px;
}
.dates {
border: 1px solid #ebeff2;
/*! border-radius: 5px; */
padding: 10px 0px;
margin: 37px 20px 0;
font-size: 16px;
color: #5aadef;
overflow: auto;
}
.dates div {
float: left;
width: 50%;
text-align: center;
position: relative;
}
.dates strong,
.stats strong {
font-family: "Open Sans",
sans-serif;
display: block;
color: #adb8c2;
font-size: 11px;
font-weight: 700;
margin-top: 7px;
}
.dates span {
width: 1px;
height: 30px;
position: absolute;
right: 0;
bottom: -1px;
background: #ebeff2;
}
/*Bars Info*/
.bar-stage {
margin-bottom: 16px;
display: block;
width: 100%;
position: relative;
box-shadow: 0 -1px 0 0 rgba(203, 208, 216, 0.5) inset;
background: #f9fafb;
background: -moz-linear-gradient(rgba(249, 250, 251, 0), #e7f0ff 100%);
background: -webkit-linear-gradient(rgba(249, 250, 251, 0), rgba(224, 224, 224, 0.18) 100%);
background: -o-linear-gradient(rgba(249, 250, 251, 0), #e7f0ff 100%);
background: -ms-linear-gradient(rgba(249, 250, 251, 0), #e7f0ff 100%);
}
.bar-info {
width: 16em;
height: 4em;
color: white;
margin-left: 38px !important;
margin-top: 30px !important;
margin-bottom: 38px !important;
margin-right: -2.4em;
}
.paid {
background-color: #3dc32b;
}
.approved {
background-color: #ffad00;
}
.overdue {
background-color: #f25b3b;
}
.bar-info .bar-num {
margin-left: 15px;
padding-top: 5px;
float: left;
line-height: 2;
}
.bar-info .bar-num .num-head {
font-size: 16px;
margin-left: 8px;
line-height: 22px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.bar-info .bar-num .num-sub {
font-size: 0.84em;
display: block;
margin-left: 8px;
line-height: 1.1em;
font-weight: 600;
}
/* Dropdown */
.dropd {
position: relative;
padding: px 12px !important;
}
.dropd:after {
content: '<>';
font: 16px "Consolas", monospace;
color: #333;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: 210px;
/*Adjust for position however you want*/
top: 30px;
padding: 0 0 2px;
border-bottom: 1px solid #999;
/*left line */
position: absolute;
pointer-events: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select.dropdown-container,
.instructions {
width: 200px !important;
font-size: 14px !important;
overflow: auto !important;
font-family: "Open Sans", sans-serif !important;
margin-left: 38px !important;
margin-bottom: 28px !important;
margin-top: 20px !important;
background: transparent !important;
border: 1px solid lightgray !important;
padding: 10px 12px !important;
box-sizing: border-box !important;
cursor: auto !important;
height: 20px;
}
select.dropdown-container-min,
.instructions {
width: 60px !important;
font-size: 14px !important;
overflow: auto !important;
font-family: "Open Sans", sans-serif !important;
margin-left: 10px !important;
margin-bottom: 28px !important;
margin-top: 20px !important;
background: transparent !important;
border: 1px solid lightgray !important;
padding: 10px 12px !important;
box-sizing: border-box !important;
cursor: auto !important;
height: 20px;
}
select.dropdown-button .dropdown-label,
.dropdown-button {
float: left !important;
}
select.dropdown-button .dropdown-quantity {
margin-left: 4px !important;
}
select.dropdown-button .fa-angle-down {
float: right !important;
}
select.dropdown-list {
float: left !important;
width: 100% !important;
border: 1px solid lightgray !important;
border-top: none !important;
box-sizing: border-box !important;
padding: 10px 12px !important;
}
select.dropdown-list input[type="search"] {
padding: 5px 0 !important;
}
select.dropdown-list ul {
margin: 10px 0 !important;
max-height: 200px !important;
overflow-y: auto !important;
}
select.dropdown-list ul input[type="checkbox"] {
position: relative !important;
top: 2px !important;
}
/*delete-all-icon*/
.delete-all-icon {
padding: 7.2px 10px !important;
box-sizing: border-box !important;
cursor: auto !important;
position: absolute;
left: 320px;
top: 20px;
border-radius: 3px;
cursor: pointer !important;
background-color: #f25b3b;
}
.delete-all-icon img {
cursor: pointer !important;
}
/*Search*/
.search-input {
width: 300px !important;
font-size: 14px !important;
padding: 8px 12px !important;
font-family: "Open Sans", sans-serif !important;
margin-right: 38px !important;
margin-top: 20px !important;
background: transparent !important;
border: 1px solid lightgray !important;
float: right;
}
/* Slideout
-----------------------------------------------*/
.slideout {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 30em;
background-color: #FFFFFF;
z-index: 1000;
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: width 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, width 0.3s ease;
transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
overflow-y: scroll;
}
/* Header */
.slideout-header {
padding: 1em;
/*! display: flex; */
padding-left: 45px;
font-size: 18px;
}
.slideout-header .slideout-close {
color: #bdc1c5;
text-decoration: none;
cursor: pointer;
transition: color 0.3s ease;
float: right;
margin-top: -22px;
}
.slideout-header .slideout-close:hover,
.slideout-header .slideout-close:focus {
color: #000000;
text-decoration: none;
}
.slideout-header .slideout-close:focus {
outline: auto 5px -webkit-focus-ring-color;
}
/* Content */
.slideout-content {
border-top: 0.063em solid #bdc1c5;
padding: 3em 3em 3em 3em;
}
.slideout-content a {
color: #000000;
text-decoration: none;
cursor: pointer;
transition: color 0.3s ease;
text-transform: uppercase;
font-size: 0.875em;
}
.slideout-content a:hover,
.slideout-content a:focus {
color: #a80700;
text-decoration: none;
}
/* Sections */
.slideout-section .section-title {
font-size: 1.125em;
text-transform: uppercase;
margin: 0 0 1.563em 0;
padding: 0;
}
.slideout-section .section-list {
margin: 0;
}
.slideout-section .section-list .section-list-item {
padding: 0 0 0.625em 0;
}
/* Slideout Mask
-----------------------------------*/
.slideout-mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background-color: #000000;
overflow: hidden;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Slideout Open & Close
-----------------------------------*/
.slideout-open .slideout-mask {
opacity: 0.7;
visibility: visible;
}
.slideout-open .slideout {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.slideout-close-modal {
display: none;
}
/* Responsive
-----------------------------------*/
@media (max-width: 768px) {
.slideout-open .slideout {
width: 100vw;
}
}
/*Tooltip*/
.hasTooltip {
overflow: visible !important;
position: relative;
}
.hasTooltip .tip {
display: block;
background: #333;
color: #fff;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
font-size: inherit;
font-style: normal;
line-height: 1.3rem;
text-align: center;
padding: 8px 16px;
border-radius: 4px;
margin-bottom: 5px;
pointer-events: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity .34s ease-in-out;
white-space: nowrap;
z-index: 99;
}
.hasTooltip .tip:after {
border-left: solid transparent 6px;
border-right: solid transparent 6px;
border-top: solid #333 6px;
bottom: -4px;
content: "";
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
width: 0;
}
.hasTooltip:focus .tip,
.hasTooltip:hover .tip {
opacity: 1;
pointer-events: auto;
}
.hasTooltip.tooltip-right .tip {
bottom: auto;
left: 100%;
top: 50%;
transform: translateY(-50%);
margin-bottom: 0;
margin-left: 5px;
}
.hasTooltip.tooltip-right .tip:after {
border-left: 0;
border-top: solid transparent 6px;
border-bottom: solid transparent 6px;
border-right: solid #333 6px;
bottom: auto;
left: -4px;
top: 50%;
margin-left: 0;
margin-top: -6px;
}
/*bottom*/
.hasTooltip.tooltip-bottom .tip {
margin-top: 5px;
bottom: auto;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.hasTooltip.tooltip-bottom .tip:after {
border-top: 0;
border-left: solid transparent 6px;
border-right: solid transparent 6px;
border-bottom: solid #333 6px;
top: -4px;
content: "";
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
width: 0;
}
/*table*/
.table-style {
background-color: #fff;
}
.table thead {
background: #e6e6e9;
color: #595d60;
border-bottom: 1px solid rgba(0, 0, 0, .1);
border-top: 1px solid rgba(0, 0, 0, .1);
font-family: "Open Sans", sans-serif;
letter-spacing: 0.5px;
}
.table tr td:last-child a {
margin-right: 8px;
color: #039be5;
}
.container .panel tr {
margin-left: 38px !important;
}
.container .panel td span.approved {
background-color: #3dc32b;
color: #fff;
border-radius: .25em;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: 700;
}
.container .panel td span.waiting {
background-color: #ffad00;
color: #fff;
border-radius: .25em;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: 700;
}
.container .panel td span.cancelled {
background-color: #f25b3b;
color: #fff;
border-radius: .25em;
border-radius: .25em;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: 700;
}
.table-pointer tr {
cursor: pointer !important;
}
.drawer li {
line-height: 25px;
}
input[type="checkbox"],
input[type="radio"] {
border: 1px solid #b4b9be !important;
background: #fff !important;
color: #555 !important;
clear: none !important;
cursor: auto !important;
display: inline-block !important;
line-height: 0 !important;
height: 16px !important;
margin: -4px 4px 0 0 !important;
outline: 0 !important;
padding: 0 !important;
text-align: center !important;
vertical-align: middle !important;
width: 16px !important;
min-width: 16px !important;
-webkit-appearance: none !important;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
-webkit-transition: .05s border-color ease-in-out !important;
transition: .05s border-color ease-in-out !important;
}
input[type="checkbox"]:checked::before {
content: "✔";
margin: 6px 0 0 0px;
color: #2ea11f;
font-size: 15px;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
float: left;
display: inline-block;
vertical-align: middle;
width: 16px;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*Utility*/
.shadow {
border-bottom: 3px solid rgba(0, 0, 0, .1);
opacity: .6;
background-color: #eaeaea;
}
.pro-pic {
width: 40px;
height: 40px;
border-radius: 8px;
background-color: #eaeaea;
}
/************************
Media Queries
************************/
/* Gradually remove columns */
@media (max-width: 800px) {
[data-priority="7"],
[data-priority="6"] {
display: none;
}
h1 {
font-size: 2.5em;
}
}
@media (max-width: 600px) {
[data-priority="5"] {
display: none;
}
h1 {
font-size: 2em;
}
}
@media (max-width: 500px) {
[data-priority="4"] {
display: none;
}
h1 {
font-size: 1.5em;
}
}
@media (max-width: 450px) {
[data-priority="1"] {
display: none;
}
}
/*Quck Report*/
.content {
max-width: 1200px;
margin: 0 auto;
}
.stats .quick-report {
border: 1px solid #d5dce6;
background: #fff;
z-index: 1;
border-color: #c2cadb #bbc5d6 #b7c0cd;
margin-bottom: 20px;
margin-right: 12px;
margin-left: 12px;
}
.flex-report {
display: flex;
}
.report-statistic-box {
width: 25%;
height: 275px;
background-color: #fafafa;
border-right: 2px solid #ececec;
text-align: center;
}
.report-statistic-box .box-header {
background-color: #f3f4f5;
font-weight: 400;
font-size: 13px;
height: 60px;
padding-top: 20px;
border-bottom: 1px solid #d2d4d5;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.report-statistic-box .box-header span {
display: inline-block;
width: 25px;
height: 25px;
vertical-align: middle;
}
.report-statistic-box .box-header .icon-sent {
background: url(../images/icon_sent.svg);
}
.report-statistic-box .box-header .icon-delivery {
background: url(../images/icon_delivery.svg);
}
.report-statistic-box .box-header .icon-openrate {
background: url(../images/icon_openrate.svg);
}
.report-statistic-box .box-header .icon-ctor {
background: url(../images/icon_ctor.svg);
}
.report-statistic-box .box-content {
position: relative;
margin: 20px auto 15px;
width: 130px;
height: 130px;
}
.report-statistic-box .box-content .sentTotal {
font-size: 46px;
font-weight: 400;
color: #80cdbe;
padding-top: 32px;
}
.report-statistic-box .box-content .percentage {
position: absolute;
font-size: 28px;
top: -12%;
left: -4%;
}
.report-statistic-box .box-content .conversionValue {
font-size: 28px;
font-weight: 300;
color: #f5ab34;
padding-top: 46px;
}
.conversionValue .conversionCurrency {
font-size: 18px;
font-weight: 400;
color: #f5ab34;
padding-top: 46px;
}
.report-statistic-box .delivery-rate {
color: #f5ab34;
}
.report-statistic-box .open-rate {
color: #30afe4;
}
.report-statistic-box .click-to-open {
color: #80cdbe;
}
.report-statistic-box .box-foot {
position: relative;
font-size: 13px;
font-weight: 400;
padding: 0 20px;
}
.report-statistic-box .box-foot .box-foot-stats {
font-size: 15px;
}
.report-statistic-box .box-foot .box-foot-left {
float: left;
text-align: left;
}
.report-statistic-box .box-foot .box-foot-right {
float: right;
text-align: right;
}
.report-statistic-box .box-foot .arrow {
display: none;
position: absolute;
width: 15px;
height: 15px;
}
@media (max-width: 1024px) {
.report-statistic-box {
width: 50%;
}
}
.perc {
position: relative;
display: inline-block;
margin: 20px 10px;
/*! color: #999; */
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
text-align: center;
}
.perc canvas {
position: absolute;
top: 0;
left: 0;
}
/* Buttons */
.c-buttons {
margin-left: -34px;
margin-bottom: 50px;
}
.c-btn {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
padding: 8px 20px;
font-size: 13.2px;
color: #fff;
text-align: center;
margin-top: 18px;
cursor: auto;
margin-right: 20px;
box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
transition: all .22s;
}
/* blue button */
.btn-blue {
background-color: #00a8ff;
}
.btn-blue:hover {
filter: brightness(108%);
}
.btn-blue:active {
background-color: #0077b4;
}
/* green-btn */
.btn-green {
background-color: #00bb28;
}
.btn-green:hover {
filter: brightness(108%);
}
.btn-green:active {
background-color: #008b0f;
}
/* orange-btn */
.btn-orange {
background-color: #ff7800;
}
.btn-orange:hover {
filter: brightness(108%);
}
.btn-orange:active {
background-color: #d86603;
}
/* gradient-btn */
.btn-gradient {
background: -moz-linear-gradient(top, hsl(204, 63%, 62%) 0%, hsl(212, 66%, 56%) 100%);
background: -webkit-linear-gradient(top, hsl(204, 63%, 62%) 0%, hsl(212, 66%, 56%) 100%);
background: linear-gradient(to bottom, hsl(204, 63%, 62%) 0%, hsl(212, 66%, 56%) 100%);
}
.btn-gradient:hover {
background: -moz-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 50%) 100%);
background: -webkit-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 50%) 100%);
background: linear-gradient(to bottom, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 50%) 100%);
}
.btn-gradient:active {
background: -moz-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 43%) 100%);
background: -webkit-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 43%) 100%);
background: linear-gradient(to bottom, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 43%) 100%);
}
/* gradient-btn-white */
.btn-gradient-w {
color: #000 !important;
border: 1px solid #d0d6df;
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
}
.btn-gradient-w:hover {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
}
.btn-gradient-w:active {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 88%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 88%) 100%);
background: linear-gradient(to bottom, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 88%) 100%);
}
.btn-disabled {
background: #cbd1db;
color: #e4e8f0 !important;
}
/* gradient-btn-icon */
.btn-gradient-icon {
color: #575757 !important;
border: 1px solid #d0d6df;
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
}
.btn-gradient-icon:hover {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
}
.btn-gradient-icon:active {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 90%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 90%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 90%) 100%);
}
.btn-bg {
background-color: #f1f1f1;
background-image: linear-gradient(to bottom, #fafafa 0, #ededed 100%);
background-repeat: repeat-x;
border-color: #bbb;
color: #4d5258;
}
/*button help*/
.env-advice {
position: relative;
overflow: hidden;
background-color: #22B158;
width: 225px;
color: #fff;
height: 44px;
cursor: pointer;
margin-top: 18px;
cursor: pointer;
}
.env-advice:hover .env-advice_onscreen {
-webkit-transform: translateY(-44px);
transform: translateY(-44px);
}
.env-advice:hover .env-advice_offscreen {
top: 0;
}
.env-advice_onscreen,
.env-advice_offscreen {
transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
display: inline-block;
vertical-align: middle;
height: 44px;
width: 100%;
}
.env-advice_onscreen {
position: relative;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.env-advice_offscreen {
position: absolute;
top: 100%;
left: 0;
}
.env-advice_onscreen span,
.env-advice_offscreen span {
display: inline-block;
vertical-align: middle;
line-height: 44px;
}
.env-advice_onscreen span:nth-child(1),
.env-advice_offscreen span:nth-child(1) {
position: relative;
padding-left: 1em;
padding-right: 1em;
}
.env-advice_onscreen span:nth-child(2) {
font-weight: 700;
font-size: 15px;
}
.env-advice_offscreen span {
padding-top: 6px;
}
.env-advice_offscreen span:nth-child(2) {
line-height: 1.1;
width: 65%;
}
/*Cursors*/
.cursor-help {
cursor: help;
}
.cursor-link {
cursor: pointer;
}
/* Empty states*/
.empty_state {
position: relative;
top: 60px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.blank-h {
margin: 8px 0px;
text-align: center;
font-weight: normal;
}
.blank-p {
font-size: 14px;
margin: 0px;
color: #999;
text-align: center;
}
.blank_img {
margin: 20px auto auto auto;
display: block;
width: 50%;
}
.btn-blank {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin: 20px auto auto auto;
width: 50%;
max-width: 125px;
padding: 8px 5px;
font-size: 13px;
color: #fff;
text-align: center;
margin-top: 18px;
cursor: auto !important;
}
|
views/assets/css/main.css
|
@import url(../css/icon.css);
@keyframes bake-pie {
from {
transform: rotate(0deg) translate3d(0, 0, 0);
}
}
*,
*::after,
*::before {
-webkit-user-select: none;
-webkit-user-drag: none;
-webkit-app-region: no-drag;
cursor: default;
}
.title-name {
font-size: 20px;
margin-bottom: -8px;
font-weight: 100;
font-family: 'Exo-Regular';
color: #323232;
}
.title-sub {
font-size: 13.5px;
font-weight: 400;
font-family: "Open Sans", sans-serif;
}
.b-label {
color: rgb(74, 74, 74);
}
hr.line-sm {
border-top: 1px solid #d1cbcb;
border-bottom: 1px solid #eef1f4;
margin-left: 30px;
margin-right: 30px;
color: #eef1f4;
}
hr.line {
border-top: 1px solid #d1cbcb;
border-bottom: 1px solid #eef1f4;
margin-left: 38px;
margin-right: 38px;
}
.dashboard-item {
cursor: auto !important;
}
.information-contextuel {
background: #e0e5ea;
color: #a1a7ae;
line-height: 26px;
padding: 0 10px;
white-space: nowrap;
border-radius: 2px;
margin-left: 10px;
position: relative;
/*! height: 50px; */
height: 30px;
margin-top: 10px;
}
.information-contextuel:before {
right: 100%;
top: 50%;
border: 6px solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-right: #e0e5ea solid 6px;
margin-top: -6px;
}
.information-contextuel span {
font-size: 11px;
}
.information-contextuel .description {
color: #7b8085;
font-weight: 700;
font-size: 10px;
text-transform: uppercase;
}
.icon {
margin-right: 10px;
}
}
.add-icon {
bottom: -2px;
right: 5px;
position: relative;
}
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: -80px;
}
/* Labels */
.t-label {
margin-right: 12px;
}
.cost-label {
margin-right: 30px;
font-size: 30px;
}
.toggle {
position: relative;
display: block;
width: 42px;
height: 24px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
}
.toggle:before {
content: "";
position: relative;
top: 1px;
left: 1px;
width: 40px;
height: 22px;
display: block;
background: #c8ccd4;
border-radius: 12px;
transition: background 0.2s ease;
}
.toggle span {
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
display: block;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 6px rgba(154, 153, 153, 0.75);
transition: all 0.2s ease;
}
.toggle span svg {
margin: 7px;
fill: none;
}
.toggle span svg path {
stroke: #c8ccd4;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 24;
stroke-dashoffset: 0;
transition: all 0.5s linear;
}
#cbx:checked + .toggle:before {
background: #52d66b;
}
#cbx:checked + .toggle span {
transform: translateX(18px);
}
#cbx:checked + .toggle span path {
stroke: #52d66b;
stroke-dasharray: 25;
stroke-dashoffset: 25;
}
/* Saving */
.sync-title {
color: rgba(255, 255, 255, 0.5);
margin: .2rem;
font-weight: 400;
text-transform: uppercase;
}
.sync-title:after {
-webkit-animation: sync-finish .2s 10s both ease;
animation: sync-finish .2s 10s both ease;
content: "SAVING DATA";
}
.sync-indicator {
margin-left: auto;
/*! margin-right: 1rem; */
margin-top: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sync-progress {
height: 1.2rem;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: .2rem;
-webkit-animation: sync-shrink 0.4s 10.1s both cubic-bezier(0.77, 0, 0.175, 1);
animation: sync-shrink 0.4s 10.1s both cubic-bezier(0.77, 0, 0.175, 1);
}
.sync-progress circle {
stroke-width: 4px;
stroke: #00c99e;
stroke-dasharray: 125;
stroke-dashoffset: 120;
-webkit-animation: sync-progress 10s linear both;
animation: sync-progress 10s linear both;
}
@-webkit-keyframes sync-progress {
to {
stroke-dashoffset: 0;
}
}
@keyframes sync-progress {
to {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes sync-finish {
to {
content: 'SAVING COMPLETE';
color: #00c99e;
}
}
@keyframes sync-finish {
to {
content: 'SAVING COMPLETE';
color: #00c99e;
}
}
@-webkit-keyframes sync-shrink {
to {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@keyframes sync-shrink {
to {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
/* Hints & Alerts */
.blue-link {
text-decoration: underline;
}
.hint {
background: #fff;
padding: 35px;
transition: all 0.2s ease;
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
border: 1px solid #d5dce6;
border-color: #c2cadb #bbc5d6 #b7c0cd;
box-shadow: inset 0.25em 0 0 #00aaff;
margin-bottom: 10px;
margin-top: 20px;
}
.hint .hint-title {
font-size: 15px;
margin-left: 16px;
line-height: 22px;
color: #444d58;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.hint .hint-text {
font-family: "Open Sans", sans-serif;
color: #333;
font-size: 13px;
font-weight: normal;
}
.hint-btn {
padding: 12px;
background-color: #00aaff;
font-family: "Open Sans",
sans-serif;
font-size: 14px;
color: #fff;
width: 55px;
text-align: center;
border-radius: 5px;
margin-left: 56px;
margin-top: 18px;
cursor: pointer;
}
.hint-btn:hover {
background-color: #019fee;
}
.hint-btn:active {
background-color: #009be9;
}
.warning {
margin-top: 20px;
background: #fffce6;
padding: 20px;
border: 1px solid #f9c124;
transition: all 0.2s ease;
color: #444d58;
}
.warning .warning-title {
font-size: 15px;
font-family: "Open Sans",
sans-serif;
margin-left: 16px;
line-height: 22px;
}
.hint-flex,
.help-flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.help {
margin-top: 15px;
margin-left: -34px;
margin-bottom: 10px;
}
.help .help-text {
font-family: "Open Sans",
sans-serif;
font-size: 13px;
margin-left: 14px;
font-weight: 400;
margin-top: 3px;
color: #444d58;
}
.help .help-link {
color: #93a1b3 !important;
text-decoration: none;
}
.warning .warning-code {
text-decoration: underline;
}
/* Min Cards */
.summary-container {
justify-content: space-between;
flex-wrap: wrap;
display: flex;
margin-bottom: 10px;
}
.summary-container .summary {
flex: 1;
display: flex;
overflow: hidden;
flex-basis: 20%;
margin: 0.8em;
}
.summary-container .summary .ico {
background: linear-gradient(to bottom, #0AF 0%, #0E9BE1 100%);
color: white;
font-size: 2em;
width: 2em;
text-align: center;
line-height: 2em;
/*! border: 1px solid #ccc; */
}
.ico-green {
background: linear-gradient(to bottom, #AFD81D 0%, #ADD719 100%) !important;
}
.ico-red {
background: linear-gradient(to bottom, #F66929 0%, #F85F19 100%) !important;
}
.ico-yellow {
background: linear-gradient(to bottom, #FA991F 0%, #fb951c 100%) !important;
}
.summary-container .summary .info {
flex: 1;
background: white;
color: #555;
border: 1px solid #ccc;
border-left-width: 0px;
padding: 0.8em 1em;
min-width: 0;
}
.summary-container .summary .info p {
margin: 0;
}
.summary-container .summary .info .number {
color: #545454;
/*! font-weight: 600; */
font-size: 1.4em;
letter-spacing: 1px;
margin-bottom: 5px;
}
.number-green {
color: #545454 !important;
}
.number-red {
color: #545454 !important;
}
.number-yellow {
color: #545454 !important;
}
#sales-summary {
min-width: 320px;
}
#sales-summary {
flex: 1;
}
.subtitle {
font-size: 0.83em;
color: #aaaaaa;
margin: 0;
line-height: 1.1em;
font-weight: 600;
}
/* Main Cards */
.stats .card-stat {
border: 1px solid #d5dce6;
background: #fff;
z-index: 1;
border-color: #c2cadb #bbc5d6 #b7c0cd;
margin-bottom: 20px;
}
.stats .card-stat .card-top {
padding: 1.5rem;
z-index: 2;
border-top: 4px solid #8a8a8a;
border-bottom: 1px solid #d2d4d5;
background-color: #f3f4f5;
}
.card-title {
color: #323232;
font-size: 14px;
padding-left: .7rem;
margin-left: 12px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
margin-right: 5px;
}
.card-report {
font-size: 14px;
padding-right: .7rem;
margin-right: 12px;
font-family: "Open Sans", sans-serif;
float: right;
}
.card-info {
margin-bottom: -2px;
}
.card-subtitle {
color: #323232;
font-size: 13px;
font-family: "Open Sans",
sans-serif;
margin-bottom: 0;
padding-left: .7rem;
letter-spacing: 0.6px;
font-weight: 500;
}
.card-icon {
float: right;
margin-top: 12px;
margin-right: 12px;
opacity: 0.7;
}
.stats .card-stat .card-middle {
padding: 1rem;
z-index: 2;
border-bottom: 1px solid #e1e5e9;
}
.t-link {
color: #c4d3e9;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.t-click {
color: #424242;
}
.c-m {
font-size: 13px;
padding-left: 2rem;
cursor: pointer;
}
.c-y {
float: right;
padding-right: 2rem;
cursor: pointer;
}
/* Style the tab */
.tab {
overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab a {
cursor: pointer;
transition: 0.3s;
}
/* Style the tab content */
.tabcontent {
/* display: none;*/
}
.tabcontent.active {
display: block;
}
.tabcontent h3,
p {
margin-left: 60px;
margin-right: 60px;
}
.dates {
border: 1px solid #ebeff2;
/*! border-radius: 5px; */
padding: 10px 0px;
margin: 37px 20px 0;
font-size: 16px;
color: #5aadef;
overflow: auto;
}
.dates div {
float: left;
width: 50%;
text-align: center;
position: relative;
}
.dates strong,
.stats strong {
font-family: "Open Sans",
sans-serif;
display: block;
color: #adb8c2;
font-size: 11px;
font-weight: 700;
margin-top: 7px;
}
.dates span {
width: 1px;
height: 30px;
position: absolute;
right: 0;
bottom: -1px;
background: #ebeff2;
}
/*Bars Info*/
.bar-stage {
margin-bottom: 16px;
display: block;
width: 100%;
position: relative;
box-shadow: 0 -1px 0 0 rgba(203, 208, 216, 0.5) inset;
background: #f9fafb;
background: -moz-linear-gradient(rgba(249, 250, 251, 0), #e7f0ff 100%);
background: -webkit-linear-gradient(rgba(249, 250, 251, 0), rgba(224, 224, 224, 0.18) 100%);
background: -o-linear-gradient(rgba(249, 250, 251, 0), #e7f0ff 100%);
background: -ms-linear-gradient(rgba(249, 250, 251, 0), #e7f0ff 100%);
}
.bar-info {
width: 16em;
height: 4em;
color: white;
margin-left: 38px !important;
margin-top: 30px !important;
margin-bottom: 38px !important;
margin-right: -2.4em;
}
.paid {
background-color: #3dc32b;
}
.approved {
background-color: #ffad00;
}
.overdue {
background-color: #f25b3b;
}
.bar-info .bar-num {
margin-left: 15px;
padding-top: 5px;
float: left;
line-height: 2;
}
.bar-info .bar-num .num-head {
font-size: 16px;
margin-left: 8px;
line-height: 22px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.bar-info .bar-num .num-sub {
font-size: 0.84em;
display: block;
margin-left: 8px;
line-height: 1.1em;
font-weight: 600;
}
/* Dropdown */
.dropd {
position: relative;
padding: px 12px !important;
}
.dropd:after {
content: '<>';
font: 16px "Consolas", monospace;
color: #333;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: 210px;
/*Adjust for position however you want*/
top: 30px;
padding: 0 0 2px;
border-bottom: 1px solid #999;
/*left line */
position: absolute;
pointer-events: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select.dropdown-container,
.instructions {
width: 200px !important;
font-size: 14px !important;
overflow: auto !important;
font-family: "Open Sans", sans-serif !important;
margin-left: 38px !important;
margin-bottom: 28px !important;
margin-top: 20px !important;
background: transparent !important;
border: 1px solid lightgray !important;
padding: 10px 12px !important;
box-sizing: border-box !important;
cursor: auto !important;
height: 20px;
}
select.dropdown-container-min,
.instructions {
width: 60px !important;
font-size: 14px !important;
overflow: auto !important;
font-family: "Open Sans", sans-serif !important;
margin-left: 10px !important;
margin-bottom: 28px !important;
margin-top: 20px !important;
background: transparent !important;
border: 1px solid lightgray !important;
padding: 10px 12px !important;
box-sizing: border-box !important;
cursor: auto !important;
height: 20px;
}
select.dropdown-button .dropdown-label,
.dropdown-button {
float: left !important;
}
select.dropdown-button .dropdown-quantity {
margin-left: 4px !important;
}
select.dropdown-button .fa-angle-down {
float: right !important;
}
select.dropdown-list {
float: left !important;
width: 100% !important;
border: 1px solid lightgray !important;
border-top: none !important;
box-sizing: border-box !important;
padding: 10px 12px !important;
}
select.dropdown-list input[type="search"] {
padding: 5px 0 !important;
}
select.dropdown-list ul {
margin: 10px 0 !important;
max-height: 200px !important;
overflow-y: auto !important;
}
select.dropdown-list ul input[type="checkbox"] {
position: relative !important;
top: 2px !important;
}
/*delete-all-icon*/
.delete-all-icon {
padding: 7.2px 10px !important;
box-sizing: border-box !important;
cursor: auto !important;
position: absolute;
left: 320px;
top: 20px;
border-radius: 3px;
cursor: pointer !important;
background-color: #f25b3b;
}
.delete-all-icon img {
cursor: pointer !important;
}
/*Search*/
.search-input {
width: 300px !important;
font-size: 14px !important;
padding: 8px 12px !important;
font-family: "Open Sans", sans-serif !important;
margin-right: 38px !important;
margin-top: 20px !important;
background: transparent !important;
border: 1px solid lightgray !important;
float: right;
}
/* Slideout
-----------------------------------------------*/
.slideout {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 30em;
background-color: #FFFFFF;
z-index: 1000;
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: width 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, width 0.3s ease;
transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
overflow-y: scroll;
}
/* Header */
.slideout-header {
padding: 1em;
/*! display: flex; */
padding-left: 45px;
font-size: 18px;
}
.slideout-header .slideout-close {
color: #bdc1c5;
text-decoration: none;
cursor: pointer;
transition: color 0.3s ease;
float: right;
margin-top: -22px;
}
.slideout-header .slideout-close:hover,
.slideout-header .slideout-close:focus {
color: #000000;
text-decoration: none;
}
.slideout-header .slideout-close:focus {
outline: auto 5px -webkit-focus-ring-color;
}
/* Content */
.slideout-content {
border-top: 0.063em solid #bdc1c5;
padding: 3em 3em 3em 3em;
}
.slideout-content a {
color: #000000;
text-decoration: none;
cursor: pointer;
transition: color 0.3s ease;
text-transform: uppercase;
font-size: 0.875em;
}
.slideout-content a:hover,
.slideout-content a:focus {
color: #a80700;
text-decoration: none;
}
/* Sections */
.slideout-section .section-title {
font-size: 1.125em;
text-transform: uppercase;
margin: 0 0 1.563em 0;
padding: 0;
}
.slideout-section .section-list {
margin: 0;
}
.slideout-section .section-list .section-list-item {
padding: 0 0 0.625em 0;
}
/* Slideout Mask
-----------------------------------*/
.slideout-mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background-color: #000000;
overflow: hidden;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Slideout Open & Close
-----------------------------------*/
.slideout-open .slideout-mask {
opacity: 0.7;
visibility: visible;
}
.slideout-open .slideout {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.slideout-close-modal {
display: none;
}
/* Responsive
-----------------------------------*/
@media (max-width: 768px) {
.slideout-open .slideout {
width: 100vw;
}
}
/*Tooltip*/
.hasTooltip {
overflow: visible !important;
position: relative;
}
.hasTooltip .tip {
display: block;
background: #333;
color: #fff;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
font-size: inherit;
font-style: normal;
line-height: 1.3rem;
text-align: center;
padding: 8px 16px;
border-radius: 4px;
margin-bottom: 5px;
pointer-events: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity .34s ease-in-out;
white-space: nowrap;
z-index: 99;
}
.hasTooltip .tip:after {
border-left: solid transparent 6px;
border-right: solid transparent 6px;
border-top: solid #333 6px;
bottom: -4px;
content: "";
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
width: 0;
}
.hasTooltip:focus .tip,
.hasTooltip:hover .tip {
opacity: 1;
pointer-events: auto;
}
.hasTooltip.tooltip-right .tip {
bottom: auto;
left: 100%;
top: 50%;
transform: translateY(-50%);
margin-bottom: 0;
margin-left: 5px;
}
.hasTooltip.tooltip-right .tip:after {
border-left: 0;
border-top: solid transparent 6px;
border-bottom: solid transparent 6px;
border-right: solid #333 6px;
bottom: auto;
left: -4px;
top: 50%;
margin-left: 0;
margin-top: -6px;
}
/*bottom*/
.hasTooltip.tooltip-bottom .tip {
margin-top: 5px;
bottom: auto;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.hasTooltip.tooltip-bottom .tip:after {
border-top: 0;
border-left: solid transparent 6px;
border-right: solid transparent 6px;
border-bottom: solid #333 6px;
top: -4px;
content: "";
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
width: 0;
}
/*table*/
.table-style {
background-color: #fff;
}
.table thead {
background: #e6e6e9;
color: #595d60;
border-bottom: 1px solid rgba(0, 0, 0, .1);
border-top: 1px solid rgba(0, 0, 0, .1);
font-family: "Open Sans", sans-serif;
letter-spacing: 0.5px;
}
.table tr td:last-child a {
margin-right: 8px;
color: #039be5;
}
.container .panel tr {
margin-left: 38px !important;
}
.container .panel td span.approved {
background-color: #3dc32b;
color: #fff;
border-radius: .25em;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: 700;
}
.container .panel td span.waiting {
background-color: #ffad00;
color: #fff;
border-radius: .25em;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: 700;
}
.container .panel td span.cancelled {
background-color: #f25b3b;
color: #fff;
border-radius: .25em;
border-radius: .25em;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: 700;
}
.table-pointer tr {
cursor: pointer !important;
}
.drawer li {
line-height: 25px;
}
input[type="checkbox"],
input[type="radio"] {
border: 1px solid #b4b9be !important;
background: #fff !important;
color: #555 !important;
clear: none !important;
cursor: auto !important;
display: inline-block !important;
line-height: 0 !important;
height: 16px !important;
margin: -4px 4px 0 0 !important;
outline: 0 !important;
padding: 0 !important;
text-align: center !important;
vertical-align: middle !important;
width: 16px !important;
min-width: 16px !important;
-webkit-appearance: none !important;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
-webkit-transition: .05s border-color ease-in-out !important;
transition: .05s border-color ease-in-out !important;
}
input[type="checkbox"]:checked::before {
content: "✔";
margin: 6px 0 0 0px;
color: #2ea11f;
font-size: 15px;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
float: left;
display: inline-block;
vertical-align: middle;
width: 16px;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*Utility*/
.shadow {
border-bottom: 3px solid rgba(0, 0, 0, .1);
opacity: .6;
background-color: #eaeaea;
}
.pro-pic {
width: 40px;
height: 40px;
border-radius: 8px;
background-color: #eaeaea;
}
/************************
Media Queries
************************/
/* Gradually remove columns */
@media (max-width: 800px) {
[data-priority="7"],
[data-priority="6"] {
display: none;
}
h1 {
font-size: 2.5em;
}
}
@media (max-width: 600px) {
[data-priority="5"] {
display: none;
}
h1 {
font-size: 2em;
}
}
@media (max-width: 500px) {
[data-priority="4"] {
display: none;
}
h1 {
font-size: 1.5em;
}
}
@media (max-width: 450px) {
[data-priority="1"] {
display: none;
}
}
/*Quck Report*/
.content {
max-width: 1200px;
margin: 0 auto;
}
.stats .quick-report {
border: 1px solid #d5dce6;
background: #fff;
z-index: 1;
border-color: #c2cadb #bbc5d6 #b7c0cd;
margin-bottom: 20px;
margin-right: 12px;
margin-left: 12px;
}
.flex-report {
display: flex;
}
.report-statistic-box {
width: 25%;
height: 275px;
background-color: #fafafa;
border-right: 2px solid #ececec;
text-align: center;
}
.report-statistic-box .box-header {
background-color: #f3f4f5;
font-weight: 400;
font-size: 13px;
height: 60px;
padding-top: 20px;
border-bottom: 1px solid #d2d4d5;
font-family: "Open Sans", sans-serif;
font-weight: 600;
}
.report-statistic-box .box-header span {
display: inline-block;
width: 25px;
height: 25px;
vertical-align: middle;
}
.report-statistic-box .box-header .icon-sent {
background: url(../images/icon_sent.svg);
}
.report-statistic-box .box-header .icon-delivery {
background: url(../images/icon_delivery.svg);
}
.report-statistic-box .box-header .icon-openrate {
background: url(../images/icon_openrate.svg);
}
.report-statistic-box .box-header .icon-ctor {
background: url(../images/icon_ctor.svg);
}
.report-statistic-box .box-content {
position: relative;
margin: 20px auto 15px;
width: 130px;
height: 130px;
}
.report-statistic-box .box-content .sentTotal {
font-size: 46px;
font-weight: 400;
color: #80cdbe;
padding-top: 32px;
}
.report-statistic-box .box-content .percentage {
position: absolute;
font-size: 28px;
top: -12%;
left: -4%;
}
.report-statistic-box .box-content .conversionValue {
font-size: 28px;
font-weight: 300;
color: #f5ab34;
padding-top: 46px;
}
.conversionValue .conversionCurrency {
font-size: 18px;
font-weight: 400;
color: #f5ab34;
padding-top: 46px;
}
.report-statistic-box .delivery-rate {
color: #f5ab34;
}
.report-statistic-box .open-rate {
color: #30afe4;
}
.report-statistic-box .click-to-open {
color: #80cdbe;
}
.report-statistic-box .box-foot {
position: relative;
font-size: 13px;
font-weight: 400;
padding: 0 20px;
}
.report-statistic-box .box-foot .box-foot-stats {
font-size: 15px;
}
.report-statistic-box .box-foot .box-foot-left {
float: left;
text-align: left;
}
.report-statistic-box .box-foot .box-foot-right {
float: right;
text-align: right;
}
.report-statistic-box .box-foot .arrow {
display: none;
position: absolute;
width: 15px;
height: 15px;
}
@media (max-width: 1024px) {
.report-statistic-box {
width: 50%;
}
}
.perc {
position: relative;
display: inline-block;
margin: 20px 10px;
/*! color: #999; */
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
text-align: center;
}
.perc canvas {
position: absolute;
top: 0;
left: 0;
}
/* Buttons */
.c-buttons {
margin-left: -34px;
margin-bottom: 50px;
}
.c-btn {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
padding: 8px 20px;
font-size: 13.2px;
color: #fff;
text-align: center;
margin-top: 18px;
cursor: auto;
margin-right: 20px;
box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
transition: all .22s;
}
/* blue button */
.btn-blue {
background-color: #00a8ff;
}
.btn-blue:hover {
filter: brightness(108%);
}
.btn-blue:active {
background-color: #0077b4;
}
/* green-btn */
.btn-green {
background-color: #00bb28;
}
.btn-green:hover {
filter: brightness(108%);
}
.btn-green:active {
background-color: #008b0f;
}
/* orange-btn */
.btn-orange {
background-color: #ff7800;
}
.btn-orange:hover {
filter: brightness(108%);
}
.btn-orange:active {
background-color: #d86603;
}
/* gradient-btn */
.btn-gradient {
background: -moz-linear-gradient(top, hsl(204, 63%, 62%) 0%, hsl(212, 66%, 56%) 100%);
background: -webkit-linear-gradient(top, hsl(204, 63%, 62%) 0%, hsl(212, 66%, 56%) 100%);
background: linear-gradient(to bottom, hsl(204, 63%, 62%) 0%, hsl(212, 66%, 56%) 100%);
}
.btn-gradient:hover {
background: -moz-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 50%) 100%);
background: -webkit-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 50%) 100%);
background: linear-gradient(to bottom, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 50%) 100%);
}
.btn-gradient:active {
background: -moz-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 43%) 100%);
background: -webkit-linear-gradient(top, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 43%) 100%);
background: linear-gradient(to bottom, hsl(204, 63%, 56%) 0%, hsl(212, 66%, 43%) 100%);
}
/* gradient-btn-white */
.btn-gradient-w {
color: #000 !important;
border: 1px solid #d0d6df;
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
}
.btn-gradient-w:hover {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
}
.btn-gradient-w:active {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 88%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 88%) 100%);
background: linear-gradient(to bottom, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 88%) 100%);
}
.btn-disabled {
background: #cbd1db;
color: #e4e8f0 !important;
}
/* gradient-btn-icon */
.btn-gradient-icon {
color: #575757 !important;
border: 1px solid #d0d6df;
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 3%, 95%) 100%);
}
.btn-gradient-icon:hover {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 2%, 92%) 100%);
}
.btn-gradient-icon:active {
background: -moz-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 90%) 100%);
background: -webkit-linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 90%) 100%);
background: linear-gradient(top, hsl(206, 100%, 99%) 0%, hsl(0, 1%, 90%) 100%);
}
.btn-bg {
background-color: #f1f1f1;
background-image: linear-gradient(to bottom, #fafafa 0, #ededed 100%);
background-repeat: repeat-x;
border-color: #bbb;
color: #4d5258;
}
/*button help*/
.env-advice {
position: relative;
overflow: hidden;
background-color: #22B158;
width: 225px;
color: #fff;
height: 44px;
cursor: pointer;
margin-top: 18px;
cursor: pointer;
}
.env-advice:hover .env-advice_onscreen {
-webkit-transform: translateY(-44px);
transform: translateY(-44px);
}
.env-advice:hover .env-advice_offscreen {
top: 0;
}
.env-advice_onscreen,
.env-advice_offscreen {
transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
display: inline-block;
vertical-align: middle;
height: 44px;
width: 100%;
}
.env-advice_onscreen {
position: relative;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.env-advice_offscreen {
position: absolute;
top: 100%;
left: 0;
}
.env-advice_onscreen span,
.env-advice_offscreen span {
display: inline-block;
vertical-align: middle;
line-height: 44px;
}
.env-advice_onscreen span:nth-child(1),
.env-advice_offscreen span:nth-child(1) {
position: relative;
padding-left: 1em;
padding-right: 1em;
}
.env-advice_onscreen span:nth-child(2) {
font-weight: 700;
font-size: 15px;
}
.env-advice_offscreen span {
padding-top: 6px;
}
.env-advice_offscreen span:nth-child(2) {
line-height: 1.1;
width: 65%;
}
/*Cursors*/
.cursor-help {
cursor: help;
}
.cursor-link {
cursor: pointer;
}
/* Empty states*/
.empty_state {
position: relative;
top: 60px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.blank-h {
margin: 8px 0px;
text-align: center;
font-weight: normal;
}
.blank-p {
font-size: 14px;
margin: 0px;
color: #999;
text-align: center;
}
.blank_img {
margin: 20px auto auto auto;
display: block;
width: 50%;
}
.btn-blank {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin: 20px auto auto auto;
width: 50%;
max-width: 125px;
padding: 8px 5px;
font-size: 13px;
color: #fff;
text-align: center;
margin-top: 18px;
cursor: auto !important;
}
| 0.314682 | 0.093719 |
.mod_container {
overflow: hidden;
position: relative; }
.section {
overflow: hidden;
position: absolute;
top: 0;
-webkit-transition: all ease .2s; }
.page {
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
position: relative; }
.page_main {
position: absolute;
left: 0;
top: 0;
z-index: 10;
-webkit-transition: all ease .2s;
overflow: hidden; }
.drag {
transition: none; }
.share {
background-color: #f2f3e3;
background-image: url(../images/page_bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
position: relative; }
.share_man {
width: 10.9227rem;
height: 16.256rem;
background-image: url(../images/share_man.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% auto;
position: absolute;
top: 0.256rem;
left: 50%;
margin-left: -5.1626rem; }
.page_bg, .page_bg_bd {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%; }
.page0 .page_bg {
background-image: url(../images/page_bg_bd.png); }
.sub_page .page_bg_bd {
background-image: url(../images/subpage_bg_bd.png); }
.page3 .mall_link .double11, .select .arrow, .next_letters .arrow, .next_arrow {
background-image: url(../images/gb_sp.png);
background-repeat: no-repeat;
background-size: 11.7974rem auto; }
.page3 .promote_words {
width: 14.7414rem;
height: 4.3307rem;
background-image: url(../images/promote_words.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% auto;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1.536rem;
margin-left: -7.7866rem; }
.page3 .mall_link, .page3 .back_btn {
width: 11.7974rem;
height: 2.7307rem;
position: absolute;
left: 50%;
top: 50%;
background: url(../images/gb_sp.png) no-repeat top center;
background-size: 100% auto;
transform: translateX(-50%);
text-align: center;
color: #000000;
font-size: 0.8107rem;
line-height: 1.92rem; }
.page3 .mall_link {
margin-top: 3.4987rem; }
.page3 .mall_link .double11 {
width: 2.56rem;
height: 1.92rem;
display: inline-block;
background-position: 0 -2.7733rem;
color: transparent;
margin: 0 0.064rem; }
.page3 .back_btn {
margin-top: 6.6987rem; }
.select {
position: absolute; }
.select:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
content: "";
opacity: 0;
transition: all ease .1s; }
.select .arrow {
width: 2.9867rem;
height: 2.1334rem;
background-position: -2.56rem -2.7733rem;
position: absolute;
opacity: 0;
z-index: 2; }
.select_on:after {
opacity: 1; }
.select_on .arrow {
opacity: 1; }
.next_btn {
width: 100%;
height: 60px;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all ease .2s; }
.next_btn .next_letters {
position: absolute;
left: 50%;
top: 0.9387rem;
font: 0/0 a; }
.next_btn .next_letters .arrow {
top: 0;
left: -1.92rem; }
.next_btn .next_letters .arrow, .next_btn .next_arrow {
width: 1.92rem;
height: 1.4934rem;
background-position: -5.5466rem -2.7733rem;
position: absolute; }
.next_btn .next_arrow {
top: 0.9814rem;
left: 50%;
margin-left: -0.96rem; }
.next {
z-index: 1; }
.next .next_btn {
opacity: 1;
z-index: 22; }
/*# sourceMappingURL=index.css.map */
|
2015double11/page/index/index.css
|
.mod_container {
overflow: hidden;
position: relative; }
.section {
overflow: hidden;
position: absolute;
top: 0;
-webkit-transition: all ease .2s; }
.page {
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
position: relative; }
.page_main {
position: absolute;
left: 0;
top: 0;
z-index: 10;
-webkit-transition: all ease .2s;
overflow: hidden; }
.drag {
transition: none; }
.share {
background-color: #f2f3e3;
background-image: url(../images/page_bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
position: relative; }
.share_man {
width: 10.9227rem;
height: 16.256rem;
background-image: url(../images/share_man.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% auto;
position: absolute;
top: 0.256rem;
left: 50%;
margin-left: -5.1626rem; }
.page_bg, .page_bg_bd {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%; }
.page0 .page_bg {
background-image: url(../images/page_bg_bd.png); }
.sub_page .page_bg_bd {
background-image: url(../images/subpage_bg_bd.png); }
.page3 .mall_link .double11, .select .arrow, .next_letters .arrow, .next_arrow {
background-image: url(../images/gb_sp.png);
background-repeat: no-repeat;
background-size: 11.7974rem auto; }
.page3 .promote_words {
width: 14.7414rem;
height: 4.3307rem;
background-image: url(../images/promote_words.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% auto;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1.536rem;
margin-left: -7.7866rem; }
.page3 .mall_link, .page3 .back_btn {
width: 11.7974rem;
height: 2.7307rem;
position: absolute;
left: 50%;
top: 50%;
background: url(../images/gb_sp.png) no-repeat top center;
background-size: 100% auto;
transform: translateX(-50%);
text-align: center;
color: #000000;
font-size: 0.8107rem;
line-height: 1.92rem; }
.page3 .mall_link {
margin-top: 3.4987rem; }
.page3 .mall_link .double11 {
width: 2.56rem;
height: 1.92rem;
display: inline-block;
background-position: 0 -2.7733rem;
color: transparent;
margin: 0 0.064rem; }
.page3 .back_btn {
margin-top: 6.6987rem; }
.select {
position: absolute; }
.select:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
content: "";
opacity: 0;
transition: all ease .1s; }
.select .arrow {
width: 2.9867rem;
height: 2.1334rem;
background-position: -2.56rem -2.7733rem;
position: absolute;
opacity: 0;
z-index: 2; }
.select_on:after {
opacity: 1; }
.select_on .arrow {
opacity: 1; }
.next_btn {
width: 100%;
height: 60px;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all ease .2s; }
.next_btn .next_letters {
position: absolute;
left: 50%;
top: 0.9387rem;
font: 0/0 a; }
.next_btn .next_letters .arrow {
top: 0;
left: -1.92rem; }
.next_btn .next_letters .arrow, .next_btn .next_arrow {
width: 1.92rem;
height: 1.4934rem;
background-position: -5.5466rem -2.7733rem;
position: absolute; }
.next_btn .next_arrow {
top: 0.9814rem;
left: 50%;
margin-left: -0.96rem; }
.next {
z-index: 1; }
.next .next_btn {
opacity: 1;
z-index: 22; }
/*# sourceMappingURL=index.css.map */
| 0.468061 | 0.064535 |
@-moz-document domain("app.asana.com") {
/* spam stuff */
.SidebarTopNavLinks-myPortfoliosbutton,
.SidebarInvite {
display: none;
}
.TopbarPageHeaderGlobalActions-upgradeButton{
display: none;
}
.Sidebar .CustomScrollbarContainer-content {
padding-bottom: 0;
}
/* Panes */
.Inbox-pane, .PotListPageContent-gridPane {
flex: 0 1.4 1675px;
}
.Inbox-detailsPane, .PotListPageContent-detailsPane {
flex: 0 1 1675px !important;
}
/* Title bar */
.TopbarPageHeaderStructure, .TopbarSearchTypeahead {
height: 50px;
}.Tab-selectableTab {
display: block;
padding-bottom: 2px;
}
.TopbarPageHeaderStructure-titleRow--withNav {
margin-top: 0;
}
.Omnibutton--withSpreadsheetGrid {
border-radius: 24px;
width: 70px !important;
}
.SidebarHeader {
margin: 15px 0;
}
/* Task Title bar */
.SingleTaskPaneToolbar {
height: 40px;
}
/* Task content */
.TaskStoryFeed-blockStory:last-child, .TaskStoryFeed-miniStory:last-child {
margin-bottom: 15px;
}
.SingleTaskPane-body {
padding: 0 20px;
}
.SpreadsheetItemListEmptyCells{
display: none;
}
.ItemListAddSectionButton.ItemListAddSectionButton--withSpreadsheetGrid {
margin: 20px 0 0 20px;
}
/* Task subtasks */
.TaskPaneSubtasks {
border-color: #e8ecee;
border-style: solid none none;
border-width: 1px;
}
.SubtaskTaskRow {
height: auto;
min-height: 34px;
-webkit-box-align: start;
align-items: flex-start;
padding-right: 0;
padding-left: 37px;
}
/* Sidebar Left paddings */
.SidebarCollapsibleHeader {
color: white;
}
.SidebarCollapsibleHeader-name {
padding: 5px 8px;
}
.SidebarTeamMembershipHeader {
padding: 0 10px 0 3px;
}
.SidebarHeader {
margin: 10px 0;
}
.SidebarTeamMembership {
padding-bottom: 0;
}
.SidebarTeamMembership.is-expanded {
padding-bottom: 10px;
}
.sidebar-mountNode {
width: 220px
}
.CustomScrollbarContainer-content {
width: 84%;
}
.SidebarItemRow:hover .SidebarItemRow-menuIcon, .SidebarItemRow.is-selected .SidebarItemRow-menuIcon {
display: flex;
}
.SidebarItemRow-defaultIcon {
display: none;
}
/* Sidebar Left hide team members */
.SidebarTeamMembersList{
display: none;
}
}
|
data/usercss/178943.user.css
|
@-moz-document domain("app.asana.com") {
/* spam stuff */
.SidebarTopNavLinks-myPortfoliosbutton,
.SidebarInvite {
display: none;
}
.TopbarPageHeaderGlobalActions-upgradeButton{
display: none;
}
.Sidebar .CustomScrollbarContainer-content {
padding-bottom: 0;
}
/* Panes */
.Inbox-pane, .PotListPageContent-gridPane {
flex: 0 1.4 1675px;
}
.Inbox-detailsPane, .PotListPageContent-detailsPane {
flex: 0 1 1675px !important;
}
/* Title bar */
.TopbarPageHeaderStructure, .TopbarSearchTypeahead {
height: 50px;
}.Tab-selectableTab {
display: block;
padding-bottom: 2px;
}
.TopbarPageHeaderStructure-titleRow--withNav {
margin-top: 0;
}
.Omnibutton--withSpreadsheetGrid {
border-radius: 24px;
width: 70px !important;
}
.SidebarHeader {
margin: 15px 0;
}
/* Task Title bar */
.SingleTaskPaneToolbar {
height: 40px;
}
/* Task content */
.TaskStoryFeed-blockStory:last-child, .TaskStoryFeed-miniStory:last-child {
margin-bottom: 15px;
}
.SingleTaskPane-body {
padding: 0 20px;
}
.SpreadsheetItemListEmptyCells{
display: none;
}
.ItemListAddSectionButton.ItemListAddSectionButton--withSpreadsheetGrid {
margin: 20px 0 0 20px;
}
/* Task subtasks */
.TaskPaneSubtasks {
border-color: #e8ecee;
border-style: solid none none;
border-width: 1px;
}
.SubtaskTaskRow {
height: auto;
min-height: 34px;
-webkit-box-align: start;
align-items: flex-start;
padding-right: 0;
padding-left: 37px;
}
/* Sidebar Left paddings */
.SidebarCollapsibleHeader {
color: white;
}
.SidebarCollapsibleHeader-name {
padding: 5px 8px;
}
.SidebarTeamMembershipHeader {
padding: 0 10px 0 3px;
}
.SidebarHeader {
margin: 10px 0;
}
.SidebarTeamMembership {
padding-bottom: 0;
}
.SidebarTeamMembership.is-expanded {
padding-bottom: 10px;
}
.sidebar-mountNode {
width: 220px
}
.CustomScrollbarContainer-content {
width: 84%;
}
.SidebarItemRow:hover .SidebarItemRow-menuIcon, .SidebarItemRow.is-selected .SidebarItemRow-menuIcon {
display: flex;
}
.SidebarItemRow-defaultIcon {
display: none;
}
/* Sidebar Left hide team members */
.SidebarTeamMembersList{
display: none;
}
}
| 0.144903 | 0.046768 |
DIV {
display: inline-block;
box-sizing: border-box;
font-family: sans-serif;
font-size: 12px;
}
BODY {
margin: 0;
min-width: 320px;
}
.block {
display: block;
}
.block-title {
display: block;
color: white;
background-color: #204560;
padding: 5px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
.attribute {
display: block;
margin-bottom: 5px;
position: relative;
}
.attribute .help {
font-size: 8px;
font-style: italic;
display: block;
padding-left: 30px;
}
.attribute.list {
margin-bottom: 0;
}
.attribute.list .item {
display: block;
border-bottom: 1px solid lightgray;
padding-left: 5px;
height: 15px;
}
.block.ability {
display: block;
padding: 10px;
padding-bottom: 0;
position: relative;
}
.block.ability .ability-name {
padding: 5px;
padding-left: 30px;
display: block;
color: white;
background-color: #204560;
}
.block.ability .ability-score {
position: absolute;
top: 4px;
left: 0;
width: 35px;
height: 35px;
padding-top: 10px;
border: 1px solid black;
background-color: white;
border-radius: 50%;
text-align: center;
}
.block.ability .ability-misc {
position: absolute;
top: 12px;
right: 45px;
width: 40px;
padding-top: 3px;
height: 20px;
border: 1px solid black;
font-size: 12px;
color: lightgray;
background-color: white;
text-align: center;
}
.block.ability .ability-bonus {
position: absolute;
top: 12px;
right: 0px;
width: 40px;
height: 20px;
border: 1px solid black;
background-color: white;
text-align: center;
padding-top: 2px;
}
.block.ability .ability-bonus-label {
position: absolute;
top: 16px;
right: 42px;
color: white;
}
.block.ability .ability-help {
font-size: 8px;
font-style: italic;
display: block;
padding-left: 25px;
}
#header {
display: block;
position: relative;
margin: 10px;
height: 128px;
}
#Token {
position: absolute;
top: 28px;
height: 100px;
width: 100px;
left: 0;
}
#vitals {
position: absolute;
top: 28px;
left: 100px;
bottom: 0;
right: -10px;
overflow-x: auto;
}
#vitals .attribute .label {
float: left;
border-bottom: 1px solid white;
margin-right: 5px;
}
#vitals .attribute .value {
display: block;
border-bottom: 1px solid lightgray;
height: 15px;
}
#vitals .attribute .extra {
color: gray;
font-size: 12px;
position: absolute;
right: 5px;
top: 0;
}
#header #Name.attribute {
border: 1px solid lightgray;
position: relative;
height: 24px;
padding: 4px;
}
#header #Name.attribute .label {
color: lightgray;
position: absolute;
bottom: 0;
right: 5;
font-size: 10px;
font-style: italic;
}
#header #Name.attribute .value {
border: 0;
font-size: 16px;
font-weight: bold;
}
.skill.item {
position: relative;
display: block;
height: 20px;
}
.skill.item .skill-name {
position: absolute;
left: 0;
top: 0;
}
.skill.item .skill-stats {
position: absolute;
right: -10px;
top: 0;
width: 40px;
text-align: center;
border: 1px solid gray;
}
.skill.item .skill-trained {
position: absolute;
top: -4px;
right: 40px;
font-size: 10px;
}
.skill.item .skill-trained .checkbox {
font-size: 18px;
}
#Init.block.ability,
#Speed.block.ability {
display: inline-block;
width: 49%;
padding-right: 0;
float: left;
}
#Init.block.ability .ability-name {
width: 125%;
}
#defenses.block {
background-color: #b0c4de;
clear: both;
padding-left: 10px;
padding-bottom: 10px;
}
#defenses.block .block-title,
.attribute.list .block-title {
display: block;
background-color: transparent;
color: #204560;
padding: 5px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
#combat.block .attribute .label {
padding-left: 25px;
}
#combat.block .attribute .value {
position: absolute;
top: 0;
right: 0;
border: 1px solid black;
width: 40px;
text-align: center;
}
#temps.block {
position: relative;
border: 1px solid black;
height: 100px;
}
#temps.block #CurHP.attribute .label {
display: block;
color: #204560;
padding: 5px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
#temps.block #CurHP.attribute .value {
position: inherit;
border: 0;
height: 100%;
width: 100%;
font-size: 25px;
}
#temps.block #TempHP.attribute,
#temps.block #CurSurges.attribute {
position: absolute;
bottom: 0;
height: 35px;
width: 50%;
}
#temps.block #TempHP.attribute {
left: 0;
}
#temps.block #CurSurges.attribute {
right: 0;
}
#temps.block #TempHP.attribute .label,
#temps.block #CurSurges.attribute .label {
display: block;
font-size: 10px;
font-style: italic;
padding: 0;
text-align: center;
}
#temps.block #TempHP.attribute .value,
#temps.block #CurSurges.attribute .value {
position: relative;
border: 0;
width: 100%;
font-size: 16px;
text-align: center;
}
#Powers.list .item {
height: 22px;
padding-top: 2px;
position: relative;
border-color: white;
}
#Powers.list .item:after {
content: "\1f50e";
position: absolute;
right: 0;
top: 0;
}
#Powers.list .AtWill.item INPUT[type="checkbox"] {
visibility: hidden;
}
.power-card {
display: none;
background-color: rgba(0,0,0,0.5);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9;
}
.power-card .card {
display: block;
position: fixed;
top: 50%;
left: 50%;
width: 2.5in;
height: 3.5in;
margin-top: -1.75in;
margin-left: -1.25in;
background-color: white;
z-index: 10;
}
#Powers.list .item.AtWill { background-color: palegreen; }
.power-card .card.AtWill { border-color: #407040; }
.power-card .card.AtWill .attribute { border-color: #407040; }
.power-card .card.AtWill .power-title { background-color: #407040; }
#Powers.list .item.Encounter { background-color: pink; }
.power-card .card.Encounter { border-color: #802020; }
.power-card .card.Encounter .attribute { border-color: #802020; }
.power-card .card.Encounter .power-title { background-color: #802020; }
#Powers.list .item.Daily { background-color: lightgray; }
.power-card .card.Daily { border-color: #404040; }
.power-card .card.Daily .attribute { border-color: #404040; }
.power-card .card.Daily .power-title { background-color: #404040; }
#Powers.list .item.MagicItem { background-color: bisque; }
.power-card .card.MagicItem { border-color: #DA6523; }
.power-card .card.MagicItem .attribute { border-color: #DA6523; }
.power-card .card.MagicItem .power-title { background-color: #DA6523; }
#Powers.list .item.MagicItem INPUT[type="checkbox"] { visibility: hidden; }
.power-card .attribute {
height: 14px;
padding-left: 5px;
padding-right: 5px;
}
.power-card .attribute .label {
font-weight: bold;
}
.power-card .power-title {
display: block;
height: 24px;
position: relative;
}
.power-card .power-name {
font-size: 16px;
padding-top: 3px;
color: white;
padding-left: 10px;
}
.power-card .power-title .power-category {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
padding-top: 3px;
color: white;
padding-right: 10px;
}
.power-card .power-keywords {
display: block;
font-weight: bold;
}
.power-card .power-action-type,
.power-card .power-range {
display: inline-block;
width: 50%;
float: left;
}
.power-card .power-target {
clear: both;
}
.power-card .attribute.power-effect {
height: auto;
padding-top: 3px;
padding-bottom: 3px;
background: linear-gradient(to right, #cad6ab, #ffffff);
}
.power-card .attribute.power-effect .label,
.power-card .attribute.power-effect .value {
display: inline;
}
.power-card .attribute.power-effect .value {
white-space: pre-wrap;
}
.power-card .card-done {
position: absolute;
bottom: -28px;
right: 0;
text-transform: uppercase;
color: white;
font-size: 18px;
pointer-events: none;
}
#MIUsed {
background-color: lightgray;
padding-left: 5px;
}
#combat.block #DeathSave.attribute .label,
#combat.block #SaveMods.attribute .label,
#combat.block #Resist.attribute .label,
#combat.block #Conditions.attribute .label,
#misc.block .attribute .label {
display: block;
color: #204560;
padding-top: 5px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-left: 0;
}
#combat.block #DeathSave.attribute .widget {
position: absolute;
right: 0;
top: 0;
}
#combat.block #SaveMods.attribute .value,
#combat.block #Resist.attribute .value,
#combat.block #Conditions.attribute .value,
#misc.block .attribute .value {
position: inherit;
width: inherit;
display: block;
height: 32px;
overflow-y: auto;
border: 1px solid lightgray;
padding: 5px;
}
#misc.block #Notes.attribute .value {
height: 100px;
}
|
data/GSL40/pc.view.gtsheet.css
|
DIV {
display: inline-block;
box-sizing: border-box;
font-family: sans-serif;
font-size: 12px;
}
BODY {
margin: 0;
min-width: 320px;
}
.block {
display: block;
}
.block-title {
display: block;
color: white;
background-color: #204560;
padding: 5px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
.attribute {
display: block;
margin-bottom: 5px;
position: relative;
}
.attribute .help {
font-size: 8px;
font-style: italic;
display: block;
padding-left: 30px;
}
.attribute.list {
margin-bottom: 0;
}
.attribute.list .item {
display: block;
border-bottom: 1px solid lightgray;
padding-left: 5px;
height: 15px;
}
.block.ability {
display: block;
padding: 10px;
padding-bottom: 0;
position: relative;
}
.block.ability .ability-name {
padding: 5px;
padding-left: 30px;
display: block;
color: white;
background-color: #204560;
}
.block.ability .ability-score {
position: absolute;
top: 4px;
left: 0;
width: 35px;
height: 35px;
padding-top: 10px;
border: 1px solid black;
background-color: white;
border-radius: 50%;
text-align: center;
}
.block.ability .ability-misc {
position: absolute;
top: 12px;
right: 45px;
width: 40px;
padding-top: 3px;
height: 20px;
border: 1px solid black;
font-size: 12px;
color: lightgray;
background-color: white;
text-align: center;
}
.block.ability .ability-bonus {
position: absolute;
top: 12px;
right: 0px;
width: 40px;
height: 20px;
border: 1px solid black;
background-color: white;
text-align: center;
padding-top: 2px;
}
.block.ability .ability-bonus-label {
position: absolute;
top: 16px;
right: 42px;
color: white;
}
.block.ability .ability-help {
font-size: 8px;
font-style: italic;
display: block;
padding-left: 25px;
}
#header {
display: block;
position: relative;
margin: 10px;
height: 128px;
}
#Token {
position: absolute;
top: 28px;
height: 100px;
width: 100px;
left: 0;
}
#vitals {
position: absolute;
top: 28px;
left: 100px;
bottom: 0;
right: -10px;
overflow-x: auto;
}
#vitals .attribute .label {
float: left;
border-bottom: 1px solid white;
margin-right: 5px;
}
#vitals .attribute .value {
display: block;
border-bottom: 1px solid lightgray;
height: 15px;
}
#vitals .attribute .extra {
color: gray;
font-size: 12px;
position: absolute;
right: 5px;
top: 0;
}
#header #Name.attribute {
border: 1px solid lightgray;
position: relative;
height: 24px;
padding: 4px;
}
#header #Name.attribute .label {
color: lightgray;
position: absolute;
bottom: 0;
right: 5;
font-size: 10px;
font-style: italic;
}
#header #Name.attribute .value {
border: 0;
font-size: 16px;
font-weight: bold;
}
.skill.item {
position: relative;
display: block;
height: 20px;
}
.skill.item .skill-name {
position: absolute;
left: 0;
top: 0;
}
.skill.item .skill-stats {
position: absolute;
right: -10px;
top: 0;
width: 40px;
text-align: center;
border: 1px solid gray;
}
.skill.item .skill-trained {
position: absolute;
top: -4px;
right: 40px;
font-size: 10px;
}
.skill.item .skill-trained .checkbox {
font-size: 18px;
}
#Init.block.ability,
#Speed.block.ability {
display: inline-block;
width: 49%;
padding-right: 0;
float: left;
}
#Init.block.ability .ability-name {
width: 125%;
}
#defenses.block {
background-color: #b0c4de;
clear: both;
padding-left: 10px;
padding-bottom: 10px;
}
#defenses.block .block-title,
.attribute.list .block-title {
display: block;
background-color: transparent;
color: #204560;
padding: 5px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
#combat.block .attribute .label {
padding-left: 25px;
}
#combat.block .attribute .value {
position: absolute;
top: 0;
right: 0;
border: 1px solid black;
width: 40px;
text-align: center;
}
#temps.block {
position: relative;
border: 1px solid black;
height: 100px;
}
#temps.block #CurHP.attribute .label {
display: block;
color: #204560;
padding: 5px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
#temps.block #CurHP.attribute .value {
position: inherit;
border: 0;
height: 100%;
width: 100%;
font-size: 25px;
}
#temps.block #TempHP.attribute,
#temps.block #CurSurges.attribute {
position: absolute;
bottom: 0;
height: 35px;
width: 50%;
}
#temps.block #TempHP.attribute {
left: 0;
}
#temps.block #CurSurges.attribute {
right: 0;
}
#temps.block #TempHP.attribute .label,
#temps.block #CurSurges.attribute .label {
display: block;
font-size: 10px;
font-style: italic;
padding: 0;
text-align: center;
}
#temps.block #TempHP.attribute .value,
#temps.block #CurSurges.attribute .value {
position: relative;
border: 0;
width: 100%;
font-size: 16px;
text-align: center;
}
#Powers.list .item {
height: 22px;
padding-top: 2px;
position: relative;
border-color: white;
}
#Powers.list .item:after {
content: "\1f50e";
position: absolute;
right: 0;
top: 0;
}
#Powers.list .AtWill.item INPUT[type="checkbox"] {
visibility: hidden;
}
.power-card {
display: none;
background-color: rgba(0,0,0,0.5);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9;
}
.power-card .card {
display: block;
position: fixed;
top: 50%;
left: 50%;
width: 2.5in;
height: 3.5in;
margin-top: -1.75in;
margin-left: -1.25in;
background-color: white;
z-index: 10;
}
#Powers.list .item.AtWill { background-color: palegreen; }
.power-card .card.AtWill { border-color: #407040; }
.power-card .card.AtWill .attribute { border-color: #407040; }
.power-card .card.AtWill .power-title { background-color: #407040; }
#Powers.list .item.Encounter { background-color: pink; }
.power-card .card.Encounter { border-color: #802020; }
.power-card .card.Encounter .attribute { border-color: #802020; }
.power-card .card.Encounter .power-title { background-color: #802020; }
#Powers.list .item.Daily { background-color: lightgray; }
.power-card .card.Daily { border-color: #404040; }
.power-card .card.Daily .attribute { border-color: #404040; }
.power-card .card.Daily .power-title { background-color: #404040; }
#Powers.list .item.MagicItem { background-color: bisque; }
.power-card .card.MagicItem { border-color: #DA6523; }
.power-card .card.MagicItem .attribute { border-color: #DA6523; }
.power-card .card.MagicItem .power-title { background-color: #DA6523; }
#Powers.list .item.MagicItem INPUT[type="checkbox"] { visibility: hidden; }
.power-card .attribute {
height: 14px;
padding-left: 5px;
padding-right: 5px;
}
.power-card .attribute .label {
font-weight: bold;
}
.power-card .power-title {
display: block;
height: 24px;
position: relative;
}
.power-card .power-name {
font-size: 16px;
padding-top: 3px;
color: white;
padding-left: 10px;
}
.power-card .power-title .power-category {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
padding-top: 3px;
color: white;
padding-right: 10px;
}
.power-card .power-keywords {
display: block;
font-weight: bold;
}
.power-card .power-action-type,
.power-card .power-range {
display: inline-block;
width: 50%;
float: left;
}
.power-card .power-target {
clear: both;
}
.power-card .attribute.power-effect {
height: auto;
padding-top: 3px;
padding-bottom: 3px;
background: linear-gradient(to right, #cad6ab, #ffffff);
}
.power-card .attribute.power-effect .label,
.power-card .attribute.power-effect .value {
display: inline;
}
.power-card .attribute.power-effect .value {
white-space: pre-wrap;
}
.power-card .card-done {
position: absolute;
bottom: -28px;
right: 0;
text-transform: uppercase;
color: white;
font-size: 18px;
pointer-events: none;
}
#MIUsed {
background-color: lightgray;
padding-left: 5px;
}
#combat.block #DeathSave.attribute .label,
#combat.block #SaveMods.attribute .label,
#combat.block #Resist.attribute .label,
#combat.block #Conditions.attribute .label,
#misc.block .attribute .label {
display: block;
color: #204560;
padding-top: 5px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-left: 0;
}
#combat.block #DeathSave.attribute .widget {
position: absolute;
right: 0;
top: 0;
}
#combat.block #SaveMods.attribute .value,
#combat.block #Resist.attribute .value,
#combat.block #Conditions.attribute .value,
#misc.block .attribute .value {
position: inherit;
width: inherit;
display: block;
height: 32px;
overflow-y: auto;
border: 1px solid lightgray;
padding: 5px;
}
#misc.block #Notes.attribute .value {
height: 100px;
}
| 0.40486 | 0.07333 |
:root {
--alt_col_1: rgb(255, 245, 238);
--alt_col_2: rgb(238, 75, 43);
--alt_col_3: rgb(211,211,211);
--alt_col_4: white;
--alt_col_5: rgb(150,150,150);
--alt_col_7: black;
--alt_col_8: rgb(250, 249, 246);
--font: Century Gothic, sans-serif;
}
body {
max-width: 1440px;
background-color: var(--alt_col_4);
margin: 0 auto;
min-width: 320px;
font-family: var(--font);
}
header {
background-color: var(--alt_col_1);
padding: 0.5rem 3%;
}
header h1 {
color: var(--alt_col_2);
margin: 0;
font-size: 1.5rem;
font-weight: bold;
display: inline-block;
}
#menuToggle {
display: none;
}
#menu {
display: none;
}
#menuLaptop {
margin: 0;
padding: 0.5rem 3%;
background-color: var(--alt_col_3);
color: var(--alt_col_7);
font-size: 1.1em;
display: block;
}
#menuLaptop ul {
margin: 0;
padding: 0;
list-style: none;
}
#menuLaptop ul li {
display: inline;
padding-right: 5%;
}
#menuLaptop a {
text-decoration: none;
outline: none;
transition: color 0.3s ease;
}
#menuLaptop a:link {
color: var(--alt_col_1);
}
#menuLaptop a:hover {
color: var(--alt_col_2);
cursor: pointer;
}
img {
width: 50%;
padding: 0.5rem 0rem;
}
main {
padding: 0.5rem 3%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: minmax(100px,auto);
gap: 0.5rem;
}
main h1 {
font-size: 1.4rem;
}
#intro {
background-color: var(--alt_col_8);
padding: 0.5rem 3%;
color: var(--alt_col_7);
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
}
#baseHeader {
background-color: var(--alt_col_1);
width: 100%;
}
#flexControl {
display: flex;
flex-direction: column;
}
#intro h1 {
color: var(--alt_col_7);
}
footer {
padding: 0.5rem 3%;
}
footer p {
margin: 0;
color: var(--alt_col_7);
}
#wrapper {
width: 100%;
background-color: var(--alt_col_4);
margin: 0 auto;
font-family: var(--font);
}
@media screen and (min-width: 768px) {
header h1 {
font-size: 4rem;
}
#intro h1 {
font-size: 2rem;
}
#tutorials {
width: 50%;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
}
#headerimg {
width: 115px;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
}
#flexControl {
flex-direction: row;
}
#flexControl p {
padding-top: 0.5rem;
padding-left: 0.5rem;
padding-bottom: 0.5rem;
}
}
@media screen and (min-width: 1024px) {
#intro p {
font-size: 18px;
}
}
|
public/styles/stylelaptop.css
|
:root {
--alt_col_1: rgb(255, 245, 238);
--alt_col_2: rgb(238, 75, 43);
--alt_col_3: rgb(211,211,211);
--alt_col_4: white;
--alt_col_5: rgb(150,150,150);
--alt_col_7: black;
--alt_col_8: rgb(250, 249, 246);
--font: Century Gothic, sans-serif;
}
body {
max-width: 1440px;
background-color: var(--alt_col_4);
margin: 0 auto;
min-width: 320px;
font-family: var(--font);
}
header {
background-color: var(--alt_col_1);
padding: 0.5rem 3%;
}
header h1 {
color: var(--alt_col_2);
margin: 0;
font-size: 1.5rem;
font-weight: bold;
display: inline-block;
}
#menuToggle {
display: none;
}
#menu {
display: none;
}
#menuLaptop {
margin: 0;
padding: 0.5rem 3%;
background-color: var(--alt_col_3);
color: var(--alt_col_7);
font-size: 1.1em;
display: block;
}
#menuLaptop ul {
margin: 0;
padding: 0;
list-style: none;
}
#menuLaptop ul li {
display: inline;
padding-right: 5%;
}
#menuLaptop a {
text-decoration: none;
outline: none;
transition: color 0.3s ease;
}
#menuLaptop a:link {
color: var(--alt_col_1);
}
#menuLaptop a:hover {
color: var(--alt_col_2);
cursor: pointer;
}
img {
width: 50%;
padding: 0.5rem 0rem;
}
main {
padding: 0.5rem 3%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: minmax(100px,auto);
gap: 0.5rem;
}
main h1 {
font-size: 1.4rem;
}
#intro {
background-color: var(--alt_col_8);
padding: 0.5rem 3%;
color: var(--alt_col_7);
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
}
#baseHeader {
background-color: var(--alt_col_1);
width: 100%;
}
#flexControl {
display: flex;
flex-direction: column;
}
#intro h1 {
color: var(--alt_col_7);
}
footer {
padding: 0.5rem 3%;
}
footer p {
margin: 0;
color: var(--alt_col_7);
}
#wrapper {
width: 100%;
background-color: var(--alt_col_4);
margin: 0 auto;
font-family: var(--font);
}
@media screen and (min-width: 768px) {
header h1 {
font-size: 4rem;
}
#intro h1 {
font-size: 2rem;
}
#tutorials {
width: 50%;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
}
#headerimg {
width: 115px;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
}
#flexControl {
flex-direction: row;
}
#flexControl p {
padding-top: 0.5rem;
padding-left: 0.5rem;
padding-bottom: 0.5rem;
}
}
@media screen and (min-width: 1024px) {
#intro p {
font-size: 18px;
}
}
| 0.428473 | 0.218232 |
@media (prefers-color-scheme: dark) {
html {
background-color: #2c3038;
color: #fbfefe;
}
.github {
fill: white;
}
#moon-toggle {
color: white;
}
}
@media (prefers-color-scheme: light) {
html {
background-color: #fafafa;
color: #030101;
}
.github {
fill: black;
}
#moon-toggle {
color: black;
}
}
@font-face {
font-family: "Product Sans";
src: url(\style\pxiDypQkot1TnFhsFMOfGShVF9eO.ttf);
}
body{
transition: .5s;
}
.night-mode {
color: #fbfefe !important;
background-color: #2c3038 !important;
}
.light-mode {
background-color: #fafafa !important;
color: #030101 !important;
}
.night-mode > #moon-toggle {
color: white;
}
::-webkit-scrollbar {
display: none;
}
body {
top: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
}
.col-md {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
main {
padding: calc(10px + 8vw * 0.6);
padding-bottom: calc(5vw);
}
.logo {
margin-bottom: 10vh;
width: 60px;
height: 60px;
}
.title {
font-size: calc(30px + 5vw * 0.6);
}
.desc {
font-size: calc(20px + 3vw * 0.6);
font-weight: 600;
width: calc(30px + 100% * 0.7);
}
.links {
margin-top: 22vh;
}
footer svg {
width: 38px;
height: 38px;
}
.instagram {
width: 35px;
height: 35px;
margin-left: 2px;
}
a {
text-decoration: none;
}
/*project part*/
.projects {
display: flex;
flex-direction: column;
background-color: #5379FF;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-top: 0;
padding-bottom: 0;
height: calc(100vh);
}
.titleContainer>.title {
color: #fbfefe;
margin-top: 15px;
font-size: calc(10px + 5vw * 0.6);
font-weight: 600;
}
.titleContainer {
display: flex;
}
.arrow-container {
display: flex;
width: 100%;
justify-content: center;
}
#arrow {
height: 50px;
width: 35px;
transform: scaleY(0.5);
opacity: 0.2;
}
.arrows {
display: flex;
justify-content: center;
opacity: .2;
margin-top: 18px;
}
.arrow {
width: 21px;
height: 5px;
border-radius: 2.5px;
background-color: #000;
}
.arrow-left {
transform: rotate(20deg);
margin-right: -5px;
}
.arrow-right {
transform: rotate(-20deg);
}
#moon-toggle {
position: fixed;
top: 6px;
right: 16px;
font-size: 26px;
text-decoration: none;
}
a:visited {
color: #030101;
}
.night-mode #moon-toggle:visited {
color: #fafefe;
}
svg.github {
transition: .5s;
}
.light-mode #moon-toggle {
color : black;
}
.night-mode svg.github {
fill: white;
}
.light-mode svg.github {
transition: .5s;
fill: black;
}
.logo > svg {
fill: #5379FF;
height: 100px;
}
|
style/style.css
|
@media (prefers-color-scheme: dark) {
html {
background-color: #2c3038;
color: #fbfefe;
}
.github {
fill: white;
}
#moon-toggle {
color: white;
}
}
@media (prefers-color-scheme: light) {
html {
background-color: #fafafa;
color: #030101;
}
.github {
fill: black;
}
#moon-toggle {
color: black;
}
}
@font-face {
font-family: "Product Sans";
src: url(\style\pxiDypQkot1TnFhsFMOfGShVF9eO.ttf);
}
body{
transition: .5s;
}
.night-mode {
color: #fbfefe !important;
background-color: #2c3038 !important;
}
.light-mode {
background-color: #fafafa !important;
color: #030101 !important;
}
.night-mode > #moon-toggle {
color: white;
}
::-webkit-scrollbar {
display: none;
}
body {
top: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
}
.col-md {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
main {
padding: calc(10px + 8vw * 0.6);
padding-bottom: calc(5vw);
}
.logo {
margin-bottom: 10vh;
width: 60px;
height: 60px;
}
.title {
font-size: calc(30px + 5vw * 0.6);
}
.desc {
font-size: calc(20px + 3vw * 0.6);
font-weight: 600;
width: calc(30px + 100% * 0.7);
}
.links {
margin-top: 22vh;
}
footer svg {
width: 38px;
height: 38px;
}
.instagram {
width: 35px;
height: 35px;
margin-left: 2px;
}
a {
text-decoration: none;
}
/*project part*/
.projects {
display: flex;
flex-direction: column;
background-color: #5379FF;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-top: 0;
padding-bottom: 0;
height: calc(100vh);
}
.titleContainer>.title {
color: #fbfefe;
margin-top: 15px;
font-size: calc(10px + 5vw * 0.6);
font-weight: 600;
}
.titleContainer {
display: flex;
}
.arrow-container {
display: flex;
width: 100%;
justify-content: center;
}
#arrow {
height: 50px;
width: 35px;
transform: scaleY(0.5);
opacity: 0.2;
}
.arrows {
display: flex;
justify-content: center;
opacity: .2;
margin-top: 18px;
}
.arrow {
width: 21px;
height: 5px;
border-radius: 2.5px;
background-color: #000;
}
.arrow-left {
transform: rotate(20deg);
margin-right: -5px;
}
.arrow-right {
transform: rotate(-20deg);
}
#moon-toggle {
position: fixed;
top: 6px;
right: 16px;
font-size: 26px;
text-decoration: none;
}
a:visited {
color: #030101;
}
.night-mode #moon-toggle:visited {
color: #fafefe;
}
svg.github {
transition: .5s;
}
.light-mode #moon-toggle {
color : black;
}
.night-mode svg.github {
fill: white;
}
.light-mode svg.github {
transition: .5s;
fill: black;
}
.logo > svg {
fill: #5379FF;
height: 100px;
}
| 0.612889 | 0.150934 |
footer {
margin-top: 15px;
width: 100%;
color: #333;
}
.contenedor-footer-all {
width: 100%;
max-width: 1200px;
margin: auto;
}
.container-footer-superior .input-email{
padding: 5px;
font-size: 15px;
width: 350px;
margin-right: 2px;
}
.suscribir {
position: relative;
display: flex;
align-items: center;
}
.suscribir input.valid ~ .icons .check{
opacity: 1;
visibility: visible;
transform: scale(1);
}
.suscribir input.invalid ~ .icons .x{
opacity: 1;
visibility: visible;
transform: scale(1);
}
.suscribir .icons {
position: absolute;
right: 90px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
width: 20px;
height: 20px;
transition: all .25s ease;
}
.suscribir .icons i {
position: absolute;
transition: all .25s ease;
font-size: 1.3rem;
opacity: 0;
/* right: 75px; */
visibility: hidden;
transform: scale(.5);
}
.suscribir .check {
color: #3aba6f;
text-shadow: 0px 5px 10px rgba(58, 186, 111, .3);
}
.suscribir .x {
color: rgb(240, 90, 92);
text-shadow: 0px 5px 10px rgba(240, 90, 92, .3);
}
.container-footer-superior .btn-suscribir{
font-size: 14px;
padding: 4px;
margin-right: 12px;
border: 1px solid transparent;
cursor: pointer;
}
.container-footer-superior .btn-suscribir:hover {
color: #7a7878;
}
.container-footer-all .container-footer-superior {
display: flex;
justify-content: space-between;
padding: 10px;
}
.container-footer-inferior {
display: flex;
padding:20px 0;
justify-content: space-evenly;
}
.container-footer-inferior h2{
font-size: 22px;
}
.container-footer-inferior div {
max-width: 400px;
}
.container-footer-inferior .row {
margin-top: 20px;
display: flex;
align-items: center;
}
.container-footer-inferior .columna-redes {
width: 400px;
}
.columna-nosotros p {
margin-top: 20px;
text-align: justify;
}
.container-copyright {
padding: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.columna-info .row img, .columna-redes .row img {
width: 36px;
height: 36px;
margin: 0 20px;
}
.container-copyright p{
font-weight: bold;
}
.container-copyright .columna-redes img {
width: 25px;
height: 25px;
}
|
client/css/footer.css
|
footer {
margin-top: 15px;
width: 100%;
color: #333;
}
.contenedor-footer-all {
width: 100%;
max-width: 1200px;
margin: auto;
}
.container-footer-superior .input-email{
padding: 5px;
font-size: 15px;
width: 350px;
margin-right: 2px;
}
.suscribir {
position: relative;
display: flex;
align-items: center;
}
.suscribir input.valid ~ .icons .check{
opacity: 1;
visibility: visible;
transform: scale(1);
}
.suscribir input.invalid ~ .icons .x{
opacity: 1;
visibility: visible;
transform: scale(1);
}
.suscribir .icons {
position: absolute;
right: 90px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
width: 20px;
height: 20px;
transition: all .25s ease;
}
.suscribir .icons i {
position: absolute;
transition: all .25s ease;
font-size: 1.3rem;
opacity: 0;
/* right: 75px; */
visibility: hidden;
transform: scale(.5);
}
.suscribir .check {
color: #3aba6f;
text-shadow: 0px 5px 10px rgba(58, 186, 111, .3);
}
.suscribir .x {
color: rgb(240, 90, 92);
text-shadow: 0px 5px 10px rgba(240, 90, 92, .3);
}
.container-footer-superior .btn-suscribir{
font-size: 14px;
padding: 4px;
margin-right: 12px;
border: 1px solid transparent;
cursor: pointer;
}
.container-footer-superior .btn-suscribir:hover {
color: #7a7878;
}
.container-footer-all .container-footer-superior {
display: flex;
justify-content: space-between;
padding: 10px;
}
.container-footer-inferior {
display: flex;
padding:20px 0;
justify-content: space-evenly;
}
.container-footer-inferior h2{
font-size: 22px;
}
.container-footer-inferior div {
max-width: 400px;
}
.container-footer-inferior .row {
margin-top: 20px;
display: flex;
align-items: center;
}
.container-footer-inferior .columna-redes {
width: 400px;
}
.columna-nosotros p {
margin-top: 20px;
text-align: justify;
}
.container-copyright {
padding: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.columna-info .row img, .columna-redes .row img {
width: 36px;
height: 36px;
margin: 0 20px;
}
.container-copyright p{
font-weight: bold;
}
.container-copyright .columna-redes img {
width: 25px;
height: 25px;
}
| 0.393851 | 0.067332 |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
background-color: #141414;
padding: 0;
margin: 0;
color: #fff;
font-family: 'Lato', sans-serif;
}
body .page{
margin: 20px 80px;
}
/* Barre de navigation */
nav{
display:flex;
flex-wrap:wrap;
justify-content: space-between;
position:sticky;
top: 0;
background-color: #141414;
padding: 10px 0px;
}
nav .onglets{
display:flex;
flex-wrap:wrap;
margin-top: 5px;
}
nav .onglets{
display:flex;
flex-wrap:wrap;
}
nav .onglets a {
margin-right: 20px;
cursor:pointer;
}
nav .buttons button{
padding: 13px 20px;
color: #fff;
border:none;
font-size: 15px;
cursor:pointer;
outline:none;
}
nav .buttons .login{
background-color: inherit;
margin-right: 10px;
color: #8f8f8f;
}
nav .buttons .register{
background-color: #f54266;
}
div.onglets a{
color: #ccc;
}
div.onglets a:hover{
color: #ff0000;
transition: 1s;
}
/* Fin de la barre de navigation
/* Header */
header{
margin-top: 40px;
background: url('https://officialpsds.com/imageview/rn/62/rn6205_large.png?1521316483');
background-repeat: no-repeat;
background-size: 400px 400px;
background-position: center;
}
header h1{
text-align:center;
font-size: 60px;
padding: 150px;
transition: transform 2.5s;
}
/* Fin du header */
/* milieu de page */
p.e{
color: #828282;
}
p.s{
color: #f54266;
}
h3.z{
color: #f54266;
}
h4.t{
color: red;
}
p.l{
color: #505050;
}
h1.g{
color: #929292;
}
h2 a.fg{
color: #fff;
background-color: #03b92b;
}
h2 a.fg:hover{
color: #fff;
background-color:#141414;
transition: 0,9s;
}
h4.qqz{
color: #f54266;
}
p.jsq{
color: #505050;
}
/* fin milieu de page */
h3.ettu{
color: yellow;
}
/* Pied de page */
footer{
background-color: #1a1a1a;
padding: 25px 100px;
color:#828282;
}
footer .colonnes{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .colonnes p a{
color: #8f8f8f;
}
footer .colonnes p a:hover{
color: #ffffff;
transition: 0,3s;
}
div.colonness{
color: #ff0000;
}
/* Fin du pied de page */
@media screen and (max-width: 640px){
body .page{
margin: 10px;
}
nav .onglets{
display:none;
}
header{
margin-top: 20px;
background-size: 250px 250px;
}
header h1{
font-size: 30px;
padding: 100px;
}
}
|
style.css
|
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
background-color: #141414;
padding: 0;
margin: 0;
color: #fff;
font-family: 'Lato', sans-serif;
}
body .page{
margin: 20px 80px;
}
/* Barre de navigation */
nav{
display:flex;
flex-wrap:wrap;
justify-content: space-between;
position:sticky;
top: 0;
background-color: #141414;
padding: 10px 0px;
}
nav .onglets{
display:flex;
flex-wrap:wrap;
margin-top: 5px;
}
nav .onglets{
display:flex;
flex-wrap:wrap;
}
nav .onglets a {
margin-right: 20px;
cursor:pointer;
}
nav .buttons button{
padding: 13px 20px;
color: #fff;
border:none;
font-size: 15px;
cursor:pointer;
outline:none;
}
nav .buttons .login{
background-color: inherit;
margin-right: 10px;
color: #8f8f8f;
}
nav .buttons .register{
background-color: #f54266;
}
div.onglets a{
color: #ccc;
}
div.onglets a:hover{
color: #ff0000;
transition: 1s;
}
/* Fin de la barre de navigation
/* Header */
header{
margin-top: 40px;
background: url('https://officialpsds.com/imageview/rn/62/rn6205_large.png?1521316483');
background-repeat: no-repeat;
background-size: 400px 400px;
background-position: center;
}
header h1{
text-align:center;
font-size: 60px;
padding: 150px;
transition: transform 2.5s;
}
/* Fin du header */
/* milieu de page */
p.e{
color: #828282;
}
p.s{
color: #f54266;
}
h3.z{
color: #f54266;
}
h4.t{
color: red;
}
p.l{
color: #505050;
}
h1.g{
color: #929292;
}
h2 a.fg{
color: #fff;
background-color: #03b92b;
}
h2 a.fg:hover{
color: #fff;
background-color:#141414;
transition: 0,9s;
}
h4.qqz{
color: #f54266;
}
p.jsq{
color: #505050;
}
/* fin milieu de page */
h3.ettu{
color: yellow;
}
/* Pied de page */
footer{
background-color: #1a1a1a;
padding: 25px 100px;
color:#828282;
}
footer .colonnes{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .colonnes p a{
color: #8f8f8f;
}
footer .colonnes p a:hover{
color: #ffffff;
transition: 0,3s;
}
div.colonness{
color: #ff0000;
}
/* Fin du pied de page */
@media screen and (max-width: 640px){
body .page{
margin: 10px;
}
nav .onglets{
display:none;
}
header{
margin-top: 20px;
background-size: 250px 250px;
}
header h1{
font-size: 30px;
padding: 100px;
}
}
| 0.296858 | 0.042942 |
@font-face {font-family: 'iconfont';
src: url('../icon/iconfont.eot'); /* IE9*/
src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../icon/iconfont.woff') format('woff'), /* chrome、firefox */
url('../icon/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('../icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.icon{
font-family:"iconfont" !important;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
padding: 0 5px;
}
body{
background-image: url(../img/back.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.pl10{
padding-left: 10px;
}
.fl{
float: left;
}
.fr{
float: right;
}
.container{
padding-top: 70px;
padding-left: 100px;
width: 700px;
height: 400px;
}
.container h1{
font-size: 2.5em;
color: #fff;
}
.player{
width: 100%;
height: 400px;
margin-top: 10px;
}
.music{
width: 300px;
height: 400px;
color: #666;
background: #fff;
}
.music img{
margin: 15px 65px 0 65px;
width: 170px;
height: 240px;
}
.music h2{
color: #111;
font-size: 1.5em;
line-height: 1em;
}
.music h3{
line-height: 0.8em;
font-size: 0.9em
}
.music p{
line-height: 1.5em;
font-size: 0.89em
}
.control{
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
.control span{
padding: 0 22px;
font-size: 1.7em;
}
.timeline{
height: 2px;
margin-top: 3px;
background: #C3C3C3;
cursor: pointer;
}
.dot{
display: inline-block;
position: relative;
top: -14px;
left: 0;
width: 6px;
height: 6px;
border-radius: 3px;
box-shadow: 0 0 5px #2985f2;
background: #fefefe;
}
.sounddot{
display: inline-block;
position: relative;
top: -16px;
left: 50px;
width: 6px;
height: 6px;
border-radius: 3px;
box-shadow: 0 0 5px #2985f2;
background: #fefefe;
}
.music .now{
font-size: 1.5em;
font-weight: lighter;
}
.showtime{
width: 100px;
}
.souconcrol{
width: 157px;
margin-top: 7px;
}
.sound{
position: relative;
top: 14px;
display: inline-block;
height: 3px;
margin-bottom: 3px;
margin-right: 5px;
background: #C3C3C3;
cursor: pointer;
}
.inside{
height: 100%;
background-color: #2985f2;
}
.lrc{
width: 360px;
height: 360px;
padding: 20px;
background: rgba(0,0,0,0.4);
font-size: 0.9em;
color: #fff;
text-align: center;
overflow: hidden;
position: relative;
}
.lrc ul{
top: 200px;
transition: 0.7s;
position: relative;
}
.lrc li{
transition: 0.5s;
}
.lrc .active{
color: rgba(172,83,232,1);
font-size: 1.1em;
text-shadow: 0 0 1px #9E8BA7;
}
|
Rizzle/myPlayer/css/style.css
|
@font-face {font-family: 'iconfont';
src: url('../icon/iconfont.eot'); /* IE9*/
src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../icon/iconfont.woff') format('woff'), /* chrome、firefox */
url('../icon/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('../icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.icon{
font-family:"iconfont" !important;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
padding: 0 5px;
}
body{
background-image: url(../img/back.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.pl10{
padding-left: 10px;
}
.fl{
float: left;
}
.fr{
float: right;
}
.container{
padding-top: 70px;
padding-left: 100px;
width: 700px;
height: 400px;
}
.container h1{
font-size: 2.5em;
color: #fff;
}
.player{
width: 100%;
height: 400px;
margin-top: 10px;
}
.music{
width: 300px;
height: 400px;
color: #666;
background: #fff;
}
.music img{
margin: 15px 65px 0 65px;
width: 170px;
height: 240px;
}
.music h2{
color: #111;
font-size: 1.5em;
line-height: 1em;
}
.music h3{
line-height: 0.8em;
font-size: 0.9em
}
.music p{
line-height: 1.5em;
font-size: 0.89em
}
.control{
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
.control span{
padding: 0 22px;
font-size: 1.7em;
}
.timeline{
height: 2px;
margin-top: 3px;
background: #C3C3C3;
cursor: pointer;
}
.dot{
display: inline-block;
position: relative;
top: -14px;
left: 0;
width: 6px;
height: 6px;
border-radius: 3px;
box-shadow: 0 0 5px #2985f2;
background: #fefefe;
}
.sounddot{
display: inline-block;
position: relative;
top: -16px;
left: 50px;
width: 6px;
height: 6px;
border-radius: 3px;
box-shadow: 0 0 5px #2985f2;
background: #fefefe;
}
.music .now{
font-size: 1.5em;
font-weight: lighter;
}
.showtime{
width: 100px;
}
.souconcrol{
width: 157px;
margin-top: 7px;
}
.sound{
position: relative;
top: 14px;
display: inline-block;
height: 3px;
margin-bottom: 3px;
margin-right: 5px;
background: #C3C3C3;
cursor: pointer;
}
.inside{
height: 100%;
background-color: #2985f2;
}
.lrc{
width: 360px;
height: 360px;
padding: 20px;
background: rgba(0,0,0,0.4);
font-size: 0.9em;
color: #fff;
text-align: center;
overflow: hidden;
position: relative;
}
.lrc ul{
top: 200px;
transition: 0.7s;
position: relative;
}
.lrc li{
transition: 0.5s;
}
.lrc .active{
color: rgba(172,83,232,1);
font-size: 1.1em;
text-shadow: 0 0 1px #9E8BA7;
}
| 0.227985 | 0.04725 |
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Thin.eot');
src: local('Gotham-Thin'),
url('../webfonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Thin.woff2') format('woff2'),
url('../webfonts/Gotham-Thin.woff') format('woff'),
url('../webfonts/Gotham-Thin.ttf') format('truetype'),
url('../webfonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
font-weight: 100;
font-style: normal;
font-display: block;
}
/* (Gotham-Thin Italic) weight: 100, style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-ThinItalic.eot');
src: local('Gotham-ThinItalic'),
url('../webfonts/Gotham-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-ThinItalic.woff2') format('woff2'),
url('../webfonts/Gotham-ThinItalic.woff') format('woff'),
url('../webfonts/Gotham-ThinItalic.ttf') format('truetype'),
url('../webfonts/Gotham-ThinItalic.svg#Gotham-ThinItalic') format('svg');
font-weight: 100;
font-style: italic;
font-display: block;
}
/* (Gotham-Light) weight: 300, style: normal */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Light.eot');
src: local('Gotham-Light'),
url('../webfonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Light.woff2') format('woff2'),
url('../webfonts/Gotham-Light.woff') format('woff'),
url('../webfonts/Gotham-Light.ttf') format('truetype'),
url('../webfonts/Gotham-Light.svg#Gotham-Light') format('svg');
font-weight: 300;
font-style: normal;
font-display: block;
}
/* (Gotham-Light Italic) weight: 300 style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-LightItalic.eot');
src: local('Gotham-LightItalic'),
url('../webfonts/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-LightItalic.woff2') format('woff2'),
url('../webfonts/Gotham-LightItalic.woff') format('woff'),
url('../webfonts/Gotham-LightItalic.ttf') format('truetype'),
url('../webfonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
font-weight: 300;
font-style: italic;
font-display: block;
}
/*
------------------------------------------------------------
Normal
------------------------------------------------------------
*/
/* (Gotham-Book) weight: normal, style: normal */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Book.eot');
src: local('Gotham-Book'),
url('../webfonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Book.woff2') format('woff2'),
url('../webfonts/Gotham-Book.woff') format('woff'),
url('../webfonts/Gotham-Book.ttf') format('truetype'),
url('../webfonts/Gotham-Book.svg#Gotham-Book') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
/* (Gotham-Book) weight: normal, style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-BookItalic.eot');
src: local('Gotham-BookItalic'),
url('../webfonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-BookItalic.woff2') format('woff2'),
url('../webfonts/Gotham-BookItalic.woff') format('woff'),
url('../webfonts/Gotham-BookItalic.ttf') format('truetype'),
url('../webfonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
font-weight: normal;
font-style: italic;
font-display: block;
}
/*
------------------------------------------------------------
Bold
------------------------------------------------------------
*/
/* (Gotham-Bold) weight: bold style: normal */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Bold.eot');
src: local('Gotham-Bold'),
url('../webfonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Bold.woff2') format('woff2'),
url('../webfonts/Gotham-Bold.woff') format('woff'),
url('../webfonts/Gotham-Bold.ttf') format('truetype'),
url('../webfonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: block;
}
/* (Gotham-Bold Italic) weight: bold style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-BoldItalic.eot');
src: local('Gotham-BoldItalic'),
url('../webfonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-BoldItalic.woff2') format('woff2'),
url('../webfonts/Gotham-BoldItalic.woff') format('woff'),
url('../webfonts/Gotham-BoldItalic.ttf') format('truetype'),
url('../webfonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
font-weight: bold;
font-style: italic;
font-display: block;
}
|
css/index.css
|
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Thin.eot');
src: local('Gotham-Thin'),
url('../webfonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Thin.woff2') format('woff2'),
url('../webfonts/Gotham-Thin.woff') format('woff'),
url('../webfonts/Gotham-Thin.ttf') format('truetype'),
url('../webfonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
font-weight: 100;
font-style: normal;
font-display: block;
}
/* (Gotham-Thin Italic) weight: 100, style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-ThinItalic.eot');
src: local('Gotham-ThinItalic'),
url('../webfonts/Gotham-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-ThinItalic.woff2') format('woff2'),
url('../webfonts/Gotham-ThinItalic.woff') format('woff'),
url('../webfonts/Gotham-ThinItalic.ttf') format('truetype'),
url('../webfonts/Gotham-ThinItalic.svg#Gotham-ThinItalic') format('svg');
font-weight: 100;
font-style: italic;
font-display: block;
}
/* (Gotham-Light) weight: 300, style: normal */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Light.eot');
src: local('Gotham-Light'),
url('../webfonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Light.woff2') format('woff2'),
url('../webfonts/Gotham-Light.woff') format('woff'),
url('../webfonts/Gotham-Light.ttf') format('truetype'),
url('../webfonts/Gotham-Light.svg#Gotham-Light') format('svg');
font-weight: 300;
font-style: normal;
font-display: block;
}
/* (Gotham-Light Italic) weight: 300 style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-LightItalic.eot');
src: local('Gotham-LightItalic'),
url('../webfonts/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-LightItalic.woff2') format('woff2'),
url('../webfonts/Gotham-LightItalic.woff') format('woff'),
url('../webfonts/Gotham-LightItalic.ttf') format('truetype'),
url('../webfonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
font-weight: 300;
font-style: italic;
font-display: block;
}
/*
------------------------------------------------------------
Normal
------------------------------------------------------------
*/
/* (Gotham-Book) weight: normal, style: normal */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Book.eot');
src: local('Gotham-Book'),
url('../webfonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Book.woff2') format('woff2'),
url('../webfonts/Gotham-Book.woff') format('woff'),
url('../webfonts/Gotham-Book.ttf') format('truetype'),
url('../webfonts/Gotham-Book.svg#Gotham-Book') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
/* (Gotham-Book) weight: normal, style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-BookItalic.eot');
src: local('Gotham-BookItalic'),
url('../webfonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-BookItalic.woff2') format('woff2'),
url('../webfonts/Gotham-BookItalic.woff') format('woff'),
url('../webfonts/Gotham-BookItalic.ttf') format('truetype'),
url('../webfonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
font-weight: normal;
font-style: italic;
font-display: block;
}
/*
------------------------------------------------------------
Bold
------------------------------------------------------------
*/
/* (Gotham-Bold) weight: bold style: normal */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-Bold.eot');
src: local('Gotham-Bold'),
url('../webfonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-Bold.woff2') format('woff2'),
url('../webfonts/Gotham-Bold.woff') format('woff'),
url('../webfonts/Gotham-Bold.ttf') format('truetype'),
url('../webfonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: block;
}
/* (Gotham-Bold Italic) weight: bold style: italic */
@font-face {
font-family: 'Gotham';
src: url('../webfonts/Gotham-BoldItalic.eot');
src: local('Gotham-BoldItalic'),
url('../webfonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gotham-BoldItalic.woff2') format('woff2'),
url('../webfonts/Gotham-BoldItalic.woff') format('woff'),
url('../webfonts/Gotham-BoldItalic.ttf') format('truetype'),
url('../webfonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
font-weight: bold;
font-style: italic;
font-display: block;
}
| 0.190084 | 0.088426 |
@charset "utf-8";
/*------------------------------------------------------------
index
------------------------------------------------------------*/
body {
height: 100%;
width: 100%;
padding: 0;
/*position: absolute;
left: 0;
top: 0;*/
background-color: #f9f9f7;
/*background-image: -webkit-gradient( linear, left bottom,left top,color-stop(0, #DDD),color-stop(1, #000));
background-image: gradient( linear, left bottom,left top,color-stop(0, #DDD),color-stop(1, #000));*/
}
.section {
width: 380px;
margin: 0 auto;
padding-top: 180px;
}
h1 {
font-size: 26px;
color: #000;
/*text-shadow: 3px 3px 2px #777;*/
text-align: center;
margin: 0 20px 10px;
}
h2 {
font-size: 20px;
color: #666;
margin-bottom: 20px;
line-height: 36px;
letter-spacing: 2px;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 4px;
}
h2 span {
display: block;
border-bottom: 2px solid #e1e1e1;
}
.loginBox {
margin: 0 auto;
background-color: #fbfbfb;
border: 1px solid #e1e1e1;
padding: 20px 30px;
}
.loginBox li {
padding-bottom: 15px;
position: relative;
}
.loginBox li input {
width: 99%;
border-radius: 5px;
text-indent: 40px;
}
.loginBox li:last-child input {
text-indent: 0;
}
.loginBox li .icon {
display: block;
position: absolute;
width: 30px;
height: 30px;
left: 1px;
top: 1px;
background-color: #ededed;
text-align: center;
line-height: 27px;
border-radius: 5px 0 0 5px;
border-right: 1px solid #DDD;
}
/*.loginBox dl {
color: #666;
margin-bottom: 10px;
}
.loginBox dt {
font-size: 15px;
padding: 5px 0;
float: left;
width: 86px;
line-height: 30px;
}
.loginBox dt:first-child {
letter-spacing: -1.5px;
}
.loginBox dd {
padding: 5px 0 5px 86px;
}
.loginBox dd input {
width: 100%;
}
.loginBox dd input:hover {
border: 1px solid #95b7ee;
}
.loginBox dd .code {
width: 70px;
padding-left: 10px;
}
.loginBox .btnBox {
text-align: center;
}
.loginBox .btnBox input {
border-radius: 4px;
width: 80px;
margin: 0 15px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #086), color-stop(1, #096));
height: 30px;
color: #FFF;
border: none;
font-size: 15px;
cursor: pointer;
}
.loginBox .btnBox input:hover {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#096), color-stop(1, #076));
}*/
|
WebRoot/style/user/css/login.css
|
@charset "utf-8";
/*------------------------------------------------------------
index
------------------------------------------------------------*/
body {
height: 100%;
width: 100%;
padding: 0;
/*position: absolute;
left: 0;
top: 0;*/
background-color: #f9f9f7;
/*background-image: -webkit-gradient( linear, left bottom,left top,color-stop(0, #DDD),color-stop(1, #000));
background-image: gradient( linear, left bottom,left top,color-stop(0, #DDD),color-stop(1, #000));*/
}
.section {
width: 380px;
margin: 0 auto;
padding-top: 180px;
}
h1 {
font-size: 26px;
color: #000;
/*text-shadow: 3px 3px 2px #777;*/
text-align: center;
margin: 0 20px 10px;
}
h2 {
font-size: 20px;
color: #666;
margin-bottom: 20px;
line-height: 36px;
letter-spacing: 2px;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 4px;
}
h2 span {
display: block;
border-bottom: 2px solid #e1e1e1;
}
.loginBox {
margin: 0 auto;
background-color: #fbfbfb;
border: 1px solid #e1e1e1;
padding: 20px 30px;
}
.loginBox li {
padding-bottom: 15px;
position: relative;
}
.loginBox li input {
width: 99%;
border-radius: 5px;
text-indent: 40px;
}
.loginBox li:last-child input {
text-indent: 0;
}
.loginBox li .icon {
display: block;
position: absolute;
width: 30px;
height: 30px;
left: 1px;
top: 1px;
background-color: #ededed;
text-align: center;
line-height: 27px;
border-radius: 5px 0 0 5px;
border-right: 1px solid #DDD;
}
/*.loginBox dl {
color: #666;
margin-bottom: 10px;
}
.loginBox dt {
font-size: 15px;
padding: 5px 0;
float: left;
width: 86px;
line-height: 30px;
}
.loginBox dt:first-child {
letter-spacing: -1.5px;
}
.loginBox dd {
padding: 5px 0 5px 86px;
}
.loginBox dd input {
width: 100%;
}
.loginBox dd input:hover {
border: 1px solid #95b7ee;
}
.loginBox dd .code {
width: 70px;
padding-left: 10px;
}
.loginBox .btnBox {
text-align: center;
}
.loginBox .btnBox input {
border-radius: 4px;
width: 80px;
margin: 0 15px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #086), color-stop(1, #096));
height: 30px;
color: #FFF;
border: none;
font-size: 15px;
cursor: pointer;
}
.loginBox .btnBox input:hover {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#096), color-stop(1, #076));
}*/
| 0.153644 | 0.046098 |
html {
font-family: 'Roboto', sans-serif;
}
#login-page {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background-image: url('../../assets/icon_mulher.svg');
background-repeat: no-repeat;
background-position: center;
background-position-x: calc(250px + 55%);
}
#notification {
height: 6vh;
width: calc(200px + 10%);
display: none;
flex-direction: row;
position: absolute;
top: 2vh;
left: 2vw;
animation: swipeon 250ms both;
opacity: 85%;
}
#textbox {
width: 87%;
display: flex;
font-size: 14px;
align-items: center;
justify-content: center;
/* Green 3 */
background: var(--color-primary);
border-radius: 10px 0px 0px 10px;
}
#xbox {
width: 13%;
background: var(--color-primary-darker);
border-radius: 0px 10px 10px 0px;
display: flex;
align-items: center;
justify-content: center;
}
#wrapper {
width: calc(10% + 300px);
max-width: 400px;
}
#logo {
margin: 2vh 0;
text-align: center;
}
#logo img {
height: 4vh;
}
.form {
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
/* Gray 6 */
background: var(--color-background);
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
#form-login {
display: flex;
height: 38vh;
}
#form-register {
display: none;
height: 55vh;
animation: transition 150ms;
}
.form input {
padding: 0 10px;
width: 80%;
margin: 1vh 0;
height: 6vh;
background: var(--color-white);
border-radius: 10px;
border: none;
outline: none;
}
.button {
background: var(--color-primary);
border-radius: 10px;
border: none;
outline-color: #999999;
width: calc(80% + 20px);
margin: 2vh 0 1.5vh;
height: 6vh;
}
.holder {
text-align: center;
}
.holder span {
color: var(--color-text-primary);
font-size: 14px;
}
.holder a {
color: var(--color-secondary);
text-decoration: none;
font-size: 1.43rem;
}
#notificationtext {
font-size: 1.43rem;
}
/* -------- ANIMAÇÕES -------- */
@keyframes transition {
from {
height: 38vh;
}
to {
height: 55vh;
}
}
@keyframes swipeon {
from {
position: absolute;
left: -300px;
}
to {
position: absolute;
left: 2vw;
}
}
|
front-end/pages/Login/styles.css
|
html {
font-family: 'Roboto', sans-serif;
}
#login-page {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background-image: url('../../assets/icon_mulher.svg');
background-repeat: no-repeat;
background-position: center;
background-position-x: calc(250px + 55%);
}
#notification {
height: 6vh;
width: calc(200px + 10%);
display: none;
flex-direction: row;
position: absolute;
top: 2vh;
left: 2vw;
animation: swipeon 250ms both;
opacity: 85%;
}
#textbox {
width: 87%;
display: flex;
font-size: 14px;
align-items: center;
justify-content: center;
/* Green 3 */
background: var(--color-primary);
border-radius: 10px 0px 0px 10px;
}
#xbox {
width: 13%;
background: var(--color-primary-darker);
border-radius: 0px 10px 10px 0px;
display: flex;
align-items: center;
justify-content: center;
}
#wrapper {
width: calc(10% + 300px);
max-width: 400px;
}
#logo {
margin: 2vh 0;
text-align: center;
}
#logo img {
height: 4vh;
}
.form {
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
/* Gray 6 */
background: var(--color-background);
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
#form-login {
display: flex;
height: 38vh;
}
#form-register {
display: none;
height: 55vh;
animation: transition 150ms;
}
.form input {
padding: 0 10px;
width: 80%;
margin: 1vh 0;
height: 6vh;
background: var(--color-white);
border-radius: 10px;
border: none;
outline: none;
}
.button {
background: var(--color-primary);
border-radius: 10px;
border: none;
outline-color: #999999;
width: calc(80% + 20px);
margin: 2vh 0 1.5vh;
height: 6vh;
}
.holder {
text-align: center;
}
.holder span {
color: var(--color-text-primary);
font-size: 14px;
}
.holder a {
color: var(--color-secondary);
text-decoration: none;
font-size: 1.43rem;
}
#notificationtext {
font-size: 1.43rem;
}
/* -------- ANIMAÇÕES -------- */
@keyframes transition {
from {
height: 38vh;
}
to {
height: 55vh;
}
}
@keyframes swipeon {
from {
position: absolute;
left: -300px;
}
to {
position: absolute;
left: 2vw;
}
}
| 0.481941 | 0.069038 |
* {
margin: 0;
padding: 0;
}
em {
font-family: Lobster;
font-style:normal;
color: #e5e5e5;
}
body {
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #000;
cursor:default;
}
a, a:hover, a:active{
text-decoration:none;
color: #E5E5E5;
}
body p {
margin: 0;
}
input[type='text'], input[type='password'], input[type='email'] {
padding-left: 30px;
color: #000;
font-size: 16px;
outline: none !important;
-o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s; transition: all .2s;
}
/* Navigation Bar */
.navplaceholder {
height:102px;
}
nav {
-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
box-shadow: 0 2px 3px rgba(0,0,0,.4);
background: #0F2834;
overflow:hidden;
position:relative;
padding:10px 0 0 0;
width: 100%;
z-index:99999 !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
margin-bottom: -48px;
}
.sticky {
position:fixed;
width:100%;
top:0px;
left:0px;
z-index:9000;
border-top:0;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.sticky .navbar-brand.logo {
margin-top: 8px;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.sticky ul.nav li {
margin-top:8px;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.nav-scrolled,
.imgcontainer {
position:fixed;
top:0;
width:100%;
}
nav.navbar {
margin-bottom:0px;
border: 0px;
border-radius: 0;
}
ul.nav li {
border:2px solid rgba(255, 255, 255, 0);
padding: 17px 15px;
text-align:center;
}
ul.nav li a {
color: #E5E5E5;
font-size:14px;
font-weight:700;
padding:0;
text-transform:uppercase;
background:none !important;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
ul.nav li a:hover {
color: #e75967;
background:none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
nav .navbar-brand {
height:75px;
}
.navbar-brand.logo {
padding-top:0px;
font-family:Lobster;
}
.navbar-brand.logo:hover p{
color: #e75967;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar-brand p {
margin-bottom: 0;
text-align:right;
color:#E5E5E5;
font-size:32px;
}
.navbar-brand .special {
margin-bottom:7px;
}
.icon-bar {
color: #E5E5E5;
background: #E5E5E5;
}
/* Main Content for when user not logged in */
.loginwrapper {
width:100%;
height:100%;
overflow:hidden;
position:absolute;
top:0;
left:0;
/*background: url('/mychef/assets/img/backgrounds/4.jpg') #67282E;*/
background-size:cover;
background-attachment:fixed;
}
.loginbox {
width: 450px;
margin: auto;
height: 341px;
position: relative;
margin-top: 17%;
/*top: 50%;
transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);*/
color: #E5E5E5;
border-radius: 10px;
padding:0px 0px 60px 0px;
}
.loginhead {
height: auto;
width: 100%;
background-color: rgba(15,40,52,.6);
padding: 20px 0;
overflow: hidden;
text-align: center;
}
.logo {
font-size: 32px;
}
#formerror {
padding-top:8px;
color: red;
font-size: 12px;
height:35px;
}
.loginform{
width: 100%;
background-color: rgba(255,255,255,.6);
text-align: center;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.loginform input {
margin-bottom: 10px;
width: 300px;
height:30px;
background-color: rgba(255,255,255,.85);
border:1px solid rgba(0,0,0,0.38);
}
.loginform input[type="submit"]{
width: 100%;
height: 64.5px;
color: #fff;
margin-bottom: 0px;
background-color: rgba(15,40,52,.6);
outline: none !important;
border: none !important;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
input:focus {
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.loginform input[type="submit"]:hover{
background-color: rgba(231,89,103,.8);
-o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s; transition: all .2s;
}
input[type="password"] {
margin-bottom: 0;
}
.userinputs {
display: inline-block;
position:relative;
margin-top: 30px;
}
small em {
color: #0F2834;
font-size: 20px;
letter-spacing: .6px;
}
small {
color: #0F2834;
font-size: 12px;
margin-top: 5px;
display: inline-block;
letter-spacing: 1px;
}
.copyright {
padding-bottom:15px;
background-color: rgba(101,101,101,.2);
}
.inputwrap {
position: relative;
}
i.fa {
position: absolute;
top: 7.5px;
left: 10px;
color: rgba(15,40,52,.6);
}
|
assets/css/login.css
|
* {
margin: 0;
padding: 0;
}
em {
font-family: Lobster;
font-style:normal;
color: #e5e5e5;
}
body {
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #000;
cursor:default;
}
a, a:hover, a:active{
text-decoration:none;
color: #E5E5E5;
}
body p {
margin: 0;
}
input[type='text'], input[type='password'], input[type='email'] {
padding-left: 30px;
color: #000;
font-size: 16px;
outline: none !important;
-o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s; transition: all .2s;
}
/* Navigation Bar */
.navplaceholder {
height:102px;
}
nav {
-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
box-shadow: 0 2px 3px rgba(0,0,0,.4);
background: #0F2834;
overflow:hidden;
position:relative;
padding:10px 0 0 0;
width: 100%;
z-index:99999 !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
margin-bottom: -48px;
}
.sticky {
position:fixed;
width:100%;
top:0px;
left:0px;
z-index:9000;
border-top:0;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.sticky .navbar-brand.logo {
margin-top: 8px;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.sticky ul.nav li {
margin-top:8px;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.nav-scrolled,
.imgcontainer {
position:fixed;
top:0;
width:100%;
}
nav.navbar {
margin-bottom:0px;
border: 0px;
border-radius: 0;
}
ul.nav li {
border:2px solid rgba(255, 255, 255, 0);
padding: 17px 15px;
text-align:center;
}
ul.nav li a {
color: #E5E5E5;
font-size:14px;
font-weight:700;
padding:0;
text-transform:uppercase;
background:none !important;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
ul.nav li a:hover {
color: #e75967;
background:none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
nav .navbar-brand {
height:75px;
}
.navbar-brand.logo {
padding-top:0px;
font-family:Lobster;
}
.navbar-brand.logo:hover p{
color: #e75967;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar-brand p {
margin-bottom: 0;
text-align:right;
color:#E5E5E5;
font-size:32px;
}
.navbar-brand .special {
margin-bottom:7px;
}
.icon-bar {
color: #E5E5E5;
background: #E5E5E5;
}
/* Main Content for when user not logged in */
.loginwrapper {
width:100%;
height:100%;
overflow:hidden;
position:absolute;
top:0;
left:0;
/*background: url('/mychef/assets/img/backgrounds/4.jpg') #67282E;*/
background-size:cover;
background-attachment:fixed;
}
.loginbox {
width: 450px;
margin: auto;
height: 341px;
position: relative;
margin-top: 17%;
/*top: 50%;
transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);*/
color: #E5E5E5;
border-radius: 10px;
padding:0px 0px 60px 0px;
}
.loginhead {
height: auto;
width: 100%;
background-color: rgba(15,40,52,.6);
padding: 20px 0;
overflow: hidden;
text-align: center;
}
.logo {
font-size: 32px;
}
#formerror {
padding-top:8px;
color: red;
font-size: 12px;
height:35px;
}
.loginform{
width: 100%;
background-color: rgba(255,255,255,.6);
text-align: center;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.loginform input {
margin-bottom: 10px;
width: 300px;
height:30px;
background-color: rgba(255,255,255,.85);
border:1px solid rgba(0,0,0,0.38);
}
.loginform input[type="submit"]{
width: 100%;
height: 64.5px;
color: #fff;
margin-bottom: 0px;
background-color: rgba(15,40,52,.6);
outline: none !important;
border: none !important;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
input:focus {
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.loginform input[type="submit"]:hover{
background-color: rgba(231,89,103,.8);
-o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s; transition: all .2s;
}
input[type="password"] {
margin-bottom: 0;
}
.userinputs {
display: inline-block;
position:relative;
margin-top: 30px;
}
small em {
color: #0F2834;
font-size: 20px;
letter-spacing: .6px;
}
small {
color: #0F2834;
font-size: 12px;
margin-top: 5px;
display: inline-block;
letter-spacing: 1px;
}
.copyright {
padding-bottom:15px;
background-color: rgba(101,101,101,.2);
}
.inputwrap {
position: relative;
}
i.fa {
position: absolute;
top: 7.5px;
left: 10px;
color: rgba(15,40,52,.6);
}
| 0.353763 | 0.085442 |
/*index*/
.header {height:156px; width:100%; background:#fff}
.container{width:1020px; margin:0 auto;}
.head_top{height:116px;}
.head_top .logo{margin-top:22px;}
.head_top .phone{text-align:right; margin-top:24px;}
.header .nav_bar{width:100%;height:40px;background:#c7412d}
.header .nav{width:910;height:40px;float:left;}
.nav li{width:128px; float:left;}
.nav li#m1{width:90px; display:block; text-align:center;}
.nav li#m1 a{width:90px; height:40px; display:block; text-align:center;}
.nav li a{width:128px; height:40px; display:block; text-align:center;}
.nav li a.curr,.nav li a:hover{background:#ad2511;}
.nav .m{position:relative; width:128px; float:left; height:40px; background:url(../images/nav_li.gif) center 0 no-repeat;z-index:999;}
.nav h3{width:128px; float:left; overflow:hidden; }
.nav h3 a{height:40px;}
.header .nav .sub{ display:none; /*默认隐藏*/ width:128px; position:absolute; left:0px; top:40px; text-align:center; padding:0;}
.nav .sub li{ vertical-align:middle; }
.nav .sub li a{ height:28px; line-height:28px; display:block; background:#fff; color:#555; filter:alpha(opacity=70); opacity:0.7;}
.nav .sub li a:hover{ color:#fff; background:#fdbc08;}
/*search*/
.search{width:180px; float:right; height:40px; background:url(../images/ss.gif) 0 center no-repeat;}
.search .s_pad{padding:7px 0}
.search .ss_txt{ width:148px; height:26px; text-indent:4px; line-height:26px; float:left; border:none; background:none; font-size:14px; color:#333;overflow:hidden;}
.search .ss_bott{ width:28px; height:26px; float:right; border:none; background:none; cursor:pointer; overflow:hidden;}
/*banner*/
.banner{ width:100%;height:395px; overflow:hidden; z-index:-1;}
.focusBox{position:relative;width:100%;height:395px;overflow:hidden}
.focusBox .pic{position:relative;z-index:0}
.focusBox .pic li{width:100%;height:395px; display:block}
.focusBox .pic li a{width:100%;height:395px; display:block}
.focusBox .hd{width:100%;position:absolute;bottom:10px;text-align:center;font-size:0;z-index:1}
.focusBox .hd li{margin:0 3px;background:url(../images/dot.png) no-repeat 0 -17px;height:17px;overflow:hidden;width:17px;cursor:pointer;display:inline-block;*display:inline;zoom:1;_background:url(../images/dot8.png) no-repeat 0 -17px}
.focusBox .hd .on{background-position:0 0}
.focusBox .prev,.focusBox .next{width:40px;height:60px;margin:-60px 0 0;display:none;background:url(../images/ad_ctr.png) no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;filter:alpha(opacity=20);opacity:0.2}
.focusBox .prev{left:0}
.focusBox .next{background-position:0 -60px;right:0}
.focusBox .prev:hover,.focusBox .next:hover{filter:alpha(opacity=50) !important;opacity:0.5 !important}
.content{width:100%;}
.icon{width:100%; padding:21px 0 10px;background:#fff;}
.icon_list{height:102px; width:1120px; margin:0 auto;}
.icon_list li{width:100px; margin:0 62px;display:inline; float:left;}
.icon_list li a{display:block; padding-top:64px; line-height:38px; text-align:center; font-size:18px;background-image:url(../images/icon.gif); background-repeat:no-repeat;background-position:0 0;}
.icon_list li a:hover{background-position:0 -111px; color:#c7412d;}
.icon_list li a.i2{background-position:-100px 0;}
.icon_list li a.i2:hover{background-position:-100px -111px;}
.icon_list li a.i3{background-position:-200px 0;}
.icon_list li a.i3:hover{background-position:-200px -111px;}
.icon_list li a.i4{background-position:-300px 0;}
.icon_list li a.i4:hover{background-position:-300px -111px;}
.icon_list li a.i5{background-position:-400px 0;}
.icon_list li a.i5:hover{background-position:-400px -111px;}
/*首页专业设置*/
.zysz{width:784px; float:left; height:490px;}
.title{height:26px;line-height:26px; }
.title .name{background:url(../images/tit_bg.gif) no-repeat 0 center; height:26px;line-height:26px; color:#ccc; padding-left:33px;font-size:14px;font-weight:normal; width:240px; float:left; display:inline;}
.title .name_zy{width:350px}
.title .name2{background:none; height:26px;line-height:26px; color:#ccc; padding-left:0px;font-size:14px;font-weight:normal; width:300px; float:left;}
.title .name h3{line-height:24px; color:#666; font-size:20px; font-weight:normal;display:inline-block;padding-right:10px;}
.title .more{width:60px; float:right; text-align:right;float:right;margin-right:5px; display:inline;}
.title .more a{color:#888888}
.title .more a:hover{color:#c8412d}
.pad20 .con{padding-top:30px}
.zy_one{width:240px; float:left;margin-right:30px;}
.mr0{margin-right:0;}
.zy_one .zy_nme{padding:15px 0; font-size:20px; line-height:28px;}
.zy_one .zy_nme .like {background: url(../images/like.gif) no-repeat 0 center;margin:0 0 0 10px;padding:0 0 0 20px; font-size:12px; color:#999;}
.kc_list li{line-height:20px; margin-bottom:12px;}
.kc_list li a{font-size:14px;line-height:20px;}
.kc_list .time{float:right; font-size:12px; color:#999; width:60px;}
.kc_list li span {
color: #fff;
float: left;
font-size: 12px;
height: 20px;
line-height: 20px;
margin: 0 20px 0 0;
text-align: center;
width: 20px;}
.v_right{width:265px; float:right;}
.v_right .join_us{width:265px;height:159px;background: url(../images/join_us.gif) no-repeat 0 center; margin-top:3px;}
.v_right .join_us p{text-align:center}
.v_right .join_us p.j1{padding-top:3px;line-height:32px; font-size:18px;}
.v_right .join_us p.j2{height:40px;line-height:30px; font-size:14px;}
.v_right .join_us p.j2 span{color:#ff5402;font-size:22px;padding:0 2px;}
.v_right .join_us a.j_bot{width:138px;height:36px;display:block;margin:0 auto; background:#ff5402;font-size:20px; color:#fff; text-align:center;line-height:36px;}
.v_right .join_us a.j_bot:hover{background:#e54b02}
.v_right .join_us p.j3{height:40px;line-height:40px; font-size:14px;color:#7f7f7f}
.cjwt_tit{border-bottom:1px solid #e4e4e4;height:30px; line-height:26px; font-size:18px;}
.cjwt_list{padding-top:2px;}
.cjwt_list li{margin-top:16px;width:265px;height:49px;}
.cjwt_list li .pic{width:49px; height:49px; float:left;}
.cjwt_list li .txt{width:200px; height:49px; float:right;line-height:1.5em}
.cjwt_list li .txt span{color:#999999;}
/*首页动态*/
.wwdt{padding:12px 0}
.pad20 .l_pic{width:283px; height:220px; float:left; line-height:38px;}
.pad20 .c_news{width:380px; height:220px; float:left; margin-left:40px; display:inline;}
.pad20 .c_news .news_first{height:90px; line-height:22px;color:#999;font-size:12px;}
.pad20 .c_news .news_first h4{height:30px; font-size:14px;font-weight:normal;color:#555;text-align:center;}
.pad20 .news_sj li{background: url(../images/news_sj.gif) no-repeat 0 center;}
.pad20 .news_sj li a{padding-left:15px; line-height:26px;}
.pad20 .news_sj li a span{float:right; color:#999}
a.more{background: url(../images/jt.gif) no-repeat 0 center; padding-left:28px; margin-top:26px; display:block;}
a.more2{background: url(../images/jt.gif) no-repeat 0 center; padding-left:28px; margin-top:20px; display:block;}
.pad20 .r_tw{width:335px; height:220px; float:right;}
.r_tw_list{height:167px;}
.r_tw_list li{margin-bottom:20px;width:335px;height:72px;}
.r_tw_list li .pic{width:120px; height:72px; float:left;}
.r_tw_list li .pic img{width:119px;}
.r_tw_list li .txt{width:198px; height:72px; float:right;line-height:1.5em}
.r_tw_list li .txt span{color:#999;display:block;margin-top:3px; font-size:12px;}
.about_list{height:167px;}
.about_list li{margin-bottom:20px;width:335px;height:72px;}
.about_list li .pic{width:120px; height:72px; float:left;}
.about_list li .pic img{width:119px;}
.about_list li .txt{width:198px; height:72px; float:right;line-height:1.5em}
.about_list li .txt h4{font-size:16px; font-weight:normal;height:26px;line-height:1.6em}
/*首页作品列表*/
.slideGroup .parHd{ height:30px; width:750px; position:relative; margin-left:200px; margin-top:-20px;}
.slideGroup .parHd ul{ float:left; height:30px;}
.slideGroup .parHd ul li{ float:left;margin-right:1px; cursor:pointer; background: url(../images/zp_t.gif) no-repeat 0 -30px;height:30px; width:95px; text-align:center; line-height:25px;}
.slideGroup .parHd ul li.on{ height:30px; background: url(../images/zp_t.gif) no-repeat 0 0;color:#fff;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:23px 30px 0; position:relative; }
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0px; top:20px; display:block; width:30px; height:184px; background:url(../images/zp_l.gif) left center no-repeat; }
.slideGroup .sNext{ left:auto; right:0px; background:url(../images/zp_r.gif) right center no-repeat; }
.slideGroup .parBd ul{ overflow:hidden; zoom:1; }
.slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:left; }
.slideGroup .parBd ul li .pic{ text-align:left; }
.slideGroup .parBd ul li .pic img{ width:184px; height:184px; display:block;}
.slideGroup .parBd ul li .tit{height:70px;}
.slideGroup .parBd ul li .tit a{ line-height:32px; display:block; padding-top:5px;}
.slideGroup .parBd ul li .tit span.eye{ background: url(../images/see.gif) no-repeat 0 center; padding-left:22px; line-height:20px;color:#999}
.links{padding:5px 0;}
.links a{line-height:1.6em; color:#888}
.links a:hover{color:#000}
/*广告焦点图*/
.adsBox{ width:1120px; height:185px; overflow:hidden; position:relative; }
.adsBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.adsBox .hd{width:100%;position:absolute;bottom:10px;z-index:1}
.adsBox .hd ul{ overflow:hidden; zoom:1;text-align:center;font-size:0;}
.adsBox .hd li{margin:0 2px;background:url(../images/dot.png) no-repeat 0 -17px;height:17px;overflow:hidden;width:17px;cursor:pointer;display:inline-block;*display:inline;zoom:1;_background:url(../images/dot8.png) no-repeat 0 -17px}
.adsBox .hd .on{background-position:0 0}
.adsBox .bd{ position:relative; height:100%; z-index:0; }
.adsBox .bd li{ zoom:1; vertical-align:middle; }
.adsBox .bd img{ width:1120px; height:185px; display:block; }
|
Public/css/main.css
|
/*index*/
.header {height:156px; width:100%; background:#fff}
.container{width:1020px; margin:0 auto;}
.head_top{height:116px;}
.head_top .logo{margin-top:22px;}
.head_top .phone{text-align:right; margin-top:24px;}
.header .nav_bar{width:100%;height:40px;background:#c7412d}
.header .nav{width:910;height:40px;float:left;}
.nav li{width:128px; float:left;}
.nav li#m1{width:90px; display:block; text-align:center;}
.nav li#m1 a{width:90px; height:40px; display:block; text-align:center;}
.nav li a{width:128px; height:40px; display:block; text-align:center;}
.nav li a.curr,.nav li a:hover{background:#ad2511;}
.nav .m{position:relative; width:128px; float:left; height:40px; background:url(../images/nav_li.gif) center 0 no-repeat;z-index:999;}
.nav h3{width:128px; float:left; overflow:hidden; }
.nav h3 a{height:40px;}
.header .nav .sub{ display:none; /*默认隐藏*/ width:128px; position:absolute; left:0px; top:40px; text-align:center; padding:0;}
.nav .sub li{ vertical-align:middle; }
.nav .sub li a{ height:28px; line-height:28px; display:block; background:#fff; color:#555; filter:alpha(opacity=70); opacity:0.7;}
.nav .sub li a:hover{ color:#fff; background:#fdbc08;}
/*search*/
.search{width:180px; float:right; height:40px; background:url(../images/ss.gif) 0 center no-repeat;}
.search .s_pad{padding:7px 0}
.search .ss_txt{ width:148px; height:26px; text-indent:4px; line-height:26px; float:left; border:none; background:none; font-size:14px; color:#333;overflow:hidden;}
.search .ss_bott{ width:28px; height:26px; float:right; border:none; background:none; cursor:pointer; overflow:hidden;}
/*banner*/
.banner{ width:100%;height:395px; overflow:hidden; z-index:-1;}
.focusBox{position:relative;width:100%;height:395px;overflow:hidden}
.focusBox .pic{position:relative;z-index:0}
.focusBox .pic li{width:100%;height:395px; display:block}
.focusBox .pic li a{width:100%;height:395px; display:block}
.focusBox .hd{width:100%;position:absolute;bottom:10px;text-align:center;font-size:0;z-index:1}
.focusBox .hd li{margin:0 3px;background:url(../images/dot.png) no-repeat 0 -17px;height:17px;overflow:hidden;width:17px;cursor:pointer;display:inline-block;*display:inline;zoom:1;_background:url(../images/dot8.png) no-repeat 0 -17px}
.focusBox .hd .on{background-position:0 0}
.focusBox .prev,.focusBox .next{width:40px;height:60px;margin:-60px 0 0;display:none;background:url(../images/ad_ctr.png) no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;filter:alpha(opacity=20);opacity:0.2}
.focusBox .prev{left:0}
.focusBox .next{background-position:0 -60px;right:0}
.focusBox .prev:hover,.focusBox .next:hover{filter:alpha(opacity=50) !important;opacity:0.5 !important}
.content{width:100%;}
.icon{width:100%; padding:21px 0 10px;background:#fff;}
.icon_list{height:102px; width:1120px; margin:0 auto;}
.icon_list li{width:100px; margin:0 62px;display:inline; float:left;}
.icon_list li a{display:block; padding-top:64px; line-height:38px; text-align:center; font-size:18px;background-image:url(../images/icon.gif); background-repeat:no-repeat;background-position:0 0;}
.icon_list li a:hover{background-position:0 -111px; color:#c7412d;}
.icon_list li a.i2{background-position:-100px 0;}
.icon_list li a.i2:hover{background-position:-100px -111px;}
.icon_list li a.i3{background-position:-200px 0;}
.icon_list li a.i3:hover{background-position:-200px -111px;}
.icon_list li a.i4{background-position:-300px 0;}
.icon_list li a.i4:hover{background-position:-300px -111px;}
.icon_list li a.i5{background-position:-400px 0;}
.icon_list li a.i5:hover{background-position:-400px -111px;}
/*首页专业设置*/
.zysz{width:784px; float:left; height:490px;}
.title{height:26px;line-height:26px; }
.title .name{background:url(../images/tit_bg.gif) no-repeat 0 center; height:26px;line-height:26px; color:#ccc; padding-left:33px;font-size:14px;font-weight:normal; width:240px; float:left; display:inline;}
.title .name_zy{width:350px}
.title .name2{background:none; height:26px;line-height:26px; color:#ccc; padding-left:0px;font-size:14px;font-weight:normal; width:300px; float:left;}
.title .name h3{line-height:24px; color:#666; font-size:20px; font-weight:normal;display:inline-block;padding-right:10px;}
.title .more{width:60px; float:right; text-align:right;float:right;margin-right:5px; display:inline;}
.title .more a{color:#888888}
.title .more a:hover{color:#c8412d}
.pad20 .con{padding-top:30px}
.zy_one{width:240px; float:left;margin-right:30px;}
.mr0{margin-right:0;}
.zy_one .zy_nme{padding:15px 0; font-size:20px; line-height:28px;}
.zy_one .zy_nme .like {background: url(../images/like.gif) no-repeat 0 center;margin:0 0 0 10px;padding:0 0 0 20px; font-size:12px; color:#999;}
.kc_list li{line-height:20px; margin-bottom:12px;}
.kc_list li a{font-size:14px;line-height:20px;}
.kc_list .time{float:right; font-size:12px; color:#999; width:60px;}
.kc_list li span {
color: #fff;
float: left;
font-size: 12px;
height: 20px;
line-height: 20px;
margin: 0 20px 0 0;
text-align: center;
width: 20px;}
.v_right{width:265px; float:right;}
.v_right .join_us{width:265px;height:159px;background: url(../images/join_us.gif) no-repeat 0 center; margin-top:3px;}
.v_right .join_us p{text-align:center}
.v_right .join_us p.j1{padding-top:3px;line-height:32px; font-size:18px;}
.v_right .join_us p.j2{height:40px;line-height:30px; font-size:14px;}
.v_right .join_us p.j2 span{color:#ff5402;font-size:22px;padding:0 2px;}
.v_right .join_us a.j_bot{width:138px;height:36px;display:block;margin:0 auto; background:#ff5402;font-size:20px; color:#fff; text-align:center;line-height:36px;}
.v_right .join_us a.j_bot:hover{background:#e54b02}
.v_right .join_us p.j3{height:40px;line-height:40px; font-size:14px;color:#7f7f7f}
.cjwt_tit{border-bottom:1px solid #e4e4e4;height:30px; line-height:26px; font-size:18px;}
.cjwt_list{padding-top:2px;}
.cjwt_list li{margin-top:16px;width:265px;height:49px;}
.cjwt_list li .pic{width:49px; height:49px; float:left;}
.cjwt_list li .txt{width:200px; height:49px; float:right;line-height:1.5em}
.cjwt_list li .txt span{color:#999999;}
/*首页动态*/
.wwdt{padding:12px 0}
.pad20 .l_pic{width:283px; height:220px; float:left; line-height:38px;}
.pad20 .c_news{width:380px; height:220px; float:left; margin-left:40px; display:inline;}
.pad20 .c_news .news_first{height:90px; line-height:22px;color:#999;font-size:12px;}
.pad20 .c_news .news_first h4{height:30px; font-size:14px;font-weight:normal;color:#555;text-align:center;}
.pad20 .news_sj li{background: url(../images/news_sj.gif) no-repeat 0 center;}
.pad20 .news_sj li a{padding-left:15px; line-height:26px;}
.pad20 .news_sj li a span{float:right; color:#999}
a.more{background: url(../images/jt.gif) no-repeat 0 center; padding-left:28px; margin-top:26px; display:block;}
a.more2{background: url(../images/jt.gif) no-repeat 0 center; padding-left:28px; margin-top:20px; display:block;}
.pad20 .r_tw{width:335px; height:220px; float:right;}
.r_tw_list{height:167px;}
.r_tw_list li{margin-bottom:20px;width:335px;height:72px;}
.r_tw_list li .pic{width:120px; height:72px; float:left;}
.r_tw_list li .pic img{width:119px;}
.r_tw_list li .txt{width:198px; height:72px; float:right;line-height:1.5em}
.r_tw_list li .txt span{color:#999;display:block;margin-top:3px; font-size:12px;}
.about_list{height:167px;}
.about_list li{margin-bottom:20px;width:335px;height:72px;}
.about_list li .pic{width:120px; height:72px; float:left;}
.about_list li .pic img{width:119px;}
.about_list li .txt{width:198px; height:72px; float:right;line-height:1.5em}
.about_list li .txt h4{font-size:16px; font-weight:normal;height:26px;line-height:1.6em}
/*首页作品列表*/
.slideGroup .parHd{ height:30px; width:750px; position:relative; margin-left:200px; margin-top:-20px;}
.slideGroup .parHd ul{ float:left; height:30px;}
.slideGroup .parHd ul li{ float:left;margin-right:1px; cursor:pointer; background: url(../images/zp_t.gif) no-repeat 0 -30px;height:30px; width:95px; text-align:center; line-height:25px;}
.slideGroup .parHd ul li.on{ height:30px; background: url(../images/zp_t.gif) no-repeat 0 0;color:#fff;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:23px 30px 0; position:relative; }
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0px; top:20px; display:block; width:30px; height:184px; background:url(../images/zp_l.gif) left center no-repeat; }
.slideGroup .sNext{ left:auto; right:0px; background:url(../images/zp_r.gif) right center no-repeat; }
.slideGroup .parBd ul{ overflow:hidden; zoom:1; }
.slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:left; }
.slideGroup .parBd ul li .pic{ text-align:left; }
.slideGroup .parBd ul li .pic img{ width:184px; height:184px; display:block;}
.slideGroup .parBd ul li .tit{height:70px;}
.slideGroup .parBd ul li .tit a{ line-height:32px; display:block; padding-top:5px;}
.slideGroup .parBd ul li .tit span.eye{ background: url(../images/see.gif) no-repeat 0 center; padding-left:22px; line-height:20px;color:#999}
.links{padding:5px 0;}
.links a{line-height:1.6em; color:#888}
.links a:hover{color:#000}
/*广告焦点图*/
.adsBox{ width:1120px; height:185px; overflow:hidden; position:relative; }
.adsBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.adsBox .hd{width:100%;position:absolute;bottom:10px;z-index:1}
.adsBox .hd ul{ overflow:hidden; zoom:1;text-align:center;font-size:0;}
.adsBox .hd li{margin:0 2px;background:url(../images/dot.png) no-repeat 0 -17px;height:17px;overflow:hidden;width:17px;cursor:pointer;display:inline-block;*display:inline;zoom:1;_background:url(../images/dot8.png) no-repeat 0 -17px}
.adsBox .hd .on{background-position:0 0}
.adsBox .bd{ position:relative; height:100%; z-index:0; }
.adsBox .bd li{ zoom:1; vertical-align:middle; }
.adsBox .bd img{ width:1120px; height:185px; display:block; }
| 0.285671 | 0.056314 |
@import url(font-lato.css);
@import url(font-awesome.css);
body {
background:#EFEFEF;
}
section.hero {
background: #1abc9c;
width: 100%;
margin: 0 auto;
margin-bottom:60px;
padding: 60px 0 60px 0;
}
section.footer {
background: #1abc9c;
width: 100%;
margin: 0 auto;
margin-top:60px;
padding: 60px 0 60px 0;
}
.pane {
padding: 15px;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding-bottom: 20px;
margin-bottom: 40px;
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
}
.block {
max-width: 320px;
padding: 0;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding-bottom: 10px;
margin-bottom: 40px;
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
}
.block .title {
color: #E74C3C;
font-size: 1.2em;
margin-bottom: 0.4em;
margin-top: 0.4em;
}
.block .thumb img {
height: 110px;
width: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.block .thumb {
height: 110px;
width: 100%;
text-align: center;
position: relative;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-bottom: 1px solid #DDD;
}
.block .desc {
text-align: center;
position: relative;
padding: 10px;
}
.block .desc p {
font-size: 13px;
text-align: left;
margin-bottom: 15px;
}
.block:hover {
border: 1px solid #DDD
}
.block:hover .thumb img {
}
.block .thumb .overlay {
background: rgba(0,0,0,0.8);
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 100;
opacity: 0;
-moz-box-shadow: inset 0 0 24px -6px #000;
-webkit-box-shadow: inset 0 0 24px -6px #000;
box-shadow: inset 0 0 24px -6px #000;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.block .thumb .ico-popup a {
width: 50px;
height: 50px;
color: #1ABC9C;
background: #FFF;
position: absolute;
left: 50%;
margin-left: -25px;
top: -60px;
border-radius: 1000px;
padding-top: 15px;
font-size: 1.2em;
z-index: 105;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.block:hover .thumb .ico-popup a {
position: absolute;
left: 50%;
margin-left: -25px;
top: 50%;
margin-top: -25px;
}
.block:hover .thumb .overlay {
opacity: 0.8
}
.block.featured:before {
background: url(../img/ribbon-featured.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.block.css:before {
background: url(../img/ribbon-css.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.block.html5:before {
background: url(../img/ribbon-html5.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.block.jquery:before {
background: url(../img/ribbon-jquery.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.showcase {
border: 1px solid #f5f5f5;
padding: 10px;
border-radius: 5px;
position: relative;
-moz-box-shadow: inset 0 0 3px -1px #f2f2f2;
-webkit-box-shadow: inset 0 0 3px -1px #f2f2f2;
box-shadow: inset 0 0 3px -1px #f2f2f2;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase .title {
color: #E74C3C;
font-size: 1.2em;
margin-bottom: 1em;
}
.showcase .sc-image img {
width: 150px;
height: 150px;
border-radius: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase .sc-image {
float: left;
width: 150px;
height: 150px;
margin-right: 20px;
text-align: center;
position: relative;
overflow: hidden;
border-radius: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase .sc-desc {
margin-left: 170px
}
.showcase .sc-desc p {
font-size: 13px
}
.showcase:hover {
border: 1px solid #DDD
}
.showcase:hover .sc-image img {
}
.showcase .sc-image .overlay {
background: #1ABC9C;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 100;
display: none;
opacity: 0;
}
.showcase .sc-image .ico-popup a {
width: 50px;
height: 50px;
color: #1ABC9C;
background: #FFF;
position: absolute;
left: 50%;
margin-left: -25px;
top: -60px;
border-radius: 1000px;
padding-top: 15px;
font-size: 1.2em;
z-index: 105;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase:hover .sc-image .ico-popup a {
position: absolute;
left: 50%;
margin-left: -25px;
top: 50%;
margin-top: -25px;
}
.showcase:hover .sc-image .overlay {
opacity: 0.9;
display: block;
}
.showcase.featured:before {
background: url(../img/ribbon-featured.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.showcase.css:before {
background: url(../img/ribbon-css.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.showcase.html5:before {
background: url(../img/ribbon-html5.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.showcase.jquery:before {
background: url(../img/ribbon-jquery.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
a {
color: #FFF;
text-decoration: none;
-webkit-transition: 0.25s;
transition: 0.25s;
}
a:hover {
cursor: pointer;
color: #FFF;
text-decoration: none;
}
a:focus {
outline: none
}
.text-muted {
color: #bdc3c7
}
.text {
color: #1abc9c
}
.text:hover {
color: #15967d
}
.text-warning {
color: #f1c40f
}
.text-warning:hover {
color: #c19d0c
}
.text-alert {
color: #e74c3c
}
.text-alert:hover {
color: #b93d30
}
.text-success {
color: #2ecc71
}
.text-success:hover {
color: #25a35a
}
.text-info {
color: #3498db
}
.text-info:hover {
color: #2a7aaf
}
.bg {
background: #1abc9c !important;
color: #FFF !important;
}
.bg:hover {
background: #15967d !important
}
.bg-warning {
background: #f1c40f !important;
color: #FFF !important;
}
.bg-warning:hover {
background: #c19d0c !important
}
.bg-alert {
background: #e74c3c !important;
color: #FFF !important;
}
.bg-alert:hover {
background: #b93d30 !important
}
.bg-success {
background: #2ecc71 !important;
color: #FFF !important;
}
.bg-success:hover {
background: #25a35a !important
}
.bg-info {
background: #3498db !important;
color: #FFF !important;
}
.bg-info:hover {
background: #2a7aaf !important
}
.bg-secondary {
background: #34495e !important;
color: #FFF !important;
}
.bg-secondary:hover {
background: #415b76 !important
}
.bg-primary {
background: #1abc9c !important;
color: #FFF !important;
}
.bg-primary:hover {
background: #48c9b0 !important
}
.slab {
padding: 12px 14px 0px 14px;
position: relative;
text-align: center;
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
}
.slab.slab-hot:before {
background: url(../img/ribbon.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.slab p {
font-size: 15px;
margin-bottom: 33px;
}
.slab-image {
vertical-align: bottom;
padding: 10px;
}
.slab-title {
font-size: 20px;
margin: 0;
}
button,
.button {
cursor: pointer;
font-family: inherit;
font-weight: bold;
line-height: 1;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
font-size: 1em;
background-color: #bdc3c7;
color: white;
border: none;
font-size: 15px;
font-weight: normal;
line-height: 1.4;
padding: 10px 15px;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: 0.25s linear;
transition: 0.25s linear;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: #CACFD2
}
button:hover,
button:focus,
.button:hover,
.button:focus {
color: white
}
.button.default {
color: #ffffff;
background-color: #bdc3c7;
}
.button.default:hover,
.button.default:focus,
.button.default:active,
.button.default.active {
color: #ffffff;
background-color: #cacfd2;
border-color: #cacfd2;
}
.button.default:active,
.button.default.active {
background: #a1a6a9
}
.button.primary {
color: #ffffff;
background-color: #1abc9c;
}
.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.active {
color: #ffffff;
background-color: #48c9b0;
border-color: #48c9b0;
}
.button.primary:active,
.button.primary.active {
background: #16a085
}
.button.info {
color: #ffffff;
background-color: #3498db;
}
.button.info:hover,
.button.info:focus,
.button.info:active,
.button.info.active {
color: #ffffff;
background-color: #5dade2;
border-color: #5dade2;
}
.button.info:active,
.button.info.active {
background: #2c81ba
}
.button.alert {
color: #ffffff;
background-color: #e74c3c;
}
.button.alert:hover,
.button.alert:focus,
.button.alert:active,
.button.alert.active {
color: #ffffff;
background-color: #ec7063;
border-color: #ec7063;
}
.button.alert:active,
.button.alert.active {
background: #c44133
}
.button.success {
color: #ffffff;
background-color: #2ecc71;
}
.button.success:hover,
.button.success:focus,
.button.success:active,
.button.success.active {
color: #ffffff;
background-color: #58d68d;
border-color: #58d68d;
}
.button.success:active,
.button.success.active {
background: #27ad60
}
.button.warning {
color: #ffffff;
background-color: #f1c40f;
}
.button.warning:hover,
.button.warning:focus,
.button.warning:active,
.button.warning.active {
color: #ffffff;
background-color: #f5d313;
border-color: #f5d313;
}
.button.warning:active,
.button.warning.active {
background: #cda70d
}
.button.secondary {
color: #ffffff;
background-color: #34495e;
}
.button.secondary:hover,
.button.secondary:focus,
.button.secondary:active,
.button.secondary.active {
color: #ffffff;
background-color: #415b76;
border-color: #415b76;
}
.button.secondary:active,
.button.secondary.active {
background: #2c3e50
}
button.wide,
.button.wide {
min-width: 160px;
padding-left: 20px;
padding-right: 20px;
}
button.large,
.button.large {
padding-top: 1em;
padding-right: 2em;
padding-bottom: 1.0625em;
padding-left: 2em;
font-size: 1.25em;
}
button.small,
.button.small {
padding-top: 0.5625em;
padding-right: 1.125em;
padding-bottom: 0.625em;
padding-left: 1.125em;
font-size: 0.8125em;
}
button.tiny,
.button.tiny {
padding-top: 0.4375em;
padding-right: 0.875em;
padding-bottom: 0.5em;
padding-left: 0.875em;
font-size: 0.6875em;
}
button.expand,
.button.expand {
padding-right: 0px;
padding-left: 0px;
width: 100%;
}
button.left-align,
.button.left-align {
text-align: left;
text-indent: 0.75em;
}
button.right-align,
.button.right-align {
text-align: right;
padding-right: 0.75em;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
background-color: #2ba6cb;
border-color: #2284a1;
color: white;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #2284a1
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
color: white
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #2ba6cb
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
background-color: #e9e9e9;
border-color: #d0d0d0;
color: #333333;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #d0d0d0
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
color: #333333
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #e9e9e9
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
background-color: #5da423;
border-color: #457a1a;
color: white;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #457a1a
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
color: white
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #5da423
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
background-color: #c60f13;
border-color: #970b0e;
color: white;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #970b0e
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
color: white
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #c60f13
}
button,
.button {
padding-top: 0.8125em;
padding-bottom: 0.75em;
-webkit-appearance: none;
}
button.tiny,
.button.tiny {
padding-top: 0.5em;
padding-bottom: 0.4375em;
-webkit-appearance: none;
}
button.small,
.button.small {
padding-top: 0.625em;
padding-bottom: 0.5625em;
-webkit-appearance: none;
}
button.large,
.button.large {
padding-top: 1.03125em;
padding-bottom: 1.03125em;
-webkit-appearance: none;
}
button.teal,
.button.teal {
background-color: #008299;
color: white;
}
button.teal:hover,
button.teal:focus,
.button.teal:hover,
.button.teal:focus {
background-color: #00A0B1;
color: white;
}
button.blue,
.button.blue {
background-color: #2672EC;
color: white;
}
button.blue:hover,
button.blue:focus,
.button.blue:hover,
.button.blue:focus {
background-color: #2E8DEF;
color: white;
}
button.purple,
.button.purple {
background-color: #8C0095;
color: white;
}
button.purple:hover,
button.purple:focus,
.button.purple:hover,
.button.purple:focus {
background-color: #A700AE;
color: white;
}
button.dark-purple,
.button.dark-purple {
background-color: #5133AB;
color: white;
}
button.dark-purple:hover,
button.dark-purple:focus,
.button.dark-purple:hover,
.button.dark-purple:focus {
background-color: #643EBF;
color: white;
}
button.red,
.button.red {
background-color: #AC193D;
color: white;
}
button.red:hover,
button.red:focus,
.button.red:hover,
.button.red:focus {
background-color: #BF1E4B;
color: white;
}
button.orange,
.button.orange {
background-color: #D24726;
color: white;
}
button.orange:hover,
button.orange:focus,
.button.orange:hover,
.button.orange:focus {
background-color: #DC572E;
color: white;
}
button.green,
.button.green {
background-color: #008A00;
color: white;
}
button.green:hover,
button.green:focus,
.button.green:hover,
.button.green:focus {
background-color: #00A600;
color: white;
}
button.sky-blue,
.button.sky-blue {
background-color: #094AB2;
color: white;
}
button.sky-blue:hover,
button.sky-blue:focus,
.button.sky-blue:hover,
.button.sky-blue:focus {
background-color: #0A5BC4;
color: white;
}
button.blogger,
.button.blogger {
background-color: #FF8833;
color: white;
}
button.blogger:hover,
button.blogger:focus,
.button.blogger:hover,
.button.blogger:focus {
background-color: rgba(252, 79, 8, 0.8);
color: white;
}
button.facebook,
.button.facebook {
background-color: #3B5998;
color: white;
}
button.facebook:hover,
button.facebook:focus,
.button.facebook:hover,
.button.facebook:focus {
background-color: rgba(59, 89, 152, 0.8);
color: white;
}
button.flickr,
.button.flickr {
background-color: #ff0084;
color: white;
}
button.flickr:hover,
button.flickr:focus,
.button.flickr:hover,
.button.flickr:focus {
background-color: rgba(255, 0, 132, 0.8);
color: white;
}
button.foursquare,
.button.foursquare {
background-color: #25a0ca;
color: white;
}
button.foursquare:hover,
button.foursquare:focus,
.button.foursquare:hover,
.button.foursquare:focus {
background-color: rgba(37, 160, 202, 0.8);
color: white;
}
button.google,
.button.google {
background-color: #dd4b39;
color: white;
}
button.google:hover,
button.google:focus,
.button.google:hover,
.button.google:focus {
background-color: rgba(221, 75, 57, 0.8);
color: white;
}
button.instagram,
.button.instagram {
background-color: #3f729b;
color: white;
}
button.instagram:hover,
button.instagram:focus,
.button.instagram:hover,
.button.instagram:focus {
background-color: rgba(63, 114, 155, 0.8);
color: white;
}
button.linkedin,
.button.linkedin {
background-color: #007BB6;
color: white;
}
button.linkedin:hover,
button.linkedin:focus,
.button.linkedin:hover,
.button.linkedin:focus {
background-color: rgba(0, 123, 182, 0.8);
color: white;
}
button.pinterest,
.button.pinterest {
background-color: #c8232c;
color: white;
}
button.pinterest:hover,
button.pinterest:focus,
.button.pinterest:hover,
.button.pinterest:focus {
background-color: rgba(200, 35, 44, 0.8);
color: white;
}
button.rss,
.button.rss {
background-color: #ee802f;
color: white;
}
button.rss:hover,
button.rss:focus,
.button.rss:hover,
.button.rss:focus {
background-color: rgba(238, 128, 47, 0.8);
color: white;
}
button.stumble,
.button.stumble {
background-color: #f74425;
color: white;
}
button.stumble:hover,
button.stumble:focus,
.button.stumble:hover,
.button.stumble:focus {
background-color: rgba(247, 68, 37, 0.8);
color: white;
}
button.reddit,
.button.reddit {
background-color: #CEE3F8;
color: white;
}
button.reddit:hover,
button.reddit:focus,
.button.reddit:hover,
.button.reddit:focus {
background-color: rgba(206, 226, 278, 0.8);
color: white;
}
button.tumblr,
.button.tumblr {
background-color: #34526F;
color: white;
}
button.tumblr:hover,
button.tumblr:focus,
.button.tumblr:hover,
.button.tumblr:focus {
background-color: rgba(50, 80, 109, 0.8);
color: white;
}
button.twitter,
.button.twitter {
background-color: #00ACED;
color: white;
}
button.twitter:hover,
button.twitter:focus,
.button.twitter:hover,
.button.twitter:focus {
background-color: rgba(0, 172, 237, 0.8);
color: white;
}
button.vimeo-blue,
.button.vimeo-blue {
background-color: #45668e;
color: white;
}
button.vimeo-blue:hover,
button.vimeo-blue:focus,
.button.vimeo-blue:hover,
.button.vimeo-blue:focus {
background-color: rgba(69, 102, 142, 0.8);
color: white;
}
button.vimeo-green,
.button.vimeo-green {
background-color: #AAD450;
color: white;
}
button.vimeo-green:hover,
button.vimeo-green:focus,
.button.vimeo-green:hover,
.button.vimeo-green:focus {
background-color: rgba(170, 212, 80, 0.8);
color: white;
}
button.youtube,
.button.youtube {
background-color: #bb0000;
color: white;
}
button.youtube:hover,
button.youtube:focus,
.button.youtube:hover,
.button.youtube:focus {
background-color: rgba(187, 0, 0, 0.8);
color: white;
}
button.vine,
.button.vine {
background-color: #00A478;
color: white;
}
button.vine:hover,
button.vine:focus,
.button.vine:hover,
.button.vine:focus {
background-color: rgba(0, 164, 120, 0.8);
color: white;
}
button.technorati,
.button.technorati {
background-color: #40A800;
color: white;
}
button.technorati:hover,
button.technorati:focus,
.button.technorati:hover,
.button.technorati:focus {
background-color: rgba(64, 168, 0, 0.8);
color: white;
}
button.soundcloud,
.button.soundcloud {
background-color: #FF7700;
color: white;
}
button.soundcloud:hover,
button.soundcloud:focus,
.button.soundcloud:hover,
.button.soundcloud:focus {
background-color: rgba(255, 119, 0, 0.8);
color: white;
}
button.spotify,
.button.spotify {
background-color: #81B71A;
color: white;
}
button.spotify:hover,
button.spotify:focus,
.button.spotify:hover,
.button.spotify:focus {
background-color: rgba(129, 183, 26, 0.8);
color: white;
}
button.dribbble,
.button.dribbble {
background-color: #ea4c89;
color: white;
}
button.dribbble:hover,
button.dribbble:focus,
.button.dribbble:hover,
.button.dribbble:focus {
background-color: rgba(234, 76, 137, 0.8);
color: white;
}
button.dropbox,
.button.dropbox {
background-color: #3d9ae8;
color: white;
}
button.dropbox:hover,
button.dropbox:focus,
.button.dropbox:hover,
.button.dropbox:focus {
background-color: rgba(61, 154, 232, 0.8);
color: white;
}
button.deviantart,
.button.deviantart {
background-color: #4E6252;
color: white;
}
button.deviantart:hover,
button.deviantart:focus,
.button.deviantart:hover,
.button.deviantart:focus {
background-color: rgba(78, 98, 82, 0.8);
color: white;
}
button.xing,
.button.xing {
background-color: #126567;
color: white;
}
button.xing:hover,
button.xing:focus,
.button.xing:hover,
.button.xing:focus {
background-color: rgba(18, 101, 103, 0.8);
color: white;
}
@media only screen {
button,
.button {
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
button:active,
.button:active {
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0) inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0) inset;
}
button.radius,
.button.radius {
-webkit-border-radius: 3px;
border-radius: 3px;
}
button.round,
.button.round {
-webkit-border-radius: 1000px;
border-radius: 1000px;
}
}
badge,
.badge { border: none !important;
cursor: pointer;
font-family: inherit;
font-weight: 600;
line-height: normal;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
width:55px;
height: 55px;
text-align:center;
font-size: 2.2em;
line-height: 55px;
background-color: #34495e;
color: white; border-radius:4px;}
badge:hover,
badge:focus,
.badge:hover,
.badge:focus { background-color: #222f3d;
color: white; }
badge.large,
.badge.large { padding-top: 1em;
padding-right: 2em;
padding-bottom: 1.0625em;
padding-left: 2em;
font-size: 1.25em; }
badge.small,
.badge.small { padding-top: 0.5625em;
padding-right: 1.125em;
padding-bottom: 0.625em;
padding-left: 1.125em;
font-size: 0.8125em; }
badge.tiny,
.badge.tiny { padding-top: 0.4375em;
padding-right: 0.875em;
padding-bottom: 0.5em;
padding-left: 0.875em;
font-size: 0.6875em; }
badge.expand,
.badge.expand { padding-right: 0;
padding-left: 0;
width: 100%; }
badge,
.badge {
-webkit-appearance: none; }
badge.tiny,
.badge.tiny { padding-top: 0.5em;
padding-bottom: 0.4375em;
-webkit-appearance: none; }
badge.small,
.badge.small { padding-top: 0.625em;
padding-bottom: 0.5625em;
-webkit-appearance: none; }
badge.large,
.badge.large { padding-top: 1.03125em;
padding-bottom: 1.03125em;
-webkit-appearance: none; }
badge.blogger,
.badge.blogger { background-color: #FF8833;
color: white; }
badge.blogger:hover,
badge.blogger:focus,
.badge.blogger:hover,
.badge.blogger:focus { background-color: rgba(252, 79, 8, 0.8);
color: white; }
badge.facebook,
.badge.facebook { background-color: #3B5998;
color: white; }
badge.facebook:hover,
badge.facebook:focus,
.badge.facebook:hover,
.badge.facebook:focus { background-color: rgba(59, 89, 152, 0.8);
color: white; }
badge.flickr,
.badge.flickr { background-color: #ff0084;
color: white; }
badge.flickr:hover,
badge.flickr:focus,
.badge.flickr:hover,
.badge.flickr:focus { background-color: rgba(255, 0, 132, 0.8);
color: white; }
badge.foursquare,
.badge.foursquare { background-color: #25a0ca;
color: white; }
badge.foursquare:hover,
badge.foursquare:focus,
.badge.foursquare:hover,
.badge.foursquare:focus { background-color: rgba(37, 160, 202, 0.8);
color: white; }
badge.google,
.badge.google { background-color: #dd4b39;
color: white; }
badge.google:hover,
badge.google:focus,
.badge.google:hover,
.badge.google:focus { background-color: rgba(221, 75, 57, 0.8);
color: white; }
badge.instagram,
.badge.instagram { background-color: #3f729b;
color: white; }
badge.instagram:hover,
badge.instagram:focus,
.badge.instagram:hover,
.badge.instagram:focus { background-color: rgba(63, 114, 155, 0.8);
color: white; }
badge.linkedin,
.badge.linkedin { background-color: #007BB6;
color: white; }
badge.linkedin:hover,
badge.linkedin:focus,
.badge.linkedin:hover,
.badge.linkedin:focus { background-color: rgba(0, 123, 182, 0.8);
color: white; }
badge.pinterest,
.badge.pinterest { background-color: #c8232c;
color: white; }
badge.pinterest:hover,
badge.pinterest:focus,
.badge.pinterest:hover,
.badge.pinterest:focus { background-color: rgba(200, 35, 44, 0.8);
color: white; }
badge.rss,
.badge.rss { background-color: #ee802f;
color: white; }
badge.rss:hover,
badge.rss:focus,
.badge.rss:hover,
.badge.rss:focus { background-color: rgba(238, 128, 47, 0.8);
color: white; }
badge.stumble,
.badge.stumble { background-color: #f74425;
color: white; }
badge.stumble:hover,
badge.stumble:focus,
.badge.stumble:hover,
.badge.stumble:focus { background-color: rgba(247, 68, 37, 0.8);
color: white; }
badge.reddit,
.badge.reddit { background-color: #CEE3F8;
color: white; }
badge.reddit:hover,
badge.reddit:focus,
.badge.reddit:hover,
.badge.reddit:focus { background-color: rgba(206, 226, 278, 0.8);
color: white; }
badge.tumblr,
.badge.tumblr { background-color: #34526F;
color: white; }
badge.tumblr:hover,
badge.tumblr:focus,
.badge.tumblr:hover,
.badge.tumblr:focus { background-color: rgba(50, 80, 109, 0.8);
color: white; }
badge.twitter,
.badge.twitter { background-color: #00ACED;
color: white; }
badge.twitter:hover,
badge.twitter:focus,
.badge.twitter:hover,
.badge.twitter:focus { background-color: rgba(0, 172, 237, 0.8);
color: white; }
badge.vimeo-blue,
.badge.vimeo-blue { background-color: #45668e;
color: white; }
badge.vimeo-blue:hover,
badge.vimeo-blue:focus,
.badge.vimeo-blue:hover,
.badge.vimeo-blue:focus { background-color: rgba(69, 102, 142, 0.8);
color: white; }
badge.vimeo-green,
.badge.vimeo-green { background-color: #AAD450;
color: white; }
badge.vimeo-green:hover,
badge.vimeo-green:focus,
.badge.vimeo-green:hover,
.badge.vimeo-green:focus
{ background-color: rgba(170, 212, 80, 0.8);
color: white; }
badge.youtube,
.badge.youtube { background-color: #bb0000;
color: white; }
badge.youtube:hover,
badge.youtube:focus,
.badge.youtube:hover,
.badge.youtube:focus { background-color: rgba(187, 0, 0, 0.8);
color: white; }
badge.vine,
.badge.vine { background-color: #00A478;
color: white; }
badge.vine:hover,
badge.vine:focus,
.badge.vine:hover,
.badge.vine:focus { background-color: rgba(0, 164, 120, 0.8);
color: white; }
badge.technorati,
.badge.technorati { background-color: #40A800;
color: white; }
badge.technorati:hover,
badge.technorati:focus,
.badge.technorati:hover,
.badge.technorati:focus { background-color: rgba(64, 168, 0, 0.8);
color: white; }
badge.soundcloud,
.badge.soundcloud { background-color: #FF7700;
color: white; }
badge.soundcloud:hover,
badge.soundcloud:focus,
.badge.soundcloud:hover,
.badge.soundcloud:focus { background-color: rgba(255, 119, 0, 0.8);
color: white; }
badge.spotify,
.badge.spotify { background-color: #81B71A;
color: white; }
badge.spotify:hover,
badge.spotify:focus,
.badge.spotify:hover,
.badge.spotify:focus { background-color: rgba(129, 183, 26, 0.8);
color: white; }
badge.dribbble,
.badge.dribbble { background-color: #ea4c89;
color: white; }
badge.dribbble:hover,
badge.dribbble:focus,
.badge.dribbble:hover,
.badge.dribbble:focus { background-color: rgba(234, 76, 137, 0.8);
color: white; }
badge.dropbox,
.badge.dropbox { background-color: #3d9ae8;
color: white; }
badge.dropbox:hover,
badge.dropbox:focus,
.badge.dropbox:hover,
.badge.dropbox:focus { background-color: rgba(61, 154, 232, 0.8);
color: white; }
badge.deviantart,
.badge.deviantart { background-color: #4E6252;
color: white; }
badge.deviantart:hover,
badge.deviantart:focus,
.badge.deviantart:hover,
.badge.deviantart:focus { background-color: rgba(78, 98, 82, 0.8);
color: white; }
badge.xing,
.badge.xing { background-color: #126567;
color: white; }
badge.xing:hover,
badge.xing:focus,
.badge.xing:hover,
.badge.xing:focus { background-color: rgba(18, 101, 103, 0.8);
color: white; }
@media only screen {
badge,
.badge { -webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
box-shadow: none; }
badge:hover,
.badge:hover { box-shadow: none }
badge:active,
.badge:active { top: 1px;
left: 1px;
box-shadow: none; }
@media only screen and (min-width: 768px) {
button,
.button {
display: inline-block
}
}
/* ===[ Button Groups ]=== */
.button-group {
list-style: none;
margin: 0;
*zoom: 1;
border-radius: 0px;
}
.button-group .button {
border-radius: 0px
}
.button-group:before,
.button-group:after {
content: " ";
display: table;
}
.button-group:after {
clear: both
}
.button-group > * {
margin: 0 0 0 -1px;
float: left;
border-radius: 0px;
}
.button-group > *:first-child {
margin-left: 0;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button
{
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button
{
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button
{
-moz-border-radius-bottomleft: 1000px;
-moz-border-radius-topleft: 1000px;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button
{
-moz-border-radius-topright: 1000px;
-moz-border-radius-bottomright: 1000px;
-webkit-border-top-right-radius: 1000px;
-webkit-border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
width: 50%
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
width: 100%
}
.button-group.even-3 li {
width: 33.33333%
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
width: 100%
}
.button-group.even-4 li {
width: 25%
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
width: 100%
}
.button-group.even-5 li {
width: 20%
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
width: 100%
}
.button-group.even-6 li {
width: 16.66667%
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
width: 100%
}
.button-group.even-7 li {
width: 14.28571%
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
width: 100%
}
.button-group.even-8 li {
width: 12.5%
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
width: 100%
}
.button-bar {
*zoom: 1
}
.button-bar:before,
.button-bar:after {
content: " ";
display: table;
}
.button-bar:after {
clear: both
}
.button-bar .button-group {
float: left;
margin-right: 0.625em;
}
.button-bar .button-group div {
overflow: hidden
}
/* ===[ Foundation Alerts ]=== */
.alert-box {
border-width: 0px;
display: block;
font-weight: normal;
margin-bottom: 1.25em;
position: relative;
padding: 0.6875em 1.3125em 0.75em 0.6875em;
font-size: 0.875em;
background-color: #2ba6cb;
color: white;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.alert-box .close {
font-size: 1.1em;
padding: 5px 4px 4px;
line-height: 0;
position: absolute;
top: 0.2375em;
right: 0.3125em;
color: #FFF;
opacity: 0.7;
}
.alert-box .close:hover,
.alert-box .close:focus {
opacity: 0.9
}
.alert-box.radius {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.alert-box.round {
-webkit-border-radius: 1000px;
border-radius: 1000px;
}
.alert-box.success {
color: #ffffff;
background-color: #2ecc71;
}
.alert-box.alert {
color: #ffffff;
background-color: #e74c3c;
}
.alert-box.secondary {
color: #ffffff;
background-color: #34495e;
}
.alert-box.info {
color: #ffffff;
background-color: #3498db;
}
.alert-box.primary {
color: #ffffff;
background-color: #1abc9c;
}
.alert-box.default {
color: #ffffff;
background-color: #bdc3c7;
}
.alert-box.warning {
color: #ffffff;
background-color: #f1c40f;
}
/* ===[ Pricing Tables ]=== */
.pricing-table {
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
margin-bottom: 1.25em;
}
.pricing-table * {
list-style: none;
line-height: 1;
}
.pricing-table .title {
background-color: #dddddd;
padding: 0.9375em 1.25em;
text-align: center;
color: #333333;
font-weight: bold;
font-size: 1em;
}
.pricing-table .price {
background-color: #eeeeee;
padding: 0.9375em 1.25em;
text-align: center;
color: #333333;
font-weight: normal;
font-size: 1.25em;
}
.pricing-table .description {
background-color: white;
padding: 0.9375em;
text-align: center;
color: #777777;
font-size: 0.75em;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
background-color: white;
padding: 0.9375em;
text-align: center;
color: #333333;
font-size: 0.875em;
font-weight: normal;
border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
background-color: whitesmoke;
text-align: center;
padding: 1.25em 1.25em 0;
}
|
css/surfaceui.css
|
@import url(font-lato.css);
@import url(font-awesome.css);
body {
background:#EFEFEF;
}
section.hero {
background: #1abc9c;
width: 100%;
margin: 0 auto;
margin-bottom:60px;
padding: 60px 0 60px 0;
}
section.footer {
background: #1abc9c;
width: 100%;
margin: 0 auto;
margin-top:60px;
padding: 60px 0 60px 0;
}
.pane {
padding: 15px;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding-bottom: 20px;
margin-bottom: 40px;
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
}
.block {
max-width: 320px;
padding: 0;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding-bottom: 10px;
margin-bottom: 40px;
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
}
.block .title {
color: #E74C3C;
font-size: 1.2em;
margin-bottom: 0.4em;
margin-top: 0.4em;
}
.block .thumb img {
height: 110px;
width: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.block .thumb {
height: 110px;
width: 100%;
text-align: center;
position: relative;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-bottom: 1px solid #DDD;
}
.block .desc {
text-align: center;
position: relative;
padding: 10px;
}
.block .desc p {
font-size: 13px;
text-align: left;
margin-bottom: 15px;
}
.block:hover {
border: 1px solid #DDD
}
.block:hover .thumb img {
}
.block .thumb .overlay {
background: rgba(0,0,0,0.8);
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 100;
opacity: 0;
-moz-box-shadow: inset 0 0 24px -6px #000;
-webkit-box-shadow: inset 0 0 24px -6px #000;
box-shadow: inset 0 0 24px -6px #000;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.block .thumb .ico-popup a {
width: 50px;
height: 50px;
color: #1ABC9C;
background: #FFF;
position: absolute;
left: 50%;
margin-left: -25px;
top: -60px;
border-radius: 1000px;
padding-top: 15px;
font-size: 1.2em;
z-index: 105;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.block:hover .thumb .ico-popup a {
position: absolute;
left: 50%;
margin-left: -25px;
top: 50%;
margin-top: -25px;
}
.block:hover .thumb .overlay {
opacity: 0.8
}
.block.featured:before {
background: url(../img/ribbon-featured.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.block.css:before {
background: url(../img/ribbon-css.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.block.html5:before {
background: url(../img/ribbon-html5.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.block.jquery:before {
background: url(../img/ribbon-jquery.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
z-index: 105;
}
.showcase {
border: 1px solid #f5f5f5;
padding: 10px;
border-radius: 5px;
position: relative;
-moz-box-shadow: inset 0 0 3px -1px #f2f2f2;
-webkit-box-shadow: inset 0 0 3px -1px #f2f2f2;
box-shadow: inset 0 0 3px -1px #f2f2f2;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase .title {
color: #E74C3C;
font-size: 1.2em;
margin-bottom: 1em;
}
.showcase .sc-image img {
width: 150px;
height: 150px;
border-radius: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase .sc-image {
float: left;
width: 150px;
height: 150px;
margin-right: 20px;
text-align: center;
position: relative;
overflow: hidden;
border-radius: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase .sc-desc {
margin-left: 170px
}
.showcase .sc-desc p {
font-size: 13px
}
.showcase:hover {
border: 1px solid #DDD
}
.showcase:hover .sc-image img {
}
.showcase .sc-image .overlay {
background: #1ABC9C;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 100;
display: none;
opacity: 0;
}
.showcase .sc-image .ico-popup a {
width: 50px;
height: 50px;
color: #1ABC9C;
background: #FFF;
position: absolute;
left: 50%;
margin-left: -25px;
top: -60px;
border-radius: 1000px;
padding-top: 15px;
font-size: 1.2em;
z-index: 105;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.showcase:hover .sc-image .ico-popup a {
position: absolute;
left: 50%;
margin-left: -25px;
top: 50%;
margin-top: -25px;
}
.showcase:hover .sc-image .overlay {
opacity: 0.9;
display: block;
}
.showcase.featured:before {
background: url(../img/ribbon-featured.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.showcase.css:before {
background: url(../img/ribbon-css.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.showcase.html5:before {
background: url(../img/ribbon-html5.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.showcase.jquery:before {
background: url(../img/ribbon-jquery.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
a {
color: #FFF;
text-decoration: none;
-webkit-transition: 0.25s;
transition: 0.25s;
}
a:hover {
cursor: pointer;
color: #FFF;
text-decoration: none;
}
a:focus {
outline: none
}
.text-muted {
color: #bdc3c7
}
.text {
color: #1abc9c
}
.text:hover {
color: #15967d
}
.text-warning {
color: #f1c40f
}
.text-warning:hover {
color: #c19d0c
}
.text-alert {
color: #e74c3c
}
.text-alert:hover {
color: #b93d30
}
.text-success {
color: #2ecc71
}
.text-success:hover {
color: #25a35a
}
.text-info {
color: #3498db
}
.text-info:hover {
color: #2a7aaf
}
.bg {
background: #1abc9c !important;
color: #FFF !important;
}
.bg:hover {
background: #15967d !important
}
.bg-warning {
background: #f1c40f !important;
color: #FFF !important;
}
.bg-warning:hover {
background: #c19d0c !important
}
.bg-alert {
background: #e74c3c !important;
color: #FFF !important;
}
.bg-alert:hover {
background: #b93d30 !important
}
.bg-success {
background: #2ecc71 !important;
color: #FFF !important;
}
.bg-success:hover {
background: #25a35a !important
}
.bg-info {
background: #3498db !important;
color: #FFF !important;
}
.bg-info:hover {
background: #2a7aaf !important
}
.bg-secondary {
background: #34495e !important;
color: #FFF !important;
}
.bg-secondary:hover {
background: #415b76 !important
}
.bg-primary {
background: #1abc9c !important;
color: #FFF !important;
}
.bg-primary:hover {
background: #48c9b0 !important
}
.slab {
padding: 12px 14px 0px 14px;
position: relative;
text-align: center;
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
}
.slab.slab-hot:before {
background: url(../img/ribbon.png) 0 0 no-repeat;
background-size: 82px 82px;
content: '';
height: 82px;
position: absolute;
right: -4px;
top: -4px;
width: 82px;
}
.slab p {
font-size: 15px;
margin-bottom: 33px;
}
.slab-image {
vertical-align: bottom;
padding: 10px;
}
.slab-title {
font-size: 20px;
margin: 0;
}
button,
.button {
cursor: pointer;
font-family: inherit;
font-weight: bold;
line-height: 1;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
font-size: 1em;
background-color: #bdc3c7;
color: white;
border: none;
font-size: 15px;
font-weight: normal;
line-height: 1.4;
padding: 10px 15px;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: 0.25s linear;
transition: 0.25s linear;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: #CACFD2
}
button:hover,
button:focus,
.button:hover,
.button:focus {
color: white
}
.button.default {
color: #ffffff;
background-color: #bdc3c7;
}
.button.default:hover,
.button.default:focus,
.button.default:active,
.button.default.active {
color: #ffffff;
background-color: #cacfd2;
border-color: #cacfd2;
}
.button.default:active,
.button.default.active {
background: #a1a6a9
}
.button.primary {
color: #ffffff;
background-color: #1abc9c;
}
.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.active {
color: #ffffff;
background-color: #48c9b0;
border-color: #48c9b0;
}
.button.primary:active,
.button.primary.active {
background: #16a085
}
.button.info {
color: #ffffff;
background-color: #3498db;
}
.button.info:hover,
.button.info:focus,
.button.info:active,
.button.info.active {
color: #ffffff;
background-color: #5dade2;
border-color: #5dade2;
}
.button.info:active,
.button.info.active {
background: #2c81ba
}
.button.alert {
color: #ffffff;
background-color: #e74c3c;
}
.button.alert:hover,
.button.alert:focus,
.button.alert:active,
.button.alert.active {
color: #ffffff;
background-color: #ec7063;
border-color: #ec7063;
}
.button.alert:active,
.button.alert.active {
background: #c44133
}
.button.success {
color: #ffffff;
background-color: #2ecc71;
}
.button.success:hover,
.button.success:focus,
.button.success:active,
.button.success.active {
color: #ffffff;
background-color: #58d68d;
border-color: #58d68d;
}
.button.success:active,
.button.success.active {
background: #27ad60
}
.button.warning {
color: #ffffff;
background-color: #f1c40f;
}
.button.warning:hover,
.button.warning:focus,
.button.warning:active,
.button.warning.active {
color: #ffffff;
background-color: #f5d313;
border-color: #f5d313;
}
.button.warning:active,
.button.warning.active {
background: #cda70d
}
.button.secondary {
color: #ffffff;
background-color: #34495e;
}
.button.secondary:hover,
.button.secondary:focus,
.button.secondary:active,
.button.secondary.active {
color: #ffffff;
background-color: #415b76;
border-color: #415b76;
}
.button.secondary:active,
.button.secondary.active {
background: #2c3e50
}
button.wide,
.button.wide {
min-width: 160px;
padding-left: 20px;
padding-right: 20px;
}
button.large,
.button.large {
padding-top: 1em;
padding-right: 2em;
padding-bottom: 1.0625em;
padding-left: 2em;
font-size: 1.25em;
}
button.small,
.button.small {
padding-top: 0.5625em;
padding-right: 1.125em;
padding-bottom: 0.625em;
padding-left: 1.125em;
font-size: 0.8125em;
}
button.tiny,
.button.tiny {
padding-top: 0.4375em;
padding-right: 0.875em;
padding-bottom: 0.5em;
padding-left: 0.875em;
font-size: 0.6875em;
}
button.expand,
.button.expand {
padding-right: 0px;
padding-left: 0px;
width: 100%;
}
button.left-align,
.button.left-align {
text-align: left;
text-indent: 0.75em;
}
button.right-align,
.button.right-align {
text-align: right;
padding-right: 0.75em;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
background-color: #2ba6cb;
border-color: #2284a1;
color: white;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #2284a1
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
color: white
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #2ba6cb
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
background-color: #e9e9e9;
border-color: #d0d0d0;
color: #333333;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #d0d0d0
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
color: #333333
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #e9e9e9
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
background-color: #5da423;
border-color: #457a1a;
color: white;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #457a1a
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
color: white
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #5da423
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
background-color: #c60f13;
border-color: #970b0e;
color: white;
cursor: default;
opacity: 0.6;
-webkit-box-shadow: none;
box-shadow: none;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #970b0e
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
color: white
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #c60f13
}
button,
.button {
padding-top: 0.8125em;
padding-bottom: 0.75em;
-webkit-appearance: none;
}
button.tiny,
.button.tiny {
padding-top: 0.5em;
padding-bottom: 0.4375em;
-webkit-appearance: none;
}
button.small,
.button.small {
padding-top: 0.625em;
padding-bottom: 0.5625em;
-webkit-appearance: none;
}
button.large,
.button.large {
padding-top: 1.03125em;
padding-bottom: 1.03125em;
-webkit-appearance: none;
}
button.teal,
.button.teal {
background-color: #008299;
color: white;
}
button.teal:hover,
button.teal:focus,
.button.teal:hover,
.button.teal:focus {
background-color: #00A0B1;
color: white;
}
button.blue,
.button.blue {
background-color: #2672EC;
color: white;
}
button.blue:hover,
button.blue:focus,
.button.blue:hover,
.button.blue:focus {
background-color: #2E8DEF;
color: white;
}
button.purple,
.button.purple {
background-color: #8C0095;
color: white;
}
button.purple:hover,
button.purple:focus,
.button.purple:hover,
.button.purple:focus {
background-color: #A700AE;
color: white;
}
button.dark-purple,
.button.dark-purple {
background-color: #5133AB;
color: white;
}
button.dark-purple:hover,
button.dark-purple:focus,
.button.dark-purple:hover,
.button.dark-purple:focus {
background-color: #643EBF;
color: white;
}
button.red,
.button.red {
background-color: #AC193D;
color: white;
}
button.red:hover,
button.red:focus,
.button.red:hover,
.button.red:focus {
background-color: #BF1E4B;
color: white;
}
button.orange,
.button.orange {
background-color: #D24726;
color: white;
}
button.orange:hover,
button.orange:focus,
.button.orange:hover,
.button.orange:focus {
background-color: #DC572E;
color: white;
}
button.green,
.button.green {
background-color: #008A00;
color: white;
}
button.green:hover,
button.green:focus,
.button.green:hover,
.button.green:focus {
background-color: #00A600;
color: white;
}
button.sky-blue,
.button.sky-blue {
background-color: #094AB2;
color: white;
}
button.sky-blue:hover,
button.sky-blue:focus,
.button.sky-blue:hover,
.button.sky-blue:focus {
background-color: #0A5BC4;
color: white;
}
button.blogger,
.button.blogger {
background-color: #FF8833;
color: white;
}
button.blogger:hover,
button.blogger:focus,
.button.blogger:hover,
.button.blogger:focus {
background-color: rgba(252, 79, 8, 0.8);
color: white;
}
button.facebook,
.button.facebook {
background-color: #3B5998;
color: white;
}
button.facebook:hover,
button.facebook:focus,
.button.facebook:hover,
.button.facebook:focus {
background-color: rgba(59, 89, 152, 0.8);
color: white;
}
button.flickr,
.button.flickr {
background-color: #ff0084;
color: white;
}
button.flickr:hover,
button.flickr:focus,
.button.flickr:hover,
.button.flickr:focus {
background-color: rgba(255, 0, 132, 0.8);
color: white;
}
button.foursquare,
.button.foursquare {
background-color: #25a0ca;
color: white;
}
button.foursquare:hover,
button.foursquare:focus,
.button.foursquare:hover,
.button.foursquare:focus {
background-color: rgba(37, 160, 202, 0.8);
color: white;
}
button.google,
.button.google {
background-color: #dd4b39;
color: white;
}
button.google:hover,
button.google:focus,
.button.google:hover,
.button.google:focus {
background-color: rgba(221, 75, 57, 0.8);
color: white;
}
button.instagram,
.button.instagram {
background-color: #3f729b;
color: white;
}
button.instagram:hover,
button.instagram:focus,
.button.instagram:hover,
.button.instagram:focus {
background-color: rgba(63, 114, 155, 0.8);
color: white;
}
button.linkedin,
.button.linkedin {
background-color: #007BB6;
color: white;
}
button.linkedin:hover,
button.linkedin:focus,
.button.linkedin:hover,
.button.linkedin:focus {
background-color: rgba(0, 123, 182, 0.8);
color: white;
}
button.pinterest,
.button.pinterest {
background-color: #c8232c;
color: white;
}
button.pinterest:hover,
button.pinterest:focus,
.button.pinterest:hover,
.button.pinterest:focus {
background-color: rgba(200, 35, 44, 0.8);
color: white;
}
button.rss,
.button.rss {
background-color: #ee802f;
color: white;
}
button.rss:hover,
button.rss:focus,
.button.rss:hover,
.button.rss:focus {
background-color: rgba(238, 128, 47, 0.8);
color: white;
}
button.stumble,
.button.stumble {
background-color: #f74425;
color: white;
}
button.stumble:hover,
button.stumble:focus,
.button.stumble:hover,
.button.stumble:focus {
background-color: rgba(247, 68, 37, 0.8);
color: white;
}
button.reddit,
.button.reddit {
background-color: #CEE3F8;
color: white;
}
button.reddit:hover,
button.reddit:focus,
.button.reddit:hover,
.button.reddit:focus {
background-color: rgba(206, 226, 278, 0.8);
color: white;
}
button.tumblr,
.button.tumblr {
background-color: #34526F;
color: white;
}
button.tumblr:hover,
button.tumblr:focus,
.button.tumblr:hover,
.button.tumblr:focus {
background-color: rgba(50, 80, 109, 0.8);
color: white;
}
button.twitter,
.button.twitter {
background-color: #00ACED;
color: white;
}
button.twitter:hover,
button.twitter:focus,
.button.twitter:hover,
.button.twitter:focus {
background-color: rgba(0, 172, 237, 0.8);
color: white;
}
button.vimeo-blue,
.button.vimeo-blue {
background-color: #45668e;
color: white;
}
button.vimeo-blue:hover,
button.vimeo-blue:focus,
.button.vimeo-blue:hover,
.button.vimeo-blue:focus {
background-color: rgba(69, 102, 142, 0.8);
color: white;
}
button.vimeo-green,
.button.vimeo-green {
background-color: #AAD450;
color: white;
}
button.vimeo-green:hover,
button.vimeo-green:focus,
.button.vimeo-green:hover,
.button.vimeo-green:focus {
background-color: rgba(170, 212, 80, 0.8);
color: white;
}
button.youtube,
.button.youtube {
background-color: #bb0000;
color: white;
}
button.youtube:hover,
button.youtube:focus,
.button.youtube:hover,
.button.youtube:focus {
background-color: rgba(187, 0, 0, 0.8);
color: white;
}
button.vine,
.button.vine {
background-color: #00A478;
color: white;
}
button.vine:hover,
button.vine:focus,
.button.vine:hover,
.button.vine:focus {
background-color: rgba(0, 164, 120, 0.8);
color: white;
}
button.technorati,
.button.technorati {
background-color: #40A800;
color: white;
}
button.technorati:hover,
button.technorati:focus,
.button.technorati:hover,
.button.technorati:focus {
background-color: rgba(64, 168, 0, 0.8);
color: white;
}
button.soundcloud,
.button.soundcloud {
background-color: #FF7700;
color: white;
}
button.soundcloud:hover,
button.soundcloud:focus,
.button.soundcloud:hover,
.button.soundcloud:focus {
background-color: rgba(255, 119, 0, 0.8);
color: white;
}
button.spotify,
.button.spotify {
background-color: #81B71A;
color: white;
}
button.spotify:hover,
button.spotify:focus,
.button.spotify:hover,
.button.spotify:focus {
background-color: rgba(129, 183, 26, 0.8);
color: white;
}
button.dribbble,
.button.dribbble {
background-color: #ea4c89;
color: white;
}
button.dribbble:hover,
button.dribbble:focus,
.button.dribbble:hover,
.button.dribbble:focus {
background-color: rgba(234, 76, 137, 0.8);
color: white;
}
button.dropbox,
.button.dropbox {
background-color: #3d9ae8;
color: white;
}
button.dropbox:hover,
button.dropbox:focus,
.button.dropbox:hover,
.button.dropbox:focus {
background-color: rgba(61, 154, 232, 0.8);
color: white;
}
button.deviantart,
.button.deviantart {
background-color: #4E6252;
color: white;
}
button.deviantart:hover,
button.deviantart:focus,
.button.deviantart:hover,
.button.deviantart:focus {
background-color: rgba(78, 98, 82, 0.8);
color: white;
}
button.xing,
.button.xing {
background-color: #126567;
color: white;
}
button.xing:hover,
button.xing:focus,
.button.xing:hover,
.button.xing:focus {
background-color: rgba(18, 101, 103, 0.8);
color: white;
}
@media only screen {
button,
.button {
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
button:active,
.button:active {
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0) inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0) inset;
}
button.radius,
.button.radius {
-webkit-border-radius: 3px;
border-radius: 3px;
}
button.round,
.button.round {
-webkit-border-radius: 1000px;
border-radius: 1000px;
}
}
badge,
.badge { border: none !important;
cursor: pointer;
font-family: inherit;
font-weight: 600;
line-height: normal;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
width:55px;
height: 55px;
text-align:center;
font-size: 2.2em;
line-height: 55px;
background-color: #34495e;
color: white; border-radius:4px;}
badge:hover,
badge:focus,
.badge:hover,
.badge:focus { background-color: #222f3d;
color: white; }
badge.large,
.badge.large { padding-top: 1em;
padding-right: 2em;
padding-bottom: 1.0625em;
padding-left: 2em;
font-size: 1.25em; }
badge.small,
.badge.small { padding-top: 0.5625em;
padding-right: 1.125em;
padding-bottom: 0.625em;
padding-left: 1.125em;
font-size: 0.8125em; }
badge.tiny,
.badge.tiny { padding-top: 0.4375em;
padding-right: 0.875em;
padding-bottom: 0.5em;
padding-left: 0.875em;
font-size: 0.6875em; }
badge.expand,
.badge.expand { padding-right: 0;
padding-left: 0;
width: 100%; }
badge,
.badge {
-webkit-appearance: none; }
badge.tiny,
.badge.tiny { padding-top: 0.5em;
padding-bottom: 0.4375em;
-webkit-appearance: none; }
badge.small,
.badge.small { padding-top: 0.625em;
padding-bottom: 0.5625em;
-webkit-appearance: none; }
badge.large,
.badge.large { padding-top: 1.03125em;
padding-bottom: 1.03125em;
-webkit-appearance: none; }
badge.blogger,
.badge.blogger { background-color: #FF8833;
color: white; }
badge.blogger:hover,
badge.blogger:focus,
.badge.blogger:hover,
.badge.blogger:focus { background-color: rgba(252, 79, 8, 0.8);
color: white; }
badge.facebook,
.badge.facebook { background-color: #3B5998;
color: white; }
badge.facebook:hover,
badge.facebook:focus,
.badge.facebook:hover,
.badge.facebook:focus { background-color: rgba(59, 89, 152, 0.8);
color: white; }
badge.flickr,
.badge.flickr { background-color: #ff0084;
color: white; }
badge.flickr:hover,
badge.flickr:focus,
.badge.flickr:hover,
.badge.flickr:focus { background-color: rgba(255, 0, 132, 0.8);
color: white; }
badge.foursquare,
.badge.foursquare { background-color: #25a0ca;
color: white; }
badge.foursquare:hover,
badge.foursquare:focus,
.badge.foursquare:hover,
.badge.foursquare:focus { background-color: rgba(37, 160, 202, 0.8);
color: white; }
badge.google,
.badge.google { background-color: #dd4b39;
color: white; }
badge.google:hover,
badge.google:focus,
.badge.google:hover,
.badge.google:focus { background-color: rgba(221, 75, 57, 0.8);
color: white; }
badge.instagram,
.badge.instagram { background-color: #3f729b;
color: white; }
badge.instagram:hover,
badge.instagram:focus,
.badge.instagram:hover,
.badge.instagram:focus { background-color: rgba(63, 114, 155, 0.8);
color: white; }
badge.linkedin,
.badge.linkedin { background-color: #007BB6;
color: white; }
badge.linkedin:hover,
badge.linkedin:focus,
.badge.linkedin:hover,
.badge.linkedin:focus { background-color: rgba(0, 123, 182, 0.8);
color: white; }
badge.pinterest,
.badge.pinterest { background-color: #c8232c;
color: white; }
badge.pinterest:hover,
badge.pinterest:focus,
.badge.pinterest:hover,
.badge.pinterest:focus { background-color: rgba(200, 35, 44, 0.8);
color: white; }
badge.rss,
.badge.rss { background-color: #ee802f;
color: white; }
badge.rss:hover,
badge.rss:focus,
.badge.rss:hover,
.badge.rss:focus { background-color: rgba(238, 128, 47, 0.8);
color: white; }
badge.stumble,
.badge.stumble { background-color: #f74425;
color: white; }
badge.stumble:hover,
badge.stumble:focus,
.badge.stumble:hover,
.badge.stumble:focus { background-color: rgba(247, 68, 37, 0.8);
color: white; }
badge.reddit,
.badge.reddit { background-color: #CEE3F8;
color: white; }
badge.reddit:hover,
badge.reddit:focus,
.badge.reddit:hover,
.badge.reddit:focus { background-color: rgba(206, 226, 278, 0.8);
color: white; }
badge.tumblr,
.badge.tumblr { background-color: #34526F;
color: white; }
badge.tumblr:hover,
badge.tumblr:focus,
.badge.tumblr:hover,
.badge.tumblr:focus { background-color: rgba(50, 80, 109, 0.8);
color: white; }
badge.twitter,
.badge.twitter { background-color: #00ACED;
color: white; }
badge.twitter:hover,
badge.twitter:focus,
.badge.twitter:hover,
.badge.twitter:focus { background-color: rgba(0, 172, 237, 0.8);
color: white; }
badge.vimeo-blue,
.badge.vimeo-blue { background-color: #45668e;
color: white; }
badge.vimeo-blue:hover,
badge.vimeo-blue:focus,
.badge.vimeo-blue:hover,
.badge.vimeo-blue:focus { background-color: rgba(69, 102, 142, 0.8);
color: white; }
badge.vimeo-green,
.badge.vimeo-green { background-color: #AAD450;
color: white; }
badge.vimeo-green:hover,
badge.vimeo-green:focus,
.badge.vimeo-green:hover,
.badge.vimeo-green:focus
{ background-color: rgba(170, 212, 80, 0.8);
color: white; }
badge.youtube,
.badge.youtube { background-color: #bb0000;
color: white; }
badge.youtube:hover,
badge.youtube:focus,
.badge.youtube:hover,
.badge.youtube:focus { background-color: rgba(187, 0, 0, 0.8);
color: white; }
badge.vine,
.badge.vine { background-color: #00A478;
color: white; }
badge.vine:hover,
badge.vine:focus,
.badge.vine:hover,
.badge.vine:focus { background-color: rgba(0, 164, 120, 0.8);
color: white; }
badge.technorati,
.badge.technorati { background-color: #40A800;
color: white; }
badge.technorati:hover,
badge.technorati:focus,
.badge.technorati:hover,
.badge.technorati:focus { background-color: rgba(64, 168, 0, 0.8);
color: white; }
badge.soundcloud,
.badge.soundcloud { background-color: #FF7700;
color: white; }
badge.soundcloud:hover,
badge.soundcloud:focus,
.badge.soundcloud:hover,
.badge.soundcloud:focus { background-color: rgba(255, 119, 0, 0.8);
color: white; }
badge.spotify,
.badge.spotify { background-color: #81B71A;
color: white; }
badge.spotify:hover,
badge.spotify:focus,
.badge.spotify:hover,
.badge.spotify:focus { background-color: rgba(129, 183, 26, 0.8);
color: white; }
badge.dribbble,
.badge.dribbble { background-color: #ea4c89;
color: white; }
badge.dribbble:hover,
badge.dribbble:focus,
.badge.dribbble:hover,
.badge.dribbble:focus { background-color: rgba(234, 76, 137, 0.8);
color: white; }
badge.dropbox,
.badge.dropbox { background-color: #3d9ae8;
color: white; }
badge.dropbox:hover,
badge.dropbox:focus,
.badge.dropbox:hover,
.badge.dropbox:focus { background-color: rgba(61, 154, 232, 0.8);
color: white; }
badge.deviantart,
.badge.deviantart { background-color: #4E6252;
color: white; }
badge.deviantart:hover,
badge.deviantart:focus,
.badge.deviantart:hover,
.badge.deviantart:focus { background-color: rgba(78, 98, 82, 0.8);
color: white; }
badge.xing,
.badge.xing { background-color: #126567;
color: white; }
badge.xing:hover,
badge.xing:focus,
.badge.xing:hover,
.badge.xing:focus { background-color: rgba(18, 101, 103, 0.8);
color: white; }
@media only screen {
badge,
.badge { -webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
box-shadow: none; }
badge:hover,
.badge:hover { box-shadow: none }
badge:active,
.badge:active { top: 1px;
left: 1px;
box-shadow: none; }
@media only screen and (min-width: 768px) {
button,
.button {
display: inline-block
}
}
/* ===[ Button Groups ]=== */
.button-group {
list-style: none;
margin: 0;
*zoom: 1;
border-radius: 0px;
}
.button-group .button {
border-radius: 0px
}
.button-group:before,
.button-group:after {
content: " ";
display: table;
}
.button-group:after {
clear: both
}
.button-group > * {
margin: 0 0 0 -1px;
float: left;
border-radius: 0px;
}
.button-group > *:first-child {
margin-left: 0;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button
{
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button
{
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button
{
-moz-border-radius-bottomleft: 1000px;
-moz-border-radius-topleft: 1000px;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button
{
-moz-border-radius-topright: 1000px;
-moz-border-radius-bottomright: 1000px;
-webkit-border-top-right-radius: 1000px;
-webkit-border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
width: 50%
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
width: 100%
}
.button-group.even-3 li {
width: 33.33333%
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
width: 100%
}
.button-group.even-4 li {
width: 25%
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
width: 100%
}
.button-group.even-5 li {
width: 20%
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
width: 100%
}
.button-group.even-6 li {
width: 16.66667%
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
width: 100%
}
.button-group.even-7 li {
width: 14.28571%
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
width: 100%
}
.button-group.even-8 li {
width: 12.5%
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
width: 100%
}
.button-bar {
*zoom: 1
}
.button-bar:before,
.button-bar:after {
content: " ";
display: table;
}
.button-bar:after {
clear: both
}
.button-bar .button-group {
float: left;
margin-right: 0.625em;
}
.button-bar .button-group div {
overflow: hidden
}
/* ===[ Foundation Alerts ]=== */
.alert-box {
border-width: 0px;
display: block;
font-weight: normal;
margin-bottom: 1.25em;
position: relative;
padding: 0.6875em 1.3125em 0.75em 0.6875em;
font-size: 0.875em;
background-color: #2ba6cb;
color: white;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.alert-box .close {
font-size: 1.1em;
padding: 5px 4px 4px;
line-height: 0;
position: absolute;
top: 0.2375em;
right: 0.3125em;
color: #FFF;
opacity: 0.7;
}
.alert-box .close:hover,
.alert-box .close:focus {
opacity: 0.9
}
.alert-box.radius {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.alert-box.round {
-webkit-border-radius: 1000px;
border-radius: 1000px;
}
.alert-box.success {
color: #ffffff;
background-color: #2ecc71;
}
.alert-box.alert {
color: #ffffff;
background-color: #e74c3c;
}
.alert-box.secondary {
color: #ffffff;
background-color: #34495e;
}
.alert-box.info {
color: #ffffff;
background-color: #3498db;
}
.alert-box.primary {
color: #ffffff;
background-color: #1abc9c;
}
.alert-box.default {
color: #ffffff;
background-color: #bdc3c7;
}
.alert-box.warning {
color: #ffffff;
background-color: #f1c40f;
}
/* ===[ Pricing Tables ]=== */
.pricing-table {
box-shadow: 1px 1px 2px 0px rgb(208, 208, 208);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(228, 228, 228) rgb(190, 190, 189) rgb(190, 190, 189) rgb(228, 228, 228);
margin-bottom: 1.25em;
}
.pricing-table * {
list-style: none;
line-height: 1;
}
.pricing-table .title {
background-color: #dddddd;
padding: 0.9375em 1.25em;
text-align: center;
color: #333333;
font-weight: bold;
font-size: 1em;
}
.pricing-table .price {
background-color: #eeeeee;
padding: 0.9375em 1.25em;
text-align: center;
color: #333333;
font-weight: normal;
font-size: 1.25em;
}
.pricing-table .description {
background-color: white;
padding: 0.9375em;
text-align: center;
color: #777777;
font-size: 0.75em;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
background-color: white;
padding: 0.9375em;
text-align: center;
color: #333333;
font-size: 0.875em;
font-weight: normal;
border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
background-color: whitesmoke;
text-align: center;
padding: 1.25em 1.25em 0;
}
| 0.326593 | 0.033748 |
body {
padding: 0;
margin: 0;
}
html,body {
width:100%;
height:100%;
}
.leaflet-container {
background: #fff;
}
.modal {
display: block;
}
.search-icon {
margin-top: 10px;
padding-right: 10px;
}
.splash {
position: absolute;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
background: #333;
opacity: 0.9
}
.spinner {
width: 40px;
height: 40px;
background-color: #fff;
margin: 100px auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.sightglass-outer
{
position: relative;
top: 0%;
left: 25%;
width: 125px;
height: 380px;
border: 6px solid #817e72;
border-radius: 15px;
background: #dadada3d;
z-index: 6;
}
.sightglass-outer h3
{
position: absolute;
top: 100%;
left: 27%;
margin-top: 10px;
}
.sightglass-steamcock
{
position: absolute;
top: 10%;
left: -48%;
background: #b4b1a4ed;
width: 50px;
height: 25px;
z-index: 0;
border: 1px solid #878787;
}
.cock-circle
{
position: relative;
top: -50%;
left: -50%;
background: #d0cfc9;
width: 50px;
height: 50px;
border-radius: 25px;
border: 1px solid #878787;
}
.cock-handle
{
position: relative;
top: -100%;
left: -25%;
background: #9b988b;
width: 25px;
height: 100px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: -1;
border: 1px solid #878787;
}
.sightglass-watercock
{
position: absolute;
top: 85%;
left: -48%;
background: #95938eed;
width: 50px;
height: 25px;
border: 1px solid #878787;
}
.rubber-handle
{
position: absolute;
top: 300%;
left: -25%;
background: #e74141;
width: 25px;
height: 75px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border: 2px solid #df1b1c;
}
.sightglass-glass
{
background: #ffe8a4;
width: 100%;
height: 100%;
border-radius: 10px;
z-index: 3;
}
.sightglass-glass::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sightglass-glass::before {
box-shadow: inset 0 0 2000px rgba(255,255,255,.75);
filter: blur(10px);
}
.sightglass-tube
{
position: relative;
background: #ffffffbd;
left: 31.5px;
width: 50px;
height: 100%;
border-left: 4px solid #aaa;
border-right: 4px solid #aaa;
overflow: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
z-index: 2;
}
.sightglass-waterlevel
{
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1;
}
.sightglass-waterlevel #waveShape
{
animation-name: waveAction;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 0.5s;
fill: #77deff;
}
.sightglass-waterlevel #waveShape2
{
animation-name: waveAction;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 0.55s;
fill: #77deff;
}
.sightglass-tube .rz-active
{
display: none;
}
.sightglass-tube .rz-pointer
{
display: none;
}
.sightglass-tube .rz-bar
{
background: transparent;
}
@keyframes waveAction {
0% {
transform: translate(-150px, 0);
}
100% {
transform: translate(0, 0);
}
}
@keyframes waveAction2 {
0% {
transform: translate(-150px, 0);
}
100% {
transform: translate(0, 0);
}
}
#canvas {
margin: auto;
border: 3px solid #444;
border-radius: 5px;
}
.signPadButtons
{
position: relative;
padding-top: 10px;
margin: auto;
width: 650px;
}
.boilerList
{
list-style-type: none;
}
.favourite-box {
position: absolute;
width: 48px;
height: 48px;
border: 2px solid rgba(0,0,0,0.2);
background: rgba(255,255,255,0.95);
top: 80px;
right: 0;
margin-right: 10px;
border-radius: 5px;
z-index: 1001;
}
.favourite-box i {
position: relative;
top: 20%;
left: 30%;
color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #333;
transition: color 0.5s;
}
.favourite-box .favourited {
color: gold !important;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
padding-top: 55px;
margin: 0 auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-center {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
}
.switch input {
display:none;
}
.switch {
display:inline-block;
width:60px;
height:30px;
margin:8px;
transform:translateY(50%);
position:relative;
}
.slider {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
border-radius:30px;
box-shadow:0 0 0 2px #777, 0 0 4px #777;
cursor:pointer;
border:4px solid transparent;
overflow:hidden;
transition:.4s;
}
.slider:before {
position:absolute;
content:"";
width:100%;
height:100%;
background:#777;
border-radius:30px;
transform:translateX(-30px);
transition:.4s;
}
input:checked + .slider:before {
transform:translateX(30px);
background: #007bff;
}
input:checked + .slider {
box-shadow:0 0 0 2px #007bff,0 0 2px #007bff;
}
@media (orientation:landscape) and (max-height: 450px)
{
.hide-on-landscape {
display: none !important;
}
}
@media (orientation:portrait)
{
.hide-on-portrait {
display: none !important;
}
}
|
www/css/master.css
|
body {
padding: 0;
margin: 0;
}
html,body {
width:100%;
height:100%;
}
.leaflet-container {
background: #fff;
}
.modal {
display: block;
}
.search-icon {
margin-top: 10px;
padding-right: 10px;
}
.splash {
position: absolute;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
background: #333;
opacity: 0.9
}
.spinner {
width: 40px;
height: 40px;
background-color: #fff;
margin: 100px auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.sightglass-outer
{
position: relative;
top: 0%;
left: 25%;
width: 125px;
height: 380px;
border: 6px solid #817e72;
border-radius: 15px;
background: #dadada3d;
z-index: 6;
}
.sightglass-outer h3
{
position: absolute;
top: 100%;
left: 27%;
margin-top: 10px;
}
.sightglass-steamcock
{
position: absolute;
top: 10%;
left: -48%;
background: #b4b1a4ed;
width: 50px;
height: 25px;
z-index: 0;
border: 1px solid #878787;
}
.cock-circle
{
position: relative;
top: -50%;
left: -50%;
background: #d0cfc9;
width: 50px;
height: 50px;
border-radius: 25px;
border: 1px solid #878787;
}
.cock-handle
{
position: relative;
top: -100%;
left: -25%;
background: #9b988b;
width: 25px;
height: 100px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: -1;
border: 1px solid #878787;
}
.sightglass-watercock
{
position: absolute;
top: 85%;
left: -48%;
background: #95938eed;
width: 50px;
height: 25px;
border: 1px solid #878787;
}
.rubber-handle
{
position: absolute;
top: 300%;
left: -25%;
background: #e74141;
width: 25px;
height: 75px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border: 2px solid #df1b1c;
}
.sightglass-glass
{
background: #ffe8a4;
width: 100%;
height: 100%;
border-radius: 10px;
z-index: 3;
}
.sightglass-glass::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sightglass-glass::before {
box-shadow: inset 0 0 2000px rgba(255,255,255,.75);
filter: blur(10px);
}
.sightglass-tube
{
position: relative;
background: #ffffffbd;
left: 31.5px;
width: 50px;
height: 100%;
border-left: 4px solid #aaa;
border-right: 4px solid #aaa;
overflow: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
z-index: 2;
}
.sightglass-waterlevel
{
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1;
}
.sightglass-waterlevel #waveShape
{
animation-name: waveAction;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 0.5s;
fill: #77deff;
}
.sightglass-waterlevel #waveShape2
{
animation-name: waveAction;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 0.55s;
fill: #77deff;
}
.sightglass-tube .rz-active
{
display: none;
}
.sightglass-tube .rz-pointer
{
display: none;
}
.sightglass-tube .rz-bar
{
background: transparent;
}
@keyframes waveAction {
0% {
transform: translate(-150px, 0);
}
100% {
transform: translate(0, 0);
}
}
@keyframes waveAction2 {
0% {
transform: translate(-150px, 0);
}
100% {
transform: translate(0, 0);
}
}
#canvas {
margin: auto;
border: 3px solid #444;
border-radius: 5px;
}
.signPadButtons
{
position: relative;
padding-top: 10px;
margin: auto;
width: 650px;
}
.boilerList
{
list-style-type: none;
}
.favourite-box {
position: absolute;
width: 48px;
height: 48px;
border: 2px solid rgba(0,0,0,0.2);
background: rgba(255,255,255,0.95);
top: 80px;
right: 0;
margin-right: 10px;
border-radius: 5px;
z-index: 1001;
}
.favourite-box i {
position: relative;
top: 20%;
left: 30%;
color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #333;
transition: color 0.5s;
}
.favourite-box .favourited {
color: gold !important;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
padding-top: 55px;
margin: 0 auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-center {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
}
.switch input {
display:none;
}
.switch {
display:inline-block;
width:60px;
height:30px;
margin:8px;
transform:translateY(50%);
position:relative;
}
.slider {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
border-radius:30px;
box-shadow:0 0 0 2px #777, 0 0 4px #777;
cursor:pointer;
border:4px solid transparent;
overflow:hidden;
transition:.4s;
}
.slider:before {
position:absolute;
content:"";
width:100%;
height:100%;
background:#777;
border-radius:30px;
transform:translateX(-30px);
transition:.4s;
}
input:checked + .slider:before {
transform:translateX(30px);
background: #007bff;
}
input:checked + .slider {
box-shadow:0 0 0 2px #007bff,0 0 2px #007bff;
}
@media (orientation:landscape) and (max-height: 450px)
{
.hide-on-landscape {
display: none !important;
}
}
@media (orientation:portrait)
{
.hide-on-portrait {
display: none !important;
}
}
| 0.589716 | 0.112308 |
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, .clasedelogin{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
.validar_color{
color: #d45742;
font-size: 1rem;
border:1rem;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #404040;
background: #2d4259;
}
.register-title {
width: 270px;
line-height: 43px;
margin: 50px auto 20px;
font-size: 19px;
font-weight: 500;
color: white;
color: rgba(255, 255, 255, 0.95);
text-align: center;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
background: #d7604b;
border-radius: 3px;
background-image: -webkit-linear-gradient(top, #dc745e, #d45742);
background-image: -moz-linear-gradient(top, #dc745e, #d45742);
background-image: -o-linear-gradient(top, #dc745e, #d45742);
background-image: linear-gradient(to bottom, #dc745e, #d45742);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.clasedelogin {
margin: 0 auto;
width: 230px;
padding: 20px;
background: #f4f4f4;
border-radius: 3px;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
input {
font-family: inherit;
font-size: inherit;
color: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.register-input {
display: block;
width: 100%;
height: 38px;
margin-top: 2px;
font-size: 14px;
font-weight: 500;
background: none;
border: 0;
border-bottom: 1px solid #d8d8d8;
}
.register-input:focus {
border-color: #1e9ce6;
outline: 0;
}
.register-button {
display: block;
width: 100%;
height: 42px;
margin-top: 25px;
font-size: 16px;
/*font-weight: bold;*/
color: #f8f8fa;
text-align: center;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
background: #fcfcfc;
border: 1px solid;
border-color: #d8d8d8 #d1d1d1 #c3c3c3;
border-radius: 2px;
cursor: pointer;
background-color: red;
-webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}
.register-button:active {
background: #eee;
border-color: #c3c3c3 #d1d1d1 #d8d8d8;
background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.register-button:focus {
outline: 0;
}
.register-switch {
height: 32px;
margin-bottom: 15px;
padding: 4px;
background: #6db244;
border-radius: 2px;
background-image: -webkit-linear-gradient(top, #60a83a, #7dbe52);
background-image: -moz-linear-gradient(top, #60a83a, #7dbe52);
background-image: -o-linear-gradient(top, #60a83a, #7dbe52);
background-image: linear-gradient(to bottom, #60a83a, #7dbe52);
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}
.register-switch-input {
display: none;
}
.register-switch-label {
float: left;
width: 50%;
line-height: 32px;
color: white;
text-align: center;
text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.register-switch-input:checked + .register-switch-label {
font-weight: 500;
color: #434248;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
background: white;
border-radius: 2px;
background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
:-moz-placeholder {
color: #aaa;
font-weight: 300;
}
::-moz-placeholder {
color: #aaa;
font-weight: 300;
opacity: 1;
}
::-webkit-input-placeholder {
color: #aaa;
font-weight: 300;
}
:-ms-input-placeholder {
color: #aaa;
font-weight: 300;
}
::-moz-focus-inner {
border: 0;
padding: 0;
}
.clasedelogin{
margin-top: 10%;
font-size: 14px;
}
|
desarrollo_proyecto/src/app/Ylder/gestion-de-usuarios-inicio-de-sesion/gestion-de-usuarios-inicio-de-sesion.component.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, .clasedelogin{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
.validar_color{
color: #d45742;
font-size: 1rem;
border:1rem;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #404040;
background: #2d4259;
}
.register-title {
width: 270px;
line-height: 43px;
margin: 50px auto 20px;
font-size: 19px;
font-weight: 500;
color: white;
color: rgba(255, 255, 255, 0.95);
text-align: center;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
background: #d7604b;
border-radius: 3px;
background-image: -webkit-linear-gradient(top, #dc745e, #d45742);
background-image: -moz-linear-gradient(top, #dc745e, #d45742);
background-image: -o-linear-gradient(top, #dc745e, #d45742);
background-image: linear-gradient(to bottom, #dc745e, #d45742);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.clasedelogin {
margin: 0 auto;
width: 230px;
padding: 20px;
background: #f4f4f4;
border-radius: 3px;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
input {
font-family: inherit;
font-size: inherit;
color: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.register-input {
display: block;
width: 100%;
height: 38px;
margin-top: 2px;
font-size: 14px;
font-weight: 500;
background: none;
border: 0;
border-bottom: 1px solid #d8d8d8;
}
.register-input:focus {
border-color: #1e9ce6;
outline: 0;
}
.register-button {
display: block;
width: 100%;
height: 42px;
margin-top: 25px;
font-size: 16px;
/*font-weight: bold;*/
color: #f8f8fa;
text-align: center;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
background: #fcfcfc;
border: 1px solid;
border-color: #d8d8d8 #d1d1d1 #c3c3c3;
border-radius: 2px;
cursor: pointer;
background-color: red;
-webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}
.register-button:active {
background: #eee;
border-color: #c3c3c3 #d1d1d1 #d8d8d8;
background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.register-button:focus {
outline: 0;
}
.register-switch {
height: 32px;
margin-bottom: 15px;
padding: 4px;
background: #6db244;
border-radius: 2px;
background-image: -webkit-linear-gradient(top, #60a83a, #7dbe52);
background-image: -moz-linear-gradient(top, #60a83a, #7dbe52);
background-image: -o-linear-gradient(top, #60a83a, #7dbe52);
background-image: linear-gradient(to bottom, #60a83a, #7dbe52);
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}
.register-switch-input {
display: none;
}
.register-switch-label {
float: left;
width: 50%;
line-height: 32px;
color: white;
text-align: center;
text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.register-switch-input:checked + .register-switch-label {
font-weight: 500;
color: #434248;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
background: white;
border-radius: 2px;
background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
:-moz-placeholder {
color: #aaa;
font-weight: 300;
}
::-moz-placeholder {
color: #aaa;
font-weight: 300;
opacity: 1;
}
::-webkit-input-placeholder {
color: #aaa;
font-weight: 300;
}
:-ms-input-placeholder {
color: #aaa;
font-weight: 300;
}
::-moz-focus-inner {
border: 0;
padding: 0;
}
.clasedelogin{
margin-top: 10%;
font-size: 14px;
}
| 0.388154 | 0.122549 |
body{
--background-color: #fafafa;
--ninetyPercent: 90%;
--hundredPercent: 100%;
--left: left;
--grey: rgb(139, 137, 137);
--inlineBlock: inline-block;
--ten: 10px;
--fiftyPercent: 50%;
--cover: cover;
background: var(--background-color);
}
/* nav styles */
nav{
background-color: white;
height: 100px;
margin: -20px -8px 20px -8px;
box-shadow: 3px 5px 3px rgb(143, 140, 140);
font-family: 'Lobster', cursive;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 1.7em;
position: fixed;
width: var(--hundredPercent);
z-index: 1000;
}
#nav_items_group{
width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.nav_group{
float: var(--left);
}
form{
margin-left: 20%;
margin-right: auto;
position: relative;
color: rgb(200, 200, 200);
}
input[type="search"]{
height: 30px;
width: 200px;
border: 1px solid gainsboro;
border-radius: 5px;
background: rgb(240, 240, 240);
text-align: center;
}
.fa.fa-search{
font-size: 0.5em;
position: absolute;
left: 50px;
top: 16px;
}
ul.nav_links{
float: right;
margin-top: 2px;
}
.nav_links li{
float: var(--left);
list-style-type: none;
}
.icon{
text-decoration: none;
color: black;
}
#centerIcon{
margin-left: 50px;
margin-right: 50px;
}
/* general styles for the main section of the web page */
#main_section{
padding-top: 100px;
width: 70%;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 70% 1fr;
grid-gap: 25px;
}
/* Styles for instagram posts */
/* general style for a full instagram post */
.friend_post{
width: var(--hundredPercent);
border: 1px solid rgb(201, 197, 197);
border-radius: 6px;
box-shadow: 2px 2px 3px rgb(201, 197, 197);
margin-top: 70px;
}
/* styles for friend details */
.friend_details{
width: var(--ninetyPercent);
margin-left: auto;
margin-right: auto;
}
.friend_profile_picture img{
width: 60px;
height: 50px;
object-fit: var(--cover);
border-radius: var(--fiftyPercent);
}
.friend_details > div{
display: var(--inlineBlock);
}
.friend_details > div:nth-of-type(1){
margin-right: 20px;
margin-top: 10px;
}
.friend_details > div:nth-of-type(2){
line-height: 30px;
}
.friend .firstP{
font-weight: bold;
}
.friend .secondP{
margin-top: -15px;
}
.friend_details > div:nth-of-type(3){
float: right;
}
#ellipsis_icon{
margin-top: 40px;
}
/* styles for the friend's main image or video post */
.friend_image_post img{
width: var(--hundredPercent);
}
/* Styles for likes and comments */
.likes_and_comments{
width: var(--hundredPercent);
margin-left: auto;
margin-right: auto;
}
.likes_and_comments ul{
list-style-type: none;
height: 20px;
margin-top: 0px;
}
.likes_and_comments li{
display: var(--inlineBlock);
margin-right: 45px;
font-size: 1.5em;
margin-left: -30px;
margin-top: 5px;
}
.likes_and_comments li:nth-of-type(4){
float: right;
margin-right: var(--ten);
}
.details_of_likes_and_comments{
width: 97%;
margin-left: auto;
margin-right: auto;
}
.details_of_likes_and_comments .commentator{
font-weight: bold;
}
.details_of_likes_and_comments a{
text-decoration: none;
}
.details_of_likes_and_comments i{
float: right;
}
.details_of_likes_and_comments .time_of_post{
font-size: 11px;
color: var(--grey);
}
.view_comments a{
color: var(--grey);
}
/* styles for the input area where comments can be added */
.add_comment{
border-top: 1px solid rgb(200, 200, 200);
}
.add_comment form{
width: 97%;
margin-left: 0px;
margin-bottom: -5px;
height: 50px;
}
.add_comment input{
border: 0px;
width: 80%;
height: 40px;
font-size: 14px;
color: var(--grey);
outline: none;
background: var(--background-color);
}
.add_comment button{
float: right;
border: none;
background: white;
color: rgb(0, 153, 255);
margin-top: 15px;
}
/* styles for aside content */
aside{
margin-top: 55px;
}
/* styles for profile picture and username in the aside section of the page */
#user_name_and_profile_picture div{
display: var(--inlineBlock);
margin-right: var(--ten);
}
#user_name_and_profile_picture img{
border-radius: var(--fiftyPercent);
width: 60px;
height: 60px;
margin-top: 15px;
object-fit: var(--cover);
}
#user_name_and_profile_picture p{
margin-top: -5px;
color: var(--grey);
}
/* styles for "STORIES" and "SUGGESTIONS" in the aside section of the page */
.asideContent{
border: 1px solid rgb(201, 197, 197);
border-radius: 6px;
box-shadow: 2px 2px 3px rgb(201, 197, 197);
margin-bottom: 30px;
}
.asideContent a{
text-decoration: none;
color: black;
}
.asideContent p{
width: 95%;
margin-right: auto;
margin-left: auto;
}
.asideContent span:nth-of-type(1){
color: var(--grey);
}
.asideContent span:nth-of-type(2){
font-weight: bold;
float: right;
}
/* specific styles for the "stories section" of the aside content of the web page*/
#all_my_stories {
width: 95%;
margin-right: auto;
margin-left: auto;
height: 170px;
overflow-y: auto;
}
#stories img{
border: 2px solid red;
border-radius: var(--fiftyPercent);
width: 50px;
height: 55px;
margin-top: 15px;
object-fit: var(--cover);
}
.story div{
display: var(--inlineBlock);
margin-right: var(--ten);
}
.story_name_and_time p{
color: var(--grey);
font-size: 10px;
}
/* specific styles for the "suggestions section" of the aside content of the web page*/
#suggestions img{
border-radius: var(--fiftyPercent);
width: 40px;
height: 40px;
margin-top: 15px;
object-fit: var(--cover);
} #all_my_suggestions {
width: 95%;
margin-right: auto;
margin-left: auto;
}
.suggestion div{
display: var(--inlineBlock);
margin-right: var(--ten);
}
.suggestion a{
float: right;
text-decoration: none;
color: rgb(0, 153, 255);
margin-top: 35px;
}
.suggestion p{
color: var(--grey);
font-size: 13px;
margin-top: -10px;
}
/* styles for the minor navigational links in the aside section of the web page */
#minor_nav_links{
margin-left: -35px;
}
#minor_nav_links ul{
list-style-type: none;
margin-top: -15px;
}
#minor_nav_links li{
display: inline-block;
}
#minor_nav_links a{
text-decoration: none;
color: var(--grey);
font-size: 11px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* styles for the copyright information */
#copyright_info small{
font-size: 11px;
color: var(--grey);
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* media query for a minor breakpoint */
@media screen and (min-width: 1040px) and (max-width: 1300px){
#main_section{
width: 85%;
}
}
/* media queries for medium sized devices*/
@media screen and (max-width: 1039px){
/* nav styles */
#nav_items_group{
width: var(--ninetyPercent);
}
.nav_links li:nth-of-type(2){
margin-left: 20px;
margin-right: 20px;
}
/* styles for the main section of the web page*/
#main_section{
display: block;
margin-left: auto;
margin-right: auto;
}
/* styles for the aside section of the web page */
aside{
display: none;
}
}
/* media queries for mobile devices */
@media screen and (max-width: 795px){
/* nav styles */
#nav_items_group{
width: 96%;
}
#centerIcon{
margin-left: 10px;
margin-right: 10px;
}
form{
margin-left: 9%;
}
input[type="search"]{
width: 150px;
}
.fa.fa-search{
left: 30px;
top: 16px;
}
/* styles for main sectionof web page */
#main_section{
width: 80%;
}
}
/* media queries for extra small mobile devices */
@media screen and (max-width: 524px){
/* nav styles */
#nav_items_group{
width: 95%;
font-size: 0.85em;
}
form{
display: none;
}
/* styles for main page section of web page */
#main_section{
width: var(--hundredPercent);
}
/* styles for the input area for adding comments for a post*/
.add_comment form{
display: block; /* This ensures that this particular form is visible on the web page */
}
}
|
instagramPage.css
|
body{
--background-color: #fafafa;
--ninetyPercent: 90%;
--hundredPercent: 100%;
--left: left;
--grey: rgb(139, 137, 137);
--inlineBlock: inline-block;
--ten: 10px;
--fiftyPercent: 50%;
--cover: cover;
background: var(--background-color);
}
/* nav styles */
nav{
background-color: white;
height: 100px;
margin: -20px -8px 20px -8px;
box-shadow: 3px 5px 3px rgb(143, 140, 140);
font-family: 'Lobster', cursive;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 1.7em;
position: fixed;
width: var(--hundredPercent);
z-index: 1000;
}
#nav_items_group{
width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.nav_group{
float: var(--left);
}
form{
margin-left: 20%;
margin-right: auto;
position: relative;
color: rgb(200, 200, 200);
}
input[type="search"]{
height: 30px;
width: 200px;
border: 1px solid gainsboro;
border-radius: 5px;
background: rgb(240, 240, 240);
text-align: center;
}
.fa.fa-search{
font-size: 0.5em;
position: absolute;
left: 50px;
top: 16px;
}
ul.nav_links{
float: right;
margin-top: 2px;
}
.nav_links li{
float: var(--left);
list-style-type: none;
}
.icon{
text-decoration: none;
color: black;
}
#centerIcon{
margin-left: 50px;
margin-right: 50px;
}
/* general styles for the main section of the web page */
#main_section{
padding-top: 100px;
width: 70%;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 70% 1fr;
grid-gap: 25px;
}
/* Styles for instagram posts */
/* general style for a full instagram post */
.friend_post{
width: var(--hundredPercent);
border: 1px solid rgb(201, 197, 197);
border-radius: 6px;
box-shadow: 2px 2px 3px rgb(201, 197, 197);
margin-top: 70px;
}
/* styles for friend details */
.friend_details{
width: var(--ninetyPercent);
margin-left: auto;
margin-right: auto;
}
.friend_profile_picture img{
width: 60px;
height: 50px;
object-fit: var(--cover);
border-radius: var(--fiftyPercent);
}
.friend_details > div{
display: var(--inlineBlock);
}
.friend_details > div:nth-of-type(1){
margin-right: 20px;
margin-top: 10px;
}
.friend_details > div:nth-of-type(2){
line-height: 30px;
}
.friend .firstP{
font-weight: bold;
}
.friend .secondP{
margin-top: -15px;
}
.friend_details > div:nth-of-type(3){
float: right;
}
#ellipsis_icon{
margin-top: 40px;
}
/* styles for the friend's main image or video post */
.friend_image_post img{
width: var(--hundredPercent);
}
/* Styles for likes and comments */
.likes_and_comments{
width: var(--hundredPercent);
margin-left: auto;
margin-right: auto;
}
.likes_and_comments ul{
list-style-type: none;
height: 20px;
margin-top: 0px;
}
.likes_and_comments li{
display: var(--inlineBlock);
margin-right: 45px;
font-size: 1.5em;
margin-left: -30px;
margin-top: 5px;
}
.likes_and_comments li:nth-of-type(4){
float: right;
margin-right: var(--ten);
}
.details_of_likes_and_comments{
width: 97%;
margin-left: auto;
margin-right: auto;
}
.details_of_likes_and_comments .commentator{
font-weight: bold;
}
.details_of_likes_and_comments a{
text-decoration: none;
}
.details_of_likes_and_comments i{
float: right;
}
.details_of_likes_and_comments .time_of_post{
font-size: 11px;
color: var(--grey);
}
.view_comments a{
color: var(--grey);
}
/* styles for the input area where comments can be added */
.add_comment{
border-top: 1px solid rgb(200, 200, 200);
}
.add_comment form{
width: 97%;
margin-left: 0px;
margin-bottom: -5px;
height: 50px;
}
.add_comment input{
border: 0px;
width: 80%;
height: 40px;
font-size: 14px;
color: var(--grey);
outline: none;
background: var(--background-color);
}
.add_comment button{
float: right;
border: none;
background: white;
color: rgb(0, 153, 255);
margin-top: 15px;
}
/* styles for aside content */
aside{
margin-top: 55px;
}
/* styles for profile picture and username in the aside section of the page */
#user_name_and_profile_picture div{
display: var(--inlineBlock);
margin-right: var(--ten);
}
#user_name_and_profile_picture img{
border-radius: var(--fiftyPercent);
width: 60px;
height: 60px;
margin-top: 15px;
object-fit: var(--cover);
}
#user_name_and_profile_picture p{
margin-top: -5px;
color: var(--grey);
}
/* styles for "STORIES" and "SUGGESTIONS" in the aside section of the page */
.asideContent{
border: 1px solid rgb(201, 197, 197);
border-radius: 6px;
box-shadow: 2px 2px 3px rgb(201, 197, 197);
margin-bottom: 30px;
}
.asideContent a{
text-decoration: none;
color: black;
}
.asideContent p{
width: 95%;
margin-right: auto;
margin-left: auto;
}
.asideContent span:nth-of-type(1){
color: var(--grey);
}
.asideContent span:nth-of-type(2){
font-weight: bold;
float: right;
}
/* specific styles for the "stories section" of the aside content of the web page*/
#all_my_stories {
width: 95%;
margin-right: auto;
margin-left: auto;
height: 170px;
overflow-y: auto;
}
#stories img{
border: 2px solid red;
border-radius: var(--fiftyPercent);
width: 50px;
height: 55px;
margin-top: 15px;
object-fit: var(--cover);
}
.story div{
display: var(--inlineBlock);
margin-right: var(--ten);
}
.story_name_and_time p{
color: var(--grey);
font-size: 10px;
}
/* specific styles for the "suggestions section" of the aside content of the web page*/
#suggestions img{
border-radius: var(--fiftyPercent);
width: 40px;
height: 40px;
margin-top: 15px;
object-fit: var(--cover);
} #all_my_suggestions {
width: 95%;
margin-right: auto;
margin-left: auto;
}
.suggestion div{
display: var(--inlineBlock);
margin-right: var(--ten);
}
.suggestion a{
float: right;
text-decoration: none;
color: rgb(0, 153, 255);
margin-top: 35px;
}
.suggestion p{
color: var(--grey);
font-size: 13px;
margin-top: -10px;
}
/* styles for the minor navigational links in the aside section of the web page */
#minor_nav_links{
margin-left: -35px;
}
#minor_nav_links ul{
list-style-type: none;
margin-top: -15px;
}
#minor_nav_links li{
display: inline-block;
}
#minor_nav_links a{
text-decoration: none;
color: var(--grey);
font-size: 11px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* styles for the copyright information */
#copyright_info small{
font-size: 11px;
color: var(--grey);
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* media query for a minor breakpoint */
@media screen and (min-width: 1040px) and (max-width: 1300px){
#main_section{
width: 85%;
}
}
/* media queries for medium sized devices*/
@media screen and (max-width: 1039px){
/* nav styles */
#nav_items_group{
width: var(--ninetyPercent);
}
.nav_links li:nth-of-type(2){
margin-left: 20px;
margin-right: 20px;
}
/* styles for the main section of the web page*/
#main_section{
display: block;
margin-left: auto;
margin-right: auto;
}
/* styles for the aside section of the web page */
aside{
display: none;
}
}
/* media queries for mobile devices */
@media screen and (max-width: 795px){
/* nav styles */
#nav_items_group{
width: 96%;
}
#centerIcon{
margin-left: 10px;
margin-right: 10px;
}
form{
margin-left: 9%;
}
input[type="search"]{
width: 150px;
}
.fa.fa-search{
left: 30px;
top: 16px;
}
/* styles for main sectionof web page */
#main_section{
width: 80%;
}
}
/* media queries for extra small mobile devices */
@media screen and (max-width: 524px){
/* nav styles */
#nav_items_group{
width: 95%;
font-size: 0.85em;
}
form{
display: none;
}
/* styles for main page section of web page */
#main_section{
width: var(--hundredPercent);
}
/* styles for the input area for adding comments for a post*/
.add_comment form{
display: block; /* This ensures that this particular form is visible on the web page */
}
}
| 0.400632 | 0.098339 |
@font-face{
font-family: "icons-turn-arrow";
src:url("../font/icon/icons-turn-arrow.eot").format("embedded-opentype"),url("../font/icon/icons-turn-arrow.svg").format("svg"),url("../font/icon/icons-turn-arrow.ttf").format("truetype"),url("../font/icon/icons-turn-arrow.woff").format("woff");
}
html,body {
width:100%;
height:100%;
background-color: #222;
}
.content{
width: 100%;
height: 100%;
}
/*stage --start*/
.stage{
position: relative;
width: 100%;
height:680px;
}
/*stage --end*/
/*image --start*/
.img-sec{
position: relative;
width:100%;
height: 100%;
overflow: hidden;
background-color: #ddd;
perspective:1800px;
}
.img-figure{
position: absolute;
width: 320px;
height:360px;
margin:0;
padding:40px;
background-color: #fff;
box-sizing:border-box;
overflow: hidden;
cursor:pointer;
transform-style:preserve-3d;
transition:transform .6s ease-in-out, left .6s ease-in-out, top .6s ease-in-out;
transform-origin:0 50% 0;
}
.img-back{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
padding:50px 40px;
overflow: auto;
color:#a7a7a7;
font-size: 22px;
text-align: left;
line-height: 1.25;
backface-visibility: hidden;
transform: rotateY(180deg) translateZ(1px);
background-color: #fff;
box-sizing:border-box;
}
.is-inverse{
transform:translate(320px) rotateY(180deg);
}
.img-figure img{
float: left;
width: 240px;
height:260px;
backface-visibility: hidden;
overflow: hidden;
}
figcaption{
text-align: center;
}
.img-title{
margin:20px 0 0 0;
color:#a7a0a2;
font-size: 16px;
}
/*image --end*/
/*controller -start*/
.controller-nav{
position: absolute;
left: 0;
bottom: 30px;
z-index: 101;
text-align: center;
width: 100%;
}
.controller-unit{
display: inline-block;
width: 30px;
height: 30px;
margin:0 5px;
text-align: center;
cursor: pointer;
background-color: #aaa;
border-radius: 50%;
transform:scale(.5);
transition:transform .6s ease-in-out,background-color .3s;
}
.controller-nav .is_center{
transform:scale(1);
background-color: #888;
}
.is_center::after{
color: #fff;
font-family: "icons-turn-arrow";
font-size: 80%;
/*开启字体的灰阶渲染*/
-webkit-font-smoothing:antialiased;
}
.controller-nav .is_inverse{
background-color: #555;
transform:rotateY(180deg);
}
/*controller --end*/
|
src/styles/App.css
|
@font-face{
font-family: "icons-turn-arrow";
src:url("../font/icon/icons-turn-arrow.eot").format("embedded-opentype"),url("../font/icon/icons-turn-arrow.svg").format("svg"),url("../font/icon/icons-turn-arrow.ttf").format("truetype"),url("../font/icon/icons-turn-arrow.woff").format("woff");
}
html,body {
width:100%;
height:100%;
background-color: #222;
}
.content{
width: 100%;
height: 100%;
}
/*stage --start*/
.stage{
position: relative;
width: 100%;
height:680px;
}
/*stage --end*/
/*image --start*/
.img-sec{
position: relative;
width:100%;
height: 100%;
overflow: hidden;
background-color: #ddd;
perspective:1800px;
}
.img-figure{
position: absolute;
width: 320px;
height:360px;
margin:0;
padding:40px;
background-color: #fff;
box-sizing:border-box;
overflow: hidden;
cursor:pointer;
transform-style:preserve-3d;
transition:transform .6s ease-in-out, left .6s ease-in-out, top .6s ease-in-out;
transform-origin:0 50% 0;
}
.img-back{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
padding:50px 40px;
overflow: auto;
color:#a7a7a7;
font-size: 22px;
text-align: left;
line-height: 1.25;
backface-visibility: hidden;
transform: rotateY(180deg) translateZ(1px);
background-color: #fff;
box-sizing:border-box;
}
.is-inverse{
transform:translate(320px) rotateY(180deg);
}
.img-figure img{
float: left;
width: 240px;
height:260px;
backface-visibility: hidden;
overflow: hidden;
}
figcaption{
text-align: center;
}
.img-title{
margin:20px 0 0 0;
color:#a7a0a2;
font-size: 16px;
}
/*image --end*/
/*controller -start*/
.controller-nav{
position: absolute;
left: 0;
bottom: 30px;
z-index: 101;
text-align: center;
width: 100%;
}
.controller-unit{
display: inline-block;
width: 30px;
height: 30px;
margin:0 5px;
text-align: center;
cursor: pointer;
background-color: #aaa;
border-radius: 50%;
transform:scale(.5);
transition:transform .6s ease-in-out,background-color .3s;
}
.controller-nav .is_center{
transform:scale(1);
background-color: #888;
}
.is_center::after{
color: #fff;
font-family: "icons-turn-arrow";
font-size: 80%;
/*开启字体的灰阶渲染*/
-webkit-font-smoothing:antialiased;
}
.controller-nav .is_inverse{
background-color: #555;
transform:rotateY(180deg);
}
/*controller --end*/
| 0.369884 | 0.052961 |
a:hover,
a:focus,
.theme-color,
.facts.box:hover h1,
.facts.box:hover h3,
.opening-hours:hover h1,
.opening-hours:hover h2,
.service-box:hover h4 a,
.tablinks.active,
.team-member ul li a:hover,
.breadcrumb>.active,
.service-detail:hover h3 a,
.pagination-box span:hover,
.sidebar-box h4,
.admin-section h3,
.comment-section h3,
.comment-section p a,
.theme-form h3,
i.red,
.error-page h2,
.contact-detail i,
.timer ul li span.normal,
.thecube h4,
.filter-section input,
.filter-section input[type="checkbox"]:checked + label:before,
ul.bottom-footer-navigation li a:hover,
.Categories ul li a:hover,
.star-box-section.rating-box i,
.star-box-section p i,
.Products-in-stock,
.preloader .loader,
.product-price-boxs p {
color: #b18726;
}
/**
color: #faa796;
**/
.theme-bg,
.itg-button:hover,
.theme-circle:hover,
.theme-circle:focus,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.service-box:hover .big-circle,
.owl-theme .owl-nav [class*='owl-']:hover,
.sticker-tag:hover,
.service-box:hover .itg-button,
.top-bar-icon li a span,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.itg-button.dark,
.comming-soon-content .search_bar button,
.thecube .cube:before,
.demo-button .itg-button,
.theme-heading h1:before,
.theme-heading h1:after,
.filter-section .ui-state-default,
.filter-section .ui-widget-content .ui-state-default,
.filter-section .ui-widget-header .ui-state-default,
.filter-section .ui-button,
html .ui-button.ui-state-disabled:hover,
.filter-section.ui-button.ui-state-disabled:active,
.filter-section input[type="checkbox"]:checked + label:before,
.register-section .tablinks.active,
.register-section .tablinks:hover,
ul.nav.navbar-nav li a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav>li>.dropdown-menu,
.dropdown-menu,
.theme-heading span,
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.facts.box:hover .big-circle,
.gallery-img figure:after,
.product-text-sec-box .itg-button.light:hover,
.table-section:hover .itg-button.light,
.table-section:hover .month-box a,
.new-letter-section .nav-seach-box .button-style,
.foot-sec h3:after,
.service-detail:hover .itg-button.light,
.chef-detail.box .theme-circle:hover,
.tooltip-box .progress-bar,
.comming-soon-content.box .theme-circle:hover,
.pagination-box span:hover,
.checbox-section input[type="checkbox"]:checked + label:before,
.rating-section .itg-button,
.order-bosx,
.details-section-boxs:hover .big-circle,
.product-text-sec-icons1 li a:hover,
.serch-result.box-sec .product-text-sec-icons1 li a:hover,
.serch-result.box-sec .product-text-sec-box .itg-button.light:hover,
.facts box:hover .big-circle,
#productslist .product-text-sec-icons1 li a:hover,
#productslist .product-text-sec-box .itg-button.light:hover,
#style-switcher h2 a {
background-color: #b18726;
}
.itg-button:hover,
.service-box:hover .itg-button,
.customer-detail figure,
.customer-detail .customer-img,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.itg-button.dark,
.demo-button .itg-button,
.filter-section input[type="checkbox"]:checked + label:before,
.register-section .tablinks.active,
.register-section .tablinks:hover,
.navbar-nav>li>.dropdown-menu,
.dropdown-menu li .dropdown-menu,
.opening-hours:hover {
border-color: #b18726;
}
.top-bar-icon li a span:before {
border-bottom-color: #b18726;
}
.has-submenu.highlighted:before {
border-color: transparent transparent #b18726 transparent;
}
.left-side.menu:after {
border-color: transparent #b18726 transparent transparent;
}
.gallery-dropdown-left:after {
border-color: transparent transparent transparent #b18726;
}
|
assets/css/color.css
|
a:hover,
a:focus,
.theme-color,
.facts.box:hover h1,
.facts.box:hover h3,
.opening-hours:hover h1,
.opening-hours:hover h2,
.service-box:hover h4 a,
.tablinks.active,
.team-member ul li a:hover,
.breadcrumb>.active,
.service-detail:hover h3 a,
.pagination-box span:hover,
.sidebar-box h4,
.admin-section h3,
.comment-section h3,
.comment-section p a,
.theme-form h3,
i.red,
.error-page h2,
.contact-detail i,
.timer ul li span.normal,
.thecube h4,
.filter-section input,
.filter-section input[type="checkbox"]:checked + label:before,
ul.bottom-footer-navigation li a:hover,
.Categories ul li a:hover,
.star-box-section.rating-box i,
.star-box-section p i,
.Products-in-stock,
.preloader .loader,
.product-price-boxs p {
color: #b18726;
}
/**
color: #faa796;
**/
.theme-bg,
.itg-button:hover,
.theme-circle:hover,
.theme-circle:focus,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.service-box:hover .big-circle,
.owl-theme .owl-nav [class*='owl-']:hover,
.sticker-tag:hover,
.service-box:hover .itg-button,
.top-bar-icon li a span,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.itg-button.dark,
.comming-soon-content .search_bar button,
.thecube .cube:before,
.demo-button .itg-button,
.theme-heading h1:before,
.theme-heading h1:after,
.filter-section .ui-state-default,
.filter-section .ui-widget-content .ui-state-default,
.filter-section .ui-widget-header .ui-state-default,
.filter-section .ui-button,
html .ui-button.ui-state-disabled:hover,
.filter-section.ui-button.ui-state-disabled:active,
.filter-section input[type="checkbox"]:checked + label:before,
.register-section .tablinks.active,
.register-section .tablinks:hover,
ul.nav.navbar-nav li a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav>li>.dropdown-menu,
.dropdown-menu,
.theme-heading span,
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.facts.box:hover .big-circle,
.gallery-img figure:after,
.product-text-sec-box .itg-button.light:hover,
.table-section:hover .itg-button.light,
.table-section:hover .month-box a,
.new-letter-section .nav-seach-box .button-style,
.foot-sec h3:after,
.service-detail:hover .itg-button.light,
.chef-detail.box .theme-circle:hover,
.tooltip-box .progress-bar,
.comming-soon-content.box .theme-circle:hover,
.pagination-box span:hover,
.checbox-section input[type="checkbox"]:checked + label:before,
.rating-section .itg-button,
.order-bosx,
.details-section-boxs:hover .big-circle,
.product-text-sec-icons1 li a:hover,
.serch-result.box-sec .product-text-sec-icons1 li a:hover,
.serch-result.box-sec .product-text-sec-box .itg-button.light:hover,
.facts box:hover .big-circle,
#productslist .product-text-sec-icons1 li a:hover,
#productslist .product-text-sec-box .itg-button.light:hover,
#style-switcher h2 a {
background-color: #b18726;
}
.itg-button:hover,
.service-box:hover .itg-button,
.customer-detail figure,
.customer-detail .customer-img,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.itg-button.dark,
.demo-button .itg-button,
.filter-section input[type="checkbox"]:checked + label:before,
.register-section .tablinks.active,
.register-section .tablinks:hover,
.navbar-nav>li>.dropdown-menu,
.dropdown-menu li .dropdown-menu,
.opening-hours:hover {
border-color: #b18726;
}
.top-bar-icon li a span:before {
border-bottom-color: #b18726;
}
.has-submenu.highlighted:before {
border-color: transparent transparent #b18726 transparent;
}
.left-side.menu:after {
border-color: transparent #b18726 transparent transparent;
}
.gallery-dropdown-left:after {
border-color: transparent transparent transparent #b18726;
}
| 0.588416 | 0.075927 |
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;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/**END OF RESET CSS*/
/*TEXT ADJUSTMENTS*/
.widget__card_info ,
.day__abbreviation ,
.day__temperature {
font-family: 'Roboto','Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 600;
line-height: 1em;
font-size: 1em;
color:#fff;
}
.day__abbreviation ,
.day__temperature {
font-size: 0.8em;
line-height: 0px;
}
.widget__card_info {
position: relative;
margin-top: 20px;
white-space: nowrap;
}
/*MAIN SECTION GENERAL FLOW and CARDS PARAMS*/
.wrapper {
padding: 100px 100px 100px 100px;
width: 100%;
height: 100%;
height: 150vh;
width: 150vw;
background: url("main.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.weather-widget {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas:
". . ."
". . .";
display: -ms-grid;
-ms-grid-columns: 1fr 0em 1fr 0em 1fr;
-ms-grid-rows: 1fr 0em 1fr ;
max-width: 615px; /*3 card in each line and calculated 205px per each*/
-webkit-box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.75);
}
.weather-widget__card {
height: 205px;
width: 205px;
max-width: 205px;
display: grid;
justify-items: center;
-ms-grid-rows: 1fr 0em 1fr;
grid-template-rows: 1fr 1fr;
}
img {
flex-shrink: 0; /*prevent shrink img in mozilla*/
-ms-flex-negative: 0;
margin-top: 20%;
}
.fix{
margin-top: 3em; /*correct align for san jose*/
}
/*ADJUSTMENTS FOR SUBMENU CARD*/
.weather-widget__card_red{
display: -ms-grid;
display: grid;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.weather-widget__card_top{
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
}
.weather-widget__card_bottom{
width: 100%;
-ms-grid-row: 2;
grid-row: 2/2;
background-color: #b53355;
}
.weather-widget__card__week{
display: -ms-grid;
display: grid;
-ms-grid-columns: 10fr 1fr 1fr 1fr 1fr 10fr;
grid-template-columns: 10fr 1fr 1fr 1fr 1fr 10fr;
/* grid-template-rows: 1fr 1fr 1fr; */
}
.card__day{
width: 40px;
height: 40px;
display: -ms-grid;
display: grid;
-ms-grid-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
justify-items: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
.day__image-wrapper {
-webkit-transform: scale(0.30);
-ms-transform: scale(0.30);
transform: scale(0.30);
margin-bottom: -10px;
margin-top: -10px;
justify-self: center;
}
.img_fix{
padding-top:10px
}
.day__abbreviation{
padding-top: 15px;
}
/*BACKGROUND COLORS FOR CARDS + grid for IE*/
.weather-widget__card_blue {
background-color: #06b3db;
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.weather-widget__card_green {
background-color: #4ed486;
-ms-grid-column: 3;
-ms-grid-row: 1;
}
.weather-widget__card_darkblue {
background-color: #6139f6;
-ms-grid-column: 5;
-ms-grid-row: 1;
}
.weather-widget__card_yellow {
background-color: #e3b63d;
-ms-grid-column: 1;
-ms-grid-row: 2;
}
.weather-widget__card_red {
background-color: #dc3d66;
-ms-grid-column: 3;
-ms-grid-row: 2;
}
.weather-widget__card_purple{
background-color: #bd54cd;
-ms-grid-column: 5;
-ms-grid-row: 2;
}
/* adapting for mobile and tab view*/
@media only screen and (max-width: 740px) {
.weather-widget {
margin: 0 auto;
max-width: 410px;
width: auto;
margin: 0 auto;
max-height: 100vh;
display: grid;
-ms-grid-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.weather-widget__card_blue {
-ms-grid-column: 1;
-ms-grid-row: 1;
grid-row: 1/1;
grid-column: 1/1;
}
.weather-widget__card_green {
-ms-grid-column: 2;
-ms-grid-row: 1;
grid-row: 1;
grid-column: 2;
}
.weather-widget__card_darkblue{
-ms-grid-column: 1;
-ms-grid-row: 2;
grid-row: 2;
grid-column: 1;
}
.weather-widget__card_yellow {
-ms-grid-column: 2;
-ms-grid-row: 2;
grid-row: 2;
grid-column: 2;
}
.weather-widget__card_red {
-ms-grid-column: 1;
-ms-grid-row: 3;
grid-row: 3;
grid-column: 1;
}
.weather-widget__card_purple {
-ms-grid-column: 2;
-ms-grid-row: 3;
grid-row: 3;
grid-column: 2;
}
}
|
GRID/style-grid.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;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/**END OF RESET CSS*/
/*TEXT ADJUSTMENTS*/
.widget__card_info ,
.day__abbreviation ,
.day__temperature {
font-family: 'Roboto','Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 600;
line-height: 1em;
font-size: 1em;
color:#fff;
}
.day__abbreviation ,
.day__temperature {
font-size: 0.8em;
line-height: 0px;
}
.widget__card_info {
position: relative;
margin-top: 20px;
white-space: nowrap;
}
/*MAIN SECTION GENERAL FLOW and CARDS PARAMS*/
.wrapper {
padding: 100px 100px 100px 100px;
width: 100%;
height: 100%;
height: 150vh;
width: 150vw;
background: url("main.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.weather-widget {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas:
". . ."
". . .";
display: -ms-grid;
-ms-grid-columns: 1fr 0em 1fr 0em 1fr;
-ms-grid-rows: 1fr 0em 1fr ;
max-width: 615px; /*3 card in each line and calculated 205px per each*/
-webkit-box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.75);
}
.weather-widget__card {
height: 205px;
width: 205px;
max-width: 205px;
display: grid;
justify-items: center;
-ms-grid-rows: 1fr 0em 1fr;
grid-template-rows: 1fr 1fr;
}
img {
flex-shrink: 0; /*prevent shrink img in mozilla*/
-ms-flex-negative: 0;
margin-top: 20%;
}
.fix{
margin-top: 3em; /*correct align for san jose*/
}
/*ADJUSTMENTS FOR SUBMENU CARD*/
.weather-widget__card_red{
display: -ms-grid;
display: grid;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.weather-widget__card_top{
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
}
.weather-widget__card_bottom{
width: 100%;
-ms-grid-row: 2;
grid-row: 2/2;
background-color: #b53355;
}
.weather-widget__card__week{
display: -ms-grid;
display: grid;
-ms-grid-columns: 10fr 1fr 1fr 1fr 1fr 10fr;
grid-template-columns: 10fr 1fr 1fr 1fr 1fr 10fr;
/* grid-template-rows: 1fr 1fr 1fr; */
}
.card__day{
width: 40px;
height: 40px;
display: -ms-grid;
display: grid;
-ms-grid-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
justify-items: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
.day__image-wrapper {
-webkit-transform: scale(0.30);
-ms-transform: scale(0.30);
transform: scale(0.30);
margin-bottom: -10px;
margin-top: -10px;
justify-self: center;
}
.img_fix{
padding-top:10px
}
.day__abbreviation{
padding-top: 15px;
}
/*BACKGROUND COLORS FOR CARDS + grid for IE*/
.weather-widget__card_blue {
background-color: #06b3db;
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.weather-widget__card_green {
background-color: #4ed486;
-ms-grid-column: 3;
-ms-grid-row: 1;
}
.weather-widget__card_darkblue {
background-color: #6139f6;
-ms-grid-column: 5;
-ms-grid-row: 1;
}
.weather-widget__card_yellow {
background-color: #e3b63d;
-ms-grid-column: 1;
-ms-grid-row: 2;
}
.weather-widget__card_red {
background-color: #dc3d66;
-ms-grid-column: 3;
-ms-grid-row: 2;
}
.weather-widget__card_purple{
background-color: #bd54cd;
-ms-grid-column: 5;
-ms-grid-row: 2;
}
/* adapting for mobile and tab view*/
@media only screen and (max-width: 740px) {
.weather-widget {
margin: 0 auto;
max-width: 410px;
width: auto;
margin: 0 auto;
max-height: 100vh;
display: grid;
-ms-grid-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.weather-widget__card_blue {
-ms-grid-column: 1;
-ms-grid-row: 1;
grid-row: 1/1;
grid-column: 1/1;
}
.weather-widget__card_green {
-ms-grid-column: 2;
-ms-grid-row: 1;
grid-row: 1;
grid-column: 2;
}
.weather-widget__card_darkblue{
-ms-grid-column: 1;
-ms-grid-row: 2;
grid-row: 2;
grid-column: 1;
}
.weather-widget__card_yellow {
-ms-grid-column: 2;
-ms-grid-row: 2;
grid-row: 2;
grid-column: 2;
}
.weather-widget__card_red {
-ms-grid-column: 1;
-ms-grid-row: 3;
grid-row: 3;
grid-column: 1;
}
.weather-widget__card_purple {
-ms-grid-column: 2;
-ms-grid-row: 3;
grid-row: 3;
grid-column: 2;
}
}
| 0.255158 | 0.101723 |
*{
padding: 0;
margin: 0;
font-family: "微软雅黑", sans-serif;
}
body.nav-sm .container.body .left_col {
width: 70px;
padding: 0;
z-index: 200;
position: absolute;
}
body.nav-sm .container.body .right_col {
padding: 10px 20px;
margin-left: 70px;
z-index: 2;
}
body.nav-sm .navbar.nav_title {
width: 70px;
}
body.nav-sm .navbar.nav_title a span {
display: none;
}
body.nav-sm .navbar.nav_title a i {
font-size: 27px;
margin: 13px 0 0 3px;
}
.site_title i {
border: 1px solid #EAEAEA;
padding: 5px 6px;
border-radius: 50%;
}
body.nav-sm .main_container .top_nav {
display: block;
margin-left: 70px;
z-index: 2;
}
body.nav-sm .nav.side-menu li a {
text-align: center !important;
font-weight: 400;
font-size: 10px;
padding: 10px 5px;
}
body.nav-sm .nav.side-menu li.active-sm {
border-right: 5px solid #1ABB9C;
}
body.nav-sm > .nav.side-menu > li.active-sm > a {
color: #1ABB9C !important;
}
body.nav-sm .nav.side-menu li a i.toggle-up {
display: none !important;
}
body.nav-sm .nav.side-menu li a i {
font-size: 25px !important;
text-align: center;
width: 100% !important;
margin-bottom: 5px;
}
body.nav-sm ul.nav.child_menu {
left: 100%;
position: absolute;
top: 0;
padding: 10px;
width: 210px;
z-index: 4000;
background: #3E5367;
display: none;
}
body.nav-sm ul.nav.child_menu li {
padding-left: 0;
}
body.nav-sm ul.nav.child_menu li a {
text-align: left !important;
}
body.nav-sm .profile {
display: none;
}
.menu_section {
margin-bottom: 35px;
}
.menu_section h3 {
padding-left: 23px;
color: #fff;
text-transform: uppercase;
letter-spacing: .5px;
font-weight: bold;
font-size: 11px;
margin-bottom: 0;
margin-top: 0;
text-shadow: 1px 1px #000;
}
.menu_section >ul {
margin-top: 10px;
}
.profile_pic {
width: 35%;
float: left;
}
.img-circle.profile_img {
width: 70%;
background: #fff;
margin-left: 15%;
z-index: 1000;
position: inherit;
margin-top: 20px;
border: 1px solid rgba(52, 73, 94, 0.44);
padding: 4px;
}
.profile_info {
padding: 25px 10px 10px;
width: 65%;
float: left;
}
.profile_info span {
font-size: 13px;
line-height: 30px;
color: #BAB8B8;
}
.profile_info h2 {
font-size: 14px;
color: #ECF0F1;
margin: 0;
font-weight: 300;
}
.profile.img_2 {
text-align: center;
}
.profile.img_2 .profile_pic {
width: 100%;
}
.profile.img_2 .profile_pic .img-circle.profile_img {
width: 50%;
margin: 10px 0 0;
}
.profile.img_2 .profile_info {
padding: 15px 10px 0;
width: 100%;
margin-bottom: 10px;
float: left;
}
#sidebar-menu span.fa {
float: right;
text-align: center;
margin-top: 5px;
font-size: 10px !important;
min-width: inherit;
color: #C4CFDA;
}
.active a span.fa {
text-align: right !important;
margin-right: 4px;
}
body.nav-sm .menu_section {
margin: 0;
}
body.nav-sm span.fa, body.nav-sm .menu_section h3 {
display: none !important;
}
.nav_menu {
float: left;
background: #EDEDED;
border-bottom: 1px solid #D9DEE4;
margin-bottom: 10px;
width: 100%;
position: relative;
}
@media (min-width: 480px) {
.nav_menu {
position: static;
}
}
body.nav-md .container.body .col-md-3.left_col {
width: 230px;
padding: 0;
position: absolute;
display: flex;
}
body .container.body .right_col {
background: #F7F7F7;
}
body.nav-md .container.body .right_col {
padding: 10px 20px 0;
margin-left: 230px;
}
.nav_title {
width: 230px;
float: left;
background: #2A3F54;
border-radius: 0;
height: 57px;
}
@media (max-width: 991px) {
body.nav-md .container.body .right_col, body.nav-md .container.body .top_nav {
width: 100%;
margin: 0;
}
body.nav-md .container.body .col-md-3.left_col {
display: none;
}
body.nav-md .container.body .right_col {
width: 100%;
padding-right: 0
}
.right_col {
padding: 10px !important;
}
}
@media (max-width: 1200px) {
.x_title h2 {
width: 62%;
font-size: 17px;
}
.tile, .graph {
zoom: 85%;
height: inherit;
}
}
@media (max-width: 1270px) and (min-width: 192px) {
.x_title h2 small {
display: none
}
}
/** ------------------------------------------ **/
.blue {
color: #3498DB;
}
.purple {
color: #9B59B6;
}
.green {
color: #1ABB9C;
}
.aero {
color: #9CC2CB;
}
.red {
color: #E74C3C;
}
.dark {
color: #34495E;
}
.border-blue {
border-color: #3498DB !important;
}
.border-purple {
border-color: #9B59B6 !important;
}
.border-green {
border-color: #1ABB9C !important;
}
.border-aero {
border-color: #9CC2CB !important;
}
.border-red {
border-color: #E74C3C !important;
}
.border-dark {
border-color: #34495E !important;
}
.bg-white {
background: #fff !important;
border: 1px solid #fff !important;
color: #73879C;
}
.bg-green {
background: #1ABB9C !important;
border: 1px solid #1ABB9C !important;
color: #fff;
}
.bg-red {
background: #E74C3C !important;
border: 1px solid #E74C3C !important;
color: #fff;
}
.bg-blue {
background: #3498DB !important;
border: 1px solid #3498DB !important;
color: #fff;
}
.bg-orange {
background: #F39C12 !important;
border: 1px solid #F39C12 !important;
color: #fff;
}
.bg-purple {
background: #9B59B6 !important;
border: 1px solid #9B59B6 !important;
color: #fff;
}
.bg-blue-sky {
background: #50C1CF !important;
border: 1px solid #50C1CF !important;
color: #fff;
}
.container {
width: 100%;
padding: 0
}
.navbar-nav>li>a, .navbar-brand, .navbar-nav>li>a {
color: #fff !important;
}
.top_nav .nav>li>a:focus, .top_nav .nav>li>a:hover, .top_nav .nav .open>a, .top_nav .nav .open>a:focus, .top_nav .nav .open>a:hover {
background: #D9DEE4;
}
body {
color: #73879C;
background: #2A3F54;
/*#ECF0F1; #FCFCFC*/
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.471;
}
.main_container .top_nav {
display: block;
margin-left: 230px;
}
.main_container {}
.no-padding {
padding: 0 !important;
}
.page-title {
width: 100%;
height: 65px;
padding: 10px 0;
}
.page-title .title_left {
width: 45%;
float: left;
display: block;
}
.page-title .title_left h3 {
margin: 9px 0;
}
.page-title .title_right {
width: 55%;
float: left;
display: block;
}
.page-title .title_right .pull-right {
margin: 10px 0;
}
.fixed_height_320 {
height: 320px;
}
.fixed_height_390 {
height: 390px;
}
.fixed_height_200 {
height: 200px;
}
.overflow_hidden {
overflow: hidden
}
.progress-bar-dark {
background-color: #34495E !important;
}
.progress-bar-gray {
background-color: #BDC3C7 !important;
}
table.no-margin .progress {
margin-bottom: 0;
}
.main_content {
padding: 10px 20px;
}
.col-md-55 {
width: 50%;
margin-bottom: 10px;
}
@media (max-width: 992px) {
.tile_stats_count {
margin-bottom: 10px;
border-bottom: 1px solid #D9DEE4;
padding-bottom: 10px;
}
}
@media (min-width: 992px) and (max-width: 1100px) {
.tile_stats_count .count {
font-size: 35px !important;
}
}
@media(max-width:768px) {
.tile_stats_count .count {
font-size: 30px !important;
}
.tile_stats_count .right span {
font-size: 12px;
}
}
@media (min-width: 768px) {
.col-md-55 {
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-55 {
width: 20%;
}
}
@media (min-width: 1200px) {
.col-md-55 {
width: 20%;
}
}
@media (min-width: 192px) and (max-width: 1270px) {
.hidden-small {
display: none !important;
}
table.tile_info span.right {
margin-right: 7px;
float: left;
}
}
.center-margin {
margin: 0 auto;
float: none!important;
}
.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
float: left;
padding-right: 10px;
padding-left: 10px;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
.grid_slider .col-md-6 {
padding: 0 40px;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 10px;
margin-bottom: 10px;
}
a {
color: #5A738E;
text-decoration: none;
}
a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline: 0;
}
a:hover, a:focus {
text-decoration: none
}
.navbar {
margin-bottom: 0
}
.navbar-header {
background: #34495E;
}
.navbar-right {
margin-right: 0;
}
.top_nav .navbar-right {
margin: 0;
width: 70%;
float: right;
}
.top_nav .navbar-right li {
display: inline-block;
float: right;
position: static;
}
@media (min-width: 480px) {
.top_nav .navbar-right li {
position: relative;
}
}
.top_nav .dropdown-menu li {
width: 100%;
}
.top_nav .dropdown-menu li a {
width: 100%;
padding: 12px 20px;
}
.top_nav li a i {
font-size: 15px
}
.navbar-static-top {
position: fixed;
top: 0;
width: 100%;
}
.sidebar-header {
border-bottom: 0;
margin-top: 46px;
}
.sidebar-header:first-of-type {
margin-top: 0
}
.nav.side-menu> li {
position: relative;
display: block;
cursor: pointer;
}
.nav.side-menu> li > a {
margin-bottom: 6px;
}
.nav.side-menu> li > a:hover {
color: #F2F5F7 !important;
}
.nav.side-menu>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background: transparent;
}
.nav.child_menu li:hover {
background-color: rgba(255, 255, 255, 0.06);
}
.nav.child_menu li {
padding-left: 36px
}
body.nav-md ul.nav.child_menu li:before {
background: #425668;
bottom: auto;
content: "";
height: 8px;
left: 23px;
margin-top: 15px;
position: absolute;
right: auto;
width: 8px;
z-index: 1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
body.nav-md ul.nav.child_menu li:after {
border-left: 1px solid #425668;
bottom: 0;
content: "";
left: 27px;
position: absolute;
top: 0;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
color: #E7E7E7 !important;
font-weight: 500;
}
.nav>li>a {
position: relative;
display: block;
padding: 13px 15px 12px;
}
.nav.side-menu> li.current-page, .nav.side-menu> li.active {
border-right: 5px solid #1ABB9C;
}
li.current-page {
background: rgba(255, 255, 255, 0.05);
}
.nav.side-menu> li.active > a {
color: #ff0000;
text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b6479), color-stop(100%, #4c5566)), #686e78;
background: -webkit-linear-gradient(#334556, #2C4257), #2A3F54;
background: -moz-linear-gradient(#334556, #2C4257), #2A3F54;
background: -o-linear-gradient(#334556, #2C4257), #2A3F54;
background: linear-gradient(#334556, #2C4257), #2A3F54;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
li.current-page a {
color: #1ABB9C !important
}
.navbar-brand, .navbar-nav>li>a {
font-weight: 500;
color: #ECF0F1 !important;
margin-left: 0 !important;
line-height: 32px;
}
.site_title {
text-overflow: ellipsis;
overflow: hidden;
font-weight: 400;
font-size: 22px;
width: 100%;
color: #ECF0F1 !important;
margin-left: 0 !important;
line-height: 59px;
display: block;
height: 55px;
margin: 0;
padding-left: 10px;
}
.site_title:hover, .site_title:focus {
text-decoration: none
}
.nav.navbar-nav>li>a {
color: #515356 !important;
}
.nav.top_menu>li>a {
position: relative;
display: block;
padding: 10px 15px;
color: #34495E !important;
}
.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent;
}
.top_search {
padding: 0;
}
.top_search .form-control {
border-right: 0;
box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
border-radius: 25px 0px 0px 25px;
padding-left: 20px;
border: 1px solid rgba(221, 226, 232, 0.49);
}
.top_search .form-control:focus {
border: 1px solid rgba(221, 226, 232, 0.49);
border-right: 0;
}
.top_search .input-group-btn button {
border-radius: 0px 25px 25px 0px;
border: 1px solid rgba(221, 226, 232, 0.49);
border-left: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
color: #93A2B2;
margin-bottom: 0 !important;
}
.toggle {
float: left;
margin: 0;
padding-top: 16px;
width: 70px;
}
.toggle a {
padding: 15px 15px 0;
margin: 0;
cursor: pointer;
}
.toggle a i {
font-size: 26px;
}
.nav.child_menu > li > a {
color: rgba(255, 255, 255, 0.75) !important;
font-size: 12px;
padding: 9px;
}
.panel_toolbox {
float: right;
min-width: 70px;
}
.panel_toolbox>li {
float: left;
cursor: pointer;
}
.panel_toolbox>li>a {
padding: 5px;
color: #C5C7CB;
font-size: 14px;
}
.panel_toolbox>li>a:hover {
background: #F5F7FA;
}
.line_30 {
line-height: 30px;
}
.main_menu_side {
padding: 0;
}
.bs-docs-sidebar .nav>li>a {
display: block;
padding: 4px 6px;
}
footer {
background: #fff;
padding: 15px 20px;
display: block;
}
@media (min-width: 768px) {
footer {
margin-left: 230px;
}
}
.nav-sm footer {
margin-left: 70px ;
}
.tile-stats.sparkline {
padding: 10px;
text-align: center;
}
.jqstooltip {
background: #34495E !important;
width: 30px !important;
height: 22px !important;
text-decoration: none;
}
.tooltip {
display: block !important;
}
.tiles {
border-top: 1px solid #ccc;
margin-top: 15px;
padding-top: 5px;
margin-bottom: 0;
}
.tile {
overflow: hidden;
}
.top_tiles {
margin-bottom: 0;
}
.top_tiles .tile span {}
.top_tiles .tile h2 {
font-size: 30px;
line-height: 30px;
margin: 3px 0 7px;
font-weight: bold;
}
article.media {
width: 100%;
}
/* ********* custom accordion **************************** */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#integration-list {
width: 100%;
margin: 0 auto;
display: table;
}
#integration-list ul {
padding: 0;
margin: 20px 0;
color: #555;
}
#integration-list ul > li {
list-style: none;
border-top: 1px solid #ddd;
display: block;
padding: 15px;
overflow: hidden;
}
#integration-list ul:last-child {
border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
background: #efefef;
}
.expand {
display: block;
text-decoration: none;
color: #555;
cursor: pointer;
}
.expand h2 {
width: 85%;
float: left;
}
h2 {
font-size: 18px;
font-weight: 400;
}
#left, #right {
display: table;
}
#sup {
display: table-cell;
vertical-align: middle;
width: 80%;
}
.detail a {
text-decoration: none;
color: #C0392B;
border: 1px solid #C0392B;
padding: 6px 10px 5px;
font-size: 13px;
margin-right: 7px;
}
.detail {
margin: 10px 0 10px 0px;
display: none;
line-height: 22px;
height: 150px;
}
.detail span {
margin: 0;
}
.right-arrow {
width: 10px;
float: right;
font-weight: bold;
font-size: 20px;
}
.accordion .panel {
margin-bottom: 5px;
border-radius: 0;
border-bottom: 1px solid #efefef;
}
.accordion .panel-heading {
background: #F2F5F7;
padding: 13px;
width: 100%;
display: block;
}
.accordion .panel:hover {
background: #F2F5F7;
}
.x_panel {
position: relative;
width: 100%;
margin-bottom: 10px;
padding: 10px 17px;
display: inline-block;
background: #fff;
border: 1px solid #E6E9ED;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
opacity: 1;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-webkit-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}
.x_title {
padding: 1px 5px 6px;
margin-bottom: 10px;
}
.x_title .filter {
width: 40%;
float: right;
}
.x_title h2 {
margin: 5px 0 6px;
float: left;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.x_title h2 small {
margin-left: 10px;
}
.x_title span {
color: #BDBDBD;
}
.x_content {
padding: 0 5px 6px;
position: relative;
width: 100%;
float: left;
clear: both;
margin-top: 5px;
}
.x_content h4 {
font-size: 16px;
font-weight: 500;
}
legend {
padding-bottom: 7px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.demo-placeholder {
height: 280px;
}
/* ********* contacts ********************************** */
.profile_view {
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.well.profile_view {
padding: 10px 0 0;
}
.well.profile_view .divider {
border-top: 1px solid #e5e5e5;
padding-top: 5px;
margin-top: 5px;
}
.well.profile_view .ratings {
margin-bottom: 0;
}
.pagination.pagination-split li {
display: inline-block;
margin-right: 3px;
}
.pagination.pagination-split li a {
border-radius: 4px;
color: #768399;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.well.profile_view {
background: #fff;
}
.well.profile_view .bottom {
margin-top: -20px;
background: #F2F5F7;
padding: 9px 0;
border-top: 1px solid #E6E9ED;
}
.well.profile_view .left {
margin-top: 20px;
}
.well.profile_view .left p {
margin-bottom: 3px;
}
.well.profile_view .right {
margin-top: 0px;
padding: 10px;
}
.well.profile_view .img-circle {
border: 1px solid #E6E9ED;
padding: 2px;
}
.well.profile_view h2 {
margin: 5px 0;
}
.well.profile_view .ratings {
text-align: left;
font-size: 16px;
}
.well.profile_view .brief {
margin: 0;
font-weight: 300;
}
.profile_left {
background: white;
}
/* ********* /contacts ********************************** */
/* ********* dashboard widget **************************** */
table.tile h3, table.tile h4, table.tile span {
font-weight: bold;
vertical-align: middle !important;
}
table.tile th, table.tile td {
text-align: center;
}
table.tile th {
border-bottom: 1px solid #E6ECEE;
}
table.tile td {
padding: 5px 0;
}
table.tile td ul {
text-align: left;
padding-left: 0
}
table.tile td ul li {
list-style: none;
width: 100%;
}
table.tile td ul li a {
width: 100%
}
table.tile td ul li a big {
right: 0;
float: right;
margin-right: 13px;
}
table.tile_info {
width: 100%;
}
table.tile_info td {
text-align: left;
padding: 1px;
font-size: 15px
}
table.tile_info td p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
line-height: 28px;
}
table.tile_info td i {
margin-right: 8px;
font-size: 17px;
float: left;
width: 18px;
line-height: 28px
}
table.tile_info td:first-child {
width: 83%;
}
td span {
line-height: 28px;
}
.sidebar-widget {
overflow: hidden;
}
.error-number {
font-size: 90px;
line-height: 90px;
margin: 20px 0;
}
.col-middle {
margin-top: 5%;
}
.mid_center {
width: 370px;
margin: 0 auto;
text-align: center;
padding: 10px 20px;
}
h3.degrees {
font-size: 22px;
font-weight: 400;
text-align: center;
}
.degrees:after {
content: "o";
position: relative;
top: -12px;
font-size: 13px;
font-weight: 300;
}
.daily-weather .day {
font-size: 14px;
border-top: 2px solid rgba(115, 135, 156, 0.36);
text-align: center;
border-bottom: 2px solid rgba(115, 135, 156, 0.36);
padding: 5px 0;
}
.weather-days .col-sm-2 {
overflow: hidden;
width: 16.66666667%;
}
.weather .row {
margin-bottom: 0
}
/* ********* iconts-display **************************** */
.fontawesome-icon-list .fa-hover a:hover {
background-color: #ddd;
color: #fff;
text-decoration: none;
}
.fontawesome-icon-list .fa-hover a {
display: block;
line-height: 32px;
height: 32px;
padding-left: 10px;
border-radius: 4px;
}
.fontawesome-icon-list .fa-hover a:hover .fa {
font-size: 28px;
vertical-align: -6px;
}
.fontawesome-icon-list .fa-hover a .fa {
width: 32px;
font-size: 16px;
display: inline-block;
text-align: right;
margin-right: 10px;
}
#sidebar-menu .fa {
width: 26px;
opacity: .99;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 18px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* ********* /iconts-display **************************** */
/* ********* Tile stats **************************** */
.tile-stats {
position: relative;
display: block;
margin-bottom: 12px;
border: 1px solid #E4E4E4;
-webkit-border-radius: 5px;
overflow: hidden;
padding-bottom: 5px;
-webkit-background-clip: padding-box;
-moz-border-radius: 5px;
-moz-background-clip: padding;
border-radius: 5px;
background-clip: padding-box;
background: #FFF;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tile-stats:hover .icon i {
animation-name: tansformAnimation;
animation-duration: .5s;
animation-iteration-count: 1;
color: rgba(58, 58, 58, 0.41);
animation-timing-function: ease;
animation-fill-mode: forwards;
-webkit-animation-name: tansformAnimation;
-webkit-animation-duration: .5s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
-moz-animation-name: tansformAnimation;
-moz-animation-duration: .5s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;
}
.tile-stats .icon {
color: #BAB8B8;
position: absolute;
right: 53px;
top: 22px;
z-index: 1;
}
.tile-stats .icon i {
margin: 0;
font-size: 60px;
line-height: 0;
vertical-align: bottom;
padding: 0;
}
.tile-stats .count {
font-size: 38px;
font-weight: bold;
line-height: 1.65857143
}
.tile-stats .count, .tile-stats h3, .tile-stats p {
position: relative;
margin: 0;
margin-left: 10px;
z-index: 5;
padding: 0;
}
.tile-stats h3 {
color: #BAB8B8;
}
.tile-stats p {
margin-top: 5px;
font-size: 12px;
}
.tile-stats > .dash-box-footer {
position: relative;
text-align: center;
margin-top: 5px;
padding: 3px 0;
color: #fff;
color: rgba(255, 255, 255, 0.8);
display: block;
z-index: 10;
background: rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.tile-stats > .dash-box-footer:hover {
color: #fff;
background: rgba(0, 0, 0, 0.15);
}
.tile-stats > .dash-box-footer:hover {
color: #fff;
background: rgba(0, 0, 0, 0.15);
}
table.tile_info {
padding: 10px 15px;
}
table.tile_info span.right {
margin-right: 0;
float: right;
position: absolute;
right: 4%;
}
.tile:hover {
text-decoration: none;
}
.tile_header {
border-bottom: transparent;
padding: 7px 15px;
margin-bottom: 15px;
background: #E7E7E7;
}
.tile_head h4 {
margin-top: 0;
margin-bottom: 5px;
}
.tiles-bottom {
padding: 5px 10px;
margin-top: 10px;
background: rgba(194, 194, 194, 0.3);
text-align: left;
}
/* ********* /Tile stats **************************** */
/* ********* form design **************************** */
.editor.btn-toolbar {
zoom: 1;
background: #F7F7F7;
margin: 5px 2px;
padding: 3px 0;
border: 1px solid #EFEFEF;
}
.input-group {
margin-bottom: 10px;
}
.ln_solid {
border-top: 1px solid #e5e5e5;
color: #ffffff;
background-color: #ffffff;
height: 1px;
margin: 20px 0;
}
span.section {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.form-control {
border-radius: 0;
width: 100%;
}
.form-horizontal .control-label {
padding-top: 8px
}
.form-control:focus {
border-color: #CCD0D7;
box-shadow: none !important;
}
legend {
font-size: 18px;
color: inherit;
}
.checkbox {}
.form-horizontal .form-group {
margin-right: 0;
margin-left: 0;
}
.form-control-feedback {
margin-top: 8px;
height: 23px;
color: #bbb;
line-height: 24px;
font-size: 15px;
}
.form-control-feedback.left {
border-right: 1px solid #ccc;
left: 13px;
}
.form-control-feedback.right {
border-left: 1px solid #ccc;
right: 13px;
}
.form-control.has-feedback-left {
padding-left: 45px;
}
.form-control.has-feedback-right {
padding-right: 45px;
}
.form-group {
margin-bottom: 10px;
}
.validate {
margin-top: 10px;
}
.invalid-form-error-message {
margin-top: 10px;
padding: 5px;
}
.invalid-form-error-message.filled {
border-left: 2px solid #E74C3C;
}
p.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
p.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
ul.parsley-errors-list {
list-style: none;
color: #E74C3C;
padding-left: 0;
}
input.parsley-error, textarea.parsley-error, select.parsley-error {
background: #FAEDEC;
border: 1px solid #E85445;
}
.btn-group .parsley-errors-list {
display: none;
}
.bad input, .bad select, .bad textarea {
border: 1px solid #CE5454;
box-shadow: 0 0 4px -2px #CE5454;
position: relative;
left: 0;
-moz-animation: .7s 1 shake linear;
-webkit-animation: 0.7s 1 shake linear;
}
.item input, .item textarea {
-webkit-transition: 0.42s;
-moz-transition: 0.42s;
transition: 0.42s;
}
.item input[type=radio]{
width: 26px!important;
margin: 12px 0px 0 25px;
}
.file-container{
height: 34px;
line-height: 34px
}
input[type=file]{
position: absolute;
right: 0;
top: 0;
opacity: 0;
cursor: pointer;
z-index: 1;
}
#file-value{
z-index: 0;
}
div.submit-cancel{
display: block;
width: 169px;
margin: auto;
}
/* alerts (when validation fails) */
.item .alert {
float: left;
margin: 0 0 0 20px;
padding: 3px 10px;
color: #FFF;
border-radius: 3px 4px 4px 3px;
background-color: #CE5454;
max-width: 170px;
white-space: pre;
position: relative;
left: -15px;
opacity: 0;
z-index: 1;
transition: 0.15s ease-out;
}
.item .alert::after {
content: '';
display: block;
height: 0;
width: 0;
border-color: transparent #CE5454 transparent transparent;
border-style: solid;
border-width: 11px 7px;
position: absolute;
left: -13px;
top: 1px;
}
.item.bad .alert {
left: 0;
opacity: 1;
}
/* ***** buttons ********/
.btn {
border-radius: 3px;
}
a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
color: #fff;
}
.btn-success {
background: #26B99A;
border: 1px solid #169F85;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
background: #169F85;
}
a.look{
font-size: 16px
}
div.password{
padding: 20px 0;
}
div.change-category{
padding: 80px 0;
}
p.title {
display: inline-block;
width: 70px;
height: 100%;
}
p.item-detail {
display: inline-block;
width: 90%;
vertical-align: top;
}
|
style/css/custom.css
|
*{
padding: 0;
margin: 0;
font-family: "微软雅黑", sans-serif;
}
body.nav-sm .container.body .left_col {
width: 70px;
padding: 0;
z-index: 200;
position: absolute;
}
body.nav-sm .container.body .right_col {
padding: 10px 20px;
margin-left: 70px;
z-index: 2;
}
body.nav-sm .navbar.nav_title {
width: 70px;
}
body.nav-sm .navbar.nav_title a span {
display: none;
}
body.nav-sm .navbar.nav_title a i {
font-size: 27px;
margin: 13px 0 0 3px;
}
.site_title i {
border: 1px solid #EAEAEA;
padding: 5px 6px;
border-radius: 50%;
}
body.nav-sm .main_container .top_nav {
display: block;
margin-left: 70px;
z-index: 2;
}
body.nav-sm .nav.side-menu li a {
text-align: center !important;
font-weight: 400;
font-size: 10px;
padding: 10px 5px;
}
body.nav-sm .nav.side-menu li.active-sm {
border-right: 5px solid #1ABB9C;
}
body.nav-sm > .nav.side-menu > li.active-sm > a {
color: #1ABB9C !important;
}
body.nav-sm .nav.side-menu li a i.toggle-up {
display: none !important;
}
body.nav-sm .nav.side-menu li a i {
font-size: 25px !important;
text-align: center;
width: 100% !important;
margin-bottom: 5px;
}
body.nav-sm ul.nav.child_menu {
left: 100%;
position: absolute;
top: 0;
padding: 10px;
width: 210px;
z-index: 4000;
background: #3E5367;
display: none;
}
body.nav-sm ul.nav.child_menu li {
padding-left: 0;
}
body.nav-sm ul.nav.child_menu li a {
text-align: left !important;
}
body.nav-sm .profile {
display: none;
}
.menu_section {
margin-bottom: 35px;
}
.menu_section h3 {
padding-left: 23px;
color: #fff;
text-transform: uppercase;
letter-spacing: .5px;
font-weight: bold;
font-size: 11px;
margin-bottom: 0;
margin-top: 0;
text-shadow: 1px 1px #000;
}
.menu_section >ul {
margin-top: 10px;
}
.profile_pic {
width: 35%;
float: left;
}
.img-circle.profile_img {
width: 70%;
background: #fff;
margin-left: 15%;
z-index: 1000;
position: inherit;
margin-top: 20px;
border: 1px solid rgba(52, 73, 94, 0.44);
padding: 4px;
}
.profile_info {
padding: 25px 10px 10px;
width: 65%;
float: left;
}
.profile_info span {
font-size: 13px;
line-height: 30px;
color: #BAB8B8;
}
.profile_info h2 {
font-size: 14px;
color: #ECF0F1;
margin: 0;
font-weight: 300;
}
.profile.img_2 {
text-align: center;
}
.profile.img_2 .profile_pic {
width: 100%;
}
.profile.img_2 .profile_pic .img-circle.profile_img {
width: 50%;
margin: 10px 0 0;
}
.profile.img_2 .profile_info {
padding: 15px 10px 0;
width: 100%;
margin-bottom: 10px;
float: left;
}
#sidebar-menu span.fa {
float: right;
text-align: center;
margin-top: 5px;
font-size: 10px !important;
min-width: inherit;
color: #C4CFDA;
}
.active a span.fa {
text-align: right !important;
margin-right: 4px;
}
body.nav-sm .menu_section {
margin: 0;
}
body.nav-sm span.fa, body.nav-sm .menu_section h3 {
display: none !important;
}
.nav_menu {
float: left;
background: #EDEDED;
border-bottom: 1px solid #D9DEE4;
margin-bottom: 10px;
width: 100%;
position: relative;
}
@media (min-width: 480px) {
.nav_menu {
position: static;
}
}
body.nav-md .container.body .col-md-3.left_col {
width: 230px;
padding: 0;
position: absolute;
display: flex;
}
body .container.body .right_col {
background: #F7F7F7;
}
body.nav-md .container.body .right_col {
padding: 10px 20px 0;
margin-left: 230px;
}
.nav_title {
width: 230px;
float: left;
background: #2A3F54;
border-radius: 0;
height: 57px;
}
@media (max-width: 991px) {
body.nav-md .container.body .right_col, body.nav-md .container.body .top_nav {
width: 100%;
margin: 0;
}
body.nav-md .container.body .col-md-3.left_col {
display: none;
}
body.nav-md .container.body .right_col {
width: 100%;
padding-right: 0
}
.right_col {
padding: 10px !important;
}
}
@media (max-width: 1200px) {
.x_title h2 {
width: 62%;
font-size: 17px;
}
.tile, .graph {
zoom: 85%;
height: inherit;
}
}
@media (max-width: 1270px) and (min-width: 192px) {
.x_title h2 small {
display: none
}
}
/** ------------------------------------------ **/
.blue {
color: #3498DB;
}
.purple {
color: #9B59B6;
}
.green {
color: #1ABB9C;
}
.aero {
color: #9CC2CB;
}
.red {
color: #E74C3C;
}
.dark {
color: #34495E;
}
.border-blue {
border-color: #3498DB !important;
}
.border-purple {
border-color: #9B59B6 !important;
}
.border-green {
border-color: #1ABB9C !important;
}
.border-aero {
border-color: #9CC2CB !important;
}
.border-red {
border-color: #E74C3C !important;
}
.border-dark {
border-color: #34495E !important;
}
.bg-white {
background: #fff !important;
border: 1px solid #fff !important;
color: #73879C;
}
.bg-green {
background: #1ABB9C !important;
border: 1px solid #1ABB9C !important;
color: #fff;
}
.bg-red {
background: #E74C3C !important;
border: 1px solid #E74C3C !important;
color: #fff;
}
.bg-blue {
background: #3498DB !important;
border: 1px solid #3498DB !important;
color: #fff;
}
.bg-orange {
background: #F39C12 !important;
border: 1px solid #F39C12 !important;
color: #fff;
}
.bg-purple {
background: #9B59B6 !important;
border: 1px solid #9B59B6 !important;
color: #fff;
}
.bg-blue-sky {
background: #50C1CF !important;
border: 1px solid #50C1CF !important;
color: #fff;
}
.container {
width: 100%;
padding: 0
}
.navbar-nav>li>a, .navbar-brand, .navbar-nav>li>a {
color: #fff !important;
}
.top_nav .nav>li>a:focus, .top_nav .nav>li>a:hover, .top_nav .nav .open>a, .top_nav .nav .open>a:focus, .top_nav .nav .open>a:hover {
background: #D9DEE4;
}
body {
color: #73879C;
background: #2A3F54;
/*#ECF0F1; #FCFCFC*/
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.471;
}
.main_container .top_nav {
display: block;
margin-left: 230px;
}
.main_container {}
.no-padding {
padding: 0 !important;
}
.page-title {
width: 100%;
height: 65px;
padding: 10px 0;
}
.page-title .title_left {
width: 45%;
float: left;
display: block;
}
.page-title .title_left h3 {
margin: 9px 0;
}
.page-title .title_right {
width: 55%;
float: left;
display: block;
}
.page-title .title_right .pull-right {
margin: 10px 0;
}
.fixed_height_320 {
height: 320px;
}
.fixed_height_390 {
height: 390px;
}
.fixed_height_200 {
height: 200px;
}
.overflow_hidden {
overflow: hidden
}
.progress-bar-dark {
background-color: #34495E !important;
}
.progress-bar-gray {
background-color: #BDC3C7 !important;
}
table.no-margin .progress {
margin-bottom: 0;
}
.main_content {
padding: 10px 20px;
}
.col-md-55 {
width: 50%;
margin-bottom: 10px;
}
@media (max-width: 992px) {
.tile_stats_count {
margin-bottom: 10px;
border-bottom: 1px solid #D9DEE4;
padding-bottom: 10px;
}
}
@media (min-width: 992px) and (max-width: 1100px) {
.tile_stats_count .count {
font-size: 35px !important;
}
}
@media(max-width:768px) {
.tile_stats_count .count {
font-size: 30px !important;
}
.tile_stats_count .right span {
font-size: 12px;
}
}
@media (min-width: 768px) {
.col-md-55 {
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-55 {
width: 20%;
}
}
@media (min-width: 1200px) {
.col-md-55 {
width: 20%;
}
}
@media (min-width: 192px) and (max-width: 1270px) {
.hidden-small {
display: none !important;
}
table.tile_info span.right {
margin-right: 7px;
float: left;
}
}
.center-margin {
margin: 0 auto;
float: none!important;
}
.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
float: left;
padding-right: 10px;
padding-left: 10px;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
.grid_slider .col-md-6 {
padding: 0 40px;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 10px;
margin-bottom: 10px;
}
a {
color: #5A738E;
text-decoration: none;
}
a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline: 0;
}
a:hover, a:focus {
text-decoration: none
}
.navbar {
margin-bottom: 0
}
.navbar-header {
background: #34495E;
}
.navbar-right {
margin-right: 0;
}
.top_nav .navbar-right {
margin: 0;
width: 70%;
float: right;
}
.top_nav .navbar-right li {
display: inline-block;
float: right;
position: static;
}
@media (min-width: 480px) {
.top_nav .navbar-right li {
position: relative;
}
}
.top_nav .dropdown-menu li {
width: 100%;
}
.top_nav .dropdown-menu li a {
width: 100%;
padding: 12px 20px;
}
.top_nav li a i {
font-size: 15px
}
.navbar-static-top {
position: fixed;
top: 0;
width: 100%;
}
.sidebar-header {
border-bottom: 0;
margin-top: 46px;
}
.sidebar-header:first-of-type {
margin-top: 0
}
.nav.side-menu> li {
position: relative;
display: block;
cursor: pointer;
}
.nav.side-menu> li > a {
margin-bottom: 6px;
}
.nav.side-menu> li > a:hover {
color: #F2F5F7 !important;
}
.nav.side-menu>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background: transparent;
}
.nav.child_menu li:hover {
background-color: rgba(255, 255, 255, 0.06);
}
.nav.child_menu li {
padding-left: 36px
}
body.nav-md ul.nav.child_menu li:before {
background: #425668;
bottom: auto;
content: "";
height: 8px;
left: 23px;
margin-top: 15px;
position: absolute;
right: auto;
width: 8px;
z-index: 1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
body.nav-md ul.nav.child_menu li:after {
border-left: 1px solid #425668;
bottom: 0;
content: "";
left: 27px;
position: absolute;
top: 0;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
color: #E7E7E7 !important;
font-weight: 500;
}
.nav>li>a {
position: relative;
display: block;
padding: 13px 15px 12px;
}
.nav.side-menu> li.current-page, .nav.side-menu> li.active {
border-right: 5px solid #1ABB9C;
}
li.current-page {
background: rgba(255, 255, 255, 0.05);
}
.nav.side-menu> li.active > a {
color: #ff0000;
text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b6479), color-stop(100%, #4c5566)), #686e78;
background: -webkit-linear-gradient(#334556, #2C4257), #2A3F54;
background: -moz-linear-gradient(#334556, #2C4257), #2A3F54;
background: -o-linear-gradient(#334556, #2C4257), #2A3F54;
background: linear-gradient(#334556, #2C4257), #2A3F54;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
li.current-page a {
color: #1ABB9C !important
}
.navbar-brand, .navbar-nav>li>a {
font-weight: 500;
color: #ECF0F1 !important;
margin-left: 0 !important;
line-height: 32px;
}
.site_title {
text-overflow: ellipsis;
overflow: hidden;
font-weight: 400;
font-size: 22px;
width: 100%;
color: #ECF0F1 !important;
margin-left: 0 !important;
line-height: 59px;
display: block;
height: 55px;
margin: 0;
padding-left: 10px;
}
.site_title:hover, .site_title:focus {
text-decoration: none
}
.nav.navbar-nav>li>a {
color: #515356 !important;
}
.nav.top_menu>li>a {
position: relative;
display: block;
padding: 10px 15px;
color: #34495E !important;
}
.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent;
}
.top_search {
padding: 0;
}
.top_search .form-control {
border-right: 0;
box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
border-radius: 25px 0px 0px 25px;
padding-left: 20px;
border: 1px solid rgba(221, 226, 232, 0.49);
}
.top_search .form-control:focus {
border: 1px solid rgba(221, 226, 232, 0.49);
border-right: 0;
}
.top_search .input-group-btn button {
border-radius: 0px 25px 25px 0px;
border: 1px solid rgba(221, 226, 232, 0.49);
border-left: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
color: #93A2B2;
margin-bottom: 0 !important;
}
.toggle {
float: left;
margin: 0;
padding-top: 16px;
width: 70px;
}
.toggle a {
padding: 15px 15px 0;
margin: 0;
cursor: pointer;
}
.toggle a i {
font-size: 26px;
}
.nav.child_menu > li > a {
color: rgba(255, 255, 255, 0.75) !important;
font-size: 12px;
padding: 9px;
}
.panel_toolbox {
float: right;
min-width: 70px;
}
.panel_toolbox>li {
float: left;
cursor: pointer;
}
.panel_toolbox>li>a {
padding: 5px;
color: #C5C7CB;
font-size: 14px;
}
.panel_toolbox>li>a:hover {
background: #F5F7FA;
}
.line_30 {
line-height: 30px;
}
.main_menu_side {
padding: 0;
}
.bs-docs-sidebar .nav>li>a {
display: block;
padding: 4px 6px;
}
footer {
background: #fff;
padding: 15px 20px;
display: block;
}
@media (min-width: 768px) {
footer {
margin-left: 230px;
}
}
.nav-sm footer {
margin-left: 70px ;
}
.tile-stats.sparkline {
padding: 10px;
text-align: center;
}
.jqstooltip {
background: #34495E !important;
width: 30px !important;
height: 22px !important;
text-decoration: none;
}
.tooltip {
display: block !important;
}
.tiles {
border-top: 1px solid #ccc;
margin-top: 15px;
padding-top: 5px;
margin-bottom: 0;
}
.tile {
overflow: hidden;
}
.top_tiles {
margin-bottom: 0;
}
.top_tiles .tile span {}
.top_tiles .tile h2 {
font-size: 30px;
line-height: 30px;
margin: 3px 0 7px;
font-weight: bold;
}
article.media {
width: 100%;
}
/* ********* custom accordion **************************** */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#integration-list {
width: 100%;
margin: 0 auto;
display: table;
}
#integration-list ul {
padding: 0;
margin: 20px 0;
color: #555;
}
#integration-list ul > li {
list-style: none;
border-top: 1px solid #ddd;
display: block;
padding: 15px;
overflow: hidden;
}
#integration-list ul:last-child {
border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
background: #efefef;
}
.expand {
display: block;
text-decoration: none;
color: #555;
cursor: pointer;
}
.expand h2 {
width: 85%;
float: left;
}
h2 {
font-size: 18px;
font-weight: 400;
}
#left, #right {
display: table;
}
#sup {
display: table-cell;
vertical-align: middle;
width: 80%;
}
.detail a {
text-decoration: none;
color: #C0392B;
border: 1px solid #C0392B;
padding: 6px 10px 5px;
font-size: 13px;
margin-right: 7px;
}
.detail {
margin: 10px 0 10px 0px;
display: none;
line-height: 22px;
height: 150px;
}
.detail span {
margin: 0;
}
.right-arrow {
width: 10px;
float: right;
font-weight: bold;
font-size: 20px;
}
.accordion .panel {
margin-bottom: 5px;
border-radius: 0;
border-bottom: 1px solid #efefef;
}
.accordion .panel-heading {
background: #F2F5F7;
padding: 13px;
width: 100%;
display: block;
}
.accordion .panel:hover {
background: #F2F5F7;
}
.x_panel {
position: relative;
width: 100%;
margin-bottom: 10px;
padding: 10px 17px;
display: inline-block;
background: #fff;
border: 1px solid #E6E9ED;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
opacity: 1;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-webkit-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}
.x_title {
padding: 1px 5px 6px;
margin-bottom: 10px;
}
.x_title .filter {
width: 40%;
float: right;
}
.x_title h2 {
margin: 5px 0 6px;
float: left;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.x_title h2 small {
margin-left: 10px;
}
.x_title span {
color: #BDBDBD;
}
.x_content {
padding: 0 5px 6px;
position: relative;
width: 100%;
float: left;
clear: both;
margin-top: 5px;
}
.x_content h4 {
font-size: 16px;
font-weight: 500;
}
legend {
padding-bottom: 7px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.demo-placeholder {
height: 280px;
}
/* ********* contacts ********************************** */
.profile_view {
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.well.profile_view {
padding: 10px 0 0;
}
.well.profile_view .divider {
border-top: 1px solid #e5e5e5;
padding-top: 5px;
margin-top: 5px;
}
.well.profile_view .ratings {
margin-bottom: 0;
}
.pagination.pagination-split li {
display: inline-block;
margin-right: 3px;
}
.pagination.pagination-split li a {
border-radius: 4px;
color: #768399;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.well.profile_view {
background: #fff;
}
.well.profile_view .bottom {
margin-top: -20px;
background: #F2F5F7;
padding: 9px 0;
border-top: 1px solid #E6E9ED;
}
.well.profile_view .left {
margin-top: 20px;
}
.well.profile_view .left p {
margin-bottom: 3px;
}
.well.profile_view .right {
margin-top: 0px;
padding: 10px;
}
.well.profile_view .img-circle {
border: 1px solid #E6E9ED;
padding: 2px;
}
.well.profile_view h2 {
margin: 5px 0;
}
.well.profile_view .ratings {
text-align: left;
font-size: 16px;
}
.well.profile_view .brief {
margin: 0;
font-weight: 300;
}
.profile_left {
background: white;
}
/* ********* /contacts ********************************** */
/* ********* dashboard widget **************************** */
table.tile h3, table.tile h4, table.tile span {
font-weight: bold;
vertical-align: middle !important;
}
table.tile th, table.tile td {
text-align: center;
}
table.tile th {
border-bottom: 1px solid #E6ECEE;
}
table.tile td {
padding: 5px 0;
}
table.tile td ul {
text-align: left;
padding-left: 0
}
table.tile td ul li {
list-style: none;
width: 100%;
}
table.tile td ul li a {
width: 100%
}
table.tile td ul li a big {
right: 0;
float: right;
margin-right: 13px;
}
table.tile_info {
width: 100%;
}
table.tile_info td {
text-align: left;
padding: 1px;
font-size: 15px
}
table.tile_info td p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
line-height: 28px;
}
table.tile_info td i {
margin-right: 8px;
font-size: 17px;
float: left;
width: 18px;
line-height: 28px
}
table.tile_info td:first-child {
width: 83%;
}
td span {
line-height: 28px;
}
.sidebar-widget {
overflow: hidden;
}
.error-number {
font-size: 90px;
line-height: 90px;
margin: 20px 0;
}
.col-middle {
margin-top: 5%;
}
.mid_center {
width: 370px;
margin: 0 auto;
text-align: center;
padding: 10px 20px;
}
h3.degrees {
font-size: 22px;
font-weight: 400;
text-align: center;
}
.degrees:after {
content: "o";
position: relative;
top: -12px;
font-size: 13px;
font-weight: 300;
}
.daily-weather .day {
font-size: 14px;
border-top: 2px solid rgba(115, 135, 156, 0.36);
text-align: center;
border-bottom: 2px solid rgba(115, 135, 156, 0.36);
padding: 5px 0;
}
.weather-days .col-sm-2 {
overflow: hidden;
width: 16.66666667%;
}
.weather .row {
margin-bottom: 0
}
/* ********* iconts-display **************************** */
.fontawesome-icon-list .fa-hover a:hover {
background-color: #ddd;
color: #fff;
text-decoration: none;
}
.fontawesome-icon-list .fa-hover a {
display: block;
line-height: 32px;
height: 32px;
padding-left: 10px;
border-radius: 4px;
}
.fontawesome-icon-list .fa-hover a:hover .fa {
font-size: 28px;
vertical-align: -6px;
}
.fontawesome-icon-list .fa-hover a .fa {
width: 32px;
font-size: 16px;
display: inline-block;
text-align: right;
margin-right: 10px;
}
#sidebar-menu .fa {
width: 26px;
opacity: .99;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 18px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* ********* /iconts-display **************************** */
/* ********* Tile stats **************************** */
.tile-stats {
position: relative;
display: block;
margin-bottom: 12px;
border: 1px solid #E4E4E4;
-webkit-border-radius: 5px;
overflow: hidden;
padding-bottom: 5px;
-webkit-background-clip: padding-box;
-moz-border-radius: 5px;
-moz-background-clip: padding;
border-radius: 5px;
background-clip: padding-box;
background: #FFF;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tile-stats:hover .icon i {
animation-name: tansformAnimation;
animation-duration: .5s;
animation-iteration-count: 1;
color: rgba(58, 58, 58, 0.41);
animation-timing-function: ease;
animation-fill-mode: forwards;
-webkit-animation-name: tansformAnimation;
-webkit-animation-duration: .5s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
-moz-animation-name: tansformAnimation;
-moz-animation-duration: .5s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;
}
.tile-stats .icon {
color: #BAB8B8;
position: absolute;
right: 53px;
top: 22px;
z-index: 1;
}
.tile-stats .icon i {
margin: 0;
font-size: 60px;
line-height: 0;
vertical-align: bottom;
padding: 0;
}
.tile-stats .count {
font-size: 38px;
font-weight: bold;
line-height: 1.65857143
}
.tile-stats .count, .tile-stats h3, .tile-stats p {
position: relative;
margin: 0;
margin-left: 10px;
z-index: 5;
padding: 0;
}
.tile-stats h3 {
color: #BAB8B8;
}
.tile-stats p {
margin-top: 5px;
font-size: 12px;
}
.tile-stats > .dash-box-footer {
position: relative;
text-align: center;
margin-top: 5px;
padding: 3px 0;
color: #fff;
color: rgba(255, 255, 255, 0.8);
display: block;
z-index: 10;
background: rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.tile-stats > .dash-box-footer:hover {
color: #fff;
background: rgba(0, 0, 0, 0.15);
}
.tile-stats > .dash-box-footer:hover {
color: #fff;
background: rgba(0, 0, 0, 0.15);
}
table.tile_info {
padding: 10px 15px;
}
table.tile_info span.right {
margin-right: 0;
float: right;
position: absolute;
right: 4%;
}
.tile:hover {
text-decoration: none;
}
.tile_header {
border-bottom: transparent;
padding: 7px 15px;
margin-bottom: 15px;
background: #E7E7E7;
}
.tile_head h4 {
margin-top: 0;
margin-bottom: 5px;
}
.tiles-bottom {
padding: 5px 10px;
margin-top: 10px;
background: rgba(194, 194, 194, 0.3);
text-align: left;
}
/* ********* /Tile stats **************************** */
/* ********* form design **************************** */
.editor.btn-toolbar {
zoom: 1;
background: #F7F7F7;
margin: 5px 2px;
padding: 3px 0;
border: 1px solid #EFEFEF;
}
.input-group {
margin-bottom: 10px;
}
.ln_solid {
border-top: 1px solid #e5e5e5;
color: #ffffff;
background-color: #ffffff;
height: 1px;
margin: 20px 0;
}
span.section {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.form-control {
border-radius: 0;
width: 100%;
}
.form-horizontal .control-label {
padding-top: 8px
}
.form-control:focus {
border-color: #CCD0D7;
box-shadow: none !important;
}
legend {
font-size: 18px;
color: inherit;
}
.checkbox {}
.form-horizontal .form-group {
margin-right: 0;
margin-left: 0;
}
.form-control-feedback {
margin-top: 8px;
height: 23px;
color: #bbb;
line-height: 24px;
font-size: 15px;
}
.form-control-feedback.left {
border-right: 1px solid #ccc;
left: 13px;
}
.form-control-feedback.right {
border-left: 1px solid #ccc;
right: 13px;
}
.form-control.has-feedback-left {
padding-left: 45px;
}
.form-control.has-feedback-right {
padding-right: 45px;
}
.form-group {
margin-bottom: 10px;
}
.validate {
margin-top: 10px;
}
.invalid-form-error-message {
margin-top: 10px;
padding: 5px;
}
.invalid-form-error-message.filled {
border-left: 2px solid #E74C3C;
}
p.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
p.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
ul.parsley-errors-list {
list-style: none;
color: #E74C3C;
padding-left: 0;
}
input.parsley-error, textarea.parsley-error, select.parsley-error {
background: #FAEDEC;
border: 1px solid #E85445;
}
.btn-group .parsley-errors-list {
display: none;
}
.bad input, .bad select, .bad textarea {
border: 1px solid #CE5454;
box-shadow: 0 0 4px -2px #CE5454;
position: relative;
left: 0;
-moz-animation: .7s 1 shake linear;
-webkit-animation: 0.7s 1 shake linear;
}
.item input, .item textarea {
-webkit-transition: 0.42s;
-moz-transition: 0.42s;
transition: 0.42s;
}
.item input[type=radio]{
width: 26px!important;
margin: 12px 0px 0 25px;
}
.file-container{
height: 34px;
line-height: 34px
}
input[type=file]{
position: absolute;
right: 0;
top: 0;
opacity: 0;
cursor: pointer;
z-index: 1;
}
#file-value{
z-index: 0;
}
div.submit-cancel{
display: block;
width: 169px;
margin: auto;
}
/* alerts (when validation fails) */
.item .alert {
float: left;
margin: 0 0 0 20px;
padding: 3px 10px;
color: #FFF;
border-radius: 3px 4px 4px 3px;
background-color: #CE5454;
max-width: 170px;
white-space: pre;
position: relative;
left: -15px;
opacity: 0;
z-index: 1;
transition: 0.15s ease-out;
}
.item .alert::after {
content: '';
display: block;
height: 0;
width: 0;
border-color: transparent #CE5454 transparent transparent;
border-style: solid;
border-width: 11px 7px;
position: absolute;
left: -13px;
top: 1px;
}
.item.bad .alert {
left: 0;
opacity: 1;
}
/* ***** buttons ********/
.btn {
border-radius: 3px;
}
a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
color: #fff;
}
.btn-success {
background: #26B99A;
border: 1px solid #169F85;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
background: #169F85;
}
a.look{
font-size: 16px
}
div.password{
padding: 20px 0;
}
div.change-category{
padding: 80px 0;
}
p.title {
display: inline-block;
width: 70px;
height: 100%;
}
p.item-detail {
display: inline-block;
width: 90%;
vertical-align: top;
}
| 0.391173 | 0.058588 |
@charset "UTF-8";
@font-face {
font-family: Idroid;
src: url('fonts/idroid.otf');
font-weight: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap');
:root {
--cor0: #c5ebd6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte-padrao: Arial, Verdana, Helvetica, sans-serif;
--fonte-destaque: 'Catamaran', sans-serif;
--fonte-android: 'Idroid', sans-serif;
}
* {
padding: 0px;
margin: 0px;
}
p {
line-height: 2em;
}
body {
background-color: var(--cor0);
margin: 0px 0px;
font-family: var(--fonte-padrao);
}
header {
background-image: linear-gradient(to bottom, var(--cor3)2%, var(--cor4) 55%, var(--cor5) 95%);
color: white;
font-family: var(--fonte-destaque);
text-shadow: 2px 2px rgba(0, 0, 0, 0.388);
}
header > h1 {
font-size: 3em;
padding: 15px;
text-align: center;
margin: 0px;
}
header > p {
font-size: 1.2em;
padding: 15px;
text-align: center;
font-family: var(--fonte-padrao);
}
nav {
padding: 15px;
background-color: var(--cor5);
color: white;
font-family: var(--fonte-destaque);
}
nav > a {
color: white;
font: bold 1.2em Arial;
text-decoration: none;
margin: 0px 10px 0px 5px;
}
nav > a:hover {
border: 3px;
background-color: #32ac6793;
padding: 10px;
border-radius: 10px;
}
main {
padding-bottom: 1em;
}
section {
background-color: white;
margin: 0px auto;
border-radius: 0px 0px 10px 10px;
min-width: 320px;
max-width: 800px;
border: 0px 10px 0px 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.538);
}
article {
margin: 0px auto;
padding: 1em;
}
article > h1 {
font: 2em Idroid;
color: var(--cor5);
}
article > h2 {
margin-top: 1em;
font-family: var(--fonte-android);
color: var(--cor5);
background-image: linear-gradient(270deg, white 15%, var(--cor0) 30%);
}
section p {
text-align: justify;
text-indent: 30px;
padding-top: 1em;
}
img {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
ul {
padding: 1em;
}
.fixed {
max-width: 400px;
}
main a {
text-decoration: none;
font-weight: bolder;
color: var(--cor5);
}
main a:hover {
text-decoration: underline;
color: var(--cor3);
}
main a::after {
content: '⚭';
text-decoration: none;
font: 1.5em normal;
color: darkgray;
margin-left: 3px;
}
footer {
padding: 10px;
text-align: center;
font-family: var(--fonte-padrao);
background-color: var(--cor5);
color: white;
font-style: italic;
}
footer a {
font-weight: bolder;
color: white;
text-decoration: none;
}
aside {
font: 1em Arial;
background-color: white;
margin: 0em 1em;
border-radius: 0px 0px 10px 10px;
padding: 1em 0px;
}
aside ul {
list-style-position: inside;
columns: 2;
list-style-type: '✔️';
}
.video {
background-color: var(--cor5);
padding: 14em;
margin: 0px;
position: relative;
}
.video > iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
main strong {
font-weight: bolder;
color: var(--cor5);
}
.popped {
background-color: #3bd5803d;
border-radius: 10px;
margin-top: 1em;
box-shadow: 0px 0px 10px rgba(50, 27, 27, 0.26);
}
.popped > h2 {
color: white;
background-color: var(--cor3);
margin: 0px;
padding: 10px;
border-radius: 10px 10px 0px 0px;
}
.popped > div {
padding: 10px;
}
|
html-css/curso-em-video/desafios/d010/style.css
|
@charset "UTF-8";
@font-face {
font-family: Idroid;
src: url('fonts/idroid.otf');
font-weight: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap');
:root {
--cor0: #c5ebd6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte-padrao: Arial, Verdana, Helvetica, sans-serif;
--fonte-destaque: 'Catamaran', sans-serif;
--fonte-android: 'Idroid', sans-serif;
}
* {
padding: 0px;
margin: 0px;
}
p {
line-height: 2em;
}
body {
background-color: var(--cor0);
margin: 0px 0px;
font-family: var(--fonte-padrao);
}
header {
background-image: linear-gradient(to bottom, var(--cor3)2%, var(--cor4) 55%, var(--cor5) 95%);
color: white;
font-family: var(--fonte-destaque);
text-shadow: 2px 2px rgba(0, 0, 0, 0.388);
}
header > h1 {
font-size: 3em;
padding: 15px;
text-align: center;
margin: 0px;
}
header > p {
font-size: 1.2em;
padding: 15px;
text-align: center;
font-family: var(--fonte-padrao);
}
nav {
padding: 15px;
background-color: var(--cor5);
color: white;
font-family: var(--fonte-destaque);
}
nav > a {
color: white;
font: bold 1.2em Arial;
text-decoration: none;
margin: 0px 10px 0px 5px;
}
nav > a:hover {
border: 3px;
background-color: #32ac6793;
padding: 10px;
border-radius: 10px;
}
main {
padding-bottom: 1em;
}
section {
background-color: white;
margin: 0px auto;
border-radius: 0px 0px 10px 10px;
min-width: 320px;
max-width: 800px;
border: 0px 10px 0px 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.538);
}
article {
margin: 0px auto;
padding: 1em;
}
article > h1 {
font: 2em Idroid;
color: var(--cor5);
}
article > h2 {
margin-top: 1em;
font-family: var(--fonte-android);
color: var(--cor5);
background-image: linear-gradient(270deg, white 15%, var(--cor0) 30%);
}
section p {
text-align: justify;
text-indent: 30px;
padding-top: 1em;
}
img {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
ul {
padding: 1em;
}
.fixed {
max-width: 400px;
}
main a {
text-decoration: none;
font-weight: bolder;
color: var(--cor5);
}
main a:hover {
text-decoration: underline;
color: var(--cor3);
}
main a::after {
content: '⚭';
text-decoration: none;
font: 1.5em normal;
color: darkgray;
margin-left: 3px;
}
footer {
padding: 10px;
text-align: center;
font-family: var(--fonte-padrao);
background-color: var(--cor5);
color: white;
font-style: italic;
}
footer a {
font-weight: bolder;
color: white;
text-decoration: none;
}
aside {
font: 1em Arial;
background-color: white;
margin: 0em 1em;
border-radius: 0px 0px 10px 10px;
padding: 1em 0px;
}
aside ul {
list-style-position: inside;
columns: 2;
list-style-type: '✔️';
}
.video {
background-color: var(--cor5);
padding: 14em;
margin: 0px;
position: relative;
}
.video > iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
main strong {
font-weight: bolder;
color: var(--cor5);
}
.popped {
background-color: #3bd5803d;
border-radius: 10px;
margin-top: 1em;
box-shadow: 0px 0px 10px rgba(50, 27, 27, 0.26);
}
.popped > h2 {
color: white;
background-color: var(--cor3);
margin: 0px;
padding: 10px;
border-radius: 10px 10px 0px 0px;
}
.popped > div {
padding: 10px;
}
| 0.460046 | 0.126084 |
.btn-modal{
background-color: #ccc;
color: gray;
border-radius: 50%;
}
.form-check-input{
}
.trash i{
font-size: 90px;
border: 1px solid #dc3545;;
color: #dc3545;;
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto;
text-align: center;
padding-top: 10px;
}
.trash{
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto;
text-align: center;
padding-top: 10px;
margin-bottom: 30px;
}
.profil img{
width: 150px;
height: 150px;
border-radius: 50%;
border: 1px solid #dc3545;
margin: 0 auto;
text-align: center;
margin-bottom: 30px;
}
.modal-content{
border-radius: 20px;
}
.close span{
padding: 100px 20px;
}
input:checked + .slider {
background-color: #2196F3;
}
label{
font-size: 18px;
text-align: center;
}
.silde{
margin: 0 140px;
}
.modal-title{
color: #fff;
}
.modal-header{
background-color: gray;
text-align: right !important;
}
.modal-footer-btn{
margin: 20px 38%;
}
.form-check-label{
margin-left: 5px;
}
/* */
.card .body {
font-size: 14px;
padding: 20px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
border-radius: 0.55rem;
background: #fff;
color: #616161;
font-weight: 400;
transition: all 0.2s ease-in-out;
}
.card .body:hover {
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-in-out;
}
.card .body.bg-dark {
background: #313740 !important;
color: #bdbdbd !important;
}
.card .body.bg-dark .table td,
.card .body.bg-dark .table th {
border-top: 1px solid #4c4c4c;
color: #bdbdbd;
}
.l-green {
background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}
.l-pink {
background: linear-gradient(45deg, pink, #fbc1cb) !important;
}
.l-turquoise,
.total_earnings .chart div {
background: linear-gradient(45deg, #00ced1, #08e5e8) !important;
color: #fff !important;
}
.l-cyan {
background: linear-gradient(45deg, #49cdd0, #00bcd4) !important;
color: #fff !important;
}
.l-khaki {
background: linear-gradient(45deg, khaki, #fdf181) !important;
}
.l-coral {
background: linear-gradient(45deg, #f08080, #f58787) !important;
color: #fff !important;
}
.l-salmon {
background: linear-gradient(45deg, #ec74a1, #fbc7c0) !important;
color: #fff !important;
}
.l-blue {
background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
color: #fff !important;
}
.l-seagreen {
background: linear-gradient(45deg, #8ed8ec, #85f7b5) !important;
color: #fff !important;
}
.l-amber,
.w_calender span + span,
.w_calender em {
background: linear-gradient(45deg, #fda582, #f7cf68) !important;
color: #fff !important;
}
.l-blush {
background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
color: #fff !important;
}
.l-parpl,
.total_earnings .chart.expense div {
background: linear-gradient(45deg, #a890d3, #edbae7) !important;
color: #fff !important;
}
.l-slategray {
background: linear-gradient(45deg, #708090, #7c8ea0) !important;
color: #fff !important;
}
.l-dark {
background: linear-gradient(45deg, #555, #333) !important;
color: #fff !important;
}
/* ####################### */
.recent_heading h4 {
color: #0465ac;
font-size: 16px;
margin: auto;
line-height: 29px;
}
.srch_bar input {
outline: none;
border: 1px solid #cdcdcd;
border-width: 0 0 1px 0;
width: 80%;
padding: 2px 0 4px 6px;
background: none;
}
.srch_bar .input-group-addon button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
padding: 0;
color: #707070;
font-size: 18px;
}
.srch_bar .input-group-addon {
margin: 0 0 0 -27px;
}
.chat_ib h5 {
font-size: 15px;
color: #464646;
margin: 0 0 8px 0;
}
.chat_ib h5 span {
font-size: 13px;
float: right;
}
.chat_ib p {
font-size: 12px;
color: #989898;
margin: auto;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chat_img {
float: left;
width: 11%;
}
.chat_img img {
width: 100%
}
.chat_ib {
float: left;
padding: 0 0 0 15px;
width: 88%;
}
.chat_people {
overflow: hidden;
clear: both;
}
.chat_list {
border-bottom: 1px solid #ddd;
margin: 0;
padding: 18px 16px 10px;
}
.inbox_chat {
height: 550px;
overflow-y: scroll;
}
.active_chat {
background: #e8f6ff;
}
.incoming_msg_img {
display: inline-block;
width: 6%;
}
.incoming_msg_img img {
width: 100%;
}
.received_msg {
display: inline-block;
padding: 0 0 0 10px;
vertical-align: top;
width: 92%;
}
.received_withd_msg p {
background: #ebebeb none repeat scroll 0 0;
border-radius: 0 15px 15px 15px;
color: #646464;
font-size: 14px;
margin: 0;
padding: 5px 10px 5px 12px;
width: 100%;
}
.time_date {
color: #747474;
display: block;
font-size: 12px;
margin: 8px 0 0;
}
.received_withd_msg {
width: 57%;
}
.mesgs{
float: left;
padding: 30px 15px 0 25px;
width:100%;
}
.sent_msg p {
background:#0465ac;
border-radius: 12px 15px 15px 0;
font-size: 14px;
margin: 0;
color: #fff;
padding: 5px 10px 5px 12px;
width: 100%;
}
.outgoing_msg {
overflow: hidden;
margin: 26px 0 26px;
}
.sent_msg {
float: right;
width: 46%;
}
.input_msg_write input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4c4c4c;
font-size: 15px;
min-height: 48px;
width: 100%;
outline:none;
}
.type_msg {
border-top: 1px solid #c4c4c4;
position: relative;
}
.msg_send_btn {
background: #05728f none repeat scroll 0 0;
border:none;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-size: 15px;
height: 33px;
position: absolute;
right: 0;
top: 11px;
width: 33px;
}
.messaging {
padding: 0 0 50px 0;
}
.msg_history {
height: 516px;
overflow-y: auto;
}
|
public/css/style.css
|
.btn-modal{
background-color: #ccc;
color: gray;
border-radius: 50%;
}
.form-check-input{
}
.trash i{
font-size: 90px;
border: 1px solid #dc3545;;
color: #dc3545;;
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto;
text-align: center;
padding-top: 10px;
}
.trash{
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto;
text-align: center;
padding-top: 10px;
margin-bottom: 30px;
}
.profil img{
width: 150px;
height: 150px;
border-radius: 50%;
border: 1px solid #dc3545;
margin: 0 auto;
text-align: center;
margin-bottom: 30px;
}
.modal-content{
border-radius: 20px;
}
.close span{
padding: 100px 20px;
}
input:checked + .slider {
background-color: #2196F3;
}
label{
font-size: 18px;
text-align: center;
}
.silde{
margin: 0 140px;
}
.modal-title{
color: #fff;
}
.modal-header{
background-color: gray;
text-align: right !important;
}
.modal-footer-btn{
margin: 20px 38%;
}
.form-check-label{
margin-left: 5px;
}
/* */
.card .body {
font-size: 14px;
padding: 20px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
border-radius: 0.55rem;
background: #fff;
color: #616161;
font-weight: 400;
transition: all 0.2s ease-in-out;
}
.card .body:hover {
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-in-out;
}
.card .body.bg-dark {
background: #313740 !important;
color: #bdbdbd !important;
}
.card .body.bg-dark .table td,
.card .body.bg-dark .table th {
border-top: 1px solid #4c4c4c;
color: #bdbdbd;
}
.l-green {
background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}
.l-pink {
background: linear-gradient(45deg, pink, #fbc1cb) !important;
}
.l-turquoise,
.total_earnings .chart div {
background: linear-gradient(45deg, #00ced1, #08e5e8) !important;
color: #fff !important;
}
.l-cyan {
background: linear-gradient(45deg, #49cdd0, #00bcd4) !important;
color: #fff !important;
}
.l-khaki {
background: linear-gradient(45deg, khaki, #fdf181) !important;
}
.l-coral {
background: linear-gradient(45deg, #f08080, #f58787) !important;
color: #fff !important;
}
.l-salmon {
background: linear-gradient(45deg, #ec74a1, #fbc7c0) !important;
color: #fff !important;
}
.l-blue {
background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
color: #fff !important;
}
.l-seagreen {
background: linear-gradient(45deg, #8ed8ec, #85f7b5) !important;
color: #fff !important;
}
.l-amber,
.w_calender span + span,
.w_calender em {
background: linear-gradient(45deg, #fda582, #f7cf68) !important;
color: #fff !important;
}
.l-blush {
background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
color: #fff !important;
}
.l-parpl,
.total_earnings .chart.expense div {
background: linear-gradient(45deg, #a890d3, #edbae7) !important;
color: #fff !important;
}
.l-slategray {
background: linear-gradient(45deg, #708090, #7c8ea0) !important;
color: #fff !important;
}
.l-dark {
background: linear-gradient(45deg, #555, #333) !important;
color: #fff !important;
}
/* ####################### */
.recent_heading h4 {
color: #0465ac;
font-size: 16px;
margin: auto;
line-height: 29px;
}
.srch_bar input {
outline: none;
border: 1px solid #cdcdcd;
border-width: 0 0 1px 0;
width: 80%;
padding: 2px 0 4px 6px;
background: none;
}
.srch_bar .input-group-addon button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
padding: 0;
color: #707070;
font-size: 18px;
}
.srch_bar .input-group-addon {
margin: 0 0 0 -27px;
}
.chat_ib h5 {
font-size: 15px;
color: #464646;
margin: 0 0 8px 0;
}
.chat_ib h5 span {
font-size: 13px;
float: right;
}
.chat_ib p {
font-size: 12px;
color: #989898;
margin: auto;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chat_img {
float: left;
width: 11%;
}
.chat_img img {
width: 100%
}
.chat_ib {
float: left;
padding: 0 0 0 15px;
width: 88%;
}
.chat_people {
overflow: hidden;
clear: both;
}
.chat_list {
border-bottom: 1px solid #ddd;
margin: 0;
padding: 18px 16px 10px;
}
.inbox_chat {
height: 550px;
overflow-y: scroll;
}
.active_chat {
background: #e8f6ff;
}
.incoming_msg_img {
display: inline-block;
width: 6%;
}
.incoming_msg_img img {
width: 100%;
}
.received_msg {
display: inline-block;
padding: 0 0 0 10px;
vertical-align: top;
width: 92%;
}
.received_withd_msg p {
background: #ebebeb none repeat scroll 0 0;
border-radius: 0 15px 15px 15px;
color: #646464;
font-size: 14px;
margin: 0;
padding: 5px 10px 5px 12px;
width: 100%;
}
.time_date {
color: #747474;
display: block;
font-size: 12px;
margin: 8px 0 0;
}
.received_withd_msg {
width: 57%;
}
.mesgs{
float: left;
padding: 30px 15px 0 25px;
width:100%;
}
.sent_msg p {
background:#0465ac;
border-radius: 12px 15px 15px 0;
font-size: 14px;
margin: 0;
color: #fff;
padding: 5px 10px 5px 12px;
width: 100%;
}
.outgoing_msg {
overflow: hidden;
margin: 26px 0 26px;
}
.sent_msg {
float: right;
width: 46%;
}
.input_msg_write input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4c4c4c;
font-size: 15px;
min-height: 48px;
width: 100%;
outline:none;
}
.type_msg {
border-top: 1px solid #c4c4c4;
position: relative;
}
.msg_send_btn {
background: #05728f none repeat scroll 0 0;
border:none;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-size: 15px;
height: 33px;
position: absolute;
right: 0;
top: 11px;
width: 33px;
}
.messaging {
padding: 0 0 50px 0;
}
.msg_history {
height: 516px;
overflow-y: auto;
}
| 0.321141 | 0.091058 |
*, *::after, *::before {
box-sizing: border-box;
}
::selection {
background: #098ef2;
color: #fff;/* WebKit/Blink Browsers */
}
::-moz-selection {
background: #098ef2;
color: #fff;/* Gecko Browsers */
}
html {
font-size: 62.5%;
}
body {
background:#273040;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.group:after {
content: "";
display: table;
clear: both;
}
/**fonts**/
@font-face {
font-family: 'SofiaPro-SemiBold';
src: url('../fonts/SofiaPro-SemiBold.eot');
src: url('../fonts/SofiaPro-SemiBold.woff2') format('woff2'),
url('../fonts/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaProSemiBold';
src: url('../fonts/SofiaProSemiBold.woff') format('woff'),
url('../fonts/SofiaProSemiBold.ttf') format('truetype'),
url('../fonts/SofiaProSemiBold.svg#SofiaProSemiBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaPro-Regular';
src: url('../fonts/SofiaPro-Regular.eot');
src: url('../fonts/SofiaPro-Regular.woff2') format('woff2'),
url('../fonts/SofiaPro-Regular.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaProRegular';
src: url('../fonts/SofiaProRegular.woff') format('woff'),
url('../fonts/SofiaProRegular.ttf') format('truetype'),
url('../fonts/SofiaProRegular.svg#SofiaProRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaPro-Bold';
src: url('../fonts/SofiaPro-Bold.eot');
src: url('../fonts/SofiaPro-Bold.woff') format('woff'),
url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
/* --------------------------------
Blob
-------------------------------- */
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes rotate2 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/**float**/
@-webkit-keyframes float {
0% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
50% {
-webkit-transform: translatey(-20px);
transform: translatey(-20px);
}
100% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
}
@keyframes float {
0% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
50% {
-webkit-transform: translatey(-20px);
transform: translatey(-20px);
}
100% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
}
/*bouncing arrow*/
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
/**fade in**/
.hideme
{
opacity:0;
}
@keyframes fadeIn{
0% {
opacity:0;
transform: translate(0px,40px) ;
}
100% {
opacity:1;
transform: translate(0px,0px) ;
}
}
@-moz-keyframes fadeIn{
0% {
opacity:0;
-moz-transform: translate(0px,40px) ;
}
100% {
opacity:1;
-moz-transform: translate(0px,0px) ;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
-webkit-transform: translate(0px,40px) ;
}
100% {
opacity:1;
-webkit-transform: translate(0px,0px) ;
}
}
@-o-keyframes fadeIn {
0% {
opacity:0;
-o-transform: translate(0px,40px) ;
}
100% {
opacity:1;
-o-transform: translate(0px,0px) ;
}
}
.fade-in {
opacity:0; /* make things invisible upon start */
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
animation-duration:0.5s;
}
/* --------------------------------
Contact page
-------------------------------- */
#contact-area {
width: 600px;
margin: 25px auto;
}
#contact-area input, #contact-area textarea {
padding: 5px;
width: 471px;
font-family: SofiaPro-Regular;
font-size: 1.4em;
margin: 0px 0px 10px 0px;
border: 2px solid #ccc;
}
#contact-area textarea {
height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
border: 2px solid #900;
}
#contact-area input.submit-button {
width: 100px;
float: right;
}
label {
float: left;
text-align: right;
margin-right: 15px;
width: 100px;
padding-top: 5px;
font-size: 1.4em;
}
/* --------------------------------
Andy home page
-------------------------------- */
.wrapper {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapper.contacty {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapper.abouter {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapper.homery {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapperwork {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.bannertxt{
width: 100%;
padding-top: 46vh;
text-align: center;
margin: 0 auto;
}
.bannertxtc{
width: 100%;
padding-top: 46vh;
text-align: center;
margin: 0 auto;
}
.bannertxt2{
width: 100%;
position: absolute;
top: 37vh;
left: 0;
text-align: center;
margin: 0 auto;
}
.bannertxt3{
width: 100%;
padding-top: 38vh;
padding-bottom: 15vh;
text-align: center;
margin: 0 auto;
z-index: 5;
position: relative;
}
.contacttxt{
width: 100%;
padding-top: 47vh;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.travels{
background: url(../images/wavy.png) top left no-repeat;
background-size: 200%;
padding: 11% 16% 23%;
width: 100%;
position: relative;
z-index: 500;
}
.travelspic{
position: relative;
top:113px;
left:0;
width: 150px;
z-index: 100;
}
.travelspic img{
width: 100%;
}
.travelspic2 img{
width: 100%;
}
.travelspic2{
position: relative;
top:51px;
right:10px;
width: 178px;
z-index: 100;
text-align: left;
margin: 0;
}
.travelspic3{
position: relative;
top:93px;
left:-10px;
width: 178px;
z-index: 100;
}
.travelspic3 img{
width: 100%;
}
.travels3{
width: 100%;
float: none;
padding: 0;
text-align: left;
margin-top: -5%;
}
.travels1{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.travels2{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.travels p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin-top: 18px;
}
.travels h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
margin-top: 30px;
letter-spacing: -1px;
}
.travels h4{
font-family: SofiaPro-Bold;
margin-top: 15px;
font-size: 13px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.skillz{
background: url(../images/wavy.png) top left no-repeat;
background-size: 200%;
background-color: #273040ed;
padding: 11% 7%;
width: 100%;
position: relative;
z-index: 500;
}
.design{
width: 100%;
float: none;
padding: 0;
text-align: left;
margin-top: -5%;
}
.direction{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.strategy{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.work {
width: 100%;
position: relative;
background-color: #273040ed;
z-index: 120;
padding: 0 0 20% 0;
box-shadow: 0 0 150px #000000a6;
}
.homeworksplat{
position: absolute;
top: 7%;
left: 0;
width: 100%;
height: 500px;
z-index: 0;
}
.homeworksplat2{
position: absolute;
top: 7%;
right: 0;
width: 100%;
height: 500px;
z-index: 0;
}
.bannersplat{
position: absolute;
top: 50%;
left: 50%;
margin-left: -185px;
margin-top: -250px;
width: 370px;
height: 300px;
z-index: 0;
}
.bannersplatabout{
position: absolute;
top: 75%;
left: 50%;
margin-left: -147px;
margin-top: -265px;
width: 100%;
height: 100%;
z-index: 0;
}
.bannersplatfoot{
position: absolute;
top: 60%;
left: 50%;
margin-left: -185px;
margin-top: -325px;
width: 370px;
height: 650px;
z-index: 0;
}
.worksplatfoot{
position: absolute;
top: 47%;
left: 50%;
margin-left: -325px;
margin-top: -275px;
width: 650px;
height: 650px;
z-index: 0;
}
.worksplat{
position: absolute;
top: 68%;
left: 50%;
margin-left: -213px;
margin-top: -209px;
width: 437px;
height: 419px;
z-index: 0;
background: url(../images/splatter.png) top center no-repeat;
}
.contactsplat{
position: absolute;
top: 50%;
left: 50%;
margin-left: -213px;
margin-top: -209px;
width: 437px;
height: 419px;
z-index: 0;
background: url(../images/splatter.png) top left no-repeat;
background-size: 100%;
}
.bannersplat2{
position: absolute;
top: 50%;
left: 50%;
margin-left: -213px;
margin-top: -229px;
width: 437px;
height: 419px;
z-index: 0;
background: url(../images/splatter.png) top left no-repeat;
background-size: 100%;
}
.bannersplatbig{
position: relative;
}
.bannersplatbig2{
position: relative;
}
.contactsplat{
position: absolute;
top: 50%;
left: 50%;
margin-left: -225px;
margin-top: -200px;
width: 437px;
height: 419px;
z-index: 0;
}
.lbsplat{
position: absolute;
top: 38vh;
left: 50%;
margin-left: -234px;
margin-top: -180px;
width: 446px;
height: 506px;
z-index: 0;
}
.valsplat{
position: absolute;
top: 35%;
left: 50%;
margin-left: -303px;
margin-top: -117px;
width: 446px;
height: 506px;
z-index: -5;
}
.jksplat{
position: absolute;
top: 37%;
left: 50%;
margin-left: -255px;
margin-top: -117px;
width: 446px;
height: 506px;
z-index: -5;
}
.contactabout{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -325px;
width: 650px;
height: 673px;
z-index: -5;
}
.contactabout img{
width: 100%;
}
.planewrap{
position: fixed;
pointer-events: none;
top: 50%;
left: 50%;
margin-left: -126px;
margin-top: -115px;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
width: 248px;
height: 350px;
z-index: 0;
text-align: center;
}
.planey{
display: none;
}
.planeymob{
display: inline;
}
.planewrap2{
position: fixed;
pointer-events: none;
top: 50%;
right:0;
margin-right: -120px;
margin-top: -115px;
width: 240px;
z-index: 1;
text-align: center;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.banner{
height: 100vh;
position: relative;
}
.worklbbanner{
height: 100vh;
position: relative;
background: url(../images/lineslb.png) top center repeat-y #ff4338;
background-size: 136%;
}
.worksubarubanner{
height: 100vh;
position: relative;
background: url(../images/linessub.png) top center repeat-y #400cd1;
background-size: 136%;
}
.workvaleyobanner{
height: 100vh;
position: relative;
background: url(../images/linesval.png) top center repeat-y #00d4d8;
background-size: 136%;
}
.contactbanner2{
height: 100vh;
position: relative;
background: url(../images/linescontact.png) top center repeat-y #00e5ea;
background-size: 136%;
}
.contactbanner{
height: 100vh;
position: relative;
}
.nextvalbanner{
width: 100%;
margin: 14% 0 0;
background: url(../images/hand.png) 0% 62% no-repeat #00d4d8;
background-size: 75%;
box-shadow: 0 0 150px #000000a6;
}
.nextvalbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -2px;
text-decoration: none;
display:block;
padding:30% 0;
}
.nextsubbanner{
width: 100%;
margin: 14% 0 0;
background:url(../images/key.png)top center no-repeat #1b3ed3;
background-size: 40%;
box-shadow: 0 0 150px #000000a6;
}
.nextsubbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -2px;
text-decoration: underline;
display:block;
padding:30% 0;
}
.nextlbbanner{
width: 100%;
margin: 14% 0 0;
background: url(../images/wine.png) bottom center no-repeat #ff4338;
background-size: 33%;
box-shadow: 0 0 150px #000000a6;
}
.nextlbbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -2px;
text-decoration: none;
display:block;
padding:30% 0;
}
.aboutfoot{
width: 100%;
background: none;
padding-bottom: 0;
}
.aboutwork{
width: 100%;
margin: 0 auto;
background: url(../images/wine.png) bottom center no-repeat #ff4338;
background-size: 30%;
box-shadow: 0 0 150px #000000a6;
z-index: 10;
position: relative;
}
.aboutwork a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 7vw;
letter-spacing: -2px;
text-decoration: underline;
display:block;
padding:30% 0;
}
.timeline{
padding: 23% 15% 23%;
background: url(../images/aboutmap.png) center center no-repeat;
background-size: 100%;
}
.timeline h3{
color: #fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 2vw;
letter-spacing: -1px;
}
.timeline p{
color: #fff;
font-family:SofiaPro-Regular;
font-weight: normal;
text-align: left;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.time1{
width:32%;
float: left;
padding: 0 1% 0 0%;
}
.time2{
width:32%;
float: right;
padding: 0 1% 0 0%;
}
.time3{
width:32%;
margin: 0 auto;
}
.wires{
padding: 0 16%;
}
.wires img{
width: 100%;
}
.wiresleft{
width:100%;
float: none;
}
.wiresright{
width:100%;
float: none;
}
.wiresleft h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 10vw;
letter-spacing: -2px;
}
.wiresleft p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin: 30px 0 30px 0;
}
.brandpic{
width:100%;
position: relative;
height: 70vh;
margin-top: 10%;
background: url(../images/wavy.png) center center no-repeat;
background-size: 170%;
}
.brandpicover img{
height:100%;
}
.brandpicover{
width:50%;
position: absolute;
top: 0;
height: 100%;
left: 25%;
z-index: 100;
}
.brandpicoversub img{
width:100%;
}
.brandpicoversub{
width:100%;
position: absolute;
top: 28%;
height: 60%;
left: 0%;
z-index: 100;
}
.brandpicoverval img{
width:100%;
}
.brandpicoverval{
width:90%;
position: absolute;
top: 28%;
height: 60%;
left: 5%;
z-index: 100;
}
.brandpic-valeyo{
width:100%;
padding: 2% 0;
min-height: 75%;
}
.brandpic-jk{
width:100%;
background: url(../images/work-jk-background.png) center left no-repeat;
background-size: cover;
min-height: 90%;
}
.brandpic-valeyo img{
width:40%;
}
.workhighs{
padding: 8% 15% 0;
}
.workhighs h3{
color: #fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 2vw;
letter-spacing: -1px;
}
.workhighs p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
text-align: left;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.highs1{
width:32%;
float: left;
padding: 0 1% 0 0%;
}
.highs2{
width:32%;
float: right;
padding: 0 1% 0 0%;
}
.highs3{
width:32%;
margin: 0 auto;
}
.mobileshots{
padding: 0 16%;
display: block;
}
.mobileshots img{
width:100%;
}
.fullshot{
display: none;
}
.fullshot img{
width: 100%;
box-shadow: 0 0 150px #000000a6;
}
.shot1{
width:100%;
float: none;
padding: 0;
margin: 0 0 30px;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot2{
width:100%;
float: none;
margin: 0 0 30px;
padding: 0;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot3{
width:100%;
margin: 0;
padding: 0;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.clients{
padding: 16% 6% 16% 6%;
width: 100%;
z-index: 10;
position: relative;
margin: 0 auto;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.clients img{
width: 82%;
}
.clients h2{
color: #fff;
font-family: SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 7vw;
letter-spacing: -1px;
margin-bottom: 27px;
}
.workpic{
width: 100%;
float: none;
height:400px;
}
.workpic img{
width: 100%;
}
.footleft{
bottom: 80px;
width: 165px;
left: -76px;
height: 40px;
position: fixed;
z-index: 100;
transform: rotate(90deg);
}
.leftylink{
transform: rotate(90deg);
position: fixed;
display: none;
top: 50%;
left: -13px;
z-index: 15;
color: #fff;
font-family: SofiaPro-bold;
font-weight: normal;
}
.leftylink.act{
text-decoration: line-through;
}
.rightylink{
transform: rotate(-90deg);
position: fixed;
top: 50%;
right: -21px;
z-index: 15;
color: #fff;
font-family: SofiaPro-bold;
font-weight: normal;
display: none;
}
.rightylink.act{
text-decoration: line-through;
}
.leftbar{
top: 0;
left: 0;
position: fixed;
z-index: 11;
width: 40px;
background-color: none;
height: 100%;
}
.rightbar{
top: 0;
right: 0;
position: fixed;
z-index: 11;
width: 40px;
background-color: none;
height: 100%;
}
.footleft p{
color: #4f5765;
font-family:SofiaPro-Regular;
font-weight: normal;
text-align: right;
font-size: 12px;
}
.footright img{
margin-top: 15px;
width: 20px;
}
.footright{
text-align: right;
width: 30px;
bottom: 15px;
right: 11px;
position: fixed;
z-index: 100;
}
.workpic2 img{
width: 100%;
}
.workpic2{
width: 100%;
float: none;
height: 400px;
}
.aboot{
position: relative;
padding-bottom: 10%;
background: url(../images/aboutleftcloud.png) bottom right no-repeat;
}
.workintro{
width: 100%;
padding: 0 7%;
float: none;
text-align: left;
}
.workintro2{
width: 100%;
padding: 0 7%;
float: none;
text-align: left;
}
.workintro3{
width: 100%;
padding: 0 7%;
float: none;
margin-top: 10%;
text-align: left;
}
.work1{
padding: 0;
position: relative;
}
.work2{
padding: 0;
position: relative;
}
.work3{
padding: 0;
position: relative;
}
.bannertxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2;
font-size: 17vw;
letter-spacing: -4px;
position: relative;
}
.bannertxtc h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2;
font-size: 15vw;
letter-spacing: -4px;
position: relative;
}
.bannertxt2 h1{
color: #fff;
font-family: SofiaPro-Bold;
text-align: center;
font-weight: normal;
z-index: 2;
font-size: 22vw;
letter-spacing: -3px;
position: relative;
}
.splatoverlay{
position: absolute;
width: 65%;
top:15%;
left: 20%;
}
.splatoverlay2{
position: absolute;
width: 100%;
top:-5%;
left: 0%;
}
.bannertxt3 h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -4px;
}
.contacttxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 7vw;
letter-spacing: -2px;
}
.abouttext h2{
color: #fff;
font-family: SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 10vw;
letter-spacing: -1px;
}
.abouttext p{
color: #fff;
text-align: center;
font-family: SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 34px;
margin-top: 20px;
}
.abouttext2 h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 10vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.abouttext2 p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
}
.abouttext a{
color: #00E5EA;
text-decoration: underline;
}
.workclose{
width: 100%;
padding: 4vh 0 0 0;
}
.workclose img{
width:200%;
}
.writeup h3{
color:#fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 3vw;
letter-spacing: -1px;
}
.writeup p{
color: #7c8898;
text-align: left;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 36px;
}
.writeup a{
color: #33A1F4;
text-decoration: underline;
}
.writeup{
width: 100%;
padding: 8% 15% 10%;
}
.writeupleft{
width:48%;
float: left;
}
.writeupright{
width:48%;
float: right;
}
.bannertxt a{
color: #33A1F4;
text-decoration: underline;
}
.worktext a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 20px;
}
.worktext2 a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 20px;
}
.contacttxt a{
color: #fff;
text-decoration: underline;
}
.nexttxt a{
color: #00e7ea;
text-decoration: underline;
}
.aboutbanner{
height: 83vh;
z-index: 2;
position: relative;
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.andy{
position: absolute;
bottom: -2px;
left: 0;
text-align: center;
height: auto;
width: 100%;
max-height: 100%;
z-index: 1;
}
.andy img{
height: auto;
width: 100%;
}
.paperplane{
position: absolute;
top: 41vh;
left: 0;
margin-left: 0;
width: 100%;
z-index: 1;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.paperplane img{
width: 100%;
}
.workbannerpic{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -36%;
margin-bottom: -2px;
width: 75%;
z-index: 1;
}
.workbannerpic img{
width: 100%;
}
.workbannervalpic{
position: absolute;
top: 50%;
left: 0;
/* margin-left: -12%; */
margin-top: -9%;
width: 95%;
z-index: 1;
}
.workbannervalpic img{
width: 100%;
}
.workbannersubpic{
position: absolute;
top: 0;
left: 50%;
margin-left: -40%;
/* margin-bottom: -1px; */
width: 80%;
z-index: 1;
}
.workbannersubpic img{
width: 100%;
}
.contacttop{
height: 100vh;
position: relative;
background: url(../images/clouds_left.png) -8% 40% no-repeat;
}
.formholder{
width:100%;
}
.abouttext{
padding: 20% 7%;
width: 100%;
margin: 16% auto 0%;
z-index: 500;
position: relative;
background-color: #273040ed;
box-shadow: 0 0 150px #000000a6;
}
.workintrotext{
width: 100%;
padding: 7% 15% 0;
background-size: 100%;
}
.workintrotext h3{
color: #fff;
font-family: SofiaPro-Bold;
font-weight: normal;
font-size: 6vw;
letter-spacing: -4px;
margin-bottom: 40px;
}
.workintrotext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 36px;
}
.workintrotext a{
color: #33A1F4;
text-decoration: underline;
}
.workpix{
width:100%;
position: relative;
margin-top: 12%;
z-index: 15;
}
.workpix img{
width:95%;
}
.workpix.subpic img{
width:95%;
}
.workpix.valpic img{
width:95%;
}
.abouttext2{
padding: 10% 6% 12% 6%;
width: 100%;
z-index: 11;
position: relative;
margin: 0 auto 20%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.fontsncolours{
padding: 0;
width: 69%;
margin: 7% auto 10%;
background-color: transparent;
box-shadow: none;
}
.fontsncolours h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: left;
font-weight: normal;
font-size: 10vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.font{
width: 100%;
float: none;
clear: both;
margin: 0 auto 30px;
}
.colours{
width: 100%;
float: none;
margin: 0 auto;
}
.font img{
width: 100%;
}
.colours img{
width: 100%;
}
.workintrocont{
padding: 12% 0 12%;
margin: -22% 0 0;
z-index: 12;
position: relative;
}
.workintrobox{
padding: 16% 10% 16% 10%;
width: 100%;
margin: 0 auto;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.workintrobox h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 10vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.workintrobox p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
}
.worktext h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
letter-spacing: -1px;
}
.worktext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin-top: 20px;
}
.skillzpic{
position: relative;
top:160px;
left:0;
width: 150px;
z-index: 100;
}
.skillzpic img{
width: 100%;
}
.skillzpic2 img{
width: 100%;
}
.skillzpic2{
position: relative;
top:110px;
right:0%;
width: 150px;
z-index: 100;
text-align: left;
margin: 0;
}
.fluid.skilly{
margin:-46px auto 0 0;
background: #1a202b;
width: 150px;
height: 150px;
}
.fluid.lbdark{
background:#121822;
}
.fluid.skillyright{
margin:-90px auto 0 0;
background: #1a202b;
width: 150px;
height: 150px;
}
.skillz p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin-top: 18px;
}
.skillz h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
margin-top: 70px;
letter-spacing: -1px;
}
.worktext{
padding-left: 0px;
text-align: left;
}
.worktext2 h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
letter-spacing: -1px;
}
.worktext2 p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin-top: 20px;
}
.worktext2{
text-align: left;
padding-right: 20px;
}
.workpiece{
width: 100%;
height: auto;
padding-bottom: 10%;
text-align: center;
}
.workpiece img{
width: 90%;
margin: 0 auto;
height: 90%;
}
/**form**/
.bluewrapcontact{
background-color: transparent;
box-shadow: none;
padding: 0;
width: 68%;
margin: 15% auto 10%;
}
.formleft{
width:100%;
float: none;
}
.fieldwrap{
width:100%;
}
.fieldlabel{
color: #fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 18px;
margin-top: 11px;
letter-spacing: -1px;
}
input::placeholder {
color: #323d50;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 16px;
letter-spacing: -1px;
}
.formmessagestyle::placeholder {
color: #323d50;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 16px;
letter-spacing: -1px;
}
.formright{
width:100%;
float: none;
}
.formmessage{
width:100%;
}
input[type=text], select {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
background-color: #0e131c;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
input[type=email], select {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
background-color: #0e131c;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
input[type=password], select {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
background-color: #0e131c;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
.formmessagestyle {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
background-color: #0e131c;
box-sizing: border-box;
min-height: 22vh;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
input[type=submit] {
color: #00e5ea;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
text-decoration: underline;
font-size: 20px;
display: block;
padding: 0;
background-color: transparent;
letter-spacing: -1px;
margin: 15px 0;
border: none;
cursor: pointer;
}
input[type=submit]:hover {
color: #00bfea;
}
.scroll {
position: absolute;
bottom: 17px;
left: 50%;
margin-left: -3px;
width: 8px;
height: 36px;
background-image: url(../images/scroll.svg);
background-size: contain;
z-index: 1;
}
.scroll2 {
position: absolute;
bottom: 17px;
left: 50%;
margin-left: -3px;
width: 8px;
height: 36px;
background-image: url(../images/scroll2.svg);
background-size: contain;
z-index: 1;
}
.bounce {
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
/*Navigation*/
.navitems{
text-align: left;
position: absolute;
opacity: 0;
left: 15%;
width: 100%;
margin-top: 20%;
z-index: 100;
-webkit-transition: all 0s ease-out;
-webkit-transition-delay: 0s;
}
.navcolumn h2{
font-family: SofiaPro-Bold;
text-align: left;
display: block;
margin-bottom: 0;
font-size: 12px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.navcolumn a{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 20px;
display: block;
font-size: 24px;
color: #fff;
text-decoration: underline;
}
.navcolumn p{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 20px;
display: block;
line-height: inherit;
font-size: 24px;
color: #585f6d;
text-decoration:line-through;
}
.navcolumn{
widows: 33%;
float: left;
margin: 27px 140px 20px 0;
}
.navitems.active{
opacity: 1;
-webkit-transition: all 0.9s ease-out;
-webkit-transition-delay: 0.5s;
}
.heady {
z-index: 600;
width: 100%;
height: 20vh;
overflow: hidden;
position: fixed;
-webkit-transform: scale(1);
-webkit-transition: all 0.3s ease-out;
-webkit-transition-delay: .4s;
}
.heady.active {
height: 100vh;
-webkit-transition: all 0.3s ease-out;
}
.logo{
height: 50px;
width: 50px;
background-color: transparent;
top: 10px;
left: 10px;
position: absolute;
z-index: 100;
}
.logo img{
width: 100%;
}
.bubble-wrap {
height: 50px;
width: 50px;
background-color: transparent;
top: 10px;
right: 10px;
position: absolute;
border-radius: 50%;
cursor: pointer;
-webkit-transform: scale(1);
-webkit-transition: all 0.3s ease-out;
display: block;
}
.bubble-wrap.active {
display: none;
}
.bubble {
height: 50px;
width: 50px;
background-color: #1a202b;
top: 10px;
right: 10px;
position: absolute;
border-radius: 50%;
-webkit-transform: scale(1);
-webkit-transition: all 0.3s ease-out;
}
.bubble.active {
-webkit-transform: scale(100);
-webkit-transition: all 0.6s ease-out;
-webkit-transition-delay: .4s;
background-color: #1a202b;
}
.bubbleback {
height: 50px;
width: 50px;
background-color: #000;
top: 10px;
right: 10px;
position: absolute;
border-radius: 50%;
-webkit-transform: scale(1);
opacity: 1;
}
.bubbleback.active {
-webkit-transform: scale(1.5);
opacity: 0;
-webkit-transition: all 0.3s ease-out;
}
.bar {
background-color: #fff;
height: 2px;
border-radius: 5px;
right: 13px;
top: 18px;
}
.first {
position: absolute;
width: 25px;
-webkit-transition: all 0.2s ease-out;
}
.first.active {
margin-top: 7px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-out;
-webkit-transition-delay: .4s;
}
.second {
margin-top: 6px;
width: 25px;
position: absolute;
-webkit-transition: all 0.2s ease-out;
}
.second.active {
opacity: 0;
margin-top: 7px;
-webkit-transition: all 0.2s ease-out;
-webkit-transition-delay: .4s;
}
.third {
margin-top: 12px;
width: 13px;
position: absolute;
-webkit-transition: all 0.2s ease-out;
}
.third.active {
margin-top: 7px;
width: 25px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-out;
-webkit-transition-delay: .4s;
}
/* ==== Preloader styles ==== */
#hola{
width: 100vw;
height: 100vh;
background-color: #1a202b;
position: fixed;
z-index: 999;
}
#preloader {
position:relative;
width: 80px;
height: 80px;
top: 50%;
margin: -40px auto 0;
-webkit-animation: spin-1 2s infinite linear;
animation: spin-1 2s infinite linear;
}
@-webkit-keyframes spin-1 {
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 1;}
}
@keyframes spin-1 {
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 1;}
}
/* --------------------------------
Wordz
-------------------------------- */
.word {
position: absolute;
width: 100%;
left: 0;
opacity: 0;
}
.letter {
display: inline-block;
position: relative;
float:none;
-webkit-transform: translateZ(25px);
transform: translateZ(25px);
-webkit-transform-origin: 50% 50% 25px;
transform-origin: 50% 50% 25px;
}
.letter.out {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.letter.in {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* --------------------------------
Blob
-------------------------------- */
.fluid {
width: 230px;
height: 230px;
background: #00e5ea;
margin: 145px auto;
border-radius: 50%;
animation: rotate 30s infinite;
}
.fluidbig {
width: 300px;
height: 300px;
background: #1a202b;
margin: 0 auto 0 auto;
border-radius: 50%;
animation: rotate 30s infinite;
}
.fluiddark {
display: none;
}
.fluiddark.abouty {
background:#00e5ea;
z-index: -200;
position: absolute;
top:0px;
left:0px;
width: 300px;
height: 300px;
border: none;
border-radius: 50%;
box-shadow:none;
display: block;
}
.fluiddark.work {
background: none;
z-index: -200;
position: absolute;
top:-5%;
left:0%;
width: 650px;
height: 650px;
border-radius: 50%;
box-shadow: inset -50px -50px 70px rgba(0, 0, 0, 0.62), 0 0 150px rgb(0, 0, 0);
}
.fluiddark.lbblob {
background:url(../images/work-lb-background.png) top center no-repeat #0e131c;
background-size: cover;
z-index: 0;
display: block;
position: absolute;
top:18%;
left:50%;
margin-left: -150px;
width: 300px;
height: 300px;
border: none;
border-radius: 50%;
box-shadow: none;
}
.fluiddark.subblob {
background:#004d8c;
background-size: cover;
z-index: 0;
display: block;
position: absolute;
top:18%;
left:50%;
margin-left: -150px;
width: 300px;
height: 300px;
border: none;
border-radius: 50%;
box-shadow: none;
}
.fluiddark.valeyblob {
background:#101011;
background-size: cover;
z-index: 0;
display: block;
position: absolute;
top:18%;
left:50%;
border: none;
margin-left: -150px;
width: 300px;
height: 300px;
border-radius: 50%;
box-shadow: none;
}
.fluidbig.righty {
margin: 0 auto;
}
.scotty{
position:absolute;
width: 360px;
top:40px;
left: 0;
z-index: 100;
}
.scotty img{
width: 85%;
}
.canada{
position:absolute;
width: 100%;
top:134px;
left: 0;
z-index: 100;
}
.canada img{
width: 100%;
}
.homework1{
position: absolute;
width: 100%;
top: 7%;
left: 0%;
z-index: 100;
}
.homework2{
position: absolute;
width: 100%;
top: 10%;
right: 0%;
z-index: 100;
}
.homework3{
position: absolute;
width: 120%;
top: 20%;
left: -10%;
z-index: 100;
}
/* --------------------------------
Page Transitions
-------------------------------- */
body::after, body::before {
/* these are the 2 half blocks which cover the content once the animation is triggered */
content: '';
height: 50vh;
width: 100%;
position: fixed;
left: 0;
background-color: #040608;
z-index: 10000;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: -webkit-transform 0.4s 0.4s;
-moz-transition: -moz-transform 0.4s 0.4s;
transition: transform 0.4s 0.4s;
}
body::before {
top: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
body::after {
bottom: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
body.page-is-changing::after, body.page-is-changing::before {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.4s 0s;
-moz-transition: -moz-transform 0.4s 0s;
transition: transform 0.4s 0s;
}
main {
height: 100vh;
text-align: center;
}
main .cd-main-content {
position: relative;
height: calc(100vh - 20px);
}
main .cd-main-content > div {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
main .cd-main-content::after, main .cd-main-content::before {
/* these are the 2 gradient overlay at the top and bottom of the .cd-main-content - to indicate that you can scroll */
content: '';
position: absolute;
left: 0;
height: 50px;
width: 100%;
}
main .cd-main-content::before {
top: 0;
}
main .cd-main-content::after {
bottom: 0;
}
main .cd-main-content.cd-index {
/* .cd-main-content basic style - index page */
/* vertically center its content */
display: table;
width: 100%;
}
main .cd-main-content.cd-index > div {
/* vertically center the content inside the .cd-index */
display: table-cell;
vertical-align: middle;
}
main .cd-main-content.cd-about {
display: inherit;
width: 100%;
/* .cd-main-content basic style - about page */
}
main .cd-main-content.cd-londonborn {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
main .cd-main-content.cd-valeyo {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
main .cd-main-content.cd-subaru {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
main .cd-main-content.cd-contact {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
.cd-cover-layer {
/* layer that covers the content when the animation is triggered */
position: fixed;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
background-color: #040608;
-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
}
.cd-about .cd-cover-layer {
background-color: #040608;
}
.cd-londonborn .cd-cover-layer {
background-color: #040608;
}
.cd-valeyo .cd-cover-layer {
background-color: #040608;
}
.cd-subaru .cd-cover-layer {
background-color: #040608;
}
.cd-contact .cd-cover-layer {
background-color: #040608;
}
.page-is-changing .cd-cover-layer {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-loading-bar {
/* this is the loding bar - visible while switching from one page to the following one */
position: fixed;
z-index: 20000;
left: 50%;
top: 50%;
height: 2px;
width: 90%;
background-color: #273040;
visibility: hidden;
-webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s 0s ease-in;
-moz-transition: visibility 0s 0.4s, -moz-transform 0.4s 0s ease-in;
transition: visibility 0s 0.4s, transform 0.4s 0s ease-in;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.cd-about .cd-loading-bar {
background-color: #01b9c2;
}
.cd-about .cd-loading-bar::before {
background-color: #273040;
}
.cd-londonborn .cd-loading-bar {
background-color: #01b9c2;
}
.cd-londonborn .cd-loading-bar::before {
background-color: #273040;
}
.cd-valeyo .cd-loading-bar {
background-color: #01b9c2;
}
.cd-valeyo .cd-loading-bar::before {
background-color: #273040;
}
.cd-subaru .cd-loading-bar {
background-color: #01b9c2;
}
.cd-subaru .cd-loading-bar::before {
background-color: #273040;
}
.cd-contact .cd-loading-bar {
background-color: #01b9c2;
}
.cd-contact .cd-loading-bar::before {
background-color: #273040;
}
.cd-loading-bar::before {
/* this is the progress bar inside the loading bar */
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #01b9c2;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.page-is-changing .cd-loading-bar {
visibility: visible;
-webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-moz-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-ms-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-o-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
-moz-transition: visibility 0s 0.3s, -moz-transform 0.4s 0.4s;
transition: visibility 0s 0.3s, transform 0.4s 0.4s;
}
.page-is-changing .cd-loading-bar::before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: -webkit-transform 0.8s 0.8s ease-in;
-moz-transition: -moz-transform 0.8s 0.8s ease-in;
transition: transform 0.8s 0.8s ease-in;
}
/* --------------------------------
QUERY START
-------------------------------- */
/* --------------------------------
QUERY 650px
-------------------------------- */
@media only screen and (min-width: 650px) {
.fluiddark {
z-index: -200;
position: absolute;
top:-5%;
left:0%;
display: inline;
width: 650px;
height: 650px;
border: #273040 solid 2px;
border-radius: 50%;
box-shadow: inset 0px 0px 40px rgba(0,0,0,.2), 0 0 90px rgba(0,0,0,.8);
}
.workpix img{
width:74%;
}
.workpix{
margin-top: 5%;
}
.workpix.subpic img{
width:75%;
}
.workpix.valpic img{
width:80%;
}
.worklbbanner{
background-size: 70%;
}
.worksubarubanner{
background-size: 70%;
}
.workvaleyobanner{
background-size: 70%;
}
.wrapperwork {
background-size: 70%;
}
.wrapper {
background: url(../images/bubble7.png) bottom right no-repeat, url(../images/lines.png) top center repeat-y #273040;
background-size: 18%, 70%;
}
.wrapper.contacty {
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 70%;
}
.wrapper.abouter {
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 70%;
}
.wrapper.homery {
background: url(../images/bubble2.png) 154% 82vh no-repeat, url(../images/lines.png) top center repeat-y #273040;
background-size: 53%, 70%;
}
.workbannerpic{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -27%;
margin-bottom: -1px;
width: 55%;
z-index: 1;
}
.contactbanner2{
background-size: 70%;
}
.contactbanner{
background: url(../images/bubble5.png) bottom left no-repeat, url(../images/bubble4.png) top right no-repeat;
background-size: 29%, 20%;
}
.paperplane{
position: absolute;
top: 37vh;
left: 50%;
margin-left: -32%;
/* margin-bottom: -1px; */
width: 68%;
z-index: 1;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.skillz p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.abouttext2{
padding: 6% 6% 6% 6%;
width: 100%;
z-index: 4;
position: relative;
margin: 0 auto 10%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.abouttext2 h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 8vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.abouttext2 p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 24px;
line-height: 40px;
}
.abouttext p{
color: #fff;
text-align: center;
font-family: SofiaPro-Regular;
font-weight: normal;
font-size: 26px;
line-height: 40px;
margin-top: 30px;
}
.andy{
position: absolute;
bottom: -2px;
left: 0;
text-align: center;
height: 100%;
width: 100%;
z-index: 1;
}
.andy img{
height: 100%;
width: auto;
}
.bannersplatabout{
top: 55%;
left: 50%;
margin-left: -400px;
margin-top: -325px;
width: 800px;
height: 800px;
}
.aboutbanner{
height: 100vh;
z-index: 2;
position: relative;
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 70%;
}
.fluiddark.abouty {
background:#00e5ea;
z-index: -200;
position: absolute;
top:0px;
left:125px;
width: 550px;
height: 550px;
border: none;
border-radius: 50%;
box-shadow:none;
display: block;
}
.contacttxt{
width: 100%;
padding-top: 41vh;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.contacttxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 10vw;
letter-spacing: -2px;
}
.contacttxt a{
color: #00e7ea;
text-decoration: underline;
}
.bannersplatfoot{
position: absolute;
top: 47%;
left: 50%;
margin-left: -325px;
margin-top: -325px;
width: 650px;
height: 650px;
z-index: 0;
}
.canada{
position:absolute;
width: 450px;
top:154px;
left: 105px;
z-index: 100;
}
.worktext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext2 p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
.worktext2 a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
#preloader {
position:relative;
width: 100px;
height: 100px;
top: 50%;
margin: -50px auto 0;
-webkit-animation: spin-1 2s infinite linear;
animation: spin-1 2s infinite linear;
}
.planewrap{
margin-left: -155px;
margin-top: -166px;
width: 310px;
}
.planey{
display: inline;
}
.planeymob{
display: none;
}
.logo{
height: 60px;
width: 60px;
top: 5px;
left: 5px;
}
.bannersplat{
margin-left: -325px;
margin-top: -325px;
width: 650px;
height: 650px;
}
.bannertxt{
padding-top: 39vh;
}
.bannertxtc{
padding-top: 39vh;
}
.banner{
background: url(../images/bubble1.png) top left no-repeat;
background-size: 22%;
}
.fluid {
width: 250px;
height: 250px;
margin: 190px auto;
}
.scotty{
width: 500px;
top:50px;
left: 75px;
}
.scotty img{
width: 70%;
}
.scroll {
bottom: 30px;
left: 50%;
margin-left: -4px;
width: 10px;
height: 48px;
}
.scroll2 {
bottom: 30px;
left: 50%;
margin-left: -4px;
width: 10px;
height: 48px;
}
.bubble-wrap {
height: 60px;
width: 60px;
top: 5px;
right: 5px;
}
.bubble {
height: 60px;
width: 60px;
top: 5px;
right: 5px;
}
.bubbleback {
height: 60px;
width: 60px;
top: 5px;
right: 5px;
}
.bar {
background-color: #fff;
height: 3px;
border-radius: 5px;
right: 15px;
top: 21px;
}
.first {
position: absolute;
width: 30px;
}
.first.active {
margin-top: 10px;
}
.second {
margin-top: 8px;
width: 30px;
}
.second.active {
opacity: 0;
margin-top: 10px;
}
.third {
margin-top: 16px;
width: 15px;
}
.third.active {
margin-top: 10px;
width: 30px;
}
.homeworksplat{
position: absolute;
top: 7%;
left: -7%;
width: 500px;
height: 500px;
z-index: 0;
}
.navcolumn{
widows: 33%;
float: none;
margin: 0 50px 70px 0;
}
.navcolumn a{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
display: block;
font-size: 30px;
color: #fff;
text-decoration: underline;
}
.navcolumn p{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
display: block;
line-height: inherit;
font-size: 30px;
color: #585f6d;
text-decoration:line-through;
}
.navcolumn h2{
font-family: SofiaPro-Bold;
text-align: left;
display: block;
margin-bottom: 30px;
font-size: 14px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.travels h4{
font-family: SofiaPro-Bold;
margin-top: 15px;
font-size: 15px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.homeworksplat2{
position: absolute;
top: 7%;
right: 40%;
width: 500px;
height: 500px;
z-index: 0;
}
.travels p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 24px;
line-height: 38px;
margin-top: 30px;
}
.fullshot{
padding: 0 5%;
margin: 10% 0;
display: block;
}
.homework1{
position: absolute;
width: 45%;
top: 15%;
left: 6%;
z-index: 100;
}
.homework2{
position: absolute;
width: 45%;
top: 20%;
right: 50%;
z-index: 100;
}
.homework3{
position: absolute;
width: 53%;
top: 23%;
left: 0;
z-index: 100;
}
.fluiddark.lbblob {
background:url(../images/work-lb-background.png) top center no-repeat #0e131c;
background-size: cover;
z-index: 0;
position: absolute;
top:10%;
left:50%;
margin-left: -350px;
width: 700px;
height: 700px;
border: none;
border-radius: 50%;
box-shadow: 0 0 150px #000000a6;
}
.fluiddark.subblob {
background:#004d8c;
background-size: cover;
z-index: 0;
position: absolute;
top:10%;
left:50%;
margin-left: -350px;
width: 700px;
height: 700px;
border: none;
border-radius: 50%;
box-shadow: 0 0 150px #000;
}
.fluiddark.valeyblob {
background:#101011;
background-size: cover;
z-index: 0;
position: absolute;
top:10%;
left:50%;
border: none;
margin-left: -350px;
width: 700px;
height: 700px;
border-radius: 50%;
box-shadow: none;
}
.brandpicoversub{
width:100%;
position: absolute;
top: 30%;
height: 100%;
left: 0;
z-index: 100;
}
.brandpicoverval{
width:95%;
position: absolute;
top: 20%;
height: 100%;
left: 2.5%;
z-index: 100;
}
.brandpic{
width: 100%;
position: relative;
height: 85vh;
margin-top: 0;
background: url(../images/wavy.png) center center no-repeat;
background-size: 150%;
}
.workintrobox{
padding: 16% 10% 16% 10%;
width: 100%;
margin: 0 auto;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.workintrobox h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 8vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.workintrobox p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 38px;
}
.wires{
padding: 0 11%;
}
.wiresleft{
width:100%;
float: none;
}
.wiresright{
width:100%;
float: none;
}
.wiresleft h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 7vw;
letter-spacing: -2px;
}
.wiresleft p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 38px;
margin: 30px 0 30px 0;
}
.fontsncolours h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 7vw;
margin-bottom: 50px;
letter-spacing: -1px;
}
.font{
width: 70%;
float: none;
clear: both;
margin: 0 auto 40px auto;
}
.colours{
width: 65%;
float: none;
margin: 0 auto;
}
.mobileshots{
display: none;
}
}
/* --------------------------------
QUERY 770px
-------------------------------- */
@media only screen and (min-width: 770px) {
main .cd-main-content {
height: 100%;
}
.paperplane{
position: absolute;
top: 30vh;
left: 50%;
margin-left: -25%;
/* margin-bottom: -1px; */
width: 50%;
z-index: 1;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.fullshot{
padding: 0 15%;
margin: 10% 0;
display: block;
}
.brandpicoversub{
width:50%;
position: absolute;
top: 20%;
height: 100%;
left: 25%;
z-index: 100;
}
.brandpicoverval{
width:50%;
position: absolute;
top: 20%;
height: 100%;
left: 25%;
z-index: 100;
}
.brandpic{
width:100%;
position: relative;
height: 110vh;
margin-top: 0;
background: url(../images/wavy.png) center center no-repeat;
background-size: 100%;
}
.workbannersubpic{
position: absolute;
top: 0;
left: 50%;
margin-left: -14%;
/* margin-bottom: -1px; */
width: 28%;
z-index: 1;
}
.workbannervalpic{
position: absolute;
top: 50%;
left: 0;
/* margin-left: -12%; */
margin-top: -9%;
width: 60%;
z-index: 1;
}
.nextsubbanner{
width: 70%;
margin: 6% auto 10%;
background:url(../images/key.png)top center no-repeat #1b3ed3;
background-size: 40%;
box-shadow: 0 0 150px #000000a6;
}
.nextsubbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.nextlbbanner{
width: 70%;
margin: 6% auto 10%;
background: url(../images/wine.png) top center no-repeat #ff4338;
background-size: 30%;
box-shadow: 0 0 150px #000000a6;
}
.nextlbbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.nextvalbanner{
width: 70%;
margin: 6% auto 10%;
background: url(../images/hand.png) 0% 92% no-repeat #00d4d8;
background-size: 60%;
box-shadow: 0 0 150px #000000a6;
}
.nextvalbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.mobileshots{
display: block;
padding: 0 15%;
}
.shot1{
width:31%;
float: left;
padding: 20px;
margin: 0;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot2{
width:31%;
float: right;
margin: 0 auto;
padding: 20px;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot3{
width:31%;
margin: 0 auto;
padding: 20px;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.fontsncolours{
padding: 6% 8% 6% 8%;
width: 70%;
margin: 7% auto 10%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.fontsncolours h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 4vw;
margin-bottom: 60px;
letter-spacing: -1px;
}
.font{
width: 55%;
float: left;
clear: both;
margin: 0;
}
.colours{
width: 35%;
float: right;
margin: 0;
}
.wires{
padding: 0 13.5% 0 15%;
}
.wiresleft{
width:45%;
float: left;
}
.wiresright{
width:50%;
float: right;
}
.wiresleft h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: left;
font-weight: normal;
font-size: 4vw;
letter-spacing: -2px;
}
.wiresleft p{
color: #7c8898;
text-align: left;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 38px;
margin: 30px 0 0 0;
}
.workpix img{
width:55%;
}
.workpix.subpic img{
width:65%;
}
.workpix.valpic img{
width:70%;
}
.workbannerpic{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -12%;
margin-bottom: -1px;
width: 25%;
z-index: 1;
}
.clients{
padding: 6% 6% 10% 6%;
width: 70%;
z-index: 4;
position: relative;
margin: 0 auto;
background-color: transparent;
box-shadow: none;
}
/**form**/
.bluewrapcontact{
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
padding: 6%;
width: 70%;
margin: 10% auto 10%;
}
.fieldlabel{
font-size: 20px;
margin-top: 30px;
}
input::placeholder {
font-size: 18px;
}
.formmessagestyle::placeholder {
font-size: 18px;
}
.formright{
width:49%;
float: right;
}
.formleft{
width:49%;
float: left;
}
.formmessage{
width:100%;
}
input[type=text], select {
padding: 25px 25px;
margin: 8px 0;
font-size: 18px;
}
input[type=email], select {
padding: 25px 25px;
margin: 8px 0;
font-size: 18px;
}
input[type=password], select {
padding: 25px 25px;
margin: 8px 0;
font-size: 18px;
}
.formmessagestyle {
padding: 25px 25px;
margin: 8px 0;
min-height: 15vh;
font-size: 18px;
}
input[type=submit] {
font-size: 22px;
margin: 20px 0;
}
.clients img{
width: 80%;
}
.clients h2{
color:#fff;
font-family:SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 3vw;
letter-spacing: -1px;
margin-bottom: 60px;
}
.bannertxt2 h1{
font-size: 14vw;
letter-spacing: -8px;
}
.aboutfoot{
width: 100%;
padding-bottom: 11%;
}
.travelspic2{
position: absolute;
top:58px;
right:18.5%;
z-index: 100;
width: 270px;
margin: 0;
}
.planewrap2{
margin-right: -120px;
margin-top: -166px;
right: 50%;
width: 240px;
}
.aboutwork{
width: 70%;
margin: 0 auto;
background: url(../images/wine.png) top center no-repeat #ff4338;
background-size: 30%;
box-shadow: 0 0 150px #000000a6;
}
.aboutwork a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.travels p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.travels h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 60px;
margin-top: 70px;
letter-spacing: -1px;
}
.travels3{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
margin-top: -5%;
}
.travels1{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
}
.travels2{
width: 44%;
float: right;
padding: 0 9.5% 0 0;
text-align: right;
margin: 50% 0 0 0;
position: relative;
}
.travelspic{
position: relative;
top:310px;
left:0;
width: 240px;
z-index: 100;
}
.travelspic3{
position: relative;
top:268px;
left:-10px;
width: 270px;
z-index: 100;
}
.travels{
padding: 0 7% 5%;
background: url(../images/wavy.png) top center no-repeat;
background-color: none;
background-size: 100%;
z-index: 0;
}
.travels h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 60px;
margin-top: 70px;
letter-spacing: -1px;
}
.abouttext2{
padding: 6% 6% 6% 6%;
width: 70%;
z-index: 4;
position: relative;
margin: 0 auto 10%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.abouttext2 h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 4vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.abouttext2 p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 40px;
}
.navcolumn{
widows: 33%;
float: left;
margin: 0 100px 0 0;
}
.navcolumn a{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
display: block;
font-size: 30px;
color: #fff;
text-decoration: underline;
}
.navcolumn p{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
line-height: inherit;
display: block;
font-size: 30px;
color: #585f6d;
text-decoration:line-through;
}
.navcolumn h2{
font-family: SofiaPro-Bold;
text-align: left;
display: block;
margin-bottom: 30px;
font-size: 14px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.contactbanner{
background: url(../images/bubble5.png) bottom left no-repeat, url(../images/bubble4.png) top right no-repeat;
background-size: 20%, 16%;
}
.contacttxt{
width: 100%;
padding-top: 38vh;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.contacttxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 4vw;
letter-spacing: -2px;
}
.contacttxt a{
color: #00e7ea;
text-decoration: underline;
}
.workclose img{
width:100%;
}
.workclose{
width: 100%;
padding: 0 0 10vh 0;
}
.worktext a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
.worktext2 a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
.worktext h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 70px;
letter-spacing: -1px;
}
.travels h4{
font-family: SofiaPro-Bold;
margin-top: 15px;
font-size: 13px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.worktext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext2 p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext2 h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 70px;
letter-spacing: -1px;
}
.worktext{
padding-left: 20px;
text-align: right;
}
.work {
width: 100%;
z-index: 10;
position: relative;
padding: 0;
margin-bottom: 0;
background-color: transparent;
box-shadow: none;
}
.work1{
padding: 10% 5% 10%;
position: relative;
}
.work2{
padding: 10% 5% 10%;
position: relative;
}
.work3{
padding: 10% 5% 0;
position: relative;
}
.workpic{
width: 50%;
float: left;
height: 600px;
}
.workpic2{
width: 50%;
float: right;
height: 600px;
}
.workintrobox{
padding: 11% 6% 6% 6%;
width: 70%;
margin: 0 auto;
}
.workintrocont{
padding: 12% 0 12%;
margin: -22% 0 0;
}
.workintrobox h2{
font-size: 4vw;
text-align: center;
margin-bottom: 30px;
letter-spacing: -1px;
}
.workintrobox p{
font-size: 20px;
text-align: center;
line-height: 40px;
}
.workintro{
width: 44%;
float: right;
padding: 0 11% 0 0;
text-align: right;
}
.workintro2{
width: 44%;
float: left;
padding: 0 0 0 11%;
text-align: left;
}
.workintro3{
width: 44%;
float: right;
padding: 0 9.5% 0 0;
margin-top: 10%;
text-align: right;
}
.homeworksplat{
position: absolute;
top: 7%;
left: 7%;
width: 500px;
height: 500px;
z-index: 0;
}
.homeworksplat2{
position: absolute;
top: 7%;
right: 7%;
width: 500px;
height: 500px;
z-index: 0;
}
.fluidbig {
width: 500px;
height: 500px;
background: #1a202b;
margin: 0 auto 0 0;
border-radius: 50%;
animation: rotate 30s infinite;
}
.fluidbig.righty {
margin: 0 0 0 auto;
}
.homework1{
position: absolute;
width: 40%;
top: 10%;
left: 6%;
z-index: 100;
}
.homework2{
position: absolute;
width: 34%;
top: 15%;
right: 9%;
z-index: 100;
}
.homework3{
position: absolute;
width: 39%;
top: 23%;
left: 9.5%;
z-index: 100;
}
.skillzpic2{
position: absolute;
top:106px;
right:18.5%;
z-index: 100;
width: 240px;
margin: 0;
}
.skillz p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.skillz h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 60px;
margin-top: 70px;
letter-spacing: -1px;
}
.design{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
margin-top: -5%;
}
.direction{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
}
.strategy{
width: 44%;
float: right;
padding: 0 9.5% 0 0;
text-align: right;
margin: 50% 0 0 0;
position: relative;
}
.skillzpic{
position: relative;
top:365px;
left:0;
width: 240px;
z-index: 100;
}
.fluid.skilly{
margin:64px auto 0 0;
background: #1a202b;
width: 230px;
height: 230px;
}
.fluid.skillyright{
margin:64px 0 0 auto;
background: #1a202b;
width: 230px;
height: 230px;
}
.skillz{
padding: 0 7% 15%;
background: url(../images/wavy.png) top center no-repeat, url(../images/bubble3.png) 140% 100% no-repeat;
background-color: transparent;
background-size: 100%, 44%;
z-index: 0;
}
.wrapper.homery {
background: url(../images/bubble2.png) 140% 6% no-repeat, url(../images/lines.png) top center repeat-y #273040;
background-size: 44%, 70%;
}
.leftylink{
left: -3px;
font-size: 18px;
display: block;
}
.rightylink{
right: -13px;
font-size: 18px;
display: block;
}
.leftbar{
top: 0;
left: 0;
position: fixed;
z-index: 11;
width: 70px;
background-color: #1a202b;
height: 100%;
}
.abouttext h2{
color:#fff;
font-family:SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 5vw;
letter-spacing: -1px;
}
.abouttext p{
color: #fff;
text-align: center;
font-family: SofiaPro-Regular;
font-weight: normal;
font-size: 30px;
line-height: 44px;
margin-top: 30px;
}
.rightbar{
top: 0;
right: 0;
position: fixed;
z-index: 11;
width: 70px;
background-color: #1a202b;
height: 100%;
}
.footright{
text-align: right;
width: 30px;
bottom: 30px;
right: 20px;
}
.footleft{
bottom: 93px;
width: 170px;
left: -70px;
height: 100px;
}
.abouttext{
padding: 8% 8%;
width: 60%;
margin: 16% auto 4%;
z-index: 500;
position: relative;
background-color: #273040bd;
box-shadow: 0 0 150px #000000a6;
}
.footleft p{
font-size: 14px;
}
main.cd-index > div {
padding-top: 200px;
}
main.cd-index > div {
padding-top: 50px;
}
main p {
font-size: 1.8rem;
line-height: 2;
}
.cd-cover-layer {
height: 100%;
width: 100%;
}
.cd-loading-bar {
width: 100%;
}
.bannertxt h1{
font-size: 9vw;
}
.bannertxtc h1{
font-size: 9vw;
}
main .cd-main-content.cd-about {
display: table;
}
}
|
momentum/css/style.css
|
*, *::after, *::before {
box-sizing: border-box;
}
::selection {
background: #098ef2;
color: #fff;/* WebKit/Blink Browsers */
}
::-moz-selection {
background: #098ef2;
color: #fff;/* Gecko Browsers */
}
html {
font-size: 62.5%;
}
body {
background:#273040;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.group:after {
content: "";
display: table;
clear: both;
}
/**fonts**/
@font-face {
font-family: 'SofiaPro-SemiBold';
src: url('../fonts/SofiaPro-SemiBold.eot');
src: url('../fonts/SofiaPro-SemiBold.woff2') format('woff2'),
url('../fonts/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaProSemiBold';
src: url('../fonts/SofiaProSemiBold.woff') format('woff'),
url('../fonts/SofiaProSemiBold.ttf') format('truetype'),
url('../fonts/SofiaProSemiBold.svg#SofiaProSemiBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaPro-Regular';
src: url('../fonts/SofiaPro-Regular.eot');
src: url('../fonts/SofiaPro-Regular.woff2') format('woff2'),
url('../fonts/SofiaPro-Regular.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaProRegular';
src: url('../fonts/SofiaProRegular.woff') format('woff'),
url('../fonts/SofiaProRegular.ttf') format('truetype'),
url('../fonts/SofiaProRegular.svg#SofiaProRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SofiaPro-Bold';
src: url('../fonts/SofiaPro-Bold.eot');
src: url('../fonts/SofiaPro-Bold.woff') format('woff'),
url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
/* --------------------------------
Blob
-------------------------------- */
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes rotate2 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/**float**/
@-webkit-keyframes float {
0% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
50% {
-webkit-transform: translatey(-20px);
transform: translatey(-20px);
}
100% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
}
@keyframes float {
0% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
50% {
-webkit-transform: translatey(-20px);
transform: translatey(-20px);
}
100% {
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
}
/*bouncing arrow*/
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
/**fade in**/
.hideme
{
opacity:0;
}
@keyframes fadeIn{
0% {
opacity:0;
transform: translate(0px,40px) ;
}
100% {
opacity:1;
transform: translate(0px,0px) ;
}
}
@-moz-keyframes fadeIn{
0% {
opacity:0;
-moz-transform: translate(0px,40px) ;
}
100% {
opacity:1;
-moz-transform: translate(0px,0px) ;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
-webkit-transform: translate(0px,40px) ;
}
100% {
opacity:1;
-webkit-transform: translate(0px,0px) ;
}
}
@-o-keyframes fadeIn {
0% {
opacity:0;
-o-transform: translate(0px,40px) ;
}
100% {
opacity:1;
-o-transform: translate(0px,0px) ;
}
}
.fade-in {
opacity:0; /* make things invisible upon start */
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
animation-duration:0.5s;
}
/* --------------------------------
Contact page
-------------------------------- */
#contact-area {
width: 600px;
margin: 25px auto;
}
#contact-area input, #contact-area textarea {
padding: 5px;
width: 471px;
font-family: SofiaPro-Regular;
font-size: 1.4em;
margin: 0px 0px 10px 0px;
border: 2px solid #ccc;
}
#contact-area textarea {
height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
border: 2px solid #900;
}
#contact-area input.submit-button {
width: 100px;
float: right;
}
label {
float: left;
text-align: right;
margin-right: 15px;
width: 100px;
padding-top: 5px;
font-size: 1.4em;
}
/* --------------------------------
Andy home page
-------------------------------- */
.wrapper {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapper.contacty {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapper.abouter {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapper.homery {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.wrapperwork {
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.bannertxt{
width: 100%;
padding-top: 46vh;
text-align: center;
margin: 0 auto;
}
.bannertxtc{
width: 100%;
padding-top: 46vh;
text-align: center;
margin: 0 auto;
}
.bannertxt2{
width: 100%;
position: absolute;
top: 37vh;
left: 0;
text-align: center;
margin: 0 auto;
}
.bannertxt3{
width: 100%;
padding-top: 38vh;
padding-bottom: 15vh;
text-align: center;
margin: 0 auto;
z-index: 5;
position: relative;
}
.contacttxt{
width: 100%;
padding-top: 47vh;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.travels{
background: url(../images/wavy.png) top left no-repeat;
background-size: 200%;
padding: 11% 16% 23%;
width: 100%;
position: relative;
z-index: 500;
}
.travelspic{
position: relative;
top:113px;
left:0;
width: 150px;
z-index: 100;
}
.travelspic img{
width: 100%;
}
.travelspic2 img{
width: 100%;
}
.travelspic2{
position: relative;
top:51px;
right:10px;
width: 178px;
z-index: 100;
text-align: left;
margin: 0;
}
.travelspic3{
position: relative;
top:93px;
left:-10px;
width: 178px;
z-index: 100;
}
.travelspic3 img{
width: 100%;
}
.travels3{
width: 100%;
float: none;
padding: 0;
text-align: left;
margin-top: -5%;
}
.travels1{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.travels2{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.travels p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin-top: 18px;
}
.travels h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
margin-top: 30px;
letter-spacing: -1px;
}
.travels h4{
font-family: SofiaPro-Bold;
margin-top: 15px;
font-size: 13px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.skillz{
background: url(../images/wavy.png) top left no-repeat;
background-size: 200%;
background-color: #273040ed;
padding: 11% 7%;
width: 100%;
position: relative;
z-index: 500;
}
.design{
width: 100%;
float: none;
padding: 0;
text-align: left;
margin-top: -5%;
}
.direction{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.strategy{
width: 100%;
float: none;
padding: 0;
text-align: left;
}
.work {
width: 100%;
position: relative;
background-color: #273040ed;
z-index: 120;
padding: 0 0 20% 0;
box-shadow: 0 0 150px #000000a6;
}
.homeworksplat{
position: absolute;
top: 7%;
left: 0;
width: 100%;
height: 500px;
z-index: 0;
}
.homeworksplat2{
position: absolute;
top: 7%;
right: 0;
width: 100%;
height: 500px;
z-index: 0;
}
.bannersplat{
position: absolute;
top: 50%;
left: 50%;
margin-left: -185px;
margin-top: -250px;
width: 370px;
height: 300px;
z-index: 0;
}
.bannersplatabout{
position: absolute;
top: 75%;
left: 50%;
margin-left: -147px;
margin-top: -265px;
width: 100%;
height: 100%;
z-index: 0;
}
.bannersplatfoot{
position: absolute;
top: 60%;
left: 50%;
margin-left: -185px;
margin-top: -325px;
width: 370px;
height: 650px;
z-index: 0;
}
.worksplatfoot{
position: absolute;
top: 47%;
left: 50%;
margin-left: -325px;
margin-top: -275px;
width: 650px;
height: 650px;
z-index: 0;
}
.worksplat{
position: absolute;
top: 68%;
left: 50%;
margin-left: -213px;
margin-top: -209px;
width: 437px;
height: 419px;
z-index: 0;
background: url(../images/splatter.png) top center no-repeat;
}
.contactsplat{
position: absolute;
top: 50%;
left: 50%;
margin-left: -213px;
margin-top: -209px;
width: 437px;
height: 419px;
z-index: 0;
background: url(../images/splatter.png) top left no-repeat;
background-size: 100%;
}
.bannersplat2{
position: absolute;
top: 50%;
left: 50%;
margin-left: -213px;
margin-top: -229px;
width: 437px;
height: 419px;
z-index: 0;
background: url(../images/splatter.png) top left no-repeat;
background-size: 100%;
}
.bannersplatbig{
position: relative;
}
.bannersplatbig2{
position: relative;
}
.contactsplat{
position: absolute;
top: 50%;
left: 50%;
margin-left: -225px;
margin-top: -200px;
width: 437px;
height: 419px;
z-index: 0;
}
.lbsplat{
position: absolute;
top: 38vh;
left: 50%;
margin-left: -234px;
margin-top: -180px;
width: 446px;
height: 506px;
z-index: 0;
}
.valsplat{
position: absolute;
top: 35%;
left: 50%;
margin-left: -303px;
margin-top: -117px;
width: 446px;
height: 506px;
z-index: -5;
}
.jksplat{
position: absolute;
top: 37%;
left: 50%;
margin-left: -255px;
margin-top: -117px;
width: 446px;
height: 506px;
z-index: -5;
}
.contactabout{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -325px;
width: 650px;
height: 673px;
z-index: -5;
}
.contactabout img{
width: 100%;
}
.planewrap{
position: fixed;
pointer-events: none;
top: 50%;
left: 50%;
margin-left: -126px;
margin-top: -115px;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
width: 248px;
height: 350px;
z-index: 0;
text-align: center;
}
.planey{
display: none;
}
.planeymob{
display: inline;
}
.planewrap2{
position: fixed;
pointer-events: none;
top: 50%;
right:0;
margin-right: -120px;
margin-top: -115px;
width: 240px;
z-index: 1;
text-align: center;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.banner{
height: 100vh;
position: relative;
}
.worklbbanner{
height: 100vh;
position: relative;
background: url(../images/lineslb.png) top center repeat-y #ff4338;
background-size: 136%;
}
.worksubarubanner{
height: 100vh;
position: relative;
background: url(../images/linessub.png) top center repeat-y #400cd1;
background-size: 136%;
}
.workvaleyobanner{
height: 100vh;
position: relative;
background: url(../images/linesval.png) top center repeat-y #00d4d8;
background-size: 136%;
}
.contactbanner2{
height: 100vh;
position: relative;
background: url(../images/linescontact.png) top center repeat-y #00e5ea;
background-size: 136%;
}
.contactbanner{
height: 100vh;
position: relative;
}
.nextvalbanner{
width: 100%;
margin: 14% 0 0;
background: url(../images/hand.png) 0% 62% no-repeat #00d4d8;
background-size: 75%;
box-shadow: 0 0 150px #000000a6;
}
.nextvalbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -2px;
text-decoration: none;
display:block;
padding:30% 0;
}
.nextsubbanner{
width: 100%;
margin: 14% 0 0;
background:url(../images/key.png)top center no-repeat #1b3ed3;
background-size: 40%;
box-shadow: 0 0 150px #000000a6;
}
.nextsubbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -2px;
text-decoration: underline;
display:block;
padding:30% 0;
}
.nextlbbanner{
width: 100%;
margin: 14% 0 0;
background: url(../images/wine.png) bottom center no-repeat #ff4338;
background-size: 33%;
box-shadow: 0 0 150px #000000a6;
}
.nextlbbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -2px;
text-decoration: none;
display:block;
padding:30% 0;
}
.aboutfoot{
width: 100%;
background: none;
padding-bottom: 0;
}
.aboutwork{
width: 100%;
margin: 0 auto;
background: url(../images/wine.png) bottom center no-repeat #ff4338;
background-size: 30%;
box-shadow: 0 0 150px #000000a6;
z-index: 10;
position: relative;
}
.aboutwork a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 7vw;
letter-spacing: -2px;
text-decoration: underline;
display:block;
padding:30% 0;
}
.timeline{
padding: 23% 15% 23%;
background: url(../images/aboutmap.png) center center no-repeat;
background-size: 100%;
}
.timeline h3{
color: #fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 2vw;
letter-spacing: -1px;
}
.timeline p{
color: #fff;
font-family:SofiaPro-Regular;
font-weight: normal;
text-align: left;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.time1{
width:32%;
float: left;
padding: 0 1% 0 0%;
}
.time2{
width:32%;
float: right;
padding: 0 1% 0 0%;
}
.time3{
width:32%;
margin: 0 auto;
}
.wires{
padding: 0 16%;
}
.wires img{
width: 100%;
}
.wiresleft{
width:100%;
float: none;
}
.wiresright{
width:100%;
float: none;
}
.wiresleft h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 10vw;
letter-spacing: -2px;
}
.wiresleft p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin: 30px 0 30px 0;
}
.brandpic{
width:100%;
position: relative;
height: 70vh;
margin-top: 10%;
background: url(../images/wavy.png) center center no-repeat;
background-size: 170%;
}
.brandpicover img{
height:100%;
}
.brandpicover{
width:50%;
position: absolute;
top: 0;
height: 100%;
left: 25%;
z-index: 100;
}
.brandpicoversub img{
width:100%;
}
.brandpicoversub{
width:100%;
position: absolute;
top: 28%;
height: 60%;
left: 0%;
z-index: 100;
}
.brandpicoverval img{
width:100%;
}
.brandpicoverval{
width:90%;
position: absolute;
top: 28%;
height: 60%;
left: 5%;
z-index: 100;
}
.brandpic-valeyo{
width:100%;
padding: 2% 0;
min-height: 75%;
}
.brandpic-jk{
width:100%;
background: url(../images/work-jk-background.png) center left no-repeat;
background-size: cover;
min-height: 90%;
}
.brandpic-valeyo img{
width:40%;
}
.workhighs{
padding: 8% 15% 0;
}
.workhighs h3{
color: #fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 2vw;
letter-spacing: -1px;
}
.workhighs p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
text-align: left;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.highs1{
width:32%;
float: left;
padding: 0 1% 0 0%;
}
.highs2{
width:32%;
float: right;
padding: 0 1% 0 0%;
}
.highs3{
width:32%;
margin: 0 auto;
}
.mobileshots{
padding: 0 16%;
display: block;
}
.mobileshots img{
width:100%;
}
.fullshot{
display: none;
}
.fullshot img{
width: 100%;
box-shadow: 0 0 150px #000000a6;
}
.shot1{
width:100%;
float: none;
padding: 0;
margin: 0 0 30px;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot2{
width:100%;
float: none;
margin: 0 0 30px;
padding: 0;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot3{
width:100%;
margin: 0;
padding: 0;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.clients{
padding: 16% 6% 16% 6%;
width: 100%;
z-index: 10;
position: relative;
margin: 0 auto;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.clients img{
width: 82%;
}
.clients h2{
color: #fff;
font-family: SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 7vw;
letter-spacing: -1px;
margin-bottom: 27px;
}
.workpic{
width: 100%;
float: none;
height:400px;
}
.workpic img{
width: 100%;
}
.footleft{
bottom: 80px;
width: 165px;
left: -76px;
height: 40px;
position: fixed;
z-index: 100;
transform: rotate(90deg);
}
.leftylink{
transform: rotate(90deg);
position: fixed;
display: none;
top: 50%;
left: -13px;
z-index: 15;
color: #fff;
font-family: SofiaPro-bold;
font-weight: normal;
}
.leftylink.act{
text-decoration: line-through;
}
.rightylink{
transform: rotate(-90deg);
position: fixed;
top: 50%;
right: -21px;
z-index: 15;
color: #fff;
font-family: SofiaPro-bold;
font-weight: normal;
display: none;
}
.rightylink.act{
text-decoration: line-through;
}
.leftbar{
top: 0;
left: 0;
position: fixed;
z-index: 11;
width: 40px;
background-color: none;
height: 100%;
}
.rightbar{
top: 0;
right: 0;
position: fixed;
z-index: 11;
width: 40px;
background-color: none;
height: 100%;
}
.footleft p{
color: #4f5765;
font-family:SofiaPro-Regular;
font-weight: normal;
text-align: right;
font-size: 12px;
}
.footright img{
margin-top: 15px;
width: 20px;
}
.footright{
text-align: right;
width: 30px;
bottom: 15px;
right: 11px;
position: fixed;
z-index: 100;
}
.workpic2 img{
width: 100%;
}
.workpic2{
width: 100%;
float: none;
height: 400px;
}
.aboot{
position: relative;
padding-bottom: 10%;
background: url(../images/aboutleftcloud.png) bottom right no-repeat;
}
.workintro{
width: 100%;
padding: 0 7%;
float: none;
text-align: left;
}
.workintro2{
width: 100%;
padding: 0 7%;
float: none;
text-align: left;
}
.workintro3{
width: 100%;
padding: 0 7%;
float: none;
margin-top: 10%;
text-align: left;
}
.work1{
padding: 0;
position: relative;
}
.work2{
padding: 0;
position: relative;
}
.work3{
padding: 0;
position: relative;
}
.bannertxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2;
font-size: 17vw;
letter-spacing: -4px;
position: relative;
}
.bannertxtc h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2;
font-size: 15vw;
letter-spacing: -4px;
position: relative;
}
.bannertxt2 h1{
color: #fff;
font-family: SofiaPro-Bold;
text-align: center;
font-weight: normal;
z-index: 2;
font-size: 22vw;
letter-spacing: -3px;
position: relative;
}
.splatoverlay{
position: absolute;
width: 65%;
top:15%;
left: 20%;
}
.splatoverlay2{
position: absolute;
width: 100%;
top:-5%;
left: 0%;
}
.bannertxt3 h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 8vw;
letter-spacing: -4px;
}
.contacttxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 7vw;
letter-spacing: -2px;
}
.abouttext h2{
color: #fff;
font-family: SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 10vw;
letter-spacing: -1px;
}
.abouttext p{
color: #fff;
text-align: center;
font-family: SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 34px;
margin-top: 20px;
}
.abouttext2 h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 10vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.abouttext2 p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
}
.abouttext a{
color: #00E5EA;
text-decoration: underline;
}
.workclose{
width: 100%;
padding: 4vh 0 0 0;
}
.workclose img{
width:200%;
}
.writeup h3{
color:#fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 3vw;
letter-spacing: -1px;
}
.writeup p{
color: #7c8898;
text-align: left;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 36px;
}
.writeup a{
color: #33A1F4;
text-decoration: underline;
}
.writeup{
width: 100%;
padding: 8% 15% 10%;
}
.writeupleft{
width:48%;
float: left;
}
.writeupright{
width:48%;
float: right;
}
.bannertxt a{
color: #33A1F4;
text-decoration: underline;
}
.worktext a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 20px;
}
.worktext2 a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 20px;
}
.contacttxt a{
color: #fff;
text-decoration: underline;
}
.nexttxt a{
color: #00e7ea;
text-decoration: underline;
}
.aboutbanner{
height: 83vh;
z-index: 2;
position: relative;
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 136%;
}
.andy{
position: absolute;
bottom: -2px;
left: 0;
text-align: center;
height: auto;
width: 100%;
max-height: 100%;
z-index: 1;
}
.andy img{
height: auto;
width: 100%;
}
.paperplane{
position: absolute;
top: 41vh;
left: 0;
margin-left: 0;
width: 100%;
z-index: 1;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.paperplane img{
width: 100%;
}
.workbannerpic{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -36%;
margin-bottom: -2px;
width: 75%;
z-index: 1;
}
.workbannerpic img{
width: 100%;
}
.workbannervalpic{
position: absolute;
top: 50%;
left: 0;
/* margin-left: -12%; */
margin-top: -9%;
width: 95%;
z-index: 1;
}
.workbannervalpic img{
width: 100%;
}
.workbannersubpic{
position: absolute;
top: 0;
left: 50%;
margin-left: -40%;
/* margin-bottom: -1px; */
width: 80%;
z-index: 1;
}
.workbannersubpic img{
width: 100%;
}
.contacttop{
height: 100vh;
position: relative;
background: url(../images/clouds_left.png) -8% 40% no-repeat;
}
.formholder{
width:100%;
}
.abouttext{
padding: 20% 7%;
width: 100%;
margin: 16% auto 0%;
z-index: 500;
position: relative;
background-color: #273040ed;
box-shadow: 0 0 150px #000000a6;
}
.workintrotext{
width: 100%;
padding: 7% 15% 0;
background-size: 100%;
}
.workintrotext h3{
color: #fff;
font-family: SofiaPro-Bold;
font-weight: normal;
font-size: 6vw;
letter-spacing: -4px;
margin-bottom: 40px;
}
.workintrotext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 36px;
}
.workintrotext a{
color: #33A1F4;
text-decoration: underline;
}
.workpix{
width:100%;
position: relative;
margin-top: 12%;
z-index: 15;
}
.workpix img{
width:95%;
}
.workpix.subpic img{
width:95%;
}
.workpix.valpic img{
width:95%;
}
.abouttext2{
padding: 10% 6% 12% 6%;
width: 100%;
z-index: 11;
position: relative;
margin: 0 auto 20%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.fontsncolours{
padding: 0;
width: 69%;
margin: 7% auto 10%;
background-color: transparent;
box-shadow: none;
}
.fontsncolours h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: left;
font-weight: normal;
font-size: 10vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.font{
width: 100%;
float: none;
clear: both;
margin: 0 auto 30px;
}
.colours{
width: 100%;
float: none;
margin: 0 auto;
}
.font img{
width: 100%;
}
.colours img{
width: 100%;
}
.workintrocont{
padding: 12% 0 12%;
margin: -22% 0 0;
z-index: 12;
position: relative;
}
.workintrobox{
padding: 16% 10% 16% 10%;
width: 100%;
margin: 0 auto;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.workintrobox h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 10vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.workintrobox p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
}
.worktext h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
letter-spacing: -1px;
}
.worktext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin-top: 20px;
}
.skillzpic{
position: relative;
top:160px;
left:0;
width: 150px;
z-index: 100;
}
.skillzpic img{
width: 100%;
}
.skillzpic2 img{
width: 100%;
}
.skillzpic2{
position: relative;
top:110px;
right:0%;
width: 150px;
z-index: 100;
text-align: left;
margin: 0;
}
.fluid.skilly{
margin:-46px auto 0 0;
background: #1a202b;
width: 150px;
height: 150px;
}
.fluid.lbdark{
background:#121822;
}
.fluid.skillyright{
margin:-90px auto 0 0;
background: #1a202b;
width: 150px;
height: 150px;
}
.skillz p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin-top: 18px;
}
.skillz h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
margin-top: 70px;
letter-spacing: -1px;
}
.worktext{
padding-left: 0px;
text-align: left;
}
.worktext2 h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 10vw;
letter-spacing: -1px;
}
.worktext2 p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin-top: 20px;
}
.worktext2{
text-align: left;
padding-right: 20px;
}
.workpiece{
width: 100%;
height: auto;
padding-bottom: 10%;
text-align: center;
}
.workpiece img{
width: 90%;
margin: 0 auto;
height: 90%;
}
/**form**/
.bluewrapcontact{
background-color: transparent;
box-shadow: none;
padding: 0;
width: 68%;
margin: 15% auto 10%;
}
.formleft{
width:100%;
float: none;
}
.fieldwrap{
width:100%;
}
.fieldlabel{
color: #fff;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 18px;
margin-top: 11px;
letter-spacing: -1px;
}
input::placeholder {
color: #323d50;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 16px;
letter-spacing: -1px;
}
.formmessagestyle::placeholder {
color: #323d50;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
font-size: 16px;
letter-spacing: -1px;
}
.formright{
width:100%;
float: none;
}
.formmessage{
width:100%;
}
input[type=text], select {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
background-color: #0e131c;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
input[type=email], select {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
background-color: #0e131c;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
input[type=password], select {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
background-color: #0e131c;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
.formmessagestyle {
width: 100%;
padding: 18px 18px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
background-color: #0e131c;
box-sizing: border-box;
min-height: 22vh;
border: none;
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 16px;
}
input[type=submit] {
color: #00e5ea;
font-family:SofiaPro-SemiBold;
text-align: left;
font-weight: normal;
text-decoration: underline;
font-size: 20px;
display: block;
padding: 0;
background-color: transparent;
letter-spacing: -1px;
margin: 15px 0;
border: none;
cursor: pointer;
}
input[type=submit]:hover {
color: #00bfea;
}
.scroll {
position: absolute;
bottom: 17px;
left: 50%;
margin-left: -3px;
width: 8px;
height: 36px;
background-image: url(../images/scroll.svg);
background-size: contain;
z-index: 1;
}
.scroll2 {
position: absolute;
bottom: 17px;
left: 50%;
margin-left: -3px;
width: 8px;
height: 36px;
background-image: url(../images/scroll2.svg);
background-size: contain;
z-index: 1;
}
.bounce {
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
/*Navigation*/
.navitems{
text-align: left;
position: absolute;
opacity: 0;
left: 15%;
width: 100%;
margin-top: 20%;
z-index: 100;
-webkit-transition: all 0s ease-out;
-webkit-transition-delay: 0s;
}
.navcolumn h2{
font-family: SofiaPro-Bold;
text-align: left;
display: block;
margin-bottom: 0;
font-size: 12px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.navcolumn a{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 20px;
display: block;
font-size: 24px;
color: #fff;
text-decoration: underline;
}
.navcolumn p{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 20px;
display: block;
line-height: inherit;
font-size: 24px;
color: #585f6d;
text-decoration:line-through;
}
.navcolumn{
widows: 33%;
float: left;
margin: 27px 140px 20px 0;
}
.navitems.active{
opacity: 1;
-webkit-transition: all 0.9s ease-out;
-webkit-transition-delay: 0.5s;
}
.heady {
z-index: 600;
width: 100%;
height: 20vh;
overflow: hidden;
position: fixed;
-webkit-transform: scale(1);
-webkit-transition: all 0.3s ease-out;
-webkit-transition-delay: .4s;
}
.heady.active {
height: 100vh;
-webkit-transition: all 0.3s ease-out;
}
.logo{
height: 50px;
width: 50px;
background-color: transparent;
top: 10px;
left: 10px;
position: absolute;
z-index: 100;
}
.logo img{
width: 100%;
}
.bubble-wrap {
height: 50px;
width: 50px;
background-color: transparent;
top: 10px;
right: 10px;
position: absolute;
border-radius: 50%;
cursor: pointer;
-webkit-transform: scale(1);
-webkit-transition: all 0.3s ease-out;
display: block;
}
.bubble-wrap.active {
display: none;
}
.bubble {
height: 50px;
width: 50px;
background-color: #1a202b;
top: 10px;
right: 10px;
position: absolute;
border-radius: 50%;
-webkit-transform: scale(1);
-webkit-transition: all 0.3s ease-out;
}
.bubble.active {
-webkit-transform: scale(100);
-webkit-transition: all 0.6s ease-out;
-webkit-transition-delay: .4s;
background-color: #1a202b;
}
.bubbleback {
height: 50px;
width: 50px;
background-color: #000;
top: 10px;
right: 10px;
position: absolute;
border-radius: 50%;
-webkit-transform: scale(1);
opacity: 1;
}
.bubbleback.active {
-webkit-transform: scale(1.5);
opacity: 0;
-webkit-transition: all 0.3s ease-out;
}
.bar {
background-color: #fff;
height: 2px;
border-radius: 5px;
right: 13px;
top: 18px;
}
.first {
position: absolute;
width: 25px;
-webkit-transition: all 0.2s ease-out;
}
.first.active {
margin-top: 7px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-out;
-webkit-transition-delay: .4s;
}
.second {
margin-top: 6px;
width: 25px;
position: absolute;
-webkit-transition: all 0.2s ease-out;
}
.second.active {
opacity: 0;
margin-top: 7px;
-webkit-transition: all 0.2s ease-out;
-webkit-transition-delay: .4s;
}
.third {
margin-top: 12px;
width: 13px;
position: absolute;
-webkit-transition: all 0.2s ease-out;
}
.third.active {
margin-top: 7px;
width: 25px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-out;
-webkit-transition-delay: .4s;
}
/* ==== Preloader styles ==== */
#hola{
width: 100vw;
height: 100vh;
background-color: #1a202b;
position: fixed;
z-index: 999;
}
#preloader {
position:relative;
width: 80px;
height: 80px;
top: 50%;
margin: -40px auto 0;
-webkit-animation: spin-1 2s infinite linear;
animation: spin-1 2s infinite linear;
}
@-webkit-keyframes spin-1 {
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 1;}
}
@keyframes spin-1 {
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 1;}
}
/* --------------------------------
Wordz
-------------------------------- */
.word {
position: absolute;
width: 100%;
left: 0;
opacity: 0;
}
.letter {
display: inline-block;
position: relative;
float:none;
-webkit-transform: translateZ(25px);
transform: translateZ(25px);
-webkit-transform-origin: 50% 50% 25px;
transform-origin: 50% 50% 25px;
}
.letter.out {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.letter.in {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* --------------------------------
Blob
-------------------------------- */
.fluid {
width: 230px;
height: 230px;
background: #00e5ea;
margin: 145px auto;
border-radius: 50%;
animation: rotate 30s infinite;
}
.fluidbig {
width: 300px;
height: 300px;
background: #1a202b;
margin: 0 auto 0 auto;
border-radius: 50%;
animation: rotate 30s infinite;
}
.fluiddark {
display: none;
}
.fluiddark.abouty {
background:#00e5ea;
z-index: -200;
position: absolute;
top:0px;
left:0px;
width: 300px;
height: 300px;
border: none;
border-radius: 50%;
box-shadow:none;
display: block;
}
.fluiddark.work {
background: none;
z-index: -200;
position: absolute;
top:-5%;
left:0%;
width: 650px;
height: 650px;
border-radius: 50%;
box-shadow: inset -50px -50px 70px rgba(0, 0, 0, 0.62), 0 0 150px rgb(0, 0, 0);
}
.fluiddark.lbblob {
background:url(../images/work-lb-background.png) top center no-repeat #0e131c;
background-size: cover;
z-index: 0;
display: block;
position: absolute;
top:18%;
left:50%;
margin-left: -150px;
width: 300px;
height: 300px;
border: none;
border-radius: 50%;
box-shadow: none;
}
.fluiddark.subblob {
background:#004d8c;
background-size: cover;
z-index: 0;
display: block;
position: absolute;
top:18%;
left:50%;
margin-left: -150px;
width: 300px;
height: 300px;
border: none;
border-radius: 50%;
box-shadow: none;
}
.fluiddark.valeyblob {
background:#101011;
background-size: cover;
z-index: 0;
display: block;
position: absolute;
top:18%;
left:50%;
border: none;
margin-left: -150px;
width: 300px;
height: 300px;
border-radius: 50%;
box-shadow: none;
}
.fluidbig.righty {
margin: 0 auto;
}
.scotty{
position:absolute;
width: 360px;
top:40px;
left: 0;
z-index: 100;
}
.scotty img{
width: 85%;
}
.canada{
position:absolute;
width: 100%;
top:134px;
left: 0;
z-index: 100;
}
.canada img{
width: 100%;
}
.homework1{
position: absolute;
width: 100%;
top: 7%;
left: 0%;
z-index: 100;
}
.homework2{
position: absolute;
width: 100%;
top: 10%;
right: 0%;
z-index: 100;
}
.homework3{
position: absolute;
width: 120%;
top: 20%;
left: -10%;
z-index: 100;
}
/* --------------------------------
Page Transitions
-------------------------------- */
body::after, body::before {
/* these are the 2 half blocks which cover the content once the animation is triggered */
content: '';
height: 50vh;
width: 100%;
position: fixed;
left: 0;
background-color: #040608;
z-index: 10000;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: -webkit-transform 0.4s 0.4s;
-moz-transition: -moz-transform 0.4s 0.4s;
transition: transform 0.4s 0.4s;
}
body::before {
top: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
body::after {
bottom: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
body.page-is-changing::after, body.page-is-changing::before {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.4s 0s;
-moz-transition: -moz-transform 0.4s 0s;
transition: transform 0.4s 0s;
}
main {
height: 100vh;
text-align: center;
}
main .cd-main-content {
position: relative;
height: calc(100vh - 20px);
}
main .cd-main-content > div {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
main .cd-main-content::after, main .cd-main-content::before {
/* these are the 2 gradient overlay at the top and bottom of the .cd-main-content - to indicate that you can scroll */
content: '';
position: absolute;
left: 0;
height: 50px;
width: 100%;
}
main .cd-main-content::before {
top: 0;
}
main .cd-main-content::after {
bottom: 0;
}
main .cd-main-content.cd-index {
/* .cd-main-content basic style - index page */
/* vertically center its content */
display: table;
width: 100%;
}
main .cd-main-content.cd-index > div {
/* vertically center the content inside the .cd-index */
display: table-cell;
vertical-align: middle;
}
main .cd-main-content.cd-about {
display: inherit;
width: 100%;
/* .cd-main-content basic style - about page */
}
main .cd-main-content.cd-londonborn {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
main .cd-main-content.cd-valeyo {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
main .cd-main-content.cd-subaru {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
main .cd-main-content.cd-contact {
/* .cd-main-content basic style - about page */
display: table;
width: 100%;
}
.cd-cover-layer {
/* layer that covers the content when the animation is triggered */
position: fixed;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
background-color: #040608;
-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
}
.cd-about .cd-cover-layer {
background-color: #040608;
}
.cd-londonborn .cd-cover-layer {
background-color: #040608;
}
.cd-valeyo .cd-cover-layer {
background-color: #040608;
}
.cd-subaru .cd-cover-layer {
background-color: #040608;
}
.cd-contact .cd-cover-layer {
background-color: #040608;
}
.page-is-changing .cd-cover-layer {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-loading-bar {
/* this is the loding bar - visible while switching from one page to the following one */
position: fixed;
z-index: 20000;
left: 50%;
top: 50%;
height: 2px;
width: 90%;
background-color: #273040;
visibility: hidden;
-webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s 0s ease-in;
-moz-transition: visibility 0s 0.4s, -moz-transform 0.4s 0s ease-in;
transition: visibility 0s 0.4s, transform 0.4s 0s ease-in;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.cd-about .cd-loading-bar {
background-color: #01b9c2;
}
.cd-about .cd-loading-bar::before {
background-color: #273040;
}
.cd-londonborn .cd-loading-bar {
background-color: #01b9c2;
}
.cd-londonborn .cd-loading-bar::before {
background-color: #273040;
}
.cd-valeyo .cd-loading-bar {
background-color: #01b9c2;
}
.cd-valeyo .cd-loading-bar::before {
background-color: #273040;
}
.cd-subaru .cd-loading-bar {
background-color: #01b9c2;
}
.cd-subaru .cd-loading-bar::before {
background-color: #273040;
}
.cd-contact .cd-loading-bar {
background-color: #01b9c2;
}
.cd-contact .cd-loading-bar::before {
background-color: #273040;
}
.cd-loading-bar::before {
/* this is the progress bar inside the loading bar */
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #01b9c2;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.page-is-changing .cd-loading-bar {
visibility: visible;
-webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-moz-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-ms-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-o-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
transform: translateX(-50%) translateY(-50%) scaleX(0.3);
-webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
-moz-transition: visibility 0s 0.3s, -moz-transform 0.4s 0.4s;
transition: visibility 0s 0.3s, transform 0.4s 0.4s;
}
.page-is-changing .cd-loading-bar::before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: -webkit-transform 0.8s 0.8s ease-in;
-moz-transition: -moz-transform 0.8s 0.8s ease-in;
transition: transform 0.8s 0.8s ease-in;
}
/* --------------------------------
QUERY START
-------------------------------- */
/* --------------------------------
QUERY 650px
-------------------------------- */
@media only screen and (min-width: 650px) {
.fluiddark {
z-index: -200;
position: absolute;
top:-5%;
left:0%;
display: inline;
width: 650px;
height: 650px;
border: #273040 solid 2px;
border-radius: 50%;
box-shadow: inset 0px 0px 40px rgba(0,0,0,.2), 0 0 90px rgba(0,0,0,.8);
}
.workpix img{
width:74%;
}
.workpix{
margin-top: 5%;
}
.workpix.subpic img{
width:75%;
}
.workpix.valpic img{
width:80%;
}
.worklbbanner{
background-size: 70%;
}
.worksubarubanner{
background-size: 70%;
}
.workvaleyobanner{
background-size: 70%;
}
.wrapperwork {
background-size: 70%;
}
.wrapper {
background: url(../images/bubble7.png) bottom right no-repeat, url(../images/lines.png) top center repeat-y #273040;
background-size: 18%, 70%;
}
.wrapper.contacty {
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 70%;
}
.wrapper.abouter {
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 70%;
}
.wrapper.homery {
background: url(../images/bubble2.png) 154% 82vh no-repeat, url(../images/lines.png) top center repeat-y #273040;
background-size: 53%, 70%;
}
.workbannerpic{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -27%;
margin-bottom: -1px;
width: 55%;
z-index: 1;
}
.contactbanner2{
background-size: 70%;
}
.contactbanner{
background: url(../images/bubble5.png) bottom left no-repeat, url(../images/bubble4.png) top right no-repeat;
background-size: 29%, 20%;
}
.paperplane{
position: absolute;
top: 37vh;
left: 50%;
margin-left: -32%;
/* margin-bottom: -1px; */
width: 68%;
z-index: 1;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.skillz p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.abouttext2{
padding: 6% 6% 6% 6%;
width: 100%;
z-index: 4;
position: relative;
margin: 0 auto 10%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.abouttext2 h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 8vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.abouttext2 p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 24px;
line-height: 40px;
}
.abouttext p{
color: #fff;
text-align: center;
font-family: SofiaPro-Regular;
font-weight: normal;
font-size: 26px;
line-height: 40px;
margin-top: 30px;
}
.andy{
position: absolute;
bottom: -2px;
left: 0;
text-align: center;
height: 100%;
width: 100%;
z-index: 1;
}
.andy img{
height: 100%;
width: auto;
}
.bannersplatabout{
top: 55%;
left: 50%;
margin-left: -400px;
margin-top: -325px;
width: 800px;
height: 800px;
}
.aboutbanner{
height: 100vh;
z-index: 2;
position: relative;
width: 100%;
background: url(../images/lines.png) top center repeat-y #273040;
background-size: 70%;
}
.fluiddark.abouty {
background:#00e5ea;
z-index: -200;
position: absolute;
top:0px;
left:125px;
width: 550px;
height: 550px;
border: none;
border-radius: 50%;
box-shadow:none;
display: block;
}
.contacttxt{
width: 100%;
padding-top: 41vh;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.contacttxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 10vw;
letter-spacing: -2px;
}
.contacttxt a{
color: #00e7ea;
text-decoration: underline;
}
.bannersplatfoot{
position: absolute;
top: 47%;
left: 50%;
margin-left: -325px;
margin-top: -325px;
width: 650px;
height: 650px;
z-index: 0;
}
.canada{
position:absolute;
width: 450px;
top:154px;
left: 105px;
z-index: 100;
}
.worktext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext2 p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
.worktext2 a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
#preloader {
position:relative;
width: 100px;
height: 100px;
top: 50%;
margin: -50px auto 0;
-webkit-animation: spin-1 2s infinite linear;
animation: spin-1 2s infinite linear;
}
.planewrap{
margin-left: -155px;
margin-top: -166px;
width: 310px;
}
.planey{
display: inline;
}
.planeymob{
display: none;
}
.logo{
height: 60px;
width: 60px;
top: 5px;
left: 5px;
}
.bannersplat{
margin-left: -325px;
margin-top: -325px;
width: 650px;
height: 650px;
}
.bannertxt{
padding-top: 39vh;
}
.bannertxtc{
padding-top: 39vh;
}
.banner{
background: url(../images/bubble1.png) top left no-repeat;
background-size: 22%;
}
.fluid {
width: 250px;
height: 250px;
margin: 190px auto;
}
.scotty{
width: 500px;
top:50px;
left: 75px;
}
.scotty img{
width: 70%;
}
.scroll {
bottom: 30px;
left: 50%;
margin-left: -4px;
width: 10px;
height: 48px;
}
.scroll2 {
bottom: 30px;
left: 50%;
margin-left: -4px;
width: 10px;
height: 48px;
}
.bubble-wrap {
height: 60px;
width: 60px;
top: 5px;
right: 5px;
}
.bubble {
height: 60px;
width: 60px;
top: 5px;
right: 5px;
}
.bubbleback {
height: 60px;
width: 60px;
top: 5px;
right: 5px;
}
.bar {
background-color: #fff;
height: 3px;
border-radius: 5px;
right: 15px;
top: 21px;
}
.first {
position: absolute;
width: 30px;
}
.first.active {
margin-top: 10px;
}
.second {
margin-top: 8px;
width: 30px;
}
.second.active {
opacity: 0;
margin-top: 10px;
}
.third {
margin-top: 16px;
width: 15px;
}
.third.active {
margin-top: 10px;
width: 30px;
}
.homeworksplat{
position: absolute;
top: 7%;
left: -7%;
width: 500px;
height: 500px;
z-index: 0;
}
.navcolumn{
widows: 33%;
float: none;
margin: 0 50px 70px 0;
}
.navcolumn a{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
display: block;
font-size: 30px;
color: #fff;
text-decoration: underline;
}
.navcolumn p{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
display: block;
line-height: inherit;
font-size: 30px;
color: #585f6d;
text-decoration:line-through;
}
.navcolumn h2{
font-family: SofiaPro-Bold;
text-align: left;
display: block;
margin-bottom: 30px;
font-size: 14px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.travels h4{
font-family: SofiaPro-Bold;
margin-top: 15px;
font-size: 15px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.homeworksplat2{
position: absolute;
top: 7%;
right: 40%;
width: 500px;
height: 500px;
z-index: 0;
}
.travels p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 24px;
line-height: 38px;
margin-top: 30px;
}
.fullshot{
padding: 0 5%;
margin: 10% 0;
display: block;
}
.homework1{
position: absolute;
width: 45%;
top: 15%;
left: 6%;
z-index: 100;
}
.homework2{
position: absolute;
width: 45%;
top: 20%;
right: 50%;
z-index: 100;
}
.homework3{
position: absolute;
width: 53%;
top: 23%;
left: 0;
z-index: 100;
}
.fluiddark.lbblob {
background:url(../images/work-lb-background.png) top center no-repeat #0e131c;
background-size: cover;
z-index: 0;
position: absolute;
top:10%;
left:50%;
margin-left: -350px;
width: 700px;
height: 700px;
border: none;
border-radius: 50%;
box-shadow: 0 0 150px #000000a6;
}
.fluiddark.subblob {
background:#004d8c;
background-size: cover;
z-index: 0;
position: absolute;
top:10%;
left:50%;
margin-left: -350px;
width: 700px;
height: 700px;
border: none;
border-radius: 50%;
box-shadow: 0 0 150px #000;
}
.fluiddark.valeyblob {
background:#101011;
background-size: cover;
z-index: 0;
position: absolute;
top:10%;
left:50%;
border: none;
margin-left: -350px;
width: 700px;
height: 700px;
border-radius: 50%;
box-shadow: none;
}
.brandpicoversub{
width:100%;
position: absolute;
top: 30%;
height: 100%;
left: 0;
z-index: 100;
}
.brandpicoverval{
width:95%;
position: absolute;
top: 20%;
height: 100%;
left: 2.5%;
z-index: 100;
}
.brandpic{
width: 100%;
position: relative;
height: 85vh;
margin-top: 0;
background: url(../images/wavy.png) center center no-repeat;
background-size: 150%;
}
.workintrobox{
padding: 16% 10% 16% 10%;
width: 100%;
margin: 0 auto;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.workintrobox h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 8vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.workintrobox p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 38px;
}
.wires{
padding: 0 11%;
}
.wiresleft{
width:100%;
float: none;
}
.wiresright{
width:100%;
float: none;
}
.wiresleft h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 7vw;
letter-spacing: -2px;
}
.wiresleft p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 38px;
margin: 30px 0 30px 0;
}
.fontsncolours h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 7vw;
margin-bottom: 50px;
letter-spacing: -1px;
}
.font{
width: 70%;
float: none;
clear: both;
margin: 0 auto 40px auto;
}
.colours{
width: 65%;
float: none;
margin: 0 auto;
}
.mobileshots{
display: none;
}
}
/* --------------------------------
QUERY 770px
-------------------------------- */
@media only screen and (min-width: 770px) {
main .cd-main-content {
height: 100%;
}
.paperplane{
position: absolute;
top: 30vh;
left: 50%;
margin-left: -25%;
/* margin-bottom: -1px; */
width: 50%;
z-index: 1;
-webkit-transform: translatey(0px);
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
}
.fullshot{
padding: 0 15%;
margin: 10% 0;
display: block;
}
.brandpicoversub{
width:50%;
position: absolute;
top: 20%;
height: 100%;
left: 25%;
z-index: 100;
}
.brandpicoverval{
width:50%;
position: absolute;
top: 20%;
height: 100%;
left: 25%;
z-index: 100;
}
.brandpic{
width:100%;
position: relative;
height: 110vh;
margin-top: 0;
background: url(../images/wavy.png) center center no-repeat;
background-size: 100%;
}
.workbannersubpic{
position: absolute;
top: 0;
left: 50%;
margin-left: -14%;
/* margin-bottom: -1px; */
width: 28%;
z-index: 1;
}
.workbannervalpic{
position: absolute;
top: 50%;
left: 0;
/* margin-left: -12%; */
margin-top: -9%;
width: 60%;
z-index: 1;
}
.nextsubbanner{
width: 70%;
margin: 6% auto 10%;
background:url(../images/key.png)top center no-repeat #1b3ed3;
background-size: 40%;
box-shadow: 0 0 150px #000000a6;
}
.nextsubbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.nextlbbanner{
width: 70%;
margin: 6% auto 10%;
background: url(../images/wine.png) top center no-repeat #ff4338;
background-size: 30%;
box-shadow: 0 0 150px #000000a6;
}
.nextlbbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.nextvalbanner{
width: 70%;
margin: 6% auto 10%;
background: url(../images/hand.png) 0% 92% no-repeat #00d4d8;
background-size: 60%;
box-shadow: 0 0 150px #000000a6;
}
.nextvalbanner a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.mobileshots{
display: block;
padding: 0 15%;
}
.shot1{
width:31%;
float: left;
padding: 20px;
margin: 0;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot2{
width:31%;
float: right;
margin: 0 auto;
padding: 20px;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.shot3{
width:31%;
margin: 0 auto;
padding: 20px;
background-color: #273040f2;
box-shadow: 0 0 150px #000000a6;
}
.fontsncolours{
padding: 6% 8% 6% 8%;
width: 70%;
margin: 7% auto 10%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.fontsncolours h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 4vw;
margin-bottom: 60px;
letter-spacing: -1px;
}
.font{
width: 55%;
float: left;
clear: both;
margin: 0;
}
.colours{
width: 35%;
float: right;
margin: 0;
}
.wires{
padding: 0 13.5% 0 15%;
}
.wiresleft{
width:45%;
float: left;
}
.wiresright{
width:50%;
float: right;
}
.wiresleft h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: left;
font-weight: normal;
font-size: 4vw;
letter-spacing: -2px;
}
.wiresleft p{
color: #7c8898;
text-align: left;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 38px;
margin: 30px 0 0 0;
}
.workpix img{
width:55%;
}
.workpix.subpic img{
width:65%;
}
.workpix.valpic img{
width:70%;
}
.workbannerpic{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -12%;
margin-bottom: -1px;
width: 25%;
z-index: 1;
}
.clients{
padding: 6% 6% 10% 6%;
width: 70%;
z-index: 4;
position: relative;
margin: 0 auto;
background-color: transparent;
box-shadow: none;
}
/**form**/
.bluewrapcontact{
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
padding: 6%;
width: 70%;
margin: 10% auto 10%;
}
.fieldlabel{
font-size: 20px;
margin-top: 30px;
}
input::placeholder {
font-size: 18px;
}
.formmessagestyle::placeholder {
font-size: 18px;
}
.formright{
width:49%;
float: right;
}
.formleft{
width:49%;
float: left;
}
.formmessage{
width:100%;
}
input[type=text], select {
padding: 25px 25px;
margin: 8px 0;
font-size: 18px;
}
input[type=email], select {
padding: 25px 25px;
margin: 8px 0;
font-size: 18px;
}
input[type=password], select {
padding: 25px 25px;
margin: 8px 0;
font-size: 18px;
}
.formmessagestyle {
padding: 25px 25px;
margin: 8px 0;
min-height: 15vh;
font-size: 18px;
}
input[type=submit] {
font-size: 22px;
margin: 20px 0;
}
.clients img{
width: 80%;
}
.clients h2{
color:#fff;
font-family:SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 3vw;
letter-spacing: -1px;
margin-bottom: 60px;
}
.bannertxt2 h1{
font-size: 14vw;
letter-spacing: -8px;
}
.aboutfoot{
width: 100%;
padding-bottom: 11%;
}
.travelspic2{
position: absolute;
top:58px;
right:18.5%;
z-index: 100;
width: 270px;
margin: 0;
}
.planewrap2{
margin-right: -120px;
margin-top: -166px;
right: 50%;
width: 240px;
}
.aboutwork{
width: 70%;
margin: 0 auto;
background: url(../images/wine.png) top center no-repeat #ff4338;
background-size: 30%;
box-shadow: 0 0 150px #000000a6;
}
.aboutwork a{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 5vw;
letter-spacing: -4px;
text-decoration: none;
display:block;
padding:20% 0;
}
.travels p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.travels h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 60px;
margin-top: 70px;
letter-spacing: -1px;
}
.travels3{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
margin-top: -5%;
}
.travels1{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
}
.travels2{
width: 44%;
float: right;
padding: 0 9.5% 0 0;
text-align: right;
margin: 50% 0 0 0;
position: relative;
}
.travelspic{
position: relative;
top:310px;
left:0;
width: 240px;
z-index: 100;
}
.travelspic3{
position: relative;
top:268px;
left:-10px;
width: 270px;
z-index: 100;
}
.travels{
padding: 0 7% 5%;
background: url(../images/wavy.png) top center no-repeat;
background-color: none;
background-size: 100%;
z-index: 0;
}
.travels h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 60px;
margin-top: 70px;
letter-spacing: -1px;
}
.abouttext2{
padding: 6% 6% 6% 6%;
width: 70%;
z-index: 4;
position: relative;
margin: 0 auto 10%;
background-color: #273040;
box-shadow: 0px 0px 115px #000000a6;
}
.abouttext2 h2{
color:#fff;
font-family:SofiaPro-Bold;
text-align: center;
font-weight: normal;
font-size: 4vw;
margin-bottom: 30px;
letter-spacing: -1px;
}
.abouttext2 p{
color: #7c8898;
text-align: center;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 40px;
}
.navcolumn{
widows: 33%;
float: left;
margin: 0 100px 0 0;
}
.navcolumn a{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
display: block;
font-size: 30px;
color: #fff;
text-decoration: underline;
}
.navcolumn p{
font-family: SofiaPro-regular;
text-align: left;
margin-top: 30px;
line-height: inherit;
display: block;
font-size: 30px;
color: #585f6d;
text-decoration:line-through;
}
.navcolumn h2{
font-family: SofiaPro-Bold;
text-align: left;
display: block;
margin-bottom: 30px;
font-size: 14px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.contactbanner{
background: url(../images/bubble5.png) bottom left no-repeat, url(../images/bubble4.png) top right no-repeat;
background-size: 20%, 16%;
}
.contacttxt{
width: 100%;
padding-top: 38vh;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.contacttxt h1{
color:#fff;
font-family:SofiaPro-Bold;
text-align:center;
font-weight: normal;
z-index: 2000;
font-size: 4vw;
letter-spacing: -2px;
}
.contacttxt a{
color: #00e7ea;
text-decoration: underline;
}
.workclose img{
width:100%;
}
.workclose{
width: 100%;
padding: 0 0 10vh 0;
}
.worktext a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
.worktext2 a{
color: #00e7ea;
text-decoration: underline;
padding-top: 25px;
display: block;
font-family: SofiaPro-SemiBold;
font-size: 23px;
}
.worktext h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 70px;
letter-spacing: -1px;
}
.travels h4{
font-family: SofiaPro-Bold;
margin-top: 15px;
font-size: 13px;
letter-spacing: 4px;
color: #01b9c2;
text-transform: uppercase;
}
.worktext p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext2 p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 22px;
line-height: 35px;
margin-top: 30px;
}
.worktext2 h3{
color:#fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 70px;
letter-spacing: -1px;
}
.worktext{
padding-left: 20px;
text-align: right;
}
.work {
width: 100%;
z-index: 10;
position: relative;
padding: 0;
margin-bottom: 0;
background-color: transparent;
box-shadow: none;
}
.work1{
padding: 10% 5% 10%;
position: relative;
}
.work2{
padding: 10% 5% 10%;
position: relative;
}
.work3{
padding: 10% 5% 0;
position: relative;
}
.workpic{
width: 50%;
float: left;
height: 600px;
}
.workpic2{
width: 50%;
float: right;
height: 600px;
}
.workintrobox{
padding: 11% 6% 6% 6%;
width: 70%;
margin: 0 auto;
}
.workintrocont{
padding: 12% 0 12%;
margin: -22% 0 0;
}
.workintrobox h2{
font-size: 4vw;
text-align: center;
margin-bottom: 30px;
letter-spacing: -1px;
}
.workintrobox p{
font-size: 20px;
text-align: center;
line-height: 40px;
}
.workintro{
width: 44%;
float: right;
padding: 0 11% 0 0;
text-align: right;
}
.workintro2{
width: 44%;
float: left;
padding: 0 0 0 11%;
text-align: left;
}
.workintro3{
width: 44%;
float: right;
padding: 0 9.5% 0 0;
margin-top: 10%;
text-align: right;
}
.homeworksplat{
position: absolute;
top: 7%;
left: 7%;
width: 500px;
height: 500px;
z-index: 0;
}
.homeworksplat2{
position: absolute;
top: 7%;
right: 7%;
width: 500px;
height: 500px;
z-index: 0;
}
.fluidbig {
width: 500px;
height: 500px;
background: #1a202b;
margin: 0 auto 0 0;
border-radius: 50%;
animation: rotate 30s infinite;
}
.fluidbig.righty {
margin: 0 0 0 auto;
}
.homework1{
position: absolute;
width: 40%;
top: 10%;
left: 6%;
z-index: 100;
}
.homework2{
position: absolute;
width: 34%;
top: 15%;
right: 9%;
z-index: 100;
}
.homework3{
position: absolute;
width: 39%;
top: 23%;
left: 9.5%;
z-index: 100;
}
.skillzpic2{
position: absolute;
top:106px;
right:18.5%;
z-index: 100;
width: 240px;
margin: 0;
}
.skillz p{
color: #7c8898;
font-family:SofiaPro-Regular;
font-weight: normal;
font-size: 20px;
line-height: 35px;
margin-top: 30px;
}
.skillz h3{
color: #fff;
font-family:SofiaPro-SemiBold;
font-weight: normal;
font-size: 60px;
margin-top: 70px;
letter-spacing: -1px;
}
.design{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
margin-top: -5%;
}
.direction{
width: 44%;
float: left;
padding: 0 0 0 9.5%;
text-align: left;
}
.strategy{
width: 44%;
float: right;
padding: 0 9.5% 0 0;
text-align: right;
margin: 50% 0 0 0;
position: relative;
}
.skillzpic{
position: relative;
top:365px;
left:0;
width: 240px;
z-index: 100;
}
.fluid.skilly{
margin:64px auto 0 0;
background: #1a202b;
width: 230px;
height: 230px;
}
.fluid.skillyright{
margin:64px 0 0 auto;
background: #1a202b;
width: 230px;
height: 230px;
}
.skillz{
padding: 0 7% 15%;
background: url(../images/wavy.png) top center no-repeat, url(../images/bubble3.png) 140% 100% no-repeat;
background-color: transparent;
background-size: 100%, 44%;
z-index: 0;
}
.wrapper.homery {
background: url(../images/bubble2.png) 140% 6% no-repeat, url(../images/lines.png) top center repeat-y #273040;
background-size: 44%, 70%;
}
.leftylink{
left: -3px;
font-size: 18px;
display: block;
}
.rightylink{
right: -13px;
font-size: 18px;
display: block;
}
.leftbar{
top: 0;
left: 0;
position: fixed;
z-index: 11;
width: 70px;
background-color: #1a202b;
height: 100%;
}
.abouttext h2{
color:#fff;
font-family:SofiaPro-SemiBold;
text-align: center;
font-weight: normal;
font-size: 5vw;
letter-spacing: -1px;
}
.abouttext p{
color: #fff;
text-align: center;
font-family: SofiaPro-Regular;
font-weight: normal;
font-size: 30px;
line-height: 44px;
margin-top: 30px;
}
.rightbar{
top: 0;
right: 0;
position: fixed;
z-index: 11;
width: 70px;
background-color: #1a202b;
height: 100%;
}
.footright{
text-align: right;
width: 30px;
bottom: 30px;
right: 20px;
}
.footleft{
bottom: 93px;
width: 170px;
left: -70px;
height: 100px;
}
.abouttext{
padding: 8% 8%;
width: 60%;
margin: 16% auto 4%;
z-index: 500;
position: relative;
background-color: #273040bd;
box-shadow: 0 0 150px #000000a6;
}
.footleft p{
font-size: 14px;
}
main.cd-index > div {
padding-top: 200px;
}
main.cd-index > div {
padding-top: 50px;
}
main p {
font-size: 1.8rem;
line-height: 2;
}
.cd-cover-layer {
height: 100%;
width: 100%;
}
.cd-loading-bar {
width: 100%;
}
.bannertxt h1{
font-size: 9vw;
}
.bannertxtc h1{
font-size: 9vw;
}
main .cd-main-content.cd-about {
display: table;
}
}
| 0.317638 | 0.067917 |
body {
max-width: 1000px;
padding: 1%;
margin: 10px;
display: block;
background: black;
color: papayawhip;
}
.wrapConteudo {
float: right;
display: inline-block;
}
img {
display: inline;
width: 33%;
float: right;
}
.wrapTopico {
padding-top: 0.6%;
font-size: 15px;
padding: 30px;
background-color:#2F4F4F;
color: #FAEBD7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #000000;
width: auto;
align-content: center;
left:40%;
}
.topico {
font-weight: bold;
font-size: 17pt;
padding-left: 1%;
}
.conteudoTopico {
font-size: 14pt;
}
a {
color: darkblue;
}
.botao {
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
box-shadow: 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #fdaa32;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
}
.botao:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.botao:active {
position:relative;
top:1px;
}
.botao:link, .botao:visited {
text-decoration: none;
color: #333333;
}
|
index.css
|
body {
max-width: 1000px;
padding: 1%;
margin: 10px;
display: block;
background: black;
color: papayawhip;
}
.wrapConteudo {
float: right;
display: inline-block;
}
img {
display: inline;
width: 33%;
float: right;
}
.wrapTopico {
padding-top: 0.6%;
font-size: 15px;
padding: 30px;
background-color:#2F4F4F;
color: #FAEBD7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #000000;
width: auto;
align-content: center;
left:40%;
}
.topico {
font-weight: bold;
font-size: 17pt;
padding-left: 1%;
}
.conteudoTopico {
font-size: 14pt;
}
a {
color: darkblue;
}
.botao {
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
box-shadow: 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #fdaa32;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
}
.botao:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.botao:active {
position:relative;
top:1px;
}
.botao:link, .botao:visited {
text-decoration: none;
color: #333333;
}
| 0.349089 | 0.126353 |
[class*='uk-animation-'] {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
[data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
opacity: 0;
}
}
/*
* Fade
* Higher specificity (!important) needed because of reverse modifier
*/
.uk-animation-fade {
-webkit-animation-name: uk-fade;
animation-name: uk-fade;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-timing-function: linear !important;
animation-timing-function: linear !important;
}
/*
* Fade with scale
*/
.uk-animation-scale-up {
-webkit-animation-name: uk-fade-scale-02;
animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
-webkit-animation-name: uk-fade-scale-18;
animation-name: uk-fade-scale-18;
}
/*
* Fade with slide
*/
.uk-animation-slide-top {
-webkit-animation-name: uk-fade-top;
animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
-webkit-animation-name: uk-fade-bottom;
animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
-webkit-animation-name: uk-fade-left;
animation-name: uk-fade-left;
}
.uk-animation-slide-right {
-webkit-animation-name: uk-fade-right;
animation-name: uk-fade-right;
}
/*
* Scale
*/
.uk-animation-scale {
-webkit-animation-name: uk-scale-12;
animation-name: uk-scale-12;
}
/*
* Shake
*/
.uk-animation-shake {
-webkit-animation-name: uk-shake;
animation-name: uk-shake;
}
/* Direction modifiers
========================================================================== */
.uk-animation-reverse {
-webkit-animation-direction: reverse;
animation-direction: reverse;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
-webkit-animation-duration: 15s;
animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.uk-animation-top-center {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.uk-animation-top-right {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.uk-animation-middle-left {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.uk-animation-middle-right {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.uk-animation-bottom-center {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
* Enable animation only on hover
* Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
*/
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
-webkit-animation-name: none;
animation-name: none;
}
/* Keyframes: Fade
* Used by dropdown, datepicker and slideshow component
========================================================================== */
@-webkit-keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Keyframes: Fade with slide
========================================================================== */
/*
* Top
*/
@-webkit-keyframes uk-fade-top {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-fade-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Bottom
*/
@-webkit-keyframes uk-fade-bottom {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-fade-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Left
*/
@-webkit-keyframes uk-fade-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-fade-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/*
* Right
*/
@-webkit-keyframes uk-fade-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-fade-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/* Keyframes: Fade with scale
========================================================================== */
/*
* Scale by 0.2
*/
@-webkit-keyframes uk-fade-scale-02 {
0% {
opacity: 0;
-webkit-transform: scale(0.2);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-02 {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*
* Scale by 1.5
* Used by slideshow component
*/
@-webkit-keyframes uk-fade-scale-15 {
0% {
opacity: 0;
-webkit-transform: scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-15 {
0% {
opacity: 0;
transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*
* Scale by 1.8
*/
@-webkit-keyframes uk-fade-scale-18 {
0% {
opacity: 0;
-webkit-transform: scale(1.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-18 {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/* Keyframes: Slide
* Used by slideshow component
========================================================================== */
/*
* Left
*/
@-webkit-keyframes uk-slide-left {
0% {
-webkit-transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
/*
* Right
*/
@-webkit-keyframes uk-slide-right {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
/*
* Left third
*/
@-webkit-keyframes uk-slide-left-33 {
0% {
-webkit-transform: translateX(33%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left-33 {
0% {
transform: translateX(33%);
}
100% {
transform: translateX(0);
}
}
/*
* Right third
*/
@-webkit-keyframes uk-slide-right-33 {
0% {
-webkit-transform: translateX(-33%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right-33 {
0% {
transform: translateX(-33%);
}
100% {
transform: translateX(0);
}
}
/* Keyframes: Scale
========================================================================== */
@-webkit-keyframes uk-scale-12 {
0% {
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-12 {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/* Keyframes: Rotate
* Used by icon component
========================================================================== */
@-webkit-keyframes uk-rotate {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes uk-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Keyframes: Shake
========================================================================== */
@-webkit-keyframes uk-shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10% {
-webkit-transform: translateX(-9px);
}
20% {
-webkit-transform: translateX(8px);
}
30% {
-webkit-transform: translateX(-7px);
}
40% {
-webkit-transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-5px);
}
60% {
-webkit-transform: translateX(4px);
}
70% {
-webkit-transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
}
90% {
-webkit-transform: translateX(-1px);
}
}
@keyframes uk-shake {
0%,
100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
}
/* Keyframes: Fade with slide fixed
* Used by dropdown and search component
========================================================================== */
/*
* Top fixed
*/
@-webkit-keyframes uk-slide-top-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(-10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top-fixed {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Bottom fixed
*/
@-webkit-keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
|
css/uikit.css
|
[class*='uk-animation-'] {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
[data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
opacity: 0;
}
}
/*
* Fade
* Higher specificity (!important) needed because of reverse modifier
*/
.uk-animation-fade {
-webkit-animation-name: uk-fade;
animation-name: uk-fade;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-timing-function: linear !important;
animation-timing-function: linear !important;
}
/*
* Fade with scale
*/
.uk-animation-scale-up {
-webkit-animation-name: uk-fade-scale-02;
animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
-webkit-animation-name: uk-fade-scale-18;
animation-name: uk-fade-scale-18;
}
/*
* Fade with slide
*/
.uk-animation-slide-top {
-webkit-animation-name: uk-fade-top;
animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
-webkit-animation-name: uk-fade-bottom;
animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
-webkit-animation-name: uk-fade-left;
animation-name: uk-fade-left;
}
.uk-animation-slide-right {
-webkit-animation-name: uk-fade-right;
animation-name: uk-fade-right;
}
/*
* Scale
*/
.uk-animation-scale {
-webkit-animation-name: uk-scale-12;
animation-name: uk-scale-12;
}
/*
* Shake
*/
.uk-animation-shake {
-webkit-animation-name: uk-shake;
animation-name: uk-shake;
}
/* Direction modifiers
========================================================================== */
.uk-animation-reverse {
-webkit-animation-direction: reverse;
animation-direction: reverse;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
-webkit-animation-duration: 15s;
animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.uk-animation-top-center {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.uk-animation-top-right {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.uk-animation-middle-left {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.uk-animation-middle-right {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.uk-animation-bottom-center {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
* Enable animation only on hover
* Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
*/
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
-webkit-animation-name: none;
animation-name: none;
}
/* Keyframes: Fade
* Used by dropdown, datepicker and slideshow component
========================================================================== */
@-webkit-keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Keyframes: Fade with slide
========================================================================== */
/*
* Top
*/
@-webkit-keyframes uk-fade-top {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-fade-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Bottom
*/
@-webkit-keyframes uk-fade-bottom {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-fade-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Left
*/
@-webkit-keyframes uk-fade-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-fade-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/*
* Right
*/
@-webkit-keyframes uk-fade-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-fade-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/* Keyframes: Fade with scale
========================================================================== */
/*
* Scale by 0.2
*/
@-webkit-keyframes uk-fade-scale-02 {
0% {
opacity: 0;
-webkit-transform: scale(0.2);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-02 {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*
* Scale by 1.5
* Used by slideshow component
*/
@-webkit-keyframes uk-fade-scale-15 {
0% {
opacity: 0;
-webkit-transform: scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-15 {
0% {
opacity: 0;
transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*
* Scale by 1.8
*/
@-webkit-keyframes uk-fade-scale-18 {
0% {
opacity: 0;
-webkit-transform: scale(1.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-18 {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/* Keyframes: Slide
* Used by slideshow component
========================================================================== */
/*
* Left
*/
@-webkit-keyframes uk-slide-left {
0% {
-webkit-transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
/*
* Right
*/
@-webkit-keyframes uk-slide-right {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
/*
* Left third
*/
@-webkit-keyframes uk-slide-left-33 {
0% {
-webkit-transform: translateX(33%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left-33 {
0% {
transform: translateX(33%);
}
100% {
transform: translateX(0);
}
}
/*
* Right third
*/
@-webkit-keyframes uk-slide-right-33 {
0% {
-webkit-transform: translateX(-33%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right-33 {
0% {
transform: translateX(-33%);
}
100% {
transform: translateX(0);
}
}
/* Keyframes: Scale
========================================================================== */
@-webkit-keyframes uk-scale-12 {
0% {
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-12 {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/* Keyframes: Rotate
* Used by icon component
========================================================================== */
@-webkit-keyframes uk-rotate {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes uk-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Keyframes: Shake
========================================================================== */
@-webkit-keyframes uk-shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10% {
-webkit-transform: translateX(-9px);
}
20% {
-webkit-transform: translateX(8px);
}
30% {
-webkit-transform: translateX(-7px);
}
40% {
-webkit-transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-5px);
}
60% {
-webkit-transform: translateX(4px);
}
70% {
-webkit-transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
}
90% {
-webkit-transform: translateX(-1px);
}
}
@keyframes uk-shake {
0%,
100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
}
/* Keyframes: Fade with slide fixed
* Used by dropdown and search component
========================================================================== */
/*
* Top fixed
*/
@-webkit-keyframes uk-slide-top-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(-10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top-fixed {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Bottom fixed
*/
@-webkit-keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
| 0.445047 | 0.043875 |
This is a modified version of the following document
Document : JMetroDarkTheme
Created on : Oct 23, 2012, 7:12:32 PM
Author : <NAME>
Description:
Dark Metro style sheet for use in JavaFX applications
*/
/*
* FXGLButton
*/
.fxgl_button {
-fx-padding: 5 22 5 22;
-fx-border-width: 0;
-fx-background-color: black;
-fx-text-fill: #a9a9a9;
}
.fxgl_button:hover {
-fx-background-color: linear-gradient(from 0% 0% to 100% 0%, rgba(179, 122, 54, 0.6) 0%, rgba(0, 92, 31, 0.8) 100%);
-fx-text-fill: white;
}
.fxgl_button:pressed, .fxgl_button:default:hover:pressed {
-fx-background-color: rgba(255, 215, 25, 0.8);
-fx-text-fill: white;
}
.fxgl_button:focused {
-fx-text-fill: white;
}
.fxgl_button:disabled, .fxgl_button:default:disabled {
-fx-opacity: 0.4;
-fx-text-fill: #a9a9a9;
}
/**
* ListView
*/
.list-cell {
-fx-background: black;
-fx-font-size: 18px;
}
/**
* FXGLChoiceBox
*/
.fxgl-choice-box {
-fx-background-color: black, rgba(250, 250, 250, 0.98);
-fx-background-radius: 0, 0, 0, 0;
-fx-padding: 0 2 0 2;
-fx-font-size: 18px;
}
.fxgl-choice-box:hover {
-fx-background-color: black, black, black, white;
}
.fxgl-choice-box:focused {
-fx-background-color: black, black, black, white;
-fx-background-insets: -1.4, 0, 1, 2;
-fx-background-radius: 1, 1, 1, 1;
}
.fxgl-choice-box:focused:hover {
-fx-background-color: black, black, black, white;
}
.fxgl-choice-box:disabled {
-fx-opacity: 0.4;
}
/**
* FXGLSpinner
*/
/*******************************************************************************
* *
* Spinner *
* *
******************************************************************************/
.spinner {
-fx-background-color: white, #4a4a4a;
-fx-background-insets: 0, 2;
-fx-background-radius: 0;
}
.spinner > .text-field{
-fx-skin: "com.sun.javafx.scene.control.skin.TextFieldSkin";
}
.spinner > .text-field {
-fx-background-color: #4a4a4a;
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-text-fill: white;
}
.spinner .increment-arrow-button, .spinner .decrement-arrow-button {
-fx-background-color: white;
/*Change the two 0's here to -1 to get rid of the horizontal line */
-fx-background-insets: 0;
-fx-background-radius: 0;
}
.spinner .increment-arrow-button .increment-arrow, .spinner .decrement-arrow-button .decrement-arrow {
-fx-background-color: black;
}
.spinner .increment-arrow-button:hover, .spinner .decrement-arrow-button:hover {
-fx-background-color: grey;
}
.spinner .increment-arrow-button:pressed, .spinner .decrement-arrow-button:pressed {
-fx-background-color: white;
}
.spinner.split-arrows-horizontal .increment-arrow-button:pressed .increment-arrow, .spinner.split-arrows-horizontal .decrement-arrow-button:pressed .decrement-arrow{
-fx-background-color: white;
}
|
src/main/resources/assets/ui/css/fxgl_dark.css
|
This is a modified version of the following document
Document : JMetroDarkTheme
Created on : Oct 23, 2012, 7:12:32 PM
Author : <NAME>
Description:
Dark Metro style sheet for use in JavaFX applications
*/
/*
* FXGLButton
*/
.fxgl_button {
-fx-padding: 5 22 5 22;
-fx-border-width: 0;
-fx-background-color: black;
-fx-text-fill: #a9a9a9;
}
.fxgl_button:hover {
-fx-background-color: linear-gradient(from 0% 0% to 100% 0%, rgba(179, 122, 54, 0.6) 0%, rgba(0, 92, 31, 0.8) 100%);
-fx-text-fill: white;
}
.fxgl_button:pressed, .fxgl_button:default:hover:pressed {
-fx-background-color: rgba(255, 215, 25, 0.8);
-fx-text-fill: white;
}
.fxgl_button:focused {
-fx-text-fill: white;
}
.fxgl_button:disabled, .fxgl_button:default:disabled {
-fx-opacity: 0.4;
-fx-text-fill: #a9a9a9;
}
/**
* ListView
*/
.list-cell {
-fx-background: black;
-fx-font-size: 18px;
}
/**
* FXGLChoiceBox
*/
.fxgl-choice-box {
-fx-background-color: black, rgba(250, 250, 250, 0.98);
-fx-background-radius: 0, 0, 0, 0;
-fx-padding: 0 2 0 2;
-fx-font-size: 18px;
}
.fxgl-choice-box:hover {
-fx-background-color: black, black, black, white;
}
.fxgl-choice-box:focused {
-fx-background-color: black, black, black, white;
-fx-background-insets: -1.4, 0, 1, 2;
-fx-background-radius: 1, 1, 1, 1;
}
.fxgl-choice-box:focused:hover {
-fx-background-color: black, black, black, white;
}
.fxgl-choice-box:disabled {
-fx-opacity: 0.4;
}
/**
* FXGLSpinner
*/
/*******************************************************************************
* *
* Spinner *
* *
******************************************************************************/
.spinner {
-fx-background-color: white, #4a4a4a;
-fx-background-insets: 0, 2;
-fx-background-radius: 0;
}
.spinner > .text-field{
-fx-skin: "com.sun.javafx.scene.control.skin.TextFieldSkin";
}
.spinner > .text-field {
-fx-background-color: #4a4a4a;
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-text-fill: white;
}
.spinner .increment-arrow-button, .spinner .decrement-arrow-button {
-fx-background-color: white;
/*Change the two 0's here to -1 to get rid of the horizontal line */
-fx-background-insets: 0;
-fx-background-radius: 0;
}
.spinner .increment-arrow-button .increment-arrow, .spinner .decrement-arrow-button .decrement-arrow {
-fx-background-color: black;
}
.spinner .increment-arrow-button:hover, .spinner .decrement-arrow-button:hover {
-fx-background-color: grey;
}
.spinner .increment-arrow-button:pressed, .spinner .decrement-arrow-button:pressed {
-fx-background-color: white;
}
.spinner.split-arrows-horizontal .increment-arrow-button:pressed .increment-arrow, .spinner.split-arrows-horizontal .decrement-arrow-button:pressed .decrement-arrow{
-fx-background-color: white;
}
| 0.640973 | 0.186169 |
html,
body {
padding: 0;
margin: 0;
background: transparent;
}
html {
padding-top: 16px;
}
/* Use OS default fonts */
body {
font-family: -apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
'Helvetica Neue',
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
text-rendering: optimizeLegibility;
font-feature-settings: 'liga', 'clig', 'kern';
font-size: 24px;
}
.dragbar {
-webkit-app-region: drag;
width: 100%;
height: 22px;
position: absolute;
top: 0;
}
#settingForm {
width: calc(100% - 30px);
height: calc(100vh - 46px);
border: 2px solid #731e82;
color: #731e82;
margin: 15px;
padding-top: 34px;
border-radius: 10px;
box-sizing: border-box;
}
.form-group {
box-sizing: border-box;
padding: 8px;
width: 100%;
position: relative;
display: flex;
flex-direction: column
}
.form-group.half {
float: left;
width: 50%;
}
input {
box-sizing: border-box;
background-color: #efefef;
border-radius: 8px;
border-width: 0;
padding: 4px 12px;
width: 100%;
height: 40px;
line-height: 40px;
transition: all 300ms;
border: 1px solid #d0bad4;
font-size: 20px;
}
.sublabel {
display: inline-block;
position: absolute;
width: 58px;
text-align: center;
height: 38px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
z-index: 1000;
background: #f7f7f7;
font-size: 17px;
bottom: 9px;
right: 9px;
color: #b5b5b5;
border-left: 1px solid #d0bad4;
padding: 8px 0;
box-sizing: border-box;
}
input:focus {
outline: none;
border: 1px solid #731e82;
}
label {
box-sizing: border-box;
height: 20px;
line-height: 20px;
padding: 0 2px;
font-size: 0.75em;
margin-bottom: 4px;
font-weight: 600;
}
.close {
position: absolute;
top: 40px;
right: 24px;
color: #ae6db9;
}
.settingsLink:hover {
cursor: pointer;
color: #731e82;
}
.button-group {
position: absolute;
bottom: 17px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
width: calc(100% - 34px );
display: flex;
overflow: hidden;
}
button {
width: 50%;
font-size: 19px;
box-sizing: border-box;
background: #731e82;
color: white;
padding: 14px;
border: 0;
text-transform: capitalize;
cursor: pointer;
}
button:hover {
background: #591865;
}
button:first-child {
border-right: 1px solid #b846cc;
}
|
settings.css
|
html,
body {
padding: 0;
margin: 0;
background: transparent;
}
html {
padding-top: 16px;
}
/* Use OS default fonts */
body {
font-family: -apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
'Helvetica Neue',
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
text-rendering: optimizeLegibility;
font-feature-settings: 'liga', 'clig', 'kern';
font-size: 24px;
}
.dragbar {
-webkit-app-region: drag;
width: 100%;
height: 22px;
position: absolute;
top: 0;
}
#settingForm {
width: calc(100% - 30px);
height: calc(100vh - 46px);
border: 2px solid #731e82;
color: #731e82;
margin: 15px;
padding-top: 34px;
border-radius: 10px;
box-sizing: border-box;
}
.form-group {
box-sizing: border-box;
padding: 8px;
width: 100%;
position: relative;
display: flex;
flex-direction: column
}
.form-group.half {
float: left;
width: 50%;
}
input {
box-sizing: border-box;
background-color: #efefef;
border-radius: 8px;
border-width: 0;
padding: 4px 12px;
width: 100%;
height: 40px;
line-height: 40px;
transition: all 300ms;
border: 1px solid #d0bad4;
font-size: 20px;
}
.sublabel {
display: inline-block;
position: absolute;
width: 58px;
text-align: center;
height: 38px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
z-index: 1000;
background: #f7f7f7;
font-size: 17px;
bottom: 9px;
right: 9px;
color: #b5b5b5;
border-left: 1px solid #d0bad4;
padding: 8px 0;
box-sizing: border-box;
}
input:focus {
outline: none;
border: 1px solid #731e82;
}
label {
box-sizing: border-box;
height: 20px;
line-height: 20px;
padding: 0 2px;
font-size: 0.75em;
margin-bottom: 4px;
font-weight: 600;
}
.close {
position: absolute;
top: 40px;
right: 24px;
color: #ae6db9;
}
.settingsLink:hover {
cursor: pointer;
color: #731e82;
}
.button-group {
position: absolute;
bottom: 17px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
width: calc(100% - 34px );
display: flex;
overflow: hidden;
}
button {
width: 50%;
font-size: 19px;
box-sizing: border-box;
background: #731e82;
color: white;
padding: 14px;
border: 0;
text-transform: capitalize;
cursor: pointer;
}
button:hover {
background: #591865;
}
button:first-child {
border-right: 1px solid #b846cc;
}
| 0.461017 | 0.085824 |
position: absolute;
top: 0%;
left: 0%;
bottom: 0%;
background-color: rgba(245, 222, 179, 0.65); /* transparent wheat*/
color: black;
line-height: normal;
font-weight: normal;
min-width: 30px; /* dock button height */
font-family: Arial;
z-index: 9999999999999999999999999;
}
#coherent-browser-debug-overlay.hidden {
display: none;
}
#coherent-browser-debug-overlay.show {
display: block;
}
#coherent-browser-debug-overlay .contents {
margin-left: 10px;
margin-right: 25px;
overflow: auto;
max-height: 100%;
}
#coherent-browser-debug-overlay button{
font-size: 13px;
vertical-align: top;
width: 50%;
height: 40px;
padding: 0;
font-size: 15px;
color: white;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background: #f39c12;
border: 0;
border-bottom: 1px solid #e8930c;
-webkit-box-shadow: inset 0 -1px #e8930c;
box-shadow: inset 0 -1px #e8930c;
}
#coherent-browser-debug-overlay img{
display: inline;
margin-right: 25px;
margin-top: 15px;
}
#coherent-browser-debug-overlay input{
width: 40%;
vertical-align: middle;
}
#coherent-browser-debug-overlay button:active {
margin-top: 1px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#coherent-browser-debug-overlay h1 {
font-size: 1.7em;
font-family: Candara;
display: inline;
}
#coherent-browser-debug-overlay h1 + hr {
margin-top: 10px;
}
#coherent-browser-debug-overlay h2{
font-size: 1em;
display: inline;
font-family: Candara;
line-height: 1.2;
max-width: 70%;
}
#coherent-browser-debug-overlay p {
font-family: Calibri;
font-size: large;
}
#coherent-browser-debug-overlay .left {
float: left;
}
#coherent-browser-debug-overlay .right {
float: right;
}
#coherent-browser-debug-overlay ul {
padding: 0;
margin: 0;
}
#coherent-browser-debug-overlay li {
list-style-type: none;
margin-bottom: 10px;
clear: both;
}
#coherent-browser-debug-overlay hr {
clear: both;
color: gray;
border: 0;
height: 1px;
margin-top: 50px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
#coherent-browser-debug-overlay.open > .contents {
display: block;
}
#coherent-browser-debug-overlay.docked > .contents {
display: none;
}
#coherent-browser-debug-overlay .docked-contents {
position: absolute;
top: 45%;
right: -30px; /* docking button height */
transform: rotate(-90deg);
}
#coherent-browser-debug-overlay .docked-contents button {
width: 75px;
height: 30px;
margin: 0;
}
#coherent-browser-debug-overlay.docked {
-webkit-transition: right 0.5s, width 0.5s;
transition: right 0.5s, width 0.5s;
right: 99%;
}
#coherent-browser-debug-overlay.open {
-webkit-transition: right 0.5s;
transition: right 0.5s, width 0.5s;
right: 75%;
}
|
data/css/coherent.mock.style.css
|
position: absolute;
top: 0%;
left: 0%;
bottom: 0%;
background-color: rgba(245, 222, 179, 0.65); /* transparent wheat*/
color: black;
line-height: normal;
font-weight: normal;
min-width: 30px; /* dock button height */
font-family: Arial;
z-index: 9999999999999999999999999;
}
#coherent-browser-debug-overlay.hidden {
display: none;
}
#coherent-browser-debug-overlay.show {
display: block;
}
#coherent-browser-debug-overlay .contents {
margin-left: 10px;
margin-right: 25px;
overflow: auto;
max-height: 100%;
}
#coherent-browser-debug-overlay button{
font-size: 13px;
vertical-align: top;
width: 50%;
height: 40px;
padding: 0;
font-size: 15px;
color: white;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background: #f39c12;
border: 0;
border-bottom: 1px solid #e8930c;
-webkit-box-shadow: inset 0 -1px #e8930c;
box-shadow: inset 0 -1px #e8930c;
}
#coherent-browser-debug-overlay img{
display: inline;
margin-right: 25px;
margin-top: 15px;
}
#coherent-browser-debug-overlay input{
width: 40%;
vertical-align: middle;
}
#coherent-browser-debug-overlay button:active {
margin-top: 1px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#coherent-browser-debug-overlay h1 {
font-size: 1.7em;
font-family: Candara;
display: inline;
}
#coherent-browser-debug-overlay h1 + hr {
margin-top: 10px;
}
#coherent-browser-debug-overlay h2{
font-size: 1em;
display: inline;
font-family: Candara;
line-height: 1.2;
max-width: 70%;
}
#coherent-browser-debug-overlay p {
font-family: Calibri;
font-size: large;
}
#coherent-browser-debug-overlay .left {
float: left;
}
#coherent-browser-debug-overlay .right {
float: right;
}
#coherent-browser-debug-overlay ul {
padding: 0;
margin: 0;
}
#coherent-browser-debug-overlay li {
list-style-type: none;
margin-bottom: 10px;
clear: both;
}
#coherent-browser-debug-overlay hr {
clear: both;
color: gray;
border: 0;
height: 1px;
margin-top: 50px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
#coherent-browser-debug-overlay.open > .contents {
display: block;
}
#coherent-browser-debug-overlay.docked > .contents {
display: none;
}
#coherent-browser-debug-overlay .docked-contents {
position: absolute;
top: 45%;
right: -30px; /* docking button height */
transform: rotate(-90deg);
}
#coherent-browser-debug-overlay .docked-contents button {
width: 75px;
height: 30px;
margin: 0;
}
#coherent-browser-debug-overlay.docked {
-webkit-transition: right 0.5s, width 0.5s;
transition: right 0.5s, width 0.5s;
right: 99%;
}
#coherent-browser-debug-overlay.open {
-webkit-transition: right 0.5s;
transition: right 0.5s, width 0.5s;
right: 75%;
}
| 0.501221 | 0.0771 |
form
{
padding:10px;
}
fieldset
{
border: solid 1px #ccc;
padding:10px;
_zoom:1;
margin:0 0 10px 0;
overflow:hidden;
}
fieldset legend
{
padding:5px 10px;
background-color:#4068A7;
color:#FFF;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:2px 2px 4px #666;
-moz-box-shadow:2px 2px 4px #666;
-webkit-box-shadow:2px 2px 4px #666;
}
fieldset.sip
{
border:none;
border-top: solid 1px #d0d4d8;
padding:15px 10px;
margin:0 0 0px 0;
}
fieldset.sip legend
{
display:none;
}
form label
{
display:block;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
text-align:right;
width:80px;
float:left;
height:25px;
line-height:25px;
}
form label span
{
color:Red;
letter-spacing:4px;
height:25px;
line-height:25px;
}
form label.labelforcb
{
float:left;
width:auto;
height:20px \9;
line-height:20px \9;
margin:2px 0 \0/;
}
*+html form label.labelforcb
{
margin:4px 0;
}
form div.rowctl
{
clear:both;
}
form div.atomctl
{
float:left;
display:block;
margin:2px 0;
}
input
{
float:left;
clear:right;
margin:0px 0px 6px 10px;
}
input[type='text'],input[type='password']
{
border: solid 1px #b4b4b4;
background:#fff url("../image/bg/text-bg.gif") repeat-x left -1px;
word-break:break-all;
height: 17px;
line-height: 17px;
padding: 4px 0px;
color:#333;
font-size:12px;
padding-left:5px;
}
input.readonly
{
border: solid 1px #ccc;
background:#F1F1FE;
color:#999;
}
textarea.WaterMarkState,input.WaterMarkState
{
color:#999;
}
textarea
{
/*border: solid 1px #907714;*/
border: solid 1px #b4b4b4;
background:#fff url("../image/bg/text-bg.gif") repeat-x left -1px;
overflow: auto;
height:60px;
padding:5px;
float:left;
clear:right;
margin:0px 0px 6px 10px;
}
input.readonly
{
border: solid 1px #ccc;
/*background:#f4f4f4;*/
color:#999;
}
button,.formtable input[type="button"],.formtable input[type="submit"]
{
border:#cccccc 1px solid;
background:#f1f8fe;
height:23px;
}
select
{
border:#b4b4b4 solid 1px;
display:inline-block;
height:25px;
line-height:25px;
color:#555;
font-size:14px;
margin:0px 0px 6px 10px;
float:left;
clear:right;
padding:2px 4px;
}
input[type="file"] {
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
height:25px;
line-height:25px;
}
/**************checkbox/radiobox ********************/
input[type=checkbox],
input[type=radio]
{
height:25px;
line-height:25px;
width:25px;
margin:6px 4px 6px 10px;
border: none \9;
}
input[type=checkbox],
input[type=radio] {
-webkit-appearance: none;
appearance: none;
width: 13px;
height: 13px;
cursor: pointer;
vertical-align: bottom;
background: #fff;
border: 1px solid #dcdcdc;
border: none \9;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
input[type=checkbox]:active,
input[type=radio]:active {
border-color: #c6c6c6;
background: #ebebeb;
}
input[type=checkbox]:hover {
border-color: #c6c6c6;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
input[type=radio] {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
width: 15px;
height: 15px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
background: #fff;
}
input[type=radio]:checked::after {
content: '';
display: block;
position: relative;
top: 3px;
left: 3px;
width: 7px;
height: 7px;
background: #666;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}
input[type=checkbox]:checked::after {
content: url(../image/checkmark.png);
display: block;
position: absolute;
top: -6px;
left: -5px;
}
input[type=checkbox]:focus {
outline: none;
border-color:#4d90fe;
}
/************* checkbox/radiobox end*********************/
.input-onfocus{
background:#F5FEEB;
border:1px solid #CDFA9C;
}
.xeasy-formItemMust
{
color: red;
}
/* JQuery Validation */
label.error
{
padding: 2px 0 2px 20px;
display: block;
background: url(../image/plugin/validate/exclamation.png) no-repeat 2px center;
}
input.error, select.error, textarea.error, input.cusErrorPanel, cusErrorPanel.cusErrorPanel, textarea.cusErrorPanel
{
border: solid 1px #c30;
background:url("../image/bg/invalid_line.gif") repeat-x left bottom;
}
label.checked
{
float: none;
position: relative;
padding: 0px 0 0px 18px;
background: url(../image/plugin/validate/accept.png) no-repeat 2px center;
}
div.cusErrorPanel
{
z-index: auto;
position: absolute;
width: 140px;
height: 35px;
overflow: hidden;
text-indent: 5px;
line-height: 40px;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
background: url(../image/plugin/validate/tooltop2.gif) no-repeat left top;
}
div.cusError
{
z-index: auto;
position: absolute;
width: 280px;
height: 35px;
overflow: hidden;
text-indent: 5px;
line-height: 40px;
font-size: 12px;
font-family: Arial;
background: url(../image/plugin/validate/tooltop.gif) no-repeat left top;
}
._w90
{
width:90px;
}
._w110
{
width:110px;
}
._w400
{
width:400px;
}
input._w110
{
width:106px;
}
input._w400
{
width:396px;
}
textarea._w400
{
width:390px;
}
form .btn-danger
{
font-size: 14px;
}
/**********************以下非通用样式***************************/
.btnpanel
{
padding-left: 100px;
margin-top: 20px;
}
.btnpanel button
{
width:70px;
margin-top: 20px;
margin-right:30px;
}
.colorpanel
{
display:block;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
width:450px;
float:left;
height:20px;
line-height:20px;
margin:0px 0px 0px 10px;
}
.colorpanel span.split
{
float: left;
color:#999;
display:inline-block;
font-size: 14px;
width: 5px;
margin:3px 4px 3px 0px;
line-height:15px;
}
.colorpanel a {
float: left;
display:inline-block;
height: 15px;
width: 15px;
margin:3px 3px 3px 0px;
color: #fff;
text-align: center;
font-size: 13px;
line-height:15px;
}
.editPanel
{
padding: 30px 0 0 0;
}
a.closeDailog
{
position: absolute;
top:7px;
right:7px;
display: block;
width: 14px;
height:14px;
background:#fff url("../image/combined_v40_vr.png") no-repeat -228px -48px
}
a.closeDailog:hover{
opacity:.7;
-moz-opacity:.7;
filter:alpha(opacity=70);
}
|
example/php-newstyle/static/css/form.css
|
form
{
padding:10px;
}
fieldset
{
border: solid 1px #ccc;
padding:10px;
_zoom:1;
margin:0 0 10px 0;
overflow:hidden;
}
fieldset legend
{
padding:5px 10px;
background-color:#4068A7;
color:#FFF;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:2px 2px 4px #666;
-moz-box-shadow:2px 2px 4px #666;
-webkit-box-shadow:2px 2px 4px #666;
}
fieldset.sip
{
border:none;
border-top: solid 1px #d0d4d8;
padding:15px 10px;
margin:0 0 0px 0;
}
fieldset.sip legend
{
display:none;
}
form label
{
display:block;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
text-align:right;
width:80px;
float:left;
height:25px;
line-height:25px;
}
form label span
{
color:Red;
letter-spacing:4px;
height:25px;
line-height:25px;
}
form label.labelforcb
{
float:left;
width:auto;
height:20px \9;
line-height:20px \9;
margin:2px 0 \0/;
}
*+html form label.labelforcb
{
margin:4px 0;
}
form div.rowctl
{
clear:both;
}
form div.atomctl
{
float:left;
display:block;
margin:2px 0;
}
input
{
float:left;
clear:right;
margin:0px 0px 6px 10px;
}
input[type='text'],input[type='password']
{
border: solid 1px #b4b4b4;
background:#fff url("../image/bg/text-bg.gif") repeat-x left -1px;
word-break:break-all;
height: 17px;
line-height: 17px;
padding: 4px 0px;
color:#333;
font-size:12px;
padding-left:5px;
}
input.readonly
{
border: solid 1px #ccc;
background:#F1F1FE;
color:#999;
}
textarea.WaterMarkState,input.WaterMarkState
{
color:#999;
}
textarea
{
/*border: solid 1px #907714;*/
border: solid 1px #b4b4b4;
background:#fff url("../image/bg/text-bg.gif") repeat-x left -1px;
overflow: auto;
height:60px;
padding:5px;
float:left;
clear:right;
margin:0px 0px 6px 10px;
}
input.readonly
{
border: solid 1px #ccc;
/*background:#f4f4f4;*/
color:#999;
}
button,.formtable input[type="button"],.formtable input[type="submit"]
{
border:#cccccc 1px solid;
background:#f1f8fe;
height:23px;
}
select
{
border:#b4b4b4 solid 1px;
display:inline-block;
height:25px;
line-height:25px;
color:#555;
font-size:14px;
margin:0px 0px 6px 10px;
float:left;
clear:right;
padding:2px 4px;
}
input[type="file"] {
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
height:25px;
line-height:25px;
}
/**************checkbox/radiobox ********************/
input[type=checkbox],
input[type=radio]
{
height:25px;
line-height:25px;
width:25px;
margin:6px 4px 6px 10px;
border: none \9;
}
input[type=checkbox],
input[type=radio] {
-webkit-appearance: none;
appearance: none;
width: 13px;
height: 13px;
cursor: pointer;
vertical-align: bottom;
background: #fff;
border: 1px solid #dcdcdc;
border: none \9;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
input[type=checkbox]:active,
input[type=radio]:active {
border-color: #c6c6c6;
background: #ebebeb;
}
input[type=checkbox]:hover {
border-color: #c6c6c6;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
input[type=radio] {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
width: 15px;
height: 15px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
background: #fff;
}
input[type=radio]:checked::after {
content: '';
display: block;
position: relative;
top: 3px;
left: 3px;
width: 7px;
height: 7px;
background: #666;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}
input[type=checkbox]:checked::after {
content: url(../image/checkmark.png);
display: block;
position: absolute;
top: -6px;
left: -5px;
}
input[type=checkbox]:focus {
outline: none;
border-color:#4d90fe;
}
/************* checkbox/radiobox end*********************/
.input-onfocus{
background:#F5FEEB;
border:1px solid #CDFA9C;
}
.xeasy-formItemMust
{
color: red;
}
/* JQuery Validation */
label.error
{
padding: 2px 0 2px 20px;
display: block;
background: url(../image/plugin/validate/exclamation.png) no-repeat 2px center;
}
input.error, select.error, textarea.error, input.cusErrorPanel, cusErrorPanel.cusErrorPanel, textarea.cusErrorPanel
{
border: solid 1px #c30;
background:url("../image/bg/invalid_line.gif") repeat-x left bottom;
}
label.checked
{
float: none;
position: relative;
padding: 0px 0 0px 18px;
background: url(../image/plugin/validate/accept.png) no-repeat 2px center;
}
div.cusErrorPanel
{
z-index: auto;
position: absolute;
width: 140px;
height: 35px;
overflow: hidden;
text-indent: 5px;
line-height: 40px;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
background: url(../image/plugin/validate/tooltop2.gif) no-repeat left top;
}
div.cusError
{
z-index: auto;
position: absolute;
width: 280px;
height: 35px;
overflow: hidden;
text-indent: 5px;
line-height: 40px;
font-size: 12px;
font-family: Arial;
background: url(../image/plugin/validate/tooltop.gif) no-repeat left top;
}
._w90
{
width:90px;
}
._w110
{
width:110px;
}
._w400
{
width:400px;
}
input._w110
{
width:106px;
}
input._w400
{
width:396px;
}
textarea._w400
{
width:390px;
}
form .btn-danger
{
font-size: 14px;
}
/**********************以下非通用样式***************************/
.btnpanel
{
padding-left: 100px;
margin-top: 20px;
}
.btnpanel button
{
width:70px;
margin-top: 20px;
margin-right:30px;
}
.colorpanel
{
display:block;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
width:450px;
float:left;
height:20px;
line-height:20px;
margin:0px 0px 0px 10px;
}
.colorpanel span.split
{
float: left;
color:#999;
display:inline-block;
font-size: 14px;
width: 5px;
margin:3px 4px 3px 0px;
line-height:15px;
}
.colorpanel a {
float: left;
display:inline-block;
height: 15px;
width: 15px;
margin:3px 3px 3px 0px;
color: #fff;
text-align: center;
font-size: 13px;
line-height:15px;
}
.editPanel
{
padding: 30px 0 0 0;
}
a.closeDailog
{
position: absolute;
top:7px;
right:7px;
display: block;
width: 14px;
height:14px;
background:#fff url("../image/combined_v40_vr.png") no-repeat -228px -48px
}
a.closeDailog:hover{
opacity:.7;
-moz-opacity:.7;
filter:alpha(opacity=70);
}
| 0.199152 | 0.092647 |
div.top-menu {
height: 30px;
display: none;
}
div.top-menu a {
font-size: 14px;
color: #226bb0;
}
textarea {
border: solid 1px #CCCCCC;
width: 99%;
height: 100px;
padding: 5px 0px;
}
div.btn-submit input {
display: inline-block;
height: 25px;
text-align: center;
background: #226bb0;
border: solid 1px #226bb0;
cursor: pointer;
font-size: 14px;
margin-top: 6px;
padding: 0px 10px;
margin-right: 15px;
color: #ffffff;
float: left;
}
div.btn-submit input:hover {
background: #ffffff;
color: #226bb0;
}
div#wrap {
height: auto;
overflow: hidden;
/* ===================================--|分页|--========================================*/
/*当前页*/
/**上一页与下一页失效状态*/
}
div#wrap div.hd-comment {
padding: 0px !important;
margin: 0px !important;
font-size: 12px;
padding-bottom: 20px;
height: auto;
overflow: hidden;
}
div#wrap div.hd-comment div.send {
border: 1px solid #c3d4e7;
padding: 10px;
height: auto;
overflow: hidden;
}
div#wrap div.hd-comment div.send h5 {
padding: 0px;
margin: 0px;
height: 25px;
border-bottom: 1px solid #C3D4E7;
color: #333;
line-height: 2em;
}
div#wrap div.hd-comment div.send h5 strong {
display: block;
float: left;
}
div#wrap div.hd-comment div.send h5 span {
float: right;
}
div#wrap div.hd-comment div.send h5 span a {
text-decoration: none;
color: #226bb0;
}
div#wrap div.hd-comment div.send div.posn {
clear: both;
padding-top: 10px;
padding-bottom: 15px;
}
div#wrap div.hd-comment div.send div.posn img {
vertical-align: middle;
}
div#wrap div.hd-comment div.send div.hd-comment-login {
float: left;
padding-top: 12px;
}
div#wrap div.hd-comment div.user-nologin {
padding: 10px;
text-align: center;
font-size: 14px;
font-family: '微软雅黑', Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
div#wrap div.hd-comment div.user-nologin a {
color: #198ACD;
}
div#wrap div.comment-list {
border: 1px solid #C3D4E7;
padding: 8px 15px;
margin-top: 20px;
}
div#wrap div.comment-list h5 {
padding: 0px;
margin: 0px;
font-size: 14px;
height: 25px;
line-height: 2em;
font-weight: normal;
}
div#wrap div.comment-list h5 span.time {
color: #999999;
font-size: 12px;
}
div#wrap div.comment-list div.comment-content {
font-size: 12px;
background: #f6f9fb;
border: 1px solid #c4d5df;
padding: 6px 10px;
margin: 10px 0;
height: auto;
overflow: hidden;
}
div#wrap div.comment-list div.comment-content span.comment-info {
font-size: 12px;
color: #004499;
display: block;
font-family: tahoma, arial;
padding-bottom: 5px;
}
div#wrap div.comment-list div.comment-content div.comment-reply {
float: right;
}
div#wrap div.comment-list div.comment-content div.comment-reply a {
text-decoration: none;
color: #226bb0;
font-weight: bold;
}
div#wrap div.comment-list div.comment-content div.reply {
margin-top: 10px;
display: none;
}
div#wrap div.comment-list div.line {
border-bottom: dashed 1px #DDDDDD;
position: relative;
top: -15px;
height: 30px;
overflow: hidden;
}
div#wrap div.page1 {
margin-top: 20px;
margin-left: 10px;
float: right;
color: #666;
}
div#wrap div.page1 strong,
div#wrap div.page1 a {
padding: 3px 10px;
display: block;
float: left;
border: solid 1px #dcdcdc;
margin-right: 5px;
font-size: 12px;
}
div#wrap div.page1 span.close {
padding: 3px 10px;
display: block;
float: left;
font-size: 12px;
border: solid 1px #dcdcdc;
margin-right: 5px;
color: #ccc;
cursor: no-drop;
}
div#wrap div.page1 strong {
display: block;
font-size: 12px;
float: left;
background: none repeat scroll 0 0 #488FCF !important;
border-color: #2470B5 #488FCF #488FCF;
color: #FFFFFF !important;
}
div#wrap div.page1 a {
color: #333;
float: left;
display: block;
text-decoration: none;
}
div#wrap div.page1 a:hover {
background: none repeat scroll 0 0 #488FCF !important;
border-color: #2470B5 #488FCF #488FCF;
color: #FFFFFF !important;
}
div#wrap div.page1 span.count {
font-size: 12px;
float: left;
display: block;
margin-right: 5px;
padding: 3px 10px;
}
|
HDCMS/Addons/Comment/View/Index/css/css.css
|
div.top-menu {
height: 30px;
display: none;
}
div.top-menu a {
font-size: 14px;
color: #226bb0;
}
textarea {
border: solid 1px #CCCCCC;
width: 99%;
height: 100px;
padding: 5px 0px;
}
div.btn-submit input {
display: inline-block;
height: 25px;
text-align: center;
background: #226bb0;
border: solid 1px #226bb0;
cursor: pointer;
font-size: 14px;
margin-top: 6px;
padding: 0px 10px;
margin-right: 15px;
color: #ffffff;
float: left;
}
div.btn-submit input:hover {
background: #ffffff;
color: #226bb0;
}
div#wrap {
height: auto;
overflow: hidden;
/* ===================================--|分页|--========================================*/
/*当前页*/
/**上一页与下一页失效状态*/
}
div#wrap div.hd-comment {
padding: 0px !important;
margin: 0px !important;
font-size: 12px;
padding-bottom: 20px;
height: auto;
overflow: hidden;
}
div#wrap div.hd-comment div.send {
border: 1px solid #c3d4e7;
padding: 10px;
height: auto;
overflow: hidden;
}
div#wrap div.hd-comment div.send h5 {
padding: 0px;
margin: 0px;
height: 25px;
border-bottom: 1px solid #C3D4E7;
color: #333;
line-height: 2em;
}
div#wrap div.hd-comment div.send h5 strong {
display: block;
float: left;
}
div#wrap div.hd-comment div.send h5 span {
float: right;
}
div#wrap div.hd-comment div.send h5 span a {
text-decoration: none;
color: #226bb0;
}
div#wrap div.hd-comment div.send div.posn {
clear: both;
padding-top: 10px;
padding-bottom: 15px;
}
div#wrap div.hd-comment div.send div.posn img {
vertical-align: middle;
}
div#wrap div.hd-comment div.send div.hd-comment-login {
float: left;
padding-top: 12px;
}
div#wrap div.hd-comment div.user-nologin {
padding: 10px;
text-align: center;
font-size: 14px;
font-family: '微软雅黑', Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
div#wrap div.hd-comment div.user-nologin a {
color: #198ACD;
}
div#wrap div.comment-list {
border: 1px solid #C3D4E7;
padding: 8px 15px;
margin-top: 20px;
}
div#wrap div.comment-list h5 {
padding: 0px;
margin: 0px;
font-size: 14px;
height: 25px;
line-height: 2em;
font-weight: normal;
}
div#wrap div.comment-list h5 span.time {
color: #999999;
font-size: 12px;
}
div#wrap div.comment-list div.comment-content {
font-size: 12px;
background: #f6f9fb;
border: 1px solid #c4d5df;
padding: 6px 10px;
margin: 10px 0;
height: auto;
overflow: hidden;
}
div#wrap div.comment-list div.comment-content span.comment-info {
font-size: 12px;
color: #004499;
display: block;
font-family: tahoma, arial;
padding-bottom: 5px;
}
div#wrap div.comment-list div.comment-content div.comment-reply {
float: right;
}
div#wrap div.comment-list div.comment-content div.comment-reply a {
text-decoration: none;
color: #226bb0;
font-weight: bold;
}
div#wrap div.comment-list div.comment-content div.reply {
margin-top: 10px;
display: none;
}
div#wrap div.comment-list div.line {
border-bottom: dashed 1px #DDDDDD;
position: relative;
top: -15px;
height: 30px;
overflow: hidden;
}
div#wrap div.page1 {
margin-top: 20px;
margin-left: 10px;
float: right;
color: #666;
}
div#wrap div.page1 strong,
div#wrap div.page1 a {
padding: 3px 10px;
display: block;
float: left;
border: solid 1px #dcdcdc;
margin-right: 5px;
font-size: 12px;
}
div#wrap div.page1 span.close {
padding: 3px 10px;
display: block;
float: left;
font-size: 12px;
border: solid 1px #dcdcdc;
margin-right: 5px;
color: #ccc;
cursor: no-drop;
}
div#wrap div.page1 strong {
display: block;
font-size: 12px;
float: left;
background: none repeat scroll 0 0 #488FCF !important;
border-color: #2470B5 #488FCF #488FCF;
color: #FFFFFF !important;
}
div#wrap div.page1 a {
color: #333;
float: left;
display: block;
text-decoration: none;
}
div#wrap div.page1 a:hover {
background: none repeat scroll 0 0 #488FCF !important;
border-color: #2470B5 #488FCF #488FCF;
color: #FFFFFF !important;
}
div#wrap div.page1 span.count {
font-size: 12px;
float: left;
display: block;
margin-right: 5px;
padding: 3px 10px;
}
| 0.271831 | 0.072571 |
.teamflag {
display: inline-block;
width: 16px;
height: 11px;
background: url('../img/flags.png') no-repeat;
}
.teamflag.teamflag-tm {
background-position: -208px -143px;
}
.teamflag.teamflag-ao {
background-position: -128px 0;
}
.teamflag.teamflag-tn {
background-position: -224px -143px;
}
.teamflag.teamflag-th {
background-position: -128px -143px;
}
.teamflag.teamflag-ae {
background-position: -16px 0;
}
.teamflag.teamflag-ph {
background-position: -224px -110px;
}
.teamflag.teamflag-tt {
background-position: -16px -154px;
}
.teamflag.teamflag-bv {
background-position: -208px -11px;
}
.teamflag.teamflag-bj {
background-position: -96px -11px;
}
.teamflag.teamflag-lr {
background-position: -16px -88px;
}
.teamflag.teamflag-tw {
background-position: -48px -154px;
}
.teamflag.teamflag-ck {
background-position: -128px -22px;
}
.teamflag.teamflag-nz {
background-position: -128px -110px;
}
.teamflag.teamflag-bm {
background-position: -112px -11px;
}
.teamflag.teamflag-km {
background-position: -64px -77px;
}
.teamflag.teamflag-nl {
background-position: -48px -110px;
}
.teamflag.teamflag-ug {
background-position: -96px -154px;
}
.teamflag.teamflag-jp {
background-position: -240px -66px;
}
.teamflag.teamflag-so {
background-position: -176px -132px;
}
.teamflag.teamflag-ne {
background-position: -240px -99px;
}
.teamflag.teamflag-bd {
background-position: -16px -11px;
}
.teamflag.teamflag-pt {
background-position: -80px -121px;
}
.teamflag.teamflag-bt {
background-position: -192px -11px;
}
.teamflag.teamflag-mu {
background-position: -112px -99px;
}
.teamflag.teamflag-at {
background-position: -176px 0;
}
.teamflag.teamflag-tr {
background-position: 0 -154px;
}
.teamflag.teamflag-sm {
background-position: -144px -132px;
}
.teamflag.teamflag-dk {
background-position: -80px -33px;
}
.teamflag.teamflag-no {
background-position: -64px -110px;
}
.teamflag.teamflag-si {
background-position: -96px -132px;
}
.teamflag.teamflag-sr {
background-position: -208px -132px;
}
.teamflag.teamflag-es {
background-position: -240px -33px;
}
.teamflag.teamflag-cf {
background-position: -64px -22px;
}
.teamflag.teamflag-hm {
background-position: -192px -55px;
}
.teamflag.teamflag-sk {
background-position: -112px -132px;
}
.teamflag.teamflag-ps {
background-position: -64px -121px;
}
.teamflag.teamflag-xk {
background-position: -80px -165px;
}
.teamflag.teamflag-lb {
background-position: -208px -77px;
}
.teamflag.teamflag-kz {
background-position: -176px -77px;
}
.teamflag.teamflag-mp {
background-position: -32px -99px;
}
.teamflag.teamflag-fj {
background-position: -48px -44px;
}
.teamflag.teamflag-uz {
background-position: -160px -154px;
}
.teamflag.teamflag-sh {
background-position: -80px -132px;
}
.teamflag.teamflag-am {
background-position: -96px 0;
}
.teamflag.teamflag-eu {
background-position: -16px -44px;
}
.teamflag.teamflag-kn {
background-position: -80px -77px;
}
.teamflag.teamflag-lu {
background-position: -64px -88px;
}
.teamflag.teamflag-ly {
background-position: -96px -88px;
}
.teamflag.teamflag-tibet {
background-position: -144px -143px;
}
.teamflag.teamflag-bb {
background-position: 0 -11px;
}
.teamflag.teamflag-gi {
background-position: -240px -44px;
}
.teamflag.teamflag-ai {
background-position: -64px 0;
}
.teamflag.teamflag-br {
background-position: -160px -11px;
}
.teamflag.teamflag-gs {
background-position: -96px -55px;
}
.teamflag.teamflag-pa {
background-position: -160px -110px;
}
.teamflag.teamflag-ge {
background-position: -176px -44px;
}
.teamflag.teamflag-vn {
background-position: 0 -165px;
}
.teamflag.teamflag-gr {
background-position: -80px -55px;
}
.teamflag.teamflag-ni {
background-position: -32px -110px;
}
.teamflag.teamflag-me {
background-position: -160px -88px;
}
.teamflag.teamflag-ir {
background-position: -144px -66px;
}
.teamflag.teamflag-ss {
background-position: -224px -132px;
}
.teamflag.teamflag-al {
background-position: -80px 0;
}
.teamflag.teamflag-gu {
background-position: -128px -55px;
}
.teamflag.teamflag-cl {
background-position: -144px -22px;
}
.teamflag.teamflag-ng {
background-position: -16px -110px;
}
.teamflag.teamflag-gl {
background-position: 0 -55px;
}
.teamflag.teamflag-do {
background-position: -112px -33px;
}
.teamflag.teamflag-ls {
background-position: -32px -88px;
}
.teamflag.teamflag-sz {
background-position: -48px -143px;
}
.teamflag.teamflag-dm {
background-position: -96px -33px;
}
.teamflag.teamflag-sl {
background-position: -128px -132px;
}
.teamflag.teamflag-ba {
background-position: -240px 0;
}
.teamflag.teamflag-kp {
background-position: -96px -77px;
}
.teamflag.teamflag-nc {
background-position: -224px -99px;
}
.teamflag.teamflag-cg {
background-position: -80px -22px;
}
.teamflag.teamflag-ky {
background-position: -160px -77px;
}
.teamflag.teamflag-be {
background-position: -32px -11px;
}
.teamflag.teamflag-kh {
background-position: -32px -77px;
}
.teamflag.teamflag-yt {
background-position: -112px -165px;
}
.teamflag.teamflag-cz {
background-position: -32px -33px;
}
.teamflag.teamflag-re {
background-position: -144px -121px;
}
.teamflag.teamflag-sd {
background-position: -32px -132px;
}
.teamflag.teamflag-tf {
background-position: -96px -143px;
}
.teamflag.teamflag-qa {
background-position: -128px -121px;
}
.teamflag.teamflag-lc {
background-position: -224px -77px;
}
.teamflag.teamflag-la {
background-position: -192px -77px;
}
.teamflag.teamflag-jo {
background-position: -224px -66px;
}
.teamflag.teamflag-pw {
background-position: -96px -121px;
}
.teamflag.teamflag-rs {
background-position: -176px -121px;
}
.teamflag.teamflag-lv {
background-position: -80px -88px;
}
.teamflag.teamflag-ke {
background-position: 0 -77px;
}
.teamflag.teamflag-tl {
background-position: -192px -143px;
}
.teamflag.teamflag-gq {
background-position: -64px -55px;
}
.teamflag.teamflag-catalonia {
background-position: -32px -22px;
}
.teamflag.teamflag-gb {
background-position: -144px -44px;
}
.teamflag.teamflag-ci {
background-position: -112px -22px;
}
.teamflag.teamflag-my {
background-position: -176px -99px;
}
.teamflag.teamflag-ws {
background-position: -64px -165px;
}
.teamflag.teamflag-mq {
background-position: -48px -99px;
}
.teamflag.teamflag-se {
background-position: -48px -132px;
}
.teamflag.teamflag-bg {
background-position: -64px -11px;
}
.teamflag.teamflag-ml {
background-position: -224px -88px;
}
.teamflag.teamflag-mk {
background-position: -208px -88px;
}
.teamflag.teamflag-sx {
background-position: -16px -143px;
}
.teamflag.teamflag-bo {
background-position: -144px -11px;
}
.teamflag.teamflag-ma {
background-position: -112px -88px;
}
.teamflag.teamflag-iq {
background-position: -128px -66px;
}
.teamflag.teamflag-fi {
background-position: -32px -44px;
}
.teamflag.teamflag-sv {
background-position: 0 -143px;
}
.teamflag.teamflag-us {
background-position: -128px -154px;
}
.teamflag.teamflag-mm {
background-position: -240px -88px;
}
.teamflag.teamflag-va {
background-position: -176px -154px;
}
.teamflag.teamflag-cc {
background-position: -192px -165px;
}
.teamflag.teamflag-bn {
background-position: -128px -11px;
}
.teamflag.teamflag-zw {
background-position: -176px -165px;
}
.teamflag.teamflag-mw {
background-position: -144px -99px;
}
.teamflag.teamflag-tc {
background-position: -64px -143px;
}
.teamflag.teamflag-mn {
background-position: 0 -99px;
}
.teamflag.teamflag-ch {
background-position: -96px -22px;
}
.teamflag.teamflag-gf {
background-position: -192px -44px;
}
.teamflag.teamflag-zm {
background-position: -160px -165px;
}
.teamflag.teamflag-ga {
background-position: -128px -44px;
}
.teamflag.teamflag-um {
background-position: -112px -154px;
}
.teamflag.teamflag-ht {
background-position: -240px -55px;
}
.teamflag.teamflag-co {
background-position: -192px -22px;
}
.teamflag.teamflag-ye {
background-position: -96px -165px;
}
.teamflag.teamflag-rw {
background-position: -208px -121px;
}
.teamflag.teamflag-ec {
background-position: -144px -33px;
}
.teamflag.teamflag-ki {
background-position: -48px -77px;
}
.teamflag.teamflag-sb {
background-position: -240px -121px;
}
.teamflag.teamflag-mh {
background-position: -192px -88px;
}
.teamflag.teamflag-mr {
background-position: -64px -99px;
}
.teamflag.teamflag-mo {
background-position: -16px -99px;
}
.teamflag.teamflag-eg {
background-position: -176px -33px;
}
.teamflag.teamflag-et {
background-position: 0 -44px;
}
.teamflag.teamflag-cd {
background-position: -48px -22px;
}
.teamflag.teamflag-mt {
background-position: -96px -99px;
}
.teamflag.teamflag-zanzibar {
background-position: -144px -165px;
}
.teamflag.teamflag-nu {
background-position: -112px -110px;
}
.teamflag.teamflag-ee {
background-position: -160px -33px;
}
.teamflag.teamflag-hk {
background-position: -176px -55px;
}
.teamflag.teamflag-dj {
background-position: -64px -33px;
}
.teamflag.teamflag-ic {
background-position: -16px -66px;
}
.teamflag.teamflag-ca {
background-position: -16px -22px;
}
.teamflag.teamflag-to {
background-position: -240px -143px;
}
.teamflag.teamflag-bs {
background-position: -176px -11px;
}
.teamflag.teamflag-fr {
background-position: -112px -44px;
}
.teamflag.teamflag-is {
background-position: -160px -66px;
}
.teamflag.teamflag-pm {
background-position: -16px -121px;
}
.teamflag.teamflag-vi {
background-position: -240px -154px;
}
.teamflag.teamflag-ad {
background-position: 0 0;
}
.teamflag.teamflag-eh {
background-position: -192px -33px;
}
.teamflag.teamflag-cr {
background-position: -208px -22px;
}
.teamflag.teamflag-vg {
background-position: -224px -154px;
}
.teamflag.teamflag-sy {
background-position: -32px -143px;
}
.teamflag.teamflag-ru {
background-position: -192px -121px;
}
.teamflag.teamflag-hn {
background-position: -208px -55px;
}
.teamflag.teamflag-gw {
background-position: -144px -55px;
}
.teamflag.teamflag-gg {
background-position: -208px -44px;
}
.teamflag.teamflag-an {
background-position: -112px 0;
}
.teamflag.teamflag-somaliland {
background-position: -192px -132px;
}
.teamflag.teamflag-cn {
background-position: -176px -22px;
}
.teamflag.teamflag-wales {
background-position: -32px -165px;
}
.teamflag.teamflag-fm {
background-position: -80px -44px;
}
.teamflag.teamflag-tz {
background-position: -64px -154px;
}
.teamflag.teamflag-scotland {
background-position: -16px -132px;
}
.teamflag.teamflag-it {
background-position: -176px -66px;
}
.teamflag.teamflag-pe {
background-position: -176px -110px;
}
.teamflag.teamflag-tk {
background-position: -176px -143px;
}
.teamflag.teamflag-sa {
background-position: -224px -121px;
}
.teamflag.teamflag-au {
background-position: -192px 0;
}
.teamflag.teamflag-ms {
background-position: -80px -99px;
}
.teamflag.teamflag-gh {
background-position: -224px -44px;
}
.teamflag.teamflag-mg {
background-position: -176px -88px;
}
.teamflag.teamflag-pl {
background-position: 0 -121px;
}
.teamflag.teamflag-de {
background-position: -48px -33px;
}
.teamflag.teamflag-lk {
background-position: 0 -88px;
}
.teamflag.teamflag-bh {
background-position: -80px -11px;
}
.teamflag.teamflag-py {
background-position: -112px -121px;
}
.teamflag.teamflag-za {
background-position: -128px -165px;
}
.teamflag.teamflag-cy {
background-position: -16px -33px;
}
.teamflag.teamflag-il {
background-position: -64px -66px;
}
.teamflag.teamflag-gd {
background-position: -160px -44px;
}
.teamflag.teamflag-nr {
background-position: -96px -110px;
}
.teamflag.teamflag-vu {
background-position: -16px -165px;
}
.teamflag.teamflag-jm {
background-position: -208px -66px;
}
.teamflag.teamflag-td {
background-position: -80px -143px;
}
.teamflag.teamflag-wf {
background-position: -48px -165px;
}
.teamflag.teamflag-pr {
background-position: -48px -121px;
}
.teamflag.teamflag-mv {
background-position: -128px -99px;
}
.teamflag.teamflag-id {
background-position: -32px -66px;
}
.teamflag.teamflag-tg {
background-position: -112px -143px;
}
.teamflag.teamflag-by {
background-position: -240px -11px;
}
.teamflag.teamflag-io {
background-position: -112px -66px;
}
.teamflag.teamflag-pn {
background-position: -32px -121px;
}
.teamflag.teamflag-je {
background-position: -192px -66px;
}
.teamflag.teamflag-bz {
background-position: 0 -22px;
}
.teamflag.teamflag-hu {
background-position: 0 -66px;
}
.teamflag.teamflag-tj {
background-position: -160px -143px;
}
.teamflag.teamflag-ie {
background-position: -48px -66px;
}
.teamflag.teamflag-kw {
background-position: -144px -77px;
}
.teamflag.teamflag-bf {
background-position: -48px -11px;
}
.teamflag.teamflag-uy {
background-position: -144px -154px;
}
.teamflag.teamflag-er {
background-position: -224px -33px;
}
.teamflag.teamflag-sc {
background-position: 0 -132px;
}
.teamflag.teamflag-fk {
background-position: -64px -44px;
}
.teamflag.teamflag-kr {
background-position: -112px -77px;
}
.teamflag.teamflag-ar {
background-position: -144px 0;
}
.teamflag.teamflag-ve {
background-position: -208px -154px;
}
.teamflag.teamflag-az {
background-position: -224px 0;
}
.teamflag.teamflag-md {
background-position: -144px -88px;
}
.teamflag.teamflag-tv {
background-position: -32px -154px;
}
.teamflag.teamflag-nf {
background-position: 0 -110px;
}
.teamflag.teamflag-fo {
background-position: -96px -44px;
}
.teamflag.teamflag-gt {
background-position: -112px -55px;
}
.teamflag.teamflag-af {
background-position: -32px 0;
}
.teamflag.teamflag-cu {
background-position: -224px -22px;
}
.teamflag.teamflag-aw {
background-position: -208px 0;
}
.teamflag.teamflag-mz {
background-position: -192px -99px;
}
.teamflag.teamflag-mx {
background-position: -160px -99px;
}
.teamflag.teamflag-om {
background-position: -144px -110px;
}
.teamflag.teamflag-gm {
background-position: -16px -55px;
}
.teamflag.teamflag-pf {
background-position: -192px -110px;
}
.teamflag.teamflag-bw {
background-position: -224px -11px;
}
.teamflag.teamflag-england {
background-position: -208px -33px;
}
.teamflag.teamflag-cw {
background-position: 0 -33px;
}
.teamflag.teamflag-sg {
background-position: -64px -132px;
}
.teamflag.teamflag-ro {
background-position: -160px -121px;
}
.teamflag.teamflag-ua {
background-position: -80px -154px;
}
.teamflag.teamflag-hr {
background-position: -224px -55px;
}
.teamflag.teamflag-gp {
background-position: -48px -55px;
}
.teamflag.teamflag-im {
background-position: -80px -66px;
}
.teamflag.teamflag-pk {
background-position: -240px -110px;
}
.teamflag.teamflag-cm {
background-position: -160px -22px;
}
.teamflag.teamflag-lt {
background-position: -48px -88px;
}
.teamflag.teamflag-li {
background-position: -240px -77px;
}
.teamflag.teamflag-st {
background-position: -240px -132px;
}
.teamflag.teamflag-mc {
background-position: -128px -88px;
}
.teamflag.teamflag-cv {
background-position: -240px -22px;
}
.teamflag.teamflag-pg {
background-position: -208px -110px;
}
.teamflag.teamflag-kurdistan {
background-position: -128px -77px;
}
.teamflag.teamflag-in {
background-position: -96px -66px;
}
.teamflag.teamflag-kg {
background-position: -16px -77px;
}
.teamflag.teamflag-as {
background-position: -160px 0;
}
.teamflag.teamflag-np {
background-position: -80px -110px;
}
.teamflag.teamflag-sn {
background-position: -160px -132px;
}
.teamflag.teamflag-na {
background-position: -208px -99px;
}
.teamflag.teamflag-gn {
background-position: -32px -55px;
}
.teamflag.teamflag-vc {
background-position: -192px -154px;
}
.teamflag.teamflag-ag {
background-position: -48px 0;
}
.teamflag.teamflag-dz {
background-position: -128px -33px;
}
.teamflag.teamflag-gy {
background-position: -160px -55px;
}
|
web/css/flags.css
|
.teamflag {
display: inline-block;
width: 16px;
height: 11px;
background: url('../img/flags.png') no-repeat;
}
.teamflag.teamflag-tm {
background-position: -208px -143px;
}
.teamflag.teamflag-ao {
background-position: -128px 0;
}
.teamflag.teamflag-tn {
background-position: -224px -143px;
}
.teamflag.teamflag-th {
background-position: -128px -143px;
}
.teamflag.teamflag-ae {
background-position: -16px 0;
}
.teamflag.teamflag-ph {
background-position: -224px -110px;
}
.teamflag.teamflag-tt {
background-position: -16px -154px;
}
.teamflag.teamflag-bv {
background-position: -208px -11px;
}
.teamflag.teamflag-bj {
background-position: -96px -11px;
}
.teamflag.teamflag-lr {
background-position: -16px -88px;
}
.teamflag.teamflag-tw {
background-position: -48px -154px;
}
.teamflag.teamflag-ck {
background-position: -128px -22px;
}
.teamflag.teamflag-nz {
background-position: -128px -110px;
}
.teamflag.teamflag-bm {
background-position: -112px -11px;
}
.teamflag.teamflag-km {
background-position: -64px -77px;
}
.teamflag.teamflag-nl {
background-position: -48px -110px;
}
.teamflag.teamflag-ug {
background-position: -96px -154px;
}
.teamflag.teamflag-jp {
background-position: -240px -66px;
}
.teamflag.teamflag-so {
background-position: -176px -132px;
}
.teamflag.teamflag-ne {
background-position: -240px -99px;
}
.teamflag.teamflag-bd {
background-position: -16px -11px;
}
.teamflag.teamflag-pt {
background-position: -80px -121px;
}
.teamflag.teamflag-bt {
background-position: -192px -11px;
}
.teamflag.teamflag-mu {
background-position: -112px -99px;
}
.teamflag.teamflag-at {
background-position: -176px 0;
}
.teamflag.teamflag-tr {
background-position: 0 -154px;
}
.teamflag.teamflag-sm {
background-position: -144px -132px;
}
.teamflag.teamflag-dk {
background-position: -80px -33px;
}
.teamflag.teamflag-no {
background-position: -64px -110px;
}
.teamflag.teamflag-si {
background-position: -96px -132px;
}
.teamflag.teamflag-sr {
background-position: -208px -132px;
}
.teamflag.teamflag-es {
background-position: -240px -33px;
}
.teamflag.teamflag-cf {
background-position: -64px -22px;
}
.teamflag.teamflag-hm {
background-position: -192px -55px;
}
.teamflag.teamflag-sk {
background-position: -112px -132px;
}
.teamflag.teamflag-ps {
background-position: -64px -121px;
}
.teamflag.teamflag-xk {
background-position: -80px -165px;
}
.teamflag.teamflag-lb {
background-position: -208px -77px;
}
.teamflag.teamflag-kz {
background-position: -176px -77px;
}
.teamflag.teamflag-mp {
background-position: -32px -99px;
}
.teamflag.teamflag-fj {
background-position: -48px -44px;
}
.teamflag.teamflag-uz {
background-position: -160px -154px;
}
.teamflag.teamflag-sh {
background-position: -80px -132px;
}
.teamflag.teamflag-am {
background-position: -96px 0;
}
.teamflag.teamflag-eu {
background-position: -16px -44px;
}
.teamflag.teamflag-kn {
background-position: -80px -77px;
}
.teamflag.teamflag-lu {
background-position: -64px -88px;
}
.teamflag.teamflag-ly {
background-position: -96px -88px;
}
.teamflag.teamflag-tibet {
background-position: -144px -143px;
}
.teamflag.teamflag-bb {
background-position: 0 -11px;
}
.teamflag.teamflag-gi {
background-position: -240px -44px;
}
.teamflag.teamflag-ai {
background-position: -64px 0;
}
.teamflag.teamflag-br {
background-position: -160px -11px;
}
.teamflag.teamflag-gs {
background-position: -96px -55px;
}
.teamflag.teamflag-pa {
background-position: -160px -110px;
}
.teamflag.teamflag-ge {
background-position: -176px -44px;
}
.teamflag.teamflag-vn {
background-position: 0 -165px;
}
.teamflag.teamflag-gr {
background-position: -80px -55px;
}
.teamflag.teamflag-ni {
background-position: -32px -110px;
}
.teamflag.teamflag-me {
background-position: -160px -88px;
}
.teamflag.teamflag-ir {
background-position: -144px -66px;
}
.teamflag.teamflag-ss {
background-position: -224px -132px;
}
.teamflag.teamflag-al {
background-position: -80px 0;
}
.teamflag.teamflag-gu {
background-position: -128px -55px;
}
.teamflag.teamflag-cl {
background-position: -144px -22px;
}
.teamflag.teamflag-ng {
background-position: -16px -110px;
}
.teamflag.teamflag-gl {
background-position: 0 -55px;
}
.teamflag.teamflag-do {
background-position: -112px -33px;
}
.teamflag.teamflag-ls {
background-position: -32px -88px;
}
.teamflag.teamflag-sz {
background-position: -48px -143px;
}
.teamflag.teamflag-dm {
background-position: -96px -33px;
}
.teamflag.teamflag-sl {
background-position: -128px -132px;
}
.teamflag.teamflag-ba {
background-position: -240px 0;
}
.teamflag.teamflag-kp {
background-position: -96px -77px;
}
.teamflag.teamflag-nc {
background-position: -224px -99px;
}
.teamflag.teamflag-cg {
background-position: -80px -22px;
}
.teamflag.teamflag-ky {
background-position: -160px -77px;
}
.teamflag.teamflag-be {
background-position: -32px -11px;
}
.teamflag.teamflag-kh {
background-position: -32px -77px;
}
.teamflag.teamflag-yt {
background-position: -112px -165px;
}
.teamflag.teamflag-cz {
background-position: -32px -33px;
}
.teamflag.teamflag-re {
background-position: -144px -121px;
}
.teamflag.teamflag-sd {
background-position: -32px -132px;
}
.teamflag.teamflag-tf {
background-position: -96px -143px;
}
.teamflag.teamflag-qa {
background-position: -128px -121px;
}
.teamflag.teamflag-lc {
background-position: -224px -77px;
}
.teamflag.teamflag-la {
background-position: -192px -77px;
}
.teamflag.teamflag-jo {
background-position: -224px -66px;
}
.teamflag.teamflag-pw {
background-position: -96px -121px;
}
.teamflag.teamflag-rs {
background-position: -176px -121px;
}
.teamflag.teamflag-lv {
background-position: -80px -88px;
}
.teamflag.teamflag-ke {
background-position: 0 -77px;
}
.teamflag.teamflag-tl {
background-position: -192px -143px;
}
.teamflag.teamflag-gq {
background-position: -64px -55px;
}
.teamflag.teamflag-catalonia {
background-position: -32px -22px;
}
.teamflag.teamflag-gb {
background-position: -144px -44px;
}
.teamflag.teamflag-ci {
background-position: -112px -22px;
}
.teamflag.teamflag-my {
background-position: -176px -99px;
}
.teamflag.teamflag-ws {
background-position: -64px -165px;
}
.teamflag.teamflag-mq {
background-position: -48px -99px;
}
.teamflag.teamflag-se {
background-position: -48px -132px;
}
.teamflag.teamflag-bg {
background-position: -64px -11px;
}
.teamflag.teamflag-ml {
background-position: -224px -88px;
}
.teamflag.teamflag-mk {
background-position: -208px -88px;
}
.teamflag.teamflag-sx {
background-position: -16px -143px;
}
.teamflag.teamflag-bo {
background-position: -144px -11px;
}
.teamflag.teamflag-ma {
background-position: -112px -88px;
}
.teamflag.teamflag-iq {
background-position: -128px -66px;
}
.teamflag.teamflag-fi {
background-position: -32px -44px;
}
.teamflag.teamflag-sv {
background-position: 0 -143px;
}
.teamflag.teamflag-us {
background-position: -128px -154px;
}
.teamflag.teamflag-mm {
background-position: -240px -88px;
}
.teamflag.teamflag-va {
background-position: -176px -154px;
}
.teamflag.teamflag-cc {
background-position: -192px -165px;
}
.teamflag.teamflag-bn {
background-position: -128px -11px;
}
.teamflag.teamflag-zw {
background-position: -176px -165px;
}
.teamflag.teamflag-mw {
background-position: -144px -99px;
}
.teamflag.teamflag-tc {
background-position: -64px -143px;
}
.teamflag.teamflag-mn {
background-position: 0 -99px;
}
.teamflag.teamflag-ch {
background-position: -96px -22px;
}
.teamflag.teamflag-gf {
background-position: -192px -44px;
}
.teamflag.teamflag-zm {
background-position: -160px -165px;
}
.teamflag.teamflag-ga {
background-position: -128px -44px;
}
.teamflag.teamflag-um {
background-position: -112px -154px;
}
.teamflag.teamflag-ht {
background-position: -240px -55px;
}
.teamflag.teamflag-co {
background-position: -192px -22px;
}
.teamflag.teamflag-ye {
background-position: -96px -165px;
}
.teamflag.teamflag-rw {
background-position: -208px -121px;
}
.teamflag.teamflag-ec {
background-position: -144px -33px;
}
.teamflag.teamflag-ki {
background-position: -48px -77px;
}
.teamflag.teamflag-sb {
background-position: -240px -121px;
}
.teamflag.teamflag-mh {
background-position: -192px -88px;
}
.teamflag.teamflag-mr {
background-position: -64px -99px;
}
.teamflag.teamflag-mo {
background-position: -16px -99px;
}
.teamflag.teamflag-eg {
background-position: -176px -33px;
}
.teamflag.teamflag-et {
background-position: 0 -44px;
}
.teamflag.teamflag-cd {
background-position: -48px -22px;
}
.teamflag.teamflag-mt {
background-position: -96px -99px;
}
.teamflag.teamflag-zanzibar {
background-position: -144px -165px;
}
.teamflag.teamflag-nu {
background-position: -112px -110px;
}
.teamflag.teamflag-ee {
background-position: -160px -33px;
}
.teamflag.teamflag-hk {
background-position: -176px -55px;
}
.teamflag.teamflag-dj {
background-position: -64px -33px;
}
.teamflag.teamflag-ic {
background-position: -16px -66px;
}
.teamflag.teamflag-ca {
background-position: -16px -22px;
}
.teamflag.teamflag-to {
background-position: -240px -143px;
}
.teamflag.teamflag-bs {
background-position: -176px -11px;
}
.teamflag.teamflag-fr {
background-position: -112px -44px;
}
.teamflag.teamflag-is {
background-position: -160px -66px;
}
.teamflag.teamflag-pm {
background-position: -16px -121px;
}
.teamflag.teamflag-vi {
background-position: -240px -154px;
}
.teamflag.teamflag-ad {
background-position: 0 0;
}
.teamflag.teamflag-eh {
background-position: -192px -33px;
}
.teamflag.teamflag-cr {
background-position: -208px -22px;
}
.teamflag.teamflag-vg {
background-position: -224px -154px;
}
.teamflag.teamflag-sy {
background-position: -32px -143px;
}
.teamflag.teamflag-ru {
background-position: -192px -121px;
}
.teamflag.teamflag-hn {
background-position: -208px -55px;
}
.teamflag.teamflag-gw {
background-position: -144px -55px;
}
.teamflag.teamflag-gg {
background-position: -208px -44px;
}
.teamflag.teamflag-an {
background-position: -112px 0;
}
.teamflag.teamflag-somaliland {
background-position: -192px -132px;
}
.teamflag.teamflag-cn {
background-position: -176px -22px;
}
.teamflag.teamflag-wales {
background-position: -32px -165px;
}
.teamflag.teamflag-fm {
background-position: -80px -44px;
}
.teamflag.teamflag-tz {
background-position: -64px -154px;
}
.teamflag.teamflag-scotland {
background-position: -16px -132px;
}
.teamflag.teamflag-it {
background-position: -176px -66px;
}
.teamflag.teamflag-pe {
background-position: -176px -110px;
}
.teamflag.teamflag-tk {
background-position: -176px -143px;
}
.teamflag.teamflag-sa {
background-position: -224px -121px;
}
.teamflag.teamflag-au {
background-position: -192px 0;
}
.teamflag.teamflag-ms {
background-position: -80px -99px;
}
.teamflag.teamflag-gh {
background-position: -224px -44px;
}
.teamflag.teamflag-mg {
background-position: -176px -88px;
}
.teamflag.teamflag-pl {
background-position: 0 -121px;
}
.teamflag.teamflag-de {
background-position: -48px -33px;
}
.teamflag.teamflag-lk {
background-position: 0 -88px;
}
.teamflag.teamflag-bh {
background-position: -80px -11px;
}
.teamflag.teamflag-py {
background-position: -112px -121px;
}
.teamflag.teamflag-za {
background-position: -128px -165px;
}
.teamflag.teamflag-cy {
background-position: -16px -33px;
}
.teamflag.teamflag-il {
background-position: -64px -66px;
}
.teamflag.teamflag-gd {
background-position: -160px -44px;
}
.teamflag.teamflag-nr {
background-position: -96px -110px;
}
.teamflag.teamflag-vu {
background-position: -16px -165px;
}
.teamflag.teamflag-jm {
background-position: -208px -66px;
}
.teamflag.teamflag-td {
background-position: -80px -143px;
}
.teamflag.teamflag-wf {
background-position: -48px -165px;
}
.teamflag.teamflag-pr {
background-position: -48px -121px;
}
.teamflag.teamflag-mv {
background-position: -128px -99px;
}
.teamflag.teamflag-id {
background-position: -32px -66px;
}
.teamflag.teamflag-tg {
background-position: -112px -143px;
}
.teamflag.teamflag-by {
background-position: -240px -11px;
}
.teamflag.teamflag-io {
background-position: -112px -66px;
}
.teamflag.teamflag-pn {
background-position: -32px -121px;
}
.teamflag.teamflag-je {
background-position: -192px -66px;
}
.teamflag.teamflag-bz {
background-position: 0 -22px;
}
.teamflag.teamflag-hu {
background-position: 0 -66px;
}
.teamflag.teamflag-tj {
background-position: -160px -143px;
}
.teamflag.teamflag-ie {
background-position: -48px -66px;
}
.teamflag.teamflag-kw {
background-position: -144px -77px;
}
.teamflag.teamflag-bf {
background-position: -48px -11px;
}
.teamflag.teamflag-uy {
background-position: -144px -154px;
}
.teamflag.teamflag-er {
background-position: -224px -33px;
}
.teamflag.teamflag-sc {
background-position: 0 -132px;
}
.teamflag.teamflag-fk {
background-position: -64px -44px;
}
.teamflag.teamflag-kr {
background-position: -112px -77px;
}
.teamflag.teamflag-ar {
background-position: -144px 0;
}
.teamflag.teamflag-ve {
background-position: -208px -154px;
}
.teamflag.teamflag-az {
background-position: -224px 0;
}
.teamflag.teamflag-md {
background-position: -144px -88px;
}
.teamflag.teamflag-tv {
background-position: -32px -154px;
}
.teamflag.teamflag-nf {
background-position: 0 -110px;
}
.teamflag.teamflag-fo {
background-position: -96px -44px;
}
.teamflag.teamflag-gt {
background-position: -112px -55px;
}
.teamflag.teamflag-af {
background-position: -32px 0;
}
.teamflag.teamflag-cu {
background-position: -224px -22px;
}
.teamflag.teamflag-aw {
background-position: -208px 0;
}
.teamflag.teamflag-mz {
background-position: -192px -99px;
}
.teamflag.teamflag-mx {
background-position: -160px -99px;
}
.teamflag.teamflag-om {
background-position: -144px -110px;
}
.teamflag.teamflag-gm {
background-position: -16px -55px;
}
.teamflag.teamflag-pf {
background-position: -192px -110px;
}
.teamflag.teamflag-bw {
background-position: -224px -11px;
}
.teamflag.teamflag-england {
background-position: -208px -33px;
}
.teamflag.teamflag-cw {
background-position: 0 -33px;
}
.teamflag.teamflag-sg {
background-position: -64px -132px;
}
.teamflag.teamflag-ro {
background-position: -160px -121px;
}
.teamflag.teamflag-ua {
background-position: -80px -154px;
}
.teamflag.teamflag-hr {
background-position: -224px -55px;
}
.teamflag.teamflag-gp {
background-position: -48px -55px;
}
.teamflag.teamflag-im {
background-position: -80px -66px;
}
.teamflag.teamflag-pk {
background-position: -240px -110px;
}
.teamflag.teamflag-cm {
background-position: -160px -22px;
}
.teamflag.teamflag-lt {
background-position: -48px -88px;
}
.teamflag.teamflag-li {
background-position: -240px -77px;
}
.teamflag.teamflag-st {
background-position: -240px -132px;
}
.teamflag.teamflag-mc {
background-position: -128px -88px;
}
.teamflag.teamflag-cv {
background-position: -240px -22px;
}
.teamflag.teamflag-pg {
background-position: -208px -110px;
}
.teamflag.teamflag-kurdistan {
background-position: -128px -77px;
}
.teamflag.teamflag-in {
background-position: -96px -66px;
}
.teamflag.teamflag-kg {
background-position: -16px -77px;
}
.teamflag.teamflag-as {
background-position: -160px 0;
}
.teamflag.teamflag-np {
background-position: -80px -110px;
}
.teamflag.teamflag-sn {
background-position: -160px -132px;
}
.teamflag.teamflag-na {
background-position: -208px -99px;
}
.teamflag.teamflag-gn {
background-position: -32px -55px;
}
.teamflag.teamflag-vc {
background-position: -192px -154px;
}
.teamflag.teamflag-ag {
background-position: -48px 0;
}
.teamflag.teamflag-dz {
background-position: -128px -33px;
}
.teamflag.teamflag-gy {
background-position: -160px -55px;
}
| 0.197987 | 0.070368 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.flex-container {
font-size: 200%;
display: block;
columns: 5;
column-width: 20%;
column-gap: 1em;
column-fill: auto;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
page-break-inside: avoid; /* Firefox */
break-inside: avoid;
margin: 2.25em 2.25em 2.25em 2.25em;
}
@media screen and (max-width: 3150px) {
.flex-container {
font-size: 175%;
column-gap: 1.25em;
margin: 2.25em 2.25em 2.25em 2.25em;
}
}
@media screen and (max-width: 2600px) {
.flex-container {
font-size: 150%;
column-gap: 1.25em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 2500px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 2000px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 1600px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 1400px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
columns: 4;
}
}
@media screen and (max-width: 1200px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
columns: 3;
}
}
|
src/App.css
|
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.flex-container {
font-size: 200%;
display: block;
columns: 5;
column-width: 20%;
column-gap: 1em;
column-fill: auto;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
page-break-inside: avoid; /* Firefox */
break-inside: avoid;
margin: 2.25em 2.25em 2.25em 2.25em;
}
@media screen and (max-width: 3150px) {
.flex-container {
font-size: 175%;
column-gap: 1.25em;
margin: 2.25em 2.25em 2.25em 2.25em;
}
}
@media screen and (max-width: 2600px) {
.flex-container {
font-size: 150%;
column-gap: 1.25em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 2500px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 2000px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 1600px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
}
}
@media screen and (max-width: 1400px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
columns: 4;
}
}
@media screen and (max-width: 1200px) {
.flex-container {
font-size: 1em;
column-gap: 0.625em;
margin: 1.125em 1.125em 1.125em 1.125em;
columns: 3;
}
}
| 0.599368 | 0.15863 |
.background_glassyRed3,
.hover_background_glassyRed3:hover,
.active_background_glassyRed3:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 29, 29)), color-stop(50%, rgb(252, 0, 0)), color-stop(55%, rgb(221, 0, 0)), color-stop(100%, rgb(255, 60, 60)));
background-image: -webkit-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: -o-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: linear-gradient(to bottom, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d1d', endColorstr='#ff3c3c',GradientType=0 );
}
.background_glassyRed3h,
.hover_background_glassyRed3h:hover,
.active_background_glassyRed3h:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 85, 85)), color-stop(50%, rgb(255, 48, 48)), color-stop(55%, rgb(255, 10, 10)), color-stop(100%, rgb(255, 123, 123)));
background-image: -webkit-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: -o-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: linear-gradient(to bottom, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5555', endColorstr='#ff7b7b',GradientType=0 );
}
.background_glassyRed3a,
.hover_background_glassyRed3a:hover,
.active_background_glassyRed3a:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 123, 123)), color-stop(50%, rgb(255, 10, 10)), color-stop(55%, rgb(255, 48, 48)), color-stop(100%, rgb(255, 85, 85)));
background-image: -webkit-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: -o-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: linear-gradient(to bottom, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b7b', endColorstr='#ff5555',GradientType=0 );
}
.background_glassyRed3s,
.hover_background_glassyRed3s:hover,
.active_background_glassyRed3s:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 170, 170)), color-stop(50%, rgb(255, 123, 123)), color-stop(55%, rgb(255, 76, 76)), color-stop(100%, rgb(255, 218, 218)));
background-image: -webkit-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: -o-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: linear-gradient(to bottom, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#ffdada',GradientType=0 );
}
.background_color_glassyRed3,
.hover_background_color_glassyRed3:hover,
.active_background_color_glassyRed3:active:hover {
background-color:#ff3c3c;
}
.background_first_color_glassyRed3,
.hover_background_first_color_glassyRed3:hover,
.active_background_first_color_glassyRed3:active:hover {
background-color:#ff1d1d;
}
.background_last_color_glassyRed3,
.hover_background_last_color_glassyRed3:hover,
.active_background_color_last_glassyRed3:active:hover {
background-color:#ff3c3c;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyRed3,
.hover_color_glassyRed3:hover,
.active_color_glassyRed3:active:hover {
color: #c8c8c8;
}
.color_glassyRed3h,
.hover_color_glassyRed3h:hover,
.active_color_glassyRed3h:active:hover {
color: #c8c8c8;
}
.color_glassyRed3a,
.hover_color_glassyRed3a:hover,
.active_color_glassyRed3a:active:hover {
color: #ff0;
}
.color_glassyRed3s,
.hover_color_glassyRed3s:hover,
.active_color_glassyRed3s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyRed3,
.hover_border_glassyRed3:hover,
.active_border_glassyRed3:active:hover {
border-color: #e30000 #bd0000 #bd0000 #e30000;
}
.border_glassyRed3h,
.hover_border_glassyRed3h:hover,
.active_border_glassyRed3h:active:hover {
border-color: #e30000 #bd0000 #bd0000 #e30000;
}
.border_glassyRed3a,
.hover_border_glassyRed3a:hover,
.active_border_glassyRed3a:active:hover {
border-color: #b00000 #b00000 #b00000 #b00000;
}
.border_glassyRed3s,
.hover_border_glassyRed3s:hover,
.active_border_glassyRed3s:active:hover {
border-color: #b00000 #b00000 #b00000 #b00000;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyRed3,
.hover_shadow_expand_glassyRed3:hover,
.active_shadow_expand_glassyRed3:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 60, 60, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 60, 60, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 60, 60, .39);
}
.shadow_expand_glassyRed3h,
.hover_shadow_expand_glassyRed3h:hover,
.active_shadow_expand_glassyRed3h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 123, 123, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 123, 123, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 123, 123, .50);
}
.shadow_expand_glassyRed3a,
.hover_shadow_expand_glassyRed3a:hover,
.active_shadow_expand_glassyRed3a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .63);
}
.shadow_expand_glassyRed3s,
.hover_shadow_expand_glassyRed3s:hover,
.active_shadow_expand_glassyRed3s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyRed3,
.hover_shadow_left_glassyRed3:hover,
.active_shadow_left_glassyRed3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_left_glassyRed3h,
.hover_shadow_left_glassyRed3h:hover,
.active_shadow_left_glassyRed3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_left_glassyRed3a,
.hover_shadow_left_glassyRed3a:hover,
.active_shadow_left_glassyRed3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_left_glassyRed3s,
.hover_shadow_left_glassyRed3s:hover,
.active_shadow_left_glassyRed3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyRed3,
.hover_shadow_right_glassyRed3:hover,
.active_shadow_right_glassyRed3:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 60, 60, .39);
box-shadow: 0.5em 0em 1em rgba(255, 60, 60, .39);
}
.shadow_right_glassyRed3h,
.hover_shadow_right_glassyRed3h:hover,
.active_shadow_right_glassyRed3h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 123, 123, .50);
box-shadow: 0.5em 0em 1em rgba(255, 123, 123, .50);
}
.shadow_right_glassyRed3a,
.hover_shadow_right_glassyRed3a:hover,
.active_shadow_right_glassyRed3a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .63);
box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .63);
}
.shadow_right_glassyRed3s,
.hover_shadow_right_glassyRed3s:hover,
.active_shadow_right_glassyRed3s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .78);
box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyRed3,
.hover_shadow_top_glassyRed3:hover,
.active_shadow_top_glassyRed3:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_top_glassyRed3h,
.hover_shadow_top_glassyRed3h:hover,
.active_shadow_top_glassyRed3h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_top_glassyRed3a,
.hover_shadow_top_glassyRed3a:hover,
.active_shadow_top_glassyRed3a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_top_glassyRed3s,
.hover_shadow_top_glassyRed3s:hover,
.active_shadow_top_glassyRed3s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyRed3,
.hover_shadow_bottom_glassyRed3:hover,
.active_shadow_bottom_glassyRed3:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0em 0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_bottom_glassyRed3h,
.hover_shadow_bottom_glassyRed3h:hover,
.active_shadow_bottom_glassyRed3h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0em 0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_bottom_glassyRed3a,
.hover_shadow_bottom_glassyRed3a:hover,
.active_shadow_bottom_glassyRed3a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_bottom_glassyRed3s,
.hover_shadow_bottom_glassyRed3s:hover,
.active_shadow_bottom_glassyRed3s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyRed3,
.hover_shadow_top_left_glassyRed3:hover,
.active_shadow_top_left_glassyRed3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_top_left_glassyRed3h,
.hover_shadow_top_left_glassyRed3h:hover,
.active_shadow_top_left_glassyRed3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_top_left_glassyRed3a,
.hover_shadow_top_left_glassyRed3a:hover,
.active_shadow_top_left_glassyRed3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_top_left_glassyRed3s,
.hover_shadow_top_left_glassyRed3s:hover,
.active_shadow_top_left_glassyRed3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyRed3,
.hover_shadow_top_right_glassyRed3:hover,
.active_shadow_top_right_glassyRed3:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_top_right_glassyRed3h,
.hover_shadow_top_right_glassyRed3h:hover,
.active_shadow_top_right_glassyRed3h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_top_right_glassyRed3a,
.hover_shadow_top_right_glassyRed3a:hover,
.active_shadow_top_right_glassyRed3a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_top_right_glassyRed3s,
.hover_shadow_top_right_glassyRed3s:hover,
.active_shadow_top_right_glassyRed3s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyRed3,
.hover_shadow_bottom_left_glassyRed3:hover,
.active_shadow_bottom_left_glassyRed3:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 60, 60, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_bottom_left_glassyRed3h,
.hover_shadow_bottom_left_glassyRed3h:hover,
.active_shadow_bottom_left_glassyRed3h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 123, 123, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_bottom_left_glassyRed3a,
.hover_shadow_bottom_left_glassyRed3a:hover,
.active_shadow_bottom_left_glassyRed3a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_bottom_left_glassyRed3s,
.hover_shadow_bottom_left_glassyRed3s:hover,
.active_shadow_bottom_left_glassyRed3s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyRed3,
.hover_shadow_bottom_right_glassyRed3:hover,
.active_shadow_bottom_right_glassyRed3:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_bottom_right_glassyRed3h,
.hover_shadow_bottom_right_glassyRed3h:hover,
.active_shadow_bottom_right_glassyRed3h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_bottom_right_glassyRed3a,
.hover_shadow_bottom_right_glassyRed3a:hover,
.active_shadow_bottom_right_glassyRed3a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_bottom_right_glassyRed3s,
.hover_shadow_bottom_right_glassyRed3s:hover,
.active_shadow_bottom_right_glassyRed3s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .78);
}
|
widgets/common/assets/gradients/glassy/glassyRed/glassyRed3.css
|
.background_glassyRed3,
.hover_background_glassyRed3:hover,
.active_background_glassyRed3:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 29, 29)), color-stop(50%, rgb(252, 0, 0)), color-stop(55%, rgb(221, 0, 0)), color-stop(100%, rgb(255, 60, 60)));
background-image: -webkit-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: -o-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
background-image: linear-gradient(to bottom, rgb(255, 29, 29) 0%, rgb(252, 0, 0) 50%, rgb(221, 0, 0) 55%, rgb(255, 60, 60) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d1d', endColorstr='#ff3c3c',GradientType=0 );
}
.background_glassyRed3h,
.hover_background_glassyRed3h:hover,
.active_background_glassyRed3h:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 85, 85)), color-stop(50%, rgb(255, 48, 48)), color-stop(55%, rgb(255, 10, 10)), color-stop(100%, rgb(255, 123, 123)));
background-image: -webkit-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: -o-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
background-image: linear-gradient(to bottom, rgb(255, 85, 85) 0%, rgb(255, 48, 48) 50%, rgb(255, 10, 10) 55%, rgb(255, 123, 123) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5555', endColorstr='#ff7b7b',GradientType=0 );
}
.background_glassyRed3a,
.hover_background_glassyRed3a:hover,
.active_background_glassyRed3a:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 123, 123)), color-stop(50%, rgb(255, 10, 10)), color-stop(55%, rgb(255, 48, 48)), color-stop(100%, rgb(255, 85, 85)));
background-image: -webkit-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: -o-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
background-image: linear-gradient(to bottom, rgb(255, 123, 123) 0%, rgb(255, 10, 10) 50%, rgb(255, 48, 48) 55%, rgb(255, 85, 85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b7b', endColorstr='#ff5555',GradientType=0 );
}
.background_glassyRed3s,
.hover_background_glassyRed3s:hover,
.active_background_glassyRed3s:active:hover {
background: #ff3c3c;
background-image: -moz-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 170, 170)), color-stop(50%, rgb(255, 123, 123)), color-stop(55%, rgb(255, 76, 76)), color-stop(100%, rgb(255, 218, 218)));
background-image: -webkit-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: -o-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
background-image: linear-gradient(to bottom, rgb(255, 170, 170) 0%, rgb(255, 123, 123) 50%, rgb(255, 76, 76) 55%, rgb(255, 218, 218) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#ffdada',GradientType=0 );
}
.background_color_glassyRed3,
.hover_background_color_glassyRed3:hover,
.active_background_color_glassyRed3:active:hover {
background-color:#ff3c3c;
}
.background_first_color_glassyRed3,
.hover_background_first_color_glassyRed3:hover,
.active_background_first_color_glassyRed3:active:hover {
background-color:#ff1d1d;
}
.background_last_color_glassyRed3,
.hover_background_last_color_glassyRed3:hover,
.active_background_color_last_glassyRed3:active:hover {
background-color:#ff3c3c;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyRed3,
.hover_color_glassyRed3:hover,
.active_color_glassyRed3:active:hover {
color: #c8c8c8;
}
.color_glassyRed3h,
.hover_color_glassyRed3h:hover,
.active_color_glassyRed3h:active:hover {
color: #c8c8c8;
}
.color_glassyRed3a,
.hover_color_glassyRed3a:hover,
.active_color_glassyRed3a:active:hover {
color: #ff0;
}
.color_glassyRed3s,
.hover_color_glassyRed3s:hover,
.active_color_glassyRed3s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyRed3,
.hover_border_glassyRed3:hover,
.active_border_glassyRed3:active:hover {
border-color: #e30000 #bd0000 #bd0000 #e30000;
}
.border_glassyRed3h,
.hover_border_glassyRed3h:hover,
.active_border_glassyRed3h:active:hover {
border-color: #e30000 #bd0000 #bd0000 #e30000;
}
.border_glassyRed3a,
.hover_border_glassyRed3a:hover,
.active_border_glassyRed3a:active:hover {
border-color: #b00000 #b00000 #b00000 #b00000;
}
.border_glassyRed3s,
.hover_border_glassyRed3s:hover,
.active_border_glassyRed3s:active:hover {
border-color: #b00000 #b00000 #b00000 #b00000;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyRed3,
.hover_shadow_expand_glassyRed3:hover,
.active_shadow_expand_glassyRed3:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 60, 60, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 60, 60, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 60, 60, .39);
}
.shadow_expand_glassyRed3h,
.hover_shadow_expand_glassyRed3h:hover,
.active_shadow_expand_glassyRed3h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 123, 123, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 123, 123, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 123, 123, .50);
}
.shadow_expand_glassyRed3a,
.hover_shadow_expand_glassyRed3a:hover,
.active_shadow_expand_glassyRed3a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .63);
}
.shadow_expand_glassyRed3s,
.hover_shadow_expand_glassyRed3s:hover,
.active_shadow_expand_glassyRed3s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyRed3,
.hover_shadow_left_glassyRed3:hover,
.active_shadow_left_glassyRed3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_left_glassyRed3h,
.hover_shadow_left_glassyRed3h:hover,
.active_shadow_left_glassyRed3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_left_glassyRed3a,
.hover_shadow_left_glassyRed3a:hover,
.active_shadow_left_glassyRed3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_left_glassyRed3s,
.hover_shadow_left_glassyRed3s:hover,
.active_shadow_left_glassyRed3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyRed3,
.hover_shadow_right_glassyRed3:hover,
.active_shadow_right_glassyRed3:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 60, 60, .39);
box-shadow: 0.5em 0em 1em rgba(255, 60, 60, .39);
}
.shadow_right_glassyRed3h,
.hover_shadow_right_glassyRed3h:hover,
.active_shadow_right_glassyRed3h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 123, 123, .50);
box-shadow: 0.5em 0em 1em rgba(255, 123, 123, .50);
}
.shadow_right_glassyRed3a,
.hover_shadow_right_glassyRed3a:hover,
.active_shadow_right_glassyRed3a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .63);
box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .63);
}
.shadow_right_glassyRed3s,
.hover_shadow_right_glassyRed3s:hover,
.active_shadow_right_glassyRed3s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .78);
box-shadow: 0.5em 0em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyRed3,
.hover_shadow_top_glassyRed3:hover,
.active_shadow_top_glassyRed3:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_top_glassyRed3h,
.hover_shadow_top_glassyRed3h:hover,
.active_shadow_top_glassyRed3h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_top_glassyRed3a,
.hover_shadow_top_glassyRed3a:hover,
.active_shadow_top_glassyRed3a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_top_glassyRed3s,
.hover_shadow_top_glassyRed3s:hover,
.active_shadow_top_glassyRed3s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyRed3,
.hover_shadow_bottom_glassyRed3:hover,
.active_shadow_bottom_glassyRed3:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0em 0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_bottom_glassyRed3h,
.hover_shadow_bottom_glassyRed3h:hover,
.active_shadow_bottom_glassyRed3h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0em 0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_bottom_glassyRed3a,
.hover_shadow_bottom_glassyRed3a:hover,
.active_shadow_bottom_glassyRed3a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_bottom_glassyRed3s,
.hover_shadow_bottom_glassyRed3s:hover,
.active_shadow_bottom_glassyRed3s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0em 0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyRed3,
.hover_shadow_top_left_glassyRed3:hover,
.active_shadow_top_left_glassyRed3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_top_left_glassyRed3h,
.hover_shadow_top_left_glassyRed3h:hover,
.active_shadow_top_left_glassyRed3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_top_left_glassyRed3a,
.hover_shadow_top_left_glassyRed3a:hover,
.active_shadow_top_left_glassyRed3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_top_left_glassyRed3s,
.hover_shadow_top_left_glassyRed3s:hover,
.active_shadow_top_left_glassyRed3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyRed3,
.hover_shadow_top_right_glassyRed3:hover,
.active_shadow_top_right_glassyRed3:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_top_right_glassyRed3h,
.hover_shadow_top_right_glassyRed3h:hover,
.active_shadow_top_right_glassyRed3h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_top_right_glassyRed3a,
.hover_shadow_top_right_glassyRed3a:hover,
.active_shadow_top_right_glassyRed3a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_top_right_glassyRed3s,
.hover_shadow_top_right_glassyRed3s:hover,
.active_shadow_top_right_glassyRed3s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyRed3,
.hover_shadow_bottom_left_glassyRed3:hover,
.active_shadow_bottom_left_glassyRed3:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 60, 60, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_bottom_left_glassyRed3h,
.hover_shadow_bottom_left_glassyRed3h:hover,
.active_shadow_bottom_left_glassyRed3h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 123, 123, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_bottom_left_glassyRed3a,
.hover_shadow_bottom_left_glassyRed3a:hover,
.active_shadow_bottom_left_glassyRed3a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_bottom_left_glassyRed3s,
.hover_shadow_bottom_left_glassyRed3s:hover,
.active_shadow_bottom_left_glassyRed3s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 85, 85, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyRed3,
.hover_shadow_bottom_right_glassyRed3:hover,
.active_shadow_bottom_right_glassyRed3:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 60, 60, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 60, 60, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 60, 60, .39);
}
.shadow_bottom_right_glassyRed3h,
.hover_shadow_bottom_right_glassyRed3h:hover,
.active_shadow_bottom_right_glassyRed3h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 123, 123, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 123, 123, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 123, 123, .50);
}
.shadow_bottom_right_glassyRed3a,
.hover_shadow_bottom_right_glassyRed3a:hover,
.active_shadow_bottom_right_glassyRed3a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .63);
}
.shadow_bottom_right_glassyRed3s,
.hover_shadow_bottom_right_glassyRed3s:hover,
.active_shadow_bottom_right_glassyRed3s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 85, 85, .78);
}
| 0.572484 | 0.112747 |
* {
margin: 0;
padding: 0;
}
body {
font-family: 'PT Mono', monospace;
background: #f1f1f1 no-repeat center fixed;
background-size: cover;
font-size: 1.5rem;
}
.item > div {
margin: 10px;
grid-row: 1 / 3;
grid-column: 1 / 3;
}
.item:hover {
background-color: #00000044;
border-radius: 10px;
}
.item.info:hover {
background-color: #00000000;
padding: 0;
}
.name-container .name {
font-family: 'Merriweather', sans-serif;
letter-spacing: 0.1rem;
}
.name-container .name:hover {
opacity: 0.7;
}
.name-hidden-input:focus {
opacity: 0.9;
}
.name-hidden-input::-webkit-input-placeholder {
font-size: 0.9em;
}
.name-hidden-input::-moz-placeholder {
font-size: 0.9em;
}
.name-hidden-input:-ms-input-placeholder {
font-size: 0.9em;
}
.name-hidden-input::-ms-input-placeholder {
font-size: 0.9em;
}
.name-hidden-input::placeholder {
font-size: 0.9em;
}
.name-hidden-input.normal::-webkit-input-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal::-moz-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal:-ms-input-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal::-ms-input-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal::placeholder {
color: #ffffffc4;
}
.name-hidden-input .awkward::-webkit-input-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward::-moz-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward:-ms-input-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward::-ms-input-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward::placeholder {
color: #f1f1f1a8;
}
.details {
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.08rem;
font-size: 0.8em;
}
.crypto.details.left {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
.crypto.details.right {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
#weather-details > p {
text-align: start;
}
.icon-switch {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.icon-refresh {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.unsplash-link {
text-decoration: none;
}
.unsplash-link:hover {
text-decoration: underline;
}
.unsplash-link__image {
opacity: 0.8;
}
.unsplash-link__image:hover {
opacity: 1;
}
.unsplash-saved-cue {
z-index: -1;
position: absolute;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-animation: saved 2s ease-out forwards;
animation: saved 2s ease-out forwards;
}
@media (max-height: 720px) and (max-width: 700px) {
.item > div {
margin: 0;
}
}
@media (max-height: 650px) {
.item.center:hover {
padding: 0;
}
}
@-webkit-keyframes saved {
from {
-webkit-transform: translateY(-125%);
transform: translateY(-125%);
opacity: 1;
}
to {
-webkit-transform: translateY(-325%);
transform: translateY(-325%);
opacity: 0;
}
}
@keyframes saved {
from {
-webkit-transform: translateY(-125%);
transform: translateY(-125%);
opacity: 1;
}
to {
-webkit-transform: translateY(-325%);
transform: translateY(-325%);
opacity: 0;
}
}
|
src/index.css
|
* {
margin: 0;
padding: 0;
}
body {
font-family: 'PT Mono', monospace;
background: #f1f1f1 no-repeat center fixed;
background-size: cover;
font-size: 1.5rem;
}
.item > div {
margin: 10px;
grid-row: 1 / 3;
grid-column: 1 / 3;
}
.item:hover {
background-color: #00000044;
border-radius: 10px;
}
.item.info:hover {
background-color: #00000000;
padding: 0;
}
.name-container .name {
font-family: 'Merriweather', sans-serif;
letter-spacing: 0.1rem;
}
.name-container .name:hover {
opacity: 0.7;
}
.name-hidden-input:focus {
opacity: 0.9;
}
.name-hidden-input::-webkit-input-placeholder {
font-size: 0.9em;
}
.name-hidden-input::-moz-placeholder {
font-size: 0.9em;
}
.name-hidden-input:-ms-input-placeholder {
font-size: 0.9em;
}
.name-hidden-input::-ms-input-placeholder {
font-size: 0.9em;
}
.name-hidden-input::placeholder {
font-size: 0.9em;
}
.name-hidden-input.normal::-webkit-input-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal::-moz-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal:-ms-input-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal::-ms-input-placeholder {
color: #ffffffc4;
}
.name-hidden-input.normal::placeholder {
color: #ffffffc4;
}
.name-hidden-input .awkward::-webkit-input-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward::-moz-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward:-ms-input-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward::-ms-input-placeholder {
color: #f1f1f1a8;
}
.name-hidden-input .awkward::placeholder {
color: #f1f1f1a8;
}
.details {
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.08rem;
font-size: 0.8em;
}
.crypto.details.left {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
.crypto.details.right {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
#weather-details > p {
text-align: start;
}
.icon-switch {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.icon-refresh {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.unsplash-link {
text-decoration: none;
}
.unsplash-link:hover {
text-decoration: underline;
}
.unsplash-link__image {
opacity: 0.8;
}
.unsplash-link__image:hover {
opacity: 1;
}
.unsplash-saved-cue {
z-index: -1;
position: absolute;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-animation: saved 2s ease-out forwards;
animation: saved 2s ease-out forwards;
}
@media (max-height: 720px) and (max-width: 700px) {
.item > div {
margin: 0;
}
}
@media (max-height: 650px) {
.item.center:hover {
padding: 0;
}
}
@-webkit-keyframes saved {
from {
-webkit-transform: translateY(-125%);
transform: translateY(-125%);
opacity: 1;
}
to {
-webkit-transform: translateY(-325%);
transform: translateY(-325%);
opacity: 0;
}
}
@keyframes saved {
from {
-webkit-transform: translateY(-125%);
transform: translateY(-125%);
opacity: 1;
}
to {
-webkit-transform: translateY(-325%);
transform: translateY(-325%);
opacity: 0;
}
}
| 0.460289 | 0.104798 |
* Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
border: none;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
body {
margin: 0;
}
ul {
list-style-type: none;
}
a {
background: transparent;
text-decoration: none;
}
button,
input {
line-height: normal;
}
input[type=search] {
-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
img {
display: block;
max-width: 100%;
height: auto;
}
textarea:focus,
input:focus {
outline: 0;
}
input {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* CSS print */
/**
* Print Stylesheet
*/
@media print {
@page {
margin: 1cm;
}
body {
background: #fff;
color: #000;
}
a {
page-break-inside: avoid;
}
blockquote {
page-break-inside: avoid;
}
table,
pre {
page-break-inside: avoid;
}
ul, ol, dl {
page-break-before: avoid;
}
}
/* Fonts */
/**
* Fonts
*/
@font-face {
font-family: "DINP-R";
src: url(../images/design/DINPro-Regular.2ac4eb.eot) format("eot"), url(../images/design/DINPro-Regular.7b307e.woff) format("woff"), url(../images/design/DINPro-Regular.f8ce19.ttf) format("truetype");
font-style: normal;
}
/* Mixins, helpers and functions */
/**
* Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
/**
* Dirty hacks, yes internet explorer, we are looking at you
*/
/* Demo Page styles */
/* Global styles */
body {
font-family: "Montserrat", sans-serif;
background-color: #FAFAFA;
}
.container {
max-width: 1070px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
.button {
padding: 8px 36px;
display: inline-block;
font-weight: bold;
font-size: 14px;
line-height: 28px;
border: 1px solid;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.button--orange {
background-color: #FFA62B;
color: #FFF;
border-color: #FFA62B;
}
.button--orange:hover {
background-color: transparent;
color: #FFA62B;
}
.button--transparent {
background-color: transparent;
border-color: #00A0C1;
color: #00A0C1;
}
.button--transparent:hover {
background-color: #00A0C1;
color: #FFF;
}
.button--rounded {
border-radius: 37px;
}
/* Page header */
.page-header {
background: url(../0758caa17992ca6f8793.jfif);
background-size: cover;
background-position: top right;
}
.page-header__title {
font-style: normal;
font-weight: 800;
font-size: 58px;
line-height: 80px;
text-transform: uppercase;
letter-spacing: 0.2px;
color: #252B42;
max-width: 520px;
}
.page-header__subtitle {
font-weight: 500;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.2px;
color: #737373;
max-width: 520px;
padding: 40px 0 30px;
}
.page-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 30px 0 100px;
}
.page-top__logo {
color: #252B42;
font-weight: bold;
font-size: 24px;
line-height: 32px;
margin-right: 80px;
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.page-top__logo:hover {
opacity: 0.5;
}
.page-top__navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-top__navigation ul li {
margin-right: 25px;
}
.page-top__navigation ul li:last-child {
margin-right: 0;
}
.page-top__navigation ul li a {
font-weight: 600;
font-size: 14px;
line-height: 32px;
letter-spacing: 0.2px;
color: #737373;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
.page-top__navigation ul li a:hover {
color: #252B42;
}
.cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
}
.card {
background-color: #fff;
-webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.25);
box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.25);
padding: 35px 40px;
position: relative;
top: 20px;
-webkit-transition: background-color ease 0.4s;
transition: background-color ease 0.4s;
cursor: pointer;
}
.card:not(:last-child) {
margin-right: 25px;
}
.card svg {
fill: #00A0C1;
-webkit-transition: fill ease 0.4s;
transition: fill ease 0.4s;
}
.card__title {
font-weight: bold;
font-size: 24px;
line-height: 32px;
color: #252B42;
padding: 10px 0;
-webkit-transition: color ease 0.4s;
transition: color ease 0.4s;
}
.card__info {
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #737373;
-webkit-transition: color ease 0.4s;
transition: color ease 0.4s;
}
.card:hover {
background-color: #00A0C1;
}
.card:hover .card__title, .card:hover .card__info {
color: #FFF;
}
.card:hover svg {
fill: #FFF;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
}
.section--why-choose {
margin-top: 80px;
}
.section--video {
background-color: #fff;
}
.section__title {
font-weight: bold;
font-size: 40px;
line-height: 57px;
color: #252B42;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
text-align: center;
}
.section__description {
max-width: 520px;
margin: 10px auto;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #737373;
text-align: center;
}
.why-cards {
width: 100%;
margin-top: 50px;
}
.why-card {
background-color: #fff;
text-align: center;
width: 25%;
padding: 30px 20px;
margin: 0 15px;
}
.why-card__title {
font-weight: bold;
font-size: 40px;
line-height: 57px;
color: #252B42;
}
.why-card__description {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #737373;
}
.why-card svg {
fill: #00A0C1;
}
.block-w-video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.slick-slider .slick-arrow {
background-color: #00A0C1;
}
|
docs/css/app.css
|
* Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
border: none;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
body {
margin: 0;
}
ul {
list-style-type: none;
}
a {
background: transparent;
text-decoration: none;
}
button,
input {
line-height: normal;
}
input[type=search] {
-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
img {
display: block;
max-width: 100%;
height: auto;
}
textarea:focus,
input:focus {
outline: 0;
}
input {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* CSS print */
/**
* Print Stylesheet
*/
@media print {
@page {
margin: 1cm;
}
body {
background: #fff;
color: #000;
}
a {
page-break-inside: avoid;
}
blockquote {
page-break-inside: avoid;
}
table,
pre {
page-break-inside: avoid;
}
ul, ol, dl {
page-break-before: avoid;
}
}
/* Fonts */
/**
* Fonts
*/
@font-face {
font-family: "DINP-R";
src: url(../images/design/DINPro-Regular.2ac4eb.eot) format("eot"), url(../images/design/DINPro-Regular.7b307e.woff) format("woff"), url(../images/design/DINPro-Regular.f8ce19.ttf) format("truetype");
font-style: normal;
}
/* Mixins, helpers and functions */
/**
* Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
/**
* Dirty hacks, yes internet explorer, we are looking at you
*/
/* Demo Page styles */
/* Global styles */
body {
font-family: "Montserrat", sans-serif;
background-color: #FAFAFA;
}
.container {
max-width: 1070px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
.button {
padding: 8px 36px;
display: inline-block;
font-weight: bold;
font-size: 14px;
line-height: 28px;
border: 1px solid;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.button--orange {
background-color: #FFA62B;
color: #FFF;
border-color: #FFA62B;
}
.button--orange:hover {
background-color: transparent;
color: #FFA62B;
}
.button--transparent {
background-color: transparent;
border-color: #00A0C1;
color: #00A0C1;
}
.button--transparent:hover {
background-color: #00A0C1;
color: #FFF;
}
.button--rounded {
border-radius: 37px;
}
/* Page header */
.page-header {
background: url(../0758caa17992ca6f8793.jfif);
background-size: cover;
background-position: top right;
}
.page-header__title {
font-style: normal;
font-weight: 800;
font-size: 58px;
line-height: 80px;
text-transform: uppercase;
letter-spacing: 0.2px;
color: #252B42;
max-width: 520px;
}
.page-header__subtitle {
font-weight: 500;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.2px;
color: #737373;
max-width: 520px;
padding: 40px 0 30px;
}
.page-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 30px 0 100px;
}
.page-top__logo {
color: #252B42;
font-weight: bold;
font-size: 24px;
line-height: 32px;
margin-right: 80px;
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.page-top__logo:hover {
opacity: 0.5;
}
.page-top__navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-top__navigation ul li {
margin-right: 25px;
}
.page-top__navigation ul li:last-child {
margin-right: 0;
}
.page-top__navigation ul li a {
font-weight: 600;
font-size: 14px;
line-height: 32px;
letter-spacing: 0.2px;
color: #737373;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
.page-top__navigation ul li a:hover {
color: #252B42;
}
.cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
}
.card {
background-color: #fff;
-webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.25);
box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.25);
padding: 35px 40px;
position: relative;
top: 20px;
-webkit-transition: background-color ease 0.4s;
transition: background-color ease 0.4s;
cursor: pointer;
}
.card:not(:last-child) {
margin-right: 25px;
}
.card svg {
fill: #00A0C1;
-webkit-transition: fill ease 0.4s;
transition: fill ease 0.4s;
}
.card__title {
font-weight: bold;
font-size: 24px;
line-height: 32px;
color: #252B42;
padding: 10px 0;
-webkit-transition: color ease 0.4s;
transition: color ease 0.4s;
}
.card__info {
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #737373;
-webkit-transition: color ease 0.4s;
transition: color ease 0.4s;
}
.card:hover {
background-color: #00A0C1;
}
.card:hover .card__title, .card:hover .card__info {
color: #FFF;
}
.card:hover svg {
fill: #FFF;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
}
.section--why-choose {
margin-top: 80px;
}
.section--video {
background-color: #fff;
}
.section__title {
font-weight: bold;
font-size: 40px;
line-height: 57px;
color: #252B42;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
text-align: center;
}
.section__description {
max-width: 520px;
margin: 10px auto;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #737373;
text-align: center;
}
.why-cards {
width: 100%;
margin-top: 50px;
}
.why-card {
background-color: #fff;
text-align: center;
width: 25%;
padding: 30px 20px;
margin: 0 15px;
}
.why-card__title {
font-weight: bold;
font-size: 40px;
line-height: 57px;
color: #252B42;
}
.why-card__description {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #737373;
}
.why-card svg {
fill: #00A0C1;
}
.block-w-video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.slick-slider .slick-arrow {
background-color: #00A0C1;
}
| 0.302803 | 0.04439 |
@-moz-document url-prefix("http://pokemonshowdown.com/damagecalc/") {
html, body {
background: url("http://pldh.net/media/gallery/xyarchives/noivern.png");
background-size: cover;
color: #FFF;
text-shadow: 1px 1px #000;
}
.header {
background: url("http://i.imgur.com/ChX8QPM.jpg?1");
border: 1px solid #000;
box-shadow: none;
}
.title-text, .result-move-header {
color: #FFF;
text-shadow: 1px 1px #000;
}
.poke-info, fieldset {
background: rgba(0, 0, 0, 0.5);
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
}
.select2-container .select2-choice {
border: 1px solid #000;
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
color: #FFF;
text-shadow: 1px 1px #000;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #000;
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
color: #FFF;
text-shadow: 1px 1px #000;
}
.select2-drop.select2-drop-above, .select2-drop-active {
color: #FFF;
text-shadow: 1px 1px #000;
border: 1px solid #000;
background: #212121;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #000;
}
.select2-results .select2-highlighted:hover, .select2-results .select2-highlighted:focus, .select2-results .select2-highlighted:active {
background: #101010;
}
.select2-search input {
border: 1px solid #000;
background: #101010;
color: #FFF;
}
.btn, .btn-input[type="radio"]:checked + .btn {
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
}
.btn:hover {
background: #101010;
border: 1px solid #000;
}
.btn-input:checked + .btn {
background: #101010 !important;
}
.nav .button {
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
box-shadow: none;
}
.nav .button:hover {
background: #101010;
}
.greenbutton {
background: url("http://i.imgur.com/sXkubRA.png?3") !important;
}
.greenbutton:hover {
background: #061F10 !important;
}
.poke-info input:not([type]), .poke-info input[type="number"], .move-type, .move-cat, .info-selectors select, .boost, .terrain-trigger, .type2, .type1 {
background: #101010;
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
}
.set-selector {
border: none;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: #FFF;
text-shadow: 1px 1px #000;
}
table.dataTable.display tbody tr:first-child td {
background: #101010;
border: 1px solid #000;
}
.bs-btn, button.ColVis_Button {
background: url("http://i.imgur.com/gCivIUV.jpg?1");
border: 1px solid #000;
color: #FFF !important;
text-shadow: 1px 1px #000;
box-shadow: none;
}
.bs-btn:hover, button.ColVis_Button:hover {
background: #101010;
border: 1px solid #000;
color: #FFF !important;
text-shadow: 1px 1px #000;
box-shadow: none;
}
.panel-title > a {
color: #FFF;
text-shadow: 1px 1px #000;
}
.dataTables_wrapper .dataTables_filter input {
background: #101010;
border: 1px solid #000;
color: #FFF !important;
text-shadow: 1px 1px #000;
}
.btn-input:checked + .btn {
color: #FFF;
}
.popover {
background: #101010;
}
.pxInta, .pxInta:focus, .pxInta:link, .pxInta:visited, .pxInta:active, .pxInta:hover {
border-width: 0px 0px 1px !important;
border-style: none none solid !important;
border: none !important;
-moz-border-top-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
border-image: none !important;
background-color: transparent !important;
color: #FFF !important;
font-weight: bold !important;
text-decoration: none !important;
padding-bottom: 0px !important;
display: inline !important;
pointer-events: none !important;
cursor: text !important;
}
ul.ColVis_collection {
background: rgba(0, 0, 0, 0.4);
border-color: #000;
box-shadow: 0px 0px 4px #000;
}
ul.ColVis_collection li {
background: url("http://i.imgur.com/gCivIUV.jpg?1");
border: 1px solid #000;
color: #FFF !important;
box-shadow: none;
text-shadow: 1px 1px #000;
}
ul.ColVis_collection li:hover {
background: #101010;
border: 1px solid #000;
box-shadow: none;
}
}
|
data/usercss/113117.user.css
|
@-moz-document url-prefix("http://pokemonshowdown.com/damagecalc/") {
html, body {
background: url("http://pldh.net/media/gallery/xyarchives/noivern.png");
background-size: cover;
color: #FFF;
text-shadow: 1px 1px #000;
}
.header {
background: url("http://i.imgur.com/ChX8QPM.jpg?1");
border: 1px solid #000;
box-shadow: none;
}
.title-text, .result-move-header {
color: #FFF;
text-shadow: 1px 1px #000;
}
.poke-info, fieldset {
background: rgba(0, 0, 0, 0.5);
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
}
.select2-container .select2-choice {
border: 1px solid #000;
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
color: #FFF;
text-shadow: 1px 1px #000;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #000;
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
color: #FFF;
text-shadow: 1px 1px #000;
}
.select2-drop.select2-drop-above, .select2-drop-active {
color: #FFF;
text-shadow: 1px 1px #000;
border: 1px solid #000;
background: #212121;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #000;
}
.select2-results .select2-highlighted:hover, .select2-results .select2-highlighted:focus, .select2-results .select2-highlighted:active {
background: #101010;
}
.select2-search input {
border: 1px solid #000;
background: #101010;
color: #FFF;
}
.btn, .btn-input[type="radio"]:checked + .btn {
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
}
.btn:hover {
background: #101010;
border: 1px solid #000;
}
.btn-input:checked + .btn {
background: #101010 !important;
}
.nav .button {
background: url("http://i.imgur.com/jJ0LCEr.jpg?2");
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
box-shadow: none;
}
.nav .button:hover {
background: #101010;
}
.greenbutton {
background: url("http://i.imgur.com/sXkubRA.png?3") !important;
}
.greenbutton:hover {
background: #061F10 !important;
}
.poke-info input:not([type]), .poke-info input[type="number"], .move-type, .move-cat, .info-selectors select, .boost, .terrain-trigger, .type2, .type1 {
background: #101010;
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px #000;
}
.set-selector {
border: none;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: #FFF;
text-shadow: 1px 1px #000;
}
table.dataTable.display tbody tr:first-child td {
background: #101010;
border: 1px solid #000;
}
.bs-btn, button.ColVis_Button {
background: url("http://i.imgur.com/gCivIUV.jpg?1");
border: 1px solid #000;
color: #FFF !important;
text-shadow: 1px 1px #000;
box-shadow: none;
}
.bs-btn:hover, button.ColVis_Button:hover {
background: #101010;
border: 1px solid #000;
color: #FFF !important;
text-shadow: 1px 1px #000;
box-shadow: none;
}
.panel-title > a {
color: #FFF;
text-shadow: 1px 1px #000;
}
.dataTables_wrapper .dataTables_filter input {
background: #101010;
border: 1px solid #000;
color: #FFF !important;
text-shadow: 1px 1px #000;
}
.btn-input:checked + .btn {
color: #FFF;
}
.popover {
background: #101010;
}
.pxInta, .pxInta:focus, .pxInta:link, .pxInta:visited, .pxInta:active, .pxInta:hover {
border-width: 0px 0px 1px !important;
border-style: none none solid !important;
border: none !important;
-moz-border-top-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
border-image: none !important;
background-color: transparent !important;
color: #FFF !important;
font-weight: bold !important;
text-decoration: none !important;
padding-bottom: 0px !important;
display: inline !important;
pointer-events: none !important;
cursor: text !important;
}
ul.ColVis_collection {
background: rgba(0, 0, 0, 0.4);
border-color: #000;
box-shadow: 0px 0px 4px #000;
}
ul.ColVis_collection li {
background: url("http://i.imgur.com/gCivIUV.jpg?1");
border: 1px solid #000;
color: #FFF !important;
box-shadow: none;
text-shadow: 1px 1px #000;
}
ul.ColVis_collection li:hover {
background: #101010;
border: 1px solid #000;
box-shadow: none;
}
}
| 0.214774 | 0.08196 |
@import url('https://fonts.googleapis.com/css?family=Play&display=swap');
* {
font-family: "Play", sans-serif;
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
#canvasWrapper {
text-align: center;
}
.playFont {
font-family: 'Play', sans-serif;
}
.mainPageBody {
background: url("../images/background.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.mainPageTitle {
color: white;
text-shadow: black -4px 4px 5px;
}
.mainPagePanel {
background-color: rgba(255, 255, 255, 0.85);
border: 1px solid grey;
border-radius: 10px;
box-shadow: black 0 0 30px;
padding: 10px;
}
.mainPagePanelDark {
background-color: rgba(0, 0, 0, 0.85);
border: 1px solid grey;
border-radius: 10px;
box-shadow: black 0 0 30px;
padding: 10px;
color: white;
}
#playingNowContainer {
display: none;
}
#playingNowPlayerPoints, #playingNowPlayerName {
color: yellow;
}
.playingNowTitle {
font-size: large;
border-bottom: 1px solid grey;
padding-bottom: 5px;
}
.justify {
text-align: justify;
}
.flag {
padding: 2px;
cursor: pointer;
}
p {
font-size: large;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: grey;
opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: grey;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: grey;
}
.blocklySvg {
background: rgba(255, 255, 255, 0.85);
/*background: url(../images/background_transparent.jpg);*/
/*background-size: cover;*/
}
.acceptCodeButton {
position: fixed;
top: unset;
right: 15px;
bottom: unset;
margin-bottom: unset;
}
.rejectCodeButton {
position: fixed;
right: unset;
top: unset;
left: 15px;
bottom: 15px;
margin-bottom: unset;
}
th, td {
text-align: center;
}
#signupForm, #enterNameInstruction, #playAgainHome, #nametag, #playerPositionWrapper {
display: none;
}
#loader {
position: fixed;
left: 50%;
top: 40%;
display: none;
}
.strikethrough {
text-decoration: line-through;
}
|
docs/css/style.css
|
@import url('https://fonts.googleapis.com/css?family=Play&display=swap');
* {
font-family: "Play", sans-serif;
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
#canvasWrapper {
text-align: center;
}
.playFont {
font-family: 'Play', sans-serif;
}
.mainPageBody {
background: url("../images/background.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.mainPageTitle {
color: white;
text-shadow: black -4px 4px 5px;
}
.mainPagePanel {
background-color: rgba(255, 255, 255, 0.85);
border: 1px solid grey;
border-radius: 10px;
box-shadow: black 0 0 30px;
padding: 10px;
}
.mainPagePanelDark {
background-color: rgba(0, 0, 0, 0.85);
border: 1px solid grey;
border-radius: 10px;
box-shadow: black 0 0 30px;
padding: 10px;
color: white;
}
#playingNowContainer {
display: none;
}
#playingNowPlayerPoints, #playingNowPlayerName {
color: yellow;
}
.playingNowTitle {
font-size: large;
border-bottom: 1px solid grey;
padding-bottom: 5px;
}
.justify {
text-align: justify;
}
.flag {
padding: 2px;
cursor: pointer;
}
p {
font-size: large;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: grey;
opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: grey;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: grey;
}
.blocklySvg {
background: rgba(255, 255, 255, 0.85);
/*background: url(../images/background_transparent.jpg);*/
/*background-size: cover;*/
}
.acceptCodeButton {
position: fixed;
top: unset;
right: 15px;
bottom: unset;
margin-bottom: unset;
}
.rejectCodeButton {
position: fixed;
right: unset;
top: unset;
left: 15px;
bottom: 15px;
margin-bottom: unset;
}
th, td {
text-align: center;
}
#signupForm, #enterNameInstruction, #playAgainHome, #nametag, #playerPositionWrapper {
display: none;
}
#loader {
position: fixed;
left: 50%;
top: 40%;
display: none;
}
.strikethrough {
text-decoration: line-through;
}
| 0.355887 | 0.12536 |
html, body {
max-width: 100%;
overflow-x: hidden;
font-family: 'lato' , sans-serif;
}
input:focus, input:focus, select:focus, button:focus, select:focus{
outline: none;
}
/*global */
/****START HOME****/
.home-school-abdo {
background: url(../pic/home/cover.png) center fixed no-repeat;
width: 100%;
min-height: 350px;
/* padding-bottom: 100px; */
-webkit-background-size: cover;
-Moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 4px #053460 solid;
}
.home-school-abdo .home-school-ul-right .home-school-panel li{
float: left;
list-style: none;
margin-left: 20px;
margin-top: 30px;
color: #053460;
cursor: pointer;
font-size: 15px;
/* font-weight: bold; */
}
.home-school-abdo .home-school-ul-right .home-school-panel li:hover{
float: left;
list-style: none;
margin-left: 20px;
margin-top: 30px;
color: #0a618a;
cursor: pointer;
}
/*.home-school-abdo .home-header-nave{*/
/*padding-left: 70px;*/
/*padding-right: 70px;*/
/*}*/
.home-school-abdo .home-school-ul-right ul .home-register-button{
margin-left: 40px;
margin-top: 22px;
color: white;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background: linear-gradient(to right, #053460 , #0a618a);
}.home-school-abdo .home-school-ul-right ul .home-register-button:hover{
margin-left: 40px;
margin-top: 22px;
color: white;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background: linear-gradient(to right, #0a618a , #0a618a);
}
.home-school-abdo .home-school-ul-right ul .home-icon i{
font-size: 20px;
}
.home-school-abdo .home-school-slogan{
margin-top: 10px;
}
.home-school-abdo .home-school-slogan .up-slogan {
letter-spacing: 15px;
font-weight: bold;
color: white;
}
.home-school-abdo .home-school-slogan .down-slogan {
letter-spacing: 15px;
font-weight: bold;
color: white;
}
.home-school-abdo .home-school-slogan .up-slogan{
font-size: 30px;
}
.home-school-abdo .home-school-slogan .down-slogan{
font-size: 47px;
letter-spacing: 25px;
}
/*section dropDown*/
#small-bars{
display: none;
margin-left: 30px;
}
#small-bars{
margin-top: 40px;
color: #054360;
font-size: 40px;
cursor: pointer;
}
.cover-bars{
display: none;
background-color: #0a618a;
width: 100%;
padding-top: 20px;
padding-bottom: 10px;
position: absolute;
z-index: 100;
right: .01%;
}
.cover-bars ul li a{
text-decoration: none;
color: white;
margin-bottom: 10px;
}
.cover-bars ul li {
list-style: none;
font-size: 20px;
padding: 10px;
margin-left: 0;
}
.cover-bars ul li:hover {
list-style: none;
font-size: 20px;
padding: 10px;
margin-left: 0;
background-color: #207FAA;
}
@media(max-width:1035px){
.home-school-panel{
display: none;
}
#small-bars{
display: block;
}
}
.home-school-abdo .home-slogan button {
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
background: linear-gradient(to right, #053460, #0a618a);
}
.home-school-abdo .home-slogan button:hover {
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
background: linear-gradient(to right, #0a618a, #0a618a);
}
.home-school-abdo .home-slogan .slogan-button-schools a{
text-decoration: none;
color: white;
}
/* user logo & droppDown */
.home-school-abdo .home-school-ul-right .home-school-panel button {
border-color: #053460;
}
.my-dropdown {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
border-radius: 30px;
float: right;
}
.my-container {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
height: 100%;
}
.my-dropdown {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
border-radius: 30px;
}
.dropdown__item {
align-self: center;
margin-left: .5em !important; /*damn you bootstrap!*/
}
.my-dropdown > .name {
overflow: hidden;
width: 0%;
transition: width 300ms ease-out;
}
.my-dropdown > .name-shown {
width: 60%;
}
.circle {
width: 25px;
height: 25px;
border-radius: 50%;
display: inline-block;
}
.home-school-abdo .home-school-ul-right .home-school-panel .drop-d-m-user {
float: left;
list-style: none;
margin-left: 20px;
margin-top: 17px;
color: #053460;
cursor: pointer;
font-size: 13px;
font-weight: bold;
}
.home-school-panel a {
text-decoration: none;
color: #053460;
}
/* drop down lang */
.home-school-abdo .home-school-ul-right .home-school-panel .li-1 {
float: left;
list-style: none;
margin-left: 20px;
margin-top: 30px;
color: #053460;
cursor: pointer;
font-size: 11px;
font-weight: bold;
}
.home-school-abdo .home-header-nave .second-dropDown .block-dropDown {
display: none;
background-color: #0a618a;
padding-left: 0px;
padding-right: 9px;
margin-top: 5px;
position: absolute;
z-index: 100;
}
.home-school-abdo .home-header-nave .second-dropDown .block-dropDown li {
float: none;
color: red;
color: white;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 0px;
font-weight: 100;
}
.dropdownMenu2{
background-color: #214969;
}
.dropdownMenu2 li:hover{
text-decoration: none;
background-color: #0a618a;
}
.cover-bars ul li a:hover {
text-decoration: none;
color: white;
margin-bottom: 10px;
background-color: #0a618a;
}
.cover-bars ul li:hover{
background-color: #0a618a;
}
/*.but-s-reg-ter button{*/
/*background: none;*/
/*border: 0;*/
/*padding-top: 100px;*/
/*color: #053460;*/
/*letter-spacing: 3px;*/
/*font-size: 30px;*/
/*font-weight: bold;*/
/*!*margin-bottom: 60px;*!*/
/*}*/
.nav-tab-h-h ul li{
float: left;
margin-left: 10px;
list-style: none;
padding: 5px 10px;
background-color: #00273a;
margin-top: 10px;
border-radius: 5px;
color: #bec3c7;
cursor: pointer;
letter-spacing: 1px;
font-weight: bold;
}
.nav-tab-h-h ul li a{
color: #bec3c7;
text-decoration: none;
}
/*.nav-tab-h-h ul{*/
/*background-color: #053460;*/
/*border-radius: 10px;*/
/*padding-bottom: 7px;*/
/*}*/
.con-t-t-h{
margin: 0 auto;
background-color: #003d5b;
height: 50px;
display: flex;
justify-content: center;
margin-top: 34px;
border-radius: 8px;
max-width: 80%
}
@media (max-width: 991px) {
.con-t-t-h {
display: none;
}
}
.searsh-schol-m input{
margin-top: 0px;
background-color: rgba(255, 255, 255, 0.73);
width: 50%;
height: 35px;
border-radius: 20px;
border: solid 1px #0a618a;
text-align: center;
font-size: 15px;
color: #053460;
width: 80%;
}
.searsh-schol-m input::-webkit-input-placeholder {
font-size: 15px;
line-height: 3;
color: #0a618a;
letter-spacing: 3px;
}
.adv-search button{
font-size: 17px;
color: white;
padding: 10px 20px;
background-color: #0a618a;
cursor: pointer;
border: none;
border-radius: 10px;
letter-spacing: 1px;
}
.adv-search a:hover{
font-size: 15px;
color: white;
padding: 10px 20px;
border: none;
margin-top: 30px;
border-radius: 20px;
letter-spacing: 1px;
}
.adv-search{
margin-top: 30px;
}
.range-slider {
position: relative;
width: 200px;
height: 35px;
text-align: center;
margin-top: 15px;
color: white;
margin-right: 170px;
}
@media (max-width: 991px) {
.range-slider {
margin-top: 70px;
}
.box-sub-ran-pr{
padding-top: 30px;
}
.adv-search button{
margin-top: 15px;
}
}
.price-slider h4{
color: white;
}
/** button filter range **/
.search-buy-button {
background-color: #b08700;
color: white;
padding: 5px 50px;
margin-top: 60px;
border-radius: inherit;
}
.rang-p-bod{
margin: 0 auto;
/*width: 90%;*/
background-color: red;
}
.range-slider input {
pointer-events: none;
position: absolute;
overflow: hidden;
left: 0;
top: 15px;
width: 200px;
outline: none;
height: 18px;
margin: 0;
padding: 0;
}
.range-slider input::-webkit-slider-thumb {
pointer-events: all;
position: relative;
z-index: 1;
outline: 0;
}
.range-slider input::-moz-range-thumb {
pointer-events: all;
position: relative;
z-index: 10;
-moz-appearance: none;
width: 9px;
}
.range-slider input::-moz-range-track {
position: relative;
z-index: -1;
background-color: #b08700;
border: 0;
}
.range-slider input:last-of-type::-moz-range-track {
-moz-appearance: none;
background: none transparent;
border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
border: 0;
}
.rangeValue {
width: 30px;
}
.output {
position: absolute;
border:1px solid #999;
min-width: 40px;
height: 30px;
text-align: center;
color: #999;
border-radius: 4px;
display: inline-block;
font: bold 15px/30px Helvetica, Arial;
bottom: 75%;
left: 50%;
transform: translate(-50%, 0);
padding: 0px 5px;
}
.output.outputTwo {
left: 100%;
}
/*.container {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*}*/
input[type=range] {
-webkit-appearance: none;
background: none;
}
input[type=range]::-webkit-slider-runnable-track {
height: 5px;
border: none;
border-radius: 3px;
background: transparent;
}
input[type=range]::-ms-track {
height: 5px;
background: transparent;
border: none;
border-radius: 3px;
}
input[type=range]::-moz-range-track {
height: 5px;
background: transparent;
border: none;
border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
/*border-radius: 50%;*/
background: #0a618a;
margin-top: -5px;
position: relative;
z-index: 10000;
}
input[type=range]::-ms-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
/*border-radius: 50%;*/
background: #0a618a;
margin-top: -5px;
position: relative;
z-index: 10000;
}
input[type=range]::-moz-range-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
/*border-radius: 50%;*/
background: #0a618a;
margin-top: -5px;
position: relative;
z-index: 10000;
}
input[type=range]:focus {
outline: none;
}
.full-range,
.incl-range {
width: 100%;
height: 5px;
left: 0;
top: 21px;
position: absolute;
background: #c5c5c5;
}
.price-slider{
margin-top: 30px;
}
.incl-range {
background: rgb(100, 100, 100);
}
.but-se-n-fil button{
border: none;
background-color: #0a618a;
padding: 7px 30px;
color: white;
border-radius: 20px;
text-align: center;
margin-right: 59px;
margin-top: 17px;
}
@media (max-width:600px ) {
.but-se-n-fil button{
float: none;
margin-top: 20px;
text-align: center;
}
}
/************** schools and filter ***********************/
.filter-al-schools{
padding: 10px 5px;
min-height: 220px;
background-color: #ebebeb;
display: none;
position: absolute;
/* width: 100%; */
z-index: 9999;
left: 20%;
right: 20%;
}
.filter-al-schools .col-search{
margin-bottom: 20px;
}
.filter-al-schools .col-search select{
width: 80%;
border-radius: 20px;
height: 35px;
background-color: white;
border: 1px solid #0a618a;
padding: 0 20px ;
margin-top: 10px;
}
/***** all schools filtetr ******/
.all-schools-as .as-schools-filter{
background: url("../pic/allschhols/FilterTexture.png") no-repeat fixed;
-webkit-background-size: cover;
-Moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 60px;
}
.box-sub-ran-pr{
margin-top: 30px;
}
.all-schools-as .as-schools-filter .as-schools-filter-search input{
width: 100%;
border: 0px;
border-bottom: 1px solid black;
}
.all-schools-as .school-filter-city{
width: 100%;
border: 0px;
border-bottom: 1px solid black;
border-radius: 0px;
background: none;
margin-top: 30px;
}
.all-schools-as .dropdown-filter-student{
margin-top: 30px;
}
.dropdown-filter-student p{
color: #053460;
cursor: pointer;
padding: 7px 0;
font-size: 12px;
letter-spacing: 1px;
}
.dropdown-filter-student p:hover{
color: #0a618a;
cursor: pointer;
background-color: #e6e6e6;
}
.bod-ch-box-dr{
color: #0a618a;
z-index: 99999;
color: #0a618a;
z-index: 99999;
color: #0a618a;
z-index: 99999;
color: #0a618a;
z-index: 99999;
background-color: #ffffffd9;
border-radius: 10px;
padding: 15px 30px;
}
.m-col-f{
margin-top: 0px;
}
.col-fil{
display: flex;
min-height: 30px;
flex-wrap: wrap;
/*align-content: space-between;*/
}
.dropdown-filter-student strong{
margin-right: 5px;
}
.dropdown-filter-student .dropdown-school-type{
display: none;
color: #0a618a;
z-index: 99999;
}
.dropdown-filter-student .dropdown-certificates-type{
display: none;
color: #0a618a;
z-index: 99999;
}
.dropdown-filter-student .dropdown-languages-type{
display: none;
color: #0a618a;
z-index: 99999;
}
.dropdown-filter-student .dropdown-education-type{
color: #0a618a;
z-index: 99999;
display: none;
}
.dropdown-filter-student .dropdown-other-type{
color: #0a618a;
z-index: 99999;
display: none;
}
/*********** strat all schools ************/
.all-schools-as .all-schools-main-page{
padding-bottom: 30px;
padding-top: 30px;
}
.all-schools-as .all-schools-main-page a{
text-decoration: none;
}
.all-schools-main-page .school-content{
background-color: #F2F2F2;
min-height: 370px;
width: 83%;
border-radius: 15px;
margin: 20px;
}
.all-schools-main-page .school-content button {
margin-bottom: 14px;
background-color: #00A0B0;
color: white;
letter-spacing: 1px;
border: 0px #0a618a solid;
position: absolute;
right: 11px;
top: 8px;
width: 50px;
height: 50px;
border-radius: 100px;
}
.all-schools-main-page .school-content button:hover{
background-color: #0287a1;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-labny{
background-color:#00A0B0;
color:#fff;
}
.all-schools-main-page .school-content:hover{
background-color: white;
box-shadow: 0px 0px 10px #505050;
}
.all-schools-main-page .school-content img{
vertical-align: middle;
width: 180px;
padding-top: 20px;
padding-bottom: 20px;
}
.all-schools-main-page .school-name {
color: #054360;
font-weight: bold;
font-size: 18px;
padding-top: 20px;
}
.all-schools-main-page .clas-dif {
font-size: 16px;
color: #0a618a;
/*padding-bottom: 20px;*/
}
@media (max-width: 1024px) {
.all-schools-main-page .school-content {
background-color: #F2F2F2;
min-height: 370px;
/*width: 50%;*/
border-radius: 15px;
margin: 20px;
}
}
@media (max-width: 768px) {
.all-schools-main-page .school-content {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 414px) {
.all-schools-main-page .school-content {
margin-left: auto;
margin-right: auto;
width: 90%;
}
}
.schools-cont-cor{
margin: 0 auto;
width: 100%;
background-color: #F2F2F2;
height: 370px;
/*min-width: 330px;*/
border-radius: 30px;
padding: 15px;
margin-top: 25px;
}
.schools-cont-cor:hover{
margin: 0 auto;
width: 100%;
background-color: #ffffff;
height: 370px;
/*min-width: 330px;*/
border-radius: 30px;
padding: 15px;
margin-top: 25px;
box-shadow: 0px 0px 40px -11px;
}
.all-schools-main-page .im-box-a-sch{
width: 160px;
}
.schools-cont-cor button {
margin-bottom: 6px;
background-color: #0a618a;
color: white;
letter-spacing: 1px;
border: 0px #0a618a solid;
position: absolute;
right: 32px;
top: 51px;
width: 50px;
height: 50px;
border-radius: 100px;
}
.schools-cont-cor .love-to {
margin-bottom: 6px;
/*background-color: #00A0B0;*/
color: #ec9898;
letter-spacing: 1px;
border: 0px #0a618a solid;
position: absolute;
/*right: 32px;*/
font-size: 45px;
/*top: 15px;*/
top: 40px;
width: 50px;
height: 50px;
border-radius: 100px;
cursor: pointer;
left: 19px;
background: no-repeat;
}
.exitCompare{
display: none;
}
/******************Start SECTION FOOOTER **********************/
.school-footer{
background: url('../pic/footer/footertexture.png') center no-repeat;
width: 100%;
min-height: 120px;
-webkit-background-size: cover;
-Moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.school-footer .school-footer-logo{
padding: 30px;
}
.logo-powered{
font-size: 18px;
color: white;
float: left;
white-space: nowrap;
margin-left: 80px;
margin-top: 20px;
}
.logo-logo-logo{
width: 90px;
float: right;
}
.logo-powered1{
font-size: 18px;
color: white;
float: left;
white-space: nowrap;
margin-left: 80px;
margin-top: -30px;
display: none;
}
.logo-logo-logo1{
width: 90px;
margin-right: 150px;
display: none;
}
.school-footer .school-footer-input1{
background: none;
margin-top: 50px;
height: 50px;
width: 50%;
border-radius: 40px;
padding-left: 20px;
color: white;
letter-spacing: 1px;
font-weight: bold;
font-size: 15px;
border: 2px solid #439CB7;
}
.school-footer .school-footer-input2{
background: none;
margin-top: 20px;
height: 50px;
width: 50%;
border-radius: 40px;
padding-left: 20px;
color: white;
letter-spacing: 1px;
font-weight: bold;
font-size: 15px;
border: 2px solid #439CB7;
}
.school-footer .school-footer-input3{
background: none;
margin-top: 20px;
height: 160px;
width: 50%;
border-radius: 40px;
padding-left: 20px;
color: white;
letter-spacing: 1px;
font-weight: bold;
font-size: 15px;
border: 2px solid #439CB7;
padding-top: 2px;
}
.school-footer .school-footer-textarea textarea{
margin-left: auto;
margin-right: auto;
padding-top: 20px;
resize: none;
}
.school-footer .footer-schools-social li{
list-style: none;
float: left;
padding-left: 30px;
}
.school-footer .footer-schools-social ul{
padding-top: 40px;
padding-left: 40%;
}
.school-footer .footer-schools-social a{
text-decoration: none;
}
.school-footer .footer-schools-social .fa-facebook-official{
color: #2667C1;
border-radius: 40px;
}
.school-footer .footer-schools-social .fa-instagram{
color: #9090CE;
}
.school-footer .footer-schools-social .fa-youtube-play{
color: #F75656;
}
.school-footer .ulist li a{
text-decoration: none;
cursor: pointer;
color: white;
letter-spacing: 2px;
}
.footer-sub-b button{
background: linear-gradient(to right, #053460, #0a618a);
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
margin-top: 36px;
}
.footer-sub-b button:hover{
background: linear-gradient(to right, #0a618a, #0a618a);
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
margin-top: 36px;
}
.school-footer .ulist li {
list-style: none;
color: white;
float: left;
padding-left: 40px;
font-weight: bold;
}
.school-footer .ulist ul {
list-style: none;
color: white;
float: left;
padding-left: 24%;
padding-top: 30px;
}
@media(max-width:650px){
.school-footer .school-footer-input1{
width: 90%;
}
.school-footer .school-footer-input2{
width: 90%;
}
.school-footer .school-footer-input3{
width: 90%;
}
}
@media(max-width:550px){
.school-footer .ulist ul li {
padding: 12px;
}
.school-footer{
height: 800px;
}
.school-footer .footer-schools-social .fa-facebook-official{
margin-left: -80px;
}
.school-footer .footer-schools-social .fa-instagram{
margin-left: -40px;
}
}
@media (min-width: 794px) {
.schools-partners .header-school img{
display: none;
}
}
.chat-body{
opacity: 1;
visibility: visible;
width: 300px;
height: 461px;
right: 39px;
padding-top: 0px;
bottom: 0%;
top: auto;
margin-bottom: 0px;
margin-right: 0px;
background-color: transparent;
margin-left: 0px;
}
.chat-description{
margin: 10px 10px 20px;
color: #545d6b;
font-size: 16px;
line-height: 19px;
white-space: pre-wrap;
max-width: 240px;
box-sizing: border-box;
overflow-x: hidden;
text-overflow: ellipsis;
}
.chat-write-message{
overflow-y: auto;
height: 95px;
resize: none;
display: block;
}
.chat-input{
background: transparent;
width: 238px;
}
/* ---------- LIVE-CHAT ---------- */
#live-chat {
bottom: 0;
font-size: 14px;
right: 24px;
position: fixed;
width: 300px;
}
#live-chat header {
background: #053460;
border-radius: 5px 5px 0 0;
color: #fff;
cursor: pointer;
padding: 16px 24px;
}
#live-chat h4:before {
border-radius: 50%;
content: "";
display: inline-block;
height: 8px;
margin: 0 8px 0 0;
width: 8px;
}
#live-chat h4 {
font-size: 12px;
}
#live-chat h5 {
font-size: 10px;
}
#live-chat form {
padding: 24px;
}
#live-chat input[type="text"] {
border: 1px solid #ccc;
border-radius: 3px;
padding: 8px;
outline: none;
width: 234px;
}
.chat-message-counter {
background: #e62727;
border: 1px solid #fff;
border-radius: 50%;
display: none;
font-size: 12px;
font-weight: bold;
height: 28px;
left: 0;
line-height: 28px;
margin: -15px 0 0 -15px;
position: absolute;
text-align: center;
top: 0;
width: 28px;
}
.chat-close {
border-radius: 50%;
color: #fff;
display: block;
float: right;
font-size: 16px;
height: 16px;
line-height: 16px;
margin: 2px 0 0 0;
text-align: center;
width: 16px;
}
.chat {
background: #fff;
display: none;
}
.chat-history {
height: 252px;
padding: 4px 24px;
}
.chat-message {
}
.chat-message img {
border-radius: 50%;
float: left;
}
.chat-message-content {
margin-left: 56px;
}
.chat-time {
float: right;
font-size: 10px;
}
.chat-feedback {
font-style: italic;
margin: 0 0 0 80px;
}
.message-body{
height: 100px;
width: 234px;
resize: none;
box-shadow: none;
padding-left: 8px;
}
input::-webkit-input-placeholder {
font-size: 14px;
}
|
public/backend/website/css/notMinified/schoolsStyle.css
|
html, body {
max-width: 100%;
overflow-x: hidden;
font-family: 'lato' , sans-serif;
}
input:focus, input:focus, select:focus, button:focus, select:focus{
outline: none;
}
/*global */
/****START HOME****/
.home-school-abdo {
background: url(../pic/home/cover.png) center fixed no-repeat;
width: 100%;
min-height: 350px;
/* padding-bottom: 100px; */
-webkit-background-size: cover;
-Moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 4px #053460 solid;
}
.home-school-abdo .home-school-ul-right .home-school-panel li{
float: left;
list-style: none;
margin-left: 20px;
margin-top: 30px;
color: #053460;
cursor: pointer;
font-size: 15px;
/* font-weight: bold; */
}
.home-school-abdo .home-school-ul-right .home-school-panel li:hover{
float: left;
list-style: none;
margin-left: 20px;
margin-top: 30px;
color: #0a618a;
cursor: pointer;
}
/*.home-school-abdo .home-header-nave{*/
/*padding-left: 70px;*/
/*padding-right: 70px;*/
/*}*/
.home-school-abdo .home-school-ul-right ul .home-register-button{
margin-left: 40px;
margin-top: 22px;
color: white;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background: linear-gradient(to right, #053460 , #0a618a);
}.home-school-abdo .home-school-ul-right ul .home-register-button:hover{
margin-left: 40px;
margin-top: 22px;
color: white;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background: linear-gradient(to right, #0a618a , #0a618a);
}
.home-school-abdo .home-school-ul-right ul .home-icon i{
font-size: 20px;
}
.home-school-abdo .home-school-slogan{
margin-top: 10px;
}
.home-school-abdo .home-school-slogan .up-slogan {
letter-spacing: 15px;
font-weight: bold;
color: white;
}
.home-school-abdo .home-school-slogan .down-slogan {
letter-spacing: 15px;
font-weight: bold;
color: white;
}
.home-school-abdo .home-school-slogan .up-slogan{
font-size: 30px;
}
.home-school-abdo .home-school-slogan .down-slogan{
font-size: 47px;
letter-spacing: 25px;
}
/*section dropDown*/
#small-bars{
display: none;
margin-left: 30px;
}
#small-bars{
margin-top: 40px;
color: #054360;
font-size: 40px;
cursor: pointer;
}
.cover-bars{
display: none;
background-color: #0a618a;
width: 100%;
padding-top: 20px;
padding-bottom: 10px;
position: absolute;
z-index: 100;
right: .01%;
}
.cover-bars ul li a{
text-decoration: none;
color: white;
margin-bottom: 10px;
}
.cover-bars ul li {
list-style: none;
font-size: 20px;
padding: 10px;
margin-left: 0;
}
.cover-bars ul li:hover {
list-style: none;
font-size: 20px;
padding: 10px;
margin-left: 0;
background-color: #207FAA;
}
@media(max-width:1035px){
.home-school-panel{
display: none;
}
#small-bars{
display: block;
}
}
.home-school-abdo .home-slogan button {
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
background: linear-gradient(to right, #053460, #0a618a);
}
.home-school-abdo .home-slogan button:hover {
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
background: linear-gradient(to right, #0a618a, #0a618a);
}
.home-school-abdo .home-slogan .slogan-button-schools a{
text-decoration: none;
color: white;
}
/* user logo & droppDown */
.home-school-abdo .home-school-ul-right .home-school-panel button {
border-color: #053460;
}
.my-dropdown {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
border-radius: 30px;
float: right;
}
.my-container {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
height: 100%;
}
.my-dropdown {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
border-radius: 30px;
}
.dropdown__item {
align-self: center;
margin-left: .5em !important; /*damn you bootstrap!*/
}
.my-dropdown > .name {
overflow: hidden;
width: 0%;
transition: width 300ms ease-out;
}
.my-dropdown > .name-shown {
width: 60%;
}
.circle {
width: 25px;
height: 25px;
border-radius: 50%;
display: inline-block;
}
.home-school-abdo .home-school-ul-right .home-school-panel .drop-d-m-user {
float: left;
list-style: none;
margin-left: 20px;
margin-top: 17px;
color: #053460;
cursor: pointer;
font-size: 13px;
font-weight: bold;
}
.home-school-panel a {
text-decoration: none;
color: #053460;
}
/* drop down lang */
.home-school-abdo .home-school-ul-right .home-school-panel .li-1 {
float: left;
list-style: none;
margin-left: 20px;
margin-top: 30px;
color: #053460;
cursor: pointer;
font-size: 11px;
font-weight: bold;
}
.home-school-abdo .home-header-nave .second-dropDown .block-dropDown {
display: none;
background-color: #0a618a;
padding-left: 0px;
padding-right: 9px;
margin-top: 5px;
position: absolute;
z-index: 100;
}
.home-school-abdo .home-header-nave .second-dropDown .block-dropDown li {
float: none;
color: red;
color: white;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 0px;
font-weight: 100;
}
.dropdownMenu2{
background-color: #214969;
}
.dropdownMenu2 li:hover{
text-decoration: none;
background-color: #0a618a;
}
.cover-bars ul li a:hover {
text-decoration: none;
color: white;
margin-bottom: 10px;
background-color: #0a618a;
}
.cover-bars ul li:hover{
background-color: #0a618a;
}
/*.but-s-reg-ter button{*/
/*background: none;*/
/*border: 0;*/
/*padding-top: 100px;*/
/*color: #053460;*/
/*letter-spacing: 3px;*/
/*font-size: 30px;*/
/*font-weight: bold;*/
/*!*margin-bottom: 60px;*!*/
/*}*/
.nav-tab-h-h ul li{
float: left;
margin-left: 10px;
list-style: none;
padding: 5px 10px;
background-color: #00273a;
margin-top: 10px;
border-radius: 5px;
color: #bec3c7;
cursor: pointer;
letter-spacing: 1px;
font-weight: bold;
}
.nav-tab-h-h ul li a{
color: #bec3c7;
text-decoration: none;
}
/*.nav-tab-h-h ul{*/
/*background-color: #053460;*/
/*border-radius: 10px;*/
/*padding-bottom: 7px;*/
/*}*/
.con-t-t-h{
margin: 0 auto;
background-color: #003d5b;
height: 50px;
display: flex;
justify-content: center;
margin-top: 34px;
border-radius: 8px;
max-width: 80%
}
@media (max-width: 991px) {
.con-t-t-h {
display: none;
}
}
.searsh-schol-m input{
margin-top: 0px;
background-color: rgba(255, 255, 255, 0.73);
width: 50%;
height: 35px;
border-radius: 20px;
border: solid 1px #0a618a;
text-align: center;
font-size: 15px;
color: #053460;
width: 80%;
}
.searsh-schol-m input::-webkit-input-placeholder {
font-size: 15px;
line-height: 3;
color: #0a618a;
letter-spacing: 3px;
}
.adv-search button{
font-size: 17px;
color: white;
padding: 10px 20px;
background-color: #0a618a;
cursor: pointer;
border: none;
border-radius: 10px;
letter-spacing: 1px;
}
.adv-search a:hover{
font-size: 15px;
color: white;
padding: 10px 20px;
border: none;
margin-top: 30px;
border-radius: 20px;
letter-spacing: 1px;
}
.adv-search{
margin-top: 30px;
}
.range-slider {
position: relative;
width: 200px;
height: 35px;
text-align: center;
margin-top: 15px;
color: white;
margin-right: 170px;
}
@media (max-width: 991px) {
.range-slider {
margin-top: 70px;
}
.box-sub-ran-pr{
padding-top: 30px;
}
.adv-search button{
margin-top: 15px;
}
}
.price-slider h4{
color: white;
}
/** button filter range **/
.search-buy-button {
background-color: #b08700;
color: white;
padding: 5px 50px;
margin-top: 60px;
border-radius: inherit;
}
.rang-p-bod{
margin: 0 auto;
/*width: 90%;*/
background-color: red;
}
.range-slider input {
pointer-events: none;
position: absolute;
overflow: hidden;
left: 0;
top: 15px;
width: 200px;
outline: none;
height: 18px;
margin: 0;
padding: 0;
}
.range-slider input::-webkit-slider-thumb {
pointer-events: all;
position: relative;
z-index: 1;
outline: 0;
}
.range-slider input::-moz-range-thumb {
pointer-events: all;
position: relative;
z-index: 10;
-moz-appearance: none;
width: 9px;
}
.range-slider input::-moz-range-track {
position: relative;
z-index: -1;
background-color: #b08700;
border: 0;
}
.range-slider input:last-of-type::-moz-range-track {
-moz-appearance: none;
background: none transparent;
border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
border: 0;
}
.rangeValue {
width: 30px;
}
.output {
position: absolute;
border:1px solid #999;
min-width: 40px;
height: 30px;
text-align: center;
color: #999;
border-radius: 4px;
display: inline-block;
font: bold 15px/30px Helvetica, Arial;
bottom: 75%;
left: 50%;
transform: translate(-50%, 0);
padding: 0px 5px;
}
.output.outputTwo {
left: 100%;
}
/*.container {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*}*/
input[type=range] {
-webkit-appearance: none;
background: none;
}
input[type=range]::-webkit-slider-runnable-track {
height: 5px;
border: none;
border-radius: 3px;
background: transparent;
}
input[type=range]::-ms-track {
height: 5px;
background: transparent;
border: none;
border-radius: 3px;
}
input[type=range]::-moz-range-track {
height: 5px;
background: transparent;
border: none;
border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
/*border-radius: 50%;*/
background: #0a618a;
margin-top: -5px;
position: relative;
z-index: 10000;
}
input[type=range]::-ms-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
/*border-radius: 50%;*/
background: #0a618a;
margin-top: -5px;
position: relative;
z-index: 10000;
}
input[type=range]::-moz-range-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
/*border-radius: 50%;*/
background: #0a618a;
margin-top: -5px;
position: relative;
z-index: 10000;
}
input[type=range]:focus {
outline: none;
}
.full-range,
.incl-range {
width: 100%;
height: 5px;
left: 0;
top: 21px;
position: absolute;
background: #c5c5c5;
}
.price-slider{
margin-top: 30px;
}
.incl-range {
background: rgb(100, 100, 100);
}
.but-se-n-fil button{
border: none;
background-color: #0a618a;
padding: 7px 30px;
color: white;
border-radius: 20px;
text-align: center;
margin-right: 59px;
margin-top: 17px;
}
@media (max-width:600px ) {
.but-se-n-fil button{
float: none;
margin-top: 20px;
text-align: center;
}
}
/************** schools and filter ***********************/
.filter-al-schools{
padding: 10px 5px;
min-height: 220px;
background-color: #ebebeb;
display: none;
position: absolute;
/* width: 100%; */
z-index: 9999;
left: 20%;
right: 20%;
}
.filter-al-schools .col-search{
margin-bottom: 20px;
}
.filter-al-schools .col-search select{
width: 80%;
border-radius: 20px;
height: 35px;
background-color: white;
border: 1px solid #0a618a;
padding: 0 20px ;
margin-top: 10px;
}
/***** all schools filtetr ******/
.all-schools-as .as-schools-filter{
background: url("../pic/allschhols/FilterTexture.png") no-repeat fixed;
-webkit-background-size: cover;
-Moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 60px;
}
.box-sub-ran-pr{
margin-top: 30px;
}
.all-schools-as .as-schools-filter .as-schools-filter-search input{
width: 100%;
border: 0px;
border-bottom: 1px solid black;
}
.all-schools-as .school-filter-city{
width: 100%;
border: 0px;
border-bottom: 1px solid black;
border-radius: 0px;
background: none;
margin-top: 30px;
}
.all-schools-as .dropdown-filter-student{
margin-top: 30px;
}
.dropdown-filter-student p{
color: #053460;
cursor: pointer;
padding: 7px 0;
font-size: 12px;
letter-spacing: 1px;
}
.dropdown-filter-student p:hover{
color: #0a618a;
cursor: pointer;
background-color: #e6e6e6;
}
.bod-ch-box-dr{
color: #0a618a;
z-index: 99999;
color: #0a618a;
z-index: 99999;
color: #0a618a;
z-index: 99999;
color: #0a618a;
z-index: 99999;
background-color: #ffffffd9;
border-radius: 10px;
padding: 15px 30px;
}
.m-col-f{
margin-top: 0px;
}
.col-fil{
display: flex;
min-height: 30px;
flex-wrap: wrap;
/*align-content: space-between;*/
}
.dropdown-filter-student strong{
margin-right: 5px;
}
.dropdown-filter-student .dropdown-school-type{
display: none;
color: #0a618a;
z-index: 99999;
}
.dropdown-filter-student .dropdown-certificates-type{
display: none;
color: #0a618a;
z-index: 99999;
}
.dropdown-filter-student .dropdown-languages-type{
display: none;
color: #0a618a;
z-index: 99999;
}
.dropdown-filter-student .dropdown-education-type{
color: #0a618a;
z-index: 99999;
display: none;
}
.dropdown-filter-student .dropdown-other-type{
color: #0a618a;
z-index: 99999;
display: none;
}
/*********** strat all schools ************/
.all-schools-as .all-schools-main-page{
padding-bottom: 30px;
padding-top: 30px;
}
.all-schools-as .all-schools-main-page a{
text-decoration: none;
}
.all-schools-main-page .school-content{
background-color: #F2F2F2;
min-height: 370px;
width: 83%;
border-radius: 15px;
margin: 20px;
}
.all-schools-main-page .school-content button {
margin-bottom: 14px;
background-color: #00A0B0;
color: white;
letter-spacing: 1px;
border: 0px #0a618a solid;
position: absolute;
right: 11px;
top: 8px;
width: 50px;
height: 50px;
border-radius: 100px;
}
.all-schools-main-page .school-content button:hover{
background-color: #0287a1;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-labny{
background-color:#00A0B0;
color:#fff;
}
.all-schools-main-page .school-content:hover{
background-color: white;
box-shadow: 0px 0px 10px #505050;
}
.all-schools-main-page .school-content img{
vertical-align: middle;
width: 180px;
padding-top: 20px;
padding-bottom: 20px;
}
.all-schools-main-page .school-name {
color: #054360;
font-weight: bold;
font-size: 18px;
padding-top: 20px;
}
.all-schools-main-page .clas-dif {
font-size: 16px;
color: #0a618a;
/*padding-bottom: 20px;*/
}
@media (max-width: 1024px) {
.all-schools-main-page .school-content {
background-color: #F2F2F2;
min-height: 370px;
/*width: 50%;*/
border-radius: 15px;
margin: 20px;
}
}
@media (max-width: 768px) {
.all-schools-main-page .school-content {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 414px) {
.all-schools-main-page .school-content {
margin-left: auto;
margin-right: auto;
width: 90%;
}
}
.schools-cont-cor{
margin: 0 auto;
width: 100%;
background-color: #F2F2F2;
height: 370px;
/*min-width: 330px;*/
border-radius: 30px;
padding: 15px;
margin-top: 25px;
}
.schools-cont-cor:hover{
margin: 0 auto;
width: 100%;
background-color: #ffffff;
height: 370px;
/*min-width: 330px;*/
border-radius: 30px;
padding: 15px;
margin-top: 25px;
box-shadow: 0px 0px 40px -11px;
}
.all-schools-main-page .im-box-a-sch{
width: 160px;
}
.schools-cont-cor button {
margin-bottom: 6px;
background-color: #0a618a;
color: white;
letter-spacing: 1px;
border: 0px #0a618a solid;
position: absolute;
right: 32px;
top: 51px;
width: 50px;
height: 50px;
border-radius: 100px;
}
.schools-cont-cor .love-to {
margin-bottom: 6px;
/*background-color: #00A0B0;*/
color: #ec9898;
letter-spacing: 1px;
border: 0px #0a618a solid;
position: absolute;
/*right: 32px;*/
font-size: 45px;
/*top: 15px;*/
top: 40px;
width: 50px;
height: 50px;
border-radius: 100px;
cursor: pointer;
left: 19px;
background: no-repeat;
}
.exitCompare{
display: none;
}
/******************Start SECTION FOOOTER **********************/
.school-footer{
background: url('../pic/footer/footertexture.png') center no-repeat;
width: 100%;
min-height: 120px;
-webkit-background-size: cover;
-Moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.school-footer .school-footer-logo{
padding: 30px;
}
.logo-powered{
font-size: 18px;
color: white;
float: left;
white-space: nowrap;
margin-left: 80px;
margin-top: 20px;
}
.logo-logo-logo{
width: 90px;
float: right;
}
.logo-powered1{
font-size: 18px;
color: white;
float: left;
white-space: nowrap;
margin-left: 80px;
margin-top: -30px;
display: none;
}
.logo-logo-logo1{
width: 90px;
margin-right: 150px;
display: none;
}
.school-footer .school-footer-input1{
background: none;
margin-top: 50px;
height: 50px;
width: 50%;
border-radius: 40px;
padding-left: 20px;
color: white;
letter-spacing: 1px;
font-weight: bold;
font-size: 15px;
border: 2px solid #439CB7;
}
.school-footer .school-footer-input2{
background: none;
margin-top: 20px;
height: 50px;
width: 50%;
border-radius: 40px;
padding-left: 20px;
color: white;
letter-spacing: 1px;
font-weight: bold;
font-size: 15px;
border: 2px solid #439CB7;
}
.school-footer .school-footer-input3{
background: none;
margin-top: 20px;
height: 160px;
width: 50%;
border-radius: 40px;
padding-left: 20px;
color: white;
letter-spacing: 1px;
font-weight: bold;
font-size: 15px;
border: 2px solid #439CB7;
padding-top: 2px;
}
.school-footer .school-footer-textarea textarea{
margin-left: auto;
margin-right: auto;
padding-top: 20px;
resize: none;
}
.school-footer .footer-schools-social li{
list-style: none;
float: left;
padding-left: 30px;
}
.school-footer .footer-schools-social ul{
padding-top: 40px;
padding-left: 40%;
}
.school-footer .footer-schools-social a{
text-decoration: none;
}
.school-footer .footer-schools-social .fa-facebook-official{
color: #2667C1;
border-radius: 40px;
}
.school-footer .footer-schools-social .fa-instagram{
color: #9090CE;
}
.school-footer .footer-schools-social .fa-youtube-play{
color: #F75656;
}
.school-footer .ulist li a{
text-decoration: none;
cursor: pointer;
color: white;
letter-spacing: 2px;
}
.footer-sub-b button{
background: linear-gradient(to right, #053460, #0a618a);
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
margin-top: 36px;
}
.footer-sub-b button:hover{
background: linear-gradient(to right, #0a618a, #0a618a);
border: 0px;
padding: 20px;
color: white;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
border-radius: 40px;
cursor: pointer;
padding-left: 70px;
padding-right: 70px;
margin-top: 36px;
}
.school-footer .ulist li {
list-style: none;
color: white;
float: left;
padding-left: 40px;
font-weight: bold;
}
.school-footer .ulist ul {
list-style: none;
color: white;
float: left;
padding-left: 24%;
padding-top: 30px;
}
@media(max-width:650px){
.school-footer .school-footer-input1{
width: 90%;
}
.school-footer .school-footer-input2{
width: 90%;
}
.school-footer .school-footer-input3{
width: 90%;
}
}
@media(max-width:550px){
.school-footer .ulist ul li {
padding: 12px;
}
.school-footer{
height: 800px;
}
.school-footer .footer-schools-social .fa-facebook-official{
margin-left: -80px;
}
.school-footer .footer-schools-social .fa-instagram{
margin-left: -40px;
}
}
@media (min-width: 794px) {
.schools-partners .header-school img{
display: none;
}
}
.chat-body{
opacity: 1;
visibility: visible;
width: 300px;
height: 461px;
right: 39px;
padding-top: 0px;
bottom: 0%;
top: auto;
margin-bottom: 0px;
margin-right: 0px;
background-color: transparent;
margin-left: 0px;
}
.chat-description{
margin: 10px 10px 20px;
color: #545d6b;
font-size: 16px;
line-height: 19px;
white-space: pre-wrap;
max-width: 240px;
box-sizing: border-box;
overflow-x: hidden;
text-overflow: ellipsis;
}
.chat-write-message{
overflow-y: auto;
height: 95px;
resize: none;
display: block;
}
.chat-input{
background: transparent;
width: 238px;
}
/* ---------- LIVE-CHAT ---------- */
#live-chat {
bottom: 0;
font-size: 14px;
right: 24px;
position: fixed;
width: 300px;
}
#live-chat header {
background: #053460;
border-radius: 5px 5px 0 0;
color: #fff;
cursor: pointer;
padding: 16px 24px;
}
#live-chat h4:before {
border-radius: 50%;
content: "";
display: inline-block;
height: 8px;
margin: 0 8px 0 0;
width: 8px;
}
#live-chat h4 {
font-size: 12px;
}
#live-chat h5 {
font-size: 10px;
}
#live-chat form {
padding: 24px;
}
#live-chat input[type="text"] {
border: 1px solid #ccc;
border-radius: 3px;
padding: 8px;
outline: none;
width: 234px;
}
.chat-message-counter {
background: #e62727;
border: 1px solid #fff;
border-radius: 50%;
display: none;
font-size: 12px;
font-weight: bold;
height: 28px;
left: 0;
line-height: 28px;
margin: -15px 0 0 -15px;
position: absolute;
text-align: center;
top: 0;
width: 28px;
}
.chat-close {
border-radius: 50%;
color: #fff;
display: block;
float: right;
font-size: 16px;
height: 16px;
line-height: 16px;
margin: 2px 0 0 0;
text-align: center;
width: 16px;
}
.chat {
background: #fff;
display: none;
}
.chat-history {
height: 252px;
padding: 4px 24px;
}
.chat-message {
}
.chat-message img {
border-radius: 50%;
float: left;
}
.chat-message-content {
margin-left: 56px;
}
.chat-time {
float: right;
font-size: 10px;
}
.chat-feedback {
font-style: italic;
margin: 0 0 0 80px;
}
.message-body{
height: 100px;
width: 234px;
resize: none;
box-shadow: none;
padding-left: 8px;
}
input::-webkit-input-placeholder {
font-size: 14px;
}
| 0.326271 | 0.065875 |
.checkoutPage {
margin: 80px;
overflow: hidden !important;
display: grid;
align-content: center;
justify-content: center;
position: relative;
}
.checkoutPage__form {
background-color: whitesmoke;
padding: 50px;
display: flex;
align-items: center;
margin: 0 auto;
justify-content: center;
flex-direction: column;
width: 400px;
border-radius: 20px;
border: 2px #d35f46 solid;
}
.checkoutPage__form > h2 {
font-size: 2.2vw;
font-family: ginebra_font;
margin-bottom: 1vw;
display: flex;
align-items: center;
justify-content: center;
font-weight: lighter;
color: #707070;
}
.checkout__payment {
padding-top: 20px;
}
/* ----------------------------------------------------------- */
@media screen and (max-width: 10000px) and (min-width: 1500px) {
.MuiPickersBasePicker-pickerView.MuiPickersBasePicker-pickerViewLandscape {
padding: 0 0.5vw;
}
.MuiPickersMonthSelection-container {
width: 100% !important;
}
.MuiPickersMonthSelection-container,
.MuiPickersYearSelection-container {
height: 15vw !important;
}
.MuiPickersMonthSelection-container > div {
height: 6vw;
font-size: 1vw !important;
line-height: 1vw !important;
}
.MuiPickersYearSelection-container > div {
height: 3vw;
font-size: 1vw !important;
line-height: 1.2vw;
}
.checkoutPage {
margin: 6vw;
}
.checkoutPage__form {
padding: 4vw;
width: 35vw;
border-radius: 2vw;
}
.checkout__payment {
padding-top: 2vw;
}
.checkoutPage__form > form > div > div > label {
font-size: 1vw;
line-height: 1vw;
}
.checkoutPage__form > form > div > div > div {
margin-top: 1vw;
font-size: 1vw;
line-height: 1vw;
margin-left: 0.5vw;
}
.checkoutPage__form > form > div > div > div > input {
height: 1vw;
padding: 0.6vw 0 0.7vw;
}
.checkout__payment > fieldset > legend {
font-size: 1vw;
line-height: 1vw;
}
.checkout__payment > fieldset > div > label {
margin-left: -0.1vw;
}
.checkout__payment > fieldset > div > label > span {
font-size: 1.2vw;
padding: 0.7vw;
}
.checkout__payment > fieldset > div > label > span > span > div > svg,
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div > div > button > span > svg {
font-size: 1.5vw !important;
height: 2vw !important;
width: 2vw !important;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal {
margin-top: 1.4vw;
margin-bottom: 0.5vw;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div {
font-size: 1vw;
line-height: 1vw;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div > input {
height: 1vw;
padding: 0.5vw 0 0.6vw;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div > div > button {
font-size: 1.2vw;
}
.MuiFormHelperText-root {
font-size: 1vw !important;
line-height: 2vw !important;
}
}
@media screen and (max-width: 700px) {
.checkoutPage__form > h2 {
font-size: 20px;
}
.checkoutPage__form {
width: 250px;
padding: 20px;
}
input {
width: 200px !important;
font-size: 11px !important;
}
.checkoutPage {
margin: 10px;
}
}
|
src/pages/CheckOutPage/CheckOutPage.css
|
.checkoutPage {
margin: 80px;
overflow: hidden !important;
display: grid;
align-content: center;
justify-content: center;
position: relative;
}
.checkoutPage__form {
background-color: whitesmoke;
padding: 50px;
display: flex;
align-items: center;
margin: 0 auto;
justify-content: center;
flex-direction: column;
width: 400px;
border-radius: 20px;
border: 2px #d35f46 solid;
}
.checkoutPage__form > h2 {
font-size: 2.2vw;
font-family: ginebra_font;
margin-bottom: 1vw;
display: flex;
align-items: center;
justify-content: center;
font-weight: lighter;
color: #707070;
}
.checkout__payment {
padding-top: 20px;
}
/* ----------------------------------------------------------- */
@media screen and (max-width: 10000px) and (min-width: 1500px) {
.MuiPickersBasePicker-pickerView.MuiPickersBasePicker-pickerViewLandscape {
padding: 0 0.5vw;
}
.MuiPickersMonthSelection-container {
width: 100% !important;
}
.MuiPickersMonthSelection-container,
.MuiPickersYearSelection-container {
height: 15vw !important;
}
.MuiPickersMonthSelection-container > div {
height: 6vw;
font-size: 1vw !important;
line-height: 1vw !important;
}
.MuiPickersYearSelection-container > div {
height: 3vw;
font-size: 1vw !important;
line-height: 1.2vw;
}
.checkoutPage {
margin: 6vw;
}
.checkoutPage__form {
padding: 4vw;
width: 35vw;
border-radius: 2vw;
}
.checkout__payment {
padding-top: 2vw;
}
.checkoutPage__form > form > div > div > label {
font-size: 1vw;
line-height: 1vw;
}
.checkoutPage__form > form > div > div > div {
margin-top: 1vw;
font-size: 1vw;
line-height: 1vw;
margin-left: 0.5vw;
}
.checkoutPage__form > form > div > div > div > input {
height: 1vw;
padding: 0.6vw 0 0.7vw;
}
.checkout__payment > fieldset > legend {
font-size: 1vw;
line-height: 1vw;
}
.checkout__payment > fieldset > div > label {
margin-left: -0.1vw;
}
.checkout__payment > fieldset > div > label > span {
font-size: 1.2vw;
padding: 0.7vw;
}
.checkout__payment > fieldset > div > label > span > span > div > svg,
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div > div > button > span > svg {
font-size: 1.5vw !important;
height: 2vw !important;
width: 2vw !important;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal {
margin-top: 1.4vw;
margin-bottom: 0.5vw;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div {
font-size: 1vw;
line-height: 1vw;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div > input {
height: 1vw;
padding: 0.5vw 0 0.6vw;
}
.checkoutPage__form > form > div.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal > div > div > button {
font-size: 1.2vw;
}
.MuiFormHelperText-root {
font-size: 1vw !important;
line-height: 2vw !important;
}
}
@media screen and (max-width: 700px) {
.checkoutPage__form > h2 {
font-size: 20px;
}
.checkoutPage__form {
width: 250px;
padding: 20px;
}
input {
width: 200px !important;
font-size: 11px !important;
}
.checkoutPage {
margin: 10px;
}
}
| 0.297062 | 0.063222 |
@font-face {
font-family:'aller_lightregular';
src:url("../fonts/aller-light-webfont.eot");
src:url("../fonts/aller-light-webfont.eot?#iefix") format('embedded-opentype'),url("../fonts/aller-light-webfont.woff") format('woff'),url("../fonts/aller-light-webfont.ttf") format('truetype'),url("../fonts/aller-light-webfont.svg#aller_lightregular") format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'aller_lightitalic';
src:url("../fonts/aller-lightitalic-webfont.eot");
src:url("../fonts/aller-lightitalic-webfont.eot?#iefix") format('embedded-opentype'),url("../fonts/aller-lightitalic-webfont.woff") format('woff'),url("../fonts/aller-lightitalic-webfont.ttf") format('truetype'),url("../fonts/aller-lightitalic-webfont.svg#aller_lightitalic") format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'cof-icons';
src:url("../fonts/icomoon.eot?-q5s67w");
src:url("../fonts/icomoon.eot?#iefix-q5s67w") format('embedded-opentype'),url("../fonts/icomoon.woff?-q5s67w") format('woff'),url("../fonts/icomoon.ttf?-q5s67w") format('truetype'),url("../fonts/icomoon.svg?-q5s67w#icomoon") format('svg');
font-weight:normal;
font-style:normal;
}
[class^="icon-"],[class*=" icon-"] {
font-family:'cof-icons';
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.icon-setting:before {
content:"\e644";
}
.icon-arrow-right:before {
content:"\e671";
}
.icon-mail:before {
content:"\e682";
}
.icon-download:before {
content:"\e6d4";
}
.icon-arrow-up:before {
content:"\e721";
}
.icon-arrow-left:before {
content:"\e734";
}
.icon-menu:before {
content:"\e600";
}
.icon-vineta:before {
content:"\e601";
}
a{
outline: medium none;
text-decoration: none;
}
p {
color:#4b585b;
font-size:.8em;
padding:0;
margin:0;
margin-bottom: 8px;
}
.item {
display:none;
position:relative;
display:inline-block;
overflow:hidden;
vertical-align:top;
}
.menu-mobile {
display:none;
width:100%;
height:40px;
line-height:40px;
font-weight:300;
overflow:visible;
font-size:0;
}
.menu-mobile li {
list-style:none;
float:left;
border-right:1px solid #52c9e3;
}
.menu-mobile li a {
color:#aab7b7;
display:block;
width:100%;
height:100%;
text-align:center;
font-size:1rem;
overflow:hidden;
transition:.5s;
}
.menu-mobile .menu {
width:15%;
background-color:#008ba9;
}
.menu-mobile .menu img {
margin-top:10px;
}
.menu-mobile .user,.menu-mobile .search {
background-color:#00b2d9;
width:28.125%;
}
.menu-mobile .home {
background-color:#00a9a1;
width:28.7%;
}
.menu-mobile .user img,.menu-mobile .search img,.menu-mobile .home img {
margin-top:5px;
}
* {
padding:0;
margin:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
button {
background:none;
border:0;
margin:0;
overflow:hidden;
outline:0;
padding:0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
button::-moz-focus-inner {
padding:0;
border:0;
}
fieldset {
margin:0;
padding:0;
border:none;
}
h2,h3,h4,h5,h6 {
margin:0;
padding:0;
font-weight:normal;
}
img {
vertical-align:top;
border:none;
}
input {
height: 32px;
padding-left: 0.5em;
padding-right: 0.5em;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.onoffswitch {
margin-top:.5em;
position:relative;
width:70px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
}
.onoffswitch-checkbox {
display:none;
}
.onoffswitch-label {
color: #E1E1E1;
cursor: pointer;
display: block;
font-size: 1em;
margin-bottom: 4px;
height: 26px;
overflow: hidden;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.onoffswitch-inner {
width:200%;
margin-left:-100%;
-moz-transition:margin .3s ease-in 0s;
-webkit-transition:margin .3s ease-in 0s;
-o-transition:margin .3s ease-in 0s;
transition:margin .3s ease-in 0s;
}
.onoffswitch-inner:before,.onoffswitch-inner:after {
float:left;
width:50%;
height:26px;
padding:0;
line-height:27px;
font-size:14px;
color:#e1e1e1;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.onoffswitch-inner:before {
content:"on";
padding-left:18px;
background-color:#00a9a1;
}
.onoffswitch-inner:after {
content:"off";
padding-right:18px;
background-color:#486166;
text-align:right;
}
.onoffswitch-switch {
width:28px;
height: 28px;
margin:-1px;
background-color:#057087;
position:absolute;
top:0;
bottom:0;
right:44px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
-ms-border-radius: 28px;
-o-border-radius: 28px;
border-radius: 28px;
-webkit-transition:all .3s ease-in 0s;
-moz-transition:all .3s ease-in 0s;
-o-transition:all .3s ease-in 0s;
transition:all .3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left:0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right:0;
}
label {
color:#5e7074;
font-size:.85em;
display:block;
margin:0 0 .8em 0;
padding:0;
text-align:left;
}
select,input[type=text],input[type=email],input[type=password] {
background-color:#ffffff;
border:1px solid #e9edec;
color:#aeb5b7;
font-size:.8em;
outline:0;
width:100%;
line-height: 32px;
font-family:'aller_lightregular';
}
select {
background:url("../img/iconos/arrow-down-form-g.png") no-repeat 95% 70%;
background-color: #ffffff;
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
outline:none;
height:32px;
padding:7px;
text-indent:.01px;
text-overflow:'';
}
.dropdown dd,.dropdown dt,.dropdown ul {
margin:0;
padding:0;
}
.dropdown dd {
position:relative;
}
.dropdown dt a,.dropdown dt .estilo-2 {
background:url("../img/iconos/arrow-down-form-b.png") no-repeat scroll right center;
background-color: #ffffff;
color:#aeb5b7;
display:block;
font-size: 0.8em;
height: 32px;
line-height: 32px;
padding: 0 30px 0 8px;
border:1px solid #e9edec;
text-decoration:none;
font-family:"aller_lightregular";
}
.dropdown dt a span,.dropdown dt .estilo-2 span{
display: inline-block;
line-height: 16px;
}
.dropdown dt .estilo-2 {
background:url("../img/iconos/arrow-down-form-g.png") no-repeat scroll 98% center;
background-color: #ffffff;
}
.dropdown dd ul,.dropdown dd .estilo-2-lista {
background:none repeat scroll 0 0;
background-color: #f9faf9;
border:1px solid #e9edec;
display:none;
list-style:none;
padding:5px 0;
position:absolute;
left:0;
top:0px;
width:auto;
min-width:170px;
z-index:1;
}
.dropdown dd ul li,.dropdown dd .estilo-2-lista li,.dropdown dd ul a,.dropdown dd .estilo-2-lista a {
padding: 0.2em 0.4em;
display:block;
color:#4b585b;
text-decoration:none;
font-size:.9em;
}
.dropdown dd ul li:hover,.dropdown dd .estilo-2-lista li:hover,.dropdown dd ul a:hover,.dropdown dd .estilo-2-lista a:hover {
background-color:#edf0ec;
}
.dropdown dd .estilo-2-lista {
background: none repeat scroll 0 0;
background-color: #ffffff;
}
.dropdown dd .estilo-2-lista li {
padding-left:.6em;
}
.dropdown dd .estilo-2-lista li a {
color:#aeb5b7;
}
input[type=checkbox], input[type=radio] {
display:none;
}
.aviso,.label-red {
color:#5e7074;
cursor:pointer;
display:inline-block;
font-size:.8em;
padding-left:2em;
position:relative;
}
.aviso:before {
background-color:#fafbfa;
border:1px solid #cecaca;
border-radius:50%;
content:"";
display:inline-block;
height:15px;
left:0;
margin-right:1em;
position:absolute;
width:15px;
}
.label-red:before {
background-color:#fafbfa;
border:1px solid #cecaca;
bottom:.5px;
content:"";
display:inline-block;
left:0;
margin-right:1em;
position:absolute;
width:17px;
height:17px;
}
input[type=checkbox]:checked + .aviso:before {
content:"\e601";
color:#1193af;
font-family:"cof-icons";
font-size:13px;
text-align:center;
line-height:15px;
}
input[type=radio]:checked + .aviso:before {
content:"\e601";
color:#1193af;
font-family:"cof-icons";
font-size:13px;
text-align:center;
line-height:15px;
}
input[type=checkbox]:checked + .label-red:before {
background:url("../img/iconos/checked-form.png") no-repeat 50%;
background-color: #fafbfa;
line-height:13px;
}
#ip-search {
background:url("../img/iconos/arrow-buscador.png") no-repeat 98%;
background-color: #fff;
}
select::-ms-expand {
display:none;
}
span {
margin:0;
padding:0;
}
textarea {
border: 2px solid #E3E9E8;
color: #AEB5B7;
display: block;
font-size: 0.8em;
height: 83px;
padding: 0.8em;
resize: none;
width: 90%;
font-family: 'aller_lightregular';
}
ul {
margin:0;
padding:0;
}
#menu-lateral {
cursor:pointer;
}
#menu-lateral img {
vertical-align:middle;
}
.absolute {
position:absolute;
}
.acordeon .acordeon-list > li {
margin-bottom: 5px;
list-style: none outside none;
}
.acordeon .acordeon-list > li > a {
display:block;
background-color:#ddeaed;
color:#008ba9;
font-size:.85em;
padding:0;
text-transform:uppercase;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.acordeon .acordeon-list > li > a:hover {
background-color:#008ba9;
color:#fff;
}
.acordeon .acordeon-list > li.active > a {
background-color:#008ba9;
color:#fff;
}
.acordeon .acordeon-list > li > a > span {
background:url("../img/iconos/arrow-left.png") no-repeat 98% center;
display:block;
padding:12px 10px;
padding-right: 9%;
padding-left: 16px;
}
.acordeon .acordeon-list > li > a > span:hover {
background:url("../img/iconos/arrow-left-b.png") no-repeat 98% center;
}
.acordeon .acordeon-list > li > ul {
display:none;
}
.acordeon .acordeon-list > li > ul > li {
border-top:1px solid #dbe2e4;
overflow:hidden;
}
.acordeon .acordeon-list > li > ul > li:first-child {
border-top:none;
}
.acordeon .acordeon-list > li > ul > li h6 {
font-size:.8em;
}
.acordeon .acordeon-list > li > ul > li > a {
color:#008ba9;
display:block;
padding:1em;
padding-bottom: 4px;
margin:0;
text-decoration:none;
}
.acordeon .acordeon-list > li > ul > li > a p{
font-size: 0.85em;
color:#008ba9;
}
.acordeon .acordeon-list.pnormales > li > ul > li > a p {
font-size: 0.8em;
color:#4B585B;
}
.acordeon .acordeon-list > li >ul > li > a:hover {
background-color:#eff5f7;
}
.acordeon .acordeon-list > li.active > a > span {
background:url("../img/iconos/arrow-down-b.png") no-repeat 98% center;
display:block;
padding:12px 10px;
padding-right: 9%;
padding-left: 16px;
}
.acordeon .fecha {
color:#00a9a1;
}
.acordeon .acordeon-list .revista {
display: block;
margin: 0;
padding: 16px 16px 4px;
position: relative;
min-height: 90px;
}
.accesos-directos {
margin-bottom:1.5em;
border-bottom:1px solid #d9e1e2;
padding-bottom:1em;
}
.accesos-directos h6 {
border-bottom:1px solid #d9e1e2;
color:#4b585b;
font-size:1em;
padding:0 0 0 2em;
line-height:30px;
position:relative;
}
.accesos-directos h6:before {
background:url("../img/iconos/ac-directos.png") no-repeat;
content:"";
height:30px;
left:0;
position:absolute;
top:0;
width:30px;
}
.accesos-directos .lista-accesos-directos li {
padding: 0.5em 1.5em 0.5em 2em;
background-color: #ffffff;
display: block;
overflow: hidden;
}
.accesos-directos .lista-accesos-directos li + li {
background-color:#F6FBFC;
}
.accesos-directos .lista-accesos-directos li + li + li {
background-color:#ffffff;
}
.accesos-directos .lista-accesos-directos li + li + li + li {
background-color:#F6FBFC;
}
.accesos-directos .lista-accesos-directos li + li + li + li + li {
background-color:#ffffff;
}
.accesos-directos .lista-accesos-directos li + li + li + li + li + li {
background-color:#F6FBFC;
}
.accesos-directos .lista-accesos-directos li + li + li + li + li + li + li {
background-color:#ffffff;
}
.accesos-directos .lista-accesos-directos li a {
color:#008ba9;
font-size:.8em;
text-decoration:none;
}
.accesos-directos .lista-accesos-directos li a:hover {
color:#00a9a1;
}
.aller-bold-title {
font-weight: bold;
}
.azul {
color:#008ba9;
}
.verde {
color:#00a9a1;
}
.calendar {
background:url("../img/iconos/calendar-input.png") no-repeat right !important;
background-color: #ffffff !important;
padding-right: 30px;
}
.centrado {
margin:0 auto;
padding-bottom:1em;
width:430px;
}
.gris-texto {
color:#4b585b;
}
.titulo-azul {
color:#00a9a1;
}
.bg-gris {
background-color:#f9faf9;
}
.bg-celeste {
background-color:#eff7f9;
}
.bg-celeste-claro {
background-color:#f3f9fa;
}
.banner {
margin-bottom:.8em;
width:100%;
}
.bold {
font-weight:bold;
}
.border {
border-bottom:1px solid #d8e0e1;
}
.btn {
border:none;
border-radius:5px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:.8em;
height:32px;
line-height:32px;
outline:0;
padding:0 22px;
padding-top: 2px;
text-decoration:none;
text-transform:uppercase;
font-family:'aller_lightregular';
}
.btn:hover {
background-color:#c0610c;
}
.btn-naranja {
background-color:#e67e22;
}
.btn-verde {
background-color:#59c7c2;
height: 29px;
line-height:29px;
}
.btn-verde:hover {
background-color:#04918a;
}
.btn-azul {
background:url("../img/iconos/arrow-right-b.png") no-repeat 98%;
background-color: #00b2d9;
display:block;
padding-left: 8px;
padding-right: 9%;
text-align:left;
font-size:.8em;
height: 42px;
line-height: 42px;
font-family:"aller_lightregular";
text-decoration:none;
color:#fff;
overflow:hidden;
}
.btn-azul:hover {
background-color: #008ba9;
}
.btn-azul span{
display: inline-block;
line-height: 16px;
vertical-align: middle;
}
.btn-gris {
background-color:#c8c8c8;
}
.btn-gris:hover {
background-color:#acaaaa;
}
.btn-steps {
background-color:#ddeaed;
border-radius:10px;
color:#536366;
font-family:"aller_lightregular";
font-size:0.9em;
height:30px;
line-height:30px;
padding:0 .6em;
text-decoration:none;
}
.btn-azul-osc{
background-color:#105b7a;
color:#d7f4ed;
padding-top: 1px;
padding-left: 14px;
width: 100%;
background-image: url("../img/iconos/suscripcio_icon.png");
background-position: 95% 7px;
background-repeat: no-repeat;
}
.btn-azul-osc:hover{
background-color:#0e475e;
}
.ver_mas{
background-image: url("../img/iconos/ver_mas_icon.png");
background-position: 90px 5px;
background-repeat: no-repeat;
padding: 2px 30px 0 12px;
width: 124px;
float: right;
margin-top: 20px;
}
.block {
display:block;
}
.buscar, .noti-rel {
font-size: 1.2em;
padding-left: 1.7em;
position: relative;
}
.noti-rel {
padding-left: 2em;
}
.buscar:before {
background:url("../img/iconos/search-verde.png") no-repeat;
content:"";
height:20px;
position:absolute;
width:20px;
left:0;
top: -2px;
}
.noti-rel:before {
background:url("../img/iconos/noticies_relacionades.png") no-repeat;
content:"";
height: 20px;
left: 5px;
position: absolute;
top: 0;
width: 19px;
}
.caja-gris,.caja-gris-larga {
background-color: #F4F6F4;
margin-bottom: 3px;
padding: 10px 20px 4px;
}
.caja-gris-larga {
}
.cebra-1{
background-color:#f4f6f4;
}
.cebra-1:nth-child(2n+1){
background-color:#f9faf9;
}
.cebra-2{
background-color:#f4f6f4;
}
.cebra-2:nth-child(2n+1){
background-color:#fcfdfc;
}
.cebra-3{
background-color:#fdfefd;
}
.cebra-3:nth-child(2n+1){
background-color:#f4f6f4;
}
.carrusel-ultima-hora img {
width:100%;
}
.clearfix {
content:"";
display:table;
clear:both;
}
.column-cajas,.column, .column-esp {
display: inline-block;
margin-right: 4%;
vertical-align: top;
width: 48%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.column-esp{
width: 39.5%;
margin-left:-4%;
position: relative;
margin-bottom: 20px;
}
.column-esp:first-child{
width: 55.5%;
margin-left:0px;
}
.column-esp .btn-azul{
width:100%;
}
.column-esp .btn-azul.left, .column-esp .btn-azul.right {
width:48%;
}
.column-esp .text-esp{
color: #00A9A1;
display: block;
position: absolute;
right: 20px;
top: 20px;
}
.column-esp .text-esp p{
font-size:1.05em;
color:#00a9a1;
}
.mini-box-container{
bottom: 60px;
color: #00A9A1;
display: block;
padding: 0 3%;
position: absolute;
right: 0;
width: 100%;
}
.mini-box-esp{
background-color: #F6FAFB;
border: 1px solid #EAEDEF;
display: block;
min-height: 56px;
padding: 7px 7px 0;
position: relative;
width: 48%;
}
.mini-box-esp p{
color: #008BA9;
font-size: 0.75em;
}
.cont-titul-boton {
bottom: 20px;
display: table;
left: 0;
padding: 0 20px;
width: 100%;
position: absolute;
}
.cont-titul-boton h3.titulo-contenido-sec {
color: #00B2D9;
display: table-cell;
float: none;
font-family: "aller_lightregular";
font-size: 1.5em;
padding-top: 2px;
padding-right: 15px;
width: auto;
vertical-align: bottom;
}
.cont-titul-boton .boton{
display: table-cell;
text-align: center;
width: 150px;
vertical-align: bottom;
}
.cont-titul-boton .boton .btn{
padding:0px;
text-align: center;
width: 100%;
}
.guias-tematicas{
margin-top:20px;
}
.destacado {
background-color:#f3f9fa;
margin-bottom:2em;
overflow:hidden;
padding: 16px 12px 28px;
}
.destacado h4 {
border-bottom:1px solid #b7c6c9;
color:#105b7a;
font-family:"aller_lightregular";
font-size:.9em;
margin-bottom:.5em;
padding-bottom:.8em;
}
.dropdown-mobile {
display:none;
background-color:#00b1da;
position:absolute;
width:100%;
z-index:1000;
}
.dropdown-mobile ul,.dropdown-mobile li,.dropdown-mobile a {
margin:0;
padding:0;
border:0;
list-style:none;
font-weight:normal;
text-decoration:none;
line-height:1;
position:relative;
}
.dropdown-mobile li {
list-style:none;
background-color:#00b1da;
color:#fff;
border-bottom:1px solid #0197b8;
}
.dropdown-mobile li:last-child {
border:none;
}
.dropdown-mobile li a {
line-height:1.3;
color:#fff;
display:block;
padding:.5em 1em;
}
.dropdown-mobile li a:hover {
color:#fff;
background-color:#00b1da;
}
.bg-gris-2 {
background-color:#f4f6f4;
}
.fecha,.titulo-listado {
color:#008ba9;
}
.titulo-listado {
display: inline-block;
/* margin-bottom: 4px; quitado por el 40 */
font-size: 1.05em;
}
.column-form {
display: block;
float: left;
margin-left: 4%;
margin-bottom: 20px;
position: relative;
}
.column-form:first-child {
margin-left:0;
}
.large-1 {
width:65.71428%;
}
.large-2 {
width: 65%;
}
.large-3 {
width:48%;
}
.large-4 {
width:42.85714%;
}
.large-5 {
width:45.42857%;
}
.med-1 {
width:31.42857%;
}
.med-2 {
width: 30.5%;
}
.small {
width:22%;
}
.x-small {
width:25%;
}
.xx-small {
width:20%;
}
.xxx-small {
width:18%;
}
.xxxx-small {
width:12%;
}
.total {
width:100%;
}
.med-float {
width:48%;
}
.sup-float{
width:90%;
}
.fuente-regular {
font-size:.8em;
}
.imagen-cabecera {
width:100%;
}
.img-marco {
padding:.25em;
border:2px solid #e6eff2;
}
.column-esp .img-marco {
margin-bottom:0.5em;
}
.column-esp .img-marco div{
background-color: #F5F5F5;
}
.left {
float:left;
}
.listado-activitats h5,.listado-tipo-1 h5,.listado-tipo-2 h5,.listado-contenidos h5,.listado-contenidos-2 h5,.listado-activitats h6,.listado-tipo-1 h6,.listado-tipo-2 h6,.listado-contenidos h6,.listado-contenidos-2 h6 {
font-size:1em;
}
.listado-activitats p, .listado-tipo-2 p,.listado-contenidos p,.listado-contenidos-2 p, .listado-actividades p {
margin:0;
}
.act-avui{
padding-left:1.5em;
}
.act-avui:before {
background:url("../img/iconos/calendara.png") no-repeat;
content:"";
height:19px;
position:absolute;
width:19px;
left:0;
top:9px;
}
.barra-m {
display:none;
width:100%;
height:35px;
line-height:35px;
padding:0 2.92968%;
position:relative;
background-color:#00b2d9;
}
.barra-m .menu-med {
list-style:none;
margin:0 auto;
width:768px;
}
.barra-m .item {
float:left;
}
.barra-m .item a {
color:#fff;
text-decoration:none;
font-size:13px;
border-right:1px solid #008ba9;
padding:0 .69em;
white-space:nowrap;
}
.barra-m .item a:hover {
color:#066377;
}
.barra-m .sub {
background-color:#008ba9;
padding:0 .4em;
}
.barra-m .home {
border-left:1px solid #40c2d3;
padding-left:1em;
background-color:#00a9a1;
height:35px;
padding:0;
}
.barra-m .users {
background-color:#ffffff;
padding:0 .5em;
}
.barra-m .users a {
background:url("../img/iconos/connected.png") no-repeat left;
color:#4b585b;
padding-left:2em;
}
.listado-tipo-1 .list-1, .list-1 {
list-style:none;
margin-bottom:1em;
}
.listado-tipo-1 .list-1 li, .list-1 li {
color: #4B585B;
font-size: 0.8em;
margin-bottom: 5px;
padding-left: 18px;
}
.listado-tipo-1 .list-1 li{
margin-bottom: 12px;
}
.listado-tipo-1 .list-1 li h6, .list-1 li h6 {
color:#00a9a1;
font-size:1.05em;
margin-bottom: 4px;
}
.listado-tipo-1 .list-1 li p, .list-1 li p{
font-size: 1em;
/* margin-bottom: 0px; quitado por el 28*/
}
.listado-tipo-1 .list-1 li:before, .list-1 li:before {
content:"\e601";
color:#008ba9;
font-family:"cof-icons";
font-size:.6em;
margin-right:.7em;
margin-left: -17px;
margin-top: 2px;
float: left;
}
.listado-tipo-1 .list-1 li ul, .list-1 li ul {
list-style:none;
}
.listado-tipo-1 .list-1 li ul li, .list-1 li ul li {
color:#4b585b;
font-size: 1em;
margin-bottom: 4px;
}
.listado-tipo-1 .list-1 li ul li:before, .list-1 li ul li:before {
content:"\e601";
color:#738386;
font-family:"cof-icons";
font-size:.7em;
margin-right:1em;
}
h5.titulo{
font-size: 0.9em;
color:#008ba9;
font-family:"aller_lightregular";
margin: 0 0 15px;
padding: 0;
position:relative;
}
h5.titulo-estrella, h5.titulo-nube, h5.titulo-llistat, h5.titulo-arbol, h5.titulo-contacto, h5.titulo-transporte, h5.titulo-correo {
font-size: 1.1em;
border-bottom:1px solid #b7c6c9;
color:#5e7074;
font-family:"aller_lightregular";
margin: 0 0 25px;
padding: 0 0 0.4em 1.8em;
position:relative;
}
h5.titulo-arbol, h5.titulo-contacto, h5.titulo-transporte, h5.titulo-nube {
margin-bottom: 16px;
}
h5.titulo-correo {
margin-top: 20px
}
.titulo-estrella:before {
background:url("../img/iconos/star.png") no-repeat left top !important;
content: "";
height: 20px;
left: 3px;
position: absolute;
top: -2px;
width: 20px;
}
.titulo-arbol:before {
background:url("../img/iconos/organizacion_home_icon.png") no-repeat left top;
content: "";
height: 20px;
left: 3px;
position: absolute;
top: 3px;
width: 20px;
}
.titulo-nube:before {
background:url("../img/iconos/nube-icon.png") no-repeat left top;
content: "";
height: 21px;
left: 1px;
position: absolute;
top: -2px;
width: 22px;
}
.titulo-llistat:before {
background:url("../img/iconos/titol-listado-icon.png") no-repeat left top;
content: "";
height: 21px;
left: 1px;
position: absolute;
top: -2px;
width: 22px;
}
.titulo-contacto:before {
background:url("../img/iconos/movil_icon.png") no-repeat left top;
content: "";
height: 20px;
left: 5px;
position: absolute;
top: 1px;
width: 15px;
}
.titulo-correo:before {
background:url("../img/iconos/dades_icon.png") no-repeat left top;
content: "";
height: 16px;
left: 2px;
position: absolute;
top: 4px;
width: 22px;
}
.titulo-transporte:before {
background:url("../img/iconos/bus_icon.png") no-repeat left top;
content: "";
height: 20px;
left: 1px;
position: absolute;
top: 2px;
width: 19px;
}
.listado-tipo-2 h5 {
border-bottom:1px solid #b7c6c9;
color:#105b7a;
font-family:"aller_lightregular";
margin:0 0 0.5em 0;
padding:.6em 0 .4em 0;
position:relative;
}
.listado-tipo-2 h5.act-avui {
padding-left: 1.5em;
}
.listado-tipo-2 .list-2 {
list-style:none;
}
.listado-tipo-2 .list-2 li {
margin-bottom:0;
padding:0;
position:relative;
background-color:#ffffff;
}
.listado-tipo-2 .list-2 li:nth-child(2n) {
background-color:#e5f3f5;
}
.listado-tipo-2 .list-2 li:hover {
background-color:#f8fafb;
}
.listado-tipo-2 .list-2 li:nth-child(2n):hover {
background-color:#d8e3e6;
}
.listado-tipo-2 .list-2 .activ-online{
background:url("../img/iconos/vin-doc.png") no-repeat 4px 8px;
}
.listado-tipo-2 .list-2 .bonificable{
background:url("../img/iconos/euro.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-calendario{
background:url("../img/iconos/calendario_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-user{
background:url("../img/iconos/user_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-config{
background:url("../img/iconos/config_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-mesage{
background:url("../img/iconos/mensaje_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-carpeta{
background:url("../img/iconos/carpeta_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 a {
display:block;
margin:0;
padding: 10px 16px;
text-decoration:none;
position: relative;
}
.listado-tipo-2 .list-2 .activ-online a, .listado-tipo-2 .list-2 .ult-dias-coll a, .listado-tipo-2 .list-2 .bonificable a, .listado-tipo-2 .list-2 .l-calendario a, .listado-tipo-2 .list-2 .l-user a, .listado-tipo-2 .list-2 .l-config a, .listado-tipo-2 .list-2 .l-mesage a, .listado-tipo-2 .list-2 .l-carpeta a {
padding:10px 20px 10px 60px;
}
.listado-tipo-2 .list-2 .ult-dias{
display: none;
}
.listado-tipo-2 .list-2 .ult-dias-coll .ult-dias{
background-color: #E67E22;
color: #FFFFFF;
display: block;
font-size: 0.55em;
font-weight: bold;
left: 0;
padding: 5px;
position: absolute;
top: 45px;
width: 50px;
}
.listado-tipo-2 .list-2 .titulo {
font-size: 1.05em;
font-weight: bold;
}
.listado-contenidos h5 {
border-radius:10px;
font-family:"aller_lightregular";
line-height:inherit;
margin-bottom: 0px;
margin-top: 10px;
/* min-height:33px; quitado por ie8*/
padding: 9px 64px 7px 8px;
position:relative;
text-transform:uppercase;
font-size: 0.9em;
}
.listado-contenidos .line-normal {
line-height:1.2em;
}
.listado-contenidos .titulo-icono {
padding-left: 34px;
}
.celeste {
background-color:#ddeaed;
color:#105b7a;
}
.orange {
background-color:#efbb8d;
color:#934501;
}
.azul-claro {
background-color:#d7f4ed;
color:#105b7a;
padding-left:.5em;
}
.celeste-claro {
color:#008ba9;
background-color:#ddeaed;
}
.celeste-oscuro {
background-color:#d7f4ed;
color:#00a9a1;
padding-left:.5em;
}
.celeste-oscuro .fecha {
color:#105b7a;
}
.celeste-oscuro .fecha {
color:#00a9a1;
}
.consulta-productos form{
padding-top: 10px;
}
.consulta-productos .destacado {
padding-bottom:0;
overflow:inherit;
}
.consulta-productos .row {
margin: 0 auto;
padding: 0 0 0 6%;
}
.consulta-productos .column-form{
width: 35%;
}
.consulta-productos .boton{
width: 20%;
}
.consulta-productos label {
height: 30px;
left: 0;
line-height: 30px;
position: absolute;
top: 0;
}
.consulta-productos.clase-a .row {
margin: 0 auto;
padding: 0;
}
.consulta-productos.clase-a .column-form {
width: 24%;
margin-left: 2%
}
.consulta-productos.clase-a .categ {
width: 27%;
}
.consulta-productos.clase-a .boton {
width: 16%;
margin-left: 3%;
}
.consulta-productos.clase-a .column-form:first-child {
margin-left:0px;
}
.consulta-productos.clase-a .dropdown {
padding-left: 34px;
}
.consulta-productos.clase-a .categ .dropdown {
padding-left: 70px;
}
.consulta-productos .dropdown{
padding-left: 40px;
}
.consulta-productos select {
margin-right:1.25em;
}
.file:before {
background:url("../img/iconos/file.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:6px;
vertical-align:middle;
width:20px;
}
.alerta:before {
background:url("../img/iconos/alertas_icon.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:7px;
vertical-align:middle;
width:20px;
}
.premsa:before {
background:url("../img/iconos/notes_icon.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:7px;
vertical-align:middle;
width:20px;
}
.legislacio:before {
background:url("../img/iconos/legislacio_icon.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:7px;
vertical-align:middle;
width:20px;
}
.shell:before {
background:url("../img/iconos/shell.png") no-repeat;
content:"";
height:19px;
left:10px;
position:absolute;
top:6px;
vertical-align:middle;
width:19px;
}
.lc-list {
list-style:none;
margin:0;
}
.lc-list li {
border-top:1px solid #d7f4ed;
}
.lc-list li:first-child {
border-top:none;
}
.lc-list li a {
display: block;
margin: 0;
padding: 14px 20px 12px 20px;
}
.lc-list li a:hover {
background-color:#eff5f7;
}
.lc-list li a:before {
color:#008ba9;
content:"\e601";
float:left;
font-family:"cof-icons";
font-size: 0.5em;
margin-left: -16px;
margin-top: 2px;
}
.lc-list li .texto {
color:#4b585b;
display:block;
margin:0;
padding:0 0 0 1em;
text-align:left;
}
.lc-naranja .lc-list li a:before {
color:#e67e22;
}
.lc-naranja .lc-list li a:hover {
background-color:#eff5f7;
}
.texto{
font-size:.8rem;
}
.listado-contenidos-2 {
margin-bottom:2em;
}
.listado-contenidos-2 .lc2-list {
list-style:none;
}
.listado-contenidos-2 .lc2-list li {
margin-bottom:.2em;
}
.listado-contenidos-2 .lc2-list li a {
background-color:#f3f9fa;
color:#008ba9;
text-decoration:none;
display:block;
margin:0;
padding:1em;
}
.listado-contenidos-2 .lc2-list li a:hover {
background-color:#ddeaed;
}
.listado-contenidos-2 .lc2-list .sublista {
list-style:none;
margin:1em 0 0 .4em;
padding-left:.6em;
border-left:3px solid #84eae7;
}
.listado-actividades {
margin-bottom:2em;
}
.listado-actividades .lc-list li a {
padding: 0 0 0 20px;
}
.listado-actividades .lc-list li a:before {
margin-top: 19px;
}
.listado-actividades .lc-list li a .com_table{
display: table;
width: 100%;
}
.listado-actividades .lc-list li a .com_table .com_td {
display: table-cell;
height: 100%;
vertical-align: top;
width: 50px;
}
.listado-actividades .lc-list li a .com_table .com_td:first-child{
padding: 16px 20px 16px 0;
width: auto;
}
.listado-actividades ul li.activ-online.ult-dias-coll a{
min-height: 72px;
}
.listado-actividades .lc-list li a .com_table .com_td .ico_comodin{
display: table;
height: 50%;
vertical-align: top;
width: 50px;
}
.listado-actividades .lc-list li.activ-online a .com_table .com_td .ico_comodin{
background: url("../img/iconos/ico_world.png") no-repeat scroll center center;
background-color: #F9F9F9;
padding-top: 38px;
}
.listado-actividades ul li {
position:relative;
}
.listado-actividades ul li .ult-dias {
color: #FFFFFF;
display: table;
font-size: 0.55em;
font-weight: bold;
padding: 5px;
width: 50px;
height: 50%;
text-indent: -9999px;
}
.listado-actividades ul li.ult-dias-coll .ult-dias {
background-color: #E67E22;
text-indent: inherit;
}
.lista-enlaces, .lista-enlaces-2{
border-left: 2px solid #84EAE7;
font-size: 0.8em;
list-style: none outside none;
margin: 0 0 8px 8px;
}
.lista-enlaces ul, .lista-enlaces-2 ul{
border-left: 2px solid #86b9c2;
margin:0 0 0 8px;
}
.lista-enlaces li, .lista-enlaces-2 li{
list-style: none outside none;
margin-left: 10px;
margin-top: 16px;
}
.lista-enlaces li a, .lista-enlaces-2 li a {
color:#00b2d9;
}
.lista-enlaces li a:hover, .lista-enlaces-2 li a:hover {
color:#008ba9;
}
.lista-enlaces-2 {
margin-top: 12px;
}
.lista-enlaces-2 li {
margin-top: 5px;
}
.listado-documentos .ld-item {
border-top:1px solid #DBE2E4;
display:block;
padding: 15px 10px 8px 50px;
position:relative;
}
.listado-documentos .ld-item:first-child {
border-top:0px;
}
.listado-documentos .ld-item:after {
content:"";
height:33px;
left:10px;
position:absolute;
top:16px;
width:27px;
}
.listado-documentos .ld-item p {
font-size:0.85em;
margin-bottom: 4px;
}
.listado-documentos .ld-item .ver-mas a {
color: #008BA9;
/* display: block; quitado por el 17 */
font-size: 0.95em;
padding: 0 0 0 20px;
position: relative;
}
.listado-documentos .ld-item .ver-mas a:hover {
color:#5e7074;
}
.listado-documentos .ld-item .ver-mas a:after {
background: url("../img/iconos/ver-mas.png") no-repeat scroll top left;
content: "";
height: 14px;
left: 0;
position: absolute;
top: 1px;
width: 14px;
}
.listado-documentos .ld-item .ver-mas a:hover:after {
background: url("../img/iconos/ver-mas-hover.png") no-repeat scroll top left;
}
.listado-documentos .doc:after {
background:url("../img/iconos/doc.png") no-repeat;
}
.listado-documentos .pdf:after {
background:url("../img/iconos/pdf.png") no-repeat;
}
.listado-documentos .xls:after {
background:url("../img/iconos/xls.png") no-repeat;
}
.listado-documentos .lin:after {
background:url("../img/iconos/link.png") no-repeat;
left: 13px;
top: 20px;
}
.listado-ordenado .lo-list {
margin:0;
padding:0;
list-style-position:inside;
}
.listado-ordenado .lo-list .lo-item {
color:#00a9a1;
font-size:1em;
}
.dropdown-mobile {
display:none;
}
.menu-mobile {
display:none;
}
.menu-principal {
height:36px;
line-height:36px;
margin:0 auto;
max-width:940px;
position:relative;
width:100%;
}
.naranja {
color:#e28505;
}
.no-border {
border:0 !important;
}
.no-margin {
margin-left: -4px;
margin-right: 0;
}
.pag-flechas {
top:6px;
right:10px;
}
.pag-izq-celeste {
background:url("../img/iconos/arrow-left-celeste.png") no-repeat;
height:20px;
margin-right:5px;
width:20px;
}
.pag-der-celeste {
background:url("../img/iconos/arrow-right-celeste.png") no-repeat;
height:20px;
margin-left:5px;
width:20px;
}
.pag-izq-azul {
background:url("../img/iconos/arrow-left-azul.png") no-repeat;
height:20px;
margin-right:5px;
width:20px;
}
.pag-der-azul {
background:url("../img/iconos/arrow-right-azul.png") no-repeat;
height:20px;
margin-left:5px;
width:20px;
}
.paginador {
color:#5e7074;
font-family:"aller_lightregular";
font-size:.9em;
padding:.7em .6em;
}
.paginador span{
padding-top: 2px;
}
.paginador-results {
background-color: #DDEAED;
display: table;
height: 23px;
line-height: 23px;
margin: 0;
padding: 0;
width: auto;
padding-top: 2px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-ms-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.paginador-results li {
display: table-cell;
padding: 0 10px;
text-align: center;
}
.paginador-results li a {
color: #008BA9;
font-size: 0.85em;
padding: 0;
text-decoration: none;
}
.paginador-results li a:hover {
color:#4b585b;
}
.buscador-alfabetico .paginador-results {
width: 100%;
}
.buscador-alfabetico .paginador-results li{
padding:0px;
}
.pag-revistas h3 {
color: #5E7074;
font-size: 0.85em;
margin-top: 8px;
}
.pag-revistas {
padding-left: 1em;
padding-right: 1em;
margin-top: 1em;
width: 100%;
border-bottom: 1px solid #DBE2E4;
}
.pag-revistas a {
text-decoration:none;
}
.bottom-1em {
margin-bottom:1.8em;
}
.relative {
position:relative;
}
.right {
float:right;
}
.margin-right {
margin-right:1.25em;
}
.row {
width:100%;
margin-top:0;
margin-bottom:0;
max-width:none;
}
#search{
cursor:pointer;
display:block;
height:35px;
width: 30px;
background:url("../img/iconos/search.png") no-repeat center center;
}
#search img{
vertical-align:middle;
}
#search-act {
background:url("../img/iconos/search-form.png") no-repeat 98%;
background-color: #ffffff;
padding-right: 40px;
}
#menu-inferior{
cursor:pointer;
}
.text-center {
display: block;
margin: 20px auto 0;
max-width: 430px;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}
.text-center .column-form{
display: block;
position: absolute;
top:0px;
right: 0px;
}
.text-center .large-1{
display: block;
position: inherit;
top: inherit;
right: inherit;
margin-bottom: 0px;
width:100%;
padding-right: 120px;
}
.titular-2 {
font-family:"aller_lightregular";
font-size:1.1em;
color:#4b585b;
border-bottom:1px solid #b7c6c9;
padding-bottom:.5em;
margin-bottom:22px;
margin-top: 14px;
}
.titulo-buscador {
border-bottom: 1px solid #D9E1E2;
color: #4B585B;
font-family: "aller_lightregular";
margin-bottom: 14px;
padding: 0px 16px 5px 26px;
position: relative;
}
.titulo-buscador:before {
background:url("../img/iconos/star.png") no-repeat left;
content:"";
height:20px;
left:0;
position:absolute;
top:0;
width:20px;
}
.titulo-contenido-sec {
color:#00b2d9;
font-size:1.4em;
}
.titulo-contenido {
color: #4B585B;
font-size: 1.2em;
margin-bottom: 12px;
padding-left: 26px;
padding-top: 1px;
position: relative;
}
.titulo-contenido:before {
background:url("../img/iconos/titular-secc.png") no-repeat left;
content:"";
height:20px;
left:0;
position:absolute;
top:2px;
width:20px;
}
.noticias .titulo-contenido:before {
background:url("../img/iconos/ico_noticias.png") no-repeat left;
}
.no-bottom {
margin-bottom:0;
}
.with-bottom {
margin-bottom:1em;
}
.actividad {
margin-bottom:10px;
overflow:hidden;
}
.actividad img {
margin-bottom:.5em;
width:100%;
}
.actividad .column-esp img {
margin-bottom:0;
width: auto;
}
.alertas {
margin-right:1em;
}
body {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font-family:"aller_lightregular";
font-size:16px;
}
#sb-site {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 auto;
width:100%;
}
.buscador, .usuario, .pagina_inici {
display: none;
margin: 0 auto;
max-width: 940px;
position: relative;
width: 100%;
}
.usuario{
display: block;
}
.buscador form {
background: none repeat scroll 0 0 #00B2D9;
border-bottom: 5px solid #C7E4EA;
display: block;
padding: 6px 9px;
position: absolute;
right: 0;
top: 0;
width: 182px;
z-index: 10;
}
.buscador input {
margin:0;
height:25px;
width:164px;
padding-right: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.buscador-alfabetico {
margin-bottom:2em;
overflow:hidden;
}
.portlet-layout{
display: table;
width: 100%;
}
.col-derecha {
display: table-cell;
padding-left: 20px;
padding-top: 20px;
vertical-align: top;
width: 226px;
}
.col-izquierda {
display: table-cell;
}
.contenedor {
margin:0 auto;
margin-bottom:1em;
max-width:940px;
/* overflow:hidden; Quitado para que los deplegables se vean enteros*/
width:100%;
}
.contenedor-footer {
margin:0 auto;
width:100%;
max-width:940px;
}
.tab-container {
color:#4b585b;
max-width:700px;
position:relative;
margin-bottom: 24px;
}
.tab-container h3 {
margin-bottom:.5em;
font-size:.8em;
display:block;
}
.tab-container span {
}
.tab-container .interior {
padding:1em;
background-color:#ffffff;
border-radius:5px;
}
.tab-container .content-tab {
background-color:#f9faf9;
padding: 1em;
margin:1em 0;
}
.tab-container #dades-publiques .content-tab, .tab-container #altres .content-tab {
padding-bottom: 0px;
}
.tab-container .content-tab img {
margin-right:1em;
}
.etabs {
display: table;
padding: 0 12px;
width: 100%;
}
.contenido {
background-color:#f5f5f5;
border:1px solid #e8e8e8;
border-radius:10px;
padding:1em;
}
.tab{
display: table-cell;
padding: 6px 3px 0;
vertical-align: middle;
}
.tab a {
background-color:#e9e9e9;
border:1px solid #e8e8e8;
border-bottom: 0px;
color: #A3A3A3;
display: inline-block;
font-size: 0.8em;
line-height: 52px;
padding: 0 4px;
padding-top: 2px;
text-align: center;
vertical-align: middle;
width: 100%;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-ms-border-radius: 10px 10px 0px 0px;
-o-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}
.tab-int {
display: inline-block;
line-height: 15px;
vertical-align: middle;
}
.ui-tabs-active, .tab:hover {
padding-top: 0;
}
.ui-tabs-active a, .tab:hover a{
background-color: #F5F5F5;
color: #008BA9;
line-height: 58px;
margin-bottom: -2px;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
footer {
border-top:6px solid #00b2d9;
clear:both;
margin-bottom:2em;
overflow:hidden;
padding-top:1em;
width:100%;
}
footer .direccion {
color: #4B585B;
float: left;
padding-left: 2em;
position: relative;
display: block;
}
footer .direccion p{
font-size: 0.75em;
padding-top: 8px;
}
footer .direccion:before {
background:url("../img/img-footer.jpg") no-repeat;
content:"";
height:28px;
left:0;
position:absolute;
top:0;
width:23px;
}
footer .footer_menu_container{
display: block;
float: left;
position: relative;
}
footer .footer-menu {
list-style: none outside none;
padding-top: 10px;
margin-left: 15px;
}
footer .footer-menu li {
border-left:1px solid #008ba9;
display: inline-block;
line-height: 8px;
margin-right: -4px;
vertical-align: top;
}
footer .footer-menu li:first-child {
border:none;
}
footer .footer-menu li a {
color: #04918A;
font-size: 0.75em;
padding: 0 0.5em;
text-decoration: none;
}
footer .footer-menu li a:hover {
color: #4B585B;
}
footer span.tel {
white-space: nowrap;
}
.guias-tematicas p{
font-size:0.85em;
}
.guias-tematicas .fecha, .listados .fecha {
color:#00a9a1;
font-size:0.95em;
}
.comunicados .fecha {
color:#00a9a1;
font-size:0.9em;
}
.caja-gris-larga a {
color:#008ba9;
}
.caja-gris-larga a:hover {
color:#4b585b;
}
.column-cajas .caja-gris p a{
color:#008ba9;
}
.column-cajas .caja-gris p a:hover{
color:#4b585b;
}
#heading {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 auto;
max-width:940px;
overflow:hidden;
width:100%;
height: 70px;
}
header .logo {
display:block;
margin-top:1em;
}
.usuario > div {
background-color: #F9F9F9;
display: block;
height: 70px;
padding: 0.8em 1em 0.8em 2em;
position: absolute;
right: 0;
top: -106px;
width: 206px;
}
.usuario > div p{
font-size:1em;
margin-bottom: 4px;
text-align: center;
width: 147px;
}
.usuario > div span {
font-family:"Verdana",sans-serif;
font-size:.8em;
color:#105b7a;
margin-bottom:.5em;
display:inline-block;
}
.user-menu a{
display: block;
position: relative;
float: left;
text-indent: -9999px;
width: 20px;
height: 20px;
margin-left: 12px;
}
.user-menu a.mail{
background:url("../img/iconos/mail.png") no-repeat;
}
.user-menu a.calendario{
background:url("../img/iconos/calendar.png") no-repeat;
}
.user-menu a.fichero{
background:url("../img/iconos/file.png") no-repeat;
}
.user-menu a.configuracion{
background:url("../img/iconos/settings.png") no-repeat;
}
.user-menu a.cierre{
background:url("../img/iconos/close.png") no-repeat;
}
.user-menu a:first-child {
margin-left:0;
}
.user-menu a.mail:hover{
background:url("../img/iconos/mail_h.png") no-repeat;
}
.user-menu a.calendario:hover{
background:url("../img/iconos/calendar_h.png") no-repeat;
}
.user-menu a.fichero:hover{
background:url("../img/iconos/file_h.png") no-repeat;
}
.user-menu a.configuracion:hover{
background:url("../img/iconos/settings_h.png") no-repeat;
}
.user-menu a.cierre:hover{
background:url("../img/iconos/close_h.png") no-repeat;
}
.pagina_inici > div {
background-color: #00A9A1;
display: block;
font-size: 0.9em;
padding: 0.5em 0.7em;
position: absolute;
right: 0;
top: 0;
width: 381px;
z-index: 1;
}
.pagina_inici > div p{
color:#ffffff;
margin: 0 0 4px;
}
.contenedor-header {
width:100%;
margin:0 auto;
overflow:hidden;
}
.barra {
background-color:#00b1da;
width:100%;
padding:0;
}
#form-renov-plaques label{
color:#4B585B;
}
.box-info{
margin-bottom:1em;
padding:20px 16px 12px 64px;
}
.validado {
background:url("../img/iconos/check-valid-green.png") no-repeat 16px 12px;
background-color:#e0f8f7;
border:1px solid #87d7d3;
color:#04918a;
}
.validado p {
color:#04918a;
}
.validado2 {
background:url("../img/iconos/check-valid-orange.png") no-repeat 16px 12px;
background-color:#f8f2e0;
border:1px solid #c29715;
color:#d97720;
}
.validado2 p{
color:#d97720;
}
.no-valido {
background:url("../img/iconos/valid-error.png") no-repeat 16px 12px;
background-color:#f7f2ee;
border:1px solid #ba3d00;
color:#ba3d00;
}
.no-valido p{
color:#ba3d00;
}
.renovacions{
display: table;
position: relative;
margin-bottom: 20px;
width: 100%;
}
.renove-datos{
display: table-cell;
width: auto;
vertical-align: top;
}
.renove-ficha{
display: table-cell;
padding-left: 20px;
padding-top: 28px;
vertical-align: top;
width: 240px;
}
.ficha {
display: block;
background-color:#f6f4f4;
border:1px solid #b7c6c9;
border-radius:10px;
padding:1em 0 0.5em 0;
text-align:left;
width:100%;
}
.ficha p {
font-size: 1em;
color:#5e7074;
}
.ficha .nombre {
border-bottom: 1px solid #B7C6C9;
display: block;
margin: 0 2%;
padding: 0px 8px;
width: 96%;
padding-bottom: 6px;
}
.ficha .numero-c {
display: block;
margin: 0 2%;
padding: 0px 8px;
width: 96%;
font-size: 0.8em;
}
#form-activ-collegial h3 {
border-bottom:1px solid #b7c6c9;
color:#105b7a;
font-family:"aller_lightregular";
font-size:.8em;
padding-bottom:.6em;
margin-bottom:1em;
margin-left: -8px;
width: 102%;
}
#form-activ-collegial #fieldsets .actual,#form-activ-collegial #fieldsets .next {
margin-bottom:1.25em;
overflow:hidden;
}
#form-activ-collegial fieldset, #form-activ-collegial .caja-texto {
background-color: #F4F6F4;
margin-bottom: 4px;
padding: 20px 20px 0;
}
#form-activ-collegial .caja-texto {
padding-bottom: 10px;
}
#form-activ-collegial .borde-verde {
border-top:4px solid #00d9d1;
}
#form-activ-collegial .borde-azul {
border-top:4px solid #008ba9;
}
#form-activ-collegial .borde-amarillo {
border-top:4px solid #f1c40f;
}
#form-activ-collegial .borde-naranja {
border-top:4px solid #e67e22;
}
#form-activ-collegial .notificaciones div {
margin-left:3em;
}
#form-activ-collegial .notificaciones div:first-child {
margin-left:0;
}
#form-activ-collegial #section-tabs {
font-size:.75em;
font-weight:bold;
height:42px;
list-style:none;
overflow:hidden;
padding: 0 20px 0 0;
}
#form-activ-collegial #section-tabs li {
background-color:#edeeee;
color:#ccd2d2;
float:left;
font-family:"aller_lightregular";
height: 42px;
line-height: 42px;
padding-left:2em;
text-align:left;
text-decoration:none;
width: 32%;
position: relative;
padding-right: 6px;
}
#form-activ-collegial #section-tabs li:first-child {
padding-left: 1em;
}
#form-activ-collegial #section-tabs li .tab-personales,#form-activ-collegial #section-tabs li .tab-publiques,#form-activ-collegial #section-tabs li .tab-altres-dades {
display: inline-block;
line-height: 18px;
padding-left: 2em;
padding-right: 2em;
position: relative;
vertical-align: middle;
width: 100%;
}
#form-activ-collegial #section-tabs li .tab-personales {
background:url("../img/iconos/connected-off.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li .tab-publiques {
background:url("../img/iconos/titular-off.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li .tab-altres-dades {
background:url("../img/iconos/otros-off.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li.active .tab-personales {
background:url("../img/iconos/connected.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li.active .tab-publiques {
background:url("../img/iconos/titular-secc.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li.active .tab-altres-dades {
background:url("../img/iconos/otros_on.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li .datos-numero {
display:block;
position:absolute;
top:0px;
right:0px;
width: 20px;
height: 20px;
font-size: 30px;
right: -5px;
z-index:3;
}
#form-activ-collegial #section-tabs .active {
background-color:#f4f6f4;
color:#00b2d9;
cursor:pointer;
}
#form-activ-collegial #section-tabs .active .content-datos{
position:relative;
}
#form-cercar-meds .input-cercar {
margin-right: 0;
padding-left: 0.5em;
padding-right: 0.5em;
}
#form-claves select {
background:url("../img/iconos/arrow-down-form-b.png") no-repeat right top;
background-color:#ffffff;
}
#form-claves p {
margin-bottom:1em;
}
#form-claves label {
color:#4b585b;
font-size: 0.8em;
}
#form-renov-plaques .no-margin {
margin-right:0;
}
#form-cercar-activitats {
margin-top:1.2em;
}
.warning {
background-color: #F4F6F4;
border-radius: 10px;
margin-bottom: 20px;
padding: 8px 20px;
}
.warning h4 {
color: #00A9A1;
font-family: "aller_lightregular";
font-size: 0.9em;
margin-bottom: 0.5em;
padding-left: 26px;
padding-top: 2px;
position: relative;
text-transform: uppercase;
}
.warning h4:before {
background:url("../img/iconos/warning.png") no-repeat left top;
content:"";
height:16px;
left:0;
position:absolute;
top:0;
width:19px;
}
.warning p {
color:#4b585b;
font-size:.8em;
}
.menu {
background-color: #00B2D9;
display: table;
height: 36px;
line-height: 34px;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.menu .item2{
width:228.3px;
}
.menu .item {
display: table-cell;
line-height: 14px;
list-style: none outside none;
padding: 0 5px;
text-align: center;
vertical-align: middle;
background:url("../img/iconos/menu_item.jpg") no-repeat right center;
}
.menu .m-mobilef{
display: none;
}
.menu .no-border{
background:none;
}
.menu .item:first-child a {
border:none;
}
.menu .item a {
color: #FFFFFF;
font-size: 13px;
text-decoration: none;
display: block;
}
.menu .conectados a {
color:#066377;
cursor: default;
}
.menu .item a:hover {
color:#066377;
}
.menu .item .no-border {
border:none;
}
.menu .home {
background:url("../img/iconos/user-b.png") no-repeat 21px center;
background-color:#00a9a1;
border-left:1px solid #40c2d3;
width: 206px;
}
.menu .home a{
}
.menu .home a span{
display: block;
padding-left: 25px;
width: 100%;
}
.menu .m-mobilet.sub span{
display: none;
}
.menu .sub {
background:none;
background-color:#008ba9;
padding: 0 8px;
}
.menu .conectados {
color: #4B585B;
font-size: 13px;
position: relative;
padding: 1px 5px 0 26px;
width: 142px;
background:url("../img/iconos/connected.png") no-repeat 5px center;
background-color: #FFFFFF;
}
.menu .lupa{
width: 40px;
background:none;
}
.menu .submenu{
display: table;
height: 36px;
line-height: 34px;
width: 100%;
}
.menu .submenu ul{
display: table;
height: 36px;
line-height: 34px;
width: 100%;
}
.menu-desplegable {
background-color:#00b1da;
height:100%;
padding:70px 0 0 0;
width:15.5em;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.menu-desplegable h1 {
background-color:#008baa;
color:#fff;
font-size:.9em;
margin:0;
line-height:36px;
padding:0 16px;
font-weight: normal;
}
.menu-desplegable form, .menu-desplegable .form_cerc {
background-color:#01adbb;
padding:1em;
}
.menu-desplegable form p, .menu-desplegable .form_cerc p{
color:#ffffff;
font-size: 0.9em;
line-height: 16px;
}
.menu-desplegable .input-desplegable {
border:1px solid #80d9ec;
width:214px;
}
.menu-desplegable .search_done {
color: #616f70 !important;
}
.menu-desplegable ul,.menu-desplegable li,.menu-desplegable a {
margin:0;
padding:0;
border:0;
list-style:none;
font-weight:normal;
text-decoration:none;
line-height:15px;
position:relative;
}
.menu-desplegable a {
color:#042a37;
}
.menu-desplegable a:hover {
color:#fff;
}
.menu-desplegable ul li {
background-color:#00b1da;
border-bottom:1px solid #0197b8;
}
.menu-desplegable ul li.only_mobile {
display: none;
}
.menu-desplegable ul li:last-child {
border:none;
}
.menu-desplegable .menu_container > ul > li:last-child {
border-bottom:1px solid #0197b8;
}
.menu-desplegable ul li a {
display:block;
font-size:.8em;
padding: 8px 26px 8px 16px;
}
.menu-desplegable ul li a span {
display:block;
}
.menu-desplegable ul li.has-sub > a {
background:url("../img/iconos/arrow-right-ao.png") no-repeat 98% center;
}
.menu-desplegable ul li.active > a {
background:url("../img/iconos/arrow-down-ao.png") no-repeat 98% center;
border:1px solid #00657b;
border-left:4px solid #00657b;
padding-left: 12px;
width: 100%;
padding-top: 7px;
}
.menu-desplegable ul li.selected {
background-color: #00a9a1;
border:1px solid #00657b;
border-left:4px solid #00657b;
}
.menu-desplegable ul li.selected a{
color:#ffffff;
padding-left: 12px;
}
.menu-desplegable ul .subnivel {
display:none;
}
.menu-desplegable ul li > a > span.tit_actual{
display: block;
}
.menu-desplegable ul li > a > span.tit_anterior{
display: none;
}
.menu-desplegable ul li h1{
display: none;
}
.menu-desplegable ul ul li {
background-color:#4dc9e4;
border-bottom:1px solid #44b9d4;
}
.menu-desplegable ul ul ul li {
background-color:#80d9ec;
border-bottom:1px solid #6ec6da;
}
.menu-desplegable ul ul ul ul li {
background-color:#b3e8f4;
border-bottom:1px solid #97daea;
padding:0;
}
.menu-desplegable ul ul li a{
padding-left: 32px;
}
.menu-desplegable ul ul ul li a{
padding-left: 48px;
}
.menu-desplegable ul ul ul ul li a{
padding-left: 64px;
}
.menu-desplegable ul ul ul ul ul li a{
padding-left: 80px;
}
.menu-desplegable ul ul ul ul ul ul li a{
padding-left: 96px;
}
.menu-desplegable ul ul ul ul ul ul ul li a{
padding-left: 112px;
}
.menu-desplegable ul ul ul ul ul ul ul ul li a{
padding-left: 128px;
}
.menu-desplegable ul ul li.active > a, .menu-desplegable ul ul li.selected a{
padding-left: 28px;
}
.menu-desplegable ul ul ul li.active > a, .menu-desplegable ul ul ul li.selected a{
padding-left: 44px;
}
.menu-desplegable ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul li.selected a{
padding-left: 60px;
}
.menu-desplegable ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul li.selected a{
padding-left: 76px;
}
.menu-desplegable ul ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul ul li.selected a{
padding-left: 92px;
}
.menu-desplegable ul ul ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul ul ul li.selected a{
padding-left: 108px;
}
.menu-desplegable ul ul ul ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul ul ul ul li.selected a{
padding-left: 124px;
}
.noticias {
margin-bottom:2em;
}
.noticias .contenedor-noticias {
background-color:#f4f6f4;
padding:1.25em 1em 0 1em;
overflow:hidden;
}
.noticias article {
display: inline-block;
margin-bottom: 40px;
margin-left: -4px;
margin-right: 4%;
overflow: hidden;
vertical-align: top;
width: 48%;
}
.noticias article:nth-child(even) {
margin-right:0;
}
.noticias article img {
border:1px solid #b7c6c9;
}
.noticias article .detalle {
margin-left:75px;
}
.noticias article .detalle h6 {
font-size:.85em;
}
.noticias article .detalle h6 a {
color:#008ba9;
font-family:"aller_lightregular";
}
.noticias article .detalle h6 a:hover {
color:#4b585b;
}
.noticias-ultima-hora {
margin-bottom:2em;
overflow:hidden;
}
.noticias-ultima-hora .titular {
background-color:#f4f6f4;
padding:.5em 1em;
}
.noticias-ultima-hora .titular h4 {
color:#008ba9;
font-size:1em;
}
.noticias-ultima-hora .titular p {
margin:0;
padding:0;
font-size: 0.85em;
}
.comentarios{
padding-left: 28px;
display: block;
position: relative;
}
.comentarios:before {
background:url("../img/iconos/comment.png") no-repeat;
content:"";
height:20px;
left:0;
position:absolute;
top:0;
width:22px;
}
.only-coment{
padding:0px;
margin-bottom: 30px;
}
.only-coment:before {
display: none;
}
.post {
overflow:hidden;
margin-bottom:1em;
}
.post h3 {
color:#00a9a1;
margin-bottom:2em;
font-size:.85em;
position:relative;
}
.post .post-text{
padding-left: 80px;
}
.only-coment .post{
padding:0px 14px;
border-bottom: 1px solid #dbe2e4;
margin-bottom: 14px;
padding-bottom: 8px;
}
.proyectos .proy-item {
margin-bottom:20px;
overflow:hidden;
}
.proyectos .proy-item:nth-child(even) {
margin-right:0;
}
.proyectos .proy-item .detalle {
margin-left:125px;
}
.proyectos .proy-item .detalle h6 {
font-size:16px;
line-height: 18px;
}
.proyectos .proy-item .detalle h6 a {
color:#04918a;
font-size:.9em;
text-decoration:none;
}
.proyectos .proy-item .detalle h6 a:hover {
color:#4b585b;
}
.proyectos .proy-item a:hover img {
opacity:.7;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.send-box {
background-color: #F4F6F4;
padding: 1em 0.8em;
}
.send-box h4 {
color:#008ba9;
border-bottom: 1px solid #B7C6C9;
margin-bottom:.5em;
padding-bottom:.5em;
}
.send-box span {
font-size:.8em;
font-family:"aller_lightregular";
}
.send-box span {
color:#4b585b;
display:inline-block;
margin-bottom:.5em;
}
.send-box textarea {
margin-bottom:1em;
width: 100%;
}
.contenedor-tablas {
margin-bottom: 2em;
}
.table-basic {
color:#4b585b;
font-size:.8em;
table-layout:fixed;
width:100%;
border-collapse:collapse;
}
.act-coll .col1 {
width:16%;
}
.act-coll .col2 {
width:36%;
}
.act-coll .col3 {
width:28%;
}
.act-coll .col4 {
width:20%;
}
.resultados-meds .col1 {
width:35%;
}
.resultados-meds .col2 {
width:20%;
}
.resultados-meds .col3 {
width:15%;
}
.resultados-meds .col4 {
width:30%;
}
.table-basic thead tr {
background-color: #F9FBFC;
border: 1px solid #DDEAED;
border: 2px solid #DDEAED \0/IE9;
color: #008BA9;
}
.table-basic th {
padding: 4px 0;
height: 100%;
position: relative;
}
.resultados-meds th {
background:url("../img/iconos/arrow-down-tabla.png") no-repeat right 14px ;
}
.table-basic th,.table-basic td {
text-align:center;
}
.table-basic td {
padding: 4px 0;
height: 100%;
position: relative;
}
.table-basic tr {
height: 100%;
}
.table-basic td div {
height: 100%;
padding: 5px;
}
.table-basic td ul {
list-style:none;
}
.table-basic td a {
text-decoration:none;
color:#04918a;
cursor:pointer;
}
.table-basic td a:hover {
color:#4b585b;
}
.table-basic tr:nth-child(2n){
background-color: #FDFEFE;
border: 1px solid #DDEAED;
border: 2px solid #DDEAED \0/IE9;
}
.table-basic tr:nth-child(2n) td > div {
border-left:1px solid #ddeaed;
}
.table-basic tr:nth-child(2n) td:first-child > div {
border:0px;
}
/*
.table-basic tr + tr, .table-basic tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {
background-color:#fdfefe; border:1px solid #ddeaed;
}
.table-basic tr + tr + tr, .table-basic tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr{
background-color:#ffffff; border:0px solid #ddeaed;
}
.table-basic tr + tr td > div, .table-basic tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div {
border-left:1px solid #ddeaed;
}
.table-basic tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div {
border-left:0px solid #ddeaed;
}
.table-basic tr td:first-child > div {
border:0px;
}
*/
.menu_container{
width: 248px;
}
.menu_showed .sb-slidebar{
overflow-y: hidden;
/*
left: -248px;
-webkit-transition: width 600ms ease;
-moz-transition: width 600ms ease;
-o-transition: width 600ms ease;
transition: width 600ms ease;
width: 248px;
*/
border-right: 4px solid #008ba9;
}
.menu_hidden .sb-slidebar{
/*
left: -248px;
-webkit-transition: width 600ms ease;
-moz-transition: width 600ms ease;
-o-transition: width 600ms ease;
transition: width 600ms ease;
width: 0px;
*/
/* border-right: 4px solid #008ba9; Quitado para ie8 */
}
#wrapper{
position:relative;
}
.menu_showed #wrapper
{
/*
-webkit-transform: translate(248px);
-ms-transform: translate(248px);
transform: translate(248px);
*/
}
.menu_hidden #wrapper
{
/*
-webkit-transform: translate(0px);
-ms-transform: translate(0px);
transform: translate(0px);
*/
}
.col-izquierda header{
clear: both;
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
.col-izquierda header .titulo-pagina{
background-color: #F6FBFC;
color:#008ba9;
display: block;
float: left;
padding:1em;
padding-right: 130px;
position: relative;
font-size:1.4em;
min-width: 64%;
}
.titulo-pagina .prederecha{
display: block;
position: absolute;
right: 0;
top: 0;
}
.titulo-pagina .derecha{
border-bottom: 130px solid #F6FBFC;
border-right: 130px solid #FFFFFF;
height: 0;
width: 0;
}
.col-izquierda .portlet-content{
margin-top: 26px;
}
.col-izquierda .portlet-content > p{
margin-bottom: 26px;
font-size: 0.85em;
}
.boton-mobile-derecha{
display: none;
}
.imagen-revista{
display: block;
left: 16px;
position: absolute;
top: 12px;
width: 68px;
}
.detalle-revista {
padding-left: 80px;
padding-right: 100px;
width:100%;
}
.detalle-revista p span.azul{
font-size: 1.05em;
}
.boton-revista {
display:block;
position:absolute;
top:12px;
right:16px;
background-color: #F5F5F5;
padding: 0.5em;
text-align: center;
width: 86px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.boton-revista p{
font-size: 0.7em;
color:#545454;
}
.boton-in{
background-color: #014F5F;
border: 1px solid #FFFFFF;
height: 14px;
margin-left: 7px;
margin-top: 7px;
width: 14px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
border-radius: 14px;
}
.tab-container .dropdown dd ul, #form-activ-collegial .dropdown dd ul{
width: 100%;
min-width: inherit;
background-color:#ffffff;
}
.tab-container .dropdown dd ul li a, #form-activ-collegial .dropdown dd ul li a{
color: #AEB5B7;
padding-left: 8px;
}
.personal-img {
padding-left: 130px;
}
.personal-img p {
margin-bottom: 6px;
}
.personal-img input{
float:left;
}
.personal-img label{
display: block;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 30px;
}
.personal-img label:before{
bottom:inherit;
top:-2px;
}
.personal-img .column-form{
margin:0px;
}
#fieldsets .relative{
margin-top: 15px;
}
.arrowright:before {
background: url("../img/iconos/no-seleccionado.png") no-repeat scroll left top;
content: "";
display: block;
height: 44px;
position: absolute;
right: -20px;
top: 0;
width: 22px;
z-index: 3;
}
.active.arrowright:before {
background: url("../img/iconos/seleccionado.png") no-repeat scroll left top;
}
#form-activ-collegial #section-tabs li{
z-index: 3
}
#form-activ-collegial #section-tabs li + li{
z-index: 2
}
#form-activ-collegial #section-tabs li + li + li{
z-index: 1
}
#form-renov-plaques input.btn {
display: inline-block;
float: right;
margin-bottom: 16px;
margin-left: 4%;
text-align: right;
}
.table_sanitaria_container{
display: table;
width: 100%;
}
.table_sanitaria{
display: table-cell;
width: auto;
vertical-align: top;
}
.table_sanitaria:first-child{
padding-right:13px;
}
a.sanitaria{
display: block;
position: relative;
width: 212px;
height: 134px;
}
.text_sanitaria{
display:block;
position:absolute;
width:205px;
bottom:1px;
left:3px;
background-color:#2b334a;
color:#ffffff;
padding:10px;
opacity: 0.85;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
-webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-ms-border-radius: 0px 0px 10px 10px;
-o-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}
.text_sanitaria p{
color:#ffffff;
font-size:0.75em;
margin:0px;
}
.documentacion, .comunicados, .scs, .muface, .mugeju {
margin-bottom: 20px;
}
div.ver-mas{
position:relative;
padding-right:110px;
}
.ver-mas-box {
display: block;
position: absolute;
right: 20px;
text-align: right;
top: 8px;
width: 86px;
}
.ver-mas-enlace{
color: #008BA9;
font-size: 0.8em;
padding-left: 20px;
position: relative;
}
.ver-mas-enlace:before {
background:url("../img/iconos/ver-mas.png") no-repeat top left;
width:14px;
height: 14px;
content:"";
display:block;
position:absolute;
top:0px;
left:0px;
}
.ver-mas-enlace:hover {
color:#4B585B;
}
.ver-mas-enlace:hover:before {
background:url("../img/iconos/ver-mas-hover.png") no-repeat top left;
}
a.skype div{
background-image: url("../img/iconos/skype-2.png");
background-position: left top;
background-repeat: no-repeat;
line-height: 25px;
padding-left: 28px;
}
.ui-tabs-active a.skype div, .tab:hover a.skype div{
background-image: url("../img/iconos/skype-1.png");
}
a.jajah div{
background-image: url("../img/iconos/jajah-2.png");
background-position: left top;
background-repeat: no-repeat;
line-height: 25px;
padding-left: 28px;
}
.ui-tabs-active a.jajah div, .tab:hover a.jajah div{
background-image: url("../img/iconos/jajah-1.png");
}
a.g_talk div{
background-image: url("../img/iconos/talk-2.png");
background-position: left top;
background-repeat: no-repeat;
line-height: 25px;
padding-left: 42px;
}
.ui-tabs-active a.g_talk div, .tab:hover a.g_talk div{
background-image: url("../img/iconos/talk-1.png");
}
.skype_content{
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
.skype_content .left{
width: 70%;
padding-right: 4%;
}
.skype_content .right{
width: 30%;
}
.truca_ara{
background-image: url("../img/iconos/trucar_icon.png");
margin-top: 20px;
}
.tab-numerico{
max-width: inherit;
overflow: hidden;
width: 100%;
}
.tab-numerico h3 {
font-size: 1.1em;
float:left;
margin-bottom: 0px;
}
.tab-numerico .titulo-estrella{
padding-left: 26px;
color:#5e7074;
}
.tab-numerico .titulo-estrella:before{
top: 0px;
}
.tab-numerico .etabs {
display: block;
float: right;
padding: 0;
text-align: right;
width: auto;
margin-right: -2px;
}
.tab-numerico .tab {
display: block;
float: left;
height: 24px;
padding: 0 2px;
text-align: center;
width: 42px;
}
.tab-numerico .tab a {
background-color: #DDEAED;
border: 0 none;
color: #008BA9;
font-size: 0.8em;
line-height: 22px;
padding: 2px 0 0;
margin:0px;
}
.tab-numerico .ui-tabs-active a, .tab-numerico .tab:hover a {
background-color: #E67E22;
color: #FFFFFF;
}
.tab-numerico .tab-int {
}
.tab-numerico .contenido{
border:0px;
border-top: 1px solid #B7C6C9;
display: block;
float: left;
width: 100%;
background-color: #ffffff;
padding:0px;
padding: 24px 0 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.tab-numerico .interior {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
padding: 0em;
}
.tab-numerico .content-tab {
background-color: #ffffff;
margin: 0;
padding: 0;
}
.tab-numerico .content-tab > div{
display: block;
float: left;
padding-left: 16px;
width: 80%;
}
.tab-numerico .content-tab > div:first-child{
width: 20%;
padding-left: 0px;
}
.tab-numerico .content-tab > div:first-child img{
margin:0px;
width: 100%;
height: auto;
border:1px solid #b7c6c9;
}
a.des_fitxa{
background:url("../img/iconos/descarga_icon.png") no-repeat top right;
padding-right: 20px;
color:#00a9a1;
}
a.des_fitxa:hover{
color:#4B585B;
background:url("../img/iconos/descarga_icon_gris.png") no-repeat top right;
}
.boton_suelto{
display: block;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.box-subscribir{
background-color: #D7F4ED;
color: #00A9A1;
display: block;
margin-bottom: 20px;
padding: 10px 20px;
position: relative;
width: 100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.box-subscribir h5 {
color: #008BA9;
font-family: "aller_lightregular";
font-size: 0.9em;
margin: 0 0 10px;
padding: 0.6em 0 0.4em 1.5em;
position: relative;
}
.box-subscribir h5.premsa:before {
left:0px;
}
.box-subscribir p {
color:#00a9a1;
}
.box-noticia{
padding:15px 0 7px;
display: block;
position: relative;
width: 100%;
overflow: hidden;
border-top: 1px solid #d7f4ed;
border-bottom: 1px solid #d7f4ed;
margin-bottom: 20px;
}
.box-noticia div {
display: block;
float: left;
padding-left: 16px;
width: 75%;
}
.box-noticia div:first-child {
width: 25%;
padding-left:0;
}
.box-noticia div:first-child img {
border: 1px solid #B7C6C9;
height: auto;
margin: 0;
width: 100%;
margin-bottom: 8px;
}
.box-noticia .titulo-azul, .content-tab .titulo-azul{
color:#008BA9;
font-size:1.1em;
}
.tab-video .ver_mas {
margin-top:0px;
}
.tab-video .contenido{
margin-bottom:5px;
}
.tab-video .etabs {
border-bottom: 1px solid #B7C6C9;
width: 100%;
margin-right: 0px;
}
.tab-video .etabs .tab:first-child {
padding-left:0px;
}
.video_container {
display: block;
position: relative;
width: 100%;
margin-bottom: 20px;
}
.video_pie{
margin-top: 20px;
padding-bottom: 6px;
border-bottom:1px solid #d7f4ed;
}
.video_pie p{
margin-bottom: 4px;
}
.video_pie .fecha{
color:#00a9a1;
font-size: 0.95em;
}
.video, .google_map {
position:relative;
width:100%;
height:0;
padding-bottom:56%;
}
.video iframe, .google_map iframe {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.google_map{
margin-bottom: 34px;
}
.row .video_container {
width: 48%;
margin-left: 4%;
float: left;
margin-bottom: 30px;
}
.row .video_container:first-child {
margin-left: 0;
}
.content-img-3, .content-img-2{
display: block;
margin-bottom: 20px;
overflow: hidden;
}
.content-img{
display: block;
position: relative;
float: left;
width: 48%;
margin-left:4%;
}
.content-img:first-child{
margin-left:0%;
}
.content-img img{
width:100%;
height: auto;
}
.content-img .text-img{
display:block;
position:absolute;
padding-bottom: 10px;
width:100%;
bottom:0px;
left:0px;
}
.content-img h6{
color:#ffffff;
opacity:.85;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
font-size:1.2em;
font-family: "aller_lightregular";
padding: 9px 12px 8px;
margin-bottom: 5px;
}
.content-img h6.azul{
background-color: #008ba9;
}
.content-img h6.verde{
background-color: #1abc9c;
}
.content-img h6.amarillo{
background-color: #f1c40f;
}
.content-img h6.naranja{
background-color: #e67e22;
}
.content-img h6.azulito{
background-color: #87d7d3;
}
.content-img p{
margin-bottom: 2px;
}
.content-img .text-img p{
color:#ffffff;
padding:0px 12px;
}
.content-img .list-1 {
margin-bottom: 0px;
}
.content-img .list-1 li{
margin-bottom:0px;
}
.list-1.amarillo li:before {
color: #f1c40f;
}
.list-1.naranja li:before {
color: #e67e22;
}
.list-1.azulito li:before {
color: #87d7d3;
}
.content-img .relative h6{
display:block;
position:absolute;
width:100%;
bottom:0px;
left:0px;
font-size: 0.9em;
margin-bottom: 0px;
}
.content-img .text-img-2{
padding:7px 12px;
}
.content-img-3{
clear: both;
display: table;
position: relative;
width: 100%;
}
.content-img-3 .content-img {
display: table-cell;
margin:0px;
width: 10%;
float: none;
background-color: #edf1f0;
border-left:30px solid #ffffff;
}
.content-img-3 .content-img:first-child{
border-left:0px;
}
.table-basic thead th > div{
border-left: 1px solid #DDEAED;
padding: 5px 0;
height: 100%;
word-wrap: break-word;
}
.resultados-meds thead th > div{
padding-left: 5px;
padding-right: 16px;
}
.table-basic thead th:first-child > div{
border:0;
}
.table-des{
border-bottom: 1px solid #DDEAED;
margin-bottom: 20px;
}
.descarga{
background:url("../img/iconos/descarga_v.png") no-repeat center center;
text-indent:-9999px;
display: block;
height: 21px;
position: relative;
}
.table-des tr th{
font-size:1.1em;
}
.table-des tr td:first-child, .table-des tr th:first-child{
color:#00a9a1;
}
.table-des tr + tr td > div a.descarga, .table-des tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga {
background:url("../img/iconos/descarga_a.png") no-repeat center center;
}
.table-des tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga {
background:url("../img/iconos/descarga_v.png") no-repeat center center;
}
.descarga:hover{
background:url("../img/iconos/descarga_g.png") no-repeat center center !important;
}
.buscad-content {
display: block;
position: relative;
width: 100%;
height: 100px;
border:2px solid #008a89;
margin-bottom: 20px;
margin-top: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.org_cole p{
color:#5e7074;
}
.box-comision-container {
width: 106%;
margin-left:-6%;
}
.box-comision{
background:url("../img/iconos/comisiones_home_icon.png") no-repeat 8px center;
background-color: #f2f2f2;
border: 1px solid #bfcdc9;
padding: 8px 8px 8px 32px;
margin-left: 6%;
width: 44%;
display: block;
float: left;
position: relative;
margin-bottom: 12px;
}
.box-comision p, .box-junta p{
margin-bottom: 0px;
}
.box-junta{
display: table;
position:relative;
overflow:hidden;
width:100%;
background-color: #f8f8f8;
margin-bottom: 14px;
}
div.fondo_blanco{
background-color: #ffffff;
}
.column-3{
display: table;
margin-bottom: 12px;
margin-left: 4%;
position: relative;
width: 29.33%;
float: left;
}
.box-junta .box-junta-imagen{
display: table-cell;
position: relative;
background-color: #f2f2f2;
width: 30%;
padding:10px;
padding-top: 20px;
padding-bottom: 20px;
}
.box-junta .box-junta-imagen img{
margin:0px;
border:1px solid #e3eaeb;
width: 100%;
height: auto;
}
.box-junta .box-junta-text{
display: table-cell;
position: relative;
width: 70%;
padding-left: 4%;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 16px;
vertical-align: top;
}
.org_cole a.ver_mas{
float:left;
margin:0px;
}
.org_cole .column{
margin-bottom: 20px;
}
.box-column-3{
display:block;
position:relative;
width:104%;
margin-left: -4%;
overflow:hidden;
margin-bottom: 10px;
}
.column-3:nth-child(3n+1){
clear: both;
}
.gp-trab {
background: url("../img/iconos/user_home_icon2.png") no-repeat scroll left center;
padding-left: 42px;
padding-right: 16px;
padding-top: 10px;
}
.gp-otros {
background: url("../img/iconos/otros_icon.png") no-repeat scroll left center;
padding-left: 42px;
padding-right: 16px;
padding-top: 10px;
}
.pres{
margin-left: -2%;
}
.pres .column-3 {
float: none;
margin: 0 auto 12px;
}
.linea-s{
border-top: 1px solid #DAE3E5;
display: block;
margin-bottom: 24px;
position: relative;
}
.column-3 .box-junta-imagen{
padding-top: 10px;
padding-bottom: 10px;
}
.column-3 .box-junta-text{
padding:10px;
}
.paso {
display:block;
position:relative;
overflow:hidden;
width:100%;
margin-bottom: 25px;
background-color: #f4f6f4;
padding:12px 16px 12px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.paso h5 {
font-size: 1.1em;
color:#057087;
font-family: "aller_lightregular";
border-bottom:1px solid #cccccc;
padding-bottom:8px;
margin-bottom: 20px;
}
h5.uno{
border-bottom:1px solid #f1c40f;
}
h5.dos{
border-bottom:1px solid #e67e22;
}
h5.tres{
border-bottom:1px solid #00a9a1;
}
.paso .column{
width:26%;
background-color: #e6e6e6;
height: 100px;
}
.paso .column.no-margin{
width:70%;
background-color: #f4f6f4;
height: auto;
}
.contacto-datos, .formulario-datos{
display: block;
margin-bottom: 20px;
overflow: hidden;
position: relative;
width: 100%;
}
.contacto-datos textarea {
width: 100%;
border:0px;
background-color:#f4f6f4;
color:#919291;
}
.contacto-datos .row, .formulario-datos .row {
overflow: hidden;
}
.contacto-datos .label-red:before, .formulario-datos .label-red:before {
top: 1px;
bottom:inherit;
}
.contacto-datos .confirmar, .formulario-datos .confirmar{
display: block;
float: left;
margin-right: 4%;
padding: 0px 10px 10px 0;
position: relative;
width: 48%;
}
.contacto-datos .confirmar .btn-naranja, .formulario-datos .confirmar .btn-naranja{
display:block;
}
.contacto-datos .box-info, .formulario-datos .box-info {
display: block;
float: left;
}
.correo-farm{
}
.correo-farm .column-form:first-child {
padding-top: 16px;
background-color:#f4f6f4;
}
.formulario-datos .correo-farm input[type=text] {
background-color: #FFFFFF;
border: 1px solid #E9EDEC;
}
.formulario-datos .correo-farm .column-form .column-3 {
margin-left: 2%;
width: 31.33%;
}
.formulario-datos .correo-farm .column-form .column-3:first-child{
text-align: right;
margin-bottom: 16px;
}
.formulario-datos .correo-farm .column-form .column-3 p{
color: #5E7074;
padding-top: 8px;
}
.inform{
background: url("../img/iconos/infor.png") no-repeat scroll left 12px;
padding: 12px 10px 10px 22px;
}
.inform p {
font-size: 0.75em;
}
.boliche-famacia .aviso {
padding-top: 2px;
color:#008ba9;
}
.boliche-famacia .aviso:before {
top: 0px;
}
.boliche-famacia .column-form {
margin-bottom: 12px;
}
.boliche-famacia .column-form p{
color: #5E7074;
font-size: 0.85em;
}
.error {
border: 1px solid #ba3d00 !important;
background-color: #eee3da !important;
}
.errores {
background-color: #ba3d00;
color: #AEB5B7;
font-family: 'aller_lightregular';
font-size: 0.8em;
line-height: 32px;
outline: 0 none;
width: 100%;
color:#ffffff;
height: 32px;
padding-left: 0.5em;
padding-right: 0.5em;
}
.licenciado .med-float {
padding-top: 34px;
}
.licenciado .med-float .label-red{
color:#008ba9;
padding-right: 20px;
}
.licenciado .med-float:first-child {
padding-top: 0px;
}
.sup-float .label-red{
color:#008ba9;
}
.sup-float .aviso{
color:#008ba9;
}
.formulario-peticio .sup-float label {
padding-right: 20px;
}
.formulario-peticio .xxx-small, .formulario-peticio .xxxx-small {
padding-top:17px;
}
.formulario-peticio .xxx-small:first-child{
padding-top:0px;
}
.formulario-peticio .confirmar{
width: 48%;
float:left;
margin-right: 4%;
}
.formulario-peticio .box-info{
width: 48%;
float:left;
display: block;
}
.formulario-peticio .label-red:before{
bottom:inherit;
top:-2px;
}
.video-menu {
overflow: inherit;
padding-bottom: 16px;
width: 100%;
}
.video-menu .relative{
width: 50%;
float: left;
text-align: center;
}
.video-menu input {
float: left;
height: 32px;
line-height: 32px;
margin-left: 5%;
padding: 2px 16px 0;
text-transform: inherit;
width: 30%;
}
.video-menu input:first-child {
margin-left:0px;
}
.video-menu label {
display:block;
position:absolute;
width:70px;
top:8px;
left:10px;
}
.video-menu dl{
padding-left: 70px;
text-align: left;
}
.video-menu .dropdown dd .estilo-2-lista {
width: 100%;
}
.desc-noticia-container{
display: block;
position: relative;
width: 100%;
}
.desc-noticia-container h3 {
margin-top: 0;
padding-right: 110px;
}
.desc-noticia{
display:block;
position:absolute;
width:104px;
bottom:1px;
right:0px;
background-color: #ddeaed;
padding:6px;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-ms-border-radius: 10px 10px 0 0;
-o-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
.desc-noticia a {
display: block;
float: left;
height: 20px;
position: relative;
text-indent: -9999px;
width: 28px;
}
.desc-noticia a.not-imprimible{
background: url("../img/iconos/imprimir.png") no-repeat scroll left top;
}
.desc-noticia a.not-documento{
background: url("../img/iconos/ficha_icono.png") no-repeat scroll left top;
}
.desc-noticia a.not-descarga{
background: url("../img/iconos/descargar_icono.png") no-repeat scroll left top;
}
.desc-noticia a.not-imprimible:hover{
background: url("../img/iconos/imprimir_hover.png") no-repeat scroll left top;
}
.desc-noticia a.not-documento:hover{
background: url("../img/iconos/ficha_icono_hover.png") no-repeat scroll left top;
}
.desc-noticia a.not-descarga:hover{
background: url("../img/iconos/descargar_icono_hover.png") no-repeat scroll left top;
}
.coment-noti{
border-bottom: 1px solid #DBE2E4;
border-top: 1px solid #DBE2E4;
padding: 16px 16px 16px 40px;
width: 100%;
margin-bottom: 30px;
}
.coment-noti:before{
left: 14px;
top: 14px;
}
.coment-noti .post{
margin-bottom: 0px;
}
.coment-noti .post h3{
margin-bottom: 0px;
}
.img-noticias{
margin:0px 10px 10px;
max-width: 100%;
height: auto;
}
.right.img-noticias{
margin-right: 0px;
}
.left.img-noticias{
margin-right: 0px;
}
.formulario-peticio input[type="text"], .renove-datos input[type="text"], .contacto-datos input[type=text], .formulario-datos input[type=text] {
background-color: #f4f6f4;
border:1px solid #f4f6f4;
color:#919291;
}
.formulario-peticio .label-red:before {
background-color: #f4f6f4;
border:1px solid #e9e7e7;
}
.formulario-peticio input[type=checkbox]:checked + .label-red:before {
background-color: #f4f6f4;
border:1px solid #f4f6f4;
}
.formulario-peticio .aviso:before {
background-color: #fafbfa;
border:1px solid #e9e8e8;
}
.formulario-peticio .dropdown dt a, .formulario-peticio .dropdown dt .estilo-2 {
background-color: #f4f6f4;
border:1px solid #f4f6f4;
color:#919291;
}
.formulario-peticio .dropdown dd ul, .formulario-peticio .dropdown dd .estilo-2-lista {
background-color: #F9FAF9;
border: 1px solid #F9FAF9;
color:#919291;
}
.sin-over{
overflow: inherit;
}
|
public/css/fs_main.css
|
@font-face {
font-family:'aller_lightregular';
src:url("../fonts/aller-light-webfont.eot");
src:url("../fonts/aller-light-webfont.eot?#iefix") format('embedded-opentype'),url("../fonts/aller-light-webfont.woff") format('woff'),url("../fonts/aller-light-webfont.ttf") format('truetype'),url("../fonts/aller-light-webfont.svg#aller_lightregular") format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'aller_lightitalic';
src:url("../fonts/aller-lightitalic-webfont.eot");
src:url("../fonts/aller-lightitalic-webfont.eot?#iefix") format('embedded-opentype'),url("../fonts/aller-lightitalic-webfont.woff") format('woff'),url("../fonts/aller-lightitalic-webfont.ttf") format('truetype'),url("../fonts/aller-lightitalic-webfont.svg#aller_lightitalic") format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'cof-icons';
src:url("../fonts/icomoon.eot?-q5s67w");
src:url("../fonts/icomoon.eot?#iefix-q5s67w") format('embedded-opentype'),url("../fonts/icomoon.woff?-q5s67w") format('woff'),url("../fonts/icomoon.ttf?-q5s67w") format('truetype'),url("../fonts/icomoon.svg?-q5s67w#icomoon") format('svg');
font-weight:normal;
font-style:normal;
}
[class^="icon-"],[class*=" icon-"] {
font-family:'cof-icons';
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.icon-setting:before {
content:"\e644";
}
.icon-arrow-right:before {
content:"\e671";
}
.icon-mail:before {
content:"\e682";
}
.icon-download:before {
content:"\e6d4";
}
.icon-arrow-up:before {
content:"\e721";
}
.icon-arrow-left:before {
content:"\e734";
}
.icon-menu:before {
content:"\e600";
}
.icon-vineta:before {
content:"\e601";
}
a{
outline: medium none;
text-decoration: none;
}
p {
color:#4b585b;
font-size:.8em;
padding:0;
margin:0;
margin-bottom: 8px;
}
.item {
display:none;
position:relative;
display:inline-block;
overflow:hidden;
vertical-align:top;
}
.menu-mobile {
display:none;
width:100%;
height:40px;
line-height:40px;
font-weight:300;
overflow:visible;
font-size:0;
}
.menu-mobile li {
list-style:none;
float:left;
border-right:1px solid #52c9e3;
}
.menu-mobile li a {
color:#aab7b7;
display:block;
width:100%;
height:100%;
text-align:center;
font-size:1rem;
overflow:hidden;
transition:.5s;
}
.menu-mobile .menu {
width:15%;
background-color:#008ba9;
}
.menu-mobile .menu img {
margin-top:10px;
}
.menu-mobile .user,.menu-mobile .search {
background-color:#00b2d9;
width:28.125%;
}
.menu-mobile .home {
background-color:#00a9a1;
width:28.7%;
}
.menu-mobile .user img,.menu-mobile .search img,.menu-mobile .home img {
margin-top:5px;
}
* {
padding:0;
margin:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
button {
background:none;
border:0;
margin:0;
overflow:hidden;
outline:0;
padding:0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
button::-moz-focus-inner {
padding:0;
border:0;
}
fieldset {
margin:0;
padding:0;
border:none;
}
h2,h3,h4,h5,h6 {
margin:0;
padding:0;
font-weight:normal;
}
img {
vertical-align:top;
border:none;
}
input {
height: 32px;
padding-left: 0.5em;
padding-right: 0.5em;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.onoffswitch {
margin-top:.5em;
position:relative;
width:70px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
}
.onoffswitch-checkbox {
display:none;
}
.onoffswitch-label {
color: #E1E1E1;
cursor: pointer;
display: block;
font-size: 1em;
margin-bottom: 4px;
height: 26px;
overflow: hidden;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.onoffswitch-inner {
width:200%;
margin-left:-100%;
-moz-transition:margin .3s ease-in 0s;
-webkit-transition:margin .3s ease-in 0s;
-o-transition:margin .3s ease-in 0s;
transition:margin .3s ease-in 0s;
}
.onoffswitch-inner:before,.onoffswitch-inner:after {
float:left;
width:50%;
height:26px;
padding:0;
line-height:27px;
font-size:14px;
color:#e1e1e1;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.onoffswitch-inner:before {
content:"on";
padding-left:18px;
background-color:#00a9a1;
}
.onoffswitch-inner:after {
content:"off";
padding-right:18px;
background-color:#486166;
text-align:right;
}
.onoffswitch-switch {
width:28px;
height: 28px;
margin:-1px;
background-color:#057087;
position:absolute;
top:0;
bottom:0;
right:44px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
-ms-border-radius: 28px;
-o-border-radius: 28px;
border-radius: 28px;
-webkit-transition:all .3s ease-in 0s;
-moz-transition:all .3s ease-in 0s;
-o-transition:all .3s ease-in 0s;
transition:all .3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left:0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right:0;
}
label {
color:#5e7074;
font-size:.85em;
display:block;
margin:0 0 .8em 0;
padding:0;
text-align:left;
}
select,input[type=text],input[type=email],input[type=password] {
background-color:#ffffff;
border:1px solid #e9edec;
color:#aeb5b7;
font-size:.8em;
outline:0;
width:100%;
line-height: 32px;
font-family:'aller_lightregular';
}
select {
background:url("../img/iconos/arrow-down-form-g.png") no-repeat 95% 70%;
background-color: #ffffff;
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
outline:none;
height:32px;
padding:7px;
text-indent:.01px;
text-overflow:'';
}
.dropdown dd,.dropdown dt,.dropdown ul {
margin:0;
padding:0;
}
.dropdown dd {
position:relative;
}
.dropdown dt a,.dropdown dt .estilo-2 {
background:url("../img/iconos/arrow-down-form-b.png") no-repeat scroll right center;
background-color: #ffffff;
color:#aeb5b7;
display:block;
font-size: 0.8em;
height: 32px;
line-height: 32px;
padding: 0 30px 0 8px;
border:1px solid #e9edec;
text-decoration:none;
font-family:"aller_lightregular";
}
.dropdown dt a span,.dropdown dt .estilo-2 span{
display: inline-block;
line-height: 16px;
}
.dropdown dt .estilo-2 {
background:url("../img/iconos/arrow-down-form-g.png") no-repeat scroll 98% center;
background-color: #ffffff;
}
.dropdown dd ul,.dropdown dd .estilo-2-lista {
background:none repeat scroll 0 0;
background-color: #f9faf9;
border:1px solid #e9edec;
display:none;
list-style:none;
padding:5px 0;
position:absolute;
left:0;
top:0px;
width:auto;
min-width:170px;
z-index:1;
}
.dropdown dd ul li,.dropdown dd .estilo-2-lista li,.dropdown dd ul a,.dropdown dd .estilo-2-lista a {
padding: 0.2em 0.4em;
display:block;
color:#4b585b;
text-decoration:none;
font-size:.9em;
}
.dropdown dd ul li:hover,.dropdown dd .estilo-2-lista li:hover,.dropdown dd ul a:hover,.dropdown dd .estilo-2-lista a:hover {
background-color:#edf0ec;
}
.dropdown dd .estilo-2-lista {
background: none repeat scroll 0 0;
background-color: #ffffff;
}
.dropdown dd .estilo-2-lista li {
padding-left:.6em;
}
.dropdown dd .estilo-2-lista li a {
color:#aeb5b7;
}
input[type=checkbox], input[type=radio] {
display:none;
}
.aviso,.label-red {
color:#5e7074;
cursor:pointer;
display:inline-block;
font-size:.8em;
padding-left:2em;
position:relative;
}
.aviso:before {
background-color:#fafbfa;
border:1px solid #cecaca;
border-radius:50%;
content:"";
display:inline-block;
height:15px;
left:0;
margin-right:1em;
position:absolute;
width:15px;
}
.label-red:before {
background-color:#fafbfa;
border:1px solid #cecaca;
bottom:.5px;
content:"";
display:inline-block;
left:0;
margin-right:1em;
position:absolute;
width:17px;
height:17px;
}
input[type=checkbox]:checked + .aviso:before {
content:"\e601";
color:#1193af;
font-family:"cof-icons";
font-size:13px;
text-align:center;
line-height:15px;
}
input[type=radio]:checked + .aviso:before {
content:"\e601";
color:#1193af;
font-family:"cof-icons";
font-size:13px;
text-align:center;
line-height:15px;
}
input[type=checkbox]:checked + .label-red:before {
background:url("../img/iconos/checked-form.png") no-repeat 50%;
background-color: #fafbfa;
line-height:13px;
}
#ip-search {
background:url("../img/iconos/arrow-buscador.png") no-repeat 98%;
background-color: #fff;
}
select::-ms-expand {
display:none;
}
span {
margin:0;
padding:0;
}
textarea {
border: 2px solid #E3E9E8;
color: #AEB5B7;
display: block;
font-size: 0.8em;
height: 83px;
padding: 0.8em;
resize: none;
width: 90%;
font-family: 'aller_lightregular';
}
ul {
margin:0;
padding:0;
}
#menu-lateral {
cursor:pointer;
}
#menu-lateral img {
vertical-align:middle;
}
.absolute {
position:absolute;
}
.acordeon .acordeon-list > li {
margin-bottom: 5px;
list-style: none outside none;
}
.acordeon .acordeon-list > li > a {
display:block;
background-color:#ddeaed;
color:#008ba9;
font-size:.85em;
padding:0;
text-transform:uppercase;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.acordeon .acordeon-list > li > a:hover {
background-color:#008ba9;
color:#fff;
}
.acordeon .acordeon-list > li.active > a {
background-color:#008ba9;
color:#fff;
}
.acordeon .acordeon-list > li > a > span {
background:url("../img/iconos/arrow-left.png") no-repeat 98% center;
display:block;
padding:12px 10px;
padding-right: 9%;
padding-left: 16px;
}
.acordeon .acordeon-list > li > a > span:hover {
background:url("../img/iconos/arrow-left-b.png") no-repeat 98% center;
}
.acordeon .acordeon-list > li > ul {
display:none;
}
.acordeon .acordeon-list > li > ul > li {
border-top:1px solid #dbe2e4;
overflow:hidden;
}
.acordeon .acordeon-list > li > ul > li:first-child {
border-top:none;
}
.acordeon .acordeon-list > li > ul > li h6 {
font-size:.8em;
}
.acordeon .acordeon-list > li > ul > li > a {
color:#008ba9;
display:block;
padding:1em;
padding-bottom: 4px;
margin:0;
text-decoration:none;
}
.acordeon .acordeon-list > li > ul > li > a p{
font-size: 0.85em;
color:#008ba9;
}
.acordeon .acordeon-list.pnormales > li > ul > li > a p {
font-size: 0.8em;
color:#4B585B;
}
.acordeon .acordeon-list > li >ul > li > a:hover {
background-color:#eff5f7;
}
.acordeon .acordeon-list > li.active > a > span {
background:url("../img/iconos/arrow-down-b.png") no-repeat 98% center;
display:block;
padding:12px 10px;
padding-right: 9%;
padding-left: 16px;
}
.acordeon .fecha {
color:#00a9a1;
}
.acordeon .acordeon-list .revista {
display: block;
margin: 0;
padding: 16px 16px 4px;
position: relative;
min-height: 90px;
}
.accesos-directos {
margin-bottom:1.5em;
border-bottom:1px solid #d9e1e2;
padding-bottom:1em;
}
.accesos-directos h6 {
border-bottom:1px solid #d9e1e2;
color:#4b585b;
font-size:1em;
padding:0 0 0 2em;
line-height:30px;
position:relative;
}
.accesos-directos h6:before {
background:url("../img/iconos/ac-directos.png") no-repeat;
content:"";
height:30px;
left:0;
position:absolute;
top:0;
width:30px;
}
.accesos-directos .lista-accesos-directos li {
padding: 0.5em 1.5em 0.5em 2em;
background-color: #ffffff;
display: block;
overflow: hidden;
}
.accesos-directos .lista-accesos-directos li + li {
background-color:#F6FBFC;
}
.accesos-directos .lista-accesos-directos li + li + li {
background-color:#ffffff;
}
.accesos-directos .lista-accesos-directos li + li + li + li {
background-color:#F6FBFC;
}
.accesos-directos .lista-accesos-directos li + li + li + li + li {
background-color:#ffffff;
}
.accesos-directos .lista-accesos-directos li + li + li + li + li + li {
background-color:#F6FBFC;
}
.accesos-directos .lista-accesos-directos li + li + li + li + li + li + li {
background-color:#ffffff;
}
.accesos-directos .lista-accesos-directos li a {
color:#008ba9;
font-size:.8em;
text-decoration:none;
}
.accesos-directos .lista-accesos-directos li a:hover {
color:#00a9a1;
}
.aller-bold-title {
font-weight: bold;
}
.azul {
color:#008ba9;
}
.verde {
color:#00a9a1;
}
.calendar {
background:url("../img/iconos/calendar-input.png") no-repeat right !important;
background-color: #ffffff !important;
padding-right: 30px;
}
.centrado {
margin:0 auto;
padding-bottom:1em;
width:430px;
}
.gris-texto {
color:#4b585b;
}
.titulo-azul {
color:#00a9a1;
}
.bg-gris {
background-color:#f9faf9;
}
.bg-celeste {
background-color:#eff7f9;
}
.bg-celeste-claro {
background-color:#f3f9fa;
}
.banner {
margin-bottom:.8em;
width:100%;
}
.bold {
font-weight:bold;
}
.border {
border-bottom:1px solid #d8e0e1;
}
.btn {
border:none;
border-radius:5px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:.8em;
height:32px;
line-height:32px;
outline:0;
padding:0 22px;
padding-top: 2px;
text-decoration:none;
text-transform:uppercase;
font-family:'aller_lightregular';
}
.btn:hover {
background-color:#c0610c;
}
.btn-naranja {
background-color:#e67e22;
}
.btn-verde {
background-color:#59c7c2;
height: 29px;
line-height:29px;
}
.btn-verde:hover {
background-color:#04918a;
}
.btn-azul {
background:url("../img/iconos/arrow-right-b.png") no-repeat 98%;
background-color: #00b2d9;
display:block;
padding-left: 8px;
padding-right: 9%;
text-align:left;
font-size:.8em;
height: 42px;
line-height: 42px;
font-family:"aller_lightregular";
text-decoration:none;
color:#fff;
overflow:hidden;
}
.btn-azul:hover {
background-color: #008ba9;
}
.btn-azul span{
display: inline-block;
line-height: 16px;
vertical-align: middle;
}
.btn-gris {
background-color:#c8c8c8;
}
.btn-gris:hover {
background-color:#acaaaa;
}
.btn-steps {
background-color:#ddeaed;
border-radius:10px;
color:#536366;
font-family:"aller_lightregular";
font-size:0.9em;
height:30px;
line-height:30px;
padding:0 .6em;
text-decoration:none;
}
.btn-azul-osc{
background-color:#105b7a;
color:#d7f4ed;
padding-top: 1px;
padding-left: 14px;
width: 100%;
background-image: url("../img/iconos/suscripcio_icon.png");
background-position: 95% 7px;
background-repeat: no-repeat;
}
.btn-azul-osc:hover{
background-color:#0e475e;
}
.ver_mas{
background-image: url("../img/iconos/ver_mas_icon.png");
background-position: 90px 5px;
background-repeat: no-repeat;
padding: 2px 30px 0 12px;
width: 124px;
float: right;
margin-top: 20px;
}
.block {
display:block;
}
.buscar, .noti-rel {
font-size: 1.2em;
padding-left: 1.7em;
position: relative;
}
.noti-rel {
padding-left: 2em;
}
.buscar:before {
background:url("../img/iconos/search-verde.png") no-repeat;
content:"";
height:20px;
position:absolute;
width:20px;
left:0;
top: -2px;
}
.noti-rel:before {
background:url("../img/iconos/noticies_relacionades.png") no-repeat;
content:"";
height: 20px;
left: 5px;
position: absolute;
top: 0;
width: 19px;
}
.caja-gris,.caja-gris-larga {
background-color: #F4F6F4;
margin-bottom: 3px;
padding: 10px 20px 4px;
}
.caja-gris-larga {
}
.cebra-1{
background-color:#f4f6f4;
}
.cebra-1:nth-child(2n+1){
background-color:#f9faf9;
}
.cebra-2{
background-color:#f4f6f4;
}
.cebra-2:nth-child(2n+1){
background-color:#fcfdfc;
}
.cebra-3{
background-color:#fdfefd;
}
.cebra-3:nth-child(2n+1){
background-color:#f4f6f4;
}
.carrusel-ultima-hora img {
width:100%;
}
.clearfix {
content:"";
display:table;
clear:both;
}
.column-cajas,.column, .column-esp {
display: inline-block;
margin-right: 4%;
vertical-align: top;
width: 48%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.column-esp{
width: 39.5%;
margin-left:-4%;
position: relative;
margin-bottom: 20px;
}
.column-esp:first-child{
width: 55.5%;
margin-left:0px;
}
.column-esp .btn-azul{
width:100%;
}
.column-esp .btn-azul.left, .column-esp .btn-azul.right {
width:48%;
}
.column-esp .text-esp{
color: #00A9A1;
display: block;
position: absolute;
right: 20px;
top: 20px;
}
.column-esp .text-esp p{
font-size:1.05em;
color:#00a9a1;
}
.mini-box-container{
bottom: 60px;
color: #00A9A1;
display: block;
padding: 0 3%;
position: absolute;
right: 0;
width: 100%;
}
.mini-box-esp{
background-color: #F6FAFB;
border: 1px solid #EAEDEF;
display: block;
min-height: 56px;
padding: 7px 7px 0;
position: relative;
width: 48%;
}
.mini-box-esp p{
color: #008BA9;
font-size: 0.75em;
}
.cont-titul-boton {
bottom: 20px;
display: table;
left: 0;
padding: 0 20px;
width: 100%;
position: absolute;
}
.cont-titul-boton h3.titulo-contenido-sec {
color: #00B2D9;
display: table-cell;
float: none;
font-family: "aller_lightregular";
font-size: 1.5em;
padding-top: 2px;
padding-right: 15px;
width: auto;
vertical-align: bottom;
}
.cont-titul-boton .boton{
display: table-cell;
text-align: center;
width: 150px;
vertical-align: bottom;
}
.cont-titul-boton .boton .btn{
padding:0px;
text-align: center;
width: 100%;
}
.guias-tematicas{
margin-top:20px;
}
.destacado {
background-color:#f3f9fa;
margin-bottom:2em;
overflow:hidden;
padding: 16px 12px 28px;
}
.destacado h4 {
border-bottom:1px solid #b7c6c9;
color:#105b7a;
font-family:"aller_lightregular";
font-size:.9em;
margin-bottom:.5em;
padding-bottom:.8em;
}
.dropdown-mobile {
display:none;
background-color:#00b1da;
position:absolute;
width:100%;
z-index:1000;
}
.dropdown-mobile ul,.dropdown-mobile li,.dropdown-mobile a {
margin:0;
padding:0;
border:0;
list-style:none;
font-weight:normal;
text-decoration:none;
line-height:1;
position:relative;
}
.dropdown-mobile li {
list-style:none;
background-color:#00b1da;
color:#fff;
border-bottom:1px solid #0197b8;
}
.dropdown-mobile li:last-child {
border:none;
}
.dropdown-mobile li a {
line-height:1.3;
color:#fff;
display:block;
padding:.5em 1em;
}
.dropdown-mobile li a:hover {
color:#fff;
background-color:#00b1da;
}
.bg-gris-2 {
background-color:#f4f6f4;
}
.fecha,.titulo-listado {
color:#008ba9;
}
.titulo-listado {
display: inline-block;
/* margin-bottom: 4px; quitado por el 40 */
font-size: 1.05em;
}
.column-form {
display: block;
float: left;
margin-left: 4%;
margin-bottom: 20px;
position: relative;
}
.column-form:first-child {
margin-left:0;
}
.large-1 {
width:65.71428%;
}
.large-2 {
width: 65%;
}
.large-3 {
width:48%;
}
.large-4 {
width:42.85714%;
}
.large-5 {
width:45.42857%;
}
.med-1 {
width:31.42857%;
}
.med-2 {
width: 30.5%;
}
.small {
width:22%;
}
.x-small {
width:25%;
}
.xx-small {
width:20%;
}
.xxx-small {
width:18%;
}
.xxxx-small {
width:12%;
}
.total {
width:100%;
}
.med-float {
width:48%;
}
.sup-float{
width:90%;
}
.fuente-regular {
font-size:.8em;
}
.imagen-cabecera {
width:100%;
}
.img-marco {
padding:.25em;
border:2px solid #e6eff2;
}
.column-esp .img-marco {
margin-bottom:0.5em;
}
.column-esp .img-marco div{
background-color: #F5F5F5;
}
.left {
float:left;
}
.listado-activitats h5,.listado-tipo-1 h5,.listado-tipo-2 h5,.listado-contenidos h5,.listado-contenidos-2 h5,.listado-activitats h6,.listado-tipo-1 h6,.listado-tipo-2 h6,.listado-contenidos h6,.listado-contenidos-2 h6 {
font-size:1em;
}
.listado-activitats p, .listado-tipo-2 p,.listado-contenidos p,.listado-contenidos-2 p, .listado-actividades p {
margin:0;
}
.act-avui{
padding-left:1.5em;
}
.act-avui:before {
background:url("../img/iconos/calendara.png") no-repeat;
content:"";
height:19px;
position:absolute;
width:19px;
left:0;
top:9px;
}
.barra-m {
display:none;
width:100%;
height:35px;
line-height:35px;
padding:0 2.92968%;
position:relative;
background-color:#00b2d9;
}
.barra-m .menu-med {
list-style:none;
margin:0 auto;
width:768px;
}
.barra-m .item {
float:left;
}
.barra-m .item a {
color:#fff;
text-decoration:none;
font-size:13px;
border-right:1px solid #008ba9;
padding:0 .69em;
white-space:nowrap;
}
.barra-m .item a:hover {
color:#066377;
}
.barra-m .sub {
background-color:#008ba9;
padding:0 .4em;
}
.barra-m .home {
border-left:1px solid #40c2d3;
padding-left:1em;
background-color:#00a9a1;
height:35px;
padding:0;
}
.barra-m .users {
background-color:#ffffff;
padding:0 .5em;
}
.barra-m .users a {
background:url("../img/iconos/connected.png") no-repeat left;
color:#4b585b;
padding-left:2em;
}
.listado-tipo-1 .list-1, .list-1 {
list-style:none;
margin-bottom:1em;
}
.listado-tipo-1 .list-1 li, .list-1 li {
color: #4B585B;
font-size: 0.8em;
margin-bottom: 5px;
padding-left: 18px;
}
.listado-tipo-1 .list-1 li{
margin-bottom: 12px;
}
.listado-tipo-1 .list-1 li h6, .list-1 li h6 {
color:#00a9a1;
font-size:1.05em;
margin-bottom: 4px;
}
.listado-tipo-1 .list-1 li p, .list-1 li p{
font-size: 1em;
/* margin-bottom: 0px; quitado por el 28*/
}
.listado-tipo-1 .list-1 li:before, .list-1 li:before {
content:"\e601";
color:#008ba9;
font-family:"cof-icons";
font-size:.6em;
margin-right:.7em;
margin-left: -17px;
margin-top: 2px;
float: left;
}
.listado-tipo-1 .list-1 li ul, .list-1 li ul {
list-style:none;
}
.listado-tipo-1 .list-1 li ul li, .list-1 li ul li {
color:#4b585b;
font-size: 1em;
margin-bottom: 4px;
}
.listado-tipo-1 .list-1 li ul li:before, .list-1 li ul li:before {
content:"\e601";
color:#738386;
font-family:"cof-icons";
font-size:.7em;
margin-right:1em;
}
h5.titulo{
font-size: 0.9em;
color:#008ba9;
font-family:"aller_lightregular";
margin: 0 0 15px;
padding: 0;
position:relative;
}
h5.titulo-estrella, h5.titulo-nube, h5.titulo-llistat, h5.titulo-arbol, h5.titulo-contacto, h5.titulo-transporte, h5.titulo-correo {
font-size: 1.1em;
border-bottom:1px solid #b7c6c9;
color:#5e7074;
font-family:"aller_lightregular";
margin: 0 0 25px;
padding: 0 0 0.4em 1.8em;
position:relative;
}
h5.titulo-arbol, h5.titulo-contacto, h5.titulo-transporte, h5.titulo-nube {
margin-bottom: 16px;
}
h5.titulo-correo {
margin-top: 20px
}
.titulo-estrella:before {
background:url("../img/iconos/star.png") no-repeat left top !important;
content: "";
height: 20px;
left: 3px;
position: absolute;
top: -2px;
width: 20px;
}
.titulo-arbol:before {
background:url("../img/iconos/organizacion_home_icon.png") no-repeat left top;
content: "";
height: 20px;
left: 3px;
position: absolute;
top: 3px;
width: 20px;
}
.titulo-nube:before {
background:url("../img/iconos/nube-icon.png") no-repeat left top;
content: "";
height: 21px;
left: 1px;
position: absolute;
top: -2px;
width: 22px;
}
.titulo-llistat:before {
background:url("../img/iconos/titol-listado-icon.png") no-repeat left top;
content: "";
height: 21px;
left: 1px;
position: absolute;
top: -2px;
width: 22px;
}
.titulo-contacto:before {
background:url("../img/iconos/movil_icon.png") no-repeat left top;
content: "";
height: 20px;
left: 5px;
position: absolute;
top: 1px;
width: 15px;
}
.titulo-correo:before {
background:url("../img/iconos/dades_icon.png") no-repeat left top;
content: "";
height: 16px;
left: 2px;
position: absolute;
top: 4px;
width: 22px;
}
.titulo-transporte:before {
background:url("../img/iconos/bus_icon.png") no-repeat left top;
content: "";
height: 20px;
left: 1px;
position: absolute;
top: 2px;
width: 19px;
}
.listado-tipo-2 h5 {
border-bottom:1px solid #b7c6c9;
color:#105b7a;
font-family:"aller_lightregular";
margin:0 0 0.5em 0;
padding:.6em 0 .4em 0;
position:relative;
}
.listado-tipo-2 h5.act-avui {
padding-left: 1.5em;
}
.listado-tipo-2 .list-2 {
list-style:none;
}
.listado-tipo-2 .list-2 li {
margin-bottom:0;
padding:0;
position:relative;
background-color:#ffffff;
}
.listado-tipo-2 .list-2 li:nth-child(2n) {
background-color:#e5f3f5;
}
.listado-tipo-2 .list-2 li:hover {
background-color:#f8fafb;
}
.listado-tipo-2 .list-2 li:nth-child(2n):hover {
background-color:#d8e3e6;
}
.listado-tipo-2 .list-2 .activ-online{
background:url("../img/iconos/vin-doc.png") no-repeat 4px 8px;
}
.listado-tipo-2 .list-2 .bonificable{
background:url("../img/iconos/euro.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-calendario{
background:url("../img/iconos/calendario_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-user{
background:url("../img/iconos/user_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-config{
background:url("../img/iconos/config_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-mesage{
background:url("../img/iconos/mensaje_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 .l-carpeta{
background:url("../img/iconos/carpeta_home_icon.png") no-repeat 10px 11px;
}
.listado-tipo-2 .list-2 a {
display:block;
margin:0;
padding: 10px 16px;
text-decoration:none;
position: relative;
}
.listado-tipo-2 .list-2 .activ-online a, .listado-tipo-2 .list-2 .ult-dias-coll a, .listado-tipo-2 .list-2 .bonificable a, .listado-tipo-2 .list-2 .l-calendario a, .listado-tipo-2 .list-2 .l-user a, .listado-tipo-2 .list-2 .l-config a, .listado-tipo-2 .list-2 .l-mesage a, .listado-tipo-2 .list-2 .l-carpeta a {
padding:10px 20px 10px 60px;
}
.listado-tipo-2 .list-2 .ult-dias{
display: none;
}
.listado-tipo-2 .list-2 .ult-dias-coll .ult-dias{
background-color: #E67E22;
color: #FFFFFF;
display: block;
font-size: 0.55em;
font-weight: bold;
left: 0;
padding: 5px;
position: absolute;
top: 45px;
width: 50px;
}
.listado-tipo-2 .list-2 .titulo {
font-size: 1.05em;
font-weight: bold;
}
.listado-contenidos h5 {
border-radius:10px;
font-family:"aller_lightregular";
line-height:inherit;
margin-bottom: 0px;
margin-top: 10px;
/* min-height:33px; quitado por ie8*/
padding: 9px 64px 7px 8px;
position:relative;
text-transform:uppercase;
font-size: 0.9em;
}
.listado-contenidos .line-normal {
line-height:1.2em;
}
.listado-contenidos .titulo-icono {
padding-left: 34px;
}
.celeste {
background-color:#ddeaed;
color:#105b7a;
}
.orange {
background-color:#efbb8d;
color:#934501;
}
.azul-claro {
background-color:#d7f4ed;
color:#105b7a;
padding-left:.5em;
}
.celeste-claro {
color:#008ba9;
background-color:#ddeaed;
}
.celeste-oscuro {
background-color:#d7f4ed;
color:#00a9a1;
padding-left:.5em;
}
.celeste-oscuro .fecha {
color:#105b7a;
}
.celeste-oscuro .fecha {
color:#00a9a1;
}
.consulta-productos form{
padding-top: 10px;
}
.consulta-productos .destacado {
padding-bottom:0;
overflow:inherit;
}
.consulta-productos .row {
margin: 0 auto;
padding: 0 0 0 6%;
}
.consulta-productos .column-form{
width: 35%;
}
.consulta-productos .boton{
width: 20%;
}
.consulta-productos label {
height: 30px;
left: 0;
line-height: 30px;
position: absolute;
top: 0;
}
.consulta-productos.clase-a .row {
margin: 0 auto;
padding: 0;
}
.consulta-productos.clase-a .column-form {
width: 24%;
margin-left: 2%
}
.consulta-productos.clase-a .categ {
width: 27%;
}
.consulta-productos.clase-a .boton {
width: 16%;
margin-left: 3%;
}
.consulta-productos.clase-a .column-form:first-child {
margin-left:0px;
}
.consulta-productos.clase-a .dropdown {
padding-left: 34px;
}
.consulta-productos.clase-a .categ .dropdown {
padding-left: 70px;
}
.consulta-productos .dropdown{
padding-left: 40px;
}
.consulta-productos select {
margin-right:1.25em;
}
.file:before {
background:url("../img/iconos/file.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:6px;
vertical-align:middle;
width:20px;
}
.alerta:before {
background:url("../img/iconos/alertas_icon.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:7px;
vertical-align:middle;
width:20px;
}
.premsa:before {
background:url("../img/iconos/notes_icon.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:7px;
vertical-align:middle;
width:20px;
}
.legislacio:before {
background:url("../img/iconos/legislacio_icon.png") no-repeat;
content:"";
height:20px;
left:10px;
position:absolute;
top:7px;
vertical-align:middle;
width:20px;
}
.shell:before {
background:url("../img/iconos/shell.png") no-repeat;
content:"";
height:19px;
left:10px;
position:absolute;
top:6px;
vertical-align:middle;
width:19px;
}
.lc-list {
list-style:none;
margin:0;
}
.lc-list li {
border-top:1px solid #d7f4ed;
}
.lc-list li:first-child {
border-top:none;
}
.lc-list li a {
display: block;
margin: 0;
padding: 14px 20px 12px 20px;
}
.lc-list li a:hover {
background-color:#eff5f7;
}
.lc-list li a:before {
color:#008ba9;
content:"\e601";
float:left;
font-family:"cof-icons";
font-size: 0.5em;
margin-left: -16px;
margin-top: 2px;
}
.lc-list li .texto {
color:#4b585b;
display:block;
margin:0;
padding:0 0 0 1em;
text-align:left;
}
.lc-naranja .lc-list li a:before {
color:#e67e22;
}
.lc-naranja .lc-list li a:hover {
background-color:#eff5f7;
}
.texto{
font-size:.8rem;
}
.listado-contenidos-2 {
margin-bottom:2em;
}
.listado-contenidos-2 .lc2-list {
list-style:none;
}
.listado-contenidos-2 .lc2-list li {
margin-bottom:.2em;
}
.listado-contenidos-2 .lc2-list li a {
background-color:#f3f9fa;
color:#008ba9;
text-decoration:none;
display:block;
margin:0;
padding:1em;
}
.listado-contenidos-2 .lc2-list li a:hover {
background-color:#ddeaed;
}
.listado-contenidos-2 .lc2-list .sublista {
list-style:none;
margin:1em 0 0 .4em;
padding-left:.6em;
border-left:3px solid #84eae7;
}
.listado-actividades {
margin-bottom:2em;
}
.listado-actividades .lc-list li a {
padding: 0 0 0 20px;
}
.listado-actividades .lc-list li a:before {
margin-top: 19px;
}
.listado-actividades .lc-list li a .com_table{
display: table;
width: 100%;
}
.listado-actividades .lc-list li a .com_table .com_td {
display: table-cell;
height: 100%;
vertical-align: top;
width: 50px;
}
.listado-actividades .lc-list li a .com_table .com_td:first-child{
padding: 16px 20px 16px 0;
width: auto;
}
.listado-actividades ul li.activ-online.ult-dias-coll a{
min-height: 72px;
}
.listado-actividades .lc-list li a .com_table .com_td .ico_comodin{
display: table;
height: 50%;
vertical-align: top;
width: 50px;
}
.listado-actividades .lc-list li.activ-online a .com_table .com_td .ico_comodin{
background: url("../img/iconos/ico_world.png") no-repeat scroll center center;
background-color: #F9F9F9;
padding-top: 38px;
}
.listado-actividades ul li {
position:relative;
}
.listado-actividades ul li .ult-dias {
color: #FFFFFF;
display: table;
font-size: 0.55em;
font-weight: bold;
padding: 5px;
width: 50px;
height: 50%;
text-indent: -9999px;
}
.listado-actividades ul li.ult-dias-coll .ult-dias {
background-color: #E67E22;
text-indent: inherit;
}
.lista-enlaces, .lista-enlaces-2{
border-left: 2px solid #84EAE7;
font-size: 0.8em;
list-style: none outside none;
margin: 0 0 8px 8px;
}
.lista-enlaces ul, .lista-enlaces-2 ul{
border-left: 2px solid #86b9c2;
margin:0 0 0 8px;
}
.lista-enlaces li, .lista-enlaces-2 li{
list-style: none outside none;
margin-left: 10px;
margin-top: 16px;
}
.lista-enlaces li a, .lista-enlaces-2 li a {
color:#00b2d9;
}
.lista-enlaces li a:hover, .lista-enlaces-2 li a:hover {
color:#008ba9;
}
.lista-enlaces-2 {
margin-top: 12px;
}
.lista-enlaces-2 li {
margin-top: 5px;
}
.listado-documentos .ld-item {
border-top:1px solid #DBE2E4;
display:block;
padding: 15px 10px 8px 50px;
position:relative;
}
.listado-documentos .ld-item:first-child {
border-top:0px;
}
.listado-documentos .ld-item:after {
content:"";
height:33px;
left:10px;
position:absolute;
top:16px;
width:27px;
}
.listado-documentos .ld-item p {
font-size:0.85em;
margin-bottom: 4px;
}
.listado-documentos .ld-item .ver-mas a {
color: #008BA9;
/* display: block; quitado por el 17 */
font-size: 0.95em;
padding: 0 0 0 20px;
position: relative;
}
.listado-documentos .ld-item .ver-mas a:hover {
color:#5e7074;
}
.listado-documentos .ld-item .ver-mas a:after {
background: url("../img/iconos/ver-mas.png") no-repeat scroll top left;
content: "";
height: 14px;
left: 0;
position: absolute;
top: 1px;
width: 14px;
}
.listado-documentos .ld-item .ver-mas a:hover:after {
background: url("../img/iconos/ver-mas-hover.png") no-repeat scroll top left;
}
.listado-documentos .doc:after {
background:url("../img/iconos/doc.png") no-repeat;
}
.listado-documentos .pdf:after {
background:url("../img/iconos/pdf.png") no-repeat;
}
.listado-documentos .xls:after {
background:url("../img/iconos/xls.png") no-repeat;
}
.listado-documentos .lin:after {
background:url("../img/iconos/link.png") no-repeat;
left: 13px;
top: 20px;
}
.listado-ordenado .lo-list {
margin:0;
padding:0;
list-style-position:inside;
}
.listado-ordenado .lo-list .lo-item {
color:#00a9a1;
font-size:1em;
}
.dropdown-mobile {
display:none;
}
.menu-mobile {
display:none;
}
.menu-principal {
height:36px;
line-height:36px;
margin:0 auto;
max-width:940px;
position:relative;
width:100%;
}
.naranja {
color:#e28505;
}
.no-border {
border:0 !important;
}
.no-margin {
margin-left: -4px;
margin-right: 0;
}
.pag-flechas {
top:6px;
right:10px;
}
.pag-izq-celeste {
background:url("../img/iconos/arrow-left-celeste.png") no-repeat;
height:20px;
margin-right:5px;
width:20px;
}
.pag-der-celeste {
background:url("../img/iconos/arrow-right-celeste.png") no-repeat;
height:20px;
margin-left:5px;
width:20px;
}
.pag-izq-azul {
background:url("../img/iconos/arrow-left-azul.png") no-repeat;
height:20px;
margin-right:5px;
width:20px;
}
.pag-der-azul {
background:url("../img/iconos/arrow-right-azul.png") no-repeat;
height:20px;
margin-left:5px;
width:20px;
}
.paginador {
color:#5e7074;
font-family:"aller_lightregular";
font-size:.9em;
padding:.7em .6em;
}
.paginador span{
padding-top: 2px;
}
.paginador-results {
background-color: #DDEAED;
display: table;
height: 23px;
line-height: 23px;
margin: 0;
padding: 0;
width: auto;
padding-top: 2px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-ms-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.paginador-results li {
display: table-cell;
padding: 0 10px;
text-align: center;
}
.paginador-results li a {
color: #008BA9;
font-size: 0.85em;
padding: 0;
text-decoration: none;
}
.paginador-results li a:hover {
color:#4b585b;
}
.buscador-alfabetico .paginador-results {
width: 100%;
}
.buscador-alfabetico .paginador-results li{
padding:0px;
}
.pag-revistas h3 {
color: #5E7074;
font-size: 0.85em;
margin-top: 8px;
}
.pag-revistas {
padding-left: 1em;
padding-right: 1em;
margin-top: 1em;
width: 100%;
border-bottom: 1px solid #DBE2E4;
}
.pag-revistas a {
text-decoration:none;
}
.bottom-1em {
margin-bottom:1.8em;
}
.relative {
position:relative;
}
.right {
float:right;
}
.margin-right {
margin-right:1.25em;
}
.row {
width:100%;
margin-top:0;
margin-bottom:0;
max-width:none;
}
#search{
cursor:pointer;
display:block;
height:35px;
width: 30px;
background:url("../img/iconos/search.png") no-repeat center center;
}
#search img{
vertical-align:middle;
}
#search-act {
background:url("../img/iconos/search-form.png") no-repeat 98%;
background-color: #ffffff;
padding-right: 40px;
}
#menu-inferior{
cursor:pointer;
}
.text-center {
display: block;
margin: 20px auto 0;
max-width: 430px;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}
.text-center .column-form{
display: block;
position: absolute;
top:0px;
right: 0px;
}
.text-center .large-1{
display: block;
position: inherit;
top: inherit;
right: inherit;
margin-bottom: 0px;
width:100%;
padding-right: 120px;
}
.titular-2 {
font-family:"aller_lightregular";
font-size:1.1em;
color:#4b585b;
border-bottom:1px solid #b7c6c9;
padding-bottom:.5em;
margin-bottom:22px;
margin-top: 14px;
}
.titulo-buscador {
border-bottom: 1px solid #D9E1E2;
color: #4B585B;
font-family: "aller_lightregular";
margin-bottom: 14px;
padding: 0px 16px 5px 26px;
position: relative;
}
.titulo-buscador:before {
background:url("../img/iconos/star.png") no-repeat left;
content:"";
height:20px;
left:0;
position:absolute;
top:0;
width:20px;
}
.titulo-contenido-sec {
color:#00b2d9;
font-size:1.4em;
}
.titulo-contenido {
color: #4B585B;
font-size: 1.2em;
margin-bottom: 12px;
padding-left: 26px;
padding-top: 1px;
position: relative;
}
.titulo-contenido:before {
background:url("../img/iconos/titular-secc.png") no-repeat left;
content:"";
height:20px;
left:0;
position:absolute;
top:2px;
width:20px;
}
.noticias .titulo-contenido:before {
background:url("../img/iconos/ico_noticias.png") no-repeat left;
}
.no-bottom {
margin-bottom:0;
}
.with-bottom {
margin-bottom:1em;
}
.actividad {
margin-bottom:10px;
overflow:hidden;
}
.actividad img {
margin-bottom:.5em;
width:100%;
}
.actividad .column-esp img {
margin-bottom:0;
width: auto;
}
.alertas {
margin-right:1em;
}
body {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font-family:"aller_lightregular";
font-size:16px;
}
#sb-site {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 auto;
width:100%;
}
.buscador, .usuario, .pagina_inici {
display: none;
margin: 0 auto;
max-width: 940px;
position: relative;
width: 100%;
}
.usuario{
display: block;
}
.buscador form {
background: none repeat scroll 0 0 #00B2D9;
border-bottom: 5px solid #C7E4EA;
display: block;
padding: 6px 9px;
position: absolute;
right: 0;
top: 0;
width: 182px;
z-index: 10;
}
.buscador input {
margin:0;
height:25px;
width:164px;
padding-right: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.buscador-alfabetico {
margin-bottom:2em;
overflow:hidden;
}
.portlet-layout{
display: table;
width: 100%;
}
.col-derecha {
display: table-cell;
padding-left: 20px;
padding-top: 20px;
vertical-align: top;
width: 226px;
}
.col-izquierda {
display: table-cell;
}
.contenedor {
margin:0 auto;
margin-bottom:1em;
max-width:940px;
/* overflow:hidden; Quitado para que los deplegables se vean enteros*/
width:100%;
}
.contenedor-footer {
margin:0 auto;
width:100%;
max-width:940px;
}
.tab-container {
color:#4b585b;
max-width:700px;
position:relative;
margin-bottom: 24px;
}
.tab-container h3 {
margin-bottom:.5em;
font-size:.8em;
display:block;
}
.tab-container span {
}
.tab-container .interior {
padding:1em;
background-color:#ffffff;
border-radius:5px;
}
.tab-container .content-tab {
background-color:#f9faf9;
padding: 1em;
margin:1em 0;
}
.tab-container #dades-publiques .content-tab, .tab-container #altres .content-tab {
padding-bottom: 0px;
}
.tab-container .content-tab img {
margin-right:1em;
}
.etabs {
display: table;
padding: 0 12px;
width: 100%;
}
.contenido {
background-color:#f5f5f5;
border:1px solid #e8e8e8;
border-radius:10px;
padding:1em;
}
.tab{
display: table-cell;
padding: 6px 3px 0;
vertical-align: middle;
}
.tab a {
background-color:#e9e9e9;
border:1px solid #e8e8e8;
border-bottom: 0px;
color: #A3A3A3;
display: inline-block;
font-size: 0.8em;
line-height: 52px;
padding: 0 4px;
padding-top: 2px;
text-align: center;
vertical-align: middle;
width: 100%;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-ms-border-radius: 10px 10px 0px 0px;
-o-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}
.tab-int {
display: inline-block;
line-height: 15px;
vertical-align: middle;
}
.ui-tabs-active, .tab:hover {
padding-top: 0;
}
.ui-tabs-active a, .tab:hover a{
background-color: #F5F5F5;
color: #008BA9;
line-height: 58px;
margin-bottom: -2px;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
footer {
border-top:6px solid #00b2d9;
clear:both;
margin-bottom:2em;
overflow:hidden;
padding-top:1em;
width:100%;
}
footer .direccion {
color: #4B585B;
float: left;
padding-left: 2em;
position: relative;
display: block;
}
footer .direccion p{
font-size: 0.75em;
padding-top: 8px;
}
footer .direccion:before {
background:url("../img/img-footer.jpg") no-repeat;
content:"";
height:28px;
left:0;
position:absolute;
top:0;
width:23px;
}
footer .footer_menu_container{
display: block;
float: left;
position: relative;
}
footer .footer-menu {
list-style: none outside none;
padding-top: 10px;
margin-left: 15px;
}
footer .footer-menu li {
border-left:1px solid #008ba9;
display: inline-block;
line-height: 8px;
margin-right: -4px;
vertical-align: top;
}
footer .footer-menu li:first-child {
border:none;
}
footer .footer-menu li a {
color: #04918A;
font-size: 0.75em;
padding: 0 0.5em;
text-decoration: none;
}
footer .footer-menu li a:hover {
color: #4B585B;
}
footer span.tel {
white-space: nowrap;
}
.guias-tematicas p{
font-size:0.85em;
}
.guias-tematicas .fecha, .listados .fecha {
color:#00a9a1;
font-size:0.95em;
}
.comunicados .fecha {
color:#00a9a1;
font-size:0.9em;
}
.caja-gris-larga a {
color:#008ba9;
}
.caja-gris-larga a:hover {
color:#4b585b;
}
.column-cajas .caja-gris p a{
color:#008ba9;
}
.column-cajas .caja-gris p a:hover{
color:#4b585b;
}
#heading {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 auto;
max-width:940px;
overflow:hidden;
width:100%;
height: 70px;
}
header .logo {
display:block;
margin-top:1em;
}
.usuario > div {
background-color: #F9F9F9;
display: block;
height: 70px;
padding: 0.8em 1em 0.8em 2em;
position: absolute;
right: 0;
top: -106px;
width: 206px;
}
.usuario > div p{
font-size:1em;
margin-bottom: 4px;
text-align: center;
width: 147px;
}
.usuario > div span {
font-family:"Verdana",sans-serif;
font-size:.8em;
color:#105b7a;
margin-bottom:.5em;
display:inline-block;
}
.user-menu a{
display: block;
position: relative;
float: left;
text-indent: -9999px;
width: 20px;
height: 20px;
margin-left: 12px;
}
.user-menu a.mail{
background:url("../img/iconos/mail.png") no-repeat;
}
.user-menu a.calendario{
background:url("../img/iconos/calendar.png") no-repeat;
}
.user-menu a.fichero{
background:url("../img/iconos/file.png") no-repeat;
}
.user-menu a.configuracion{
background:url("../img/iconos/settings.png") no-repeat;
}
.user-menu a.cierre{
background:url("../img/iconos/close.png") no-repeat;
}
.user-menu a:first-child {
margin-left:0;
}
.user-menu a.mail:hover{
background:url("../img/iconos/mail_h.png") no-repeat;
}
.user-menu a.calendario:hover{
background:url("../img/iconos/calendar_h.png") no-repeat;
}
.user-menu a.fichero:hover{
background:url("../img/iconos/file_h.png") no-repeat;
}
.user-menu a.configuracion:hover{
background:url("../img/iconos/settings_h.png") no-repeat;
}
.user-menu a.cierre:hover{
background:url("../img/iconos/close_h.png") no-repeat;
}
.pagina_inici > div {
background-color: #00A9A1;
display: block;
font-size: 0.9em;
padding: 0.5em 0.7em;
position: absolute;
right: 0;
top: 0;
width: 381px;
z-index: 1;
}
.pagina_inici > div p{
color:#ffffff;
margin: 0 0 4px;
}
.contenedor-header {
width:100%;
margin:0 auto;
overflow:hidden;
}
.barra {
background-color:#00b1da;
width:100%;
padding:0;
}
#form-renov-plaques label{
color:#4B585B;
}
.box-info{
margin-bottom:1em;
padding:20px 16px 12px 64px;
}
.validado {
background:url("../img/iconos/check-valid-green.png") no-repeat 16px 12px;
background-color:#e0f8f7;
border:1px solid #87d7d3;
color:#04918a;
}
.validado p {
color:#04918a;
}
.validado2 {
background:url("../img/iconos/check-valid-orange.png") no-repeat 16px 12px;
background-color:#f8f2e0;
border:1px solid #c29715;
color:#d97720;
}
.validado2 p{
color:#d97720;
}
.no-valido {
background:url("../img/iconos/valid-error.png") no-repeat 16px 12px;
background-color:#f7f2ee;
border:1px solid #ba3d00;
color:#ba3d00;
}
.no-valido p{
color:#ba3d00;
}
.renovacions{
display: table;
position: relative;
margin-bottom: 20px;
width: 100%;
}
.renove-datos{
display: table-cell;
width: auto;
vertical-align: top;
}
.renove-ficha{
display: table-cell;
padding-left: 20px;
padding-top: 28px;
vertical-align: top;
width: 240px;
}
.ficha {
display: block;
background-color:#f6f4f4;
border:1px solid #b7c6c9;
border-radius:10px;
padding:1em 0 0.5em 0;
text-align:left;
width:100%;
}
.ficha p {
font-size: 1em;
color:#5e7074;
}
.ficha .nombre {
border-bottom: 1px solid #B7C6C9;
display: block;
margin: 0 2%;
padding: 0px 8px;
width: 96%;
padding-bottom: 6px;
}
.ficha .numero-c {
display: block;
margin: 0 2%;
padding: 0px 8px;
width: 96%;
font-size: 0.8em;
}
#form-activ-collegial h3 {
border-bottom:1px solid #b7c6c9;
color:#105b7a;
font-family:"aller_lightregular";
font-size:.8em;
padding-bottom:.6em;
margin-bottom:1em;
margin-left: -8px;
width: 102%;
}
#form-activ-collegial #fieldsets .actual,#form-activ-collegial #fieldsets .next {
margin-bottom:1.25em;
overflow:hidden;
}
#form-activ-collegial fieldset, #form-activ-collegial .caja-texto {
background-color: #F4F6F4;
margin-bottom: 4px;
padding: 20px 20px 0;
}
#form-activ-collegial .caja-texto {
padding-bottom: 10px;
}
#form-activ-collegial .borde-verde {
border-top:4px solid #00d9d1;
}
#form-activ-collegial .borde-azul {
border-top:4px solid #008ba9;
}
#form-activ-collegial .borde-amarillo {
border-top:4px solid #f1c40f;
}
#form-activ-collegial .borde-naranja {
border-top:4px solid #e67e22;
}
#form-activ-collegial .notificaciones div {
margin-left:3em;
}
#form-activ-collegial .notificaciones div:first-child {
margin-left:0;
}
#form-activ-collegial #section-tabs {
font-size:.75em;
font-weight:bold;
height:42px;
list-style:none;
overflow:hidden;
padding: 0 20px 0 0;
}
#form-activ-collegial #section-tabs li {
background-color:#edeeee;
color:#ccd2d2;
float:left;
font-family:"aller_lightregular";
height: 42px;
line-height: 42px;
padding-left:2em;
text-align:left;
text-decoration:none;
width: 32%;
position: relative;
padding-right: 6px;
}
#form-activ-collegial #section-tabs li:first-child {
padding-left: 1em;
}
#form-activ-collegial #section-tabs li .tab-personales,#form-activ-collegial #section-tabs li .tab-publiques,#form-activ-collegial #section-tabs li .tab-altres-dades {
display: inline-block;
line-height: 18px;
padding-left: 2em;
padding-right: 2em;
position: relative;
vertical-align: middle;
width: 100%;
}
#form-activ-collegial #section-tabs li .tab-personales {
background:url("../img/iconos/connected-off.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li .tab-publiques {
background:url("../img/iconos/titular-off.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li .tab-altres-dades {
background:url("../img/iconos/otros-off.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li.active .tab-personales {
background:url("../img/iconos/connected.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li.active .tab-publiques {
background:url("../img/iconos/titular-secc.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li.active .tab-altres-dades {
background:url("../img/iconos/otros_on.png") no-repeat 0 50%;
}
#form-activ-collegial #section-tabs li .datos-numero {
display:block;
position:absolute;
top:0px;
right:0px;
width: 20px;
height: 20px;
font-size: 30px;
right: -5px;
z-index:3;
}
#form-activ-collegial #section-tabs .active {
background-color:#f4f6f4;
color:#00b2d9;
cursor:pointer;
}
#form-activ-collegial #section-tabs .active .content-datos{
position:relative;
}
#form-cercar-meds .input-cercar {
margin-right: 0;
padding-left: 0.5em;
padding-right: 0.5em;
}
#form-claves select {
background:url("../img/iconos/arrow-down-form-b.png") no-repeat right top;
background-color:#ffffff;
}
#form-claves p {
margin-bottom:1em;
}
#form-claves label {
color:#4b585b;
font-size: 0.8em;
}
#form-renov-plaques .no-margin {
margin-right:0;
}
#form-cercar-activitats {
margin-top:1.2em;
}
.warning {
background-color: #F4F6F4;
border-radius: 10px;
margin-bottom: 20px;
padding: 8px 20px;
}
.warning h4 {
color: #00A9A1;
font-family: "aller_lightregular";
font-size: 0.9em;
margin-bottom: 0.5em;
padding-left: 26px;
padding-top: 2px;
position: relative;
text-transform: uppercase;
}
.warning h4:before {
background:url("../img/iconos/warning.png") no-repeat left top;
content:"";
height:16px;
left:0;
position:absolute;
top:0;
width:19px;
}
.warning p {
color:#4b585b;
font-size:.8em;
}
.menu {
background-color: #00B2D9;
display: table;
height: 36px;
line-height: 34px;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.menu .item2{
width:228.3px;
}
.menu .item {
display: table-cell;
line-height: 14px;
list-style: none outside none;
padding: 0 5px;
text-align: center;
vertical-align: middle;
background:url("../img/iconos/menu_item.jpg") no-repeat right center;
}
.menu .m-mobilef{
display: none;
}
.menu .no-border{
background:none;
}
.menu .item:first-child a {
border:none;
}
.menu .item a {
color: #FFFFFF;
font-size: 13px;
text-decoration: none;
display: block;
}
.menu .conectados a {
color:#066377;
cursor: default;
}
.menu .item a:hover {
color:#066377;
}
.menu .item .no-border {
border:none;
}
.menu .home {
background:url("../img/iconos/user-b.png") no-repeat 21px center;
background-color:#00a9a1;
border-left:1px solid #40c2d3;
width: 206px;
}
.menu .home a{
}
.menu .home a span{
display: block;
padding-left: 25px;
width: 100%;
}
.menu .m-mobilet.sub span{
display: none;
}
.menu .sub {
background:none;
background-color:#008ba9;
padding: 0 8px;
}
.menu .conectados {
color: #4B585B;
font-size: 13px;
position: relative;
padding: 1px 5px 0 26px;
width: 142px;
background:url("../img/iconos/connected.png") no-repeat 5px center;
background-color: #FFFFFF;
}
.menu .lupa{
width: 40px;
background:none;
}
.menu .submenu{
display: table;
height: 36px;
line-height: 34px;
width: 100%;
}
.menu .submenu ul{
display: table;
height: 36px;
line-height: 34px;
width: 100%;
}
.menu-desplegable {
background-color:#00b1da;
height:100%;
padding:70px 0 0 0;
width:15.5em;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.menu-desplegable h1 {
background-color:#008baa;
color:#fff;
font-size:.9em;
margin:0;
line-height:36px;
padding:0 16px;
font-weight: normal;
}
.menu-desplegable form, .menu-desplegable .form_cerc {
background-color:#01adbb;
padding:1em;
}
.menu-desplegable form p, .menu-desplegable .form_cerc p{
color:#ffffff;
font-size: 0.9em;
line-height: 16px;
}
.menu-desplegable .input-desplegable {
border:1px solid #80d9ec;
width:214px;
}
.menu-desplegable .search_done {
color: #616f70 !important;
}
.menu-desplegable ul,.menu-desplegable li,.menu-desplegable a {
margin:0;
padding:0;
border:0;
list-style:none;
font-weight:normal;
text-decoration:none;
line-height:15px;
position:relative;
}
.menu-desplegable a {
color:#042a37;
}
.menu-desplegable a:hover {
color:#fff;
}
.menu-desplegable ul li {
background-color:#00b1da;
border-bottom:1px solid #0197b8;
}
.menu-desplegable ul li.only_mobile {
display: none;
}
.menu-desplegable ul li:last-child {
border:none;
}
.menu-desplegable .menu_container > ul > li:last-child {
border-bottom:1px solid #0197b8;
}
.menu-desplegable ul li a {
display:block;
font-size:.8em;
padding: 8px 26px 8px 16px;
}
.menu-desplegable ul li a span {
display:block;
}
.menu-desplegable ul li.has-sub > a {
background:url("../img/iconos/arrow-right-ao.png") no-repeat 98% center;
}
.menu-desplegable ul li.active > a {
background:url("../img/iconos/arrow-down-ao.png") no-repeat 98% center;
border:1px solid #00657b;
border-left:4px solid #00657b;
padding-left: 12px;
width: 100%;
padding-top: 7px;
}
.menu-desplegable ul li.selected {
background-color: #00a9a1;
border:1px solid #00657b;
border-left:4px solid #00657b;
}
.menu-desplegable ul li.selected a{
color:#ffffff;
padding-left: 12px;
}
.menu-desplegable ul .subnivel {
display:none;
}
.menu-desplegable ul li > a > span.tit_actual{
display: block;
}
.menu-desplegable ul li > a > span.tit_anterior{
display: none;
}
.menu-desplegable ul li h1{
display: none;
}
.menu-desplegable ul ul li {
background-color:#4dc9e4;
border-bottom:1px solid #44b9d4;
}
.menu-desplegable ul ul ul li {
background-color:#80d9ec;
border-bottom:1px solid #6ec6da;
}
.menu-desplegable ul ul ul ul li {
background-color:#b3e8f4;
border-bottom:1px solid #97daea;
padding:0;
}
.menu-desplegable ul ul li a{
padding-left: 32px;
}
.menu-desplegable ul ul ul li a{
padding-left: 48px;
}
.menu-desplegable ul ul ul ul li a{
padding-left: 64px;
}
.menu-desplegable ul ul ul ul ul li a{
padding-left: 80px;
}
.menu-desplegable ul ul ul ul ul ul li a{
padding-left: 96px;
}
.menu-desplegable ul ul ul ul ul ul ul li a{
padding-left: 112px;
}
.menu-desplegable ul ul ul ul ul ul ul ul li a{
padding-left: 128px;
}
.menu-desplegable ul ul li.active > a, .menu-desplegable ul ul li.selected a{
padding-left: 28px;
}
.menu-desplegable ul ul ul li.active > a, .menu-desplegable ul ul ul li.selected a{
padding-left: 44px;
}
.menu-desplegable ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul li.selected a{
padding-left: 60px;
}
.menu-desplegable ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul li.selected a{
padding-left: 76px;
}
.menu-desplegable ul ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul ul li.selected a{
padding-left: 92px;
}
.menu-desplegable ul ul ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul ul ul li.selected a{
padding-left: 108px;
}
.menu-desplegable ul ul ul ul ul ul ul ul li.active > a, .menu-desplegable ul ul ul ul ul ul ul ul li.selected a{
padding-left: 124px;
}
.noticias {
margin-bottom:2em;
}
.noticias .contenedor-noticias {
background-color:#f4f6f4;
padding:1.25em 1em 0 1em;
overflow:hidden;
}
.noticias article {
display: inline-block;
margin-bottom: 40px;
margin-left: -4px;
margin-right: 4%;
overflow: hidden;
vertical-align: top;
width: 48%;
}
.noticias article:nth-child(even) {
margin-right:0;
}
.noticias article img {
border:1px solid #b7c6c9;
}
.noticias article .detalle {
margin-left:75px;
}
.noticias article .detalle h6 {
font-size:.85em;
}
.noticias article .detalle h6 a {
color:#008ba9;
font-family:"aller_lightregular";
}
.noticias article .detalle h6 a:hover {
color:#4b585b;
}
.noticias-ultima-hora {
margin-bottom:2em;
overflow:hidden;
}
.noticias-ultima-hora .titular {
background-color:#f4f6f4;
padding:.5em 1em;
}
.noticias-ultima-hora .titular h4 {
color:#008ba9;
font-size:1em;
}
.noticias-ultima-hora .titular p {
margin:0;
padding:0;
font-size: 0.85em;
}
.comentarios{
padding-left: 28px;
display: block;
position: relative;
}
.comentarios:before {
background:url("../img/iconos/comment.png") no-repeat;
content:"";
height:20px;
left:0;
position:absolute;
top:0;
width:22px;
}
.only-coment{
padding:0px;
margin-bottom: 30px;
}
.only-coment:before {
display: none;
}
.post {
overflow:hidden;
margin-bottom:1em;
}
.post h3 {
color:#00a9a1;
margin-bottom:2em;
font-size:.85em;
position:relative;
}
.post .post-text{
padding-left: 80px;
}
.only-coment .post{
padding:0px 14px;
border-bottom: 1px solid #dbe2e4;
margin-bottom: 14px;
padding-bottom: 8px;
}
.proyectos .proy-item {
margin-bottom:20px;
overflow:hidden;
}
.proyectos .proy-item:nth-child(even) {
margin-right:0;
}
.proyectos .proy-item .detalle {
margin-left:125px;
}
.proyectos .proy-item .detalle h6 {
font-size:16px;
line-height: 18px;
}
.proyectos .proy-item .detalle h6 a {
color:#04918a;
font-size:.9em;
text-decoration:none;
}
.proyectos .proy-item .detalle h6 a:hover {
color:#4b585b;
}
.proyectos .proy-item a:hover img {
opacity:.7;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.send-box {
background-color: #F4F6F4;
padding: 1em 0.8em;
}
.send-box h4 {
color:#008ba9;
border-bottom: 1px solid #B7C6C9;
margin-bottom:.5em;
padding-bottom:.5em;
}
.send-box span {
font-size:.8em;
font-family:"aller_lightregular";
}
.send-box span {
color:#4b585b;
display:inline-block;
margin-bottom:.5em;
}
.send-box textarea {
margin-bottom:1em;
width: 100%;
}
.contenedor-tablas {
margin-bottom: 2em;
}
.table-basic {
color:#4b585b;
font-size:.8em;
table-layout:fixed;
width:100%;
border-collapse:collapse;
}
.act-coll .col1 {
width:16%;
}
.act-coll .col2 {
width:36%;
}
.act-coll .col3 {
width:28%;
}
.act-coll .col4 {
width:20%;
}
.resultados-meds .col1 {
width:35%;
}
.resultados-meds .col2 {
width:20%;
}
.resultados-meds .col3 {
width:15%;
}
.resultados-meds .col4 {
width:30%;
}
.table-basic thead tr {
background-color: #F9FBFC;
border: 1px solid #DDEAED;
border: 2px solid #DDEAED \0/IE9;
color: #008BA9;
}
.table-basic th {
padding: 4px 0;
height: 100%;
position: relative;
}
.resultados-meds th {
background:url("../img/iconos/arrow-down-tabla.png") no-repeat right 14px ;
}
.table-basic th,.table-basic td {
text-align:center;
}
.table-basic td {
padding: 4px 0;
height: 100%;
position: relative;
}
.table-basic tr {
height: 100%;
}
.table-basic td div {
height: 100%;
padding: 5px;
}
.table-basic td ul {
list-style:none;
}
.table-basic td a {
text-decoration:none;
color:#04918a;
cursor:pointer;
}
.table-basic td a:hover {
color:#4b585b;
}
.table-basic tr:nth-child(2n){
background-color: #FDFEFE;
border: 1px solid #DDEAED;
border: 2px solid #DDEAED \0/IE9;
}
.table-basic tr:nth-child(2n) td > div {
border-left:1px solid #ddeaed;
}
.table-basic tr:nth-child(2n) td:first-child > div {
border:0px;
}
/*
.table-basic tr + tr, .table-basic tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {
background-color:#fdfefe; border:1px solid #ddeaed;
}
.table-basic tr + tr + tr, .table-basic tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr{
background-color:#ffffff; border:0px solid #ddeaed;
}
.table-basic tr + tr td > div, .table-basic tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div {
border-left:1px solid #ddeaed;
}
.table-basic tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div, .table-basic tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div {
border-left:0px solid #ddeaed;
}
.table-basic tr td:first-child > div {
border:0px;
}
*/
.menu_container{
width: 248px;
}
.menu_showed .sb-slidebar{
overflow-y: hidden;
/*
left: -248px;
-webkit-transition: width 600ms ease;
-moz-transition: width 600ms ease;
-o-transition: width 600ms ease;
transition: width 600ms ease;
width: 248px;
*/
border-right: 4px solid #008ba9;
}
.menu_hidden .sb-slidebar{
/*
left: -248px;
-webkit-transition: width 600ms ease;
-moz-transition: width 600ms ease;
-o-transition: width 600ms ease;
transition: width 600ms ease;
width: 0px;
*/
/* border-right: 4px solid #008ba9; Quitado para ie8 */
}
#wrapper{
position:relative;
}
.menu_showed #wrapper
{
/*
-webkit-transform: translate(248px);
-ms-transform: translate(248px);
transform: translate(248px);
*/
}
.menu_hidden #wrapper
{
/*
-webkit-transform: translate(0px);
-ms-transform: translate(0px);
transform: translate(0px);
*/
}
.col-izquierda header{
clear: both;
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
.col-izquierda header .titulo-pagina{
background-color: #F6FBFC;
color:#008ba9;
display: block;
float: left;
padding:1em;
padding-right: 130px;
position: relative;
font-size:1.4em;
min-width: 64%;
}
.titulo-pagina .prederecha{
display: block;
position: absolute;
right: 0;
top: 0;
}
.titulo-pagina .derecha{
border-bottom: 130px solid #F6FBFC;
border-right: 130px solid #FFFFFF;
height: 0;
width: 0;
}
.col-izquierda .portlet-content{
margin-top: 26px;
}
.col-izquierda .portlet-content > p{
margin-bottom: 26px;
font-size: 0.85em;
}
.boton-mobile-derecha{
display: none;
}
.imagen-revista{
display: block;
left: 16px;
position: absolute;
top: 12px;
width: 68px;
}
.detalle-revista {
padding-left: 80px;
padding-right: 100px;
width:100%;
}
.detalle-revista p span.azul{
font-size: 1.05em;
}
.boton-revista {
display:block;
position:absolute;
top:12px;
right:16px;
background-color: #F5F5F5;
padding: 0.5em;
text-align: center;
width: 86px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.boton-revista p{
font-size: 0.7em;
color:#545454;
}
.boton-in{
background-color: #014F5F;
border: 1px solid #FFFFFF;
height: 14px;
margin-left: 7px;
margin-top: 7px;
width: 14px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
border-radius: 14px;
}
.tab-container .dropdown dd ul, #form-activ-collegial .dropdown dd ul{
width: 100%;
min-width: inherit;
background-color:#ffffff;
}
.tab-container .dropdown dd ul li a, #form-activ-collegial .dropdown dd ul li a{
color: #AEB5B7;
padding-left: 8px;
}
.personal-img {
padding-left: 130px;
}
.personal-img p {
margin-bottom: 6px;
}
.personal-img input{
float:left;
}
.personal-img label{
display: block;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 30px;
}
.personal-img label:before{
bottom:inherit;
top:-2px;
}
.personal-img .column-form{
margin:0px;
}
#fieldsets .relative{
margin-top: 15px;
}
.arrowright:before {
background: url("../img/iconos/no-seleccionado.png") no-repeat scroll left top;
content: "";
display: block;
height: 44px;
position: absolute;
right: -20px;
top: 0;
width: 22px;
z-index: 3;
}
.active.arrowright:before {
background: url("../img/iconos/seleccionado.png") no-repeat scroll left top;
}
#form-activ-collegial #section-tabs li{
z-index: 3
}
#form-activ-collegial #section-tabs li + li{
z-index: 2
}
#form-activ-collegial #section-tabs li + li + li{
z-index: 1
}
#form-renov-plaques input.btn {
display: inline-block;
float: right;
margin-bottom: 16px;
margin-left: 4%;
text-align: right;
}
.table_sanitaria_container{
display: table;
width: 100%;
}
.table_sanitaria{
display: table-cell;
width: auto;
vertical-align: top;
}
.table_sanitaria:first-child{
padding-right:13px;
}
a.sanitaria{
display: block;
position: relative;
width: 212px;
height: 134px;
}
.text_sanitaria{
display:block;
position:absolute;
width:205px;
bottom:1px;
left:3px;
background-color:#2b334a;
color:#ffffff;
padding:10px;
opacity: 0.85;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
-webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-ms-border-radius: 0px 0px 10px 10px;
-o-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}
.text_sanitaria p{
color:#ffffff;
font-size:0.75em;
margin:0px;
}
.documentacion, .comunicados, .scs, .muface, .mugeju {
margin-bottom: 20px;
}
div.ver-mas{
position:relative;
padding-right:110px;
}
.ver-mas-box {
display: block;
position: absolute;
right: 20px;
text-align: right;
top: 8px;
width: 86px;
}
.ver-mas-enlace{
color: #008BA9;
font-size: 0.8em;
padding-left: 20px;
position: relative;
}
.ver-mas-enlace:before {
background:url("../img/iconos/ver-mas.png") no-repeat top left;
width:14px;
height: 14px;
content:"";
display:block;
position:absolute;
top:0px;
left:0px;
}
.ver-mas-enlace:hover {
color:#4B585B;
}
.ver-mas-enlace:hover:before {
background:url("../img/iconos/ver-mas-hover.png") no-repeat top left;
}
a.skype div{
background-image: url("../img/iconos/skype-2.png");
background-position: left top;
background-repeat: no-repeat;
line-height: 25px;
padding-left: 28px;
}
.ui-tabs-active a.skype div, .tab:hover a.skype div{
background-image: url("../img/iconos/skype-1.png");
}
a.jajah div{
background-image: url("../img/iconos/jajah-2.png");
background-position: left top;
background-repeat: no-repeat;
line-height: 25px;
padding-left: 28px;
}
.ui-tabs-active a.jajah div, .tab:hover a.jajah div{
background-image: url("../img/iconos/jajah-1.png");
}
a.g_talk div{
background-image: url("../img/iconos/talk-2.png");
background-position: left top;
background-repeat: no-repeat;
line-height: 25px;
padding-left: 42px;
}
.ui-tabs-active a.g_talk div, .tab:hover a.g_talk div{
background-image: url("../img/iconos/talk-1.png");
}
.skype_content{
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
.skype_content .left{
width: 70%;
padding-right: 4%;
}
.skype_content .right{
width: 30%;
}
.truca_ara{
background-image: url("../img/iconos/trucar_icon.png");
margin-top: 20px;
}
.tab-numerico{
max-width: inherit;
overflow: hidden;
width: 100%;
}
.tab-numerico h3 {
font-size: 1.1em;
float:left;
margin-bottom: 0px;
}
.tab-numerico .titulo-estrella{
padding-left: 26px;
color:#5e7074;
}
.tab-numerico .titulo-estrella:before{
top: 0px;
}
.tab-numerico .etabs {
display: block;
float: right;
padding: 0;
text-align: right;
width: auto;
margin-right: -2px;
}
.tab-numerico .tab {
display: block;
float: left;
height: 24px;
padding: 0 2px;
text-align: center;
width: 42px;
}
.tab-numerico .tab a {
background-color: #DDEAED;
border: 0 none;
color: #008BA9;
font-size: 0.8em;
line-height: 22px;
padding: 2px 0 0;
margin:0px;
}
.tab-numerico .ui-tabs-active a, .tab-numerico .tab:hover a {
background-color: #E67E22;
color: #FFFFFF;
}
.tab-numerico .tab-int {
}
.tab-numerico .contenido{
border:0px;
border-top: 1px solid #B7C6C9;
display: block;
float: left;
width: 100%;
background-color: #ffffff;
padding:0px;
padding: 24px 0 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.tab-numerico .interior {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
padding: 0em;
}
.tab-numerico .content-tab {
background-color: #ffffff;
margin: 0;
padding: 0;
}
.tab-numerico .content-tab > div{
display: block;
float: left;
padding-left: 16px;
width: 80%;
}
.tab-numerico .content-tab > div:first-child{
width: 20%;
padding-left: 0px;
}
.tab-numerico .content-tab > div:first-child img{
margin:0px;
width: 100%;
height: auto;
border:1px solid #b7c6c9;
}
a.des_fitxa{
background:url("../img/iconos/descarga_icon.png") no-repeat top right;
padding-right: 20px;
color:#00a9a1;
}
a.des_fitxa:hover{
color:#4B585B;
background:url("../img/iconos/descarga_icon_gris.png") no-repeat top right;
}
.boton_suelto{
display: block;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.box-subscribir{
background-color: #D7F4ED;
color: #00A9A1;
display: block;
margin-bottom: 20px;
padding: 10px 20px;
position: relative;
width: 100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.box-subscribir h5 {
color: #008BA9;
font-family: "aller_lightregular";
font-size: 0.9em;
margin: 0 0 10px;
padding: 0.6em 0 0.4em 1.5em;
position: relative;
}
.box-subscribir h5.premsa:before {
left:0px;
}
.box-subscribir p {
color:#00a9a1;
}
.box-noticia{
padding:15px 0 7px;
display: block;
position: relative;
width: 100%;
overflow: hidden;
border-top: 1px solid #d7f4ed;
border-bottom: 1px solid #d7f4ed;
margin-bottom: 20px;
}
.box-noticia div {
display: block;
float: left;
padding-left: 16px;
width: 75%;
}
.box-noticia div:first-child {
width: 25%;
padding-left:0;
}
.box-noticia div:first-child img {
border: 1px solid #B7C6C9;
height: auto;
margin: 0;
width: 100%;
margin-bottom: 8px;
}
.box-noticia .titulo-azul, .content-tab .titulo-azul{
color:#008BA9;
font-size:1.1em;
}
.tab-video .ver_mas {
margin-top:0px;
}
.tab-video .contenido{
margin-bottom:5px;
}
.tab-video .etabs {
border-bottom: 1px solid #B7C6C9;
width: 100%;
margin-right: 0px;
}
.tab-video .etabs .tab:first-child {
padding-left:0px;
}
.video_container {
display: block;
position: relative;
width: 100%;
margin-bottom: 20px;
}
.video_pie{
margin-top: 20px;
padding-bottom: 6px;
border-bottom:1px solid #d7f4ed;
}
.video_pie p{
margin-bottom: 4px;
}
.video_pie .fecha{
color:#00a9a1;
font-size: 0.95em;
}
.video, .google_map {
position:relative;
width:100%;
height:0;
padding-bottom:56%;
}
.video iframe, .google_map iframe {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.google_map{
margin-bottom: 34px;
}
.row .video_container {
width: 48%;
margin-left: 4%;
float: left;
margin-bottom: 30px;
}
.row .video_container:first-child {
margin-left: 0;
}
.content-img-3, .content-img-2{
display: block;
margin-bottom: 20px;
overflow: hidden;
}
.content-img{
display: block;
position: relative;
float: left;
width: 48%;
margin-left:4%;
}
.content-img:first-child{
margin-left:0%;
}
.content-img img{
width:100%;
height: auto;
}
.content-img .text-img{
display:block;
position:absolute;
padding-bottom: 10px;
width:100%;
bottom:0px;
left:0px;
}
.content-img h6{
color:#ffffff;
opacity:.85;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
font-size:1.2em;
font-family: "aller_lightregular";
padding: 9px 12px 8px;
margin-bottom: 5px;
}
.content-img h6.azul{
background-color: #008ba9;
}
.content-img h6.verde{
background-color: #1abc9c;
}
.content-img h6.amarillo{
background-color: #f1c40f;
}
.content-img h6.naranja{
background-color: #e67e22;
}
.content-img h6.azulito{
background-color: #87d7d3;
}
.content-img p{
margin-bottom: 2px;
}
.content-img .text-img p{
color:#ffffff;
padding:0px 12px;
}
.content-img .list-1 {
margin-bottom: 0px;
}
.content-img .list-1 li{
margin-bottom:0px;
}
.list-1.amarillo li:before {
color: #f1c40f;
}
.list-1.naranja li:before {
color: #e67e22;
}
.list-1.azulito li:before {
color: #87d7d3;
}
.content-img .relative h6{
display:block;
position:absolute;
width:100%;
bottom:0px;
left:0px;
font-size: 0.9em;
margin-bottom: 0px;
}
.content-img .text-img-2{
padding:7px 12px;
}
.content-img-3{
clear: both;
display: table;
position: relative;
width: 100%;
}
.content-img-3 .content-img {
display: table-cell;
margin:0px;
width: 10%;
float: none;
background-color: #edf1f0;
border-left:30px solid #ffffff;
}
.content-img-3 .content-img:first-child{
border-left:0px;
}
.table-basic thead th > div{
border-left: 1px solid #DDEAED;
padding: 5px 0;
height: 100%;
word-wrap: break-word;
}
.resultados-meds thead th > div{
padding-left: 5px;
padding-right: 16px;
}
.table-basic thead th:first-child > div{
border:0;
}
.table-des{
border-bottom: 1px solid #DDEAED;
margin-bottom: 20px;
}
.descarga{
background:url("../img/iconos/descarga_v.png") no-repeat center center;
text-indent:-9999px;
display: block;
height: 21px;
position: relative;
}
.table-des tr th{
font-size:1.1em;
}
.table-des tr td:first-child, .table-des tr th:first-child{
color:#00a9a1;
}
.table-des tr + tr td > div a.descarga, .table-des tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga {
background:url("../img/iconos/descarga_a.png") no-repeat center center;
}
.table-des tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga, .table-des tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr td > div a.descarga {
background:url("../img/iconos/descarga_v.png") no-repeat center center;
}
.descarga:hover{
background:url("../img/iconos/descarga_g.png") no-repeat center center !important;
}
.buscad-content {
display: block;
position: relative;
width: 100%;
height: 100px;
border:2px solid #008a89;
margin-bottom: 20px;
margin-top: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.org_cole p{
color:#5e7074;
}
.box-comision-container {
width: 106%;
margin-left:-6%;
}
.box-comision{
background:url("../img/iconos/comisiones_home_icon.png") no-repeat 8px center;
background-color: #f2f2f2;
border: 1px solid #bfcdc9;
padding: 8px 8px 8px 32px;
margin-left: 6%;
width: 44%;
display: block;
float: left;
position: relative;
margin-bottom: 12px;
}
.box-comision p, .box-junta p{
margin-bottom: 0px;
}
.box-junta{
display: table;
position:relative;
overflow:hidden;
width:100%;
background-color: #f8f8f8;
margin-bottom: 14px;
}
div.fondo_blanco{
background-color: #ffffff;
}
.column-3{
display: table;
margin-bottom: 12px;
margin-left: 4%;
position: relative;
width: 29.33%;
float: left;
}
.box-junta .box-junta-imagen{
display: table-cell;
position: relative;
background-color: #f2f2f2;
width: 30%;
padding:10px;
padding-top: 20px;
padding-bottom: 20px;
}
.box-junta .box-junta-imagen img{
margin:0px;
border:1px solid #e3eaeb;
width: 100%;
height: auto;
}
.box-junta .box-junta-text{
display: table-cell;
position: relative;
width: 70%;
padding-left: 4%;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 16px;
vertical-align: top;
}
.org_cole a.ver_mas{
float:left;
margin:0px;
}
.org_cole .column{
margin-bottom: 20px;
}
.box-column-3{
display:block;
position:relative;
width:104%;
margin-left: -4%;
overflow:hidden;
margin-bottom: 10px;
}
.column-3:nth-child(3n+1){
clear: both;
}
.gp-trab {
background: url("../img/iconos/user_home_icon2.png") no-repeat scroll left center;
padding-left: 42px;
padding-right: 16px;
padding-top: 10px;
}
.gp-otros {
background: url("../img/iconos/otros_icon.png") no-repeat scroll left center;
padding-left: 42px;
padding-right: 16px;
padding-top: 10px;
}
.pres{
margin-left: -2%;
}
.pres .column-3 {
float: none;
margin: 0 auto 12px;
}
.linea-s{
border-top: 1px solid #DAE3E5;
display: block;
margin-bottom: 24px;
position: relative;
}
.column-3 .box-junta-imagen{
padding-top: 10px;
padding-bottom: 10px;
}
.column-3 .box-junta-text{
padding:10px;
}
.paso {
display:block;
position:relative;
overflow:hidden;
width:100%;
margin-bottom: 25px;
background-color: #f4f6f4;
padding:12px 16px 12px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.paso h5 {
font-size: 1.1em;
color:#057087;
font-family: "aller_lightregular";
border-bottom:1px solid #cccccc;
padding-bottom:8px;
margin-bottom: 20px;
}
h5.uno{
border-bottom:1px solid #f1c40f;
}
h5.dos{
border-bottom:1px solid #e67e22;
}
h5.tres{
border-bottom:1px solid #00a9a1;
}
.paso .column{
width:26%;
background-color: #e6e6e6;
height: 100px;
}
.paso .column.no-margin{
width:70%;
background-color: #f4f6f4;
height: auto;
}
.contacto-datos, .formulario-datos{
display: block;
margin-bottom: 20px;
overflow: hidden;
position: relative;
width: 100%;
}
.contacto-datos textarea {
width: 100%;
border:0px;
background-color:#f4f6f4;
color:#919291;
}
.contacto-datos .row, .formulario-datos .row {
overflow: hidden;
}
.contacto-datos .label-red:before, .formulario-datos .label-red:before {
top: 1px;
bottom:inherit;
}
.contacto-datos .confirmar, .formulario-datos .confirmar{
display: block;
float: left;
margin-right: 4%;
padding: 0px 10px 10px 0;
position: relative;
width: 48%;
}
.contacto-datos .confirmar .btn-naranja, .formulario-datos .confirmar .btn-naranja{
display:block;
}
.contacto-datos .box-info, .formulario-datos .box-info {
display: block;
float: left;
}
.correo-farm{
}
.correo-farm .column-form:first-child {
padding-top: 16px;
background-color:#f4f6f4;
}
.formulario-datos .correo-farm input[type=text] {
background-color: #FFFFFF;
border: 1px solid #E9EDEC;
}
.formulario-datos .correo-farm .column-form .column-3 {
margin-left: 2%;
width: 31.33%;
}
.formulario-datos .correo-farm .column-form .column-3:first-child{
text-align: right;
margin-bottom: 16px;
}
.formulario-datos .correo-farm .column-form .column-3 p{
color: #5E7074;
padding-top: 8px;
}
.inform{
background: url("../img/iconos/infor.png") no-repeat scroll left 12px;
padding: 12px 10px 10px 22px;
}
.inform p {
font-size: 0.75em;
}
.boliche-famacia .aviso {
padding-top: 2px;
color:#008ba9;
}
.boliche-famacia .aviso:before {
top: 0px;
}
.boliche-famacia .column-form {
margin-bottom: 12px;
}
.boliche-famacia .column-form p{
color: #5E7074;
font-size: 0.85em;
}
.error {
border: 1px solid #ba3d00 !important;
background-color: #eee3da !important;
}
.errores {
background-color: #ba3d00;
color: #AEB5B7;
font-family: 'aller_lightregular';
font-size: 0.8em;
line-height: 32px;
outline: 0 none;
width: 100%;
color:#ffffff;
height: 32px;
padding-left: 0.5em;
padding-right: 0.5em;
}
.licenciado .med-float {
padding-top: 34px;
}
.licenciado .med-float .label-red{
color:#008ba9;
padding-right: 20px;
}
.licenciado .med-float:first-child {
padding-top: 0px;
}
.sup-float .label-red{
color:#008ba9;
}
.sup-float .aviso{
color:#008ba9;
}
.formulario-peticio .sup-float label {
padding-right: 20px;
}
.formulario-peticio .xxx-small, .formulario-peticio .xxxx-small {
padding-top:17px;
}
.formulario-peticio .xxx-small:first-child{
padding-top:0px;
}
.formulario-peticio .confirmar{
width: 48%;
float:left;
margin-right: 4%;
}
.formulario-peticio .box-info{
width: 48%;
float:left;
display: block;
}
.formulario-peticio .label-red:before{
bottom:inherit;
top:-2px;
}
.video-menu {
overflow: inherit;
padding-bottom: 16px;
width: 100%;
}
.video-menu .relative{
width: 50%;
float: left;
text-align: center;
}
.video-menu input {
float: left;
height: 32px;
line-height: 32px;
margin-left: 5%;
padding: 2px 16px 0;
text-transform: inherit;
width: 30%;
}
.video-menu input:first-child {
margin-left:0px;
}
.video-menu label {
display:block;
position:absolute;
width:70px;
top:8px;
left:10px;
}
.video-menu dl{
padding-left: 70px;
text-align: left;
}
.video-menu .dropdown dd .estilo-2-lista {
width: 100%;
}
.desc-noticia-container{
display: block;
position: relative;
width: 100%;
}
.desc-noticia-container h3 {
margin-top: 0;
padding-right: 110px;
}
.desc-noticia{
display:block;
position:absolute;
width:104px;
bottom:1px;
right:0px;
background-color: #ddeaed;
padding:6px;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-ms-border-radius: 10px 10px 0 0;
-o-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
.desc-noticia a {
display: block;
float: left;
height: 20px;
position: relative;
text-indent: -9999px;
width: 28px;
}
.desc-noticia a.not-imprimible{
background: url("../img/iconos/imprimir.png") no-repeat scroll left top;
}
.desc-noticia a.not-documento{
background: url("../img/iconos/ficha_icono.png") no-repeat scroll left top;
}
.desc-noticia a.not-descarga{
background: url("../img/iconos/descargar_icono.png") no-repeat scroll left top;
}
.desc-noticia a.not-imprimible:hover{
background: url("../img/iconos/imprimir_hover.png") no-repeat scroll left top;
}
.desc-noticia a.not-documento:hover{
background: url("../img/iconos/ficha_icono_hover.png") no-repeat scroll left top;
}
.desc-noticia a.not-descarga:hover{
background: url("../img/iconos/descargar_icono_hover.png") no-repeat scroll left top;
}
.coment-noti{
border-bottom: 1px solid #DBE2E4;
border-top: 1px solid #DBE2E4;
padding: 16px 16px 16px 40px;
width: 100%;
margin-bottom: 30px;
}
.coment-noti:before{
left: 14px;
top: 14px;
}
.coment-noti .post{
margin-bottom: 0px;
}
.coment-noti .post h3{
margin-bottom: 0px;
}
.img-noticias{
margin:0px 10px 10px;
max-width: 100%;
height: auto;
}
.right.img-noticias{
margin-right: 0px;
}
.left.img-noticias{
margin-right: 0px;
}
.formulario-peticio input[type="text"], .renove-datos input[type="text"], .contacto-datos input[type=text], .formulario-datos input[type=text] {
background-color: #f4f6f4;
border:1px solid #f4f6f4;
color:#919291;
}
.formulario-peticio .label-red:before {
background-color: #f4f6f4;
border:1px solid #e9e7e7;
}
.formulario-peticio input[type=checkbox]:checked + .label-red:before {
background-color: #f4f6f4;
border:1px solid #f4f6f4;
}
.formulario-peticio .aviso:before {
background-color: #fafbfa;
border:1px solid #e9e8e8;
}
.formulario-peticio .dropdown dt a, .formulario-peticio .dropdown dt .estilo-2 {
background-color: #f4f6f4;
border:1px solid #f4f6f4;
color:#919291;
}
.formulario-peticio .dropdown dd ul, .formulario-peticio .dropdown dd .estilo-2-lista {
background-color: #F9FAF9;
border: 1px solid #F9FAF9;
color:#919291;
}
.sin-over{
overflow: inherit;
}
| 0.220175 | 0.043023 |
body {
margin: 0;
padding: 0;
font-family: Tahoma, sans-serif;
background: #dddddd;
}
.App {
text-align: center;
display: grid;
align-items: center;
justify-content: center;
}
.Nav {
color: white;
min-width: 100vw;
height: 10vh;
font-size: 2em;
background: #ce6088;
display: flex;
justify-content: center;
align-items: center;
margin: 0 0 20px 0;
padding: 0 0 5px 0;
}
.Container {
margin: 0 10vw 10px 10vw;
display: flex;
justify-content: center;
}
.Container input {
font-size: 1rem;
width: 100%;
border: 2px solid #ce6088;
border-radius: 0;
padding: 0 10px;
color: #067183;
transition-duration: 0.4s;
}
.Container input:focus {
outline: none;
background: #067182;
color: white;
}
.Container input:focus::placeholder{
color: white;
opacity: 0.8;
}
#listContainer {
margin: 0 10vw;
text-align: left;
display: grid;
align-items: center;
}
#listContainer ul {
margin: 0;
padding: 0;
display: grid;
align-items: center;
}
.icon{
margin: 20vh;
display: grid;
opacity: 0.6;
align-items: center;
justify-content: center;
}
.taskContainer{
margin: 5px 0;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 0px;
background: #067183;
color: white;
font-weight: 500;
font-size: 1rem;
}
.taskContainerFront{
margin: 5px 0;
display: flex;
justify-content: baseline;
align-items: flex-end;
}
hr {
width: 20px;
height: 1vh;
border: none;
border-radius: 3px;
margin-right: 10px;
margin-left: -20px;
background-color: #dddddd;
}
.task{
list-style-type: none;
}
.newbtn{
border: none;
color: white;
margin-left: auto;
margin-right: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
width: 2rem;
height: 2rem;
font-size: 1.2rem;
background-color: #ce6088;
border-radius: 50%;
transition-duration: 0.4s;
outline: none;
}
.btn2 {
margin-left: -1px;
font-size: 2rem;
border-radius: 0px;
font-size: 1rem;
outline: none;
}
.newbtn:hover {
background-color: white;
color: #067183;
}
.btn2:hover {
background-color: #067183;
color: white;
}
|
todolist-client/src/App.css
|
body {
margin: 0;
padding: 0;
font-family: Tahoma, sans-serif;
background: #dddddd;
}
.App {
text-align: center;
display: grid;
align-items: center;
justify-content: center;
}
.Nav {
color: white;
min-width: 100vw;
height: 10vh;
font-size: 2em;
background: #ce6088;
display: flex;
justify-content: center;
align-items: center;
margin: 0 0 20px 0;
padding: 0 0 5px 0;
}
.Container {
margin: 0 10vw 10px 10vw;
display: flex;
justify-content: center;
}
.Container input {
font-size: 1rem;
width: 100%;
border: 2px solid #ce6088;
border-radius: 0;
padding: 0 10px;
color: #067183;
transition-duration: 0.4s;
}
.Container input:focus {
outline: none;
background: #067182;
color: white;
}
.Container input:focus::placeholder{
color: white;
opacity: 0.8;
}
#listContainer {
margin: 0 10vw;
text-align: left;
display: grid;
align-items: center;
}
#listContainer ul {
margin: 0;
padding: 0;
display: grid;
align-items: center;
}
.icon{
margin: 20vh;
display: grid;
opacity: 0.6;
align-items: center;
justify-content: center;
}
.taskContainer{
margin: 5px 0;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 0px;
background: #067183;
color: white;
font-weight: 500;
font-size: 1rem;
}
.taskContainerFront{
margin: 5px 0;
display: flex;
justify-content: baseline;
align-items: flex-end;
}
hr {
width: 20px;
height: 1vh;
border: none;
border-radius: 3px;
margin-right: 10px;
margin-left: -20px;
background-color: #dddddd;
}
.task{
list-style-type: none;
}
.newbtn{
border: none;
color: white;
margin-left: auto;
margin-right: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
width: 2rem;
height: 2rem;
font-size: 1.2rem;
background-color: #ce6088;
border-radius: 50%;
transition-duration: 0.4s;
outline: none;
}
.btn2 {
margin-left: -1px;
font-size: 2rem;
border-radius: 0px;
font-size: 1rem;
outline: none;
}
.newbtn:hover {
background-color: white;
color: #067183;
}
.btn2:hover {
background-color: #067183;
color: white;
}
| 0.463201 | 0.090655 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
ul {
list-style: none;
padding: 0;
}
p {
font-size: 15px;
font-weight: 400;
color: #9c9c9c;
}
a,
button {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
a:hover,
button:hover {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-decoration: none;
}
.bold {
font-weight: 700 !important;
}
.padding-0 {
padding: 0;
}
header {
background:#fffdfdb3;
height: auto;
position: fixed;
top: 0px;
width: 100%;
z-index: 1000;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/*
-webkit-box-shadow: 0px -2px 5px 0px rgb(87, 87, 87);
box-shadow: 0px -2px 5px 0px rgb(87, 87, 87);
*/
}
.nav-hide {
top: -350px;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
/* Info-bar */
.info-bar {
background-color: transparent;
}
.info-cnt-area {
padding: 11px 0px 0px;
}
.info-bar .social {
float: left;
margin-bottom: 0;
padding-top: 10px;
}
.info-bar .social li {
display: inline-block;
padding: 0 10px;
}
.info-bar ul li a {
cursor: pointer;
color: rgb(132, 132, 132);
font-size: 15px;
text-decoration: none;
font-weight: 700;
}
.info-bar .social li a span {
color: #fbca08;;
}
.info-details {
float: left;
}
.info-bar .info-details li {
display: inline-block;
padding: 0 5px;
margin-left: 35px;
text-decoration: none;
}
.info-details span {
color: rgb(132, 132, 132) !important;
text-decoration: none;
}
.info-bar ul li a:hover {
color: #fbca08;;
}
/* Navigation */
#main-menu {
padding: 0px;
}
#main-menu.navbar-default {
background-color: transparent;
border-color: rgba(231, 231, 231, 0);
}
#main-menu.navbar-default .navbar-nav > li > a {
text-transform: uppercase;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: 700;
border-radius: 20px;
color: black;
}
#main-menu .nav-area li a:hover {
color: rgb(73, 73, 73) !important;
background-color: #a9cf57;
}
#main-menu .nav-area li .active {
color: rgb(73, 73, 73) !important;
background-color: #fbca08;;
}
.navbar-nav > li {
padding: 0 0 0 1px;
}
.navbar-nav > li > a {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
color: RGB(255, 255, 255) !important;
background-color: rgb(27, 46, 90);
}
.navbar-default .navbar-toggle {
border-color: rgb(42, 226, 209);
border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: rgb(42, 226, 210);
}
.navbar-default .navbar-toggle:hover > .icon-bar {
background-color: rgb(59, 51, 51);
}
/* Additional css */
.nav-area {
margin-top: 25px;
}
.navbar {
border-radius: 0px !important;
}
.navbar {
margin-bottom: 4px !important;
margin-top: 0px;
}
.logo-container {
position: relative;
}
.logo-container {
width: 165px;
height: auto;
margin-bottom: 10px;
}
.logo-container h1 {
margin: 0;
}
.logo {
width: 100%;
}
@media screen and (max-width:1200px) {
.navbar-header {
float: none;
}
.navbar-left,
.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav > li {
float: none;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in {
display: block !important;
}
.navbar {
margin-bottom: 0px !important;
}
.navbar-toggle {
margin-top: 14px;
}
.nav-area {
margin-top: 0px;
}
.navbar-nav > li {
background: rgb(255, 255, 255);
height: 48px;
padding-top: 12px;
}
#main-menu.navbar-default .navbar-nav > li > a {
color: rgb(0, 0, 0);
}
#main-menu.nav-area li a:hover {
color: rgb(255, 255, 255) !important;
background-color: rgb(36, 62, 123);
}
.navbar-default .navbar-nav > .active::after {
display: none;
}
#main-menu.navbar-default .navbar-nav > li > a {
border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: rgb(63, 234, 213) !important;
border: 1px solid rgb(64, 234, 213);
}
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: rgb(11, 11, 11);
}
.navbar-nav {
margin: 0px -15px;
}
nav ul .nav-hide {
position: absolute;
top: 42px;
z-index: 1000;
background: rgb(200, 200, 200);
width: 50%;
}
nav ul .nav-hide li {
width: 100%;
}
.info-bar {
display: none;
}
}
/* home page */
.home-banner {
min-height: 580px;
background-image: url(../images/home-banner-bg.png);
background-repeat: no-repeat;
background-size: cover;
}
.banner-content-holder {
position: relative;
display: inline-block;
width: 100%;
padding: 15% 0 0;
min-height: 580px;
}
.banner-content-holder h1 {
font-size: 50px;
font-weight: 900;
color: #fff;
padding-left: 30px;
}
.banner-content-holder h1 span {
font-weight: 100;
}
.slice-image {
position: absolute;
right: 0;
bottom: 0;
width: 280px;
}
.features-list {
display: inline-block;
padding: 40px 0;
}
.features-list li {
position: relative;
margin-bottom: 45px;
display: inline-block;
}
.features-list li img {
float: left;
}
.features-list li span {
margin-top: 14px;
font-size: 15px;
color: #fff;
display: inline-block;
width: 65%;
}
@media screen and (max-width:1200px) {
.features-list li span {
width: 65%;
min-height: 100px;
}
}
@media screen and (max-width:768px) {
.banner-content-holder {
padding: 30% 0 100px;
}
.banner-content-holder h1 {
font-size: 28px;
}
.features-list li {
margin-bottom: 25px;
width: 100%;
text-align: center;
}
.features-list li img {
float: none;
}
.features-list li span {
width: 100%;
min-height: 0;
}
.slice-image {
width: 115px;
}
}
.intro {
display: inline-block;
width: 100%;
background-color: #fbca08;;
background-image: url(../images/fraction.png);
background-position: right;
background-repeat: repeat-y;
background-size: 50%;
}
.intro-content {
padding: 25px 40px 0 0;
text-align: center;
}
.intro-content h2 {
font-size: 40px;
font-weight: 100;
color: #000;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
.intro-content h2:after {
position: absolute;
content: "";
width: 70px;
height: 2px;
background-color: #000;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%);
transform: translate(-50%)
}
.intro p {
color: #000;
}
@media screen and (max-width:768px) {
.intro {
background-size: 100%;
}
.intro-content {
padding: 20px 0 0 0;
}
}
.porfile {
background-image: url(../images/wrapper-second.jpg);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
width: 100%;
padding: 45px 0 85px;
}
.porfile-content {
padding: 25px 15px;
text-align: center;
}
.porfile-content img {
display: inline-block;
}
.porfile-content h3 {
font-weight: 700;
font-size: 20px;
}
.porfile-content p {
font-weight: 300;
color: #5d5d5d;
padding: 20px 0;
font-size: 16px;
}
.btn-read-more {
border: 1px solid #fbca08;;
background-color: #fbca08;;
color: #000;
padding: 5px 20px;
}
.btn-read-more:hover {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(255, 255, 255);
}
.featured-videos {
display: inline-block;
padding: 55px 0;
width: 100%;
}
.featured-videos h2 {
font-size: 50px;
font-weight: 100;
color: #141413;
text-align: center;
margin: 40px 0 50px;
}
.featured-videos h2 span {
font-weight: 700;
color: #fbca08;;
}
.alblums li {
display: inline-block;
}
.videoTitle {
float: left;
width: 100%;
border: 0;
padding: 0;
}
.videoTitle img {
width: 100%;
}
.play-btn {
font-size: 48px;
position: absolute;
top: 50%;
left: 50%;
color: rgb(0, 0, 0);
-webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(-50%, -50%);
transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(-50%, -50%);
}
.play-btn:hover {
color: #20e9ce;
}
.alblums li a {
border: 0;
text-align: center;
color: rgb(0, 0, 0);
font-size: 20px;
}
@media screen and (max-width:768px) {
.featured-videos h2 {
font-size: 22px;
margin: 15px 0 50px;
}
}
.placementcell-intro {
background-color: rgb(242, 242, 242);
display: inline-block;
padding: 10% 0;
width: 100%;
background-image: url(../images/tab.jpg);
background-position: left;
background-size: 45%;
background-repeat: no-repeat;
}
.placementcell-intro h2 {
font-weight: 100;
text-transform: uppercase;
font-size: 40px;
padding-bottom: 30px;
margin-bottom: 30px;
position: relative;
}
.placementcell-intro h2::after {
position: absolute;
content: "";
width: 70px;
height: 2px;
background-color: rgb(0, 0, 0);
left: 0;
bottom: 0;
}
.placementcell-intro p {
color: rgb(0, 0, 0);
}
@media screen and (min-width:1400px) {
.placementcell-intro {
width: 1170px;
display: inherit;
margin: auto;
}
}
@media screen and (max-width:768px) {
.placementcell-intro {
background-size: 0;
}
.placementcell-intro h2 {
font-size: 28px;
}
}
/* Inner page styles */
.inner-banner {
min-height: 430px;
background-size: cover;
position: relative;
}
.banner-content {
text-align: center;
margin-top: 18%;
}
.banner-content h1 {
font-size: 40px;
font-weight: 100;
color: #262b2d;
text-transform: uppercase;
letter-spacing: normal;
position: relative;
padding-bottom: 25px;
margin-bottom: 20px;
}
.banner-content h1:after {
position: absolute;
left: 50%;
content: '';
width: 120px;
height: 2px;
background-color: #000;
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%)
}
.banner-content p {
font-size: 15px;
font-weight: 400;
color: #121212;
}
@media screen and (max-width:768px) {
.banner-content h1 {
font-size: 30px;
}
.banner-content {
margin-top: 120px;
}
}
/* Tabs */
.tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs li a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: rgb(74, 74, 74);
font-size: 15px;
font-size: 15px;
padding: 0px 10px;
}
.tabs a:hover,
.tabs a.active {
background-color: #ddd;
}
.tabgroup div {
padding: 30px;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.tabs li:nth-child(odd) a {
background-color: #fbca08;
}
.tabs li:nth-child(even) a {
background-color: #fcd703;
}
.tabs a .first {
font-size: 55px;
font-weight: 700;
float: left;
color: #fff;
}
.tabs a .second {
float: left;
padding: 15px 0px 0px 5px;
width: 75%;
font-size: 14px;
}
.tabgroup h2 {
text-align: center;
font-weight: 100;
font-size: 40px;
position: relative;
padding-bottom: 25px;
margin-bottom: 30px;
}
.tabgroup h2:after {
position: absolute;
left: 50%;
content: '';
width: 80px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.tabgroup h5 {
text-align: center;
font-size: 15px;
}
@media screen and (max-width:768px) {
.tabgroup div {
padding: 0;
}
.tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: auto;
}
.tabgroup h2 {
font-size: 28px;
}
}
/* about us */
.trainer-intro {
display: inline-block;
padding: 40px 0 6%;
width: 100%;
background-color: #e0e0e0;
background-image: url(../images/trainer.png);
background-position: left 125px;
background-size: 45%;
background-repeat: no-repeat;
}
.trainer-intro h2 {
position: relative;
font-weight: 100;
font-size: 40px;
text-align: center;
}
.abt-trainer {
padding-top: 75px;
}
.abt-trainer h3 {
font-size: 25px;
color: #000;
font-weight: 700;
}
.abt-trainer p {
font-size: 16px;
color: rgb(84, 84, 84);
line-height: 27px;
}
.qulifications {
padding: 55px 0;
display: inline-block;
width: 100%;
}
.qulifications h3 {
padding-left: 15px;
}
.qulifications .list-1 {
margin: 35px 0;
}
.qulifications .list-1 li {
display: inline-block;
padding-bottom: 15px;
padding-left: 35px;
position: relative;
font-size: 16px;
width: 100%;
}
.qulifications .list-1 li:before {
font-family: 'FontAwesome';
content: '\f10c';
position: absolute;
color: #fbca08;;
font-size: 20px;
left: 0;
}
.qulifications img {
padding-top: 75px;
}
/* testimonials */
.testimonials {
display: inline-block;
position: relative;
padding: 55px 0 75px;
width: 100%;
background-color: #f2f2f2;
}
.testimonials h3 {
font-weight: 100;
text-transform: uppercase;
font-size: 40px;
text-align: center;
position: relative;
padding-bottom: 15px;
margin-bottom: 45px;
}
.testimonials h3:after {
position: absolute;
left: 50%;
content: '';
width: 80px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.slider {
margin: 0 auto;
max-width: 940px;
}
.slide_viewer {
height: 340px;
overflow: hidden;
position: relative;
}
.slide_group {
height: 100%;
position: relative;
width: 100%;
text-align: center;
}
.slide {
display: none;
height: 100%;
position: absolute;
width: 100%;
}
.slide:first-child {
display: block;
}
.slide_buttons {
left: 0;
position: absolute;
right: 0;
text-align: center;
}
a.slide_btn {
color: #474544;
font-size: 42px;
width: 25px;
height: 8px;
background-color: rgb(14, 14, 14);
display: inline-block;
margin: 0 5px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.slide_btn.active,
.slide_btn:hover {
background-color: #fbca08!important;
cursor: pointer;
}
.directional_nav {
height: 340px;
margin: 0 auto;
max-width: 940px;
position: relative;
top: -340px;
}
.previous_btn {
bottom: 0;
left: 100px;
margin: auto;
position: absolute;
top: 0;
}
.next_btn {
bottom: 0;
margin: auto;
position: absolute;
right: 100px;
top: 0;
}
.previous_btn,
.next_btn {
cursor: pointer;
height: 65px;
opacity: 0.5;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
width: 65px;
}
.previous_btn:hover,
.next_btn:hover {
opacity: 1;
}
@media only screen and (max-width: 768px) {
.qulifications .list-1 li {
font-size: 15px;
}
.trainer-intro h2 {
font-size: 28px;
}
.abt-trainer {
padding-top: 100%;
}
.trainer-intro {
background-size: 100%;
}
}
/* career */
.career-banner {
background-image: url(../images/inner-pages/career-banner-bg.png);
}
.career-posts {
display: inline-block;
width: 100%;
padding: 50px 0;
}
.post-content {
display: inline-block;
padding: 20px 15px;
border: 1px solid rgb(211, 211, 211);
margin-bottom: 40px;
}
.post-content h4 {
color: rgb(0, 0, 0);
font-weight: 300;
font-size: 25px;
margin-bottom: 20px;
}
.post-content p {
color: #878787;
font-size: 15px;
}
.btn-apply-now {
background-color: rgb(54, 229, 209);
padding: 7px 15px;
border-radius: 20px;
text-align: center;
margin-top: 55px;
border: 1px solid rgb(54, 229, 209);
}
.btn-apply-now:hover {
border: 1px solid rgb(54, 229, 209);
color: rgb(54, 229, 209);
background-color: transparent;
}
/* store */
.stores {
display: inline-block;
width: 100%;
padding: 55px 0;
}
.store-items {
text-align: center;
border: 1px solid rgb(224, 224, 224);
padding: 25px;
display: inline-block;
width: 250px;
height: 360px;
}
.store-items p {
color: #000;
text-align: left;
font-weight: 700;
margin: 10px 0;
}
.store-items button {
border: 1px solid #fbca08;;
background-color: #fff;
padding: 5px 15px;
border-radius: 15px;
float: left;
}
.store-items button:hover {
background-color: #fbca08;;
}
.store-items .price {
float: right;
font-weight: 700;
font-size: 20px;
}
.buynow-form .form-submit-btn {
margin: 0 !important;
}
.results {
pointer-events: none;
border: none;
font-size: 18px;
font-weight: 700;
}
/* conatct us */
.contact {
display: inline-block;
width: 100%;
padding: 55px 0;
}
.map-container {
text-align: center;
}
.map-container h2 {
font-weight: 100;
font-size: 40px;
padding-left: 15px;
margin: 40px 0;
padding-bottom: 15px;
position: relative;
text-transform: uppercase;
}
.map-container h2:after {
position: absolute;
left: 50%;
content: '';
width: 60px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.contact h2 {
font-weight: 100;
font-size: 40px;
padding-left: 15px;
margin: 40px 0;
padding-bottom: 15px;
position: relative;
}
#map-canvas {
width: 100%;
height: 400px;
margin: 50px auto;
}
.contact h2:after {
position: absolute;
left: 15px;
content: '';
width: 60px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
}
.contact .form-style .form-control {
color: rgb(40, 39, 39);
border-color: rgb(0, 0, 0);
}
.contact .form-style textarea {
height: auto;
}
.contact .form-style .form-submit-btn {
float: left;
}
.conatct-address ul {
padding-left: 16px;
}
.conatct-address ul li {
display: inline-block;
width: 100%;
}
.conatct-address ul li h3 {
font-size: 15px;
color: #000;
font-weight: 700;
margin-top: 0;
}
.conatct-address ul li a,
.conatct-address ul li {
color: #000;
}
.conatct-address ul .title {
margin: 20px 0 10px;
}
/* pop up and properties */
.contact-container {
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#submit {
color: #fff !important;
border-color: #fff !important
}
.cd-popup {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(8, 8, 9, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s;
overflow-y: auto;
z-index: 10000;
}
.cd-popup.is-visible {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
overflow-x: hidden;
border: none;
position: relative;
width: 100% !important;
max-width: 100% !important;
margin-left: auto;
margin-right: auto;
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
/* Force Hardware Acceleration in WebKit */
-webkit-backface-visibility: hidden;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.cd-popup-container .cd-popup-close {
position: absolute;
top: 0;
right: 0px;
width: 50px;
height: 50px;
background-color: rgb(54, 229, 209);
text-align: center;
line-height: 50px;
font-size: 22px;
color: #000;
}
.cd-popup-container .cd-popup-close::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 8px;
}
.cd-popup-container .cd-popup-close::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 8px;
}
.is-visible .cd-popup-container {
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
.cd-popup-container {
margin: 0 auto;
}
}
.popup-block {
background: rgb(255, 255, 255) !important;
height: auto;
margin: 100px auto;
max-width: 90%;
overflow: hidden !important;
width: 90%;
padding: 0;
-webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
}
.cd-popup-inner-container {
padding: 30px 35px;
display: inline-block;
}
.cd-popup-header {
background-color: rgb(242, 240, 240);
padding: 9px 0;
margin-bottom: 30px;
}
@media (max-width: 768px) {
.popup-block {
margin: 0;
padding-top: 1em;
width: 100% !important;
max-width: 100% !important;
border-radius: 0px;
-webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
}
.cd-popup-container .cd-popup-close {
position: absolute;
top: 2px;
right: 15px;
}
}
.overflow-stop {
overflow: hidden !important;
}
.overflow-active {
overflow: visible !important;
}
/* career popup */
.job-discriptions h3 {
font-weight: 700;
color: rgb(90, 90, 90);
font-size: 20px;
margin-bottom: 25px;
}
.job-discriptions h5 {
margin: 20px 0;
font-size: 15px;
}
.skills-list {
display: inline-block;
padding-left: 0px;
}
.skills-list li {
padding-left: 30px;
margin-bottom: 15px;
display: inline-block;
position: relative;
width: 100%;
}
.skills-list li:before {
content: "\f00c";
font-family: 'FontAwesome';
position: absolute;
left: 0;
font-size: 18px;
color: #fbca08;
}
.form-styleh2 {
font-size: 40px;
font-weight: 100;
margin-bottom: 15px;
padding-left: 15px;
}
.form-style .form-control {
display: block;
width: 100%;
height: 55px;
padding: 5px 15px;
font-size: 16px;
line-height: 1.42857143;
color: rgb(40, 39, 39);
background-color: rgb(255, 255, 255);
background-image: none;
border: 1px solid #dbdbdb;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-group {
margin-bottom: 25px;
display: inline-block;
width: 100%;
}
/* place holderstyles */
.form-group .placeholder-style[type="text"]::-webkit-input-placeholder,
.form-group .placeholder-style[type="email"]::-webkit-input-placeholder,
.textarea.placeholder-style::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgb(51, 51, 51);
font-size: 15px;
font-weight: 300;
}
.form-group .placeholder-style[type="text"]::-moz-placeholder,
.form-group .placeholder-style[type="email"]::-moz-placeholder,
textarea.placeholder-style::-moz-placeholder {
/* Firefox 19+ */
color: rgb(51, 51, 51);
font-size: 15px;
font-weight: 300;
}
.form-group .placeholder-style[type="text"]:-ms-input-placeholder,
.form-group .placeholder-style[type="email"]:-ms-input-placeholder,
textarea.placeholder-style::-ms-input-placeholder {
/* IE 10+ */
color: rgb(51, 51, 51);
font-size: 15px;
font-weight: 300;
}
.form-style .form-control {
color: rgb(40, 39, 39);
background-color: rgba(255, 255, 255, 0);
background-image: none;
border-color: #d5d5d5;
}
.form-control:focus {
border-color: rgb(11, 11, 11);
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.submit-btn {
background-color: rgb(232, 52, 54);
color: rgb(255, 255, 255);
border: none;
padding: 5px 35px;
border: 1px solid rgb(232, 52, 54);
display: inline-block;
font-weight: 500;
text-transform: uppercase;
font-size: 15px;
border-radius: 2px;
}
.submit-btn:hover {
background-color: transparent;
color: rgb(232, 52, 54);
border: 1px solid rgb(232, 52, 54);
}
.select-holder-1 .custom-dropdown {
position: relative;
display: inline-block;
vertical-align: middle;
float: left;
width: 100%;
}
.select-holder-1 {
float: left;
width: 100%;
margin-bottom: 30px;
}
.select-holder-1 .custom-dropdown select {
border: 1px solid rgb(219, 219, 219) !important;
}
.selections {
padding: 0px 15px 35px;
float: left;
width: 100%;
}
/* Custom dropdown */
.custom-dropdown {
position: relative;
display: inline-block;
vertical-align: middle;
float: left;
min-width: 240px;
width: 100%;
}
.custom-dropdown select {
width: 100%;
background-color: none;
color: rgb(36, 29, 29);
font-size: inherit;
padding: .5em;
padding-right: 2.5em;
border: 0;
margin: 0;
border-radius: 0;
text-indent: 0.01px;
text-overflow: '';
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid rgb(216, 216, 216);
height: 55px;
}
.custom-dropdown::before,
.custom-dropdown::after {
content: "";
position: absolute;
pointer-events: none;
}
.custom-dropdown::after {
/* Custom dropdown arrow */
content: "\25BC";
height: 1em;
font-size: .625em;
line-height: 1;
right: 1.2em;
top: 50%;
margin-top: -.5em;
}
.custom-dropdown::before {
/* Custom dropdown arrow cover */
width: 2em;
right: 0;
top: 0;
bottom: 0;
border-radius: 0;
}
.custom-dropdown select[disabled] {
color: rgba(0, 0, 0, .3);
}
.custom-dropdown select[disabled]::after {
color: rgba(0, 0, 0, .1);
}
.custom-dropdown::before {
background-color: rgb(54, 229, 209);
border: 1px solid rgb(54, 229, 209);
}
.custom-dropdown::after {
color: rgb(255, 255, 255);
}
.selections-left {
float: left;
text-align: left;
}
.selections-right {
float: right;
text-align: left;
}
.selections-right select {
padding-right: 100px;
}
.browse-wrap {
top: 0;
left: 0;
margin: 0;
cursor: pointer;
overflow: hidden;
padding: 0 8px;
text-align: center;
position: relative;
background-color: rgb(54, 229, 209);
float: right;
bottom: 0;
min-height: 55px;
line-height: 55px;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 20px 0;
border: 1px solid rgb(212, 212, 212);
min-height: 50px;
width: 100%;
}
.fileUpload .title {
color: rgb(247, 249, 251);
font-size: 15px;
display: inline-block;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
height: 100%;
width: 100%;
}
.uploadfile {
float: left;
background-color: rgb(182, 0, 37);
color: rgb(249, 248, 248);
padding: 8px 37px;
margin: 0;
width: 40%;
margin-right: 15px;
text-align: center;
}
.valid {
color: rgb(172, 161, 159);
margin-top: 7px;
float: left;
}
.file {
visibility: hidden;
position: absolute;
}
span.upload-path {
margin: 0 13px;
display: block;
float: left;
line-height: 55px;
max-width: 150px;
overflow: hidden;
max-height: 55px;
}
.form-submit-btn {
width: 100%;
background-color: rgb(0, 0, 0);
border: 1px solid #000;
text-align: center;
width: 50%;
float: right;
margin: 25px 0 0;
height: 55px;
color: #fff;
font-size: 17px;
text-transform: uppercase;
}
.form-submit-btn:hover {
background-color: transparent;
color: rgb(0, 0, 0);
}
@media (max-width:768px) {
.selections-right {
float: left;
}
.career-frm-cnr {
padding-left: 0px;
}
}
/* services */
.services {
display: inline-block;
width: 100%;
padding: 50px 0;
background-color: #f4f5f9;
}
.services-content {
display: inline-block;
width: 100%;
padding: 20px;
margin-bottom: 45px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.services-content:hover {
background-color: #fff;
cursor: pointer;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.services-content img {
width: 71px;
height: 71px;
margin-bottom: 25px;
}
.services-content h3 {
font-size: 20px;
font-weight: 400;
color: #6f6f6f;
text-transform: uppercase;
}
.services-content p {
color: #6f6f6f;
margin: 15px 0;
}
.services-content .linlk-1 {
color: #fbca08;;
font-size: 15px;
}
/* events */
.events {
display: inline-block;
padding: 50px 0;
width: 100%;
background-color: #f4f5f9;
}
.event-item {
position: relative;
display: inline-block;
background-color: #fff;
padding: 15px;
margin-bottom: 40px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.event-item:hover {
cursor: pointer;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.46);
box-shadow: 0 7px 12px rgba(0, 0, 0, 0.46);
}
.event-thumb img {
width: 100%;
}
.events-contents {
text-align: center;
}
.events-contents h3 {
font-size: 20px;
margin-top: 0;
}
.events-contents p {
font-weight: 300;
font-size: 16px;
color: #949494;
}
.event-item .info {
border-top: 1px solid aqua;
padding: 15px;
}
.info span {
font-weight: 700;
color: #b9b9b9;
}
.info .location {
float: right;
position: relative;
padding-left: 20px;
}
.info .location:before {
content: "\f041";
font-family: 'FontAwesome';
left: 0;
position: absolute;
color: #fbca08;;
}
.more {
width: 80px;
height: 80px;
background-color: rgb(10, 234, 207);
border-radius: 50%;
display: inline-block;
line-height: 80px;
text-align: center;
color: rgb(255, 255, 255);
position: absolute;
bottom: 25px;
left: 50%;
/* FF3.5+ */
-webkit-transform: translate(-50%, 65px);
transform: translate(-50%, 65px);
opacity: 0;
}
.event-item:hover .more {
opacity: 1;
-webkit-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
}
/* popup*/
.event-brief ul li .span1 {
position: relative;
width: 35%;
display: inline-block;
font-weight: 700;
}
.event-brief ul li .span1:after {
position: absolute;
content: ':';
right: 25px;
}
.event-brief ul li .span2 {
color: #9c9c9c;
font-weight: 300;
}
/* Video player container*/
.video-player-block {
display: block;
}
.vid-container {
position: relative;
padding-bottom: 52%;
padding-top: 30px;
height: 0;
}
.vid-container iframe {
padding: 0;
margin: 0;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
position: absolute;
top: 0;
height: 100%;
left: 0;
width: 100%;
}
/* Videos playlist */
.vid-list-container {
width: 100%;
overflow: hidden;
margin-top: 20px;
margin-left: 0;
padding-bottom: 20px;
}
.vid-list {
width: 1344px;
position: relative;
top: 0;
left: 0;
}
.vid-item {
display: block;
width: 148px;
height: 100px;
float: left;
margin: 0;
padding: 10px;
}
.thumb {
/*position: relative;*/
overflow: hidden;
height: 84px;
}
.thumb img {
width: 100%;
position: relative;
top: -13px;
}
.vid-item .desc {
color: #21A1D2;
font-size: 15px;
margin-top: 5px;
}
.vid-item:hover {
background: #eee;
cursor: pointer;
}
.arrows {
position: relative;
width: 100%;
}
.arrow-left {
color: rgb(255, 255, 255);
position: absolute;
background: rgba(0, 0, 0, 0.22);
padding: 7px;
left: -11px;
top: -95px;
z-index: 99;
cursor: pointer;
}
.arrow-right {
color: #fff;
position: absolute;
background: rgba(0, 0, 0, 0.22);
padding: 7px;
right: -11px;
top: -95px;
z-index: 100;
cursor: pointer;
}
.arrow-left:hover {
background: #CC181E;
}
.arrow-right:hover {
background: #CC181E;
}
@media (max-width: 624px) {
.caption {
margin-top: 40px;
}
.vid-list-container {
padding-bottom: 20px;
}
/* reposition left/right arrows */
.arrows {
position: relative;
margin: 0 auto;
width: 96px;
}
.arrow-left {
left: 0;
top: -17px;
}
.arrow-right {
right: 0;
top: -17px;
}
}
/* footer */
.page-footer {
background-color: #181818;
display: inline-block;
width: 100%;
padding: 55px 0 0;
}
.chat {
overflow: hidden;
height: 40px;
margin: 0 auto;
position: relative;
display: inline-block;
}
.chat input {
background: transparent;
width: 100%;
border-radius: 0px;
border: none;
height: 40px;
color: rgb(255, 255, 255);
padding: 10px 0 10px 10px;
outline: none;
-webkit-transition: border 0.2s ease;
transition: border 0.2s ease;
border: 1px solid rgb(143, 143, 143);
}
.chat input:focus + button {
background-color: #fbca08;
}
.chat button {
position: absolute;
z-index: 999;
right: 0px;
top: 0px;
height: 40px;
border: none;
background-color: #fbca08;
-webkit-transition: background-color 0.3s ease, width 0.3s ease;
transition: background-color 0.3s ease, width 0.3s ease;
color: white;
padding: 0;
margin: 0;
text-transform: uppercase;
width: 110px;
text-align: center;
cursor: pointer;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.chat button:hover {
width: 130px;
}
.social-connect {
float: right;
}
.social-connect li {
display: inline-block;
padding: 0 15px;
}
.social-connect li a {
display: inline-block;
color: #fff;
font-size: 20px;
}
.social-connect li a:hover {
color: #fbca08;
}
.top-row {
border-bottom: 1px solid #fff;
padding-bottom: 50px;
color: #efefef;
}
.top-row,
.bottom-row {
display: inline-block;
width: 100%;
margin-bottom: 35px;
}
.bottom-row img {
margin-bottom: 40px;
}
.bottom-row h4 {
margin: 50px 0;
}
.quick-links li {
margin-bottom: 10px;
}
.address li {
display: inline-block;
}
.address li span,
.address li {
width: 100%;
display: inline-block;
}
.address li span {
margin-bottom: 10px;
}
.bottom-row h4 {
color: #efefef;
font-size: 21px;
font-weight: 300;
}
.bottom-row p,
.bottom-row ul li a,
.bottom-row ul li {
color: #efefef;
font-weight: 300;
font-size: 16px;
}
.bottom-row ul li a:hover {
color: #fbca08;;
}
.blog-list li {
position: relative;
margin-top: 15px;
padding-bottom: 15px;
}
.blog-list li:after {
content: "";
position: absolute;
width: 60px;
height: 1px;
background-color: #fbca08;;
left: 0;
bottom: 0;
}
.copy-right {
display: inline-block;
width: 100%;
background-color: rgb(0, 0, 0);
text-align: center;
padding: 20px 0;
}
.copy-right p {
margin: 0;
}
@media (max-width: 768px) {
.social-connect {
float: left;
margin-top: 45px;
}
}
|
site/css/custom.css
|
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
ul {
list-style: none;
padding: 0;
}
p {
font-size: 15px;
font-weight: 400;
color: #9c9c9c;
}
a,
button {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
a:hover,
button:hover {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-decoration: none;
}
.bold {
font-weight: 700 !important;
}
.padding-0 {
padding: 0;
}
header {
background:#fffdfdb3;
height: auto;
position: fixed;
top: 0px;
width: 100%;
z-index: 1000;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/*
-webkit-box-shadow: 0px -2px 5px 0px rgb(87, 87, 87);
box-shadow: 0px -2px 5px 0px rgb(87, 87, 87);
*/
}
.nav-hide {
top: -350px;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
/* Info-bar */
.info-bar {
background-color: transparent;
}
.info-cnt-area {
padding: 11px 0px 0px;
}
.info-bar .social {
float: left;
margin-bottom: 0;
padding-top: 10px;
}
.info-bar .social li {
display: inline-block;
padding: 0 10px;
}
.info-bar ul li a {
cursor: pointer;
color: rgb(132, 132, 132);
font-size: 15px;
text-decoration: none;
font-weight: 700;
}
.info-bar .social li a span {
color: #fbca08;;
}
.info-details {
float: left;
}
.info-bar .info-details li {
display: inline-block;
padding: 0 5px;
margin-left: 35px;
text-decoration: none;
}
.info-details span {
color: rgb(132, 132, 132) !important;
text-decoration: none;
}
.info-bar ul li a:hover {
color: #fbca08;;
}
/* Navigation */
#main-menu {
padding: 0px;
}
#main-menu.navbar-default {
background-color: transparent;
border-color: rgba(231, 231, 231, 0);
}
#main-menu.navbar-default .navbar-nav > li > a {
text-transform: uppercase;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: 700;
border-radius: 20px;
color: black;
}
#main-menu .nav-area li a:hover {
color: rgb(73, 73, 73) !important;
background-color: #a9cf57;
}
#main-menu .nav-area li .active {
color: rgb(73, 73, 73) !important;
background-color: #fbca08;;
}
.navbar-nav > li {
padding: 0 0 0 1px;
}
.navbar-nav > li > a {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
color: RGB(255, 255, 255) !important;
background-color: rgb(27, 46, 90);
}
.navbar-default .navbar-toggle {
border-color: rgb(42, 226, 209);
border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: rgb(42, 226, 210);
}
.navbar-default .navbar-toggle:hover > .icon-bar {
background-color: rgb(59, 51, 51);
}
/* Additional css */
.nav-area {
margin-top: 25px;
}
.navbar {
border-radius: 0px !important;
}
.navbar {
margin-bottom: 4px !important;
margin-top: 0px;
}
.logo-container {
position: relative;
}
.logo-container {
width: 165px;
height: auto;
margin-bottom: 10px;
}
.logo-container h1 {
margin: 0;
}
.logo {
width: 100%;
}
@media screen and (max-width:1200px) {
.navbar-header {
float: none;
}
.navbar-left,
.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav > li {
float: none;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in {
display: block !important;
}
.navbar {
margin-bottom: 0px !important;
}
.navbar-toggle {
margin-top: 14px;
}
.nav-area {
margin-top: 0px;
}
.navbar-nav > li {
background: rgb(255, 255, 255);
height: 48px;
padding-top: 12px;
}
#main-menu.navbar-default .navbar-nav > li > a {
color: rgb(0, 0, 0);
}
#main-menu.nav-area li a:hover {
color: rgb(255, 255, 255) !important;
background-color: rgb(36, 62, 123);
}
.navbar-default .navbar-nav > .active::after {
display: none;
}
#main-menu.navbar-default .navbar-nav > li > a {
border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: rgb(63, 234, 213) !important;
border: 1px solid rgb(64, 234, 213);
}
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: rgb(11, 11, 11);
}
.navbar-nav {
margin: 0px -15px;
}
nav ul .nav-hide {
position: absolute;
top: 42px;
z-index: 1000;
background: rgb(200, 200, 200);
width: 50%;
}
nav ul .nav-hide li {
width: 100%;
}
.info-bar {
display: none;
}
}
/* home page */
.home-banner {
min-height: 580px;
background-image: url(../images/home-banner-bg.png);
background-repeat: no-repeat;
background-size: cover;
}
.banner-content-holder {
position: relative;
display: inline-block;
width: 100%;
padding: 15% 0 0;
min-height: 580px;
}
.banner-content-holder h1 {
font-size: 50px;
font-weight: 900;
color: #fff;
padding-left: 30px;
}
.banner-content-holder h1 span {
font-weight: 100;
}
.slice-image {
position: absolute;
right: 0;
bottom: 0;
width: 280px;
}
.features-list {
display: inline-block;
padding: 40px 0;
}
.features-list li {
position: relative;
margin-bottom: 45px;
display: inline-block;
}
.features-list li img {
float: left;
}
.features-list li span {
margin-top: 14px;
font-size: 15px;
color: #fff;
display: inline-block;
width: 65%;
}
@media screen and (max-width:1200px) {
.features-list li span {
width: 65%;
min-height: 100px;
}
}
@media screen and (max-width:768px) {
.banner-content-holder {
padding: 30% 0 100px;
}
.banner-content-holder h1 {
font-size: 28px;
}
.features-list li {
margin-bottom: 25px;
width: 100%;
text-align: center;
}
.features-list li img {
float: none;
}
.features-list li span {
width: 100%;
min-height: 0;
}
.slice-image {
width: 115px;
}
}
.intro {
display: inline-block;
width: 100%;
background-color: #fbca08;;
background-image: url(../images/fraction.png);
background-position: right;
background-repeat: repeat-y;
background-size: 50%;
}
.intro-content {
padding: 25px 40px 0 0;
text-align: center;
}
.intro-content h2 {
font-size: 40px;
font-weight: 100;
color: #000;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
.intro-content h2:after {
position: absolute;
content: "";
width: 70px;
height: 2px;
background-color: #000;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%);
transform: translate(-50%)
}
.intro p {
color: #000;
}
@media screen and (max-width:768px) {
.intro {
background-size: 100%;
}
.intro-content {
padding: 20px 0 0 0;
}
}
.porfile {
background-image: url(../images/wrapper-second.jpg);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
width: 100%;
padding: 45px 0 85px;
}
.porfile-content {
padding: 25px 15px;
text-align: center;
}
.porfile-content img {
display: inline-block;
}
.porfile-content h3 {
font-weight: 700;
font-size: 20px;
}
.porfile-content p {
font-weight: 300;
color: #5d5d5d;
padding: 20px 0;
font-size: 16px;
}
.btn-read-more {
border: 1px solid #fbca08;;
background-color: #fbca08;;
color: #000;
padding: 5px 20px;
}
.btn-read-more:hover {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(255, 255, 255);
}
.featured-videos {
display: inline-block;
padding: 55px 0;
width: 100%;
}
.featured-videos h2 {
font-size: 50px;
font-weight: 100;
color: #141413;
text-align: center;
margin: 40px 0 50px;
}
.featured-videos h2 span {
font-weight: 700;
color: #fbca08;;
}
.alblums li {
display: inline-block;
}
.videoTitle {
float: left;
width: 100%;
border: 0;
padding: 0;
}
.videoTitle img {
width: 100%;
}
.play-btn {
font-size: 48px;
position: absolute;
top: 50%;
left: 50%;
color: rgb(0, 0, 0);
-webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(-50%, -50%);
transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(-50%, -50%);
}
.play-btn:hover {
color: #20e9ce;
}
.alblums li a {
border: 0;
text-align: center;
color: rgb(0, 0, 0);
font-size: 20px;
}
@media screen and (max-width:768px) {
.featured-videos h2 {
font-size: 22px;
margin: 15px 0 50px;
}
}
.placementcell-intro {
background-color: rgb(242, 242, 242);
display: inline-block;
padding: 10% 0;
width: 100%;
background-image: url(../images/tab.jpg);
background-position: left;
background-size: 45%;
background-repeat: no-repeat;
}
.placementcell-intro h2 {
font-weight: 100;
text-transform: uppercase;
font-size: 40px;
padding-bottom: 30px;
margin-bottom: 30px;
position: relative;
}
.placementcell-intro h2::after {
position: absolute;
content: "";
width: 70px;
height: 2px;
background-color: rgb(0, 0, 0);
left: 0;
bottom: 0;
}
.placementcell-intro p {
color: rgb(0, 0, 0);
}
@media screen and (min-width:1400px) {
.placementcell-intro {
width: 1170px;
display: inherit;
margin: auto;
}
}
@media screen and (max-width:768px) {
.placementcell-intro {
background-size: 0;
}
.placementcell-intro h2 {
font-size: 28px;
}
}
/* Inner page styles */
.inner-banner {
min-height: 430px;
background-size: cover;
position: relative;
}
.banner-content {
text-align: center;
margin-top: 18%;
}
.banner-content h1 {
font-size: 40px;
font-weight: 100;
color: #262b2d;
text-transform: uppercase;
letter-spacing: normal;
position: relative;
padding-bottom: 25px;
margin-bottom: 20px;
}
.banner-content h1:after {
position: absolute;
left: 50%;
content: '';
width: 120px;
height: 2px;
background-color: #000;
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%)
}
.banner-content p {
font-size: 15px;
font-weight: 400;
color: #121212;
}
@media screen and (max-width:768px) {
.banner-content h1 {
font-size: 30px;
}
.banner-content {
margin-top: 120px;
}
}
/* Tabs */
.tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs li a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: rgb(74, 74, 74);
font-size: 15px;
font-size: 15px;
padding: 0px 10px;
}
.tabs a:hover,
.tabs a.active {
background-color: #ddd;
}
.tabgroup div {
padding: 30px;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.tabs li:nth-child(odd) a {
background-color: #fbca08;
}
.tabs li:nth-child(even) a {
background-color: #fcd703;
}
.tabs a .first {
font-size: 55px;
font-weight: 700;
float: left;
color: #fff;
}
.tabs a .second {
float: left;
padding: 15px 0px 0px 5px;
width: 75%;
font-size: 14px;
}
.tabgroup h2 {
text-align: center;
font-weight: 100;
font-size: 40px;
position: relative;
padding-bottom: 25px;
margin-bottom: 30px;
}
.tabgroup h2:after {
position: absolute;
left: 50%;
content: '';
width: 80px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.tabgroup h5 {
text-align: center;
font-size: 15px;
}
@media screen and (max-width:768px) {
.tabgroup div {
padding: 0;
}
.tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: auto;
}
.tabgroup h2 {
font-size: 28px;
}
}
/* about us */
.trainer-intro {
display: inline-block;
padding: 40px 0 6%;
width: 100%;
background-color: #e0e0e0;
background-image: url(../images/trainer.png);
background-position: left 125px;
background-size: 45%;
background-repeat: no-repeat;
}
.trainer-intro h2 {
position: relative;
font-weight: 100;
font-size: 40px;
text-align: center;
}
.abt-trainer {
padding-top: 75px;
}
.abt-trainer h3 {
font-size: 25px;
color: #000;
font-weight: 700;
}
.abt-trainer p {
font-size: 16px;
color: rgb(84, 84, 84);
line-height: 27px;
}
.qulifications {
padding: 55px 0;
display: inline-block;
width: 100%;
}
.qulifications h3 {
padding-left: 15px;
}
.qulifications .list-1 {
margin: 35px 0;
}
.qulifications .list-1 li {
display: inline-block;
padding-bottom: 15px;
padding-left: 35px;
position: relative;
font-size: 16px;
width: 100%;
}
.qulifications .list-1 li:before {
font-family: 'FontAwesome';
content: '\f10c';
position: absolute;
color: #fbca08;;
font-size: 20px;
left: 0;
}
.qulifications img {
padding-top: 75px;
}
/* testimonials */
.testimonials {
display: inline-block;
position: relative;
padding: 55px 0 75px;
width: 100%;
background-color: #f2f2f2;
}
.testimonials h3 {
font-weight: 100;
text-transform: uppercase;
font-size: 40px;
text-align: center;
position: relative;
padding-bottom: 15px;
margin-bottom: 45px;
}
.testimonials h3:after {
position: absolute;
left: 50%;
content: '';
width: 80px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.slider {
margin: 0 auto;
max-width: 940px;
}
.slide_viewer {
height: 340px;
overflow: hidden;
position: relative;
}
.slide_group {
height: 100%;
position: relative;
width: 100%;
text-align: center;
}
.slide {
display: none;
height: 100%;
position: absolute;
width: 100%;
}
.slide:first-child {
display: block;
}
.slide_buttons {
left: 0;
position: absolute;
right: 0;
text-align: center;
}
a.slide_btn {
color: #474544;
font-size: 42px;
width: 25px;
height: 8px;
background-color: rgb(14, 14, 14);
display: inline-block;
margin: 0 5px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.slide_btn.active,
.slide_btn:hover {
background-color: #fbca08!important;
cursor: pointer;
}
.directional_nav {
height: 340px;
margin: 0 auto;
max-width: 940px;
position: relative;
top: -340px;
}
.previous_btn {
bottom: 0;
left: 100px;
margin: auto;
position: absolute;
top: 0;
}
.next_btn {
bottom: 0;
margin: auto;
position: absolute;
right: 100px;
top: 0;
}
.previous_btn,
.next_btn {
cursor: pointer;
height: 65px;
opacity: 0.5;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
width: 65px;
}
.previous_btn:hover,
.next_btn:hover {
opacity: 1;
}
@media only screen and (max-width: 768px) {
.qulifications .list-1 li {
font-size: 15px;
}
.trainer-intro h2 {
font-size: 28px;
}
.abt-trainer {
padding-top: 100%;
}
.trainer-intro {
background-size: 100%;
}
}
/* career */
.career-banner {
background-image: url(../images/inner-pages/career-banner-bg.png);
}
.career-posts {
display: inline-block;
width: 100%;
padding: 50px 0;
}
.post-content {
display: inline-block;
padding: 20px 15px;
border: 1px solid rgb(211, 211, 211);
margin-bottom: 40px;
}
.post-content h4 {
color: rgb(0, 0, 0);
font-weight: 300;
font-size: 25px;
margin-bottom: 20px;
}
.post-content p {
color: #878787;
font-size: 15px;
}
.btn-apply-now {
background-color: rgb(54, 229, 209);
padding: 7px 15px;
border-radius: 20px;
text-align: center;
margin-top: 55px;
border: 1px solid rgb(54, 229, 209);
}
.btn-apply-now:hover {
border: 1px solid rgb(54, 229, 209);
color: rgb(54, 229, 209);
background-color: transparent;
}
/* store */
.stores {
display: inline-block;
width: 100%;
padding: 55px 0;
}
.store-items {
text-align: center;
border: 1px solid rgb(224, 224, 224);
padding: 25px;
display: inline-block;
width: 250px;
height: 360px;
}
.store-items p {
color: #000;
text-align: left;
font-weight: 700;
margin: 10px 0;
}
.store-items button {
border: 1px solid #fbca08;;
background-color: #fff;
padding: 5px 15px;
border-radius: 15px;
float: left;
}
.store-items button:hover {
background-color: #fbca08;;
}
.store-items .price {
float: right;
font-weight: 700;
font-size: 20px;
}
.buynow-form .form-submit-btn {
margin: 0 !important;
}
.results {
pointer-events: none;
border: none;
font-size: 18px;
font-weight: 700;
}
/* conatct us */
.contact {
display: inline-block;
width: 100%;
padding: 55px 0;
}
.map-container {
text-align: center;
}
.map-container h2 {
font-weight: 100;
font-size: 40px;
padding-left: 15px;
margin: 40px 0;
padding-bottom: 15px;
position: relative;
text-transform: uppercase;
}
.map-container h2:after {
position: absolute;
left: 50%;
content: '';
width: 60px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.contact h2 {
font-weight: 100;
font-size: 40px;
padding-left: 15px;
margin: 40px 0;
padding-bottom: 15px;
position: relative;
}
#map-canvas {
width: 100%;
height: 400px;
margin: 50px auto;
}
.contact h2:after {
position: absolute;
left: 15px;
content: '';
width: 60px;
height: 1px;
background-color: rgb(0, 0, 0);
bottom: 0px;
}
.contact .form-style .form-control {
color: rgb(40, 39, 39);
border-color: rgb(0, 0, 0);
}
.contact .form-style textarea {
height: auto;
}
.contact .form-style .form-submit-btn {
float: left;
}
.conatct-address ul {
padding-left: 16px;
}
.conatct-address ul li {
display: inline-block;
width: 100%;
}
.conatct-address ul li h3 {
font-size: 15px;
color: #000;
font-weight: 700;
margin-top: 0;
}
.conatct-address ul li a,
.conatct-address ul li {
color: #000;
}
.conatct-address ul .title {
margin: 20px 0 10px;
}
/* pop up and properties */
.contact-container {
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#submit {
color: #fff !important;
border-color: #fff !important
}
.cd-popup {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(8, 8, 9, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s;
overflow-y: auto;
z-index: 10000;
}
.cd-popup.is-visible {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
overflow-x: hidden;
border: none;
position: relative;
width: 100% !important;
max-width: 100% !important;
margin-left: auto;
margin-right: auto;
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
/* Force Hardware Acceleration in WebKit */
-webkit-backface-visibility: hidden;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.cd-popup-container .cd-popup-close {
position: absolute;
top: 0;
right: 0px;
width: 50px;
height: 50px;
background-color: rgb(54, 229, 209);
text-align: center;
line-height: 50px;
font-size: 22px;
color: #000;
}
.cd-popup-container .cd-popup-close::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 8px;
}
.cd-popup-container .cd-popup-close::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 8px;
}
.is-visible .cd-popup-container {
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
.cd-popup-container {
margin: 0 auto;
}
}
.popup-block {
background: rgb(255, 255, 255) !important;
height: auto;
margin: 100px auto;
max-width: 90%;
overflow: hidden !important;
width: 90%;
padding: 0;
-webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
}
.cd-popup-inner-container {
padding: 30px 35px;
display: inline-block;
}
.cd-popup-header {
background-color: rgb(242, 240, 240);
padding: 9px 0;
margin-bottom: 30px;
}
@media (max-width: 768px) {
.popup-block {
margin: 0;
padding-top: 1em;
width: 100% !important;
max-width: 100% !important;
border-radius: 0px;
-webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
}
.cd-popup-container .cd-popup-close {
position: absolute;
top: 2px;
right: 15px;
}
}
.overflow-stop {
overflow: hidden !important;
}
.overflow-active {
overflow: visible !important;
}
/* career popup */
.job-discriptions h3 {
font-weight: 700;
color: rgb(90, 90, 90);
font-size: 20px;
margin-bottom: 25px;
}
.job-discriptions h5 {
margin: 20px 0;
font-size: 15px;
}
.skills-list {
display: inline-block;
padding-left: 0px;
}
.skills-list li {
padding-left: 30px;
margin-bottom: 15px;
display: inline-block;
position: relative;
width: 100%;
}
.skills-list li:before {
content: "\f00c";
font-family: 'FontAwesome';
position: absolute;
left: 0;
font-size: 18px;
color: #fbca08;
}
.form-styleh2 {
font-size: 40px;
font-weight: 100;
margin-bottom: 15px;
padding-left: 15px;
}
.form-style .form-control {
display: block;
width: 100%;
height: 55px;
padding: 5px 15px;
font-size: 16px;
line-height: 1.42857143;
color: rgb(40, 39, 39);
background-color: rgb(255, 255, 255);
background-image: none;
border: 1px solid #dbdbdb;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-group {
margin-bottom: 25px;
display: inline-block;
width: 100%;
}
/* place holderstyles */
.form-group .placeholder-style[type="text"]::-webkit-input-placeholder,
.form-group .placeholder-style[type="email"]::-webkit-input-placeholder,
.textarea.placeholder-style::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgb(51, 51, 51);
font-size: 15px;
font-weight: 300;
}
.form-group .placeholder-style[type="text"]::-moz-placeholder,
.form-group .placeholder-style[type="email"]::-moz-placeholder,
textarea.placeholder-style::-moz-placeholder {
/* Firefox 19+ */
color: rgb(51, 51, 51);
font-size: 15px;
font-weight: 300;
}
.form-group .placeholder-style[type="text"]:-ms-input-placeholder,
.form-group .placeholder-style[type="email"]:-ms-input-placeholder,
textarea.placeholder-style::-ms-input-placeholder {
/* IE 10+ */
color: rgb(51, 51, 51);
font-size: 15px;
font-weight: 300;
}
.form-style .form-control {
color: rgb(40, 39, 39);
background-color: rgba(255, 255, 255, 0);
background-image: none;
border-color: #d5d5d5;
}
.form-control:focus {
border-color: rgb(11, 11, 11);
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.submit-btn {
background-color: rgb(232, 52, 54);
color: rgb(255, 255, 255);
border: none;
padding: 5px 35px;
border: 1px solid rgb(232, 52, 54);
display: inline-block;
font-weight: 500;
text-transform: uppercase;
font-size: 15px;
border-radius: 2px;
}
.submit-btn:hover {
background-color: transparent;
color: rgb(232, 52, 54);
border: 1px solid rgb(232, 52, 54);
}
.select-holder-1 .custom-dropdown {
position: relative;
display: inline-block;
vertical-align: middle;
float: left;
width: 100%;
}
.select-holder-1 {
float: left;
width: 100%;
margin-bottom: 30px;
}
.select-holder-1 .custom-dropdown select {
border: 1px solid rgb(219, 219, 219) !important;
}
.selections {
padding: 0px 15px 35px;
float: left;
width: 100%;
}
/* Custom dropdown */
.custom-dropdown {
position: relative;
display: inline-block;
vertical-align: middle;
float: left;
min-width: 240px;
width: 100%;
}
.custom-dropdown select {
width: 100%;
background-color: none;
color: rgb(36, 29, 29);
font-size: inherit;
padding: .5em;
padding-right: 2.5em;
border: 0;
margin: 0;
border-radius: 0;
text-indent: 0.01px;
text-overflow: '';
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid rgb(216, 216, 216);
height: 55px;
}
.custom-dropdown::before,
.custom-dropdown::after {
content: "";
position: absolute;
pointer-events: none;
}
.custom-dropdown::after {
/* Custom dropdown arrow */
content: "\25BC";
height: 1em;
font-size: .625em;
line-height: 1;
right: 1.2em;
top: 50%;
margin-top: -.5em;
}
.custom-dropdown::before {
/* Custom dropdown arrow cover */
width: 2em;
right: 0;
top: 0;
bottom: 0;
border-radius: 0;
}
.custom-dropdown select[disabled] {
color: rgba(0, 0, 0, .3);
}
.custom-dropdown select[disabled]::after {
color: rgba(0, 0, 0, .1);
}
.custom-dropdown::before {
background-color: rgb(54, 229, 209);
border: 1px solid rgb(54, 229, 209);
}
.custom-dropdown::after {
color: rgb(255, 255, 255);
}
.selections-left {
float: left;
text-align: left;
}
.selections-right {
float: right;
text-align: left;
}
.selections-right select {
padding-right: 100px;
}
.browse-wrap {
top: 0;
left: 0;
margin: 0;
cursor: pointer;
overflow: hidden;
padding: 0 8px;
text-align: center;
position: relative;
background-color: rgb(54, 229, 209);
float: right;
bottom: 0;
min-height: 55px;
line-height: 55px;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 20px 0;
border: 1px solid rgb(212, 212, 212);
min-height: 50px;
width: 100%;
}
.fileUpload .title {
color: rgb(247, 249, 251);
font-size: 15px;
display: inline-block;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
height: 100%;
width: 100%;
}
.uploadfile {
float: left;
background-color: rgb(182, 0, 37);
color: rgb(249, 248, 248);
padding: 8px 37px;
margin: 0;
width: 40%;
margin-right: 15px;
text-align: center;
}
.valid {
color: rgb(172, 161, 159);
margin-top: 7px;
float: left;
}
.file {
visibility: hidden;
position: absolute;
}
span.upload-path {
margin: 0 13px;
display: block;
float: left;
line-height: 55px;
max-width: 150px;
overflow: hidden;
max-height: 55px;
}
.form-submit-btn {
width: 100%;
background-color: rgb(0, 0, 0);
border: 1px solid #000;
text-align: center;
width: 50%;
float: right;
margin: 25px 0 0;
height: 55px;
color: #fff;
font-size: 17px;
text-transform: uppercase;
}
.form-submit-btn:hover {
background-color: transparent;
color: rgb(0, 0, 0);
}
@media (max-width:768px) {
.selections-right {
float: left;
}
.career-frm-cnr {
padding-left: 0px;
}
}
/* services */
.services {
display: inline-block;
width: 100%;
padding: 50px 0;
background-color: #f4f5f9;
}
.services-content {
display: inline-block;
width: 100%;
padding: 20px;
margin-bottom: 45px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.services-content:hover {
background-color: #fff;
cursor: pointer;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.services-content img {
width: 71px;
height: 71px;
margin-bottom: 25px;
}
.services-content h3 {
font-size: 20px;
font-weight: 400;
color: #6f6f6f;
text-transform: uppercase;
}
.services-content p {
color: #6f6f6f;
margin: 15px 0;
}
.services-content .linlk-1 {
color: #fbca08;;
font-size: 15px;
}
/* events */
.events {
display: inline-block;
padding: 50px 0;
width: 100%;
background-color: #f4f5f9;
}
.event-item {
position: relative;
display: inline-block;
background-color: #fff;
padding: 15px;
margin-bottom: 40px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.event-item:hover {
cursor: pointer;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.46);
box-shadow: 0 7px 12px rgba(0, 0, 0, 0.46);
}
.event-thumb img {
width: 100%;
}
.events-contents {
text-align: center;
}
.events-contents h3 {
font-size: 20px;
margin-top: 0;
}
.events-contents p {
font-weight: 300;
font-size: 16px;
color: #949494;
}
.event-item .info {
border-top: 1px solid aqua;
padding: 15px;
}
.info span {
font-weight: 700;
color: #b9b9b9;
}
.info .location {
float: right;
position: relative;
padding-left: 20px;
}
.info .location:before {
content: "\f041";
font-family: 'FontAwesome';
left: 0;
position: absolute;
color: #fbca08;;
}
.more {
width: 80px;
height: 80px;
background-color: rgb(10, 234, 207);
border-radius: 50%;
display: inline-block;
line-height: 80px;
text-align: center;
color: rgb(255, 255, 255);
position: absolute;
bottom: 25px;
left: 50%;
/* FF3.5+ */
-webkit-transform: translate(-50%, 65px);
transform: translate(-50%, 65px);
opacity: 0;
}
.event-item:hover .more {
opacity: 1;
-webkit-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
}
/* popup*/
.event-brief ul li .span1 {
position: relative;
width: 35%;
display: inline-block;
font-weight: 700;
}
.event-brief ul li .span1:after {
position: absolute;
content: ':';
right: 25px;
}
.event-brief ul li .span2 {
color: #9c9c9c;
font-weight: 300;
}
/* Video player container*/
.video-player-block {
display: block;
}
.vid-container {
position: relative;
padding-bottom: 52%;
padding-top: 30px;
height: 0;
}
.vid-container iframe {
padding: 0;
margin: 0;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
position: absolute;
top: 0;
height: 100%;
left: 0;
width: 100%;
}
/* Videos playlist */
.vid-list-container {
width: 100%;
overflow: hidden;
margin-top: 20px;
margin-left: 0;
padding-bottom: 20px;
}
.vid-list {
width: 1344px;
position: relative;
top: 0;
left: 0;
}
.vid-item {
display: block;
width: 148px;
height: 100px;
float: left;
margin: 0;
padding: 10px;
}
.thumb {
/*position: relative;*/
overflow: hidden;
height: 84px;
}
.thumb img {
width: 100%;
position: relative;
top: -13px;
}
.vid-item .desc {
color: #21A1D2;
font-size: 15px;
margin-top: 5px;
}
.vid-item:hover {
background: #eee;
cursor: pointer;
}
.arrows {
position: relative;
width: 100%;
}
.arrow-left {
color: rgb(255, 255, 255);
position: absolute;
background: rgba(0, 0, 0, 0.22);
padding: 7px;
left: -11px;
top: -95px;
z-index: 99;
cursor: pointer;
}
.arrow-right {
color: #fff;
position: absolute;
background: rgba(0, 0, 0, 0.22);
padding: 7px;
right: -11px;
top: -95px;
z-index: 100;
cursor: pointer;
}
.arrow-left:hover {
background: #CC181E;
}
.arrow-right:hover {
background: #CC181E;
}
@media (max-width: 624px) {
.caption {
margin-top: 40px;
}
.vid-list-container {
padding-bottom: 20px;
}
/* reposition left/right arrows */
.arrows {
position: relative;
margin: 0 auto;
width: 96px;
}
.arrow-left {
left: 0;
top: -17px;
}
.arrow-right {
right: 0;
top: -17px;
}
}
/* footer */
.page-footer {
background-color: #181818;
display: inline-block;
width: 100%;
padding: 55px 0 0;
}
.chat {
overflow: hidden;
height: 40px;
margin: 0 auto;
position: relative;
display: inline-block;
}
.chat input {
background: transparent;
width: 100%;
border-radius: 0px;
border: none;
height: 40px;
color: rgb(255, 255, 255);
padding: 10px 0 10px 10px;
outline: none;
-webkit-transition: border 0.2s ease;
transition: border 0.2s ease;
border: 1px solid rgb(143, 143, 143);
}
.chat input:focus + button {
background-color: #fbca08;
}
.chat button {
position: absolute;
z-index: 999;
right: 0px;
top: 0px;
height: 40px;
border: none;
background-color: #fbca08;
-webkit-transition: background-color 0.3s ease, width 0.3s ease;
transition: background-color 0.3s ease, width 0.3s ease;
color: white;
padding: 0;
margin: 0;
text-transform: uppercase;
width: 110px;
text-align: center;
cursor: pointer;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.chat button:hover {
width: 130px;
}
.social-connect {
float: right;
}
.social-connect li {
display: inline-block;
padding: 0 15px;
}
.social-connect li a {
display: inline-block;
color: #fff;
font-size: 20px;
}
.social-connect li a:hover {
color: #fbca08;
}
.top-row {
border-bottom: 1px solid #fff;
padding-bottom: 50px;
color: #efefef;
}
.top-row,
.bottom-row {
display: inline-block;
width: 100%;
margin-bottom: 35px;
}
.bottom-row img {
margin-bottom: 40px;
}
.bottom-row h4 {
margin: 50px 0;
}
.quick-links li {
margin-bottom: 10px;
}
.address li {
display: inline-block;
}
.address li span,
.address li {
width: 100%;
display: inline-block;
}
.address li span {
margin-bottom: 10px;
}
.bottom-row h4 {
color: #efefef;
font-size: 21px;
font-weight: 300;
}
.bottom-row p,
.bottom-row ul li a,
.bottom-row ul li {
color: #efefef;
font-weight: 300;
font-size: 16px;
}
.bottom-row ul li a:hover {
color: #fbca08;;
}
.blog-list li {
position: relative;
margin-top: 15px;
padding-bottom: 15px;
}
.blog-list li:after {
content: "";
position: absolute;
width: 60px;
height: 1px;
background-color: #fbca08;;
left: 0;
bottom: 0;
}
.copy-right {
display: inline-block;
width: 100%;
background-color: rgb(0, 0, 0);
text-align: center;
padding: 20px 0;
}
.copy-right p {
margin: 0;
}
@media (max-width: 768px) {
.social-connect {
float: left;
margin-top: 45px;
}
}
| 0.334807 | 0.053974 |
ul,li{
list-style: none;
}
.section{
background: #f3f3f3;
margin-bottom:50px;
}
.img>div{
width:100%;
/*height:122px;*/
background: #fff;
}
.img img{
width:100%;
margin:0 auto;
}
.activity{
margin-top:50px;
}
.activity-header span{
display: inline-block;
}
.activity-right,.goods-right{
width: 100%;
text-align:right;
}
.activity-right>a,.goods-right>a{
text-decoration: none;
color:#000;
}
.cat-pic-up{
height: auto;
padding: 15px;
/*background: #fff;*/
}
.cat-pic-up img{
width:100%;
}
.img{
padding:10px;
}
.gname{
color: #333;
display: inline-block;
height: 36px;
margin: 5px 0 0 0;
font-size: 12px;
line-height: 18px;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
/*width: 86%;*/
}
/*.clt-content{
margin: 10px;
}*/
@media screen and (min-width: 1025px) {
.price{
color: #111;
font-size: 14px;
line-height: 30px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 14px;
text-decoration: line-through;
}
.activity-header,.goods-header{
border-bottom: 1px solid #c3bdbd;
/*width:1170px;*/
width::100%;
margin:0 auto ! important;
}
.activity-header span,.goods-header span{
display:inline-block;
font-size: 20px;
padding:10px 0;
}
.activity-body,.cat-list{
text-align: center;
position: relative;
/*width:1170px;*/
width::100%;
margin:0 auto ! important;
}
.lg-1,.lg-3{
float: left;
max-width: 320px;
width: 26.67%;
margin:10px;
}
.lg-2{
float: left;
max-width: 500px;
width: 40.66%;
margin:9px;
}
.goods{
margin-top:30px;
}
.clt-content{
padding:10px;
/*background:#fff;*/
}
.clt-goods{
margin-top:10px;
/*min-height:225px !important;*/
height:auto;
}
.img>div>img{
height:121.66px;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.activity-header span,.goods-header span{
display:inline-block;
font-size: 20px;
padding:10px 0;
}
.cat-list-item,.cat-list-item>div{
padding:0 ! important;
}
.img>div>img{
height:180px;
}
.price{
color: #111;
font-size: 14px;
line-height: 30px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 14px;
text-decoration: line-through;
}
}
@media screen and (max-width: 767px){
.activity-header span,.goods-header span{
display:inline-block;
font-size: 15px;
padding:10px 0;
}
.goods-left{
margin-left:10px;
}
.goods-right{
margin-right:10px;
}
}
@media screen and (min-width: 376px) and (max-width:767px){
.img>div>img{
height:85px;
}
}
@media screen and (max-width: 375px){
.price{
color: #111;
font-size: 10px;
line-height: 20px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 10px;
text-decoration: line-through;
}
}
@media screen and (max-width: 375px) and (min-width:321px){
.img>div>img{
height:85px;
}
.price{
color: #111;
font-size: 10px;
line-height: 20px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 10px;
text-decoration: line-through;
}
}
@media screen and (max-width: 320px){
.img>div>img{
height:66.66px;
}
}
@media (max-width: 1024px){
.activity{
display: none;
}
}
.cat-list>ul>li>a{
display: block;
width:100%;
height:auto;
}
.clt-content{
background: #fff;
margin-top:20px;
}
|
public/assets/css/index.css
|
ul,li{
list-style: none;
}
.section{
background: #f3f3f3;
margin-bottom:50px;
}
.img>div{
width:100%;
/*height:122px;*/
background: #fff;
}
.img img{
width:100%;
margin:0 auto;
}
.activity{
margin-top:50px;
}
.activity-header span{
display: inline-block;
}
.activity-right,.goods-right{
width: 100%;
text-align:right;
}
.activity-right>a,.goods-right>a{
text-decoration: none;
color:#000;
}
.cat-pic-up{
height: auto;
padding: 15px;
/*background: #fff;*/
}
.cat-pic-up img{
width:100%;
}
.img{
padding:10px;
}
.gname{
color: #333;
display: inline-block;
height: 36px;
margin: 5px 0 0 0;
font-size: 12px;
line-height: 18px;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
/*width: 86%;*/
}
/*.clt-content{
margin: 10px;
}*/
@media screen and (min-width: 1025px) {
.price{
color: #111;
font-size: 14px;
line-height: 30px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 14px;
text-decoration: line-through;
}
.activity-header,.goods-header{
border-bottom: 1px solid #c3bdbd;
/*width:1170px;*/
width::100%;
margin:0 auto ! important;
}
.activity-header span,.goods-header span{
display:inline-block;
font-size: 20px;
padding:10px 0;
}
.activity-body,.cat-list{
text-align: center;
position: relative;
/*width:1170px;*/
width::100%;
margin:0 auto ! important;
}
.lg-1,.lg-3{
float: left;
max-width: 320px;
width: 26.67%;
margin:10px;
}
.lg-2{
float: left;
max-width: 500px;
width: 40.66%;
margin:9px;
}
.goods{
margin-top:30px;
}
.clt-content{
padding:10px;
/*background:#fff;*/
}
.clt-goods{
margin-top:10px;
/*min-height:225px !important;*/
height:auto;
}
.img>div>img{
height:121.66px;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.activity-header span,.goods-header span{
display:inline-block;
font-size: 20px;
padding:10px 0;
}
.cat-list-item,.cat-list-item>div{
padding:0 ! important;
}
.img>div>img{
height:180px;
}
.price{
color: #111;
font-size: 14px;
line-height: 30px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 14px;
text-decoration: line-through;
}
}
@media screen and (max-width: 767px){
.activity-header span,.goods-header span{
display:inline-block;
font-size: 15px;
padding:10px 0;
}
.goods-left{
margin-left:10px;
}
.goods-right{
margin-right:10px;
}
}
@media screen and (min-width: 376px) and (max-width:767px){
.img>div>img{
height:85px;
}
}
@media screen and (max-width: 375px){
.price{
color: #111;
font-size: 10px;
line-height: 20px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 10px;
text-decoration: line-through;
}
}
@media screen and (max-width: 375px) and (min-width:321px){
.img>div>img{
height:85px;
}
.price{
color: #111;
font-size: 10px;
line-height: 20px;
text-align: center;
}
.index-goods-mprice{
color: #cbcbcb;
font-size: 10px;
text-decoration: line-through;
}
}
@media screen and (max-width: 320px){
.img>div>img{
height:66.66px;
}
}
@media (max-width: 1024px){
.activity{
display: none;
}
}
.cat-list>ul>li>a{
display: block;
width:100%;
height:auto;
}
.clt-content{
background: #fff;
margin-top:20px;
}
| 0.1712 | 0.068694 |
/* Menu
--------------------------------------------------*/
.module-menu{
background:#F2F2F2;
border:1px solid #CCC;
font-size:12px;
padding:5px;
}
.module-menu .title{
border-bottom:1px solid #CCC;
color:#333;
font-size:12px;
font-weight:bold;
line-height:20px;
margin-bottom:10px;
text-transform:uppercase;
}
.module-menu ul{
color:#000;
line-height:1.5;
list-style:square inside;
}
.module-menu a{
color:#21759B;
}
/* Command
--------------------------------------------------*/
.module-command{
margin-bottom:10px;
}
/* Dropdown button
--------------------------------------------------*/
.module-dropdown-button{
background:url(images/button.png) repeat-x;
border:1px solid #CCC;
cursor:pointer;
float:right;
font-size:12px;
height:20px;
line-height:20px;
position:relative;
/* Do rounding */
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.module-dropdown-button:hover,
.module-dropdown-button.active{
background-image:url(images/button-hover.png);
}
.module-dropdown-button > span{
background:url(images/arrow-down.png) no-repeat right center;
display:block;
padding:0 15px 0 5px;
}
.module-dropdown-button:hover > span,
.module-dropdown-button.active > span{
background-image:url(images/arrow-down-white.png);
color:#FFF;
}
.module-dropdown-button.active > span{
background-image:url(images/arrow-up.png);
}
.module-dropdown-button ul{
background:#FFF;
border:1px solid #CCC;
display:none;
left:0;
list-style:none;
position:absolute;
top:19px;
}
.module-dropdown-button.active ul{
display:block;
}
.module-dropdown-button a{
color:#21759B;
display:block;
padding:0 5px;
}
/* Title
--------------------------------------------------*/
.module-title{
border-bottom:1px solid #CCC;
color:#333;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
padding-bottom:5px;
}
/* List
--------------------------------------------------*/
.module-list li{
font-size:12px;
list-style:none;
margin-bottom:20px;
}
.module-list .title{
font-size:12px;
font-weight:bold;
margin-bottom:5px;
}
/* Button
--------------------------------------------------*/
.module-button{
border:1px solid #BBB;
color:#21759B;
display:inline-block;
font-size:11px;
line-height:1.5;
padding:0 8px;
/* Do rounding */
border-radius:11px;
-moz-border-radius:11px;
-webkit-border-radius:11px;
}
.module-button:hover{
border-color:#D54E21;
color:#D54E21;
text-decoration:none;
}
/* Block
--------------------------------------------------*/
.module-block{
padding:10px;
}
|
Kooboo.CMS/Kooboo.CMS.ModuleArea/Areas/SampleModule/Themes/Default/style.css
|
/* Menu
--------------------------------------------------*/
.module-menu{
background:#F2F2F2;
border:1px solid #CCC;
font-size:12px;
padding:5px;
}
.module-menu .title{
border-bottom:1px solid #CCC;
color:#333;
font-size:12px;
font-weight:bold;
line-height:20px;
margin-bottom:10px;
text-transform:uppercase;
}
.module-menu ul{
color:#000;
line-height:1.5;
list-style:square inside;
}
.module-menu a{
color:#21759B;
}
/* Command
--------------------------------------------------*/
.module-command{
margin-bottom:10px;
}
/* Dropdown button
--------------------------------------------------*/
.module-dropdown-button{
background:url(images/button.png) repeat-x;
border:1px solid #CCC;
cursor:pointer;
float:right;
font-size:12px;
height:20px;
line-height:20px;
position:relative;
/* Do rounding */
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.module-dropdown-button:hover,
.module-dropdown-button.active{
background-image:url(images/button-hover.png);
}
.module-dropdown-button > span{
background:url(images/arrow-down.png) no-repeat right center;
display:block;
padding:0 15px 0 5px;
}
.module-dropdown-button:hover > span,
.module-dropdown-button.active > span{
background-image:url(images/arrow-down-white.png);
color:#FFF;
}
.module-dropdown-button.active > span{
background-image:url(images/arrow-up.png);
}
.module-dropdown-button ul{
background:#FFF;
border:1px solid #CCC;
display:none;
left:0;
list-style:none;
position:absolute;
top:19px;
}
.module-dropdown-button.active ul{
display:block;
}
.module-dropdown-button a{
color:#21759B;
display:block;
padding:0 5px;
}
/* Title
--------------------------------------------------*/
.module-title{
border-bottom:1px solid #CCC;
color:#333;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
padding-bottom:5px;
}
/* List
--------------------------------------------------*/
.module-list li{
font-size:12px;
list-style:none;
margin-bottom:20px;
}
.module-list .title{
font-size:12px;
font-weight:bold;
margin-bottom:5px;
}
/* Button
--------------------------------------------------*/
.module-button{
border:1px solid #BBB;
color:#21759B;
display:inline-block;
font-size:11px;
line-height:1.5;
padding:0 8px;
/* Do rounding */
border-radius:11px;
-moz-border-radius:11px;
-webkit-border-radius:11px;
}
.module-button:hover{
border-color:#D54E21;
color:#D54E21;
text-decoration:none;
}
/* Block
--------------------------------------------------*/
.module-block{
padding:10px;
}
| 0.124306 | 0.044639 |
@font-face {
font-family: 'ForumRegular';
src: url('../fonts/ForumRegular.eot');
src: url('../fonts/ForumRegular.eot') format('embedded-opentype'),
url('../fonts/ForumRegular.woff2') format('woff2'),
url('../fonts/ForumRegular.woff') format('woff'),
url('../fonts/ForumRegular.ttf') format('truetype'),
url('../fonts/ForumRegular.svg#ForumRegular') format('svg');
}
body{
font-family: 'ForumRegular', serif;
}
h1, h4{
margin-bottom: 0px;
}
.text-primary {
color: #D1AC74 !important;
}
.text-black{
color: black;
}
/* Overriding bootstrap class properties */
.bg-light{
background-color: #E9E9E9 !important;
}
/* Header */
.navbar-light .navbar-nav .nav-link{
color: #7e7e7e;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #D1AC74;
}
.nav-link {
display: block;
padding: 0px 15px;
}
.navbar-expand-md .navbar-nav .nav-link{
padding-right: 15px;
padding-left: 15px;
line-height: 1.3;
text-transform: uppercase;
}
.navbar-expand-md .navbar-nav .nav-item{
border-right: 2px solid #A5A5A5;
}
.navbar-expand-md .navbar-nav .nav-item:last-child{
border-right: 0px;
}
.logo img{
width: 260px;
}
/* Home slider */
.home-slider .slider-bg{
height: 550px;
background: url('../images/nicescenebk.jpg') 0 0 / cover;
}
.home-slider .slider-bg .slider-text{
height: 550px;
padding-bottom: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
width: 40px;
height: 40px;
}
.carousel-control-next, .carousel-control-prev{
width: 10%;
}
/* Section Title */
.section-title{
margin-top: 40px;
margin-bottom: 25px;
}
.quote-left img, .quote-right img{
vertical-align: top;
}
.section-icon{
margin-top: -32px;
}
/* Benifits Page */
.commandments p{
font-size: 18px;
}
/* Testimonial page */
.star-rating i.fa{
font-size: 22px;
}
.testimonial-user img{
width: 80px;
height: 80px;
border: 6px solid #E9E9E9;
}
/* Contact page */
.contact-icon{
width: 18px;
}
hr.bg-dark{
background-color: #7E7E7E !important;
}
.barcode{
width: 100px;
height: 100px;
}
.luxoasis-form .form-control{
border-radius: 0px;
border: 2px solid black !important;
}
.luxoasis-form .form-control:placeholder{
color: #7e7e7e;
}
.luxoasis-form textarea{
height: 120px;
}
.btn-primary{
background-color: #D1AC74;
border-color: #D1AC74;
border-radius: 0px;
}
.btn-primary:hover {
color: #fff;
background-color: rgb(250, 192, 106);
border-color: rgb(250, 192, 106);
}
.btn-primary.focus, .btn-primary:focus {
box-shadow: 0 0 0 .2rem rgb(250, 192, 106);
}
/* Footer */
.border-right {
border-right: 2px solid #dee2e6 !important;
}
.border-primary {
border-color: #D1AC74 !important;
}
.footer .contact a{
text-decoration: none;
color: #D1AC74;
}
/* Scroll To Top */
.scrolltop {
display:none;
width:100%;
margin:0 auto;
position:fixed;
bottom:20px;
right:10px;
}
.scroll {
position:absolute;
right:20px;
bottom:20px;
background:#b2b2b2;
background:rgba(178,178,178,0.7);
padding: 15px 20px;
text-align: center;
margin: 0 0 0 0;
cursor:pointer;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover {
background:rgba(178,178,178,1.0);
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover .fa {
padding-top:-10px;
}
.scroll .fa {
font-size:30px;
line-height: 1;
margin-left:1px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
/* Portfolio Rollovers */
.portfolio-item {
font-family: 'Raleway', sans-serif;
position: relative;
display: inline-block;
overflow: hidden;
margin: 10px 8px;
min-width: 230px;
max-width: 315px;
width: 100%;
color: #ffffff;
font-size: 16px;
text-align: left;
}
.portfolio-item * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.portfolio-item:before {
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
top: 100%;
content: '';
background-color: rgba(51, 51, 51, 0.7);
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.portfolio-item img {
vertical-align: top;
max-width: 100%;
backface-visibility: hidden;
}
.portfolio-item figcaption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.portfolio-item h5 {
margin: 0;
opacity: 0;
letter-spacing: 1px;
}
.portfolio-item h5 {
font-weight: normal;
background-color: #ae895d;
padding: 3px 10px;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.portfolio-item a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.portfolio-item:hover:before,
.portfolio-item.hover:before {
top: 10px;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.portfolio-item:hover h5,
.portfolio-item.hover h5 {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.portfolio-item:hover h5,
.portfolio-item.hover h5 {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
|
assets/css/style.css
|
@font-face {
font-family: 'ForumRegular';
src: url('../fonts/ForumRegular.eot');
src: url('../fonts/ForumRegular.eot') format('embedded-opentype'),
url('../fonts/ForumRegular.woff2') format('woff2'),
url('../fonts/ForumRegular.woff') format('woff'),
url('../fonts/ForumRegular.ttf') format('truetype'),
url('../fonts/ForumRegular.svg#ForumRegular') format('svg');
}
body{
font-family: 'ForumRegular', serif;
}
h1, h4{
margin-bottom: 0px;
}
.text-primary {
color: #D1AC74 !important;
}
.text-black{
color: black;
}
/* Overriding bootstrap class properties */
.bg-light{
background-color: #E9E9E9 !important;
}
/* Header */
.navbar-light .navbar-nav .nav-link{
color: #7e7e7e;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #D1AC74;
}
.nav-link {
display: block;
padding: 0px 15px;
}
.navbar-expand-md .navbar-nav .nav-link{
padding-right: 15px;
padding-left: 15px;
line-height: 1.3;
text-transform: uppercase;
}
.navbar-expand-md .navbar-nav .nav-item{
border-right: 2px solid #A5A5A5;
}
.navbar-expand-md .navbar-nav .nav-item:last-child{
border-right: 0px;
}
.logo img{
width: 260px;
}
/* Home slider */
.home-slider .slider-bg{
height: 550px;
background: url('../images/nicescenebk.jpg') 0 0 / cover;
}
.home-slider .slider-bg .slider-text{
height: 550px;
padding-bottom: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
width: 40px;
height: 40px;
}
.carousel-control-next, .carousel-control-prev{
width: 10%;
}
/* Section Title */
.section-title{
margin-top: 40px;
margin-bottom: 25px;
}
.quote-left img, .quote-right img{
vertical-align: top;
}
.section-icon{
margin-top: -32px;
}
/* Benifits Page */
.commandments p{
font-size: 18px;
}
/* Testimonial page */
.star-rating i.fa{
font-size: 22px;
}
.testimonial-user img{
width: 80px;
height: 80px;
border: 6px solid #E9E9E9;
}
/* Contact page */
.contact-icon{
width: 18px;
}
hr.bg-dark{
background-color: #7E7E7E !important;
}
.barcode{
width: 100px;
height: 100px;
}
.luxoasis-form .form-control{
border-radius: 0px;
border: 2px solid black !important;
}
.luxoasis-form .form-control:placeholder{
color: #7e7e7e;
}
.luxoasis-form textarea{
height: 120px;
}
.btn-primary{
background-color: #D1AC74;
border-color: #D1AC74;
border-radius: 0px;
}
.btn-primary:hover {
color: #fff;
background-color: rgb(250, 192, 106);
border-color: rgb(250, 192, 106);
}
.btn-primary.focus, .btn-primary:focus {
box-shadow: 0 0 0 .2rem rgb(250, 192, 106);
}
/* Footer */
.border-right {
border-right: 2px solid #dee2e6 !important;
}
.border-primary {
border-color: #D1AC74 !important;
}
.footer .contact a{
text-decoration: none;
color: #D1AC74;
}
/* Scroll To Top */
.scrolltop {
display:none;
width:100%;
margin:0 auto;
position:fixed;
bottom:20px;
right:10px;
}
.scroll {
position:absolute;
right:20px;
bottom:20px;
background:#b2b2b2;
background:rgba(178,178,178,0.7);
padding: 15px 20px;
text-align: center;
margin: 0 0 0 0;
cursor:pointer;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover {
background:rgba(178,178,178,1.0);
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover .fa {
padding-top:-10px;
}
.scroll .fa {
font-size:30px;
line-height: 1;
margin-left:1px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
/* Portfolio Rollovers */
.portfolio-item {
font-family: 'Raleway', sans-serif;
position: relative;
display: inline-block;
overflow: hidden;
margin: 10px 8px;
min-width: 230px;
max-width: 315px;
width: 100%;
color: #ffffff;
font-size: 16px;
text-align: left;
}
.portfolio-item * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.portfolio-item:before {
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
top: 100%;
content: '';
background-color: rgba(51, 51, 51, 0.7);
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.portfolio-item img {
vertical-align: top;
max-width: 100%;
backface-visibility: hidden;
}
.portfolio-item figcaption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.portfolio-item h5 {
margin: 0;
opacity: 0;
letter-spacing: 1px;
}
.portfolio-item h5 {
font-weight: normal;
background-color: #ae895d;
padding: 3px 10px;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.portfolio-item a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.portfolio-item:hover:before,
.portfolio-item.hover:before {
top: 10px;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.portfolio-item:hover h5,
.portfolio-item.hover h5 {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.portfolio-item:hover h5,
.portfolio-item.hover h5 {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
| 0.271831 | 0.053849 |
body, .an, .ss, .bg, .lT, .lt, .dy, .d2, .fk, .do, .s2, .bc, .MH, .iQ, .pj, .Egm, .hN, .T8AgId, .Hy, .dw, .g2, .au, .nY, .bb .O-c3, .O-bi, .pX, .rh, .o>.g-u-B, .g-aG, .bW, .k7, .gb_Ia, .gb_Fa, #gb#gb a.gb_ka, .gb_ra:hover .gb_wa, .aac, .l4a, .f4a.B70Reb, .B70Reb .Jub, .B70Reb .Hub, .Kza, .gb_F, .gb_a, .te, .yRIp4c, .hv {
background: #2F2F2F none repeat scroll 0% 0% !important;
color: lightgrey !important;
}
.te .qz, .qz, .qz:hover {
background: white !important;
}
.te {
border-radius: 0px;
}
#gbsfw.gb_kb {
border: 1px solid #1F1F1F !important;
background-color: #1F1F1F;
}
.gb_B .gb_a, .gb_a {
border: 1px solid #4F4F4F !important;
}
.gb_C {
background-color: rgba(255, 255, 255, 0.5) !important;
color: #333 !important;
}
#gbwa {
background: transparent none repeat scroll 0% 0% !important;
}
.sR, .gg {
filter: invert(100%);
}
.mG {
background: inherit !important;
color: inherit !important;
font-weight: bold !important;
}
.lt.mG, .ng, .pQ, .YGETNc, .xQb, .gb_D {
color: lightgray !important;
}
#gb .gb_y.gb_y a {
color: lightblue;
}
.sV {
color: grey !important;
}
.Bb:hover, .O-cB, .gb_Fa, .gb_ra:hover .gb_wa, .MNn0h, .gb_w, .lQ {
background-color: #343434 !important;
}
.ss, .My {
color: white;
}
.bJ, .gK, .rI {
background: inherit !important;
}
.b5, .br .dX, .ae, .h3, input.dm, #settings-signature-text {
background: #EEEEEE;
color: black;
}
.tX, .rO, .bx, .c1, .fX, .TlvAYc, .f5, .sb, .s8, .nW {
color: lightgray;
}
.aY, .b4, .MNn0h:hover, .Kza, .at {
background: #343434 !important;
}
.bB {
background: #7F7F7F !important;
}
.ab {
background: #1F1F1F;
}
.sB {
background: #1F1F1F !important;
border-top-color: #1F1F1F !important;
}
.hA, .dK, .m2.dK, .gb_ra {
color: lightgray;
border: 1px solid #3F3F3F !important;
}
.kq .qhuNad, .VmvYtb, .BlkIvf, .sd.t1, .action.actionIcon.ew, .action.hJ, .hX.ew, .dS {
filter: invert(100%) !important;
}
.kq>.Ahnnze {
border-color: #3F3F3F !important;
color: lightblue !important;
}
.PD, .KRQuhe, .My, .EV, .IM {
background: #3F3F3F !important;
}
.te.qz, .qW {
background-color: #DFDFDF !important;
}
.bB .at::before, .b4 .at::before, .at::before {
box-shadow: -24px 0px 12px -12px #DFDFDF inset !important;
transition: none !important;
}
.T8AgId {
border-color: #4F4F4F;
}
.Wkchmf, .z-b-G {
background: #3F3F3F none repeat scroll 0% 0% !important;
color: lightgray;
}
.Jq .Bb>.ik, .cj, .tF.gB.Xp.kG, .ahRshd .wxPY, .NLK4Q, .bi97z, .RM, .bI {
color: lightgray;
}
.kq .tF::-moz-placeholder {
color: lightgray !important;
opacity: 1;
}
.bi97z:hover {
color: black;
}
.eh.c-P-p, .eh.c-P-B {
background-color: #3F3F3F !important;
}
.Rj, .OPGhIf, .dBcHLc {
color: #8F8F8F !important;
}
.kp {
color: #8F8F8F;
}
.rE, .PU, .UU, .c2, .Ck {
filter: invert(100%);
}
.rk>.rE {
filter: none;
}
button>.Gy {
filter: invert(25%);
}
.mMYEre {
filter: invert(81%);
}
.mMYEre>.DU56ac {
filter: none;
}
.vf6xyf {
background-color: #5F5F5F;
}
.uJ .Ih {
text-shadow: none;
}
.Ih, .Ef {
background: #2F2F2F none repeat scroll 0% 0% !important;
}
a.Xx, .lowdbc {
color: lightblue;
}
.hC {
background: gray;
}
.an::before {
box-shadow: 0px -1px 0px #3F3F3F, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.24) !important;
}
.m0 {
background: #3F3F3F !important;
}
.ai-b8-bQ, .pi {
background: inherit !important;
font-weight: bold !important;
}
.dL, .dt {
background: inherit !important;
color: transparent !important;
}
.x, .cq, .GZ, .qS::before, .i, .dp {
filter: brightness(0.5);
}
.tn, input.tr {
filter: brightness(0.7);
}
.s1, .du, .fV, .gX, .q7, .uq, .fE, .nI, .rr, .rm>.bo, .dB, .H.rg, .g-u-B-tK, .IWa {
filter: invert(100%);
}
.sl.ry.pE.q7.ej.eY, .eS.F {
filter: contrast(181.5%) invert(81.5%);
}
.rJ {
background: #2F2F2F none repeat scroll 0% 0% !important;
color: lightgray !important;
}
ul.Y:nth-child(4) .clusterIconCustom~.op {
filter: none;
}
ul.Y:nth-child(4) .op, ul.Y:nth-child(3) .op {
filter: invert(100%);
}
.E {
filter: invert(82.3%);
}
.b4 .at::before {
box-shadow: -24px 0px 12px -12px #363636 inset !important;
}
.lE, .x2oYAc {
filter: grayscale(100%);
}
div[title="Hangouts"] {
display: none !important;
}
.Y {
border-bottom-color: #4d4d4d;
}
.lQ::-webkit-scrollbar-thumb {
background-color: #4d4d4d;
}
.lQ {
color: gray;
}
.gb_Bb, .gb_ga, .gb_xb, .gb_ja {
background-color: #2F2F2F;
}
|
Excluded/test/HowToSelenium/AppData/Local/Google/Chrome/User Data/Default/Extensions/geooakdjiamlhpechokegobmhdmlgidk/1.3_0/content_script/custom/inbox.css
|
body, .an, .ss, .bg, .lT, .lt, .dy, .d2, .fk, .do, .s2, .bc, .MH, .iQ, .pj, .Egm, .hN, .T8AgId, .Hy, .dw, .g2, .au, .nY, .bb .O-c3, .O-bi, .pX, .rh, .o>.g-u-B, .g-aG, .bW, .k7, .gb_Ia, .gb_Fa, #gb#gb a.gb_ka, .gb_ra:hover .gb_wa, .aac, .l4a, .f4a.B70Reb, .B70Reb .Jub, .B70Reb .Hub, .Kza, .gb_F, .gb_a, .te, .yRIp4c, .hv {
background: #2F2F2F none repeat scroll 0% 0% !important;
color: lightgrey !important;
}
.te .qz, .qz, .qz:hover {
background: white !important;
}
.te {
border-radius: 0px;
}
#gbsfw.gb_kb {
border: 1px solid #1F1F1F !important;
background-color: #1F1F1F;
}
.gb_B .gb_a, .gb_a {
border: 1px solid #4F4F4F !important;
}
.gb_C {
background-color: rgba(255, 255, 255, 0.5) !important;
color: #333 !important;
}
#gbwa {
background: transparent none repeat scroll 0% 0% !important;
}
.sR, .gg {
filter: invert(100%);
}
.mG {
background: inherit !important;
color: inherit !important;
font-weight: bold !important;
}
.lt.mG, .ng, .pQ, .YGETNc, .xQb, .gb_D {
color: lightgray !important;
}
#gb .gb_y.gb_y a {
color: lightblue;
}
.sV {
color: grey !important;
}
.Bb:hover, .O-cB, .gb_Fa, .gb_ra:hover .gb_wa, .MNn0h, .gb_w, .lQ {
background-color: #343434 !important;
}
.ss, .My {
color: white;
}
.bJ, .gK, .rI {
background: inherit !important;
}
.b5, .br .dX, .ae, .h3, input.dm, #settings-signature-text {
background: #EEEEEE;
color: black;
}
.tX, .rO, .bx, .c1, .fX, .TlvAYc, .f5, .sb, .s8, .nW {
color: lightgray;
}
.aY, .b4, .MNn0h:hover, .Kza, .at {
background: #343434 !important;
}
.bB {
background: #7F7F7F !important;
}
.ab {
background: #1F1F1F;
}
.sB {
background: #1F1F1F !important;
border-top-color: #1F1F1F !important;
}
.hA, .dK, .m2.dK, .gb_ra {
color: lightgray;
border: 1px solid #3F3F3F !important;
}
.kq .qhuNad, .VmvYtb, .BlkIvf, .sd.t1, .action.actionIcon.ew, .action.hJ, .hX.ew, .dS {
filter: invert(100%) !important;
}
.kq>.Ahnnze {
border-color: #3F3F3F !important;
color: lightblue !important;
}
.PD, .KRQuhe, .My, .EV, .IM {
background: #3F3F3F !important;
}
.te.qz, .qW {
background-color: #DFDFDF !important;
}
.bB .at::before, .b4 .at::before, .at::before {
box-shadow: -24px 0px 12px -12px #DFDFDF inset !important;
transition: none !important;
}
.T8AgId {
border-color: #4F4F4F;
}
.Wkchmf, .z-b-G {
background: #3F3F3F none repeat scroll 0% 0% !important;
color: lightgray;
}
.Jq .Bb>.ik, .cj, .tF.gB.Xp.kG, .ahRshd .wxPY, .NLK4Q, .bi97z, .RM, .bI {
color: lightgray;
}
.kq .tF::-moz-placeholder {
color: lightgray !important;
opacity: 1;
}
.bi97z:hover {
color: black;
}
.eh.c-P-p, .eh.c-P-B {
background-color: #3F3F3F !important;
}
.Rj, .OPGhIf, .dBcHLc {
color: #8F8F8F !important;
}
.kp {
color: #8F8F8F;
}
.rE, .PU, .UU, .c2, .Ck {
filter: invert(100%);
}
.rk>.rE {
filter: none;
}
button>.Gy {
filter: invert(25%);
}
.mMYEre {
filter: invert(81%);
}
.mMYEre>.DU56ac {
filter: none;
}
.vf6xyf {
background-color: #5F5F5F;
}
.uJ .Ih {
text-shadow: none;
}
.Ih, .Ef {
background: #2F2F2F none repeat scroll 0% 0% !important;
}
a.Xx, .lowdbc {
color: lightblue;
}
.hC {
background: gray;
}
.an::before {
box-shadow: 0px -1px 0px #3F3F3F, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.24) !important;
}
.m0 {
background: #3F3F3F !important;
}
.ai-b8-bQ, .pi {
background: inherit !important;
font-weight: bold !important;
}
.dL, .dt {
background: inherit !important;
color: transparent !important;
}
.x, .cq, .GZ, .qS::before, .i, .dp {
filter: brightness(0.5);
}
.tn, input.tr {
filter: brightness(0.7);
}
.s1, .du, .fV, .gX, .q7, .uq, .fE, .nI, .rr, .rm>.bo, .dB, .H.rg, .g-u-B-tK, .IWa {
filter: invert(100%);
}
.sl.ry.pE.q7.ej.eY, .eS.F {
filter: contrast(181.5%) invert(81.5%);
}
.rJ {
background: #2F2F2F none repeat scroll 0% 0% !important;
color: lightgray !important;
}
ul.Y:nth-child(4) .clusterIconCustom~.op {
filter: none;
}
ul.Y:nth-child(4) .op, ul.Y:nth-child(3) .op {
filter: invert(100%);
}
.E {
filter: invert(82.3%);
}
.b4 .at::before {
box-shadow: -24px 0px 12px -12px #363636 inset !important;
}
.lE, .x2oYAc {
filter: grayscale(100%);
}
div[title="Hangouts"] {
display: none !important;
}
.Y {
border-bottom-color: #4d4d4d;
}
.lQ::-webkit-scrollbar-thumb {
background-color: #4d4d4d;
}
.lQ {
color: gray;
}
.gb_Bb, .gb_ga, .gb_xb, .gb_ja {
background-color: #2F2F2F;
}
| 0.413477 | 0.075176 |
.box-100{ width:100%; float:left;position:relative;}
.carousel-item-slide:before{ width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0, 0, 0, 0.5); content:''; z-index:2;}
.carousel-item {
display: block;
position: relative;
opacity: 0; z-index:1;
transition: opacity .75s ease-in-out;
}
.carousel-item.active {
opacity: 1;
}
.carousel,
.carousel-inner,
.carousel-item {
width: 100%;
height: 100%;
}
.carousel {
position: relative;
top: 0;
left: 0;
}
.carousel-item-slide .carousel-caption p{margin-bottom:5px;}
.carousel-control{ position:absolute; bottom:40%; z-index:2;width:51px; height:51px;opacity:0.5;
overflow: hidden; text-indent: -9999px; text-align: left;background: url('../images/images-sprites1.png') no-repeat;
}
.carousel-control.left{ left:10%;background-position: -51px -130px;}
.carousel-control.right{ right:10%;background-position: -0px -130px;}
.carousel-control:hover{ opacity:1;-webkit-transition: 1s all ease-in-out .1s;
-moz-transition: 1s all ease-in-out .1s;
-ms-transition: 1s all ease-in-out .1s;
-o-transition: 1s all ease-in-out .1s;
transition: 1s all ease-in-out .1s;}
/*menu*/
.main-navigation {
display:block;
width:100%; margin-top: 10px;
margin-bottom: 10px;-webkit-transition: 0.5s all ease-in-out 0.5s;
-moz-transition: 0.5s all ease-in-out 0.5s;
-ms-transition: 0.5s all ease-in-out 0.5s;
-o-transition: 0.5s all ease-in-out 0.5s;
transition: 0.5s all ease-in-out 0.5s;
}
@media(min-width:768px){.main-navigation{width:auto}}
.main-navigation ul {
margin:0;
padding-left:0;
list-style:none
}
.main-navigation .menu {
display:none
}
.main-navigation li {
text-align:left
}
.main-navigation a {
position:relative;
display:block;
text-decoration:none;
}
.main-navigation p{ margin-bottom:0;}
.main-navigation ul ul a {color:#000;}
.main-navigation ul ul li+li{border-top:1px solid rgba(69, 90, 100, 0.09)}
.div-submenu{ width:33.33%;}
.bg-ebebeb{background-color: rgba(235, 235, 235, 0.54);}
.li-matran a{ font-size:20px !important; color:#48b465 !important;}
@media(min-width:768px){.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover>ul,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover>ul {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
visibility:visible;
opacity:1
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul {
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul.inverse-side,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul.inverse-side {
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul {
top:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.sub-menu-bottom {
top:auto; bottom:0;
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.in-transition {
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.inverse-side.in-transition {
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li[hidden] {
display:none
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul {
left:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul.inverse-side,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul.inverse-side {
left:auto;
right:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul {
top:100%
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition {
left:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition.inverse-side {
left:auto;
right:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {background-color:#f9f9f9;
position:absolute;
z-index:999;
left:-999em;
opacity:0;
visibility:hidden;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
transform:translateY(30px);
-webkit-transition-duration:200ms;
-o-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-timing-function:linear;
-o-transition-timing-function:linear;
transition-timing-function:linear;
-webkit-transition-property:opacity,
visibility,
-webkit-transform;
transition-property:opacity,
visibility,
-webkit-transform;
-o-transition-property:transform,
opacity,
visibility;
transition-property:transform,
opacity,
visibility;
transition-property:transform,
opacity,
visibility,
-webkit-transform
}
/*.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu::-webkit-scrollbar {
width: 8px;
background-color: #fff; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu::-webkit-scrollbar-thumb {
background-color: #86bc42; }*/
.main-navigation:not(.vertical-menu) .menu {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
position:static
}
.main-navigation:not(.vertical-menu) .menu>li {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.main-navigation:not(.vertical-menu) .menu .sub-menu {
margin:0;
-webkit-box-shadow:0 2px 12px rgba(136,
136,
136,
.26);
box-shadow:0 2px 12px rgba(136,
136,
136,
.26)
}
.main-navigation:not(.vertical-menu) .menu>li[hidden] {
display:none
}
.main-navigation:not(.vertical-menu) .menu>li>.sub-menu {
margin-top:15px
}
.navbar-fixed-top .main-navigation:not(.vertical-menu) .menu>li>.sub-menu {
margin-top:5px
}
.main-navigation:not(.vertical-menu) .menu>li>.sub-menu:before {
content:'';
position:absolute;
height:20px;
width:100%;
bottom:100%;
left:0
}
.main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu li a:before {
content:'';
position:absolute;
height:100%;
width:2px;
bottom:0;
top:0;
right:calc(100% - 0.5px)
}
.main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu.inverse-side li a:before {
right:auto;
left:calc(100% - 0.5px)
}
}
@media(max-width:767px){
.main-navigation.mobile-menu>.menu {
display:inline
}
.main-navigation.mobile-menu>.menu>li:first-child {
margin-top:20px
}
}
.main-navigation a {
padding:0;
font-size:1.125rem;
}
@media(min-width:1025px){
.main-navigation .menu>li {
margin-left:15px;
margin-right:15px
}
}
@media(min-width:993px) and (max-width:1024px){
.main-navigation .menu>li {
margin-left:5px;
margin-right:5px
}
.site-logo__link{ margin-bottom:0;}
.site-logo__link img{ max-width:200px;}
}
@media(min-width:768px){
.main-navigation .menu {
margin-left:-18px;
margin-right:-18px
}
}
@media(max-width:992px){
.main-navigation .menu>li {
margin-left:9px;
margin-right:9px
}
}
@media(min-width:768px){.main-navigation .menu>li>a {
font-size:16px; font-weight:bold;
padding:12px 0;
}
}
@media(max-width:767px){.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon) a {
padding-right:65px
}
}
.main-navigation a::after{font-family: 'FontAwesome';cursor: pointer;position: absolute; line-height:1;}
@media(min-width:768px){.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a {
padding-right:15px
}
.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a::after {
content: "\f107";
right:0;
top:17px;
}
}
@media(min-width:768px){.main-navigation .sub-menu a{
}
}
@media(min-width:768px){.main-navigation .ul-submenu li>a:before {font-family: 'FontAwesome';
content: "\f111";
font-size:7px;position:absolute; top:6px; left:0;color: #53b86e;
}
}
@media(min-width:768px){
.main-navigation .sub-menu>li>a {font-weight:bold;}
.main-navigation .sub-menu .sub-menu>li>a {
width:230px;
}
.main-navigation .sub-menu>li.menu-item-has-children>a{ padding-right:5px;}
.main-navigation .sub-menu>li a span{ font-size:15px;}
/*.div-submenu .summany{-webkit-line-clamp: 2;}*/
}
@media(min-width:768px){.main-navigation .sub-menu a {
font-size:15px;
letter-spacing:normal;
}
}
.site .container.site-header,
{
padding-left:0;
padding-right:0
}
.site-header {
margin-top:0px;position:fixed; z-index:3; top:0;left:0;-webkit-transform: all .3s ease-in-out;
-ms-transform: all .3s ease-in-out;
transform: all .3s ease-in-out;
}
.navbar-fixed-top{background-color:rgba(0, 0, 0, 0.69);}
.navbar-fixed-top .main-navigation{ margin:0;}
@media(min-width:768px){.header-container{padding:5px 0 5px 0;}}
.header-container__flex {
position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-ms-flex-line-pack:stretch;
align-content:stretch;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
@media(min-width:768px){
.header-container__flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.header-container__flex>*{margin-left:15px;margin-right:15px}
}
@media(min-width:992px){
.site-header.default .header-container__flex
{
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
.site-header.default .header-container {
position:relative
}
@media(min-width:768px){.site-header.default .header-container:before {
content:'';
height:1px;
width:100%;
background:rgba(255,
255,
255,
.2);
position:absolute;
bottom:0;
left:0;
right:0
}
}
.site-header.default .site-branding,
{
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto
}
@media(min-width:768px){.site-header.default .site-branding {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
}
@media(min-width:768px){.site-header.default .main-navigation {
-webkit-box-ordinal-group:8;
-ms-flex-order:7;
order:7;
width:100%
}
}
@media(min-width:992px){.site-header.default .main-navigation {
-webkit-box-ordinal-group:4;
-ms-flex-order:3;
order:3
}
.site-header.default .main-navigation .menu {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
}
@media(min-width:992px){.site-header.default .main-navigation:last-child .menu {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end
}
}
#site-navigation.main-navigation.vertical-menu {
background-color: #000000;
}
#site-navigation.main-navigation.vertical-menu ul.menu li a {
font-style: normal;
font-size: 12px;
line-height: 2;
}
#site-navigation.main-navigation.vertical-menu .menu > li > a,
#site-navigation.main-navigation.vertical-menu ul ul a,
.main-navigation-buttons .navigation-button,
.invert .main-navigation > .menu > li > a,
.site-header .invert .contact-block__label
{
color: #ffffff;
}
#site-navigation.main-navigation.vertical-menu .menu > li > a:hover,
#site-navigation.main-navigation.vertical-menu ul ul a:hover,
#site-navigation.main-navigation.vertical-menu ul li.current-menu-item > a,
.main-navigation-buttons .navigation-button:hover,
.invert .main-navigation > .menu > li > a:hover {
color: #48b465;
}
/* #Main Menu */
.main-navigation .menu > li > a{
color: #000000;
}
.main-navigation .menu > li > a:hover,
.main-navigation .menu > li.menu-hover > a
{
color: #48b465;
}
.main-navigation .sub-menu > li .div-submenu:hover,
.main-navigation .sub-menu > li.menu-hover{
color: #fff !important;background-color:#48b465; border-radius:0.5rem
}
.main-navigation .sub-menu > li:hover > a,
.main-navigation .sub-menu > li.menu-hover > a {
color: #000;
}
.main-navigation .sub-menu > li .div-submenu:hover a,.main-navigation .sub-menu > li .div-submenu:hover a:before{color: #fff !important;}
@media (min-width: 768px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 2;
letter-spacing: 0em;
}
}
#site-navigation.main-navigation.vertical-menu .menu > li > a,
#site-navigation.main-navigation.vertical-menu ul ul a,
.main-navigation-buttons .navigation-button,
.invert .main-navigation > .menu > li > a{
color: #ffffff;
}
.div-submenu > a{ padding:15px;}
.div-submenu-blog > a { padding-bottom:0 !important; padding-top:0 !important;}
.ul-submenu li{ padding-left:5px; border-top:0 !important; margin-top:3px;}
.ul-submenu li a{ color:#000 !important; padding:0 15px !important;}
.ul-submenu li a:hover{color: #f9f9f9 !important; text-decoration:underline;}
footer .col-md-4{ margin-top:15px;}
.contact-footer img{ margin-right:30px;}
.contact-footer td{ padding-top:20px; font-size:15px; color:#b5b5b5;}
.contact-footer td a{color:#b5b5b5;}
.title_footer{ color:#48b465; font-size:16px; font-weight:bold; text-transform:uppercase; margin-top:12px; margin-bottom:12px;}
.ul-footer a{ display:block; color:#b5b5b5; font-size:15px;}
.ul-footer a:hover{color:#48b465;}
.ul-footer a+a{margin-top:5px;}
.ul-footer a .fa{ margin-right:5px;}
.noluc{border: 1px solid #333; padding:6px; font-size:14px; margin-top:15px; margin-bottom:15px;}
.note-footer{padding: 5px 25px; font-style:italic; font-size:15px;}
.note-footer:before{content: "\f10d";font-family: 'FontAwesome'; position:absolute; top:0; left:0}
.note-footer:after{content: "\f10e";font-family: 'FontAwesome';position:absolute; bottom: 0.5rem; right:0}
.contact-footer-right > table > tbody > tr{border-top: 1px dotted #666;}
.contact-footer-right > table > tbody > tr > td{ padding-bottom:15px;}
.contact-footer-right td{ padding-top:15px;}
.contact-footer-right img{ margin-right:15px;}
.sharefooter a{ display:inline-block; vertical-align:middle;}
.sharefooter img{ margin-left:6px; margin-right:0;}
.sharefooter .fa{width:30px; height:30px; text-align:center; font-size:20px; line-height:30px;color:#fff;}
.sharefooter .fa-facebook{ background-color:#49639d;}
.sharefooter .fa-twitter{ background-color:#34a7d3;}
.sharefooter .fa-google,.sharefooter .fa-youtube{ background-color:#f90101;}
.sharefooter .fa-pinterest{ background-color:#cd1e25;}
.sharefooter .fa-twitter{ background-color:#34a7d3;}
.sharefooter .fa-medium{ background-color:#000;}
.sharefooter .fa:hover,.sharefooter img:hover{ opacity:0.5;}
.copyright{ text-align:center; background-color:#555; padding:15px 0 5px 0; color:#fff;}
.copyright h6{ font-size:14px;}
.copyright p{ margin-bottom:10px;}
.copyright img{ padding-right:5px;}
|
public/style/css/menu_pc.css
|
.box-100{ width:100%; float:left;position:relative;}
.carousel-item-slide:before{ width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0, 0, 0, 0.5); content:''; z-index:2;}
.carousel-item {
display: block;
position: relative;
opacity: 0; z-index:1;
transition: opacity .75s ease-in-out;
}
.carousel-item.active {
opacity: 1;
}
.carousel,
.carousel-inner,
.carousel-item {
width: 100%;
height: 100%;
}
.carousel {
position: relative;
top: 0;
left: 0;
}
.carousel-item-slide .carousel-caption p{margin-bottom:5px;}
.carousel-control{ position:absolute; bottom:40%; z-index:2;width:51px; height:51px;opacity:0.5;
overflow: hidden; text-indent: -9999px; text-align: left;background: url('../images/images-sprites1.png') no-repeat;
}
.carousel-control.left{ left:10%;background-position: -51px -130px;}
.carousel-control.right{ right:10%;background-position: -0px -130px;}
.carousel-control:hover{ opacity:1;-webkit-transition: 1s all ease-in-out .1s;
-moz-transition: 1s all ease-in-out .1s;
-ms-transition: 1s all ease-in-out .1s;
-o-transition: 1s all ease-in-out .1s;
transition: 1s all ease-in-out .1s;}
/*menu*/
.main-navigation {
display:block;
width:100%; margin-top: 10px;
margin-bottom: 10px;-webkit-transition: 0.5s all ease-in-out 0.5s;
-moz-transition: 0.5s all ease-in-out 0.5s;
-ms-transition: 0.5s all ease-in-out 0.5s;
-o-transition: 0.5s all ease-in-out 0.5s;
transition: 0.5s all ease-in-out 0.5s;
}
@media(min-width:768px){.main-navigation{width:auto}}
.main-navigation ul {
margin:0;
padding-left:0;
list-style:none
}
.main-navigation .menu {
display:none
}
.main-navigation li {
text-align:left
}
.main-navigation a {
position:relative;
display:block;
text-decoration:none;
}
.main-navigation p{ margin-bottom:0;}
.main-navigation ul ul a {color:#000;}
.main-navigation ul ul li+li{border-top:1px solid rgba(69, 90, 100, 0.09)}
.div-submenu{ width:33.33%;}
.bg-ebebeb{background-color: rgba(235, 235, 235, 0.54);}
.li-matran a{ font-size:20px !important; color:#48b465 !important;}
@media(min-width:768px){.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover>ul,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover>ul {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
visibility:visible;
opacity:1
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul {
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul.inverse-side,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul.inverse-side {
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul {
top:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.sub-menu-bottom {
top:auto; bottom:0;
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.in-transition {
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.inverse-side.in-transition {
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li[hidden] {
display:none
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul {
left:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul.inverse-side,
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul.inverse-side {
left:auto;
right:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul {
top:100%
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition {
left:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition.inverse-side {
left:auto;
right:0px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {background-color:#f9f9f9;
position:absolute;
z-index:999;
left:-999em;
opacity:0;
visibility:hidden;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
transform:translateY(30px);
-webkit-transition-duration:200ms;
-o-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-timing-function:linear;
-o-transition-timing-function:linear;
transition-timing-function:linear;
-webkit-transition-property:opacity,
visibility,
-webkit-transform;
transition-property:opacity,
visibility,
-webkit-transform;
-o-transition-property:transform,
opacity,
visibility;
transition-property:transform,
opacity,
visibility;
transition-property:transform,
opacity,
visibility,
-webkit-transform
}
/*.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu::-webkit-scrollbar {
width: 8px;
background-color: #fff; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu::-webkit-scrollbar-thumb {
background-color: #86bc42; }*/
.main-navigation:not(.vertical-menu) .menu {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
position:static
}
.main-navigation:not(.vertical-menu) .menu>li {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.main-navigation:not(.vertical-menu) .menu .sub-menu {
margin:0;
-webkit-box-shadow:0 2px 12px rgba(136,
136,
136,
.26);
box-shadow:0 2px 12px rgba(136,
136,
136,
.26)
}
.main-navigation:not(.vertical-menu) .menu>li[hidden] {
display:none
}
.main-navigation:not(.vertical-menu) .menu>li>.sub-menu {
margin-top:15px
}
.navbar-fixed-top .main-navigation:not(.vertical-menu) .menu>li>.sub-menu {
margin-top:5px
}
.main-navigation:not(.vertical-menu) .menu>li>.sub-menu:before {
content:'';
position:absolute;
height:20px;
width:100%;
bottom:100%;
left:0
}
.main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu li a:before {
content:'';
position:absolute;
height:100%;
width:2px;
bottom:0;
top:0;
right:calc(100% - 0.5px)
}
.main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu.inverse-side li a:before {
right:auto;
left:calc(100% - 0.5px)
}
}
@media(max-width:767px){
.main-navigation.mobile-menu>.menu {
display:inline
}
.main-navigation.mobile-menu>.menu>li:first-child {
margin-top:20px
}
}
.main-navigation a {
padding:0;
font-size:1.125rem;
}
@media(min-width:1025px){
.main-navigation .menu>li {
margin-left:15px;
margin-right:15px
}
}
@media(min-width:993px) and (max-width:1024px){
.main-navigation .menu>li {
margin-left:5px;
margin-right:5px
}
.site-logo__link{ margin-bottom:0;}
.site-logo__link img{ max-width:200px;}
}
@media(min-width:768px){
.main-navigation .menu {
margin-left:-18px;
margin-right:-18px
}
}
@media(max-width:992px){
.main-navigation .menu>li {
margin-left:9px;
margin-right:9px
}
}
@media(min-width:768px){.main-navigation .menu>li>a {
font-size:16px; font-weight:bold;
padding:12px 0;
}
}
@media(max-width:767px){.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon) a {
padding-right:65px
}
}
.main-navigation a::after{font-family: 'FontAwesome';cursor: pointer;position: absolute; line-height:1;}
@media(min-width:768px){.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a {
padding-right:15px
}
.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a::after {
content: "\f107";
right:0;
top:17px;
}
}
@media(min-width:768px){.main-navigation .sub-menu a{
}
}
@media(min-width:768px){.main-navigation .ul-submenu li>a:before {font-family: 'FontAwesome';
content: "\f111";
font-size:7px;position:absolute; top:6px; left:0;color: #53b86e;
}
}
@media(min-width:768px){
.main-navigation .sub-menu>li>a {font-weight:bold;}
.main-navigation .sub-menu .sub-menu>li>a {
width:230px;
}
.main-navigation .sub-menu>li.menu-item-has-children>a{ padding-right:5px;}
.main-navigation .sub-menu>li a span{ font-size:15px;}
/*.div-submenu .summany{-webkit-line-clamp: 2;}*/
}
@media(min-width:768px){.main-navigation .sub-menu a {
font-size:15px;
letter-spacing:normal;
}
}
.site .container.site-header,
{
padding-left:0;
padding-right:0
}
.site-header {
margin-top:0px;position:fixed; z-index:3; top:0;left:0;-webkit-transform: all .3s ease-in-out;
-ms-transform: all .3s ease-in-out;
transform: all .3s ease-in-out;
}
.navbar-fixed-top{background-color:rgba(0, 0, 0, 0.69);}
.navbar-fixed-top .main-navigation{ margin:0;}
@media(min-width:768px){.header-container{padding:5px 0 5px 0;}}
.header-container__flex {
position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-ms-flex-line-pack:stretch;
align-content:stretch;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
@media(min-width:768px){
.header-container__flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.header-container__flex>*{margin-left:15px;margin-right:15px}
}
@media(min-width:992px){
.site-header.default .header-container__flex
{
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
.site-header.default .header-container {
position:relative
}
@media(min-width:768px){.site-header.default .header-container:before {
content:'';
height:1px;
width:100%;
background:rgba(255,
255,
255,
.2);
position:absolute;
bottom:0;
left:0;
right:0
}
}
.site-header.default .site-branding,
{
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto
}
@media(min-width:768px){.site-header.default .site-branding {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
}
@media(min-width:768px){.site-header.default .main-navigation {
-webkit-box-ordinal-group:8;
-ms-flex-order:7;
order:7;
width:100%
}
}
@media(min-width:992px){.site-header.default .main-navigation {
-webkit-box-ordinal-group:4;
-ms-flex-order:3;
order:3
}
.site-header.default .main-navigation .menu {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
}
@media(min-width:992px){.site-header.default .main-navigation:last-child .menu {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end
}
}
#site-navigation.main-navigation.vertical-menu {
background-color: #000000;
}
#site-navigation.main-navigation.vertical-menu ul.menu li a {
font-style: normal;
font-size: 12px;
line-height: 2;
}
#site-navigation.main-navigation.vertical-menu .menu > li > a,
#site-navigation.main-navigation.vertical-menu ul ul a,
.main-navigation-buttons .navigation-button,
.invert .main-navigation > .menu > li > a,
.site-header .invert .contact-block__label
{
color: #ffffff;
}
#site-navigation.main-navigation.vertical-menu .menu > li > a:hover,
#site-navigation.main-navigation.vertical-menu ul ul a:hover,
#site-navigation.main-navigation.vertical-menu ul li.current-menu-item > a,
.main-navigation-buttons .navigation-button:hover,
.invert .main-navigation > .menu > li > a:hover {
color: #48b465;
}
/* #Main Menu */
.main-navigation .menu > li > a{
color: #000000;
}
.main-navigation .menu > li > a:hover,
.main-navigation .menu > li.menu-hover > a
{
color: #48b465;
}
.main-navigation .sub-menu > li .div-submenu:hover,
.main-navigation .sub-menu > li.menu-hover{
color: #fff !important;background-color:#48b465; border-radius:0.5rem
}
.main-navigation .sub-menu > li:hover > a,
.main-navigation .sub-menu > li.menu-hover > a {
color: #000;
}
.main-navigation .sub-menu > li .div-submenu:hover a,.main-navigation .sub-menu > li .div-submenu:hover a:before{color: #fff !important;}
@media (min-width: 768px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 2;
letter-spacing: 0em;
}
}
#site-navigation.main-navigation.vertical-menu .menu > li > a,
#site-navigation.main-navigation.vertical-menu ul ul a,
.main-navigation-buttons .navigation-button,
.invert .main-navigation > .menu > li > a{
color: #ffffff;
}
.div-submenu > a{ padding:15px;}
.div-submenu-blog > a { padding-bottom:0 !important; padding-top:0 !important;}
.ul-submenu li{ padding-left:5px; border-top:0 !important; margin-top:3px;}
.ul-submenu li a{ color:#000 !important; padding:0 15px !important;}
.ul-submenu li a:hover{color: #f9f9f9 !important; text-decoration:underline;}
footer .col-md-4{ margin-top:15px;}
.contact-footer img{ margin-right:30px;}
.contact-footer td{ padding-top:20px; font-size:15px; color:#b5b5b5;}
.contact-footer td a{color:#b5b5b5;}
.title_footer{ color:#48b465; font-size:16px; font-weight:bold; text-transform:uppercase; margin-top:12px; margin-bottom:12px;}
.ul-footer a{ display:block; color:#b5b5b5; font-size:15px;}
.ul-footer a:hover{color:#48b465;}
.ul-footer a+a{margin-top:5px;}
.ul-footer a .fa{ margin-right:5px;}
.noluc{border: 1px solid #333; padding:6px; font-size:14px; margin-top:15px; margin-bottom:15px;}
.note-footer{padding: 5px 25px; font-style:italic; font-size:15px;}
.note-footer:before{content: "\f10d";font-family: 'FontAwesome'; position:absolute; top:0; left:0}
.note-footer:after{content: "\f10e";font-family: 'FontAwesome';position:absolute; bottom: 0.5rem; right:0}
.contact-footer-right > table > tbody > tr{border-top: 1px dotted #666;}
.contact-footer-right > table > tbody > tr > td{ padding-bottom:15px;}
.contact-footer-right td{ padding-top:15px;}
.contact-footer-right img{ margin-right:15px;}
.sharefooter a{ display:inline-block; vertical-align:middle;}
.sharefooter img{ margin-left:6px; margin-right:0;}
.sharefooter .fa{width:30px; height:30px; text-align:center; font-size:20px; line-height:30px;color:#fff;}
.sharefooter .fa-facebook{ background-color:#49639d;}
.sharefooter .fa-twitter{ background-color:#34a7d3;}
.sharefooter .fa-google,.sharefooter .fa-youtube{ background-color:#f90101;}
.sharefooter .fa-pinterest{ background-color:#cd1e25;}
.sharefooter .fa-twitter{ background-color:#34a7d3;}
.sharefooter .fa-medium{ background-color:#000;}
.sharefooter .fa:hover,.sharefooter img:hover{ opacity:0.5;}
.copyright{ text-align:center; background-color:#555; padding:15px 0 5px 0; color:#fff;}
.copyright h6{ font-size:14px;}
.copyright p{ margin-bottom:10px;}
.copyright img{ padding-right:5px;}
| 0.31363 | 0.14433 |
*{
scroll-behavior: smooth;
}
body::-webkit-scrollbar {
display: none;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
background-color: rgba(1, 11, 24, 0.925);
overflow-x: hidden;
font-family: DisposableDroidBB;
}
@font-face { font-family: DisposableDroidBB; src: url('../../DisposableDroidBB.ttf'); }
.page1 {
width: 100%;
height: 100vh;
}
.icon{
display: none;
}
.logo img{
padding: 1px 10px;
width: 35px;
height: 40px;
}
.sticky {
display: flex;
justify-content: space-between;
flex-direction: row;
padding: 10px 10px;
background: linear-gradient(0deg, rgb(17, 39, 58) 0%, rgb(11, 14, 12) 100%);
color: #f1f1f1;
z-index: 100;
position: fixed;
top: 0;
width: 100%;
}
.menu{
display: flex;
list-style-type: none;
font-size: 20px;
justify-content: center;
margin: 0px;
}
.menu li{
margin:20px 50px 0 20px;
}
.menu li a{
color: rgba(214, 229, 230, 0.7);
text-decoration: none;
}
@media only screen and (max-width: 700px) {
.sticky{
background: rgba(20, 4, 4, 0);
}
.sticky .logo img{
width: 45px;
height: 50px;
}
.menu{
display: none;
}
}
.landing-page {
display: flex;
justify-content: space-around;
flex-direction: row;
}
.landing-page .web-image img {
width: 55vw;
height: 50vh;
margin-top: 150px;
}
.center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40vw;
text-align: center;
}
.center h3{
margin: 50px;
font-size: 25px;
color: rgb(17, 226, 226);
font-weight: 200;
}
.text {
margin-top: 100px;
text-decoration: none;
color: rgba(242, 248, 248, 0.877);
font-size: 80px;
margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
.text {
font-size: 12vw;
}
.center img {
height: 5vw;
padding-left: 4vw;
}
.center {
padding: 30vh 0 0 25vw;
}
.web-image{
display: none;
}
.landing-page{
display: block;
width: 100%;
height: auto;
}
.landing-page .center {
position: relative;
display: block;
text-align: center;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.center h3{
margin: 15px 10px;
margin-bottom: 150px;
}
.text{
font-size: 50px;
}
}
/*main page end**/
.title {
text-align: center;
color: rgba(239, 245, 243, 0.9);
margin: 80px 0px 50px 0px;
font-size: 30px;
}
.down-arrow {
text-align: center;
margin-top: 70px;
color: #c6c9cc;
font-size: 20px;
animation: move 3s ease-out infinite;
}
@keyframes move {
0% {
opacity: 0;
}
25% {
opacity: 0.5;
transform: translateY(20px);
}
33% {
opacity: 0.9;
transform: translateY(30px);
}
67% {
opacity: 1;
transform: translateY(40px);
}
85% {
opacity: 0.7;
transform: translateY(40px);
}
100% {
opacity: 0;
transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}
.down-arrow p {
font-size: 15px;
}
/*page 3 start*/
.projects {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 100%;
height: auto;
padding: 10px 0;
}
.projects .project-card {
margin: 30px;
position: relative;
width: 250px;
height: 300px;
transition: 0.5s ease-in-out;
overflow: hidden;
}
.projects .project-card:hover .project-image{
opacity: 0.2;
}
.projects .project-card .project-image {
position: absolute;
width: 250px;
height: 300px;
top: 0;
left: 0;
}
.projects .project-card .project-image img {
width: 100%;
height: 100%;
}
.projects .project-card .project-contant {
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
transition: 0.5s ease-in-out;
}
.projects .project-card .project-contant p{
text-align: center;
color: #fff;
font-size: 20px;
margin: 10px;
}
.projects .project-card:hover .project-contant {
top: 10%;
}
.projects .project-card:hover{
box-shadow: 0 10px 15px rgb(6, 88, 109);
}
/*page 4**/
.members-contaner {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 10px 0;
transform-style: preserve-3d;
}
.members-contaner .member-box {
position: relative;
width: 300px;
height: 350px;
margin: 30px;
background: #000;
transform-style: preserve-3d;
border-radius: 10px;
overflow: hidden;
}
.members-contaner .member-box:hover {
box-shadow: 0 50px 80px rgba(0, 0, 0, 0.2);
}
.members-contaner .member-box .member-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.members-contaner .member-box .member-image img {
width: 100%;
height: 100%;
}
.members-contaner .member-box .member-contant {
position: absolute;
text-align: center;
margin: 10px;
max-height: 290px;
max-width: 240px;
background: rgb(233, 230, 230);
transform: translateZ(20px) scaleY(0);
padding: 20px 20px;
transform-origin: top;
transition: 0.5s;
transform-style: preserve-3d;
border-radius: 10px;
}
.members-contaner .member-box .member-contant h2{
color: rgb(40, 161, 218);
}
.members-contaner .member-box .member-contant h3{
color: rgb(44, 58, 57);
font-weight: 200;
}
.members-contaner .member-box .member-contant .social-icon a{
font-size: 25px;
color: #1e4757;
margin: 0 0 20px 10px;
text-decoration: none;
}
.members-contaner .member-box:hover .member-contant {
transform: translateZ(20px) scaleY(1);
}
/*footer**/
.footer {
width: 100%;
height: 200px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.footer h2{
color: #f1f1f1;
margin: 20px;
font-weight: 200;
}
.contects a {
font-size: 30px;
color: #c6c9cc;
margin: 10px;
text-decoration: none;
}
.copy {
margin-top: 20px;
}
|
wings/Desing/desing.css
|
*{
scroll-behavior: smooth;
}
body::-webkit-scrollbar {
display: none;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
background-color: rgba(1, 11, 24, 0.925);
overflow-x: hidden;
font-family: DisposableDroidBB;
}
@font-face { font-family: DisposableDroidBB; src: url('../../DisposableDroidBB.ttf'); }
.page1 {
width: 100%;
height: 100vh;
}
.icon{
display: none;
}
.logo img{
padding: 1px 10px;
width: 35px;
height: 40px;
}
.sticky {
display: flex;
justify-content: space-between;
flex-direction: row;
padding: 10px 10px;
background: linear-gradient(0deg, rgb(17, 39, 58) 0%, rgb(11, 14, 12) 100%);
color: #f1f1f1;
z-index: 100;
position: fixed;
top: 0;
width: 100%;
}
.menu{
display: flex;
list-style-type: none;
font-size: 20px;
justify-content: center;
margin: 0px;
}
.menu li{
margin:20px 50px 0 20px;
}
.menu li a{
color: rgba(214, 229, 230, 0.7);
text-decoration: none;
}
@media only screen and (max-width: 700px) {
.sticky{
background: rgba(20, 4, 4, 0);
}
.sticky .logo img{
width: 45px;
height: 50px;
}
.menu{
display: none;
}
}
.landing-page {
display: flex;
justify-content: space-around;
flex-direction: row;
}
.landing-page .web-image img {
width: 55vw;
height: 50vh;
margin-top: 150px;
}
.center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40vw;
text-align: center;
}
.center h3{
margin: 50px;
font-size: 25px;
color: rgb(17, 226, 226);
font-weight: 200;
}
.text {
margin-top: 100px;
text-decoration: none;
color: rgba(242, 248, 248, 0.877);
font-size: 80px;
margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
.text {
font-size: 12vw;
}
.center img {
height: 5vw;
padding-left: 4vw;
}
.center {
padding: 30vh 0 0 25vw;
}
.web-image{
display: none;
}
.landing-page{
display: block;
width: 100%;
height: auto;
}
.landing-page .center {
position: relative;
display: block;
text-align: center;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.center h3{
margin: 15px 10px;
margin-bottom: 150px;
}
.text{
font-size: 50px;
}
}
/*main page end**/
.title {
text-align: center;
color: rgba(239, 245, 243, 0.9);
margin: 80px 0px 50px 0px;
font-size: 30px;
}
.down-arrow {
text-align: center;
margin-top: 70px;
color: #c6c9cc;
font-size: 20px;
animation: move 3s ease-out infinite;
}
@keyframes move {
0% {
opacity: 0;
}
25% {
opacity: 0.5;
transform: translateY(20px);
}
33% {
opacity: 0.9;
transform: translateY(30px);
}
67% {
opacity: 1;
transform: translateY(40px);
}
85% {
opacity: 0.7;
transform: translateY(40px);
}
100% {
opacity: 0;
transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}
.down-arrow p {
font-size: 15px;
}
/*page 3 start*/
.projects {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 100%;
height: auto;
padding: 10px 0;
}
.projects .project-card {
margin: 30px;
position: relative;
width: 250px;
height: 300px;
transition: 0.5s ease-in-out;
overflow: hidden;
}
.projects .project-card:hover .project-image{
opacity: 0.2;
}
.projects .project-card .project-image {
position: absolute;
width: 250px;
height: 300px;
top: 0;
left: 0;
}
.projects .project-card .project-image img {
width: 100%;
height: 100%;
}
.projects .project-card .project-contant {
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
transition: 0.5s ease-in-out;
}
.projects .project-card .project-contant p{
text-align: center;
color: #fff;
font-size: 20px;
margin: 10px;
}
.projects .project-card:hover .project-contant {
top: 10%;
}
.projects .project-card:hover{
box-shadow: 0 10px 15px rgb(6, 88, 109);
}
/*page 4**/
.members-contaner {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 10px 0;
transform-style: preserve-3d;
}
.members-contaner .member-box {
position: relative;
width: 300px;
height: 350px;
margin: 30px;
background: #000;
transform-style: preserve-3d;
border-radius: 10px;
overflow: hidden;
}
.members-contaner .member-box:hover {
box-shadow: 0 50px 80px rgba(0, 0, 0, 0.2);
}
.members-contaner .member-box .member-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.members-contaner .member-box .member-image img {
width: 100%;
height: 100%;
}
.members-contaner .member-box .member-contant {
position: absolute;
text-align: center;
margin: 10px;
max-height: 290px;
max-width: 240px;
background: rgb(233, 230, 230);
transform: translateZ(20px) scaleY(0);
padding: 20px 20px;
transform-origin: top;
transition: 0.5s;
transform-style: preserve-3d;
border-radius: 10px;
}
.members-contaner .member-box .member-contant h2{
color: rgb(40, 161, 218);
}
.members-contaner .member-box .member-contant h3{
color: rgb(44, 58, 57);
font-weight: 200;
}
.members-contaner .member-box .member-contant .social-icon a{
font-size: 25px;
color: #1e4757;
margin: 0 0 20px 10px;
text-decoration: none;
}
.members-contaner .member-box:hover .member-contant {
transform: translateZ(20px) scaleY(1);
}
/*footer**/
.footer {
width: 100%;
height: 200px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.footer h2{
color: #f1f1f1;
margin: 20px;
font-weight: 200;
}
.contects a {
font-size: 30px;
color: #c6c9cc;
margin: 10px;
text-decoration: none;
}
.copy {
margin-top: 20px;
}
| 0.575469 | 0.058158 |
.widget-area .widget + .widget {
margin-top: 68px;
}
.widget-area .widget-title {
margin-bottom: 28px;
}
.wpb_widgetised_column .widget + .widget {
margin-top: 50px;
}
.sidebar .widget:first-child .widget-title {
margin-top: 0px;
}
.wpb_widgetised_column .widget:first-child .widget-title {
margin-top: 0px;
}
.img-responsive.img-circle.wp-post-image {
margin: 0 auto;
}
.widget_contacts .widget-title {
margin-bottom: 21px;
}
.widget .gem-dummy {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
width: 72px;
height: 72px;
float: left;
}
.widget .testimonials-style-2 .gem-dummy,
.widget .testimonials-style-1 .gem-dummy,
.widget .gem-teams-image .gem-dummy {
background-image:url("../images/default-avatar.png") ;
background-size: 100%;
}
.widget .testimonials-style-2 .gem-dummy:after,
.widget .testimonials-style-1 .gem-dummy:after,
.widget .gem-teams-image .gem-dummy:after {
display: none;
}
.widget .gem-teams-image .gem-dummy {
height: 128px;
width: 128px;
margin-left: 66px;
}
#colophon .widget .gem-dummy {
background-color: #394050;
}
#colophon .widget .gem-dummy:after{
color: #212331;
}
.widget .gem-dummy:after{
content: '\e642';
font-family: thegem-icons;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.Custom_Popular_Posts .widget-title,
.Custom_Recent_Posts .widget-title,
.widget_meta .widget-title,
.thegem_news .widget-title,
.widget_recent_entries .widget-title{
margin-bottom: 17px;
}
/*Arhives*/
.widget_archive li{
list-style: none;
padding-top: 12px;
padding-left: 16px;
padding-bottom: 12px;
}
.widget_archive li:nth-child(odd){
background-color: #f7f9f8;
}
.widget_archive ul{
padding-left: 0px;
}
.widget_archive a {
text-transform: capitalize;
}
/*Arhives*/
/*Categories*/
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_archive ul,
.diagram-item {
margin-bottom: 0px;
}
/*Categories*/
/*Contacts*/
.gem-contacts-icon {
float: left;
font-family: thegem-icons;
font-size: 20px;
}
.gem-contacts-item:before {
vertical-align: top;
}
.gem-contacts-text {
padding-left: 32px;
}
.sidebar .widget .gem-contacts-item,
.wpb_widgetised_column .gem-contacts-item {
padding: 5px 0;
}
.sidebar .widget .gem-contacts-item.gem-contacts-address {
padding-bottom: 33px;
}
.sidebar .widget .gem-contacts-item.gem-contacts-phone {
padding-top: 28px;
}
.site-footer .gem-contacts-email:before {
font-family: thegem-icons;
content: '\e607';
float: left;
font-size: 20px;
float: left;
margin-top: 2px;
padding-right: 15px;
font-weight: normal;
}
.site-footer .gem-contacts-phone:before {
font-family: thegem-icons;
content: '\e625';
font-size: 20px;
font-weight: normal;
}
.site-footer .gem-contacts-address:before {
font-family: thegem-icons;
content: '\e604';
font-size: 20px;
font-weight: normal;
}
.site-footer .gem-contacts-fax:before {
font-family: thegem-icons;
content: '\e606';
float: left;
font-size: 12px;
padding-right: 15px;
font-weight: normal;
}
.site-footer .gem-contacts-item {
padding: 5px 0;
}
body .widget .gem-contacts-address:before,
body .wpb_widgetised_column .gem-contacts-address:before{
font-family: thegem-icons;
content: '\e604';
font-size: 16px;
display: inline-block;
padding-right: 8px;
font-weight: normal;
}
body .widget .gem-contacts-phone:before,
body .wpb_widgetised_column .gem-contacts-phone:before{
font-family: thegem-icons;
content: '\e625';
font-size: 16px;
display: inline-block;
padding-right: 12px;
font-weight: normal;
}
body .widget .gem-contacts-fax:before,
body .wpb_widgetised_column .gem-contacts-fax:before{
font-family: thegem-icons;
content: '\e606';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
font-weight: normal;
}
body .widget .gem-contacts-email:before,
body .wpb_widgetised_column .gem-contacts-email:before{
font-family: thegem-icons;
content: '\e607';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
margin-top: -1px;
font-weight: normal;
}
body .widget .gem-contacts-website:before,
body .wpb_widgetised_column .gem-contacts-website:before {
font-family: thegem-icons;
content: '\e608';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
}
/*Contacts*/
/*Custom pp posts*/
.gem-pp-posts-image img {
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
width: 72px;
height: 72px;
}
.gem-pp-posts-text {
display: table-cell;
vertical-align: middle;
}
.gem-pp-posts-date {
padding-left: 12px;
display: block;
margin-top: -2px;
}
.gem-pp-posts-item {
display: block;
margin-left: 12px;
}
.gem-pp-posts-image {
display: table-cell;
}
.gem-pp-posts-news {
padding-top: 14px;
padding-bottom: 14px;
}
.gem-pp-posts-item > a {
display: block;
}
.gem-pp-posts {
padding-bottom: 14px;
padding-top: 14px;
}
.gem-post-thumb img{
width: 71px;
height: 71px;
position: absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
left: 0px;
top: 0;
}
.isotope-inner {
padding-left: 90px;
}
.gem-post-thumb-gem-dummy {
height: 71px;
left: 0px;
position: absolute;
top: 0;
width: 71px;
}
.footer-widget-area .gem-pp-posts-image a:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 72px;
height: 72px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
opacity: 0;
}
.footer-widget-area .gem-pp-posts-image a:hover:after {
opacity: 1;
}
.footer-widget-area .gem-pp-posts-image {
position: relative;
}
.post-related-posts .gem-dummy:after {
content: '\e642';
font-family: thegem-icons;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.post-related-posts .gem-dummy:after {
content: '\e642';
font-family: thegem-icons;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
/*Custom pp posts*/
.gem-post-thumb-conteiner {
display: table-cell;
vertical-align: middle;
}
.site-footer .gem-pp-posts {
padding-bottom: 12px;
}
/*Custom rp posts*/
.footer-widget-area .posts {
margin-top: -19px;
}
.Custom_Recent_Posts ul li:last-child,
.Custom_Popular_Posts ul li:last-child{
border-bottom: none;
}
.widget_recent_entries li {
padding-bottom: 25px;
padding-top: 20px;
list-style: none;
}
.widget_recent_entries li:last-child {
border-bottom: none;
}
.widget_recent_entries ul {
margin: 0;
padding: 0;
}
.widget_recent_entries .post-date {
clear: both;
display: block;
}
.site-footer .Custom_Recent_Posts .gem-pp-posts:last-child{
border-bottom: none;
}
/*Custom rp posts*/
/*Calendar*/
.widget_calendar td a {
display: block;
font-weight: normal;
}
.widget_calendar table {
text-align: center;
width: 100%;
}
.widget_calendar #prev > a {
float: left;
padding-left: 12px;
}
.widget_calendar #next > a {
float: right;
padding-right: 12px;
}
.widget_calendar a {
font-weight: bold;
}
.calendar_wrap {
padding-bottom: 20px;
}
.widget_calendar caption {
padding-bottom: 1px;
padding-top: 1px;
}
.widget_calendar table {
margin-left: 9%;
text-align: center;
width: 83%;
}
.widget_calendar td {
padding: 2px;
padding-bottom: 4px;
padding-top: 4px;
}
.widget_calendar tfoot td.pad {
display: none;
}
#wp-calendar caption:after {
position: absolute;
content: '';
height: 39px;
width: 39px;
top: 0;
background-color: #b9c7ca;
right: 0;
}
#wp-calendar #prev a {
position: absolute;
left: 0;
height: 39px;
width: 39px;
top: 0;
padding-top: 7px;
padding-bottom: 7px;
}
#wp-calendar #prev a:after {
content: '\e637';
font-family: thegem-icons;
width: 38px;
height: 38px;
position: absolute;
left: 0px;
top: 0;
line-height: 1.6;
font-size: 24px;
}
#wp-calendar #next a:after {
content:'\e638';
font-family: thegem-icons;
top: 0px;
position: absolute;
right: 0px;
width: 38px;
line-height: 1.6;
height: 38px;
font-size: 24px;
}
#wp-calendar #next a {
position: absolute;
right: 0;
top: 0;
height: 39px;
width: 39px;
padding-top: 7px;
padding-bottom: 7px;
}
#wp-calendar caption {
margin-bottom: 34px;
letter-spacing: 0.08em;
}
.calendar_wrap {
position: relative;
}
/*calendar*/
/*Diagram*/
.widget_diagram .skill-line {
margin-right: 0px;
}
.widget_diagram .skill-amount {
margin-top: -29px;
font-weight: bold;
}
.widget_diagram .skill-element + .skill-element {
margin: 18px 0 0;
}
/*Diagram*/
/*Facebook*/
.widget.Facebook div {
padding: 20px;
}
/*Facebook*/
/*Flikr*/
.flickr-item {
float: left;
padding: 0 10px 10px 0;
}
.flickr-item img {
width: 80px;
height: 80px;
}
.widget.Custom_Flickr .flickr {
list-style: none outside none;
margin: 0 -10px 0 0;
padding: 0;
}
.widget .flickr-item a,
.wpb_widgetised_column .widget .flickr-item a{
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
}
.widget .flickr-item a:before,
.wpb_widgetised_column .widget .flickr-item a:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 5;
}
.widget .flickr-item a:hover:before,
.wpb_widgetised_column .widget .flickr-item a:hover:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
z-index: 5;
}
.widget .flickr-item a img,
.wpb_widgetised_column .widget .flickr-item a img{
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.widget .flickr-item a:hover img,
.wpb_widgetised_column .widget .flickr-item a:hover img{
}
/*Flikr*/
/*MC form*/
.mc-form {
position: relative;
padding-top: 5px;
}
.wpb_widgetised_column .mc4wp-form-fields {
padding: 29px;
margin-top: 29px;
}
.sidebar .mc4wp-form-fields {
padding: 29px;
margin-top: 29px;
}
.widget_mc4wp_widget form {
padding: 25px 23px 10px 26px;
}
.widget_mc4wp_widget p {
line-height: 1.6;
}
#mc4wp_submit {
width: 40px;
font-weight: normal;
height: 41px;
position: absolute;
right: 0;
padding: 0;
top: -8px;
margin: 13px 0 0 0;
font-size: 24px;
font-family: thegem-icons;
border-radius: 0px;
}
.mc4wp-alert {
margin-top: 40px;
}
.gem-button-footer {
border: medium none;
margin-top: 21px;
}
.mc4wp-form input[type='email'] {
padding: 7px 46px 7px 9px;
width: 100%;
}
/*MC form*/
/*meta*/
.widget_meta li,
.widget_rss li {
list-style: none;
padding-top: 12px;
padding-bottom: 12px;
text-transform: capitalize;
}
.widget_meta li:last-child,
.widget_rss li:last-child,
.site-footer .widget_meta li:last-child,
.site-footer .widget_rss li:last-child{
border-bottom: none;
}
.widget_meta ul,
.widget_rss ul{
padding-left: 0px;
}
.widget_meta li:before,
.widget_rss li:before {
content: '\e601';
font-family: 'thegem-icons';
font-size: 16px;
font-weight: normal;
padding-right: 8px;
vertical-align: middle;
position: relative;
top: -2px;
}
.widget_meta abbr,
.widget_rss abbr {
border-bottom: none;
}
/*meta*/
/*News*/
.gem-latest-news-image img {
height: 72px;
width: 72px;
border-radius: 50%;
-moz-border-radius: 50%;
webkit-border-radius: 50%;
}
.gem-latest-news-image {
display: table-cell;
}
.gem-latest-news-title {
display: table-cell;
padding-left: 15px;
vertical-align: middle;
}
.gem-latest-news {
display: inline-block;
padding-bottom: 17px;
padding-top: 11px;
width: 100%;
}
.gem-latest-news-title > span {
display: block;
margin-top: -1px;
}
.gem-latest-news-title > a {
display: block;
}
.gem-latest-news-image .gem-dummy {
height: 72px;
width: 72px;
}
.widget .thegem_news,
.wpb_widgetised_column .widget .thegem_news{
line-height: 1.5;
}
.gem-latest-news:first-child {
padding-bottom: 16px;
padding-top: 16px;
}
.gem-latest-news-image .gem-dummy {
display: block;
}
/*News*/
/*Picturebox*/
.gem-picturebox-text {
padding-top: 11px;
}
.gem-picturebox p{
padding: 12px 26px 30px;
}
.gem-picturebox-image {
text-align: center;
}
/*Picturebox*/
/*Proect-info*/
.project_info-item-style-2 .project_info-item:last-child .value {
border-bottom: medium none;
}
.project_info-item-style-1 .project_info-item .icon{
display: inline-block;
font-size: 24px;
border-radius: 0px;
width: 50px;
height: 50px;
text-align: center;
color: #FFFFFF !important;
background-color: transparent;
vertical-align: middle;
line-height: 2.1;
}
.project_info-item-style-1 .project_info-item .title {
text-transform: uppercase;
}
.project_info-item-style-1 .project_info-item-title {
vertical-align: top;
padding-left: 16px;
}
.project_info-item-style-1 .project_info-item.iconed {
padding: 28px;
padding-left: 0;
}
.project_info-item-style-1 .project_info-item.iconed:last-child {
border-bottom: none;
}
.widget.project_info .widget-title,
.widget.project_info .widget-title {
margin-bottom: 32px;
}
.project_info-item-style-1 .project_info-item .value {
padding-top: 0;
padding-right: 18px;
margin-top: -22px;
padding-left: 71px;
}
.project_info-item-style-2 {
padding-bottom: 20px;
}
.project_info-item-style-2 .icon {
font-size: 24px;
margin-right:16px;
float: left;
margin-top: 2px;
}
.project_info-item-style-2 .project_info-item {
padding: 28px;
margin-bottom: 17px;
}
.project_info-item-style-2 .project_info-item.iconed:last-child {
margin-bottom: -24px;
}
.project_info-item-style-2 .icon{
background-color: transparent !important;
}
.project_info-item-style-2 .value {
padding-left: 42px;
padding-top: 18px;
}
/*Proect-info*/
/*Recent commets*/
.widget_recent_comments ul {
padding-left: 0px;
margin-top: 30px;
}
.widget_recent_comments li {
list-style: none;
border-radius: 60px;
border-bottom-left-radius: 0;
padding-top: 14px;
margin-bottom: 24px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.widget_recent_comments li:first-child {
border-top: none;
}
.widget_recent_comments li:before {
clear: both;
content: '\e639';
float: left;
font-family: 'thegem-icons';
font-size: 24px;
font-weight: normal;
height: 100%;
padding-right: 14px;
position: relative;
top: 0;
padding-bottom: 7px;
width: 100%;
text-align: center;
vertical-align: middle;
}
.widget_recent_entries .post-date {
margin-left: 48px;
}
.site-footer .widget_recent_entries li:first-child {
background: none;
}
/*Recent commets*/
/*search*/
.widget .searchform input,
.wpb_widgetised_column .widget .searchform input{
padding: 6px 10px;
}
.widget .searchform,
.wpb_widgetised_column .widget .searchform{
text-align: center;
position: relative;
}
.searchform button
{
border: none;
}
.widget.widget_search .gem-button {
font-size: 0;
position: absolute;
top: 0;
right: 0;
width: 43px;
height: 38px;
margin: 0;
background-color: transparent !important;
}
.widget.widget_search .gem-button:before {
content: '\e612';
position: absolute;
font-size: 24px;
font-family: thegem-icons;
left: 26%;
font-weight: 100;
margin-top: -3px;
margin: 0;
}
.widget.widget_search input {
width: 100%;
padding-right: 50px;
}
/*search*/
/*tags*/
.tagcloud a:hover {
text-decoration: none;
}
body .widget .tagcloud a {
margin-right: 4px;
text-decoration: none;
margin-bottom: 6px;
padding: 2px 9px;
display: inline-block;
font-size: 16px !important;
}
/*tags*/
/*teams*/
.gem-client-item {
float: left;
padding-right: 30px;
padding-left: 30px;
}
.gem_client-carousel {
position: relative;
}
.gem-client-prev {
margin-left: 0%;
}
.gem-client-next {
margin-right: 0%;
}
.clients_title {
text-align: center;
}
.clients_description {
text-align: center;
}
.gem_client-carousel {
margin-top: 25px;
}
.gem-client-prev {
width: 10%;
}
.gem-client-next {
width: 10%;
}
.gem-client-carousel-item-wrap {
padding: 0 10%;
}
.widget .gem-teams-item {
text-align: center;
padding-top: 11px;
padding-bottom: 40px;
}
.widget .gem-teams-name {
padding-top: 56px;
}
.widget .gem-teams-position {
font-size: 89.5%;
}
.widget .gem-teams-phone {
text-transform: uppercase;
padding-top: 28px;
padding-bottom: 16px;
}
.widget .gem-teams-image img {
margin: 0 auto;
text-align: center;
width: 128px;
}
.widget .gem-teams-image {
display: block;
padding-top: 50px;
padding-bottom: 7px;
height: 160px;
}
.widget .team-person-email a:before{
font-size: 34px;
}
.widget-teams {
border-top-right-radius: 122px;
border-top-left-radius: 122px;
overflow: hidden;
}
.widget .team-person-email {
font-size: 0px;
}
.widget .gem-teams-mail {
padding-top: 3px;
}
.widget .gem-teams-mail a:before {
padding-right: 10px;
content: '\e607';
font-family: 'thegem-icons';
font-size: 22px;
font-weight: normal;
vertical-align: bottom;
}
.widget .gem-teams-name {
padding-bottom: 8px;
}
.gem-team-style-horizontal .team-person-phone {
padding-bottom: 0px;
margin-bottom: -11px;
}
.gem-team-style-horizontal .team-person-phone:before {
font-size: 22px;
}
.gem-team-style-horizontal .team-person-info {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.gem-team-style-horizontal .team-person-image {
display: table-cell;
vertical-align: middle;
}
.gem-team-style-horizontal .team-person{
padding-left: 30px;
padding-top: 45px;
}
.gem-team-style-rounded .team-person-phone {
padding-bottom: 8px;
padding-top: 8px;
}
.gem-team-style-vertical .team-person-phone {
padding-bottom: 5px;
}
.fullwidth-block .container .gem-client-carousel-item-wrap {
padding: 0 0%;
}
/*teams*/
/*twitter*/
.widget_tweets .twitter-box .jtwt_tweet {
padding-bottom: 24px;
padding-top: 27px;
}
body .widget_tweets .twitter-box .jtwt_tweet:first-child {
padding-top: 0px;
background: none;
}
.jtwt_tweet:before {
content: '\e611';
float: left;
font-family: thegem-icons;
font-size: 18px;
padding-right: 8px;
position: relative;
top: 0px;
}
.jtwt_date {
padding-bottom: 12px;
font-weight: 300;
}
.twitter-box .jtwt_tweet {
padding: 0 0 0 0px;
}
.tweets-container {
padding-top: 14px;
}
.jtwt_tweet_text {
margin-bottom: 0px;
}
/*twitter*/
/*testimonials*/
.widget-testimonials {
position: relative;
}
.testimonials-style-1-item {
position: relative;
display: inline-block;
}
.testimonials-style-1-image {
padding-top: 60px;
height: 190px;
}
.testimonials-style-1-item {
text-align: center;
}
.testimonials-style-1-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 10px;
clear: both;
}
.testimonials-style-1-item .gem-dummy {
margin-left: 62px;
}
.testimonials-style-1-item {
border-top-left-radius: 67px;
border-top-right-radius: 67px;
overflow: hidden;
}
.testimonials-style-1-teg {
border-bottom-left-radius: 67px;
border-bottom-right-radius: 67px;
}
.testimonials-style-1-item .gem-testimonial-position{
padding-top: 4px;
}
.testimonials-style-2-bg {
position: relative;
}
.testimonials-style-2-item .wrap-style{
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
top: -4px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .wrap-style{
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
bottom: -2px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .empy_space {
height: 48px;
}
.widget .gem-testimonial-text > .testimonials-style-1-teg,
.widget .gem-testimonial-text > .testimonials-style-2-teg {
margin-bottom: 0;
}
.testimonials-style-2-text.gem-testimonial-text {
padding-left: 20px;
padding-right: 20px;
border-radius: 59px;
}
.testimonials-style-1-text.gem-testimonial-text {
padding: 33px 20px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after,
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after{
font-family: thegem-icons;
height: 40px;
width: 40px;
line-height: 1.7;
margin: 0;
left: 0;
}
.widget .testimonials-style-1-name.gem-testimonial-name,
.widget .testimonials-style-2-name.gem-testimonial-name {
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-prev-style-1.gem-prev:after {
content: '\e637';
padding-left: 5px;
}
.gem-widget-testimonials-next-style-2.gem-next:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
content: '\e638';
padding-right: 5px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after{
top: 42px;
}
.testimonials-style-2-item {
border-radius: 60px;
overflow: hidden;
}
.testimonials-style-2-item .gem-testimonial-text{
padding-top: 63px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
overflow: hidden;
}
.testimonials.testimonials-style-2,
.testimonials-carousel-style-2,
.testimonials-style-2-text.gem-testimonial-text
.testimonials-style-2 {
border-radius: 60px !important;
overflow: hidden !important;
}
.testimonials-style-1-teg {
font-style: normal;
padding-bottom: 50px;
padding-top: 40px;
}
.testimonials-style-1-post.gem-testimonial-company {
margin-top: -3px;
}
.testimonials-style-1-item,
.testimonials-style-2-item {
vertical-align: top;
}
.testimonials-style-1-prev {
left: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-1-next {
right: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-1-teg {
font-size: 30px;
font-family: thegem-icons;
}
.testimonials-style-1-image img {
height: 128px;
width: 128px;
}
.testimonials-style-2-teg {
padding-top: 38px;
padding-bottom: 38px;
}
.testimonials-style-2-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
padding-bottom: 20px;
}
.testimonials-style-2-name {
padding-top: 14px;
}
.testimonials-style-2 {
text-align: center;
position: relative;
}
.testimonials-style-2-bg {
padding-bottom: 47px;
text-align: center;
margin-top: -47px;
}
.triangle-with-shadow.trangle-style-2 {
margin-top: -1px;
}
.testimonials-style-2-image {
margin-top: 114px;
position: relative;
height: 128px;
}
.testimonials-style-2-item .gem-dummy {
margin-left: 64px;
}
.testimonials-style-2-item {
display: inline-block;
text-align: center;
}
.testimonials-style-2-prev {
left: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-2-next {
right: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-2-teg {
font-size: 60px;
font-family: thegem-icons;
font-style: normal;
}
.testimonials-style-2-text > p {
margin-bottom: 0px;
}
.testimonials-style-2-image img {
height: 128px;
width: 128px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-2.gem-next:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.triangle-with-shadow {
width: 100px;
height: 40px;
display: inline-block;
position: relative;
overflow: hidden;
}
.triangle-with-shadow:after {
content: "";
position: absolute;
width: 50px;
height: 50px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
top: -25px;
left: 25px;
}
.testimonials-style-1-block {
margin-bottom: 10px;
text-align: center;
}
.testimonials-style-1-post {
padding-top: 3px;
}
.testimonials-style-2-post {
padding-top: 3px;
}
.gem-testimonials-carousel-wrap .testimonials-style-2-bg .testimonials-style-2-post a{
padding-top: 3px;
}
.testimonials-style-2-text {
position: relative;
}
.testimonials-style-1-block .gem-testimonials-carousel-wrap {
margin-bottom: -1px;
text-align: center;
}
.testimonials-style-2-bg {
padding-top: 3px;
}
.testimonials-style-2-item .gem-dummy {
height: 128px;
width: 128px;
}
.testimonials-style-1-item .gem-dummy {
height: 128px;
width: 128px;
}
.gem-testimonials.style1 svg{
display: none;
}
/*testimonials*/
/*text*/
.gem-textbox-content blockquote {
font-size: 116%;
}
.gem-textbox-content > blockquote {
padding: 14px;
}
/*text*/
/*woocommerece widgets*/
.widget-area .gem-products-image,
.shop-widget-area .gem-products-image{
display: table-cell;
}
ul.product_list_widget .gem-products-image a {
position: relative;
float: left;
}
ul.product_list_widget .gem-products-image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
opacity: 0;
z-index: 1;
background: rgba(0, 188, 212, 0.3);
border-radius: 50%;
}
ul.product_list_widget .gem-products-image a:hover:before {
opacity: 1;
}
.widget-area .gem-products-content,
.shop-widget-area .gem-products-content {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.shop-widget-area .product_list_widget > li {
display: inline-block;
width: 100%;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
height: 80px;
width: 80px;
}
.woocommerce .widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce-page .widget_recently_viewed_products ul.product_list_widget li img {
height: 70px;
width: 70px;
}
.shop-widget-area .gem-products-content {
border-image: none;
padding-bottom: 11px;
position: relative;
margin-left: 70px;
padding-left: 18px;
}
ul.product_list_widget li {
margin-bottom: 15px;
display: inline-block;
padding: 0;
width: 100%;
}
.widget ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li {
overflow: visible;
}
ul.product_list_widget li:last-child {
margin-bottom: 0px;
}
.widget .gem-products-content{
margin-left: 70px;
min-height: 70px;
padding-left: 18px;
}
.shop-widget-area .gem-products-title {
padding-top: 5px;
}
.shop-widget-area .gem-products-price {
margin-bottom: -5px;
}
.widget .gem-products-price {
font-size: 20px;
line-height: 1.5em;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
margin-left: 0;
box-shadow: none;
}
.shop-widget-area .gem-products-title a {
padding-right: 80px;
}
.product_list_widget del {
display: none;
}
.shop-widget-area .gem-products-rating {
display: block;
position: absolute;
top: 13px;
right: 20px;
}
.widget .product_list_widget .onsale,
.shop-widget-area .onsale {
position: absolute;
width: 24px;
height: 24px;
line-height: 26px;
border-radius: 50%;
top: 13px;
left: 68px;
font-size: 0;
z-index: 1;
text-align: center;
font-weight: inherit;
}
.widget .product_list_widget .onsale:after,
.shop-widget-area .onsale:after {
content: '%';
font-size: 16px;
}
.woocommerce .gem-products-price ins {
font-size: 20px;
text-decoration: none;
}
.gem-products-price > span {
font-size: 20px;
text-decoration: none;
}
.widget_product_search .screen-reader-text{
display: none;
}
.widget_product_search input.search-field {
width: 100%;
padding-right: 35px;
padding-left: 10px;
box-sizing: border-box;
line-height: 36px;
border-width: 2px;
border-radius: 2px;
}
.widget_product_search form {
position: relative;
}
.widget_product_search button {
background-color: transparent;
font-family: 'thegem-icons';
font-size: 24px;
height: 36px;
line-height: 36px;
position: absolute;
right: 2px;
top: 7px;
width: 36px;
border: 0 none;
background: transparent;
}
.widget_product_search h4 {
text-align: center;
margin-top: -20px;
text-transform: uppercase;
}
.widget_recent_reviews .product_list_widget .wp-post-image {
float: left;
margin-right: 10px;
float: left;
margin-left: -1px;
margin-right: 10px;
margin-top: -1px;
z-index: 100;
}
.widget_recent_reviews .star-rating span {
font-size: 12px;
}
.widget_recent_reviews .star-rating {
font-size: 12px;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text {
width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-textarea {
width: 100%;
}
.widget_black_studio_tinymce div.wpcf7-mail-sent-ok {
border: 2px solid #ACDD8B;
margin: 0px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.widget_black_studio_tinymce div.wpcf7-validation-errors {
border: 2px solid #D55271;
margin: 0px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.widget_price_filter .price_label {
float: right;
}
.widget_price_filter .price_slider_amount .button {
float: left;
margin: 0;
}
.widget_price_filter .price_slider_amount {
padding-top: 15px;
}
.widget_price_filter .widget-title {
padding-bottom: 15px;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
margin-bottom: 1em
}
.widget_price_filter .price_slider_wrapper .price_slider {
height: 6px;
overflow: visible;
position: relative;
}
.widget_price_filter .price_slider .ui-slider-range {
height: 100%;
position: absolute;
}
.widget_price_filter .price_slider .ui-slider-handle {
position: absolute;
width: 14px;
height: 14px;
top: 50%;
margin-top: -7px;
margin-left: -7px;
border-radius: 50%;
}
.widget-area .woocommerce .star-rating, .woocommerce-page .star-rating {
float: none;
}
.widget-area .reviewer {
display: block;
}
.widget-area .attachment-shop_thumbnail.wp-post-image {
float: left;
}
.gem-products-content {
margin-left: 80px;
}
.product_list_widget li{
position: relative;
}
.widget-area .woocommerce-placeholder{
float: left;
}
.widget_recent_entries ul li:last-child {
border-bottom: 0 none;
}
.widget_recent_entries ul li:before {
content: '\e63a';
float: left;
font-family: "thegem-icons";
font-size: 24px;
padding-left: 22px;
padding-right: 6px;
position: absolute;
padding-top: 11px;
}
.widget_recent_entries ul li a {
display: block;
margin-left: 66px;
padding-top: 9px;
padding-right: 24px;
}
.widget_shopping_cart .variation {
display: none;
}
.attachment-shop_thumbnail {
width: 70px;
height: 70px;
}
.widget .product-dummy,
.wpb_widgetised_column .widget .product-dummy{
background-size: cover;
float: left;
margin-left: -1px;
margin-top: -1px;
width: 100%;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.widget .product-dummy-wrapper,
.wpb_widgetised_column .widget .product-dummy-wrapper{
width: 70px;
height: 70px;
float: left;
}
.widget_recent_reviews .product-dummy-wrapper{
margin-left: -1px;
border-color: transparent;
}
.widget_shopping_cart .product_list_widget li a .product-dummy-wrapper {
padding: 0px;
}
.shop-widget-area .widget .product-dummy {
margin-left: -3px;
}
.widget_shopping_cart_content ul.product_list_widget > li img {
margin: -1px;
}
.widget_product_search form {
padding-top: 5px;
}
.customer_details > dt {
font-weight: bold;
float: left;
padding-right: 10px;
}
.order-actions .gem-button {
margin-top: 0px;
}
.widget_layered_nav .combobox-wrapper {
height: 40px;
border-width: 2px;
}
.widget_layered_nav .combobox-wrapper .combobox-text {
line-height: 36px;
}
.widget_layered_nav .combobox-wrapper .combobox-button {
width: 36px;
height: 36px;
}
.widget_layered_nav ul{
margin: 0;
padding: 0;
}
.widget_layered_nav ul li {
list-style: none;
padding: 12px 0 12px 15px;
}
.widget_layered_nav ul li:first-child {
border-top: 0 none;
}
.widget_layered_nav ul li a:before {
content: "\e601";
font-family: "thegem-icons";
font-size: 15px;
font-weight: normal;
margin-right: 8px;
position: relative;
top: 1px;
}
.widget_layered_nav ul li small:before {
content: "(";
}
.widget_layered_nav ul li small:after {
content: ")";
}
.adress-button {
margin-bottom: 30px;
}
/*woocommerece widgets*/
/*pricing tables*/
/*pricing tables*/
/*top-area*/
.top-area-contacts .gem-contacts {
margin: 0 -17px;
}
.top-area-contacts .gem-contacts-item {
display: inline-block;
font-size: 14px;
padding: 0 17px;
line-height: 30px;
vertical-align: top;
}
.top-area-contacts .gem-contacts-address:before,
.top-area-contacts .gem-contacts-phone:before,
.top-area-contacts .gem-contacts-fax:before,
.top-area-contacts .gem-contacts-email:before {
font-family: 'thegem-icons';
margin-right: 0.33em;
vertical-align: top;
display: inline-block;
width: 16px;
font-size: 16px;
text-align: center;
}
.top-area-contacts .gem-contacts-address:before {
content: '\e604';
}
.top-area-contacts .gem-contacts-phone:before {
content: '\e625';
}
.top-area-contacts .gem-contacts-fax:before {
content: '\e606';
}
.top-area-contacts .gem-contacts-email:before {
content: '\e607';
}
/*top-area*/
/*styles*/
.gem_accordion_header {
outline: none;
}
.gem-news-carousel-wrap .gem-news-pagination{
padding-top: 35px;
}
.gem_accordion_header {
cursor: pointer;
}
.gem_accordion_header a {
text-transform: uppercase;
}
.post-author-block {
display: block;
padding: 40px;
}
.post-author-avatar {
display: block;
float: left;
}
a.post-author-avatar:after {
display: block;
text-align: center;
content: '\e607';
font-family: 'thegem-icons';
font-weight: normal;
font-size: 32px;
padding-top: 25px;
}
.post-author-avatar img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.post-author-info {
margin-left: 135px;
margin-top: 0;
}
.post-author-info .name {
margin-top: 0;
}
.post-author-posts-link a:before {
content: '\e601';
font-family: 'thegem-icons';
font-weight: normal;
vertical-align: top;
margin-right: 5px;
font-size: 16px;
}
@media (max-width: 599px) {
.post-author-avatar {
float: none;
margin-bottom: 25px
}
.post-author-info {
margin-left: 0;
margin-top: 0;
}
.post-author-info .name {
margin-top: 0;
}
a.post-author-avatar:after {
display: inline-block;
vertical-align: middle;
padding-top: 0;
padding-left: 25px;
line-height: 1;
}
}
.post-author-info .date {
margin-left: 23px;
}
.post-author-description {
margin-bottom: 20px;
}
.read-more-link {
float: right;
}
.byline {
padding: 0 5px;
}
.entry-meta {
margin-bottom: 8px;
}
.sep {
margin: 0 6px;
border-left: 1px solid #d4dee1;
height: 20px;
display: inline-block;
vertical-align: middle;
}
.read-more-link:before {
content: '\e601';
font-family: thegem-icons;
padding-left: -20px;
font-size: 14px;
}
/* DEFAULT BLOG */
.blog-style-default article {
margin-bottom: 55px;
padding-bottom: 55px;
}
.blog-style-default article .post-image,
.blog-post-image {
text-align: center;
margin-bottom: 10px;
}
.blog-style-default article .post-image img {
display: inline-block;
}
.blog-style-default article.sticky {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 115px;
padding: 15px 15px 35px;
position: relative;
z-index: 2;
}
.blog-style-default article.sticky:after {
content: '';
position: absolute;
width: 75px;
height: 75px;
z-index: -1;
bottom: -75px;
left: 0;
background: inherit;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skew(0, -45deg);
-ms-transform: skew(0, -45deg);
-o-transform: skew(0, -45deg);
transform: skew(0, -45deg);
}
.blog-style-default article.sticky.no-image {
padding-top: 70px;
}
.blog-style-default article.sticky .sticky-label {
position: absolute;
top: 0;
left: 50px;
font-family: 'thegem-icons';
font-weight: normal;
font-size: 20px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
z-index: 10;
}
.blog-style-default article.sticky .sticky-label:before,
.blog-style-default article.sticky .sticky-label:after {
content: '';
position: absolute;
width: 100%;
height: 10px;
z-index: -1;
bottom: -10px;
left: 0;
background: inherit;
}
.blog-style-default article.sticky .sticky-label:before {
transform-origin: 0 100%;
transform: skew(0, -20deg);
}
.blog-style-default article.sticky .sticky-label:after {
transform-origin: 100% 100%;
transform: skew(0, 20deg);
}
.blog-style-default article .entry-title a {
color: inherit;
}
.post-meta-right {
float: right;
font-size: 16px;
white-space: nowrap;
}
.blog-style-default .post-meta-right,
.single-post-meta .post-meta-right {
margin-left: 100px;
}
.post-meta-right > * {
display: inline-block;
vertical-align: top;
}
.comments-link a {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.comments-link a:before {
content: '\e61e';
font-family: 'thegem-icons';
font-size: 14px;
font-weight: normal;
margin-right: 6px;
display: inline-block;
line-height: inherit;
}
.post-footer-sharing {
display: inline-block;
position: relative;
}
.sharing-popup {
position: absolute;
visibility: hidden;
opacity: 0;
bottom: 50px;
border-radius: 25px;
height: 50px;
line-height: 50px;
padding: 0 25px;
white-space: nowrap;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
left: -20px;
margin-bottom: -10px;
}
.sharing-popup .socials {
line-height: 16px;
height: 16px;
margin-top: 17px;
}
article.sticky .sharing-popup {
bottom: 70px;
left: -10px;
}
.sharing-popup .sharing-styled-arrow {
position: absolute;
bottom: -100px;
height: 100px;
width: 50px;
left: -30px;
-ms-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 100% 0;
-o-transform: rotate(-90deg) scale(0.3);
-ms-transform: rotate(-90deg) scale(0.3);
-moz-transform: rotate(-90deg) scale(0.3);
transform: rotate(-90deg) scale(0.3);
}
.sharing-popup.active {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.sharing-popup a.socials-item {
vertical-align: top;
}
.post-footer-sharing .gem-button-container .gem-button {
margin-right: 13px;
}
.post-footer .gem-button-container .gem-button {
margin-bottom: 0;
}
article.sticky .post-footer-sharing .gem-button-container .gem-button {
margin-right: 16px;
}
.post-read-more {
display: inline-block;
}
.post-read-more .gem-button,
.comment-reply-link {
padding: 0 24px;
background: transparent;
}
.styled-blog-meta {
display: inline-block;
float: right;
}
.styled-blog-meta .comments {
padding-right: 8px;
float: left;
}
.styled-blog-meta .comments:after {
content: "|";
padding-left: 8px;
vertical-align: top;
}
.styled-blog-meta .tag-links {
display: none;
}
.styled-blog-meta {
bottom: 27px;
position: absolute;
right: 32px;
}
article:not(.type-page) > .entry-content.post-content {
margin-bottom: 60px;
}
.post-content .post-meta {
margin-bottom: 55px;
}
/* Post tags */
.post-tags-list {
margin-bottom: 30px;
margin-left: 10px;
}
.post-tags-list a {
position: relative;
display: inline-block;
color: inherit;
margin-right: 17px;
margin-bottom: 10px;
font-size: 13px;
line-height: 21px;
background-color: #e7edf0;
z-index: 2;
padding: 0 16px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.post-tags-list a:before {
content: '';
position: absolute;
background-color: inherit;
width: 12px;
height: 12px;
top: 5px;
left: -5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
z-index: -1;
transform: skew(-45deg, 45deg);
}
.post-tags-list a:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
top: 50%;
margin-top: -3px;
left: -5px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.block-tags .tags-links a{
padding: 0 10px;
}
.block-tags {
float: right;
display: block;
padding-top: 21px;
}
.block-date {
float: left;
font-size: 89.5%;
margin-top: 2px;
margin-right: 10px;
}
.post-meta-categories a {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 755px) {
.blog-style-default .post-meta-categories,
.single-post-meta .post-meta-categories {
display: block;
clear: both;
}
.blog-style-default .post-meta-author + .sep,
.single-post-meta .post-meta-author + .sep,
.single-post-meta .post-meta-categories + .sep {
display: none;
}
.blog-style-default .post-meta-right,
.single-post-meta .post-meta-right {
margin-left: 30px;
}
}
.thegem_pf_item .post-meta-left .post-meta-date:before {
content: '\e66e';
font-family: 'thegem-icons';
font-size: 16px;
font-weight: normal;
margin-right: 8px;
}
.post-meta-navigation {
font-family: 'thegem-icons';
font-weight: normal;
font-size: 24px;
white-space: nowrap;
vertical-align: top;
margin-left: 10px;
}
.post-meta-navigation > span + span {
margin-left: -7px;
}
.thegem_pf_item .post-meta-navigation > span + span {
margin-left: -10px;
}
.post-meta-navigation a {
color: inherit;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.thegem_pf_item .post-meta-navigation > .post-meta-category-link a {
font-size: 16px;
vertical-align: top;
}
.block-navigation {
clear: both;
display: inline-block;
width: 100%;
}
.block-navigation-prev {
float: left;
}
.block-navigation-prev a:before {
content: '\e603';
font-size: 15px;
padding-right: 10px;
font-family: thegem-icons;
display: block;
float: left;
}
.block-navigation-next {
float: right;
}
.block-navigation-next a:after {
content: '\e601';
font-size: 15px;
padding-left: 10px;
font-family: thegem-icons;
display: block;
float: right;
}
.block-divider {
margin-top: 50px;
display: block;
margin-bottom: 45px;
}
.block-thegem_socials_sharing {
width: 100%;
display: inline-block;
}
.portfolio-item-page-bottom .socials-sharing .socials-item-icon {
font-size: 24px;
}
.portfolio-item-page-bottom .socials-sharing {
margin-top: 42px;
float: left;
}
.portfolio-item-page-bottom .centered-box .socials-sharing {
float: none;
}
.portfolio-item-page-bottom .project-button .gem-button {
margin-top: 40px;
}
.block-portfolio-navigation-prev .gem-button {
padding-left: 3px;
padding-right: 14px;
}
.block-portfolio-navigation-prev .gem-button .gem-print-icon {
margin-right: 3px;
}
.block-portfolio-navigation-next .gem-button {
padding-right: 3px;
padding-left: 14px;
}
.block-portfolio-navigation-next .gem-button .gem-print-icon {
margin-left: 3px;
}
.block-navigation.centered-box .block-portfolio-navigation-prev .gem-button,
.block-navigation.centered-box .block-portfolio-navigation-next .gem-button {
margin-left: 30px;
margin-right: 30px;
}
.post-related-posts {
padding-bottom: 50px;
}
.post-related-posts-block {
margin: 0 -21px;
}
.post-related-posts-block .related-element {
float: left;
padding: 0;
width: 303px;
padding: 0 21px;
}
.post-related-posts-block .related-element .entry-meta {
margin-bottom: 0;
}
.related-posts-navigation {
position: absolute;
top: -85px;
right: 21px;
}
.related-posts-navigation .related-posts-prev,
.related-posts-navigation .related-posts-next {
height: 30px;
width: 30px;
padding: 0;
border: 2px solid #00bcd4;
background: transparent;
margin-left: 15px;
}
.related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-navigation .gem-button.related-posts-next:hover {
background-color: #3c3950;
border-color: #3c3950;
}
.related-posts-carousel {
position: relative;
}
.related-element img,
.related-element .gem-dummy {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 72px;
width: 72px;
}
.related-element .post-meta-right {
font: inherit;
}
.related-element > a {
display: table-cell;
padding-right: 14px;
}
.related-element .post-meta-right > * {
display: inline-block;
vertical-align: top;
}
.related-element .post-meta-right .zilla-likes:before {
display: inline-block;
}
.related-element .post-meta-right .zilla-likes > * {
display: inline-block;
vertical-align: top;
}
.related-element .comments-link a {
display: inline-block;
vertical-align: top;
padding-right: 5px;
}
.related-element .comments-link a:before {
display: inline-block;
}
.related-element-info {
display: table-cell;
vertical-align: middle;
width: 99%;
}
.related-element-info > a {
margin-bottom: 3px;
}
.related-element-info .date {
display: block;
margin-top: -2px;
}
.related-element-info .comments-link a::before {
content: '\e631';
}
.related-element-info-conteiner {
max-height: 3.1em;
overflow: hidden;
}
.post-related-posts-bloack {
margin-top: 8px;
}
.post-related-posts h3 {
text-transform: uppercase;
}
.related-element {
padding: 30px 0 30px 30px;
}
.post-related-posts {
margin-top: 75px;
}
.post-author-block {
margin-top: 85px;
}
.wpb_wrapper .vc_progress_bar .vc_label {
font-size: 89.5%;
}
.wpb_wrapper .vc_progress_bar .vc_label_units {
font-size: 116%;
padding-left: 8px;
}
.gem-btn-primary {
color: #0088cc;
}
.gem-btn-warning {
color: #ff9900;
}
.gem-btn-danger {
color: #ff675b;
}
.gem-btn-success {
color: #6ab165;
}
.gem-btn-info {
color: #58b9da;
}
.gem-btn-inverse {
color: #555555;
}
#customer_login .login label,
#customer_login .register label {
display: block;
}
#customer_login .login,
#customer_login .register {
padding: 33px;
padding-right: 10px;
width: 100%;
display: inline-block;
}
#customer_login .login .input-text, #customer_login .register .input-text{
width: 97%;
margin-top: 5px;
padding: 4px 10px;
}
#customer_login .login .inline {
display: inline-block;
}
#customer_login .form-row.login-button {
display: inline-block;
}
#customer_login .lost_password {
display: inline-block;
}
.inline {
display: block;
}
#customer_login .rememberme-label {
padding-left: 9px;
}
#customer_login .lost_password {
padding-left: 19px;
}
#customer_login .login-button button{
top: 8px;
}
#customer_login .form-row.login-button {
padding-left: 18px;
}
#customer_login .form-row.register_form_button {
display: inline-block;
float: right;
margin-right: 15px;
}
#customer_login .form-row.register_form_button button{
top: 8px;
}
#customer_login .login .gem-button input[type="submit"] {
padding: 0.6em 32px 0.6em 50px;
}
.account-tittle{
text-transform: uppercase;
}
.lost_reset_password .input-text{
margin-right: 20px;
margin-top: 5px;
padding-left: 10px;
width: 36%;
}
.lost_reset_password .gem-button {
margin-top: -5px;
}
.lost_reset_password .input-text {
float: left;
}
.form-edit-adress label {
display: block;
padding-bottom: 5px;
}
.form-edit-adress abbr {
border: 0 none;
}
.form-edit-adress input {
width: 50%;
}
.form-edit-adress .button {
width: auto;
}
.isotope-item {
padding-bottom: 10px;
}
.gem-post-grid-item-image {
display: table-cell;
}
.gem-post-grid-item-image img {
width: 72px;
height: 72px;
}
.gem-post-grid-item-info {
display: table-cell;
vertical-align: middle;
padding-left: 20px;
}
.gem-post-griid-item.clearix {
padding-bottom: 30px;
}
.gem-post-grid-item-date {
font-size: 89.5%;
}
/*styles*/
@media (max-width: 768px) {
.gem-testimonial-text {
font-size: 23px;
padding: 30px 40px;
}
.wpcf7-form td {
float: left;
width: 100%;
text-align: center;
}
}
/* MAIL CHIMP */
.site-footer .gem-custom-mailchimp input {
border: none;
}
#colophon .gem-custom-mailchimp input[type="email"] {
width: 50%;
height: 54px;
border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
margin-top: 25px;
}
#colophon .gem-custom-mailchimp button {
margin-top: 25px;
border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
-webkit-border-top-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
}
#colophon .widget .gem-testimonial-position,
#colophon .widget .gem-pp-posts-date,
#colophon .widget .jtwt_date,
#colophon .widget .gem-latest-news-title > span,
#colophon .widget.widget_recent_entries .post-date {
font-size: 89.5%;
}
.gem-latest-news:last-child{
border-bottom: none;
}
/* MENU WIDGET */
.widget_nav_menu li li a:before,
.widget_submenu li li a:before
{
content: '';
width: 6px;
display: block;
height: 6px;
position: absolute;
margin-top: 10px;
margin-left: -20px;
}
.widget_pages li li a:before,
.widget_categories li li a:before,
.widget_product_categories li li a:before{
content: '';
width: 6px;
display: block;
height: 6px;
float: left;
margin-top: 10px;
margin-right: 12px;
}
.widget_pages a {
display: block;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_pages ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_nav_menu > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
padding-left: 18px;
}
.widget_nav_menu ul.menu li > a,
.widget_submenu > div > ul li > a {
display: block;
padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li,
.widget_product_categories > ul > li,
.widget_pages > ul > li {
padding: 12px 12px 12px 0;
}
.widget_categories > ul li > a,
.widget_product_categories > ul li > a,
.widget_pages > ul li > a {
}
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
text-transform: uppercase;
}
.widget_nav_menu ul.menu li > a:after,
.widget_submenu > div > ul li > a:after {
content: '';
display: inline-block;
width: 30px;
vertical-align: top;
margin-left: -30px;
text-align: center;
}
.widget_nav_menu ul.menu ul,
.widget_submenu > div > ul ul {
display: none;
}
.widget_categories > ul > li > ul,
.widget_product_categories > ul > li > ul,
.widget_pages > ul > li > ul {
margin: 12px -12px -12px 0;
}
.widget_nav_menu ul.menu li.menu-item-active > ul,
.widget_nav_menu ul.menu li.menu-item-current > ul,
.widget_submenu > div > ul li.menu-item-active > ul,
.widget_submenu > div > ul li.menu-item-current > ul {
display: block;
}
.widget_nav_menu ul.menu li.menu-item-parent > a:after,
.widget_submenu > div > ul li.menu-item-parent > a:after,
.widget_categories > ul li.cat-parent:after,
.widget_product_categories > ul li.cat-parent:after,
.widget_pages > ul li.page_item_has_children:after {
font-weight: normal;
}
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after{
content: '\e635';
font-family: thegem-icons;
font-size: 16px;
font-weight: normal;
}
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-current > a:after,
.widget_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_categories > ul li li.cat-parent.current-cat:after,
.widget_product_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li li.cat-parent.current-cat:after {
content: '\e635';
font-family: thegem-icons;
font-size: 16px;
font-weight: normal;
}
.widget .menu-item-has-children.menu-item-parent > a:after {
content: '\e601';
font-size: 16px;
font-family: thegem-icons;
font-weight: normal;
}
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul > li.cat-parent.current-cat:after {
font-size: 24px;
}
.widget_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li.cat-parent.current-cat-parent:after,
.widget_categories > ul li.cat-parent.current-cat:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after {
content: '\e602';
font-family: thegem-icons;
font-size: 16px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_pages > ul li.page_item_has_children.current_page_ancestor,
.widget_pages > ul li.page_item_has_children.current_page_parent,
.widget_pages > ul li.current_page_item,
.widget_categories > ul li.cat-parent.current-cat-ancestor,
.widget_categories > ul li.cat-parent.current-cat-parent,
.widget_categories > ul li.cat-parent.current-cat,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor,
.widget_product_categories > ul li.cat-parent.current-cat-parent,
.widget_product_categories > ul li.cat-parent.current-cat {
position: relative;
}
.widget_pages > ul li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li.page_item_has_children.current_page_item > a:after {
content: '\e602';
font-family: thegem-icons;
font-size: 13px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_item > a:after {
content: '\e602';
font-family: thegem-icons;
font-size: 8px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_nav_menu ul.menu ul li.menu-item-active > a,
.widget_submenu > div > ul ul li.menu-item-active > a {
border: 0 none !important;
}
.widget_nav_menu ul.menu > li li > a,
.widget_submenu > div > ul > li li > a {
padding-left: 40px;
}
.widget_nav_menu ul.menu > li li li > a,
.widget_submenu > div > ul > li li li > a {
padding-left: 60px;
}
.widget_nav_menu ul.menu > li li li li > a,
.widget_submenu > div > ul > li li li li > a {
padding-left: 80px;
}
.widget_nav_menu ul.menu > li li li li li > a,
.widget_submenu > div > ul > li li li li li > a {
padding-left: 100px;
}
.widget_categories > ul > li > ul > li,
.widget_product_categories > ul > li > ul > li,
.widget_pages > ul > li > ul > li {
padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li > ul > li > ul,
.widget_product_categories > ul > li > ul > li > ul,
.widget_pages > ul > li > ul > li > ul {
margin: 12px -12px -12px -20px;
}
.widget_categories > ul > li > ul > li li,
.widget_product_categories > ul > li > ul > li li,
.widget_pages > ul > li > ul > li li {
padding: 10px 15px 10px 40px;
}
.widget_categories > ul > li > ul > li > ul ul,
.widget_product_categories > ul > li > ul > li > ul ul,
.widget_pages > ul > li > ul > li > ul ul {
margin: 10px -15px -10px -20px;
}
.widget_pages > ul > ul {
padding-left: 30px;
}
#colophon .widget_submenu a,
#colophon .widget_nav_menu a {
background: transparent;
}
/* Recently Viewed Products */
.widget_recently_viewed_products .product_list_widget a {
clear: both;
}
.widget_recently_viewed_products ul.product_list_widget li {
padding: 10px;
margin-bottom: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-moz-box-shadow: none;
display: block;
}
.widget_recently_viewed_products ul.product_list_widget li + li {
background-repeat: repeat-x;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-content {
border: 0 none;
}
.widget_recently_viewed_products ul.product_list_widget li .product-dummy-wrapper {
border: 0 none;
}
/* gem_client_carousel*/
.gem_client_carousel-items .gem-client-item .grayscale-hover {
background: none repeat scroll 0 0 transparent !important;
}
.teaser_grid_container .gem-post-title {
padding-right: 31px;
}
body .footer-contact-form .wpcf7-email {
background-color: #2c2e3a;
border: medium none;
color: #ffffff;
height: 54px;
}
body .footer-contact-form .wpcf7-textarea {
background-color: #2c2e3a;
border: medium none;
color: #ffffff;
height: 117px;
}
.footer-contact-form {
padding-right: 30px;
}
.footer-contact-form .wpcf7-submit{
background-color: #4c5867;
float: left;
}
.footer-contact-form .wpcf7-submit:hover{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.widget .wpcf7 .gem-sidebar-input {
text-align: left;
}
.wpb_widgetised_column .gem-products-image {
display: table-cell;
}
.wpb_widgetised_column .gem-products-content {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.widget .blog {
padding-bottom: 0px;
}
.widget-title:after{
font-family: thegem-icons;
content: '\e630';
font-size: 8px;
padding-left: 8px;
font-weight: normal;
}
#colophon .gem-latest-news:last-child,
#colophon .Custom_Recent_Posts .gem-pp-posts:first-child,
#colophon .widget_meta li:first-child,
#colophon .widget_rss li:first-child,
#colophon .widget_recent_entries li:first-child,
#colophon .Custom_Recent_Posts ul li:first-child {
background: none;
}
.digram-line-box {
padding-right: 40px;
}
/* Gem icon hexagon*/
.gem-icon-shape-hexagon {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
position: relative;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back {
display: block;
-webkit-transform: rotate(-30deg) skewX(30deg);
-ms-transform: rotate(-30deg) skewX(30deg);
-o-transform: rotate(-30deg) skewX(30deg);
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: relative;
z-index: 1;
font-size: 0;
line-height: 1;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top {
display: block;
-webkit-transform: rotate(-30deg) skewX(30deg);
-ms-transform: rotate(-30deg) skewX(30deg);
-o-transform: rotate(-30deg) skewX(30deg);
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: absolute;
left: 0;
top: 0;
z-index: 2;
font-size: 0;
line-height: 1;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: none !important;
position: absolute;
left: 0;
top: 0;
z-index: 3;
width: 100%;
height: 100%;
margin: 0;
}
/* Hexagon small icon */
.gem-icon-shape-hexagon.gem-icon-size-small,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-small:last-child {
margin: 3px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-back {
width: 59px;
height: 49px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-top {
width: 55px;
height: 45px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
left: 2px;
top: 2px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner {
line-height: 49px;
}
/* Hexagon medium icon */
.gem-icon-shape-hexagon.gem-icon-size-medium,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-medium:last-child {
margin: 5px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-back {
width: 91px;
height: 77px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {
width: 85px;
height: 71px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
left: 3px;
top: 3px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner {
line-height: 77px;
}
/* Hexagon large icon */
.gem-icon-shape-hexagon.gem-icon-size-large,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-large:last-child {
margin: 11px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-back {
width: 181px;
height: 153px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-top {
width: 169px;
height: 141px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
left: 6px;
top: 6px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner {
line-height: 153px;
}
/* Hexagon xlarge icon */
.gem-icon-shape-hexagon.gem-icon-size-xlarge,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-xlarge:last-child {
margin: 16px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-back {
width: 267px;
height: 227px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 12px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-top {
width: 243px;
height: 203px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
left: 12px;
top: 12px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner {
line-height: 227px;
}
.widget_socials .socials-item-icon {
font-size: 24px;
margin-bottom: 13px;
}
.widget_socials a.socials-item {
margin-left: 0;
margin-right: 13px;
}
.widget .socials-colored a:hover .socials-item-icon{
color: #00bcd4 !important;
}
.widget .gem-portfolios-type-carousel-grid .gem-portfolio-item {
padding: 0px 12px 12px 0;
display: block;
}
.widget-portfolio-carousel-slide a{
display: block;
height: 80px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.widget-portfolio-carousel-slide img{
width: 80px;
height: 80px;
display: block;
}
.widget-portfolio-carousel-slide {
float: left;
}
.widget-portfolio-carousel-slide {
margin-right: -10px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination a {
width: 14px;
height: 14px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination {
padding-top: 4px;
}
.widget-gem-portfolio-item.gem-portfolio-dummy img{
display: none;
}
.widget-gem-portfolio-item.gem-portfolio-dummy {
position: relative;
}
.widget-gem-portfolio-item.gem-portfolio-dummy:after {
content: '?';
color: #ffffff;
position: absolute;
left: 35px;
top: 28px;
}
.widget-gem-portfolio-item {
position: relative;
}
.widget-gem-portfolio-item img {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.widget-gem-portfolio-item:hover img {
}
.widget-gem-portfolio-item .widget-gem-portfolio-item-hover {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
opacity: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.widget-gem-portfolio-item:hover .widget-gem-portfolio-item-hover {
opacity: 1;
}
.project_info-item .icon-elegant,
.project-info-shortcode-item .icon.elegant {
font-family: 'ElegantIcons';
}
.project_info-item .icon-material,
.project-info-shortcode-item .icon.material {
font-family: 'MaterialDesignIcons';
}
.project_info-item .icon-fontawesome,
.project-info-shortcode-item .icon.fontawesome {
font-family: 'FontAwesome';
}
.project_info-item .icon-userpack,
.project-info-shortcode-item .icon.userpack {
font-family: 'UserPack';
}
.project-info-shortcode-item .icon {
float: left;
}
.project-info-shortcode-item {
width: 100%;
float: left;
}
.project-info-shortcode-style-2 .project-info-shortcode-item .title {
font-size: 16px;
font-weight: bolder;
padding-left: 70px;
color: #3c3950;
text-transform: uppercase;
}
.project-info-shortcode-style-2 .project-info-shortcode-item .decription {
padding-left: 70px;
padding-top: 3px;
}
.project-info-shortcode-style-2 .project-info-shortcode-item .icon {
color: #ffffff !important;
font-size: 24px;
padding: 13px;
}
.project-info-shortcode-style-2 .project-info-shortcode-item {
padding: 28px 0;
}
.project-info-shortcode-style-2 .project-info-shortcode-item:last-child{
border-bottom: medium none;
}
.project-info-shortcode {
display: inline-block;
width: 100%;
}
.project-info-shortcode-style-default .project-info-shortcode-item {
margin-bottom: 20px;
padding: 20px;
}
.project-info-shortcode-style-default .project-info-shortcode-item .icon {
background-color: transparent !important;
font-size: 24px;
padding-top: 6px;
padding-left: 5px;
}
.project-info-shortcode-style-default .project-info-shortcode-item .title {
padding-left: 50px;
}
.project-info-shortcode-style-default .project-info-shortcode-item .decription {
padding-left: 50px;
padding-top: 15px;
}
.widget.project_info .gem-button {
margin-left: 0px;
}
.widget .project-info-button{
text-align: center;
}
/*pricing tabels*/
.pricing-row,
.pricing-price-row,
.pricing-title-row
{
text-align: center;
}
.pricing-table-style-1 .pricing-price-title {
font-size: 24px;
letter-spacing: 1px;
color: #5f727f;
text-transform: uppercase;
}
.pricing-table-style-1 .pricing-column-wrapper {
padding-left: 0px;
padding-right: 0px;
margin-top: 20px;
}
.pricing-table-style-1 .highlighted.pricing-column-wrapper {
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price {
background-color: #b0de79;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #7ee0bf;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #83bce9;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #a289e8;
}
.highlighted .pricing-price-subtitle {
display: block;
}
.pricing-price-subtitle {
display: none;
}
.pricing-table-style-1 .pricing-cost {
font-size: 65px;
color: #ffffff;
line-height: 1;
}
.pricing-table-style-1 .pricing-price {
display: inline-block;
width: 100%;
}
.pricing-table-style-1 .time {
color: #ffffff;
}
.pricing-table-style-1 .pricing-column {
background-color: #f0f3f2;
}
.pricing-table-style-1 .highlighted .pricing-column {
background-color: #ffffff;
}
.pricing-table-style-1 .pricing-price {
padding: 29px 10px 29px 10px;
}
.pricing-table-style-1 .pricing-price-title-wrapper {
padding-top: 33px;
padding-bottom: 33px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price{
overflow: hidden;
}
.pricing-table-style-1 .pricing-row {
padding-top: 12px;
padding-bottom: 10px;
border-bottom: 1px solid #dfe5e8;
}
.pricing-table-style-1 .pricing_row_title {
font-size: 24px;
font-weight: 300;
padding-bottom: 5px;
color: #3c3950;
}
.pricing-table-style-1 .pricing_row_subtitle {
font-size: 14px;
color: #99a9b5;
}
.pricing-column-top-choice{
position: absolute;
}
.pricing-table-style-1 .pricing-column {
background-color: #f0f3f2;
border: 1px solid #dfe5e8;
margin-right: -1px;
}
.pricing-column-wrapper {
min-width: 271px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price {
margin-right: -1px;
margin-left: -1px;
width: 101%;
}
.pricing-table-style-1 .pricing-column .pricing-row:last-of-type {
border-bottom: none;
}
.pricing-table-style-1 .pricing-footer{
padding-bottom: 26px;
}
.pricing-table-style-1 .highlighted .pricing-price-title-wrapper {
padding-bottom: 28px;
}
.pricing-table-style-8 .pricing-price,
.pricing-table-style-7 .pricing-price,
.pricing-table-style-4 .pricing-price-row,
.pricing-table-style-3 .pricing-price-row,
.pricing-table-style-2 .pricing-price,
.pricing-table-style-1 .pricing-price-row {
background-color: transparent !important;
background-image: none !important;
}
.pricing-table-style-5 .pricing-price {
background-image: none !important;
background-color: #ffffff !important;
}
.pricing-table-style-1,
.pricing-row.strike {
text-decoration: line-through;
color: #99a9b5;
}
.pricing-table-style-1 .highlighted .pricing-footer {
padding-bottom: 46px;
}
.pricing-table-style-2 .pricing-price-row{
background-color: #393d50;
display: inline-block;
width: 100%;
}
.pricing-table-style-2 .pricing-price {
background-color: transparent;
}
.pricing-table-style-2 .pricing-price-title {
color: #00bcd4;
}
.pricing-table-style-2 .pricing_row_title {
font-size: 24px;
font-weight: 300;
padding-bottom: 5px;
color: #00bcd4;
}
.pricing-table-style-2 .pricing_row_subtitle {
font-size: 14px;
color: #99a9b5;
}
.pricing-table-style-2 .highlighted .pricing-price-title,
.pricing-table-style-2 .highlighted .time{
color: #ffffff
}
.pricing-table-style-2 .pricing-price-subtitle {
display: none;
}
.pricing-table-style-2 .pricing-cost {
display: inline-block;
color: #99a9b5;
}
.pricing-table-style-2 .pricing-price .time {
text-transform: capitalize;
display: inline-block;
padding-left: 10px;
}
.pricing-table-style-2 .pricing-price-title {
padding-bottom: 20px;
text-transform: uppercase;
padding-top: 10px;
}
.pricing-table-style-2 .pricing-price-row {
padding: 38px 10px;
}
.pricing-table-style-2 .pricing-cost {
color: #ffffff;
}
.pricing-table-style-2 .pricing-row:nth-child(odd) {
background-color: #f4f6f7;
}
.pricing-table-style-2 .pricing-column .pricing-row {
padding: 16px 10px;
}
.pricing-table-style-2 .pricing-footer {
padding-top: 17px;
}
.pricing-table-style-2 .pricing-row {
border-left: 2px solid #dfe5e8;
border-right: 2px solid #dfe5e8; ;
}
.pricing-table-style-2 .pricing-footer {
border: 2px solid #dfe5e8;
border-top: medium none ;
}
.pricing-table-style-2 .highlighted .pricing-row {
border-left: 2px solid #393d50;
border-right: 2px solid #393d50; ;
}
.pricing-table-style-2 .highlighted .pricing-footer {
border: 2px solid #393d50;
border-top: medium none ;
}
.pricing-table-style-2 .highlighted .pricing-column{
margin-top: 0px;
}
.pricing-table-style-2 .highlighted .pricing-price-subtitle {
display: block;
margin-bottom: 10px;
margin-top: -6px;
}
.pricing-table-style-2 .pricing-column {
margin-top: 30px;
}
.pricing-table-style-3 .pricing-column{
background-color: #f0f3f2;
border-radius: 50px;
overflow: hidden;
}
.pricing-table-style-3 .pricing-price-wrapper {
margin-left: -90px;
padding-left: 50%;
padding-bottom: 34px;
}
.pricing-table-style-3 .pricing-price {
border-radius: 50%;
height: 180px;
background-color: #ffffff;
display: table-cell;
width: 180px;
vertical-align: middle;
}
.pricing-table-style-3 .pricing-cost {
font-size: 50px;
font-weight: 300;
line-height: 1;
}
.pricing-table-style-3 .time {
font-size: 24px;
font-weight: 300;
color: #00bcd4;
}
.pricing-table-style-3 .pricing-price-title {
font-size: 24px;
font-weight: 300;
color: #3c3950;
}
.pricing-table-style-3 .pricing-price-title {
font-size: 24px;
font-weight: 300;
color: #3c3950;
}
.pricing-table-style-3 .highlighted .pricing-price-subtitle {
color: #5f727f;
font-size: 14px;
}
.pricing-table-style-3 .highlighted .pricing-price-title {
color: #99a9b5;
}
.pricing-table-style-3 .highlighted .pricing-column {
background-color:#393d50 ;
padding-top: 31px;
}
.pricing-table-style-3 .highlighted .pricing-row.pricing-row-title {
padding-top: 5px;
}
.pricing-table-style-3 .pricing-price-row {
padding-top: 46px;
}
.pricing-table-style-3 .pricing-column-wrapper.highlighted {
margin-top: 0px;
}
.pricing-table-style-3 .pricing-column-wrapper {
margin-top: 30px;
}
.pricing-table-style-3 .pricing_row_subtitle {
color: #5f727f;
font-size: 14px;
padding-top: 3px;
}
.pricing-table-style-3 .pricing-price-title-wrapper {
padding-bottom: 20px;
margin-top: -3px;
}
.pricing-table-style-3 .pricing_row_title {
text-transform: uppercase;
}
.pricing-table-style-3 .highlighted .pricing_row_title {
color: #ffffff;
}
.pricing-table-style-3 .pricing_row_title {
color: #3c3950;
}
.pricing-table-style-3 .highlighted .pricing_row_subtitle {
color: #5f727f;
}
.pricing-table-style-3 .pricing_row_subtitle {
color: #99a9b5;
padding-bottom: 6px;
}
.pricing-table-style-3 .pricing-row.pricing-row-title {
padding-bottom: 19px;
position: relative;
margin-bottom: 20px;
}
.pricing-table-style-3 .pricing-price-subtitle{
display: block;
font-size: 14px;
color: #5f727f;
margin-top: 6px;
}
.pricing-table-style-3 .highlighted .pricing-price-wrapper {
padding-bottom: 26px;
}
.pricing-table-style-3 .pricing-row-title:after {
position: absolute;
width: 50%;
height: 1px;
content: '';
background-color: #00bcd4;
bottom: 0;
left: 25%;
}
.pricing-table-style-3 .pricing-row {
padding-bottom: 10px;
}
.pricing-table-style-3 .pricing-footer {
padding-bottom:25px;
}
.pricing-table-style-3 .highlighted .pricing-footer {
padding-bottom: 50px;
}
.pricing-table-style-4 .pricing-cost {
font-size: 50px;
font-weight: 300;
line-height: 1;
}
.pricing-table-style-4 .time {
font-size: 24px;
font-weight: 300;
color: #00bcd4;
}
.pricing-table-style-4 .pricing-price-subtitle,
.pricing-table-style-4 .pricing-price-title{
display: none;
}
.pricing-price-wrapper {
text-align: center;
}
.pricing-table-style-4 .pricing-column-wrapper .pricing-price {
background-color: #00bcd4;
-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #a637ec;
-webkit-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #ee417c;
-webkit-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #ff994e;
-webkit-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper .pricing_row_title {
color: #00bcd4;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
color: #a637ec;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
color: #ee417c;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
color: #ff994e;
}
.pricing-table-style-4 figure.pricing-row:first-of-type {
padding-top: 15px;
}
.pricing-table-style-4 .pricing-price {
border-radius: 50%;
height: 180px;
background-color: #ffffff;
width: 180px;
display: inline-block;
padding-top: 46px;
}
.pricing-table-style-7 .pricing-column .pricing-price-row-width-background .wrap-style {
display: none;
}
.pricing-table-style-4 .pricing-column-wrapper.col-md-4 .pricing-price-wrapper {
padding: 91px 91px;
}
.pricing-table-style-4 .pricing-price-wrapper {
padding-bottom: 34px;
}
.pricing-table-style-4 .pricing-price-wrapper,
.pricing-table-style-4 .pricing-row,
.pricing-table-style-4 .pricing-footer{
background-color: #2c2e3d;
}
.pricing-table-style-4 .highlighted .pricing-price-wrapper,
.pricing-table-style-4 .highlighted .pricing-row,
.pricing-table-style-4 .highlighted .pricing-footer{
background-color: #393d50;
}
.pricing-table-style-4 .pricing-row.pricing-row-title {
padding: 26px 10px;
}
.pricing-table-style-4 .pricing-price-wrapper {
border-top-right-radius: 50%;
border-top-left-radius: 50%;
padding-top: 45px;
}
.pricing-table-style-4 .pricing-row:before {
vertical-align: middle;
content: '\e614';
color: #00bfa5;
font-family: thegem-icons;
text-align: center;
padding-right: 10px;
}
.pricing-table-style-4 .pricing-row {
padding: 5px 10px;
}
.pricing-table-style-4 .pricing-row.pricing-row-title:before,
.pricing-table-style-4 .strike.pricing-row:before {
display: none;
}
.pricing-table-style-4 .pricing-footer {
padding-bottom: 20px;
}
.pricing-table-style-4 .pricing-price,
.pricing-table-style-4 .time{
color: #ffffff;
}
.pricing-table-style-4 .pricing_row_title {
text-transform: uppercase;
}
.pricing-table-style-4 .pricing-row.pricing-row-title {
background-color: #393d50;
}
.pricing-table-style-4 .pricing_row_subtitle {
font-size: 14px;
}
.pricing-table-style-5 .pricing-price-wrapper {
text-align: center;
position: absolute;
left: 50%;
margin-left: -60px;
top: -60px;
}
.pricing-table-style-5 .pricing-price-row {
min-height: 272px;
}
.pricing-table-style-5 .highlighted .pricing-price {
background-color: #2c2e3d !important;
}
.pricing-table-style-5 .pricing-price {
background-color: #ffffff;
border-radius: 50%;
height: 120px;
width: 120px;
vertical-align: middle;
display: table-cell;
}
.pricing-table-style-5 .pricing-price-wrapper {
display: table-cell;
vertical-align: middle;
}
.pricing-table-style-5 .pricing-cost {
font-size: 32px;
font-weight: 300;
}
.pricing-table-style-5 .pricing-column-wrapper .pricing-cost {
color: #2196f7;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
color: #d74498;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
color: #32ad1e;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
color: #ff994e;
}
.pricing-table-style-5 .pricing-price-title {
color: #ffffff;
padding-top: 128px;
text-transform: uppercase;
}
.pricing-table-style-5 .pricing-price-subtitle {
display: block;
color: #b6c6c9;
padding-top: 10px;
}
.pricing-table-style-5 .pricing-row:nth-child(odd) {
background-color: #f4f6f7;
}
.pricing-table-style-5 .pricing_row_title {
font-size: 24px;
font-weight: 300;
}
.pricing-table-style-5 .pricing_row_subtitle{
color: #99a9b5;
font-size: 14px;
}
.pricing-table-style-5 .pricing-row.pricing-row-title {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-table-style-5 figure.pricing-row {
padding: 12px;
}
.pricing-table-style-5 {
padding-top: 70px;
}
.pricing-table-style-5 .pricing-column {
background-color: #ffffff;
}
.pricing-table-style-5 .pricing-footer {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-table-style-6.pricing-table {
margin-top: 60px;
}
.pricing-table-style-6 .pricing-column-wrapper{
padding: 0px;
}
.pricing-table-style-6 .pricing-price {
background-color: #393d50;
border-radius: 50%;
height: 120px;
width: 120px;
vertical-align: middle;
display: table-cell;
}
.pricing-table-style-6 .pricing-price-wrapper {
display: table-cell;
vertical-align: middle;
top: -60px;
position: absolute;
left: 11%;
}
.pricing-table-style-6 .pricing-cost {
font-size: 32px;
font-weight: 300;
}
.pricing-table-style-6 .pricing-price-title-wrapper {
min-height: 246px;
padding-bottom: 30px;
}
.pricing-table-style-6 .pricing-price {
background-image: none !important;
background-color: #393d50;
}
.pricing-table-style-6 .pricing-column-wrapper .pricing-price-row {
background-color: #00bcd4;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
background-color: #1c94ca;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
background-color: #7264bd;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
background-color: #52488a;
}
.pricing-table-style-6 .pricing-price-title{
text-transform: uppercase;
color: #ffffff;
padding-top: 132px;
text-align: left;
padding-left: 43px;
}
.pricing-table-style-6 .pricing-price-subtitle {
text-transform: uppercase;
color: #ffffff;
text-align: left;
padding-left: 43px;
padding-top: 12px;
display: block;
line-height: 1.4;
}
.pricing-table-style-6 .pricing-cost {
color: #04d7f2;
}
.pricing-table-style-6 .time {
color: #99a9b5;
}
.pricing-table-style-6 .pricing_row_title {
font-size: 24px;
font-weight: 300;
padding-left: 42px;
text-align: left;
}
.pricing-table-style-6 .pricing_row_subtitle {
font-size: 14px;
color: #99a9b5;
padding-left: 42px;
padding-top: 5px;
text-align: left;
}
.pricing-table-style-6 .pricing-row {
text-align: left;
padding: 14px 0;
padding-left: 42px;
padding-right: 20px;
}
.pricing-table-style-6 .pricing-row:nth-child(odd) {
background-color: #f4f6f7;
}
.pricing-table-style-6 figure:before{
content: '\e647';
color: #5f727f;
font-family: thegem-icons;
padding-right: 12px;
vertical-align: middle;
}
.pricing-table-style-6 .pricing-row.pricing-row-title {
padding-top: 24px;
padding-bottom: 19px;
}
.pricing-table-style-6 .gem-button-container.gem-button-position-center .gem-button {
margin-left: 42px;
}
.pricing-table-style-6 .pricing-footer {
padding-top: 20px;
}
.pricing-table-style-6 .pricing-footer {
border-bottom: 1px solid #dfe5e8;
}
.pricing-table-style-6 .pricing-footer,
.pricing-table-style-6 .pricing-row {
border-left: 1px solid #dfe5e8;
border-right: 1px solid #dfe5e8;
margin-right: -1px;
}
.pricing-table-style-6 .pricing-price-row {
margin-right: -1px;
}
.pricing-table-style-6 .gem-button-position-center {
text-align: left;
}
.pricing-table-style-6 .pricing-price-subtitle {
max-width: 370px;
}
.pricing-table-style-7.pricing-table {
margin-top: 30px;
}
.pricing-table-style-7 .pricing-price-row {
background-color: #393d50;
padding-bottom: 59px;
padding-top: 46px;
position: relative;
}
.pricing-table-style-7 .pricing-price-title-wrapper {
color: #ffffff;
}
.pricing-table-style-7 .pricing-price-title {
text-transform: uppercase;
}
.pricing-table-style-7 .pricing-cost {
padding-top: 46px;
padding-bottom: 23px;
font-size: 65px;
color: #6c7c86;
}
.pricing-table-style-7 .time {
color: #ffd54f;
}
.pricing-table-style-7 .wrap-style {
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
width: 100px;
height: 100px;
z-index: 199;
position: absolute;
bottom: -49px;
fill: #393d50;
left: 50%;
margin-left: 50px;
}
.pricing-table-style-7 .pricing-column-wrapper {
margin-top: 40px;
}
.pricing-table-style-7 .highlighted.pricing-column-wrapper {
margin-top: 0px;
}
.pricing-table-style-7 .pricing-column-top-choice-text {
transform: rotate(318deg);
-webkit-transform: rotate(318deg);
}
.pricing-table-style-7 .highlighted .pricing-price-row {
background-color: #ffffff;
padding-bottom: 59px;
padding-top: 54px;
position: relative;
}
.pricing-table-style-7 .highlighted .pricing-cost {
padding-top: 54px;
}
.pricing-table-style-7 .highlighted .pricing-price-title {
color: #3c3950;
}
.pricing-table-style-7 .highlighted .pricing-price-subtitle {
color: #99a9b5;
}
.pricing-table-style-7 .highlighted .wrap-style {
fill: #ffffff;
}
.pricing-table-style-7 .highlighted .time{
color: #ff8f00
}
.pricing-table-style-7 .highlighted .pricing_row_title {
color: #5f727f;
}
.pricing-table-style-7 .pricing-column {
background-color: #ffffff;
}
.pricing-table-style-7 .highlighted .pricing-footer {
padding-bottom: 40px;
}
.pricing-table-style-7 .highlighted .pricing_row_subtitle {
color: #ffffff;
}
.pricing-table-style-7 .highlighted .pricing-row,
.pricing-table-style-7 .highlighted .pricing-column{
background-color: #c5d2d4;
}
.pricing-table-style-7 .pricing-price-row {
margin-bottom: 57px;
}
.pricing-table-style-7 .pricing-row {
border-bottom:1px solid #dfe5e8;
padding: 10px 13px;
}
.pricing-table-style-7 .pricing-row:last-of-type {
border-bottom: none;
}
.pricing-table-style-7 .pricing-column .wrap-style {
display: block;
}
.pricing-column .wrap-style {
display: none;
}
.pricing-table-style-7 .pricing_row_title {
font-size: 24px;
font-weight: 300;
color: #00bcd4;
}
.pricing-table-style-7 .pricing_row_subtitle {
color: #99a9b5;
font-size: 14px;
padding-top: 6px;
}
.pricing-table-style-8 .pricing-price {
border-radius: 50%;
height: 160px;
background-color: #5f727f;
display: table-cell;
width: 160px;
vertical-align: middle;
border: 3px solid #00bcd4;
}
.pricing-table-style-8.pricing-table {
margin-top: 30px;
}
.pricing-table-style-8 .pricing-cost {
font-size: 42px;
font-weight: 300;
line-height: 1;
color: #ffffff;
}
.pricing-table-style-8 .time {
font-weight: 300;
color: #b6c6c9;
}
.pricing-table-style-8 .pricing-price-row {
background-color: #5f727f;
}
.pricing-table-style-8 .pricing-price-title {
font-size: 24px;
font-weight: 300;
color: #ffffff;
}
.pricing-table-style-8 .pricing-price-subtitle {
color: #5f727f;
padding-top: 6px;
float: left;
width: 100%;
padding-bottom: 11px;
}
.pricing-table-style-8 .highlighted .pricing-price-row {
background-color: #393d50;
}
.pricing-table-style-8 .highlighted .pricing-cost {
color: #00bcd4;
}
.pricing-table-style-8 .highlighted .pricing-price {
border: 3px solid #ffffff;
}
.pricing-table-style-8 .highlighted .pricing-column {
margin-top: 0px;
}
.pricing-table-style-8 .highlighted .pricing_row_subtitle {
color: #5f727f;
}
.pricing-table-style-8 .pricing-column {
margin-top: 20px;
border-radius: 12px;
overflow: hidden;
}
.pricing-table-style-8 .highlighted .pricing-price-wrapper {
padding-top: 70px;
}
.pricing-table-style-8 .pricing-price-wrapper {
padding-left: 50%;
margin-left: -80px;
padding-top: 50px;
}
.pricing-table-style-8 .pricing-footer,
.pricing-table-style-8 .pricing-row {
background-color: #ffffff;
}
.pricing-table-style-8 .pricing-price-title-wrapper {
padding-top: 28px;
margin-bottom: -30px
}
.pricing-table-style-8 .highlighted .pricing-row.pricing-row-title {
background-color: #393d50;
}
.pricing-table-style-8 .pricing-row.pricing-row-title {
background-color: #5f727f;
padding-top: 17px;
padding-bottom: 23px;
}
.pricing-table-style-8 .pricing_row_title {
color: #ffffff;
text-transform: uppercase;
}
.pricing-table-style-8 .pricing_row_subtitle {
color: #b6c6c9;
}
.pricing-table-style-8 .pricing-row {
padding: 10px 10px;
border-bottom: 2px solid #dfe5e8;
}
.pricing-table-style-8 .pricing-row:last-of-type {
border-bottom: medium none;
}
.pricing-table-style-8 .pricing-footer {
padding-bottom: 20px;
}
.pricing-table-style-8 .highlighted .pricing-footer {
padding-bottom: 45px;
}
.pricing-column-top-choice {
background-color: #393d50;
width: 50px;
height: 50px;
border-radius: 50%;
z-index: 100;
}
.pricing-column-top-choice-text {
margin-top: 2px;
font-size: 12px;
text-transform: uppercase;
text-align: center;
}
.pricing-table-style-1 .pricing-column-top-choice {
top: -25px;
left: 38px;
}
.pricing-table-style-1 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 13px;
}
.pricing-table-style-2 .pricing-column-top-choice {
top: -25px;
left: 38px;
background-color: #ffcd37;
}
.pricing-table-style-2 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #393d50;
margin-top: 19px;
font-size: 12px;
}
.pricing-table-style-2 .pricing-column-top-choice {
top: 0px;
left: 50%;
width: 62px;
height: 62px;
margin-left: -25px;
background-color: #ffcd37;
}
.pricing-table-style-2 .highlighted .pricing-column-top-choice {
margin-top: -30px;
}
.pricing-table-style-3 .highlighted .pricing-column-top-choice {
margin-top: -30px;
}
.pricing-table-style-3 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 18px;
}
.pricing-table-style-3 .pricing-column-top-choice {
top: -25px;
left: 55px;
width: 62px;
height: 62px;
background-color: #f44336;
}
.pricing-table-style-3 .highlighted .pricing-column-top-choice {
margin-top: 0px;
}
.pricing-table-style-4 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 28px;
font-size: 16px;
}
.pricing-table-style-4 .pricing-column-top-choice {
top: -20px;
left: 50%;
width: 80px;
height: 80px;
margin-left: -40px;
background-color: #2c2e3d;
}
.pricing-table-style-8 .pricing-column-top-choice
{
position: absolute;
top: 20px;
left: 50px;
width: 50px;
height: 45px;
line-height: 50px;
text-align: center;
z-index: 10;
border-radius: 0;
background-color: #00bcd4;
}
.pricing-table-style-8 .pricing-column-top-choice:after {
content: '';
position: absolute;
width: 100%;
height: 10px;
z-index: -1;
bottom: -10px;
left: 0;
background: inherit;
}
.pricing-table-style-8 .pricing-column-top-choice:before {
content: '';
position: absolute;
width: 100%;
height: 10px;
z-index: -1;
bottom: -10px;
left: 0;
background: inherit;
}
.pricing-table-style-8 .pricing-column-top-choice:after {
transform-origin: 100% 100%;
transform: skew(0, 20deg);
}
.pricing-table-style-8 .pricing-column-top-choice:before {
transform-origin: 0 100%;
transform: skew(0, -20deg);
}
.pricing-table-style-8 .highlighted .pricing-column-top-choice {
top: 0;
}
.svg_pricing {
width: 70px;
height: 70px;
z-index: 1;
}
.pricing-table-style-5 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 20px;
font-size: 14px;
width: 65px;
position: absolute;
top: 0;
}
.pricing-table-style-5 .pricing-column-top-choice {
background-color: transparent;
}
.pricing-table-style-5 .svg_pricing {
display: block;
fill: #00bcd4;
}
.pricing-table-style-5 .pricing-column-top-choice {
width: 0;
height: 0;
padding: 0px;
top: -15px;
left: 6px;
}
.pricing-table-style-6 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 20px;
font-size: 14px;
width: 65px;
position: absolute;
top: 0;
}
.pricing-table-style-6 .pricing-column-top-choice {
background-color: transparent;
}
.pricing-table-style-6 .svg_pricing {
display: block;
fill: #00bcd4;
}
.pricing-table-style-6 .pricing-column-top-choice {
width: 0;
height: 0;
padding: 0px;
top: -40px;
left: 145px;
}
.pricing-table-style-6 .pricing-column-wrapper.col-md-3 .pricing-column-top-choice {
left: 137px;
}
.pricing-table-style-7 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 22px;
font-size: 14px;
width: 65px;
position: absolute;
top: 0;
}
.pricing-table-style-7 .pricing-column-top-choice {
background-color: transparent;
}
.pricing-table-style-7 .svg_pricing {
display: block;
fill: #00bcd4;
}
.pricing-table-style-7 .pricing-column-top-choice {
width: 0;
height: 0;
padding: 0px;
top: -15px;
left: 6px;
}
.svg_pricing {
display: none;
}
@media (max-width: 540px) {
.inline-column.pricing-column-wrapper {
padding: 0px;
}
}
#page,
.widget_submenu ul ul ul,
.widget_nav_menu ul ul ul,
.widget_pages ul ul ul,
.widget_categories ul ul ul,
.widget_product_categories ul ul ul {
background-color: #e8ecef;
}
.widget a.gem-button.gem-button-style-outline {
background: transparent;
}
.gmaps_round {
border-radius: 50%;
overflow: hidden;
}
body .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}
.vc_gem_pricing_table .vc_controls-container.vc_controls {
margin-top: 10px;
z-index: 10;
}
@media (max-width: 600px) {
body .vc_separator.vc_sep_double {
height: auto !important;
}
}
@media(max-width: 1024px){
.fullwidth-block.fullwidth-block-parallax-vertical,
.fullwidth-block.fullwidth-block-parallax-fixed{
background-attachment: scroll;
}
}
.textwidget img {
max-width: 100%;
height: auto;
}
.textwidget option,
.textwidget select {
max-width: 100%;
}
.widget .screen-reader-text {
margin-bottom: 10px;
display: block;
}
.calendar_wrap td, .calendar_wrap th {
border: none !important;
padding: 5px !important;
}
.gem-icon-with-title > a{
display: table-cell;
padding-bottom: 0 !important;
vertical-align: middle;
padding-right: 10px;
}
|
web/app/themes/thegem/css/thegem-widgets.css
|
.widget-area .widget + .widget {
margin-top: 68px;
}
.widget-area .widget-title {
margin-bottom: 28px;
}
.wpb_widgetised_column .widget + .widget {
margin-top: 50px;
}
.sidebar .widget:first-child .widget-title {
margin-top: 0px;
}
.wpb_widgetised_column .widget:first-child .widget-title {
margin-top: 0px;
}
.img-responsive.img-circle.wp-post-image {
margin: 0 auto;
}
.widget_contacts .widget-title {
margin-bottom: 21px;
}
.widget .gem-dummy {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
width: 72px;
height: 72px;
float: left;
}
.widget .testimonials-style-2 .gem-dummy,
.widget .testimonials-style-1 .gem-dummy,
.widget .gem-teams-image .gem-dummy {
background-image:url("../images/default-avatar.png") ;
background-size: 100%;
}
.widget .testimonials-style-2 .gem-dummy:after,
.widget .testimonials-style-1 .gem-dummy:after,
.widget .gem-teams-image .gem-dummy:after {
display: none;
}
.widget .gem-teams-image .gem-dummy {
height: 128px;
width: 128px;
margin-left: 66px;
}
#colophon .widget .gem-dummy {
background-color: #394050;
}
#colophon .widget .gem-dummy:after{
color: #212331;
}
.widget .gem-dummy:after{
content: '\e642';
font-family: thegem-icons;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.Custom_Popular_Posts .widget-title,
.Custom_Recent_Posts .widget-title,
.widget_meta .widget-title,
.thegem_news .widget-title,
.widget_recent_entries .widget-title{
margin-bottom: 17px;
}
/*Arhives*/
.widget_archive li{
list-style: none;
padding-top: 12px;
padding-left: 16px;
padding-bottom: 12px;
}
.widget_archive li:nth-child(odd){
background-color: #f7f9f8;
}
.widget_archive ul{
padding-left: 0px;
}
.widget_archive a {
text-transform: capitalize;
}
/*Arhives*/
/*Categories*/
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_archive ul,
.diagram-item {
margin-bottom: 0px;
}
/*Categories*/
/*Contacts*/
.gem-contacts-icon {
float: left;
font-family: thegem-icons;
font-size: 20px;
}
.gem-contacts-item:before {
vertical-align: top;
}
.gem-contacts-text {
padding-left: 32px;
}
.sidebar .widget .gem-contacts-item,
.wpb_widgetised_column .gem-contacts-item {
padding: 5px 0;
}
.sidebar .widget .gem-contacts-item.gem-contacts-address {
padding-bottom: 33px;
}
.sidebar .widget .gem-contacts-item.gem-contacts-phone {
padding-top: 28px;
}
.site-footer .gem-contacts-email:before {
font-family: thegem-icons;
content: '\e607';
float: left;
font-size: 20px;
float: left;
margin-top: 2px;
padding-right: 15px;
font-weight: normal;
}
.site-footer .gem-contacts-phone:before {
font-family: thegem-icons;
content: '\e625';
font-size: 20px;
font-weight: normal;
}
.site-footer .gem-contacts-address:before {
font-family: thegem-icons;
content: '\e604';
font-size: 20px;
font-weight: normal;
}
.site-footer .gem-contacts-fax:before {
font-family: thegem-icons;
content: '\e606';
float: left;
font-size: 12px;
padding-right: 15px;
font-weight: normal;
}
.site-footer .gem-contacts-item {
padding: 5px 0;
}
body .widget .gem-contacts-address:before,
body .wpb_widgetised_column .gem-contacts-address:before{
font-family: thegem-icons;
content: '\e604';
font-size: 16px;
display: inline-block;
padding-right: 8px;
font-weight: normal;
}
body .widget .gem-contacts-phone:before,
body .wpb_widgetised_column .gem-contacts-phone:before{
font-family: thegem-icons;
content: '\e625';
font-size: 16px;
display: inline-block;
padding-right: 12px;
font-weight: normal;
}
body .widget .gem-contacts-fax:before,
body .wpb_widgetised_column .gem-contacts-fax:before{
font-family: thegem-icons;
content: '\e606';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
font-weight: normal;
}
body .widget .gem-contacts-email:before,
body .wpb_widgetised_column .gem-contacts-email:before{
font-family: thegem-icons;
content: '\e607';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
margin-top: -1px;
font-weight: normal;
}
body .widget .gem-contacts-website:before,
body .wpb_widgetised_column .gem-contacts-website:before {
font-family: thegem-icons;
content: '\e608';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
}
/*Contacts*/
/*Custom pp posts*/
.gem-pp-posts-image img {
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
width: 72px;
height: 72px;
}
.gem-pp-posts-text {
display: table-cell;
vertical-align: middle;
}
.gem-pp-posts-date {
padding-left: 12px;
display: block;
margin-top: -2px;
}
.gem-pp-posts-item {
display: block;
margin-left: 12px;
}
.gem-pp-posts-image {
display: table-cell;
}
.gem-pp-posts-news {
padding-top: 14px;
padding-bottom: 14px;
}
.gem-pp-posts-item > a {
display: block;
}
.gem-pp-posts {
padding-bottom: 14px;
padding-top: 14px;
}
.gem-post-thumb img{
width: 71px;
height: 71px;
position: absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
left: 0px;
top: 0;
}
.isotope-inner {
padding-left: 90px;
}
.gem-post-thumb-gem-dummy {
height: 71px;
left: 0px;
position: absolute;
top: 0;
width: 71px;
}
.footer-widget-area .gem-pp-posts-image a:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 72px;
height: 72px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
opacity: 0;
}
.footer-widget-area .gem-pp-posts-image a:hover:after {
opacity: 1;
}
.footer-widget-area .gem-pp-posts-image {
position: relative;
}
.post-related-posts .gem-dummy:after {
content: '\e642';
font-family: thegem-icons;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.post-related-posts .gem-dummy:after {
content: '\e642';
font-family: thegem-icons;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
/*Custom pp posts*/
.gem-post-thumb-conteiner {
display: table-cell;
vertical-align: middle;
}
.site-footer .gem-pp-posts {
padding-bottom: 12px;
}
/*Custom rp posts*/
.footer-widget-area .posts {
margin-top: -19px;
}
.Custom_Recent_Posts ul li:last-child,
.Custom_Popular_Posts ul li:last-child{
border-bottom: none;
}
.widget_recent_entries li {
padding-bottom: 25px;
padding-top: 20px;
list-style: none;
}
.widget_recent_entries li:last-child {
border-bottom: none;
}
.widget_recent_entries ul {
margin: 0;
padding: 0;
}
.widget_recent_entries .post-date {
clear: both;
display: block;
}
.site-footer .Custom_Recent_Posts .gem-pp-posts:last-child{
border-bottom: none;
}
/*Custom rp posts*/
/*Calendar*/
.widget_calendar td a {
display: block;
font-weight: normal;
}
.widget_calendar table {
text-align: center;
width: 100%;
}
.widget_calendar #prev > a {
float: left;
padding-left: 12px;
}
.widget_calendar #next > a {
float: right;
padding-right: 12px;
}
.widget_calendar a {
font-weight: bold;
}
.calendar_wrap {
padding-bottom: 20px;
}
.widget_calendar caption {
padding-bottom: 1px;
padding-top: 1px;
}
.widget_calendar table {
margin-left: 9%;
text-align: center;
width: 83%;
}
.widget_calendar td {
padding: 2px;
padding-bottom: 4px;
padding-top: 4px;
}
.widget_calendar tfoot td.pad {
display: none;
}
#wp-calendar caption:after {
position: absolute;
content: '';
height: 39px;
width: 39px;
top: 0;
background-color: #b9c7ca;
right: 0;
}
#wp-calendar #prev a {
position: absolute;
left: 0;
height: 39px;
width: 39px;
top: 0;
padding-top: 7px;
padding-bottom: 7px;
}
#wp-calendar #prev a:after {
content: '\e637';
font-family: thegem-icons;
width: 38px;
height: 38px;
position: absolute;
left: 0px;
top: 0;
line-height: 1.6;
font-size: 24px;
}
#wp-calendar #next a:after {
content:'\e638';
font-family: thegem-icons;
top: 0px;
position: absolute;
right: 0px;
width: 38px;
line-height: 1.6;
height: 38px;
font-size: 24px;
}
#wp-calendar #next a {
position: absolute;
right: 0;
top: 0;
height: 39px;
width: 39px;
padding-top: 7px;
padding-bottom: 7px;
}
#wp-calendar caption {
margin-bottom: 34px;
letter-spacing: 0.08em;
}
.calendar_wrap {
position: relative;
}
/*calendar*/
/*Diagram*/
.widget_diagram .skill-line {
margin-right: 0px;
}
.widget_diagram .skill-amount {
margin-top: -29px;
font-weight: bold;
}
.widget_diagram .skill-element + .skill-element {
margin: 18px 0 0;
}
/*Diagram*/
/*Facebook*/
.widget.Facebook div {
padding: 20px;
}
/*Facebook*/
/*Flikr*/
.flickr-item {
float: left;
padding: 0 10px 10px 0;
}
.flickr-item img {
width: 80px;
height: 80px;
}
.widget.Custom_Flickr .flickr {
list-style: none outside none;
margin: 0 -10px 0 0;
padding: 0;
}
.widget .flickr-item a,
.wpb_widgetised_column .widget .flickr-item a{
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
}
.widget .flickr-item a:before,
.wpb_widgetised_column .widget .flickr-item a:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 5;
}
.widget .flickr-item a:hover:before,
.wpb_widgetised_column .widget .flickr-item a:hover:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
z-index: 5;
}
.widget .flickr-item a img,
.wpb_widgetised_column .widget .flickr-item a img{
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.widget .flickr-item a:hover img,
.wpb_widgetised_column .widget .flickr-item a:hover img{
}
/*Flikr*/
/*MC form*/
.mc-form {
position: relative;
padding-top: 5px;
}
.wpb_widgetised_column .mc4wp-form-fields {
padding: 29px;
margin-top: 29px;
}
.sidebar .mc4wp-form-fields {
padding: 29px;
margin-top: 29px;
}
.widget_mc4wp_widget form {
padding: 25px 23px 10px 26px;
}
.widget_mc4wp_widget p {
line-height: 1.6;
}
#mc4wp_submit {
width: 40px;
font-weight: normal;
height: 41px;
position: absolute;
right: 0;
padding: 0;
top: -8px;
margin: 13px 0 0 0;
font-size: 24px;
font-family: thegem-icons;
border-radius: 0px;
}
.mc4wp-alert {
margin-top: 40px;
}
.gem-button-footer {
border: medium none;
margin-top: 21px;
}
.mc4wp-form input[type='email'] {
padding: 7px 46px 7px 9px;
width: 100%;
}
/*MC form*/
/*meta*/
.widget_meta li,
.widget_rss li {
list-style: none;
padding-top: 12px;
padding-bottom: 12px;
text-transform: capitalize;
}
.widget_meta li:last-child,
.widget_rss li:last-child,
.site-footer .widget_meta li:last-child,
.site-footer .widget_rss li:last-child{
border-bottom: none;
}
.widget_meta ul,
.widget_rss ul{
padding-left: 0px;
}
.widget_meta li:before,
.widget_rss li:before {
content: '\e601';
font-family: 'thegem-icons';
font-size: 16px;
font-weight: normal;
padding-right: 8px;
vertical-align: middle;
position: relative;
top: -2px;
}
.widget_meta abbr,
.widget_rss abbr {
border-bottom: none;
}
/*meta*/
/*News*/
.gem-latest-news-image img {
height: 72px;
width: 72px;
border-radius: 50%;
-moz-border-radius: 50%;
webkit-border-radius: 50%;
}
.gem-latest-news-image {
display: table-cell;
}
.gem-latest-news-title {
display: table-cell;
padding-left: 15px;
vertical-align: middle;
}
.gem-latest-news {
display: inline-block;
padding-bottom: 17px;
padding-top: 11px;
width: 100%;
}
.gem-latest-news-title > span {
display: block;
margin-top: -1px;
}
.gem-latest-news-title > a {
display: block;
}
.gem-latest-news-image .gem-dummy {
height: 72px;
width: 72px;
}
.widget .thegem_news,
.wpb_widgetised_column .widget .thegem_news{
line-height: 1.5;
}
.gem-latest-news:first-child {
padding-bottom: 16px;
padding-top: 16px;
}
.gem-latest-news-image .gem-dummy {
display: block;
}
/*News*/
/*Picturebox*/
.gem-picturebox-text {
padding-top: 11px;
}
.gem-picturebox p{
padding: 12px 26px 30px;
}
.gem-picturebox-image {
text-align: center;
}
/*Picturebox*/
/*Proect-info*/
.project_info-item-style-2 .project_info-item:last-child .value {
border-bottom: medium none;
}
.project_info-item-style-1 .project_info-item .icon{
display: inline-block;
font-size: 24px;
border-radius: 0px;
width: 50px;
height: 50px;
text-align: center;
color: #FFFFFF !important;
background-color: transparent;
vertical-align: middle;
line-height: 2.1;
}
.project_info-item-style-1 .project_info-item .title {
text-transform: uppercase;
}
.project_info-item-style-1 .project_info-item-title {
vertical-align: top;
padding-left: 16px;
}
.project_info-item-style-1 .project_info-item.iconed {
padding: 28px;
padding-left: 0;
}
.project_info-item-style-1 .project_info-item.iconed:last-child {
border-bottom: none;
}
.widget.project_info .widget-title,
.widget.project_info .widget-title {
margin-bottom: 32px;
}
.project_info-item-style-1 .project_info-item .value {
padding-top: 0;
padding-right: 18px;
margin-top: -22px;
padding-left: 71px;
}
.project_info-item-style-2 {
padding-bottom: 20px;
}
.project_info-item-style-2 .icon {
font-size: 24px;
margin-right:16px;
float: left;
margin-top: 2px;
}
.project_info-item-style-2 .project_info-item {
padding: 28px;
margin-bottom: 17px;
}
.project_info-item-style-2 .project_info-item.iconed:last-child {
margin-bottom: -24px;
}
.project_info-item-style-2 .icon{
background-color: transparent !important;
}
.project_info-item-style-2 .value {
padding-left: 42px;
padding-top: 18px;
}
/*Proect-info*/
/*Recent commets*/
.widget_recent_comments ul {
padding-left: 0px;
margin-top: 30px;
}
.widget_recent_comments li {
list-style: none;
border-radius: 60px;
border-bottom-left-radius: 0;
padding-top: 14px;
margin-bottom: 24px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.widget_recent_comments li:first-child {
border-top: none;
}
.widget_recent_comments li:before {
clear: both;
content: '\e639';
float: left;
font-family: 'thegem-icons';
font-size: 24px;
font-weight: normal;
height: 100%;
padding-right: 14px;
position: relative;
top: 0;
padding-bottom: 7px;
width: 100%;
text-align: center;
vertical-align: middle;
}
.widget_recent_entries .post-date {
margin-left: 48px;
}
.site-footer .widget_recent_entries li:first-child {
background: none;
}
/*Recent commets*/
/*search*/
.widget .searchform input,
.wpb_widgetised_column .widget .searchform input{
padding: 6px 10px;
}
.widget .searchform,
.wpb_widgetised_column .widget .searchform{
text-align: center;
position: relative;
}
.searchform button
{
border: none;
}
.widget.widget_search .gem-button {
font-size: 0;
position: absolute;
top: 0;
right: 0;
width: 43px;
height: 38px;
margin: 0;
background-color: transparent !important;
}
.widget.widget_search .gem-button:before {
content: '\e612';
position: absolute;
font-size: 24px;
font-family: thegem-icons;
left: 26%;
font-weight: 100;
margin-top: -3px;
margin: 0;
}
.widget.widget_search input {
width: 100%;
padding-right: 50px;
}
/*search*/
/*tags*/
.tagcloud a:hover {
text-decoration: none;
}
body .widget .tagcloud a {
margin-right: 4px;
text-decoration: none;
margin-bottom: 6px;
padding: 2px 9px;
display: inline-block;
font-size: 16px !important;
}
/*tags*/
/*teams*/
.gem-client-item {
float: left;
padding-right: 30px;
padding-left: 30px;
}
.gem_client-carousel {
position: relative;
}
.gem-client-prev {
margin-left: 0%;
}
.gem-client-next {
margin-right: 0%;
}
.clients_title {
text-align: center;
}
.clients_description {
text-align: center;
}
.gem_client-carousel {
margin-top: 25px;
}
.gem-client-prev {
width: 10%;
}
.gem-client-next {
width: 10%;
}
.gem-client-carousel-item-wrap {
padding: 0 10%;
}
.widget .gem-teams-item {
text-align: center;
padding-top: 11px;
padding-bottom: 40px;
}
.widget .gem-teams-name {
padding-top: 56px;
}
.widget .gem-teams-position {
font-size: 89.5%;
}
.widget .gem-teams-phone {
text-transform: uppercase;
padding-top: 28px;
padding-bottom: 16px;
}
.widget .gem-teams-image img {
margin: 0 auto;
text-align: center;
width: 128px;
}
.widget .gem-teams-image {
display: block;
padding-top: 50px;
padding-bottom: 7px;
height: 160px;
}
.widget .team-person-email a:before{
font-size: 34px;
}
.widget-teams {
border-top-right-radius: 122px;
border-top-left-radius: 122px;
overflow: hidden;
}
.widget .team-person-email {
font-size: 0px;
}
.widget .gem-teams-mail {
padding-top: 3px;
}
.widget .gem-teams-mail a:before {
padding-right: 10px;
content: '\e607';
font-family: 'thegem-icons';
font-size: 22px;
font-weight: normal;
vertical-align: bottom;
}
.widget .gem-teams-name {
padding-bottom: 8px;
}
.gem-team-style-horizontal .team-person-phone {
padding-bottom: 0px;
margin-bottom: -11px;
}
.gem-team-style-horizontal .team-person-phone:before {
font-size: 22px;
}
.gem-team-style-horizontal .team-person-info {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.gem-team-style-horizontal .team-person-image {
display: table-cell;
vertical-align: middle;
}
.gem-team-style-horizontal .team-person{
padding-left: 30px;
padding-top: 45px;
}
.gem-team-style-rounded .team-person-phone {
padding-bottom: 8px;
padding-top: 8px;
}
.gem-team-style-vertical .team-person-phone {
padding-bottom: 5px;
}
.fullwidth-block .container .gem-client-carousel-item-wrap {
padding: 0 0%;
}
/*teams*/
/*twitter*/
.widget_tweets .twitter-box .jtwt_tweet {
padding-bottom: 24px;
padding-top: 27px;
}
body .widget_tweets .twitter-box .jtwt_tweet:first-child {
padding-top: 0px;
background: none;
}
.jtwt_tweet:before {
content: '\e611';
float: left;
font-family: thegem-icons;
font-size: 18px;
padding-right: 8px;
position: relative;
top: 0px;
}
.jtwt_date {
padding-bottom: 12px;
font-weight: 300;
}
.twitter-box .jtwt_tweet {
padding: 0 0 0 0px;
}
.tweets-container {
padding-top: 14px;
}
.jtwt_tweet_text {
margin-bottom: 0px;
}
/*twitter*/
/*testimonials*/
.widget-testimonials {
position: relative;
}
.testimonials-style-1-item {
position: relative;
display: inline-block;
}
.testimonials-style-1-image {
padding-top: 60px;
height: 190px;
}
.testimonials-style-1-item {
text-align: center;
}
.testimonials-style-1-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 10px;
clear: both;
}
.testimonials-style-1-item .gem-dummy {
margin-left: 62px;
}
.testimonials-style-1-item {
border-top-left-radius: 67px;
border-top-right-radius: 67px;
overflow: hidden;
}
.testimonials-style-1-teg {
border-bottom-left-radius: 67px;
border-bottom-right-radius: 67px;
}
.testimonials-style-1-item .gem-testimonial-position{
padding-top: 4px;
}
.testimonials-style-2-bg {
position: relative;
}
.testimonials-style-2-item .wrap-style{
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
top: -4px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .wrap-style{
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
bottom: -2px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .empy_space {
height: 48px;
}
.widget .gem-testimonial-text > .testimonials-style-1-teg,
.widget .gem-testimonial-text > .testimonials-style-2-teg {
margin-bottom: 0;
}
.testimonials-style-2-text.gem-testimonial-text {
padding-left: 20px;
padding-right: 20px;
border-radius: 59px;
}
.testimonials-style-1-text.gem-testimonial-text {
padding: 33px 20px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after,
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after{
font-family: thegem-icons;
height: 40px;
width: 40px;
line-height: 1.7;
margin: 0;
left: 0;
}
.widget .testimonials-style-1-name.gem-testimonial-name,
.widget .testimonials-style-2-name.gem-testimonial-name {
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-prev-style-1.gem-prev:after {
content: '\e637';
padding-left: 5px;
}
.gem-widget-testimonials-next-style-2.gem-next:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
content: '\e638';
padding-right: 5px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after{
top: 42px;
}
.testimonials-style-2-item {
border-radius: 60px;
overflow: hidden;
}
.testimonials-style-2-item .gem-testimonial-text{
padding-top: 63px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
overflow: hidden;
}
.testimonials.testimonials-style-2,
.testimonials-carousel-style-2,
.testimonials-style-2-text.gem-testimonial-text
.testimonials-style-2 {
border-radius: 60px !important;
overflow: hidden !important;
}
.testimonials-style-1-teg {
font-style: normal;
padding-bottom: 50px;
padding-top: 40px;
}
.testimonials-style-1-post.gem-testimonial-company {
margin-top: -3px;
}
.testimonials-style-1-item,
.testimonials-style-2-item {
vertical-align: top;
}
.testimonials-style-1-prev {
left: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-1-next {
right: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-1-teg {
font-size: 30px;
font-family: thegem-icons;
}
.testimonials-style-1-image img {
height: 128px;
width: 128px;
}
.testimonials-style-2-teg {
padding-top: 38px;
padding-bottom: 38px;
}
.testimonials-style-2-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
padding-bottom: 20px;
}
.testimonials-style-2-name {
padding-top: 14px;
}
.testimonials-style-2 {
text-align: center;
position: relative;
}
.testimonials-style-2-bg {
padding-bottom: 47px;
text-align: center;
margin-top: -47px;
}
.triangle-with-shadow.trangle-style-2 {
margin-top: -1px;
}
.testimonials-style-2-image {
margin-top: 114px;
position: relative;
height: 128px;
}
.testimonials-style-2-item .gem-dummy {
margin-left: 64px;
}
.testimonials-style-2-item {
display: inline-block;
text-align: center;
}
.testimonials-style-2-prev {
left: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-2-next {
right: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-2-teg {
font-size: 60px;
font-family: thegem-icons;
font-style: normal;
}
.testimonials-style-2-text > p {
margin-bottom: 0px;
}
.testimonials-style-2-image img {
height: 128px;
width: 128px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-2.gem-next:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.triangle-with-shadow {
width: 100px;
height: 40px;
display: inline-block;
position: relative;
overflow: hidden;
}
.triangle-with-shadow:after {
content: "";
position: absolute;
width: 50px;
height: 50px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
top: -25px;
left: 25px;
}
.testimonials-style-1-block {
margin-bottom: 10px;
text-align: center;
}
.testimonials-style-1-post {
padding-top: 3px;
}
.testimonials-style-2-post {
padding-top: 3px;
}
.gem-testimonials-carousel-wrap .testimonials-style-2-bg .testimonials-style-2-post a{
padding-top: 3px;
}
.testimonials-style-2-text {
position: relative;
}
.testimonials-style-1-block .gem-testimonials-carousel-wrap {
margin-bottom: -1px;
text-align: center;
}
.testimonials-style-2-bg {
padding-top: 3px;
}
.testimonials-style-2-item .gem-dummy {
height: 128px;
width: 128px;
}
.testimonials-style-1-item .gem-dummy {
height: 128px;
width: 128px;
}
.gem-testimonials.style1 svg{
display: none;
}
/*testimonials*/
/*text*/
.gem-textbox-content blockquote {
font-size: 116%;
}
.gem-textbox-content > blockquote {
padding: 14px;
}
/*text*/
/*woocommerece widgets*/
.widget-area .gem-products-image,
.shop-widget-area .gem-products-image{
display: table-cell;
}
ul.product_list_widget .gem-products-image a {
position: relative;
float: left;
}
ul.product_list_widget .gem-products-image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
opacity: 0;
z-index: 1;
background: rgba(0, 188, 212, 0.3);
border-radius: 50%;
}
ul.product_list_widget .gem-products-image a:hover:before {
opacity: 1;
}
.widget-area .gem-products-content,
.shop-widget-area .gem-products-content {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.shop-widget-area .product_list_widget > li {
display: inline-block;
width: 100%;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
height: 80px;
width: 80px;
}
.woocommerce .widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce-page .widget_recently_viewed_products ul.product_list_widget li img {
height: 70px;
width: 70px;
}
.shop-widget-area .gem-products-content {
border-image: none;
padding-bottom: 11px;
position: relative;
margin-left: 70px;
padding-left: 18px;
}
ul.product_list_widget li {
margin-bottom: 15px;
display: inline-block;
padding: 0;
width: 100%;
}
.widget ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li {
overflow: visible;
}
ul.product_list_widget li:last-child {
margin-bottom: 0px;
}
.widget .gem-products-content{
margin-left: 70px;
min-height: 70px;
padding-left: 18px;
}
.shop-widget-area .gem-products-title {
padding-top: 5px;
}
.shop-widget-area .gem-products-price {
margin-bottom: -5px;
}
.widget .gem-products-price {
font-size: 20px;
line-height: 1.5em;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
margin-left: 0;
box-shadow: none;
}
.shop-widget-area .gem-products-title a {
padding-right: 80px;
}
.product_list_widget del {
display: none;
}
.shop-widget-area .gem-products-rating {
display: block;
position: absolute;
top: 13px;
right: 20px;
}
.widget .product_list_widget .onsale,
.shop-widget-area .onsale {
position: absolute;
width: 24px;
height: 24px;
line-height: 26px;
border-radius: 50%;
top: 13px;
left: 68px;
font-size: 0;
z-index: 1;
text-align: center;
font-weight: inherit;
}
.widget .product_list_widget .onsale:after,
.shop-widget-area .onsale:after {
content: '%';
font-size: 16px;
}
.woocommerce .gem-products-price ins {
font-size: 20px;
text-decoration: none;
}
.gem-products-price > span {
font-size: 20px;
text-decoration: none;
}
.widget_product_search .screen-reader-text{
display: none;
}
.widget_product_search input.search-field {
width: 100%;
padding-right: 35px;
padding-left: 10px;
box-sizing: border-box;
line-height: 36px;
border-width: 2px;
border-radius: 2px;
}
.widget_product_search form {
position: relative;
}
.widget_product_search button {
background-color: transparent;
font-family: 'thegem-icons';
font-size: 24px;
height: 36px;
line-height: 36px;
position: absolute;
right: 2px;
top: 7px;
width: 36px;
border: 0 none;
background: transparent;
}
.widget_product_search h4 {
text-align: center;
margin-top: -20px;
text-transform: uppercase;
}
.widget_recent_reviews .product_list_widget .wp-post-image {
float: left;
margin-right: 10px;
float: left;
margin-left: -1px;
margin-right: 10px;
margin-top: -1px;
z-index: 100;
}
.widget_recent_reviews .star-rating span {
font-size: 12px;
}
.widget_recent_reviews .star-rating {
font-size: 12px;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text {
width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-textarea {
width: 100%;
}
.widget_black_studio_tinymce div.wpcf7-mail-sent-ok {
border: 2px solid #ACDD8B;
margin: 0px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.widget_black_studio_tinymce div.wpcf7-validation-errors {
border: 2px solid #D55271;
margin: 0px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.widget_price_filter .price_label {
float: right;
}
.widget_price_filter .price_slider_amount .button {
float: left;
margin: 0;
}
.widget_price_filter .price_slider_amount {
padding-top: 15px;
}
.widget_price_filter .widget-title {
padding-bottom: 15px;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
margin-bottom: 1em
}
.widget_price_filter .price_slider_wrapper .price_slider {
height: 6px;
overflow: visible;
position: relative;
}
.widget_price_filter .price_slider .ui-slider-range {
height: 100%;
position: absolute;
}
.widget_price_filter .price_slider .ui-slider-handle {
position: absolute;
width: 14px;
height: 14px;
top: 50%;
margin-top: -7px;
margin-left: -7px;
border-radius: 50%;
}
.widget-area .woocommerce .star-rating, .woocommerce-page .star-rating {
float: none;
}
.widget-area .reviewer {
display: block;
}
.widget-area .attachment-shop_thumbnail.wp-post-image {
float: left;
}
.gem-products-content {
margin-left: 80px;
}
.product_list_widget li{
position: relative;
}
.widget-area .woocommerce-placeholder{
float: left;
}
.widget_recent_entries ul li:last-child {
border-bottom: 0 none;
}
.widget_recent_entries ul li:before {
content: '\e63a';
float: left;
font-family: "thegem-icons";
font-size: 24px;
padding-left: 22px;
padding-right: 6px;
position: absolute;
padding-top: 11px;
}
.widget_recent_entries ul li a {
display: block;
margin-left: 66px;
padding-top: 9px;
padding-right: 24px;
}
.widget_shopping_cart .variation {
display: none;
}
.attachment-shop_thumbnail {
width: 70px;
height: 70px;
}
.widget .product-dummy,
.wpb_widgetised_column .widget .product-dummy{
background-size: cover;
float: left;
margin-left: -1px;
margin-top: -1px;
width: 100%;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.widget .product-dummy-wrapper,
.wpb_widgetised_column .widget .product-dummy-wrapper{
width: 70px;
height: 70px;
float: left;
}
.widget_recent_reviews .product-dummy-wrapper{
margin-left: -1px;
border-color: transparent;
}
.widget_shopping_cart .product_list_widget li a .product-dummy-wrapper {
padding: 0px;
}
.shop-widget-area .widget .product-dummy {
margin-left: -3px;
}
.widget_shopping_cart_content ul.product_list_widget > li img {
margin: -1px;
}
.widget_product_search form {
padding-top: 5px;
}
.customer_details > dt {
font-weight: bold;
float: left;
padding-right: 10px;
}
.order-actions .gem-button {
margin-top: 0px;
}
.widget_layered_nav .combobox-wrapper {
height: 40px;
border-width: 2px;
}
.widget_layered_nav .combobox-wrapper .combobox-text {
line-height: 36px;
}
.widget_layered_nav .combobox-wrapper .combobox-button {
width: 36px;
height: 36px;
}
.widget_layered_nav ul{
margin: 0;
padding: 0;
}
.widget_layered_nav ul li {
list-style: none;
padding: 12px 0 12px 15px;
}
.widget_layered_nav ul li:first-child {
border-top: 0 none;
}
.widget_layered_nav ul li a:before {
content: "\e601";
font-family: "thegem-icons";
font-size: 15px;
font-weight: normal;
margin-right: 8px;
position: relative;
top: 1px;
}
.widget_layered_nav ul li small:before {
content: "(";
}
.widget_layered_nav ul li small:after {
content: ")";
}
.adress-button {
margin-bottom: 30px;
}
/*woocommerece widgets*/
/*pricing tables*/
/*pricing tables*/
/*top-area*/
.top-area-contacts .gem-contacts {
margin: 0 -17px;
}
.top-area-contacts .gem-contacts-item {
display: inline-block;
font-size: 14px;
padding: 0 17px;
line-height: 30px;
vertical-align: top;
}
.top-area-contacts .gem-contacts-address:before,
.top-area-contacts .gem-contacts-phone:before,
.top-area-contacts .gem-contacts-fax:before,
.top-area-contacts .gem-contacts-email:before {
font-family: 'thegem-icons';
margin-right: 0.33em;
vertical-align: top;
display: inline-block;
width: 16px;
font-size: 16px;
text-align: center;
}
.top-area-contacts .gem-contacts-address:before {
content: '\e604';
}
.top-area-contacts .gem-contacts-phone:before {
content: '\e625';
}
.top-area-contacts .gem-contacts-fax:before {
content: '\e606';
}
.top-area-contacts .gem-contacts-email:before {
content: '\e607';
}
/*top-area*/
/*styles*/
.gem_accordion_header {
outline: none;
}
.gem-news-carousel-wrap .gem-news-pagination{
padding-top: 35px;
}
.gem_accordion_header {
cursor: pointer;
}
.gem_accordion_header a {
text-transform: uppercase;
}
.post-author-block {
display: block;
padding: 40px;
}
.post-author-avatar {
display: block;
float: left;
}
a.post-author-avatar:after {
display: block;
text-align: center;
content: '\e607';
font-family: 'thegem-icons';
font-weight: normal;
font-size: 32px;
padding-top: 25px;
}
.post-author-avatar img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.post-author-info {
margin-left: 135px;
margin-top: 0;
}
.post-author-info .name {
margin-top: 0;
}
.post-author-posts-link a:before {
content: '\e601';
font-family: 'thegem-icons';
font-weight: normal;
vertical-align: top;
margin-right: 5px;
font-size: 16px;
}
@media (max-width: 599px) {
.post-author-avatar {
float: none;
margin-bottom: 25px
}
.post-author-info {
margin-left: 0;
margin-top: 0;
}
.post-author-info .name {
margin-top: 0;
}
a.post-author-avatar:after {
display: inline-block;
vertical-align: middle;
padding-top: 0;
padding-left: 25px;
line-height: 1;
}
}
.post-author-info .date {
margin-left: 23px;
}
.post-author-description {
margin-bottom: 20px;
}
.read-more-link {
float: right;
}
.byline {
padding: 0 5px;
}
.entry-meta {
margin-bottom: 8px;
}
.sep {
margin: 0 6px;
border-left: 1px solid #d4dee1;
height: 20px;
display: inline-block;
vertical-align: middle;
}
.read-more-link:before {
content: '\e601';
font-family: thegem-icons;
padding-left: -20px;
font-size: 14px;
}
/* DEFAULT BLOG */
.blog-style-default article {
margin-bottom: 55px;
padding-bottom: 55px;
}
.blog-style-default article .post-image,
.blog-post-image {
text-align: center;
margin-bottom: 10px;
}
.blog-style-default article .post-image img {
display: inline-block;
}
.blog-style-default article.sticky {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 115px;
padding: 15px 15px 35px;
position: relative;
z-index: 2;
}
.blog-style-default article.sticky:after {
content: '';
position: absolute;
width: 75px;
height: 75px;
z-index: -1;
bottom: -75px;
left: 0;
background: inherit;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skew(0, -45deg);
-ms-transform: skew(0, -45deg);
-o-transform: skew(0, -45deg);
transform: skew(0, -45deg);
}
.blog-style-default article.sticky.no-image {
padding-top: 70px;
}
.blog-style-default article.sticky .sticky-label {
position: absolute;
top: 0;
left: 50px;
font-family: 'thegem-icons';
font-weight: normal;
font-size: 20px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
z-index: 10;
}
.blog-style-default article.sticky .sticky-label:before,
.blog-style-default article.sticky .sticky-label:after {
content: '';
position: absolute;
width: 100%;
height: 10px;
z-index: -1;
bottom: -10px;
left: 0;
background: inherit;
}
.blog-style-default article.sticky .sticky-label:before {
transform-origin: 0 100%;
transform: skew(0, -20deg);
}
.blog-style-default article.sticky .sticky-label:after {
transform-origin: 100% 100%;
transform: skew(0, 20deg);
}
.blog-style-default article .entry-title a {
color: inherit;
}
.post-meta-right {
float: right;
font-size: 16px;
white-space: nowrap;
}
.blog-style-default .post-meta-right,
.single-post-meta .post-meta-right {
margin-left: 100px;
}
.post-meta-right > * {
display: inline-block;
vertical-align: top;
}
.comments-link a {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.comments-link a:before {
content: '\e61e';
font-family: 'thegem-icons';
font-size: 14px;
font-weight: normal;
margin-right: 6px;
display: inline-block;
line-height: inherit;
}
.post-footer-sharing {
display: inline-block;
position: relative;
}
.sharing-popup {
position: absolute;
visibility: hidden;
opacity: 0;
bottom: 50px;
border-radius: 25px;
height: 50px;
line-height: 50px;
padding: 0 25px;
white-space: nowrap;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
left: -20px;
margin-bottom: -10px;
}
.sharing-popup .socials {
line-height: 16px;
height: 16px;
margin-top: 17px;
}
article.sticky .sharing-popup {
bottom: 70px;
left: -10px;
}
.sharing-popup .sharing-styled-arrow {
position: absolute;
bottom: -100px;
height: 100px;
width: 50px;
left: -30px;
-ms-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 100% 0;
-o-transform: rotate(-90deg) scale(0.3);
-ms-transform: rotate(-90deg) scale(0.3);
-moz-transform: rotate(-90deg) scale(0.3);
transform: rotate(-90deg) scale(0.3);
}
.sharing-popup.active {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.sharing-popup a.socials-item {
vertical-align: top;
}
.post-footer-sharing .gem-button-container .gem-button {
margin-right: 13px;
}
.post-footer .gem-button-container .gem-button {
margin-bottom: 0;
}
article.sticky .post-footer-sharing .gem-button-container .gem-button {
margin-right: 16px;
}
.post-read-more {
display: inline-block;
}
.post-read-more .gem-button,
.comment-reply-link {
padding: 0 24px;
background: transparent;
}
.styled-blog-meta {
display: inline-block;
float: right;
}
.styled-blog-meta .comments {
padding-right: 8px;
float: left;
}
.styled-blog-meta .comments:after {
content: "|";
padding-left: 8px;
vertical-align: top;
}
.styled-blog-meta .tag-links {
display: none;
}
.styled-blog-meta {
bottom: 27px;
position: absolute;
right: 32px;
}
article:not(.type-page) > .entry-content.post-content {
margin-bottom: 60px;
}
.post-content .post-meta {
margin-bottom: 55px;
}
/* Post tags */
.post-tags-list {
margin-bottom: 30px;
margin-left: 10px;
}
.post-tags-list a {
position: relative;
display: inline-block;
color: inherit;
margin-right: 17px;
margin-bottom: 10px;
font-size: 13px;
line-height: 21px;
background-color: #e7edf0;
z-index: 2;
padding: 0 16px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.post-tags-list a:before {
content: '';
position: absolute;
background-color: inherit;
width: 12px;
height: 12px;
top: 5px;
left: -5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
z-index: -1;
transform: skew(-45deg, 45deg);
}
.post-tags-list a:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
top: 50%;
margin-top: -3px;
left: -5px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.block-tags .tags-links a{
padding: 0 10px;
}
.block-tags {
float: right;
display: block;
padding-top: 21px;
}
.block-date {
float: left;
font-size: 89.5%;
margin-top: 2px;
margin-right: 10px;
}
.post-meta-categories a {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 755px) {
.blog-style-default .post-meta-categories,
.single-post-meta .post-meta-categories {
display: block;
clear: both;
}
.blog-style-default .post-meta-author + .sep,
.single-post-meta .post-meta-author + .sep,
.single-post-meta .post-meta-categories + .sep {
display: none;
}
.blog-style-default .post-meta-right,
.single-post-meta .post-meta-right {
margin-left: 30px;
}
}
.thegem_pf_item .post-meta-left .post-meta-date:before {
content: '\e66e';
font-family: 'thegem-icons';
font-size: 16px;
font-weight: normal;
margin-right: 8px;
}
.post-meta-navigation {
font-family: 'thegem-icons';
font-weight: normal;
font-size: 24px;
white-space: nowrap;
vertical-align: top;
margin-left: 10px;
}
.post-meta-navigation > span + span {
margin-left: -7px;
}
.thegem_pf_item .post-meta-navigation > span + span {
margin-left: -10px;
}
.post-meta-navigation a {
color: inherit;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.thegem_pf_item .post-meta-navigation > .post-meta-category-link a {
font-size: 16px;
vertical-align: top;
}
.block-navigation {
clear: both;
display: inline-block;
width: 100%;
}
.block-navigation-prev {
float: left;
}
.block-navigation-prev a:before {
content: '\e603';
font-size: 15px;
padding-right: 10px;
font-family: thegem-icons;
display: block;
float: left;
}
.block-navigation-next {
float: right;
}
.block-navigation-next a:after {
content: '\e601';
font-size: 15px;
padding-left: 10px;
font-family: thegem-icons;
display: block;
float: right;
}
.block-divider {
margin-top: 50px;
display: block;
margin-bottom: 45px;
}
.block-thegem_socials_sharing {
width: 100%;
display: inline-block;
}
.portfolio-item-page-bottom .socials-sharing .socials-item-icon {
font-size: 24px;
}
.portfolio-item-page-bottom .socials-sharing {
margin-top: 42px;
float: left;
}
.portfolio-item-page-bottom .centered-box .socials-sharing {
float: none;
}
.portfolio-item-page-bottom .project-button .gem-button {
margin-top: 40px;
}
.block-portfolio-navigation-prev .gem-button {
padding-left: 3px;
padding-right: 14px;
}
.block-portfolio-navigation-prev .gem-button .gem-print-icon {
margin-right: 3px;
}
.block-portfolio-navigation-next .gem-button {
padding-right: 3px;
padding-left: 14px;
}
.block-portfolio-navigation-next .gem-button .gem-print-icon {
margin-left: 3px;
}
.block-navigation.centered-box .block-portfolio-navigation-prev .gem-button,
.block-navigation.centered-box .block-portfolio-navigation-next .gem-button {
margin-left: 30px;
margin-right: 30px;
}
.post-related-posts {
padding-bottom: 50px;
}
.post-related-posts-block {
margin: 0 -21px;
}
.post-related-posts-block .related-element {
float: left;
padding: 0;
width: 303px;
padding: 0 21px;
}
.post-related-posts-block .related-element .entry-meta {
margin-bottom: 0;
}
.related-posts-navigation {
position: absolute;
top: -85px;
right: 21px;
}
.related-posts-navigation .related-posts-prev,
.related-posts-navigation .related-posts-next {
height: 30px;
width: 30px;
padding: 0;
border: 2px solid #00bcd4;
background: transparent;
margin-left: 15px;
}
.related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-navigation .gem-button.related-posts-next:hover {
background-color: #3c3950;
border-color: #3c3950;
}
.related-posts-carousel {
position: relative;
}
.related-element img,
.related-element .gem-dummy {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 72px;
width: 72px;
}
.related-element .post-meta-right {
font: inherit;
}
.related-element > a {
display: table-cell;
padding-right: 14px;
}
.related-element .post-meta-right > * {
display: inline-block;
vertical-align: top;
}
.related-element .post-meta-right .zilla-likes:before {
display: inline-block;
}
.related-element .post-meta-right .zilla-likes > * {
display: inline-block;
vertical-align: top;
}
.related-element .comments-link a {
display: inline-block;
vertical-align: top;
padding-right: 5px;
}
.related-element .comments-link a:before {
display: inline-block;
}
.related-element-info {
display: table-cell;
vertical-align: middle;
width: 99%;
}
.related-element-info > a {
margin-bottom: 3px;
}
.related-element-info .date {
display: block;
margin-top: -2px;
}
.related-element-info .comments-link a::before {
content: '\e631';
}
.related-element-info-conteiner {
max-height: 3.1em;
overflow: hidden;
}
.post-related-posts-bloack {
margin-top: 8px;
}
.post-related-posts h3 {
text-transform: uppercase;
}
.related-element {
padding: 30px 0 30px 30px;
}
.post-related-posts {
margin-top: 75px;
}
.post-author-block {
margin-top: 85px;
}
.wpb_wrapper .vc_progress_bar .vc_label {
font-size: 89.5%;
}
.wpb_wrapper .vc_progress_bar .vc_label_units {
font-size: 116%;
padding-left: 8px;
}
.gem-btn-primary {
color: #0088cc;
}
.gem-btn-warning {
color: #ff9900;
}
.gem-btn-danger {
color: #ff675b;
}
.gem-btn-success {
color: #6ab165;
}
.gem-btn-info {
color: #58b9da;
}
.gem-btn-inverse {
color: #555555;
}
#customer_login .login label,
#customer_login .register label {
display: block;
}
#customer_login .login,
#customer_login .register {
padding: 33px;
padding-right: 10px;
width: 100%;
display: inline-block;
}
#customer_login .login .input-text, #customer_login .register .input-text{
width: 97%;
margin-top: 5px;
padding: 4px 10px;
}
#customer_login .login .inline {
display: inline-block;
}
#customer_login .form-row.login-button {
display: inline-block;
}
#customer_login .lost_password {
display: inline-block;
}
.inline {
display: block;
}
#customer_login .rememberme-label {
padding-left: 9px;
}
#customer_login .lost_password {
padding-left: 19px;
}
#customer_login .login-button button{
top: 8px;
}
#customer_login .form-row.login-button {
padding-left: 18px;
}
#customer_login .form-row.register_form_button {
display: inline-block;
float: right;
margin-right: 15px;
}
#customer_login .form-row.register_form_button button{
top: 8px;
}
#customer_login .login .gem-button input[type="submit"] {
padding: 0.6em 32px 0.6em 50px;
}
.account-tittle{
text-transform: uppercase;
}
.lost_reset_password .input-text{
margin-right: 20px;
margin-top: 5px;
padding-left: 10px;
width: 36%;
}
.lost_reset_password .gem-button {
margin-top: -5px;
}
.lost_reset_password .input-text {
float: left;
}
.form-edit-adress label {
display: block;
padding-bottom: 5px;
}
.form-edit-adress abbr {
border: 0 none;
}
.form-edit-adress input {
width: 50%;
}
.form-edit-adress .button {
width: auto;
}
.isotope-item {
padding-bottom: 10px;
}
.gem-post-grid-item-image {
display: table-cell;
}
.gem-post-grid-item-image img {
width: 72px;
height: 72px;
}
.gem-post-grid-item-info {
display: table-cell;
vertical-align: middle;
padding-left: 20px;
}
.gem-post-griid-item.clearix {
padding-bottom: 30px;
}
.gem-post-grid-item-date {
font-size: 89.5%;
}
/*styles*/
@media (max-width: 768px) {
.gem-testimonial-text {
font-size: 23px;
padding: 30px 40px;
}
.wpcf7-form td {
float: left;
width: 100%;
text-align: center;
}
}
/* MAIL CHIMP */
.site-footer .gem-custom-mailchimp input {
border: none;
}
#colophon .gem-custom-mailchimp input[type="email"] {
width: 50%;
height: 54px;
border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
margin-top: 25px;
}
#colophon .gem-custom-mailchimp button {
margin-top: 25px;
border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
-webkit-border-top-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
}
#colophon .widget .gem-testimonial-position,
#colophon .widget .gem-pp-posts-date,
#colophon .widget .jtwt_date,
#colophon .widget .gem-latest-news-title > span,
#colophon .widget.widget_recent_entries .post-date {
font-size: 89.5%;
}
.gem-latest-news:last-child{
border-bottom: none;
}
/* MENU WIDGET */
.widget_nav_menu li li a:before,
.widget_submenu li li a:before
{
content: '';
width: 6px;
display: block;
height: 6px;
position: absolute;
margin-top: 10px;
margin-left: -20px;
}
.widget_pages li li a:before,
.widget_categories li li a:before,
.widget_product_categories li li a:before{
content: '';
width: 6px;
display: block;
height: 6px;
float: left;
margin-top: 10px;
margin-right: 12px;
}
.widget_pages a {
display: block;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_pages ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_nav_menu > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
padding-left: 18px;
}
.widget_nav_menu ul.menu li > a,
.widget_submenu > div > ul li > a {
display: block;
padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li,
.widget_product_categories > ul > li,
.widget_pages > ul > li {
padding: 12px 12px 12px 0;
}
.widget_categories > ul li > a,
.widget_product_categories > ul li > a,
.widget_pages > ul li > a {
}
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
text-transform: uppercase;
}
.widget_nav_menu ul.menu li > a:after,
.widget_submenu > div > ul li > a:after {
content: '';
display: inline-block;
width: 30px;
vertical-align: top;
margin-left: -30px;
text-align: center;
}
.widget_nav_menu ul.menu ul,
.widget_submenu > div > ul ul {
display: none;
}
.widget_categories > ul > li > ul,
.widget_product_categories > ul > li > ul,
.widget_pages > ul > li > ul {
margin: 12px -12px -12px 0;
}
.widget_nav_menu ul.menu li.menu-item-active > ul,
.widget_nav_menu ul.menu li.menu-item-current > ul,
.widget_submenu > div > ul li.menu-item-active > ul,
.widget_submenu > div > ul li.menu-item-current > ul {
display: block;
}
.widget_nav_menu ul.menu li.menu-item-parent > a:after,
.widget_submenu > div > ul li.menu-item-parent > a:after,
.widget_categories > ul li.cat-parent:after,
.widget_product_categories > ul li.cat-parent:after,
.widget_pages > ul li.page_item_has_children:after {
font-weight: normal;
}
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after{
content: '\e635';
font-family: thegem-icons;
font-size: 16px;
font-weight: normal;
}
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-current > a:after,
.widget_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_categories > ul li li.cat-parent.current-cat:after,
.widget_product_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li li.cat-parent.current-cat:after {
content: '\e635';
font-family: thegem-icons;
font-size: 16px;
font-weight: normal;
}
.widget .menu-item-has-children.menu-item-parent > a:after {
content: '\e601';
font-size: 16px;
font-family: thegem-icons;
font-weight: normal;
}
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul > li.cat-parent.current-cat:after {
font-size: 24px;
}
.widget_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li.cat-parent.current-cat-parent:after,
.widget_categories > ul li.cat-parent.current-cat:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after {
content: '\e602';
font-family: thegem-icons;
font-size: 16px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_pages > ul li.page_item_has_children.current_page_ancestor,
.widget_pages > ul li.page_item_has_children.current_page_parent,
.widget_pages > ul li.current_page_item,
.widget_categories > ul li.cat-parent.current-cat-ancestor,
.widget_categories > ul li.cat-parent.current-cat-parent,
.widget_categories > ul li.cat-parent.current-cat,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor,
.widget_product_categories > ul li.cat-parent.current-cat-parent,
.widget_product_categories > ul li.cat-parent.current-cat {
position: relative;
}
.widget_pages > ul li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li.page_item_has_children.current_page_item > a:after {
content: '\e602';
font-family: thegem-icons;
font-size: 13px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_item > a:after {
content: '\e602';
font-family: thegem-icons;
font-size: 8px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_nav_menu ul.menu ul li.menu-item-active > a,
.widget_submenu > div > ul ul li.menu-item-active > a {
border: 0 none !important;
}
.widget_nav_menu ul.menu > li li > a,
.widget_submenu > div > ul > li li > a {
padding-left: 40px;
}
.widget_nav_menu ul.menu > li li li > a,
.widget_submenu > div > ul > li li li > a {
padding-left: 60px;
}
.widget_nav_menu ul.menu > li li li li > a,
.widget_submenu > div > ul > li li li li > a {
padding-left: 80px;
}
.widget_nav_menu ul.menu > li li li li li > a,
.widget_submenu > div > ul > li li li li li > a {
padding-left: 100px;
}
.widget_categories > ul > li > ul > li,
.widget_product_categories > ul > li > ul > li,
.widget_pages > ul > li > ul > li {
padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li > ul > li > ul,
.widget_product_categories > ul > li > ul > li > ul,
.widget_pages > ul > li > ul > li > ul {
margin: 12px -12px -12px -20px;
}
.widget_categories > ul > li > ul > li li,
.widget_product_categories > ul > li > ul > li li,
.widget_pages > ul > li > ul > li li {
padding: 10px 15px 10px 40px;
}
.widget_categories > ul > li > ul > li > ul ul,
.widget_product_categories > ul > li > ul > li > ul ul,
.widget_pages > ul > li > ul > li > ul ul {
margin: 10px -15px -10px -20px;
}
.widget_pages > ul > ul {
padding-left: 30px;
}
#colophon .widget_submenu a,
#colophon .widget_nav_menu a {
background: transparent;
}
/* Recently Viewed Products */
.widget_recently_viewed_products .product_list_widget a {
clear: both;
}
.widget_recently_viewed_products ul.product_list_widget li {
padding: 10px;
margin-bottom: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-moz-box-shadow: none;
display: block;
}
.widget_recently_viewed_products ul.product_list_widget li + li {
background-repeat: repeat-x;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-content {
border: 0 none;
}
.widget_recently_viewed_products ul.product_list_widget li .product-dummy-wrapper {
border: 0 none;
}
/* gem_client_carousel*/
.gem_client_carousel-items .gem-client-item .grayscale-hover {
background: none repeat scroll 0 0 transparent !important;
}
.teaser_grid_container .gem-post-title {
padding-right: 31px;
}
body .footer-contact-form .wpcf7-email {
background-color: #2c2e3a;
border: medium none;
color: #ffffff;
height: 54px;
}
body .footer-contact-form .wpcf7-textarea {
background-color: #2c2e3a;
border: medium none;
color: #ffffff;
height: 117px;
}
.footer-contact-form {
padding-right: 30px;
}
.footer-contact-form .wpcf7-submit{
background-color: #4c5867;
float: left;
}
.footer-contact-form .wpcf7-submit:hover{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.widget .wpcf7 .gem-sidebar-input {
text-align: left;
}
.wpb_widgetised_column .gem-products-image {
display: table-cell;
}
.wpb_widgetised_column .gem-products-content {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.widget .blog {
padding-bottom: 0px;
}
.widget-title:after{
font-family: thegem-icons;
content: '\e630';
font-size: 8px;
padding-left: 8px;
font-weight: normal;
}
#colophon .gem-latest-news:last-child,
#colophon .Custom_Recent_Posts .gem-pp-posts:first-child,
#colophon .widget_meta li:first-child,
#colophon .widget_rss li:first-child,
#colophon .widget_recent_entries li:first-child,
#colophon .Custom_Recent_Posts ul li:first-child {
background: none;
}
.digram-line-box {
padding-right: 40px;
}
/* Gem icon hexagon*/
.gem-icon-shape-hexagon {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
position: relative;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back {
display: block;
-webkit-transform: rotate(-30deg) skewX(30deg);
-ms-transform: rotate(-30deg) skewX(30deg);
-o-transform: rotate(-30deg) skewX(30deg);
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: relative;
z-index: 1;
font-size: 0;
line-height: 1;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top {
display: block;
-webkit-transform: rotate(-30deg) skewX(30deg);
-ms-transform: rotate(-30deg) skewX(30deg);
-o-transform: rotate(-30deg) skewX(30deg);
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: absolute;
left: 0;
top: 0;
z-index: 2;
font-size: 0;
line-height: 1;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: none !important;
position: absolute;
left: 0;
top: 0;
z-index: 3;
width: 100%;
height: 100%;
margin: 0;
}
/* Hexagon small icon */
.gem-icon-shape-hexagon.gem-icon-size-small,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-small:last-child {
margin: 3px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-back {
width: 59px;
height: 49px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-top {
width: 55px;
height: 45px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
left: 2px;
top: 2px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner {
line-height: 49px;
}
/* Hexagon medium icon */
.gem-icon-shape-hexagon.gem-icon-size-medium,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-medium:last-child {
margin: 5px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-back {
width: 91px;
height: 77px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {
width: 85px;
height: 71px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
left: 3px;
top: 3px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner {
line-height: 77px;
}
/* Hexagon large icon */
.gem-icon-shape-hexagon.gem-icon-size-large,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-large:last-child {
margin: 11px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-back {
width: 181px;
height: 153px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-top {
width: 169px;
height: 141px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
left: 6px;
top: 6px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner {
line-height: 153px;
}
/* Hexagon xlarge icon */
.gem-icon-shape-hexagon.gem-icon-size-xlarge,
.wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-xlarge:last-child {
margin: 16px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-back {
width: 267px;
height: 227px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 12px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-top {
width: 243px;
height: 203px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
left: 12px;
top: 12px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner {
line-height: 227px;
}
.widget_socials .socials-item-icon {
font-size: 24px;
margin-bottom: 13px;
}
.widget_socials a.socials-item {
margin-left: 0;
margin-right: 13px;
}
.widget .socials-colored a:hover .socials-item-icon{
color: #00bcd4 !important;
}
.widget .gem-portfolios-type-carousel-grid .gem-portfolio-item {
padding: 0px 12px 12px 0;
display: block;
}
.widget-portfolio-carousel-slide a{
display: block;
height: 80px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.widget-portfolio-carousel-slide img{
width: 80px;
height: 80px;
display: block;
}
.widget-portfolio-carousel-slide {
float: left;
}
.widget-portfolio-carousel-slide {
margin-right: -10px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination a {
width: 14px;
height: 14px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination {
padding-top: 4px;
}
.widget-gem-portfolio-item.gem-portfolio-dummy img{
display: none;
}
.widget-gem-portfolio-item.gem-portfolio-dummy {
position: relative;
}
.widget-gem-portfolio-item.gem-portfolio-dummy:after {
content: '?';
color: #ffffff;
position: absolute;
left: 35px;
top: 28px;
}
.widget-gem-portfolio-item {
position: relative;
}
.widget-gem-portfolio-item img {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.widget-gem-portfolio-item:hover img {
}
.widget-gem-portfolio-item .widget-gem-portfolio-item-hover {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
opacity: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.widget-gem-portfolio-item:hover .widget-gem-portfolio-item-hover {
opacity: 1;
}
.project_info-item .icon-elegant,
.project-info-shortcode-item .icon.elegant {
font-family: 'ElegantIcons';
}
.project_info-item .icon-material,
.project-info-shortcode-item .icon.material {
font-family: 'MaterialDesignIcons';
}
.project_info-item .icon-fontawesome,
.project-info-shortcode-item .icon.fontawesome {
font-family: 'FontAwesome';
}
.project_info-item .icon-userpack,
.project-info-shortcode-item .icon.userpack {
font-family: 'UserPack';
}
.project-info-shortcode-item .icon {
float: left;
}
.project-info-shortcode-item {
width: 100%;
float: left;
}
.project-info-shortcode-style-2 .project-info-shortcode-item .title {
font-size: 16px;
font-weight: bolder;
padding-left: 70px;
color: #3c3950;
text-transform: uppercase;
}
.project-info-shortcode-style-2 .project-info-shortcode-item .decription {
padding-left: 70px;
padding-top: 3px;
}
.project-info-shortcode-style-2 .project-info-shortcode-item .icon {
color: #ffffff !important;
font-size: 24px;
padding: 13px;
}
.project-info-shortcode-style-2 .project-info-shortcode-item {
padding: 28px 0;
}
.project-info-shortcode-style-2 .project-info-shortcode-item:last-child{
border-bottom: medium none;
}
.project-info-shortcode {
display: inline-block;
width: 100%;
}
.project-info-shortcode-style-default .project-info-shortcode-item {
margin-bottom: 20px;
padding: 20px;
}
.project-info-shortcode-style-default .project-info-shortcode-item .icon {
background-color: transparent !important;
font-size: 24px;
padding-top: 6px;
padding-left: 5px;
}
.project-info-shortcode-style-default .project-info-shortcode-item .title {
padding-left: 50px;
}
.project-info-shortcode-style-default .project-info-shortcode-item .decription {
padding-left: 50px;
padding-top: 15px;
}
.widget.project_info .gem-button {
margin-left: 0px;
}
.widget .project-info-button{
text-align: center;
}
/*pricing tabels*/
.pricing-row,
.pricing-price-row,
.pricing-title-row
{
text-align: center;
}
.pricing-table-style-1 .pricing-price-title {
font-size: 24px;
letter-spacing: 1px;
color: #5f727f;
text-transform: uppercase;
}
.pricing-table-style-1 .pricing-column-wrapper {
padding-left: 0px;
padding-right: 0px;
margin-top: 20px;
}
.pricing-table-style-1 .highlighted.pricing-column-wrapper {
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price {
background-color: #b0de79;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #7ee0bf;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #83bce9;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #a289e8;
}
.highlighted .pricing-price-subtitle {
display: block;
}
.pricing-price-subtitle {
display: none;
}
.pricing-table-style-1 .pricing-cost {
font-size: 65px;
color: #ffffff;
line-height: 1;
}
.pricing-table-style-1 .pricing-price {
display: inline-block;
width: 100%;
}
.pricing-table-style-1 .time {
color: #ffffff;
}
.pricing-table-style-1 .pricing-column {
background-color: #f0f3f2;
}
.pricing-table-style-1 .highlighted .pricing-column {
background-color: #ffffff;
}
.pricing-table-style-1 .pricing-price {
padding: 29px 10px 29px 10px;
}
.pricing-table-style-1 .pricing-price-title-wrapper {
padding-top: 33px;
padding-bottom: 33px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price{
overflow: hidden;
}
.pricing-table-style-1 .pricing-row {
padding-top: 12px;
padding-bottom: 10px;
border-bottom: 1px solid #dfe5e8;
}
.pricing-table-style-1 .pricing_row_title {
font-size: 24px;
font-weight: 300;
padding-bottom: 5px;
color: #3c3950;
}
.pricing-table-style-1 .pricing_row_subtitle {
font-size: 14px;
color: #99a9b5;
}
.pricing-column-top-choice{
position: absolute;
}
.pricing-table-style-1 .pricing-column {
background-color: #f0f3f2;
border: 1px solid #dfe5e8;
margin-right: -1px;
}
.pricing-column-wrapper {
min-width: 271px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price {
margin-right: -1px;
margin-left: -1px;
width: 101%;
}
.pricing-table-style-1 .pricing-column .pricing-row:last-of-type {
border-bottom: none;
}
.pricing-table-style-1 .pricing-footer{
padding-bottom: 26px;
}
.pricing-table-style-1 .highlighted .pricing-price-title-wrapper {
padding-bottom: 28px;
}
.pricing-table-style-8 .pricing-price,
.pricing-table-style-7 .pricing-price,
.pricing-table-style-4 .pricing-price-row,
.pricing-table-style-3 .pricing-price-row,
.pricing-table-style-2 .pricing-price,
.pricing-table-style-1 .pricing-price-row {
background-color: transparent !important;
background-image: none !important;
}
.pricing-table-style-5 .pricing-price {
background-image: none !important;
background-color: #ffffff !important;
}
.pricing-table-style-1,
.pricing-row.strike {
text-decoration: line-through;
color: #99a9b5;
}
.pricing-table-style-1 .highlighted .pricing-footer {
padding-bottom: 46px;
}
.pricing-table-style-2 .pricing-price-row{
background-color: #393d50;
display: inline-block;
width: 100%;
}
.pricing-table-style-2 .pricing-price {
background-color: transparent;
}
.pricing-table-style-2 .pricing-price-title {
color: #00bcd4;
}
.pricing-table-style-2 .pricing_row_title {
font-size: 24px;
font-weight: 300;
padding-bottom: 5px;
color: #00bcd4;
}
.pricing-table-style-2 .pricing_row_subtitle {
font-size: 14px;
color: #99a9b5;
}
.pricing-table-style-2 .highlighted .pricing-price-title,
.pricing-table-style-2 .highlighted .time{
color: #ffffff
}
.pricing-table-style-2 .pricing-price-subtitle {
display: none;
}
.pricing-table-style-2 .pricing-cost {
display: inline-block;
color: #99a9b5;
}
.pricing-table-style-2 .pricing-price .time {
text-transform: capitalize;
display: inline-block;
padding-left: 10px;
}
.pricing-table-style-2 .pricing-price-title {
padding-bottom: 20px;
text-transform: uppercase;
padding-top: 10px;
}
.pricing-table-style-2 .pricing-price-row {
padding: 38px 10px;
}
.pricing-table-style-2 .pricing-cost {
color: #ffffff;
}
.pricing-table-style-2 .pricing-row:nth-child(odd) {
background-color: #f4f6f7;
}
.pricing-table-style-2 .pricing-column .pricing-row {
padding: 16px 10px;
}
.pricing-table-style-2 .pricing-footer {
padding-top: 17px;
}
.pricing-table-style-2 .pricing-row {
border-left: 2px solid #dfe5e8;
border-right: 2px solid #dfe5e8; ;
}
.pricing-table-style-2 .pricing-footer {
border: 2px solid #dfe5e8;
border-top: medium none ;
}
.pricing-table-style-2 .highlighted .pricing-row {
border-left: 2px solid #393d50;
border-right: 2px solid #393d50; ;
}
.pricing-table-style-2 .highlighted .pricing-footer {
border: 2px solid #393d50;
border-top: medium none ;
}
.pricing-table-style-2 .highlighted .pricing-column{
margin-top: 0px;
}
.pricing-table-style-2 .highlighted .pricing-price-subtitle {
display: block;
margin-bottom: 10px;
margin-top: -6px;
}
.pricing-table-style-2 .pricing-column {
margin-top: 30px;
}
.pricing-table-style-3 .pricing-column{
background-color: #f0f3f2;
border-radius: 50px;
overflow: hidden;
}
.pricing-table-style-3 .pricing-price-wrapper {
margin-left: -90px;
padding-left: 50%;
padding-bottom: 34px;
}
.pricing-table-style-3 .pricing-price {
border-radius: 50%;
height: 180px;
background-color: #ffffff;
display: table-cell;
width: 180px;
vertical-align: middle;
}
.pricing-table-style-3 .pricing-cost {
font-size: 50px;
font-weight: 300;
line-height: 1;
}
.pricing-table-style-3 .time {
font-size: 24px;
font-weight: 300;
color: #00bcd4;
}
.pricing-table-style-3 .pricing-price-title {
font-size: 24px;
font-weight: 300;
color: #3c3950;
}
.pricing-table-style-3 .pricing-price-title {
font-size: 24px;
font-weight: 300;
color: #3c3950;
}
.pricing-table-style-3 .highlighted .pricing-price-subtitle {
color: #5f727f;
font-size: 14px;
}
.pricing-table-style-3 .highlighted .pricing-price-title {
color: #99a9b5;
}
.pricing-table-style-3 .highlighted .pricing-column {
background-color:#393d50 ;
padding-top: 31px;
}
.pricing-table-style-3 .highlighted .pricing-row.pricing-row-title {
padding-top: 5px;
}
.pricing-table-style-3 .pricing-price-row {
padding-top: 46px;
}
.pricing-table-style-3 .pricing-column-wrapper.highlighted {
margin-top: 0px;
}
.pricing-table-style-3 .pricing-column-wrapper {
margin-top: 30px;
}
.pricing-table-style-3 .pricing_row_subtitle {
color: #5f727f;
font-size: 14px;
padding-top: 3px;
}
.pricing-table-style-3 .pricing-price-title-wrapper {
padding-bottom: 20px;
margin-top: -3px;
}
.pricing-table-style-3 .pricing_row_title {
text-transform: uppercase;
}
.pricing-table-style-3 .highlighted .pricing_row_title {
color: #ffffff;
}
.pricing-table-style-3 .pricing_row_title {
color: #3c3950;
}
.pricing-table-style-3 .highlighted .pricing_row_subtitle {
color: #5f727f;
}
.pricing-table-style-3 .pricing_row_subtitle {
color: #99a9b5;
padding-bottom: 6px;
}
.pricing-table-style-3 .pricing-row.pricing-row-title {
padding-bottom: 19px;
position: relative;
margin-bottom: 20px;
}
.pricing-table-style-3 .pricing-price-subtitle{
display: block;
font-size: 14px;
color: #5f727f;
margin-top: 6px;
}
.pricing-table-style-3 .highlighted .pricing-price-wrapper {
padding-bottom: 26px;
}
.pricing-table-style-3 .pricing-row-title:after {
position: absolute;
width: 50%;
height: 1px;
content: '';
background-color: #00bcd4;
bottom: 0;
left: 25%;
}
.pricing-table-style-3 .pricing-row {
padding-bottom: 10px;
}
.pricing-table-style-3 .pricing-footer {
padding-bottom:25px;
}
.pricing-table-style-3 .highlighted .pricing-footer {
padding-bottom: 50px;
}
.pricing-table-style-4 .pricing-cost {
font-size: 50px;
font-weight: 300;
line-height: 1;
}
.pricing-table-style-4 .time {
font-size: 24px;
font-weight: 300;
color: #00bcd4;
}
.pricing-table-style-4 .pricing-price-subtitle,
.pricing-table-style-4 .pricing-price-title{
display: none;
}
.pricing-price-wrapper {
text-align: center;
}
.pricing-table-style-4 .pricing-column-wrapper .pricing-price {
background-color: #00bcd4;
-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #a637ec;
-webkit-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #ee417c;
-webkit-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
background-color: #ff994e;
-webkit-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
-moz-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper .pricing_row_title {
color: #00bcd4;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
color: #a637ec;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
color: #ee417c;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
color: #ff994e;
}
.pricing-table-style-4 figure.pricing-row:first-of-type {
padding-top: 15px;
}
.pricing-table-style-4 .pricing-price {
border-radius: 50%;
height: 180px;
background-color: #ffffff;
width: 180px;
display: inline-block;
padding-top: 46px;
}
.pricing-table-style-7 .pricing-column .pricing-price-row-width-background .wrap-style {
display: none;
}
.pricing-table-style-4 .pricing-column-wrapper.col-md-4 .pricing-price-wrapper {
padding: 91px 91px;
}
.pricing-table-style-4 .pricing-price-wrapper {
padding-bottom: 34px;
}
.pricing-table-style-4 .pricing-price-wrapper,
.pricing-table-style-4 .pricing-row,
.pricing-table-style-4 .pricing-footer{
background-color: #2c2e3d;
}
.pricing-table-style-4 .highlighted .pricing-price-wrapper,
.pricing-table-style-4 .highlighted .pricing-row,
.pricing-table-style-4 .highlighted .pricing-footer{
background-color: #393d50;
}
.pricing-table-style-4 .pricing-row.pricing-row-title {
padding: 26px 10px;
}
.pricing-table-style-4 .pricing-price-wrapper {
border-top-right-radius: 50%;
border-top-left-radius: 50%;
padding-top: 45px;
}
.pricing-table-style-4 .pricing-row:before {
vertical-align: middle;
content: '\e614';
color: #00bfa5;
font-family: thegem-icons;
text-align: center;
padding-right: 10px;
}
.pricing-table-style-4 .pricing-row {
padding: 5px 10px;
}
.pricing-table-style-4 .pricing-row.pricing-row-title:before,
.pricing-table-style-4 .strike.pricing-row:before {
display: none;
}
.pricing-table-style-4 .pricing-footer {
padding-bottom: 20px;
}
.pricing-table-style-4 .pricing-price,
.pricing-table-style-4 .time{
color: #ffffff;
}
.pricing-table-style-4 .pricing_row_title {
text-transform: uppercase;
}
.pricing-table-style-4 .pricing-row.pricing-row-title {
background-color: #393d50;
}
.pricing-table-style-4 .pricing_row_subtitle {
font-size: 14px;
}
.pricing-table-style-5 .pricing-price-wrapper {
text-align: center;
position: absolute;
left: 50%;
margin-left: -60px;
top: -60px;
}
.pricing-table-style-5 .pricing-price-row {
min-height: 272px;
}
.pricing-table-style-5 .highlighted .pricing-price {
background-color: #2c2e3d !important;
}
.pricing-table-style-5 .pricing-price {
background-color: #ffffff;
border-radius: 50%;
height: 120px;
width: 120px;
vertical-align: middle;
display: table-cell;
}
.pricing-table-style-5 .pricing-price-wrapper {
display: table-cell;
vertical-align: middle;
}
.pricing-table-style-5 .pricing-cost {
font-size: 32px;
font-weight: 300;
}
.pricing-table-style-5 .pricing-column-wrapper .pricing-cost {
color: #2196f7;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
color: #d74498;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
color: #32ad1e;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
color: #ff994e;
}
.pricing-table-style-5 .pricing-price-title {
color: #ffffff;
padding-top: 128px;
text-transform: uppercase;
}
.pricing-table-style-5 .pricing-price-subtitle {
display: block;
color: #b6c6c9;
padding-top: 10px;
}
.pricing-table-style-5 .pricing-row:nth-child(odd) {
background-color: #f4f6f7;
}
.pricing-table-style-5 .pricing_row_title {
font-size: 24px;
font-weight: 300;
}
.pricing-table-style-5 .pricing_row_subtitle{
color: #99a9b5;
font-size: 14px;
}
.pricing-table-style-5 .pricing-row.pricing-row-title {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-table-style-5 figure.pricing-row {
padding: 12px;
}
.pricing-table-style-5 {
padding-top: 70px;
}
.pricing-table-style-5 .pricing-column {
background-color: #ffffff;
}
.pricing-table-style-5 .pricing-footer {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-table-style-6.pricing-table {
margin-top: 60px;
}
.pricing-table-style-6 .pricing-column-wrapper{
padding: 0px;
}
.pricing-table-style-6 .pricing-price {
background-color: #393d50;
border-radius: 50%;
height: 120px;
width: 120px;
vertical-align: middle;
display: table-cell;
}
.pricing-table-style-6 .pricing-price-wrapper {
display: table-cell;
vertical-align: middle;
top: -60px;
position: absolute;
left: 11%;
}
.pricing-table-style-6 .pricing-cost {
font-size: 32px;
font-weight: 300;
}
.pricing-table-style-6 .pricing-price-title-wrapper {
min-height: 246px;
padding-bottom: 30px;
}
.pricing-table-style-6 .pricing-price {
background-image: none !important;
background-color: #393d50;
}
.pricing-table-style-6 .pricing-column-wrapper .pricing-price-row {
background-color: #00bcd4;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
background-color: #1c94ca;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
background-color: #7264bd;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
background-color: #52488a;
}
.pricing-table-style-6 .pricing-price-title{
text-transform: uppercase;
color: #ffffff;
padding-top: 132px;
text-align: left;
padding-left: 43px;
}
.pricing-table-style-6 .pricing-price-subtitle {
text-transform: uppercase;
color: #ffffff;
text-align: left;
padding-left: 43px;
padding-top: 12px;
display: block;
line-height: 1.4;
}
.pricing-table-style-6 .pricing-cost {
color: #04d7f2;
}
.pricing-table-style-6 .time {
color: #99a9b5;
}
.pricing-table-style-6 .pricing_row_title {
font-size: 24px;
font-weight: 300;
padding-left: 42px;
text-align: left;
}
.pricing-table-style-6 .pricing_row_subtitle {
font-size: 14px;
color: #99a9b5;
padding-left: 42px;
padding-top: 5px;
text-align: left;
}
.pricing-table-style-6 .pricing-row {
text-align: left;
padding: 14px 0;
padding-left: 42px;
padding-right: 20px;
}
.pricing-table-style-6 .pricing-row:nth-child(odd) {
background-color: #f4f6f7;
}
.pricing-table-style-6 figure:before{
content: '\e647';
color: #5f727f;
font-family: thegem-icons;
padding-right: 12px;
vertical-align: middle;
}
.pricing-table-style-6 .pricing-row.pricing-row-title {
padding-top: 24px;
padding-bottom: 19px;
}
.pricing-table-style-6 .gem-button-container.gem-button-position-center .gem-button {
margin-left: 42px;
}
.pricing-table-style-6 .pricing-footer {
padding-top: 20px;
}
.pricing-table-style-6 .pricing-footer {
border-bottom: 1px solid #dfe5e8;
}
.pricing-table-style-6 .pricing-footer,
.pricing-table-style-6 .pricing-row {
border-left: 1px solid #dfe5e8;
border-right: 1px solid #dfe5e8;
margin-right: -1px;
}
.pricing-table-style-6 .pricing-price-row {
margin-right: -1px;
}
.pricing-table-style-6 .gem-button-position-center {
text-align: left;
}
.pricing-table-style-6 .pricing-price-subtitle {
max-width: 370px;
}
.pricing-table-style-7.pricing-table {
margin-top: 30px;
}
.pricing-table-style-7 .pricing-price-row {
background-color: #393d50;
padding-bottom: 59px;
padding-top: 46px;
position: relative;
}
.pricing-table-style-7 .pricing-price-title-wrapper {
color: #ffffff;
}
.pricing-table-style-7 .pricing-price-title {
text-transform: uppercase;
}
.pricing-table-style-7 .pricing-cost {
padding-top: 46px;
padding-bottom: 23px;
font-size: 65px;
color: #6c7c86;
}
.pricing-table-style-7 .time {
color: #ffd54f;
}
.pricing-table-style-7 .wrap-style {
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
width: 100px;
height: 100px;
z-index: 199;
position: absolute;
bottom: -49px;
fill: #393d50;
left: 50%;
margin-left: 50px;
}
.pricing-table-style-7 .pricing-column-wrapper {
margin-top: 40px;
}
.pricing-table-style-7 .highlighted.pricing-column-wrapper {
margin-top: 0px;
}
.pricing-table-style-7 .pricing-column-top-choice-text {
transform: rotate(318deg);
-webkit-transform: rotate(318deg);
}
.pricing-table-style-7 .highlighted .pricing-price-row {
background-color: #ffffff;
padding-bottom: 59px;
padding-top: 54px;
position: relative;
}
.pricing-table-style-7 .highlighted .pricing-cost {
padding-top: 54px;
}
.pricing-table-style-7 .highlighted .pricing-price-title {
color: #3c3950;
}
.pricing-table-style-7 .highlighted .pricing-price-subtitle {
color: #99a9b5;
}
.pricing-table-style-7 .highlighted .wrap-style {
fill: #ffffff;
}
.pricing-table-style-7 .highlighted .time{
color: #ff8f00
}
.pricing-table-style-7 .highlighted .pricing_row_title {
color: #5f727f;
}
.pricing-table-style-7 .pricing-column {
background-color: #ffffff;
}
.pricing-table-style-7 .highlighted .pricing-footer {
padding-bottom: 40px;
}
.pricing-table-style-7 .highlighted .pricing_row_subtitle {
color: #ffffff;
}
.pricing-table-style-7 .highlighted .pricing-row,
.pricing-table-style-7 .highlighted .pricing-column{
background-color: #c5d2d4;
}
.pricing-table-style-7 .pricing-price-row {
margin-bottom: 57px;
}
.pricing-table-style-7 .pricing-row {
border-bottom:1px solid #dfe5e8;
padding: 10px 13px;
}
.pricing-table-style-7 .pricing-row:last-of-type {
border-bottom: none;
}
.pricing-table-style-7 .pricing-column .wrap-style {
display: block;
}
.pricing-column .wrap-style {
display: none;
}
.pricing-table-style-7 .pricing_row_title {
font-size: 24px;
font-weight: 300;
color: #00bcd4;
}
.pricing-table-style-7 .pricing_row_subtitle {
color: #99a9b5;
font-size: 14px;
padding-top: 6px;
}
.pricing-table-style-8 .pricing-price {
border-radius: 50%;
height: 160px;
background-color: #5f727f;
display: table-cell;
width: 160px;
vertical-align: middle;
border: 3px solid #00bcd4;
}
.pricing-table-style-8.pricing-table {
margin-top: 30px;
}
.pricing-table-style-8 .pricing-cost {
font-size: 42px;
font-weight: 300;
line-height: 1;
color: #ffffff;
}
.pricing-table-style-8 .time {
font-weight: 300;
color: #b6c6c9;
}
.pricing-table-style-8 .pricing-price-row {
background-color: #5f727f;
}
.pricing-table-style-8 .pricing-price-title {
font-size: 24px;
font-weight: 300;
color: #ffffff;
}
.pricing-table-style-8 .pricing-price-subtitle {
color: #5f727f;
padding-top: 6px;
float: left;
width: 100%;
padding-bottom: 11px;
}
.pricing-table-style-8 .highlighted .pricing-price-row {
background-color: #393d50;
}
.pricing-table-style-8 .highlighted .pricing-cost {
color: #00bcd4;
}
.pricing-table-style-8 .highlighted .pricing-price {
border: 3px solid #ffffff;
}
.pricing-table-style-8 .highlighted .pricing-column {
margin-top: 0px;
}
.pricing-table-style-8 .highlighted .pricing_row_subtitle {
color: #5f727f;
}
.pricing-table-style-8 .pricing-column {
margin-top: 20px;
border-radius: 12px;
overflow: hidden;
}
.pricing-table-style-8 .highlighted .pricing-price-wrapper {
padding-top: 70px;
}
.pricing-table-style-8 .pricing-price-wrapper {
padding-left: 50%;
margin-left: -80px;
padding-top: 50px;
}
.pricing-table-style-8 .pricing-footer,
.pricing-table-style-8 .pricing-row {
background-color: #ffffff;
}
.pricing-table-style-8 .pricing-price-title-wrapper {
padding-top: 28px;
margin-bottom: -30px
}
.pricing-table-style-8 .highlighted .pricing-row.pricing-row-title {
background-color: #393d50;
}
.pricing-table-style-8 .pricing-row.pricing-row-title {
background-color: #5f727f;
padding-top: 17px;
padding-bottom: 23px;
}
.pricing-table-style-8 .pricing_row_title {
color: #ffffff;
text-transform: uppercase;
}
.pricing-table-style-8 .pricing_row_subtitle {
color: #b6c6c9;
}
.pricing-table-style-8 .pricing-row {
padding: 10px 10px;
border-bottom: 2px solid #dfe5e8;
}
.pricing-table-style-8 .pricing-row:last-of-type {
border-bottom: medium none;
}
.pricing-table-style-8 .pricing-footer {
padding-bottom: 20px;
}
.pricing-table-style-8 .highlighted .pricing-footer {
padding-bottom: 45px;
}
.pricing-column-top-choice {
background-color: #393d50;
width: 50px;
height: 50px;
border-radius: 50%;
z-index: 100;
}
.pricing-column-top-choice-text {
margin-top: 2px;
font-size: 12px;
text-transform: uppercase;
text-align: center;
}
.pricing-table-style-1 .pricing-column-top-choice {
top: -25px;
left: 38px;
}
.pricing-table-style-1 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 13px;
}
.pricing-table-style-2 .pricing-column-top-choice {
top: -25px;
left: 38px;
background-color: #ffcd37;
}
.pricing-table-style-2 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #393d50;
margin-top: 19px;
font-size: 12px;
}
.pricing-table-style-2 .pricing-column-top-choice {
top: 0px;
left: 50%;
width: 62px;
height: 62px;
margin-left: -25px;
background-color: #ffcd37;
}
.pricing-table-style-2 .highlighted .pricing-column-top-choice {
margin-top: -30px;
}
.pricing-table-style-3 .highlighted .pricing-column-top-choice {
margin-top: -30px;
}
.pricing-table-style-3 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 18px;
}
.pricing-table-style-3 .pricing-column-top-choice {
top: -25px;
left: 55px;
width: 62px;
height: 62px;
background-color: #f44336;
}
.pricing-table-style-3 .highlighted .pricing-column-top-choice {
margin-top: 0px;
}
.pricing-table-style-4 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 28px;
font-size: 16px;
}
.pricing-table-style-4 .pricing-column-top-choice {
top: -20px;
left: 50%;
width: 80px;
height: 80px;
margin-left: -40px;
background-color: #2c2e3d;
}
.pricing-table-style-8 .pricing-column-top-choice
{
position: absolute;
top: 20px;
left: 50px;
width: 50px;
height: 45px;
line-height: 50px;
text-align: center;
z-index: 10;
border-radius: 0;
background-color: #00bcd4;
}
.pricing-table-style-8 .pricing-column-top-choice:after {
content: '';
position: absolute;
width: 100%;
height: 10px;
z-index: -1;
bottom: -10px;
left: 0;
background: inherit;
}
.pricing-table-style-8 .pricing-column-top-choice:before {
content: '';
position: absolute;
width: 100%;
height: 10px;
z-index: -1;
bottom: -10px;
left: 0;
background: inherit;
}
.pricing-table-style-8 .pricing-column-top-choice:after {
transform-origin: 100% 100%;
transform: skew(0, 20deg);
}
.pricing-table-style-8 .pricing-column-top-choice:before {
transform-origin: 0 100%;
transform: skew(0, -20deg);
}
.pricing-table-style-8 .highlighted .pricing-column-top-choice {
top: 0;
}
.svg_pricing {
width: 70px;
height: 70px;
z-index: 1;
}
.pricing-table-style-5 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 20px;
font-size: 14px;
width: 65px;
position: absolute;
top: 0;
}
.pricing-table-style-5 .pricing-column-top-choice {
background-color: transparent;
}
.pricing-table-style-5 .svg_pricing {
display: block;
fill: #00bcd4;
}
.pricing-table-style-5 .pricing-column-top-choice {
width: 0;
height: 0;
padding: 0px;
top: -15px;
left: 6px;
}
.pricing-table-style-6 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 20px;
font-size: 14px;
width: 65px;
position: absolute;
top: 0;
}
.pricing-table-style-6 .pricing-column-top-choice {
background-color: transparent;
}
.pricing-table-style-6 .svg_pricing {
display: block;
fill: #00bcd4;
}
.pricing-table-style-6 .pricing-column-top-choice {
width: 0;
height: 0;
padding: 0px;
top: -40px;
left: 145px;
}
.pricing-table-style-6 .pricing-column-wrapper.col-md-3 .pricing-column-top-choice {
left: 137px;
}
.pricing-table-style-7 .pricing-column-top-choice .pricing-column-top-choice-text {
color: #ffffff;
margin-top: 22px;
font-size: 14px;
width: 65px;
position: absolute;
top: 0;
}
.pricing-table-style-7 .pricing-column-top-choice {
background-color: transparent;
}
.pricing-table-style-7 .svg_pricing {
display: block;
fill: #00bcd4;
}
.pricing-table-style-7 .pricing-column-top-choice {
width: 0;
height: 0;
padding: 0px;
top: -15px;
left: 6px;
}
.svg_pricing {
display: none;
}
@media (max-width: 540px) {
.inline-column.pricing-column-wrapper {
padding: 0px;
}
}
#page,
.widget_submenu ul ul ul,
.widget_nav_menu ul ul ul,
.widget_pages ul ul ul,
.widget_categories ul ul ul,
.widget_product_categories ul ul ul {
background-color: #e8ecef;
}
.widget a.gem-button.gem-button-style-outline {
background: transparent;
}
.gmaps_round {
border-radius: 50%;
overflow: hidden;
}
body .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}
.vc_gem_pricing_table .vc_controls-container.vc_controls {
margin-top: 10px;
z-index: 10;
}
@media (max-width: 600px) {
body .vc_separator.vc_sep_double {
height: auto !important;
}
}
@media(max-width: 1024px){
.fullwidth-block.fullwidth-block-parallax-vertical,
.fullwidth-block.fullwidth-block-parallax-fixed{
background-attachment: scroll;
}
}
.textwidget img {
max-width: 100%;
height: auto;
}
.textwidget option,
.textwidget select {
max-width: 100%;
}
.widget .screen-reader-text {
margin-bottom: 10px;
display: block;
}
.calendar_wrap td, .calendar_wrap th {
border: none !important;
padding: 5px !important;
}
.gem-icon-with-title > a{
display: table-cell;
padding-bottom: 0 !important;
vertical-align: middle;
padding-right: 10px;
}
| 0.19433 | 0.052062 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.2/css/weather-icons.min.css);
body {
background: linear-gradient(90deg, #7474BF 10%, #348AC7 90%);
}
#weather_wrapper{
width: 400px;
margin: 100px auto;
}
.weatherCard{
width: 400px;
height: 200px;
font-family: 'Open Sans';
position: relative;
}
.currentTemp{
width: 220px;
height: 200px;
background: rgb(41, 41, 41);
position: absolute;
top: 0;
left: 0;
}
.currentWeather{
width: 180px;
height: 200px;
background: rgb(240, 161, 198);
margin: 0;
position: absolute;
top: 0;
right: 0;
}
.temp{
font-size: 80px;
text-align: center;
display: block;
font-weight: 300;
color: rgb(240, 161, 198);
padding: 20px 0 0;
}
.location{
color: rgb(240, 161, 198);
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
display: block;
}
.conditions{
font-family: weathericons;
font-size: 80px;
display: block;
padding: 20px 0 0;
text-align: center;
}
.info{
width: 180px;
height: 50px;
position: absolute;
bottom: 0;
right: 0;
background: rgb(42, 178, 234);
font-weight: 700;
color: rgb(255, 255, 255);
text-align: center;
}
/* STORMY */
.stormy {
animation: stormy 5s ease-in-out infinite;
background: #222222;
border-radius: 50%;
box-shadow:
#222222 65px -15px 0 -5px,
#222222 25px -25px,
#222222 30px 10px,
#222222 60px 15px 0 -10px,
#222222 85px 5px 0 -5px;
height: 50px;
width: 50px;
margin-left: -20px;
margin-top: 50px;
position: 60px;
left: 947px;
top: 70px;
}
.stormy:after {
animation: stormy_shadow 5s ease-in-out infinite;
background: #000;
border-radius: 50%;
content: '';
height: 15px;
width: 120px;
opacity: 0.2;
position: absolute;
left: 5px;
bottom: -60px;
transform: scale(1);
}
.stormy:before {
animation: stormy_thunder 2s steps(1, end) infinite;
border-left: 0px solid transparent;
border-right: 7px solid transparent;
border-top: 43px solid yellow;
box-shadow: yellow -7px -32px;
content: '';
display: block;
height: 0;
width: 0;
position: absolute;
left: 57px;
top: 70px;
transform: rotate(14deg);
transform-origin: 50% -60px;
}
@keyframes stormy {
50% { transform: translateY(-20px); }
}
@keyframes stormy_shadow {
50% { transform: translateY(20px) scale(.7); opacity: 0.05; }
}
@keyframes stormy_thunder {
0% { transform: rotate(20deg); opacity:1; }
5% { transform: rotate(-34deg); opacity:1; }
10% { transform: rotate(0deg); opacity:1; }
15% { transform: rotate(-34deg); opacity:0; }
}
/* RAINBOW */
.rainbow {
animation: rainbow 5s ease-in-out infinite;
border-radius: 170px 0 0 0;
box-shadow:
#FB323C -2px -2px 0 1px,
#F99716 -4px -4px 0 3px,
#FEE124 -6px -6px 0 5px,
#AFDF2E -8px -8px 0 7px,
#6AD7F8 -10px -10px 0 9px,
#60B1F5 -12px -12px 0 11px,
#A3459B -14px -14px 0 13px;
height: 70px;
width: 70px;
margin-left: -40px;
position: absolute;
left: 100px;
top: 71px;
transform: rotate(40deg);
}
.rainbow:after {
animation: rainbow_shadow 5s ease-in-out infinite;
background: #000000;
border-radius: 50%;
content: '';
opacity: 0.2;
height: 15px;
width: 120px;
position: absolute;
bottom: -23px;
left: 17px;
transform: rotate(-40deg);
transform-origin: 50% 50%;
}
@keyframes rainbow {
50% { transform: rotate(50deg); }
}
@keyframes rainbow_shadow {
50% { transform: rotate(-50deg) translate(10px) scale(.7); opacity: 0.05; }
}
/* RAINY */
.rainy {
animation: rainy 5s ease-in-out infinite 1s;
background: #CCCCCC;
border-radius: 50%;
box-shadow:
#CCCCCC 65px -15px 0 -5px,
#CCCCCC 25px -25px,
#CCCCCC 30px 10px,
#CCCCCC 60px 15px 0 -10px,
#CCCCCC 85px 5px 0 -5px;
display: block;
height: 50px;
width: 50px;
margin-left: -60px;
position: absolute;
left: 90px;
top: 70px;
}
.rainy:after {
animation: rainy_shadow 5s ease-in-out infinite 1s;
background: #000000;
border-radius: 50%;
content: '';
height: 15px;
width: 120px;
opacity: 0.2;
position: absolute;
left: 5px;
bottom: -60px;
transform: scale(1);
}
.rainy:before {
animation: rainy_rain .7s infinite linear;
content: '';
background: #CCCCCC;
border-radius: 50%;
display: block;
height: 6px;
width: 3px;
opacity: 0.3;
transform: scale(.9);
}
@keyframes rainy {
50% { transform: translateY(-20px); }
}
@keyframes rainy_shadow {
50% { transform: translateY(20px) scale(.7); opacity: 0.05; }
}
@keyframes rainy_rain {
0% {
box-shadow:
rgba(0,0,0,0) 30px 30px,
rgba(0,0,0,0) 40px 40px,
#000 50px 75px,
#000 55px 50px,
#000 70px 100px,
#000 80px 95px,
#000 110px 45px,
#000 90px 35px;
}
25% {
box-shadow:
#000 30px 45px,
#000 40px 60px,
#000 50px 90px,
#000 55px 65px,
rgba(0,0,0,0) 70px 120px,
rgba(0,0,0,0) 80px 120px,
#000 110px 70px,
#000 90px 60px;
}
26% {
box-shadow:
#000 30px 45px,
#000 40px 60px,
#000 50px 90px,
#000 55px 65px,
rgba(0,0,0,0) 70px 40px,
rgba(0,0,0,0) 80px 20px,
#000 110px 70px,
#000 90px 60px;
}
50% {
box-shadow:
#000 30px 70px,
#000 40px 80px,
rgba(0,0,0,0) 50px 100px,
#000 55px 80px,
#000 70px 60px,
#000 80px 45px,
#000 110px 95px,
#000 90px 85px;
}
51% {
box-shadow:
#000 30px 70px,
#000 40px 80px,
rgba(0,0,0,0) 50px 45px,
#000 55px 80px,
#000 70px 60px,
#000 80px 45px,
#000 110px 95px,
#000 90px 85px;
}
75% {
box-shadow:
#000 30px 95px,
#000 40px 100px,
#000 50px 60px,
rgba(0,0,0,0) 55px 95px,
#000 70px 80px,
#000 80px 70px,
rgba(0,0,0,0) 110px 120px,
rgba(0,0,0,0) 90px 110px;
}
76% {
box-shadow:
#000 30px 95px,
#000 40px 100px,
#000 50px 60px,
rgba(0,0,0,0) 55px 35px,
#000 70px 80px,
#000 80px 70px,
rgba(0,0,0,0) 110px 25px,
rgba(0,0,0,0) 90px 15px;
}
100% {
box-shadow:
rgba(0,0,0,0) 30px 120px,
rgba(0,0,0,0) 40px 120px,
#000 50px 75px,
#000 55px 50px,
#000 70px 100px,
#000 80px 95px,
#000 110px 45px,
#000 90px 35px;
}
}
/* SUNNY */
.sunny {
animation: sunny 15s linear infinite;
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
height: 140px;
width: 20px;
margin-left: -15px;
position: absolute;
left: 90px;
top: 20px;
}
.sunny:before {
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
content: '';
height: 140px;
width: 20px;
opacity: 1;
position: absolute;
bottom: 0px;
left: 0px;
transform: rotate(90deg);
}
.sunny:after {
background: #FFEE44;
border-radius: 50%;
box-shadow: rgba(255,255,0,0.2) 0 0 0 15px;
content: '';
height: 80px;
width: 80px;
position: absolute;
left: -30px;
top: 30px;
}
@keyframes sunny {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.container {
width: 300px;
height: 150px;
display: grid;
}
.errorText {
text-align: center;
font-family:'Courier New', Courier, monospace;
font-weight: bold;
}
.moodButton{
font-size: 22px;
margin: auto;
font-family:'Courier New', Courier, monospace;
font-weight: bold;
color: purple;
background-color:pink;
border-color: purple;
border-width: 3px;
border-radius: 15px;
}
|
src/app/moods/moods.component.css
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.2/css/weather-icons.min.css);
body {
background: linear-gradient(90deg, #7474BF 10%, #348AC7 90%);
}
#weather_wrapper{
width: 400px;
margin: 100px auto;
}
.weatherCard{
width: 400px;
height: 200px;
font-family: 'Open Sans';
position: relative;
}
.currentTemp{
width: 220px;
height: 200px;
background: rgb(41, 41, 41);
position: absolute;
top: 0;
left: 0;
}
.currentWeather{
width: 180px;
height: 200px;
background: rgb(240, 161, 198);
margin: 0;
position: absolute;
top: 0;
right: 0;
}
.temp{
font-size: 80px;
text-align: center;
display: block;
font-weight: 300;
color: rgb(240, 161, 198);
padding: 20px 0 0;
}
.location{
color: rgb(240, 161, 198);
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
display: block;
}
.conditions{
font-family: weathericons;
font-size: 80px;
display: block;
padding: 20px 0 0;
text-align: center;
}
.info{
width: 180px;
height: 50px;
position: absolute;
bottom: 0;
right: 0;
background: rgb(42, 178, 234);
font-weight: 700;
color: rgb(255, 255, 255);
text-align: center;
}
/* STORMY */
.stormy {
animation: stormy 5s ease-in-out infinite;
background: #222222;
border-radius: 50%;
box-shadow:
#222222 65px -15px 0 -5px,
#222222 25px -25px,
#222222 30px 10px,
#222222 60px 15px 0 -10px,
#222222 85px 5px 0 -5px;
height: 50px;
width: 50px;
margin-left: -20px;
margin-top: 50px;
position: 60px;
left: 947px;
top: 70px;
}
.stormy:after {
animation: stormy_shadow 5s ease-in-out infinite;
background: #000;
border-radius: 50%;
content: '';
height: 15px;
width: 120px;
opacity: 0.2;
position: absolute;
left: 5px;
bottom: -60px;
transform: scale(1);
}
.stormy:before {
animation: stormy_thunder 2s steps(1, end) infinite;
border-left: 0px solid transparent;
border-right: 7px solid transparent;
border-top: 43px solid yellow;
box-shadow: yellow -7px -32px;
content: '';
display: block;
height: 0;
width: 0;
position: absolute;
left: 57px;
top: 70px;
transform: rotate(14deg);
transform-origin: 50% -60px;
}
@keyframes stormy {
50% { transform: translateY(-20px); }
}
@keyframes stormy_shadow {
50% { transform: translateY(20px) scale(.7); opacity: 0.05; }
}
@keyframes stormy_thunder {
0% { transform: rotate(20deg); opacity:1; }
5% { transform: rotate(-34deg); opacity:1; }
10% { transform: rotate(0deg); opacity:1; }
15% { transform: rotate(-34deg); opacity:0; }
}
/* RAINBOW */
.rainbow {
animation: rainbow 5s ease-in-out infinite;
border-radius: 170px 0 0 0;
box-shadow:
#FB323C -2px -2px 0 1px,
#F99716 -4px -4px 0 3px,
#FEE124 -6px -6px 0 5px,
#AFDF2E -8px -8px 0 7px,
#6AD7F8 -10px -10px 0 9px,
#60B1F5 -12px -12px 0 11px,
#A3459B -14px -14px 0 13px;
height: 70px;
width: 70px;
margin-left: -40px;
position: absolute;
left: 100px;
top: 71px;
transform: rotate(40deg);
}
.rainbow:after {
animation: rainbow_shadow 5s ease-in-out infinite;
background: #000000;
border-radius: 50%;
content: '';
opacity: 0.2;
height: 15px;
width: 120px;
position: absolute;
bottom: -23px;
left: 17px;
transform: rotate(-40deg);
transform-origin: 50% 50%;
}
@keyframes rainbow {
50% { transform: rotate(50deg); }
}
@keyframes rainbow_shadow {
50% { transform: rotate(-50deg) translate(10px) scale(.7); opacity: 0.05; }
}
/* RAINY */
.rainy {
animation: rainy 5s ease-in-out infinite 1s;
background: #CCCCCC;
border-radius: 50%;
box-shadow:
#CCCCCC 65px -15px 0 -5px,
#CCCCCC 25px -25px,
#CCCCCC 30px 10px,
#CCCCCC 60px 15px 0 -10px,
#CCCCCC 85px 5px 0 -5px;
display: block;
height: 50px;
width: 50px;
margin-left: -60px;
position: absolute;
left: 90px;
top: 70px;
}
.rainy:after {
animation: rainy_shadow 5s ease-in-out infinite 1s;
background: #000000;
border-radius: 50%;
content: '';
height: 15px;
width: 120px;
opacity: 0.2;
position: absolute;
left: 5px;
bottom: -60px;
transform: scale(1);
}
.rainy:before {
animation: rainy_rain .7s infinite linear;
content: '';
background: #CCCCCC;
border-radius: 50%;
display: block;
height: 6px;
width: 3px;
opacity: 0.3;
transform: scale(.9);
}
@keyframes rainy {
50% { transform: translateY(-20px); }
}
@keyframes rainy_shadow {
50% { transform: translateY(20px) scale(.7); opacity: 0.05; }
}
@keyframes rainy_rain {
0% {
box-shadow:
rgba(0,0,0,0) 30px 30px,
rgba(0,0,0,0) 40px 40px,
#000 50px 75px,
#000 55px 50px,
#000 70px 100px,
#000 80px 95px,
#000 110px 45px,
#000 90px 35px;
}
25% {
box-shadow:
#000 30px 45px,
#000 40px 60px,
#000 50px 90px,
#000 55px 65px,
rgba(0,0,0,0) 70px 120px,
rgba(0,0,0,0) 80px 120px,
#000 110px 70px,
#000 90px 60px;
}
26% {
box-shadow:
#000 30px 45px,
#000 40px 60px,
#000 50px 90px,
#000 55px 65px,
rgba(0,0,0,0) 70px 40px,
rgba(0,0,0,0) 80px 20px,
#000 110px 70px,
#000 90px 60px;
}
50% {
box-shadow:
#000 30px 70px,
#000 40px 80px,
rgba(0,0,0,0) 50px 100px,
#000 55px 80px,
#000 70px 60px,
#000 80px 45px,
#000 110px 95px,
#000 90px 85px;
}
51% {
box-shadow:
#000 30px 70px,
#000 40px 80px,
rgba(0,0,0,0) 50px 45px,
#000 55px 80px,
#000 70px 60px,
#000 80px 45px,
#000 110px 95px,
#000 90px 85px;
}
75% {
box-shadow:
#000 30px 95px,
#000 40px 100px,
#000 50px 60px,
rgba(0,0,0,0) 55px 95px,
#000 70px 80px,
#000 80px 70px,
rgba(0,0,0,0) 110px 120px,
rgba(0,0,0,0) 90px 110px;
}
76% {
box-shadow:
#000 30px 95px,
#000 40px 100px,
#000 50px 60px,
rgba(0,0,0,0) 55px 35px,
#000 70px 80px,
#000 80px 70px,
rgba(0,0,0,0) 110px 25px,
rgba(0,0,0,0) 90px 15px;
}
100% {
box-shadow:
rgba(0,0,0,0) 30px 120px,
rgba(0,0,0,0) 40px 120px,
#000 50px 75px,
#000 55px 50px,
#000 70px 100px,
#000 80px 95px,
#000 110px 45px,
#000 90px 35px;
}
}
/* SUNNY */
.sunny {
animation: sunny 15s linear infinite;
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
height: 140px;
width: 20px;
margin-left: -15px;
position: absolute;
left: 90px;
top: 20px;
}
.sunny:before {
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
content: '';
height: 140px;
width: 20px;
opacity: 1;
position: absolute;
bottom: 0px;
left: 0px;
transform: rotate(90deg);
}
.sunny:after {
background: #FFEE44;
border-radius: 50%;
box-shadow: rgba(255,255,0,0.2) 0 0 0 15px;
content: '';
height: 80px;
width: 80px;
position: absolute;
left: -30px;
top: 30px;
}
@keyframes sunny {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.container {
width: 300px;
height: 150px;
display: grid;
}
.errorText {
text-align: center;
font-family:'Courier New', Courier, monospace;
font-weight: bold;
}
.moodButton{
font-size: 22px;
margin: auto;
font-family:'Courier New', Courier, monospace;
font-weight: bold;
color: purple;
background-color:pink;
border-color: purple;
border-width: 3px;
border-radius: 15px;
}
| 0.398992 | 0.08438 |
.blogpost {
@apply flex flex-col;
padding: 1.6rem 4.5rem;
}
.blogpost .para {
font-family:'Open Sans', sans-serif;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.6rem;
color: var(--black);
margin-right: 1rem;
}
.blogpost h6 {
background: var(--gray-bg3);
width: 9rem;
border-radius: 1.2rem;
padding: .6rem;
margin-bottom: 1rem;
}
.blogpost__title {
@apply flex flex-row justify-between items-center;
}
.blogpost__title-btn {
font-family:'Poppins', sans-serif;
font-size: 1.5rem;
font-weight: 700;
line-height: 2.3rem;
color: var(--black);
border-radius: 1.2rem;
padding: 0.6rem 1.2rem;
}
.blogpost__title-btn:hover {
color: var(--green);
cursor: pointer;
}
.ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.block-ellipsis {
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.blogpost__items {
@apply flex flex-row justify-between items-start w-full mt-12;
height: 40rem;
}
.blogpost1 {
@apply flex flex-col h-full justify-between;
margin-right: 3.2rem;
border-radius: 1.2rem;
flex: 2 1 0;
}
.blogpost1__content {
@apply flex flex-col;
padding: 5rem 0 2.4rem 2.4rem;
border-radius: 1.2rem;
background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.blogpost1__inf {
@apply flex flex-row items-center mt-6;
}
.blogpost1 h6 {
margin-left: 2.4rem;
}
.blogpost1__inf img {
@apply rounded-full mr-4;
height: 3.2rem;
width: 3.2rem;
}
.blogpost1 .blogpost1__content .blogpost1__content-title {
color: var(--white);
font-family:'Poppins', sans-serif;
font-size: 2.2rem;
line-height: 3.3rem;
}
.blogpost1 .para {
color: var(--white) !important;
}
.blogpost2 {
@apply lg:flex flex-col h-full hidden;
margin-right: 3.2rem;
flex: 1 1 0;
}
.blogpost2 img {
border-radius: 1.2rem;
margin-bottom: 2.4rem;
}
.blogpost2 .blogpost2__title {
font-family:'Poppins', sans-serif;
font-size: 1.8rem;
line-height: 2.7rem;
color: var(--black);
}
.blogpost2__inf {
@apply flex flex-row items-center mt-6;
}
.blogpost__items3 {
@apply hidden md:flex flex-col justify-start items-start h-full;
flex: 1.5 1 0;
}
.blogpost3 {
@apply flex flex-row justify-between items-center mb-12;
}
.blogpost3__content {
@apply flex flex-col mr-6;
}
.blogpost3__inf {
@apply flex flex-row items-center mt-6;
}
.blogpost3 .blogpost3__content .blogpost3__content-title {
font-family:'Poppins', sans-serif;
font-size: 1.5rem;
font-weight: 500;
line-height: 2.3rem;
color: var(--black);
}
.blogpost3 img {
width: 9.6rem;
height: 9.6rem;
border-radius: 1.2rem;
}
.blogpost h6:hover,
.blogpost1 .blogpost1__content-title:hover,
.blogpost3__content h4:hover,
.blogpost2 .blogpost2__title:hover,
.blogpost1__inf img:hover,
.blogpost2 img:hover,
.blogpost3 .blogpost3__content-title:hover,
.blogpost3 img:hover {
cursor: pointer;
opacity: 80%;
}
|
src/components/BlogPosts/BlogPost.css
|
.blogpost {
@apply flex flex-col;
padding: 1.6rem 4.5rem;
}
.blogpost .para {
font-family:'Open Sans', sans-serif;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.6rem;
color: var(--black);
margin-right: 1rem;
}
.blogpost h6 {
background: var(--gray-bg3);
width: 9rem;
border-radius: 1.2rem;
padding: .6rem;
margin-bottom: 1rem;
}
.blogpost__title {
@apply flex flex-row justify-between items-center;
}
.blogpost__title-btn {
font-family:'Poppins', sans-serif;
font-size: 1.5rem;
font-weight: 700;
line-height: 2.3rem;
color: var(--black);
border-radius: 1.2rem;
padding: 0.6rem 1.2rem;
}
.blogpost__title-btn:hover {
color: var(--green);
cursor: pointer;
}
.ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.block-ellipsis {
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.blogpost__items {
@apply flex flex-row justify-between items-start w-full mt-12;
height: 40rem;
}
.blogpost1 {
@apply flex flex-col h-full justify-between;
margin-right: 3.2rem;
border-radius: 1.2rem;
flex: 2 1 0;
}
.blogpost1__content {
@apply flex flex-col;
padding: 5rem 0 2.4rem 2.4rem;
border-radius: 1.2rem;
background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.blogpost1__inf {
@apply flex flex-row items-center mt-6;
}
.blogpost1 h6 {
margin-left: 2.4rem;
}
.blogpost1__inf img {
@apply rounded-full mr-4;
height: 3.2rem;
width: 3.2rem;
}
.blogpost1 .blogpost1__content .blogpost1__content-title {
color: var(--white);
font-family:'Poppins', sans-serif;
font-size: 2.2rem;
line-height: 3.3rem;
}
.blogpost1 .para {
color: var(--white) !important;
}
.blogpost2 {
@apply lg:flex flex-col h-full hidden;
margin-right: 3.2rem;
flex: 1 1 0;
}
.blogpost2 img {
border-radius: 1.2rem;
margin-bottom: 2.4rem;
}
.blogpost2 .blogpost2__title {
font-family:'Poppins', sans-serif;
font-size: 1.8rem;
line-height: 2.7rem;
color: var(--black);
}
.blogpost2__inf {
@apply flex flex-row items-center mt-6;
}
.blogpost__items3 {
@apply hidden md:flex flex-col justify-start items-start h-full;
flex: 1.5 1 0;
}
.blogpost3 {
@apply flex flex-row justify-between items-center mb-12;
}
.blogpost3__content {
@apply flex flex-col mr-6;
}
.blogpost3__inf {
@apply flex flex-row items-center mt-6;
}
.blogpost3 .blogpost3__content .blogpost3__content-title {
font-family:'Poppins', sans-serif;
font-size: 1.5rem;
font-weight: 500;
line-height: 2.3rem;
color: var(--black);
}
.blogpost3 img {
width: 9.6rem;
height: 9.6rem;
border-radius: 1.2rem;
}
.blogpost h6:hover,
.blogpost1 .blogpost1__content-title:hover,
.blogpost3__content h4:hover,
.blogpost2 .blogpost2__title:hover,
.blogpost1__inf img:hover,
.blogpost2 img:hover,
.blogpost3 .blogpost3__content-title:hover,
.blogpost3 img:hover {
cursor: pointer;
opacity: 80%;
}
| 0.420957 | 0.137822 |
.prose {
color: #4a5568;
max-width: 65ch;
}
.prose [class~="lead"] {
color: #4a5568;
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.prose a {
color: #1a202c;
text-decoration: underline;
}
.prose strong {
color: #1a202c;
font-weight: 600;
}
.prose ol {
counter-reset: list-counter;
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose ol > li {
position: relative;
counter-increment: list-counter;
padding-left: 1.75em;
}
.prose ol > li::before {
content: counter(list-counter) ".";
position: absolute;
font-weight: 400;
color: #718096;
}
.prose ul > li {
position: relative;
padding-left: 1.75em;
}
.prose ul > li::before {
content: "";
position: absolute;
background-color: #cbd5e0;
border-radius: 50%;
width: 0.375em;
height: 0.375em;
top: calc(0.875em - 0.1875em);
left: 0.25em;
}
.prose hr {
border-color: #e2e8f0;
border-top-width: 1px;
margin-top: 3em;
margin-bottom: 3em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #1a202c;
border-left-width: 0.25rem;
border-left-color: #e2e8f0;
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
content: open-quote;
}
.prose blockquote p:last-of-type::after {
content: close-quote;
}
.prose h1 {
color: #1a202c;
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.prose h2 {
color: #1a202c;
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
.prose h3 {
color: #1a202c;
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.prose h4 {
color: #1a202c;
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
.prose figure figcaption {
color: #718096;
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
.prose code {
color: #1a202c;
font-weight: 600;
font-size: 0.875em;
}
.prose code::before {
content: "`";
}
.prose code::after {
content: "`";
}
.prose pre {
color: #e2e8f0;
background-color: #2d3748;
overflow-x: auto;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-right: 1.1428571em;
padding-bottom: 0.8571429em;
padding-left: 1.1428571em;
}
.prose pre code {
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: 400;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.prose pre code::before {
content: "";
}
.prose pre code::after {
content: "";
}
.prose table {
width: 100%;
table-layout: auto;
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
.prose thead {
color: #1a202c;
font-weight: 600;
border-bottom-width: 1px;
border-bottom-color: #cbd5e0;
}
.prose thead th {
vertical-align: bottom;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose tbody tr {
border-bottom-width: 1px;
border-bottom-color: #e2e8f0;
}
.prose tbody tr:last-child {
border-bottom-width: 0;
}
.prose tbody td {
vertical-align: top;
padding-top: 0.5714286em;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose {
font-size: 1rem;
line-height: 1.75;
}
.prose p {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose img {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figure {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figure > * {
margin-top: 0;
margin-bottom: 0;
}
.prose h2 code {
font-size: 0.875em;
}
.prose h3 code {
font-size: 0.9em;
}
.prose ul {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose ol > li:before {
left: 0;
}
.prose > ul > li p {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
margin-bottom: 1.25em;
}
.prose ul ul,
.prose ul ol,
.prose ol ul,
.prose ol ol {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose hr + * {
margin-top: 0;
}
.prose h2 + * {
margin-top: 0;
}
.prose h3 + * {
margin-top: 0;
}
.prose h4 + * {
margin-top: 0;
}
.prose thead th:first-child {
padding-left: 0;
}
.prose thead th:last-child {
padding-right: 0;
}
.prose tbody td:first-child {
padding-left: 0;
}
.prose tbody td:last-child {
padding-right: 0;
}
.prose > :first-child {
margin-top: 0;
}
.prose > :last-child {
margin-bottom: 0;
}
@media (min-width: 1024px) {
.lg\:prose-xl {
font-size: 1.25rem;
line-height: 1.8;
}
.lg\:prose-xl p {
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lg\:prose-xl [class~="lead"] {
font-size: 1.2em;
line-height: 1.5;
margin-top: 1em;
margin-bottom: 1em;
}
.lg\:prose-xl blockquote {
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1.0666667em;
}
.lg\:prose-xl h1 {
font-size: 2.8em;
margin-top: 0;
margin-bottom: 0.8571429em;
line-height: 1;
}
.lg\:prose-xl h2 {
font-size: 1.8em;
margin-top: 1.5555556em;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.lg\:prose-xl h3 {
font-size: 1.5em;
margin-top: 1.6em;
margin-bottom: 0.6666667em;
line-height: 1.3333333;
}
.lg\:prose-xl h4 {
margin-top: 1.8em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.lg\:prose-xl img {
margin-top: 2em;
margin-bottom: 2em;
}
.lg\:prose-xl figure {
margin-top: 2em;
margin-bottom: 2em;
}
.lg\:prose-xl figure > * {
margin-top: 0;
margin-bottom: 0;
}
.lg\:prose-xl figure figcaption {
font-size: 0.9em;
line-height: 1.5555556;
margin-top: 1em;
}
.lg\:prose-xl code {
font-size: 0.9em;
}
.lg\:prose-xl h2 code {
font-size: 0.8611111em;
}
.lg\:prose-xl h3 code {
font-size: 0.9em;
}
.lg\:prose-xl pre {
font-size: 0.9em;
line-height: 1.7777778;
margin-top: 2em;
margin-bottom: 2em;
border-radius: 0.5rem;
padding-top: 1.1111111em;
padding-right: 1.3333333em;
padding-bottom: 1.1111111em;
padding-left: 1.3333333em;
}
.lg\:prose-xl ol {
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lg\:prose-xl ul {
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lg\:prose-xl li {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.lg\:prose-xl ol > li {
padding-left: 1.8em;
}
.lg\:prose-xl ol > li:before {
left: 0;
}
.lg\:prose-xl ul > li {
padding-left: 1.8em;
}
.lg\:prose-xl ul > li::before {
width: 0.35em;
height: 0.35em;
top: calc(0.9em - 0.175em);
left: 0.25em;
}
.lg\:prose-xl > ul > li p {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.lg\:prose-xl > ul > li > *:first-child {
margin-top: 1.2em;
}
.lg\:prose-xl > ul > li > *:last-child {
margin-bottom: 1.2em;
}
.lg\:prose-xl > ol > li > *:first-child {
margin-top: 1.2em;
}
.lg\:prose-xl > ol > li > *:last-child {
margin-bottom: 1.2em;
}
.lg\:prose-xl ul ul,
.lg\:prose-xl ul ol,
.lg\:prose-xl ol ul,
.lg\:prose-xl ol ol {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.lg\:prose-xl hr {
margin-top: 2.8em;
margin-bottom: 2.8em;
}
.lg\:prose-xl hr + * {
margin-top: 0;
}
.lg\:prose-xl h2 + * {
margin-top: 0;
}
.lg\:prose-xl h3 + * {
margin-top: 0;
}
.lg\:prose-xl h4 + * {
margin-top: 0;
}
.lg\:prose-xl table {
font-size: 0.9em;
line-height: 1.5555556;
}
.lg\:prose-xl thead th {
padding-right: 0.6666667em;
padding-bottom: 0.8888889em;
padding-left: 0.6666667em;
}
.lg\:prose-xl thead th:first-child {
padding-left: 0;
}
.lg\:prose-xl thead th:last-child {
padding-right: 0;
}
.lg\:prose-xl tbody td {
padding-top: 0.8888889em;
padding-right: 0.6666667em;
padding-bottom: 0.8888889em;
padding-left: 0.6666667em;
}
.lg\:prose-xl tbody td:first-child {
padding-left: 0;
}
.lg\:prose-xl tbody td:last-child {
padding-right: 0;
}
.lg\:prose-xl > :first-child {
margin-top: 0;
}
.lg\:prose-xl > :last-child {
margin-bottom: 0;
}
}
|
templates/css/typography.css
|
.prose {
color: #4a5568;
max-width: 65ch;
}
.prose [class~="lead"] {
color: #4a5568;
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.prose a {
color: #1a202c;
text-decoration: underline;
}
.prose strong {
color: #1a202c;
font-weight: 600;
}
.prose ol {
counter-reset: list-counter;
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose ol > li {
position: relative;
counter-increment: list-counter;
padding-left: 1.75em;
}
.prose ol > li::before {
content: counter(list-counter) ".";
position: absolute;
font-weight: 400;
color: #718096;
}
.prose ul > li {
position: relative;
padding-left: 1.75em;
}
.prose ul > li::before {
content: "";
position: absolute;
background-color: #cbd5e0;
border-radius: 50%;
width: 0.375em;
height: 0.375em;
top: calc(0.875em - 0.1875em);
left: 0.25em;
}
.prose hr {
border-color: #e2e8f0;
border-top-width: 1px;
margin-top: 3em;
margin-bottom: 3em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #1a202c;
border-left-width: 0.25rem;
border-left-color: #e2e8f0;
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
content: open-quote;
}
.prose blockquote p:last-of-type::after {
content: close-quote;
}
.prose h1 {
color: #1a202c;
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.prose h2 {
color: #1a202c;
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
.prose h3 {
color: #1a202c;
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.prose h4 {
color: #1a202c;
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
.prose figure figcaption {
color: #718096;
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
.prose code {
color: #1a202c;
font-weight: 600;
font-size: 0.875em;
}
.prose code::before {
content: "`";
}
.prose code::after {
content: "`";
}
.prose pre {
color: #e2e8f0;
background-color: #2d3748;
overflow-x: auto;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-right: 1.1428571em;
padding-bottom: 0.8571429em;
padding-left: 1.1428571em;
}
.prose pre code {
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: 400;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.prose pre code::before {
content: "";
}
.prose pre code::after {
content: "";
}
.prose table {
width: 100%;
table-layout: auto;
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
.prose thead {
color: #1a202c;
font-weight: 600;
border-bottom-width: 1px;
border-bottom-color: #cbd5e0;
}
.prose thead th {
vertical-align: bottom;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose tbody tr {
border-bottom-width: 1px;
border-bottom-color: #e2e8f0;
}
.prose tbody tr:last-child {
border-bottom-width: 0;
}
.prose tbody td {
vertical-align: top;
padding-top: 0.5714286em;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose {
font-size: 1rem;
line-height: 1.75;
}
.prose p {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose img {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figure {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figure > * {
margin-top: 0;
margin-bottom: 0;
}
.prose h2 code {
font-size: 0.875em;
}
.prose h3 code {
font-size: 0.9em;
}
.prose ul {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose ol > li:before {
left: 0;
}
.prose > ul > li p {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
margin-bottom: 1.25em;
}
.prose ul ul,
.prose ul ol,
.prose ol ul,
.prose ol ol {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose hr + * {
margin-top: 0;
}
.prose h2 + * {
margin-top: 0;
}
.prose h3 + * {
margin-top: 0;
}
.prose h4 + * {
margin-top: 0;
}
.prose thead th:first-child {
padding-left: 0;
}
.prose thead th:last-child {
padding-right: 0;
}
.prose tbody td:first-child {
padding-left: 0;
}
.prose tbody td:last-child {
padding-right: 0;
}
.prose > :first-child {
margin-top: 0;
}
.prose > :last-child {
margin-bottom: 0;
}
@media (min-width: 1024px) {
.lg\:prose-xl {
font-size: 1.25rem;
line-height: 1.8;
}
.lg\:prose-xl p {
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lg\:prose-xl [class~="lead"] {
font-size: 1.2em;
line-height: 1.5;
margin-top: 1em;
margin-bottom: 1em;
}
.lg\:prose-xl blockquote {
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1.0666667em;
}
.lg\:prose-xl h1 {
font-size: 2.8em;
margin-top: 0;
margin-bottom: 0.8571429em;
line-height: 1;
}
.lg\:prose-xl h2 {
font-size: 1.8em;
margin-top: 1.5555556em;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.lg\:prose-xl h3 {
font-size: 1.5em;
margin-top: 1.6em;
margin-bottom: 0.6666667em;
line-height: 1.3333333;
}
.lg\:prose-xl h4 {
margin-top: 1.8em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.lg\:prose-xl img {
margin-top: 2em;
margin-bottom: 2em;
}
.lg\:prose-xl figure {
margin-top: 2em;
margin-bottom: 2em;
}
.lg\:prose-xl figure > * {
margin-top: 0;
margin-bottom: 0;
}
.lg\:prose-xl figure figcaption {
font-size: 0.9em;
line-height: 1.5555556;
margin-top: 1em;
}
.lg\:prose-xl code {
font-size: 0.9em;
}
.lg\:prose-xl h2 code {
font-size: 0.8611111em;
}
.lg\:prose-xl h3 code {
font-size: 0.9em;
}
.lg\:prose-xl pre {
font-size: 0.9em;
line-height: 1.7777778;
margin-top: 2em;
margin-bottom: 2em;
border-radius: 0.5rem;
padding-top: 1.1111111em;
padding-right: 1.3333333em;
padding-bottom: 1.1111111em;
padding-left: 1.3333333em;
}
.lg\:prose-xl ol {
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lg\:prose-xl ul {
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lg\:prose-xl li {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.lg\:prose-xl ol > li {
padding-left: 1.8em;
}
.lg\:prose-xl ol > li:before {
left: 0;
}
.lg\:prose-xl ul > li {
padding-left: 1.8em;
}
.lg\:prose-xl ul > li::before {
width: 0.35em;
height: 0.35em;
top: calc(0.9em - 0.175em);
left: 0.25em;
}
.lg\:prose-xl > ul > li p {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.lg\:prose-xl > ul > li > *:first-child {
margin-top: 1.2em;
}
.lg\:prose-xl > ul > li > *:last-child {
margin-bottom: 1.2em;
}
.lg\:prose-xl > ol > li > *:first-child {
margin-top: 1.2em;
}
.lg\:prose-xl > ol > li > *:last-child {
margin-bottom: 1.2em;
}
.lg\:prose-xl ul ul,
.lg\:prose-xl ul ol,
.lg\:prose-xl ol ul,
.lg\:prose-xl ol ol {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.lg\:prose-xl hr {
margin-top: 2.8em;
margin-bottom: 2.8em;
}
.lg\:prose-xl hr + * {
margin-top: 0;
}
.lg\:prose-xl h2 + * {
margin-top: 0;
}
.lg\:prose-xl h3 + * {
margin-top: 0;
}
.lg\:prose-xl h4 + * {
margin-top: 0;
}
.lg\:prose-xl table {
font-size: 0.9em;
line-height: 1.5555556;
}
.lg\:prose-xl thead th {
padding-right: 0.6666667em;
padding-bottom: 0.8888889em;
padding-left: 0.6666667em;
}
.lg\:prose-xl thead th:first-child {
padding-left: 0;
}
.lg\:prose-xl thead th:last-child {
padding-right: 0;
}
.lg\:prose-xl tbody td {
padding-top: 0.8888889em;
padding-right: 0.6666667em;
padding-bottom: 0.8888889em;
padding-left: 0.6666667em;
}
.lg\:prose-xl tbody td:first-child {
padding-left: 0;
}
.lg\:prose-xl tbody td:last-child {
padding-right: 0;
}
.lg\:prose-xl > :first-child {
margin-top: 0;
}
.lg\:prose-xl > :last-child {
margin-bottom: 0;
}
}
| 0.599016 | 0.100657 |
html{
scroll-behavior: smooth;
}
*{
margin: 0; padding: 0; box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
li{ list-style: none; }
p{
font-size: 0.9rem;
line-height:1.6;
font-weight: 400;
color: #606060;
}
.extra-div h2, .servicediv h2{
font-size: 1.4rem;
margin: 20px 0 15px 0;
font-weight: bold;
line-height: 1.1;
word-spacing: 4px;
}
i{
color:#2fccd0;
}
/**********actual css classes start*************/
.header{
position: relative;
background-repeat:no-repeat;
width: 100%;
height: 100vh;
background-size: 100% 100%;
animation: animate 20s ease-in-out infinite;
}
@keyframes animate {
0%,100%{
background-image: url('../images/index.jpg');
}
25%{
background-image: url('../images/index1.jpg');
}
50%{
background-image: url('../images/index2.jpg');
}
75%{
background-image: url('../images/index3.jpg');
}
/*background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)), url('../images/index2.jpg');*/
}
.header:before{
content: "";
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
right: 0;
opacity: .4;
z-index: -1;
background: linear-gradient(to right,#1e5799 0,#3ccdbb 0%,#16c9f6 100%);
}
.navbar:before{
content: "";
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
right: 0;
opacity: .4;
z-index: -1;
/*background: linear-gradient(to right,#1e5799 0,#3ccdbb 0%,#16c9f6 100%);*/
}
.nav-item a{
color: #50d1c0!important;
font-weight: bold;
}
.nav-item a:hover{
color: #fff;
background: #fff;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.header-section{
width: 100%;
height: inherit;
color: white;
text-align: center;
position: relative;
}
.center-div{
width: 100%;
height: auto;
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.centerimg{
width: 100%;
height: auto;
position: absolute;
top: 85%;
left: 70%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.centerimg1{
width: 50%;
height: 50%;
position: absolute;
top: 73%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.header-buttons a{
border: 1px solid grey;
/*border-radius: 100px;*/
margin: 0 5px;
padding: 1px 35px;
outline: none;
color: #fff;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
background: grey;
}
.header-buttons a:hover{
color: #50d1c0;
background: #fff;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.center-div p{
font-size: 1.3rem;
padding: 10px 0 20px 0;
color: white;
}
/************extra header div css start********/
.header-extradiv{
width: 100%;
height: auto;
margin: 100px 0;
text-align: center;
}
.extra-div{
background: #fff;
border:medium none;
padding: 50px!important;
border-radius: 3px;
transition: 0.3s;
}
.extra-div:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
transform: translateY(-20px);
}
/**********extra header div css end************/
/**********service offers css start************/
.serviceoffers{
background: #f7f7f9;
padding: 50px 0;
margin-bottom: 50px;
}
.headings{
margin-bottom: 50px;
}
.headings h1{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
}
.name h1{
color: #2e2e2e;
font-size: 2.9rem;
text-transform: uppercase;
font-weight: bold;
}
.name h1 p{
color: #2e2e2e;
font-size: 0.9rem;
text-transform: uppercase;
font-weight: bold;
}
.service-icons{
display: flex;
justify-content: center;
align-items: center;
}
.progress{
height:0.6rem!important;
margin-bottom: 25px!important;
}
/**********service offers css end************/
/**********Awards won strt************/
.project-work{
margin: 100px 0;
}
.project-work h1{
font-size: 2rem;
text-align: center;
}
/**********Awards won end************/
/**********pricing css starts************/
.pricing{
width: 100%;
height: 100vh;
padding: 50px;
position: relative;
}
.pricing:before{
content: "";
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
right: 0;
z-index: -1;
background: linear-gradient(150deg,#00abff 55%,#fff 0%);
}
.money{
font-size: 40px;
line-height: 1;
color: #606060;
}
.card{
transition: 0.4s ease;
}
.card-header{
font-size: 1.6rem;
font-weight: bold;
background:white!important
padding: 25px 9!important;
}
.card-body{
padding: 30px 0px!important
}
.card-body li{
margin: 10px 0;
font-weight: 400;
line-height: 1.6;
color: #606060;
}
.card-footer{
background: white!important;
padding: 30px 0px!important;
}
.card-footer a{
border: 1px solid #50d1c0;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #50d1c0;
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
}
.card:hover .card-footer a{
color: #fff;
background: #50d1c0;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover{
transform: translateY(-20px);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover .card-header,.money{
color: #50d1c0;
}
.card-second{
transform: translateY(-20px);
/*box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);*/
}
/**********pricing css end************/
/**********customer feedbak css start************/
.happyclients{
width: 100%;
height: 100vh;
padding: 80px 0;
background: linear-gradient(330deg, #00abff 55%,#fff 0%);
z-index: -1;
}
.box{
text-align: center;
border:ipx solid rgba(0,0,0,0.2);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
border-radius: 2px;
transition: 0.3s ease;
}
.box:hover{
background: #000;
}
.box:hover .box a:after{
background:white!important;
}
.box:hover p{
color: white;
}
.carousel-indicators{
position: absolute;
right: 0;
bottom: -40px!important;
}
.carousel-indicators li{
background-color: #16c9f6!important;
}
.box a{
position: relative;
}
.box a img{
background:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3));
/*width: 100px;
height: 100px;
border-radius: 100px;
margin-top: 20px;*/
}
.box a:after{
/*content: "\f10d";*/
font-family:FontAwesome;
width: 40px;
height: 40px;
background:linear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100%);
color: white;
position: absolute;
top: 120%;
left: 70%;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.box h1{
font-size: 18px;
font-weight: 700;
color: #000;
margin-bottom:10px;
}
.box h2{
font-size: 13px;
font-weight: 400;
color: #666666;
margin-bottom:20px;
}
/**********customer feedbak css end************/
/**********contact us css starts************/
.contactus{
width: 100%;
height: 100vh;
padding: 80px 0;
position: relative;
}
.contactus:before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(330deg, #00abff 55%,#fff 0%);
z-index: -1;
}
.form-button button{
border: 1px solid #50d1c0;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #50d1c0;
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
background: transparent;
}
.form-button button:hover{
color: #50d1c0;
}
form:hover .form-button button{
background: #fff;
color: #50d1c0;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
::placeholder{
font-style: 0.85rem;
}
/**********contact us css end************/
/**********newsletter start************/
.newsletter{
width: 100%;
height: auto;
margin: 40px auto;
}
.news-input{
border-radius: 100px 0px 0px 100px!important;
min-width: 150px;
min-height: 40px;
}
.input-group-text{
color: #fff!important;
background: #5bc0de!important;
border-radius: 0 100px 100px 0!important;
min-width: 130px;
min-height: 40px;
}
/**********newsletter end************/
/*****Scheme Start*****/
.Scheme{
width: 100%;
height: auto;
margin: 40px auto;
}
/****** Scheme end***?
/**********footer start************/
.footersection{
width: 100%;
height: auto;
padding: 70px 0 20px 0;
background:black;#00abff;
position: relative;
}
.footersection p{
color: #fff;
}
.footersection li a{
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color: #f7f7f9;
text-transform: capitalize;
}
.footersection h3{
text-transform: uppercase;
color: #fff;
margin-bottom: 25px;
font-size: 1.2rem!important;
font-weight: 600;
text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
#mybtn{
/*display: none;*/
position: fixed;
bottom: 20px;
right: 40px;
z-index: 99;
border: none;
color: #fff;
background: #00abff;
padding: 10px;
border-radius: 10px;
}
#mybtn:hover{
background: #606060;
}
/**********footer end************/
/*********media queries***********/
@media(max-width: 768px){
.nav-item{
text-align: center!important;
}
}
.pricing,.happyclients{
height: auto;
margin-top: 50px;
}
.card-second{
transform: translateY(0px);
margin-top: 30px 0;
}
.contactus p{
padding: 0 50px;
}
.footer-div:nth-child(2){
text-align: center;!important;
}
.footer-div{
margin: 30px 0;
}
.servicedive{
width: 50;
height: 50vh;
border-radius: 100%;
/*background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)), url('../images/logo3.png');*/
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
}
body {
background: url("../images/") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
background-color: no color;
}
.logo{
top: 25;
width: 35;
height: 35vh;
border-radius: 100%;
/*background-image:linear-gradient(rgba(0,168,355,0.3),rgba(0,168,255,0.3)), url('../images/logo3.png');
background-repeat: no-repeat;
background-size: 100% 100%;
/*clip-path: polygon(100% 0%,100% 75%,50% 100%, 0 75%,0 0);*/
position: relative;
}
.servicedive iframe{
width: 50;
height: 50vh;
border-radius: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
}
/* ----------------------*/
* {
box-sizing: border-box;
}
.schm{
display: flex;
}
/* Create three equal columns that sits next to each other */
.column {
flex: 33.3%;
padding: 5px;
}
/*********** Menu icon******/
.dropbtn {
background-color: white;
color: white;
padding: 0px;
font-size: 10px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
left:10%;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #000;
min-width: 142px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 10px 12px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
/**********Directory css start************/
.TableStyle
{
background-color: #FAFAFA;
background-repeat: repeat-x;
padding: 10px 10px 10px 10px;
border-radius: 5px;
border: 1px solid #E4E4E4;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.TableStyle tr:hover
{
background-color: ButtonFace;
}
/**********Directory css end************/
/**********preloader************/
/*********preloader ends************/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#main {
transition: margin-left .5s;
padding: 16px;
left: absolute;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
|
css/style.css
|
html{
scroll-behavior: smooth;
}
*{
margin: 0; padding: 0; box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
li{ list-style: none; }
p{
font-size: 0.9rem;
line-height:1.6;
font-weight: 400;
color: #606060;
}
.extra-div h2, .servicediv h2{
font-size: 1.4rem;
margin: 20px 0 15px 0;
font-weight: bold;
line-height: 1.1;
word-spacing: 4px;
}
i{
color:#2fccd0;
}
/**********actual css classes start*************/
.header{
position: relative;
background-repeat:no-repeat;
width: 100%;
height: 100vh;
background-size: 100% 100%;
animation: animate 20s ease-in-out infinite;
}
@keyframes animate {
0%,100%{
background-image: url('../images/index.jpg');
}
25%{
background-image: url('../images/index1.jpg');
}
50%{
background-image: url('../images/index2.jpg');
}
75%{
background-image: url('../images/index3.jpg');
}
/*background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)), url('../images/index2.jpg');*/
}
.header:before{
content: "";
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
right: 0;
opacity: .4;
z-index: -1;
background: linear-gradient(to right,#1e5799 0,#3ccdbb 0%,#16c9f6 100%);
}
.navbar:before{
content: "";
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
right: 0;
opacity: .4;
z-index: -1;
/*background: linear-gradient(to right,#1e5799 0,#3ccdbb 0%,#16c9f6 100%);*/
}
.nav-item a{
color: #50d1c0!important;
font-weight: bold;
}
.nav-item a:hover{
color: #fff;
background: #fff;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.header-section{
width: 100%;
height: inherit;
color: white;
text-align: center;
position: relative;
}
.center-div{
width: 100%;
height: auto;
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.centerimg{
width: 100%;
height: auto;
position: absolute;
top: 85%;
left: 70%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.centerimg1{
width: 50%;
height: 50%;
position: absolute;
top: 73%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.header-buttons a{
border: 1px solid grey;
/*border-radius: 100px;*/
margin: 0 5px;
padding: 1px 35px;
outline: none;
color: #fff;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
background: grey;
}
.header-buttons a:hover{
color: #50d1c0;
background: #fff;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.center-div p{
font-size: 1.3rem;
padding: 10px 0 20px 0;
color: white;
}
/************extra header div css start********/
.header-extradiv{
width: 100%;
height: auto;
margin: 100px 0;
text-align: center;
}
.extra-div{
background: #fff;
border:medium none;
padding: 50px!important;
border-radius: 3px;
transition: 0.3s;
}
.extra-div:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
transform: translateY(-20px);
}
/**********extra header div css end************/
/**********service offers css start************/
.serviceoffers{
background: #f7f7f9;
padding: 50px 0;
margin-bottom: 50px;
}
.headings{
margin-bottom: 50px;
}
.headings h1{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
}
.name h1{
color: #2e2e2e;
font-size: 2.9rem;
text-transform: uppercase;
font-weight: bold;
}
.name h1 p{
color: #2e2e2e;
font-size: 0.9rem;
text-transform: uppercase;
font-weight: bold;
}
.service-icons{
display: flex;
justify-content: center;
align-items: center;
}
.progress{
height:0.6rem!important;
margin-bottom: 25px!important;
}
/**********service offers css end************/
/**********Awards won strt************/
.project-work{
margin: 100px 0;
}
.project-work h1{
font-size: 2rem;
text-align: center;
}
/**********Awards won end************/
/**********pricing css starts************/
.pricing{
width: 100%;
height: 100vh;
padding: 50px;
position: relative;
}
.pricing:before{
content: "";
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
right: 0;
z-index: -1;
background: linear-gradient(150deg,#00abff 55%,#fff 0%);
}
.money{
font-size: 40px;
line-height: 1;
color: #606060;
}
.card{
transition: 0.4s ease;
}
.card-header{
font-size: 1.6rem;
font-weight: bold;
background:white!important
padding: 25px 9!important;
}
.card-body{
padding: 30px 0px!important
}
.card-body li{
margin: 10px 0;
font-weight: 400;
line-height: 1.6;
color: #606060;
}
.card-footer{
background: white!important;
padding: 30px 0px!important;
}
.card-footer a{
border: 1px solid #50d1c0;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #50d1c0;
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
}
.card:hover .card-footer a{
color: #fff;
background: #50d1c0;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover{
transform: translateY(-20px);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover .card-header,.money{
color: #50d1c0;
}
.card-second{
transform: translateY(-20px);
/*box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);*/
}
/**********pricing css end************/
/**********customer feedbak css start************/
.happyclients{
width: 100%;
height: 100vh;
padding: 80px 0;
background: linear-gradient(330deg, #00abff 55%,#fff 0%);
z-index: -1;
}
.box{
text-align: center;
border:ipx solid rgba(0,0,0,0.2);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
border-radius: 2px;
transition: 0.3s ease;
}
.box:hover{
background: #000;
}
.box:hover .box a:after{
background:white!important;
}
.box:hover p{
color: white;
}
.carousel-indicators{
position: absolute;
right: 0;
bottom: -40px!important;
}
.carousel-indicators li{
background-color: #16c9f6!important;
}
.box a{
position: relative;
}
.box a img{
background:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3));
/*width: 100px;
height: 100px;
border-radius: 100px;
margin-top: 20px;*/
}
.box a:after{
/*content: "\f10d";*/
font-family:FontAwesome;
width: 40px;
height: 40px;
background:linear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100%);
color: white;
position: absolute;
top: 120%;
left: 70%;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.box h1{
font-size: 18px;
font-weight: 700;
color: #000;
margin-bottom:10px;
}
.box h2{
font-size: 13px;
font-weight: 400;
color: #666666;
margin-bottom:20px;
}
/**********customer feedbak css end************/
/**********contact us css starts************/
.contactus{
width: 100%;
height: 100vh;
padding: 80px 0;
position: relative;
}
.contactus:before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(330deg, #00abff 55%,#fff 0%);
z-index: -1;
}
.form-button button{
border: 1px solid #50d1c0;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #50d1c0;
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
background: transparent;
}
.form-button button:hover{
color: #50d1c0;
}
form:hover .form-button button{
background: #fff;
color: #50d1c0;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
::placeholder{
font-style: 0.85rem;
}
/**********contact us css end************/
/**********newsletter start************/
.newsletter{
width: 100%;
height: auto;
margin: 40px auto;
}
.news-input{
border-radius: 100px 0px 0px 100px!important;
min-width: 150px;
min-height: 40px;
}
.input-group-text{
color: #fff!important;
background: #5bc0de!important;
border-radius: 0 100px 100px 0!important;
min-width: 130px;
min-height: 40px;
}
/**********newsletter end************/
/*****Scheme Start*****/
.Scheme{
width: 100%;
height: auto;
margin: 40px auto;
}
/****** Scheme end***?
/**********footer start************/
.footersection{
width: 100%;
height: auto;
padding: 70px 0 20px 0;
background:black;#00abff;
position: relative;
}
.footersection p{
color: #fff;
}
.footersection li a{
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color: #f7f7f9;
text-transform: capitalize;
}
.footersection h3{
text-transform: uppercase;
color: #fff;
margin-bottom: 25px;
font-size: 1.2rem!important;
font-weight: 600;
text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
#mybtn{
/*display: none;*/
position: fixed;
bottom: 20px;
right: 40px;
z-index: 99;
border: none;
color: #fff;
background: #00abff;
padding: 10px;
border-radius: 10px;
}
#mybtn:hover{
background: #606060;
}
/**********footer end************/
/*********media queries***********/
@media(max-width: 768px){
.nav-item{
text-align: center!important;
}
}
.pricing,.happyclients{
height: auto;
margin-top: 50px;
}
.card-second{
transform: translateY(0px);
margin-top: 30px 0;
}
.contactus p{
padding: 0 50px;
}
.footer-div:nth-child(2){
text-align: center;!important;
}
.footer-div{
margin: 30px 0;
}
.servicedive{
width: 50;
height: 50vh;
border-radius: 100%;
/*background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)), url('../images/logo3.png');*/
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
}
body {
background: url("../images/") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
background-color: no color;
}
.logo{
top: 25;
width: 35;
height: 35vh;
border-radius: 100%;
/*background-image:linear-gradient(rgba(0,168,355,0.3),rgba(0,168,255,0.3)), url('../images/logo3.png');
background-repeat: no-repeat;
background-size: 100% 100%;
/*clip-path: polygon(100% 0%,100% 75%,50% 100%, 0 75%,0 0);*/
position: relative;
}
.servicedive iframe{
width: 50;
height: 50vh;
border-radius: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
}
/* ----------------------*/
* {
box-sizing: border-box;
}
.schm{
display: flex;
}
/* Create three equal columns that sits next to each other */
.column {
flex: 33.3%;
padding: 5px;
}
/*********** Menu icon******/
.dropbtn {
background-color: white;
color: white;
padding: 0px;
font-size: 10px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
left:10%;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #000;
min-width: 142px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 10px 12px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
/**********Directory css start************/
.TableStyle
{
background-color: #FAFAFA;
background-repeat: repeat-x;
padding: 10px 10px 10px 10px;
border-radius: 5px;
border: 1px solid #E4E4E4;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.TableStyle tr:hover
{
background-color: ButtonFace;
}
/**********Directory css end************/
/**********preloader************/
/*********preloader ends************/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#main {
transition: margin-left .5s;
padding: 16px;
left: absolute;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
| 0.328314 | 0.055695 |
.wrapper {
margin-left: auto;
margin-right: auto;
width: 980px;
}
.clear{clear:both; width:1px; height:1px; font-size:1px; visibility:hidden;}
a {
font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
text-decoration:none;
color:#FF4F69;
}
a:hover {
text-decoration:underline;
}
img.thumb {
background: #E3EDFA;
}
.search {
font-size: 14px;
}
/* AJAX CAROUSEL */
#ajax-carousel .carousel-list li {
margin:4px 10px 0px 10px;
}
#ajax-carousel .carousel-list li {
width: 106px;
border: 0px solid green;
padding: 10px;
padding-top: 15px;
margin: 0;
color: #E3EDFA;
}
#ajax-carousel .carousel-list li img {
border:1px solid #999;
display:block;
}
#ajax-carousel {
margin-bottom: 10px;
float: left;
width: 500px;
height: 144px;
}
#overlay {
width: 200px;
height: 80px;
background-color: #FFF;
position: absolute;
top: 25px;
left: 150px;
padding-top: 10px;
z-index: 100;
color: #000;
border:1px dotted #000;
text-align: center;
font-size: 24px;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
#html-carousel .carousel-list li {
margin:0px 10px 0px 0px;
}
#html-carousel .carousel-list li {
border: 0px solid green;
color: #3F3F3F;
}
#html-carousel .carousel-list li img {
border:1px solid #999;
display:block;
}
#html-carousel {
padding: 0px 0px 10px 0px;
float: left;
width: 880px;
}
/* BUTTONS */
#prev-arrow-container, #next-arrow-container {
float:left;
padding: 51px 10px 0px 10px;
}
#next-arrow {
cursor:pointer;
}
#prev-arrow {
cursor:pointer;
}
/* COLOR SYNTAXING */
pre {
font-size: 12px;
padding: 5px;
border: 1px solid #333;
overflow: auto;
border-bottom-color: #ddd;
color: #fff;
background-color: #222;
}
/* =code highlighting
-----------------------------------------------------------------------------*/
/** RUBY **/
code.ruby span.comment {
color: #BD48B3;
}
code.ruby span.string {
color: #99FF00;
}
code.ruby span.brackets {
}
code.ruby span.symbol {
color: #6BCFF7;
}
code.ruby span.keywords {
color: #FF8400;
}
/** YAML **/
code.ruby span.key {
color: #FF8400;
}
/** JAVASCRIPT **/
/** HTML **/
code.html span.tag {
color: #fff;
}
code.html span.attribute {
color: #FFD500;
}
code.html span.string {
color: #99FF00;
}
code.html span.comment {
color: #999;
}
code.html span.doctype {
color: #D7FF80;
}
code.html span.tag {
color: #6BCFF7;
}
/** CSS */
code.css .comment {
color : #BD48B3;
}
code.css .properties {
color : #6BCFF7;
}
code.css .selectors {
color : #FF8400;
}
code.css .units {
color: #99FF00;
}
code.css .urls {
color :green;
}
code.css .keywords {
color: #FFD500;
}
/** Javascript */
code.javascript .comment {
color : #BD48B3;
}
code.javascript .string {
color : #99FF00;
}
code.javascript .keywords {
color : #FF8400;
}
code.javascript .global {
color : #6BCFF7;
}
/*code.javascript .brackets {
color : #6BCFF7;
}*/
/* */
div#wrapper2{
float:left;
width:100%;
}
div#content{
margin-right:200px;
padding-right:10px;
border-right: 1px solid #888;
}
div#navigation{
float:left;
width:200px;
margin-left:-200px;
text-align:left;
background:#F0F0F0;
}
#nm {
float:left;
background:#FFF;
width: 200px;
height:250px;
text-align:center;
}
#g {
float:left;
padding-top:10px;
padding-left:40px;
}
|
js/default/leftright/css/application.css
|
.wrapper {
margin-left: auto;
margin-right: auto;
width: 980px;
}
.clear{clear:both; width:1px; height:1px; font-size:1px; visibility:hidden;}
a {
font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
text-decoration:none;
color:#FF4F69;
}
a:hover {
text-decoration:underline;
}
img.thumb {
background: #E3EDFA;
}
.search {
font-size: 14px;
}
/* AJAX CAROUSEL */
#ajax-carousel .carousel-list li {
margin:4px 10px 0px 10px;
}
#ajax-carousel .carousel-list li {
width: 106px;
border: 0px solid green;
padding: 10px;
padding-top: 15px;
margin: 0;
color: #E3EDFA;
}
#ajax-carousel .carousel-list li img {
border:1px solid #999;
display:block;
}
#ajax-carousel {
margin-bottom: 10px;
float: left;
width: 500px;
height: 144px;
}
#overlay {
width: 200px;
height: 80px;
background-color: #FFF;
position: absolute;
top: 25px;
left: 150px;
padding-top: 10px;
z-index: 100;
color: #000;
border:1px dotted #000;
text-align: center;
font-size: 24px;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
#html-carousel .carousel-list li {
margin:0px 10px 0px 0px;
}
#html-carousel .carousel-list li {
border: 0px solid green;
color: #3F3F3F;
}
#html-carousel .carousel-list li img {
border:1px solid #999;
display:block;
}
#html-carousel {
padding: 0px 0px 10px 0px;
float: left;
width: 880px;
}
/* BUTTONS */
#prev-arrow-container, #next-arrow-container {
float:left;
padding: 51px 10px 0px 10px;
}
#next-arrow {
cursor:pointer;
}
#prev-arrow {
cursor:pointer;
}
/* COLOR SYNTAXING */
pre {
font-size: 12px;
padding: 5px;
border: 1px solid #333;
overflow: auto;
border-bottom-color: #ddd;
color: #fff;
background-color: #222;
}
/* =code highlighting
-----------------------------------------------------------------------------*/
/** RUBY **/
code.ruby span.comment {
color: #BD48B3;
}
code.ruby span.string {
color: #99FF00;
}
code.ruby span.brackets {
}
code.ruby span.symbol {
color: #6BCFF7;
}
code.ruby span.keywords {
color: #FF8400;
}
/** YAML **/
code.ruby span.key {
color: #FF8400;
}
/** JAVASCRIPT **/
/** HTML **/
code.html span.tag {
color: #fff;
}
code.html span.attribute {
color: #FFD500;
}
code.html span.string {
color: #99FF00;
}
code.html span.comment {
color: #999;
}
code.html span.doctype {
color: #D7FF80;
}
code.html span.tag {
color: #6BCFF7;
}
/** CSS */
code.css .comment {
color : #BD48B3;
}
code.css .properties {
color : #6BCFF7;
}
code.css .selectors {
color : #FF8400;
}
code.css .units {
color: #99FF00;
}
code.css .urls {
color :green;
}
code.css .keywords {
color: #FFD500;
}
/** Javascript */
code.javascript .comment {
color : #BD48B3;
}
code.javascript .string {
color : #99FF00;
}
code.javascript .keywords {
color : #FF8400;
}
code.javascript .global {
color : #6BCFF7;
}
/*code.javascript .brackets {
color : #6BCFF7;
}*/
/* */
div#wrapper2{
float:left;
width:100%;
}
div#content{
margin-right:200px;
padding-right:10px;
border-right: 1px solid #888;
}
div#navigation{
float:left;
width:200px;
margin-left:-200px;
text-align:left;
background:#F0F0F0;
}
#nm {
float:left;
background:#FFF;
width: 200px;
height:250px;
text-align:center;
}
#g {
float:left;
padding-top:10px;
padding-left:40px;
}
| 0.419886 | 0.084455 |
body, div, header, p, form, input, article, img, h1, a {
padding: 0;
margin: 0;
}
div {
width: 660px;
height: 300px;
}
div ::-webkit-input-placeholder {
color: black;
}
div :-moz-placeholder {
/* Firefox 18- */
color: black;
}
div ::-moz-placeholder {
/* Firefox 19+ */
color: black;
}
div :-ms-input-placeholder {
color: black;
}
div > header {
height: 50px;
background: #3b3b3b;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(82%, #3b3b3b), color-stop(100%, #242424));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* IE10+ */
background: linear-gradient(to bottom, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#242424',GradientType=0 );
/* IE6-8 */
padding: 15px 0 0 10px;
border: 1px solid hidden;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
div > header img {
width: 40px;
height: 47px;
float: left;
margin-top: -10px;
margin-right: 20px;
}
div > header p {
float: left;
color: #FFFFFF;
font-size: 1.4em;
margin-right: 15px;
}
div > header form input {
padding-left: 10px;
margin-right: 25px;
height: 18px;
width: 135px;
vertical-align: middle;
}
div > header form input[type=submit] {
width: 56px;
height: 28px;
background: url(images/buttonGo.png);
background-repeat: no-repeat;
border: none;
margin-right: 0;
}
div article {
background-color: #3B3B3B;
padding: 15px 50px 10px 15px;
border: 1px solid hidden;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
div article h1 {
color: #F5D325;
font-weight: normal;
font-size: 2em;
margin-bottom: 15px;
}
div article p {
color: #A3A3A3;
line-height: 20px;
}
div article a {
text-decoration: none;
color: white;
}
div article a:hover {
text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
|
3.CSS Layout/Problem 3 - Members Login/style.css
|
body, div, header, p, form, input, article, img, h1, a {
padding: 0;
margin: 0;
}
div {
width: 660px;
height: 300px;
}
div ::-webkit-input-placeholder {
color: black;
}
div :-moz-placeholder {
/* Firefox 18- */
color: black;
}
div ::-moz-placeholder {
/* Firefox 19+ */
color: black;
}
div :-ms-input-placeholder {
color: black;
}
div > header {
height: 50px;
background: #3b3b3b;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(82%, #3b3b3b), color-stop(100%, #242424));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* IE10+ */
background: linear-gradient(to bottom, #3b3b3b 0%, #3b3b3b 82%, #242424 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#242424',GradientType=0 );
/* IE6-8 */
padding: 15px 0 0 10px;
border: 1px solid hidden;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
div > header img {
width: 40px;
height: 47px;
float: left;
margin-top: -10px;
margin-right: 20px;
}
div > header p {
float: left;
color: #FFFFFF;
font-size: 1.4em;
margin-right: 15px;
}
div > header form input {
padding-left: 10px;
margin-right: 25px;
height: 18px;
width: 135px;
vertical-align: middle;
}
div > header form input[type=submit] {
width: 56px;
height: 28px;
background: url(images/buttonGo.png);
background-repeat: no-repeat;
border: none;
margin-right: 0;
}
div article {
background-color: #3B3B3B;
padding: 15px 50px 10px 15px;
border: 1px solid hidden;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
div article h1 {
color: #F5D325;
font-weight: normal;
font-size: 2em;
margin-bottom: 15px;
}
div article p {
color: #A3A3A3;
line-height: 20px;
}
div article a {
text-decoration: none;
color: white;
}
div article a:hover {
text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
| 0.392686 | 0.097476 |
background: #2F2F2F !important;
min-height: 1024px;
padding: 0px;
color: white;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#explorer-sidebar .c-hyperlink {
color: #00bcf2;
}
#getting-started-svg {
display: inline-block;
width: 29px;
height: 29px;
margin: -2px 4px 2px -4px;
}
a#show-full-history, a#manage-categories {
text-align: right;
padding-right: 16px;
width: 100%;
display: block;
}
span#explorer-title {
margin-left: 1px;
margin-top: 14px;
}
.c-drawer {
padding-bottom: 5px;
background: #2f2f2f;
}
#explorer-sidebar .panel-header {
font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
display: inline-block;
padding: 0px;
padding-left: 6px;
font-weight: 100;
color: white;
}
#explorer-sidebar .panel-content {
padding-left: 28px;
font-size: 13px;
}
#explorer-sidebar .panel-header i.ms-Icon{
margin-right: 10px;
}
/* Remove drawer carrot on auth */
#auth-drawer-button:after{
content:none;
}
button#auth-drawer-button {
background: #2f2f2f !important;
}
#auth-drawer-canary-button:after{
content:none;
}
button#auth-drawer-canary-button {
background: #2f2f2f !important;
}
.arrow-left {
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-right: 18px solid white;
position: relative;
right: -10px;
top: 13px;
margin-bottom: -45px;
}
button.c-glyph {
color: white;
}
#authDrawer {
min-height: 126px;
}
.c-hyperlink {
color: #00bcf2;
}
.category-heading {
font-size: 17px;
font-weight: 300;
padding-bottom: 5px;
display: block;
}
.sample-category {
margin-bottom: 15px;
}
a#show-full-history {
margin-top: 15px;
}
a#show-full-history[hidden] {
display: none;
}
#sample-query-btn {
background: #2F2F2F;
}
#sample-history-btn {
background: #2F2F2F;
}
@media (max-width: 639px) {
#explorer-sidebar {
min-height: inherit;
padding-bottom: 15px;
}
}
|
src/app/sidebar/sidebar.component.css
|
background: #2F2F2F !important;
min-height: 1024px;
padding: 0px;
color: white;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#explorer-sidebar .c-hyperlink {
color: #00bcf2;
}
#getting-started-svg {
display: inline-block;
width: 29px;
height: 29px;
margin: -2px 4px 2px -4px;
}
a#show-full-history, a#manage-categories {
text-align: right;
padding-right: 16px;
width: 100%;
display: block;
}
span#explorer-title {
margin-left: 1px;
margin-top: 14px;
}
.c-drawer {
padding-bottom: 5px;
background: #2f2f2f;
}
#explorer-sidebar .panel-header {
font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
display: inline-block;
padding: 0px;
padding-left: 6px;
font-weight: 100;
color: white;
}
#explorer-sidebar .panel-content {
padding-left: 28px;
font-size: 13px;
}
#explorer-sidebar .panel-header i.ms-Icon{
margin-right: 10px;
}
/* Remove drawer carrot on auth */
#auth-drawer-button:after{
content:none;
}
button#auth-drawer-button {
background: #2f2f2f !important;
}
#auth-drawer-canary-button:after{
content:none;
}
button#auth-drawer-canary-button {
background: #2f2f2f !important;
}
.arrow-left {
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-right: 18px solid white;
position: relative;
right: -10px;
top: 13px;
margin-bottom: -45px;
}
button.c-glyph {
color: white;
}
#authDrawer {
min-height: 126px;
}
.c-hyperlink {
color: #00bcf2;
}
.category-heading {
font-size: 17px;
font-weight: 300;
padding-bottom: 5px;
display: block;
}
.sample-category {
margin-bottom: 15px;
}
a#show-full-history {
margin-top: 15px;
}
a#show-full-history[hidden] {
display: none;
}
#sample-query-btn {
background: #2F2F2F;
}
#sample-history-btn {
background: #2F2F2F;
}
@media (max-width: 639px) {
#explorer-sidebar {
min-height: inherit;
padding-bottom: 15px;
}
}
| 0.400046 | 0.128088 |
.cake {
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
width: 100px;
height: 100px;
}
/* ============================================== BASE
*/
.cake::after {
background: rgba(235, 227, 225, 1);
border-radius: 100px;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 100px/50;
}
/* ============================================== Candle
*/
.velas {
background: rgba(255, 255, 255, 1);
border-radius: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px/20;
margin-top: -50px/6;
width: 100px/20;
height: 100px/6;
}
.velas::after,
.velas::before {
background: rgba(255, 0, 0, 0.4);
content: '';
position: absolute;
width: 100%;
height: 100px/45;
}
.velas::after {
top: 25%;
left: 0;
}
.velas::before {
top: 45%;
left: 0;
}
/* ============================================== Fire
*/
.fuego {
border-radius: 100%;
box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
position: absolute;
top: -12px;
left: 50%;
margin-left: -50px/15;
width: 100px/15;
height: 100px/8;
}
.fuego:nth-child(1) {
animation: fuego 2s infinite;
}
.fuego:nth-child(2) {
animation: fuego 1.5s infinite;
}
.fuego:nth-child(3) {
animation: fuego 1s infinite;
}
.fuego:nth-child(4) {
animation: fuego 0.5s infinite;
}
.fuego:nth-child(5) {
animation: fuego 0.2s infinite;
}
/* ============================================== Animation Fire
*/
@keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
transform: translateY(-(100px/5)) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
transform: translateY(0) scale(1);
}
}
/* ============================================== Frosting
*/
.cobertura {
background: rgba(236, 231, 227, 1);
border-radius: 100px/2;
position: absolute;
top: 60%;
left: 50%;
margin-left: -50px/1.8;
margin-top: -50px/10;
width: 100px/1.8;
height: 100px/8;
z-index: 10;
}
.cobertura::after,
.cobertura::before {
background: rgba(236, 231, 227, 1);
border-radius: 100px;
content: '';
position: absolute;
width: 100px/20;
height: 100px/10;
}
.cobertura::after {
top: 100px/15;
right: 100px/7;
}
.cobertura::before {
top: 100px/10;
right: 100px/11;
}
/* ============================================== BIZCOCHO
*/
.bizcocho {
background: rgba(109, 56, 38, 1);
position: absolute;
bottom: 0;
left: 50%;
margin-left: -50px/2;
width: 100px/2;
height: 100px/3;
}
.bizcocho::after,
.bizcocho::before {
background: rgba(236, 231, 227, 0.6);
content: '';
position: absolute;
width: 100%;
height: 5px;
}
.bizcocho::after {
top: 30%;
left: 0;
}
.bizcocho::before {
top: 60%;
left: 0;
}
|
app/components/Cake.css
|
.cake {
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
width: 100px;
height: 100px;
}
/* ============================================== BASE
*/
.cake::after {
background: rgba(235, 227, 225, 1);
border-radius: 100px;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 100px/50;
}
/* ============================================== Candle
*/
.velas {
background: rgba(255, 255, 255, 1);
border-radius: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px/20;
margin-top: -50px/6;
width: 100px/20;
height: 100px/6;
}
.velas::after,
.velas::before {
background: rgba(255, 0, 0, 0.4);
content: '';
position: absolute;
width: 100%;
height: 100px/45;
}
.velas::after {
top: 25%;
left: 0;
}
.velas::before {
top: 45%;
left: 0;
}
/* ============================================== Fire
*/
.fuego {
border-radius: 100%;
box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
position: absolute;
top: -12px;
left: 50%;
margin-left: -50px/15;
width: 100px/15;
height: 100px/8;
}
.fuego:nth-child(1) {
animation: fuego 2s infinite;
}
.fuego:nth-child(2) {
animation: fuego 1.5s infinite;
}
.fuego:nth-child(3) {
animation: fuego 1s infinite;
}
.fuego:nth-child(4) {
animation: fuego 0.5s infinite;
}
.fuego:nth-child(5) {
animation: fuego 0.2s infinite;
}
/* ============================================== Animation Fire
*/
@keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
transform: translateY(-(100px/5)) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
transform: translateY(0) scale(1);
}
}
/* ============================================== Frosting
*/
.cobertura {
background: rgba(236, 231, 227, 1);
border-radius: 100px/2;
position: absolute;
top: 60%;
left: 50%;
margin-left: -50px/1.8;
margin-top: -50px/10;
width: 100px/1.8;
height: 100px/8;
z-index: 10;
}
.cobertura::after,
.cobertura::before {
background: rgba(236, 231, 227, 1);
border-radius: 100px;
content: '';
position: absolute;
width: 100px/20;
height: 100px/10;
}
.cobertura::after {
top: 100px/15;
right: 100px/7;
}
.cobertura::before {
top: 100px/10;
right: 100px/11;
}
/* ============================================== BIZCOCHO
*/
.bizcocho {
background: rgba(109, 56, 38, 1);
position: absolute;
bottom: 0;
left: 50%;
margin-left: -50px/2;
width: 100px/2;
height: 100px/3;
}
.bizcocho::after,
.bizcocho::before {
background: rgba(236, 231, 227, 0.6);
content: '';
position: absolute;
width: 100%;
height: 5px;
}
.bizcocho::after {
top: 30%;
left: 0;
}
.bizcocho::before {
top: 60%;
left: 0;
}
| 0.664431 | 0.09472 |
#admin-view .row {
margin: 0;
height: 100%;
}
#admin-view .form-control {
color: #4A5F7E;
padding: 20px;
border-width: 2px;
border-color: #D8DCE0;
background-color: #ecf0f1;
box-shadow: none;
border-radius: 5px;
-webkit-transition: background-color 150ms ease-in-out;
-moz-transition: background-color 150ms ease-in-out;
-o-transition: background-color 150ms ease-in-out;
-ms-transition: background-color 150ms ease-in-out;
transition: background-color 150ms ease-in-out;
}
#admin-view .form-control:focus {
background-color: #FFF;
border-color: #D8DCE0;
box-shadow: none;
-webkit-transition: background-color 150ms ease-in-out;
-moz-transition: background-color 150ms ease-in-out;
-o-transition: background-color 150ms ease-in-out;
-ms-transition: background-color 150ms ease-in-out;
transition: background-color 150ms ease-in-out;
}
.admin-btn {
border-radius: 5px;
padding: 15px 20px;
border: 2px;
background-color: #D8DCE0;
color: #162B49;
min-width: 100px;
}
.admin-btn-small {
border-radius: 5px;
padding: 10px 10px;
margin-right: 5px;
border: 2px;
background-color: #D8DCE0;
color: #162B49;
min-width: 100px;
}
.admin-btn:focus,
.admin-btn-small:focus {
outline: 0 !important;
}
.admin-btn-radio-on {
background-color: #B2FFB1;
}
.admin-btn-radio-off {
background-color: #FFB2B1;
}
.admin-message {
background-color: #D8DCE0;
border-radius: 5px;
padding: 10px 20px;
margin: 10px 0px;
color: #162B49;
display: inline-block;
}
.admin-message-success {
background-color: #B2FFB1;
}
.admin-message-error {
background-color: #FFB2B1;
}
.admin-message-neutral {
background-color: #FFF5AB;
}
.admin-cell-list {
background-color: #FFF;
border-radius: 5px;
list-style: none;
padding: 0;
margin: 0;
}
.admin-cell-list li {
padding: 15px 20px;
border-bottom-style: solid;
border-bottom-color: #ECF0F1;
border-bottom-width: 1px;
color: #162B49;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.admin-cell-list:last-child {
border: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.admin-cell-list .fa-chevron-right,
.admin-cell-list .fa-plus {
color: #DDD;
padding: 4px 0;
}
.empty-state-cell {
background-color: #DDD;
border-radius: 5px;
}
/* admin sidenav styles */
#admin-nav {
min-height: 100vh;
background: #162B49; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#061730, #0f3874); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#061730, #0f3874); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#061730, #0f3874); /* For Firefox 3.6 to 15 */
background: linear-gradient(#061730, #0f3874); /* Standard syntax */
padding: 0;
position: fixed;
z-index: 1000;
}
#admin-nav-list {
list-style-type: none;
color: #fff;
margin: 0;
padding: 0;
width: 100%;
padding-top: 15px;
}
#admin-nav-list li {
padding: 15px 30px;
width: 100%;
font-weight: 600;
cursor: pointer;
}
#admin-nav-list li:hover {
background: #0c2d5d;
}
#admin-nav-list .fa {
margin-right: 10px;
}
.admin-nav-brand {
font-family: Pacifico;
margin: 0;
padding: 20px 25px;
}
/* admin content section styles */
#admin-content {
padding: 0;
padding-bottom: 30px;
}
.admin-main,
.admin-help {
padding: 20px 30px;
}
.admin-help {
color: #4A5F7E;
font-size: 12px;
}
.admin-subheader-offset {
padding-top: 47px;
}
.admin-help-bkg {
position: fixed;
height: 100vh;
background-color: #FFF;
right: 0;
}
.admin-header {
margin: 0;
padding: 0;
padding-top: 16px;
color: #162B49;
font-weight: 600;
}
.admin-subheader {
margin: 0;
padding: 15px 0px;
color: #4A5F7E;
}
/* admin account page styles */
.admin-account-inputs input {
margin-bottom: 15px;
}
/* admin login page styles */
.admin-login-view {
position: fixed;
left: 0;
width: 100vw;
}
/* admin create & edit page styles */
.admin-create-input {
padding-top: 0;
padding-bottom: 0;
}
.admin-create-container {
}
textarea {
resize: vertical;
}
.admin-delete-btn {
margin-left: 15px;
background-color: #FFB2B1;
}
.admin-preview-btn {
margin-left: 15px;
}
.admin-create-post {
padding-left: 30px;
}
.admin-create-post-buttons {
margin-top: 20px;
margin-left: 0px;
}
.admin-post-delete {
color: #999;
}
.admin-create-post-buttons button:focus {
outline: 0;
}
.admin-poi-img,
.admin-poi-video {
background-color: #DDD;
width: 100%;
max-width: 600px;
margin: 10px 0px;
border-radius: 5px;
}
/* admin login styles */
.admin-login-view form {
max-width: 400px;
display: block;
margin: 0 auto;
margin-top: 20vh;
}
|
web/client/app/components/admin/admin.view.css
|
#admin-view .row {
margin: 0;
height: 100%;
}
#admin-view .form-control {
color: #4A5F7E;
padding: 20px;
border-width: 2px;
border-color: #D8DCE0;
background-color: #ecf0f1;
box-shadow: none;
border-radius: 5px;
-webkit-transition: background-color 150ms ease-in-out;
-moz-transition: background-color 150ms ease-in-out;
-o-transition: background-color 150ms ease-in-out;
-ms-transition: background-color 150ms ease-in-out;
transition: background-color 150ms ease-in-out;
}
#admin-view .form-control:focus {
background-color: #FFF;
border-color: #D8DCE0;
box-shadow: none;
-webkit-transition: background-color 150ms ease-in-out;
-moz-transition: background-color 150ms ease-in-out;
-o-transition: background-color 150ms ease-in-out;
-ms-transition: background-color 150ms ease-in-out;
transition: background-color 150ms ease-in-out;
}
.admin-btn {
border-radius: 5px;
padding: 15px 20px;
border: 2px;
background-color: #D8DCE0;
color: #162B49;
min-width: 100px;
}
.admin-btn-small {
border-radius: 5px;
padding: 10px 10px;
margin-right: 5px;
border: 2px;
background-color: #D8DCE0;
color: #162B49;
min-width: 100px;
}
.admin-btn:focus,
.admin-btn-small:focus {
outline: 0 !important;
}
.admin-btn-radio-on {
background-color: #B2FFB1;
}
.admin-btn-radio-off {
background-color: #FFB2B1;
}
.admin-message {
background-color: #D8DCE0;
border-radius: 5px;
padding: 10px 20px;
margin: 10px 0px;
color: #162B49;
display: inline-block;
}
.admin-message-success {
background-color: #B2FFB1;
}
.admin-message-error {
background-color: #FFB2B1;
}
.admin-message-neutral {
background-color: #FFF5AB;
}
.admin-cell-list {
background-color: #FFF;
border-radius: 5px;
list-style: none;
padding: 0;
margin: 0;
}
.admin-cell-list li {
padding: 15px 20px;
border-bottom-style: solid;
border-bottom-color: #ECF0F1;
border-bottom-width: 1px;
color: #162B49;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.admin-cell-list:last-child {
border: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.admin-cell-list .fa-chevron-right,
.admin-cell-list .fa-plus {
color: #DDD;
padding: 4px 0;
}
.empty-state-cell {
background-color: #DDD;
border-radius: 5px;
}
/* admin sidenav styles */
#admin-nav {
min-height: 100vh;
background: #162B49; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#061730, #0f3874); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#061730, #0f3874); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#061730, #0f3874); /* For Firefox 3.6 to 15 */
background: linear-gradient(#061730, #0f3874); /* Standard syntax */
padding: 0;
position: fixed;
z-index: 1000;
}
#admin-nav-list {
list-style-type: none;
color: #fff;
margin: 0;
padding: 0;
width: 100%;
padding-top: 15px;
}
#admin-nav-list li {
padding: 15px 30px;
width: 100%;
font-weight: 600;
cursor: pointer;
}
#admin-nav-list li:hover {
background: #0c2d5d;
}
#admin-nav-list .fa {
margin-right: 10px;
}
.admin-nav-brand {
font-family: Pacifico;
margin: 0;
padding: 20px 25px;
}
/* admin content section styles */
#admin-content {
padding: 0;
padding-bottom: 30px;
}
.admin-main,
.admin-help {
padding: 20px 30px;
}
.admin-help {
color: #4A5F7E;
font-size: 12px;
}
.admin-subheader-offset {
padding-top: 47px;
}
.admin-help-bkg {
position: fixed;
height: 100vh;
background-color: #FFF;
right: 0;
}
.admin-header {
margin: 0;
padding: 0;
padding-top: 16px;
color: #162B49;
font-weight: 600;
}
.admin-subheader {
margin: 0;
padding: 15px 0px;
color: #4A5F7E;
}
/* admin account page styles */
.admin-account-inputs input {
margin-bottom: 15px;
}
/* admin login page styles */
.admin-login-view {
position: fixed;
left: 0;
width: 100vw;
}
/* admin create & edit page styles */
.admin-create-input {
padding-top: 0;
padding-bottom: 0;
}
.admin-create-container {
}
textarea {
resize: vertical;
}
.admin-delete-btn {
margin-left: 15px;
background-color: #FFB2B1;
}
.admin-preview-btn {
margin-left: 15px;
}
.admin-create-post {
padding-left: 30px;
}
.admin-create-post-buttons {
margin-top: 20px;
margin-left: 0px;
}
.admin-post-delete {
color: #999;
}
.admin-create-post-buttons button:focus {
outline: 0;
}
.admin-poi-img,
.admin-poi-video {
background-color: #DDD;
width: 100%;
max-width: 600px;
margin: 10px 0px;
border-radius: 5px;
}
/* admin login styles */
.admin-login-view form {
max-width: 400px;
display: block;
margin: 0 auto;
margin-top: 20vh;
}
| 0.323487 | 0.064388 |
@font-face {
font-family: Nunito;
src: url('../fonts/normal.ttf');
}
@font-face {
font-family: Nunito;
src: url('../fonts/bold.ttf');
font-weight: bold;
}
@font-face {
font-family: Nunito;
src: url('../fonts/light.ttf');
font-weight: 200;
}
body {
font-family: Nunito;
font-size: 16px;
}
.top-nav {
padding-top: 10px;
padding-bottom: 10px;
float: none;
background-color: #ff4c3b;
color: #ffffff;
font-weight: normal;
font-size: 14px;
}
.nav-top-phone {
display: inline-block;
color: inherit;
border-right: 1px solid #e9ecef;
padding-right: 10px;
margin-right: 10px;
}
.top-nav .dropdown .btn {
padding: 0px 6px;
color: inherit;
margin: 0px 10px 0px 0px;
font-weight: inherit;
font-size: inherit;
}
.top-nav-wishlist {
color: inherit;
display: inline-block;
border-left: 1px solid #e9ecef;
padding-left: 10px;
}
#navbar {
box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
background-color: #fefefe;
}
#navbar .navbar-brand {
padding: 0px;
width: 120px;
}
#navbar .navbar-brand img {
width: 100%;
}
#navbar li a {
font-weight: bold;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.69);
transition: all 300ms;
}
#navbar li a:hover {
color: #ff4c3b;
}
#navbar .dropdown-menu a {
font-weight: normal;
text-transform: capitalize;
padding-top: 10px;
padding-bottom: 10px;
}
#navbar .dropdown-menu a:active {
}
.top-nav .dropdown .dropdown-menu {
min-width: 10px;
}
#navbar li .fas {
font-size: 20px;
position: relative;
top: 2px;
}
.nav-cart span {
position: absolute;
color: white;
background-color: #ff4c3b;
right: -10px;
font-weight: normal;
font-size: 9px;
text-align: center;
border-radius: 50px;
bottom: 18px;
padding: 4px;
min-width: 20px;
}
#navbar .dropdown-menu a:hover {
padding-left: 20px;
}
.top-nav a:hover {
color: inherit;
text-decoration: none;
}
.container-fluid {
max-width: 1300px;
}
.category-item p {
font-size: 13px;
max-width: 210px;
margin-left: auto;
margin-right: auto;
}
.bg-collections {
background-image: url('../images/backgrounds/494b81_de15364d49352de03622d84a28341b91.jpg_srb_p_1088_725_75_22_0.50_1.20_0.jpg');
}
.bg-accessories {
background-image: url('../images/backgrounds/494b81_9eb18641c912c9bcd8e0bd2ba9b79577.jpg_srb_p_618_412_75_22_0.50_1.20_0.jpg');
}
.bg-clothes {
background-image: url('../images/backgrounds/model1.jpg');
}
.heading h2 {
font-weight: bold;
margin-top: 0px;
font-size: 20px;
text-transform: uppercase;
color: #606060;
position: relative;
}
.heading {
margin-bottom: 60px;
padding-left: 20px;
position: relative;
font-weight: bold;
margin-top: 0px;
font-size: 20px;
text-transform: uppercase;
color: #606060;
border-left: 5px solid #ff4c3b;
}
.currency {
margin-right: 5px;
}
.bg-grey {
background-color: #eeeeee;
}
.transition {
transition: all 300ms;
}
@media (max-width:420px) {
.product-row>div {
min-width: 100%;
}
}
|
assets/css/shared.css
|
@font-face {
font-family: Nunito;
src: url('../fonts/normal.ttf');
}
@font-face {
font-family: Nunito;
src: url('../fonts/bold.ttf');
font-weight: bold;
}
@font-face {
font-family: Nunito;
src: url('../fonts/light.ttf');
font-weight: 200;
}
body {
font-family: Nunito;
font-size: 16px;
}
.top-nav {
padding-top: 10px;
padding-bottom: 10px;
float: none;
background-color: #ff4c3b;
color: #ffffff;
font-weight: normal;
font-size: 14px;
}
.nav-top-phone {
display: inline-block;
color: inherit;
border-right: 1px solid #e9ecef;
padding-right: 10px;
margin-right: 10px;
}
.top-nav .dropdown .btn {
padding: 0px 6px;
color: inherit;
margin: 0px 10px 0px 0px;
font-weight: inherit;
font-size: inherit;
}
.top-nav-wishlist {
color: inherit;
display: inline-block;
border-left: 1px solid #e9ecef;
padding-left: 10px;
}
#navbar {
box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
background-color: #fefefe;
}
#navbar .navbar-brand {
padding: 0px;
width: 120px;
}
#navbar .navbar-brand img {
width: 100%;
}
#navbar li a {
font-weight: bold;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.69);
transition: all 300ms;
}
#navbar li a:hover {
color: #ff4c3b;
}
#navbar .dropdown-menu a {
font-weight: normal;
text-transform: capitalize;
padding-top: 10px;
padding-bottom: 10px;
}
#navbar .dropdown-menu a:active {
}
.top-nav .dropdown .dropdown-menu {
min-width: 10px;
}
#navbar li .fas {
font-size: 20px;
position: relative;
top: 2px;
}
.nav-cart span {
position: absolute;
color: white;
background-color: #ff4c3b;
right: -10px;
font-weight: normal;
font-size: 9px;
text-align: center;
border-radius: 50px;
bottom: 18px;
padding: 4px;
min-width: 20px;
}
#navbar .dropdown-menu a:hover {
padding-left: 20px;
}
.top-nav a:hover {
color: inherit;
text-decoration: none;
}
.container-fluid {
max-width: 1300px;
}
.category-item p {
font-size: 13px;
max-width: 210px;
margin-left: auto;
margin-right: auto;
}
.bg-collections {
background-image: url('../images/backgrounds/494b81_de15364d49352de03622d84a28341b91.jpg_srb_p_1088_725_75_22_0.50_1.20_0.jpg');
}
.bg-accessories {
background-image: url('../images/backgrounds/494b81_9eb18641c912c9bcd8e0bd2ba9b79577.jpg_srb_p_618_412_75_22_0.50_1.20_0.jpg');
}
.bg-clothes {
background-image: url('../images/backgrounds/model1.jpg');
}
.heading h2 {
font-weight: bold;
margin-top: 0px;
font-size: 20px;
text-transform: uppercase;
color: #606060;
position: relative;
}
.heading {
margin-bottom: 60px;
padding-left: 20px;
position: relative;
font-weight: bold;
margin-top: 0px;
font-size: 20px;
text-transform: uppercase;
color: #606060;
border-left: 5px solid #ff4c3b;
}
.currency {
margin-right: 5px;
}
.bg-grey {
background-color: #eeeeee;
}
.transition {
transition: all 300ms;
}
@media (max-width:420px) {
.product-row>div {
min-width: 100%;
}
}
| 0.373533 | 0.087408 |
@charset "utf-8";
/* CSS Document */
html,body{
position:relative;
height:100%;}
body{
margin:0px;
padding:0px;
font-family:montserrat,sans-serif;
background-color:rgba(241,241,241,1.00);}
.swiper-slide{
width:250px !important;
}
.slider-box{
margin:20px;
height:350px;
width:250px;
position:relative;
background-color:#FFFFFF;
border-radius:5px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
border:1px solid rgba(187,187,187,0.40);
}
.slider-box a{
text-decoration:none;
text-align:center;}
.img-box{
height:170px;
}
.img-box img{
height:auto;
max-width:100%;
max-height:100%;}
.time{
position:absolute;
top:0px;
right:20px;
color:#f16007;}
.detail{
display:flex;
flex-direction:column;
align-items:center;
box-sizing:border-box;
font-size:13px;
line-height:35px;}
.price{
color:#FFFFFF;
background-color:#ff555b;
line-height:20px;}
.cart{
position:absolute;
bottom:0px;
height:45px;
background-color:#ff696e;
width:100%;
display:flex;
justify-content:center;
align-items:center;}
.cart a{
color:#FFFFFF;}
.slider-box:hover{
box-shadow:2px 2px 12px rgba(47,47,47,0.40);
}
.slider-box:hover .img-box img{
transform:scale(1.07);
transition:all ease 0.3s;}
.cart:hover{
transform:scale(1.1);
background-color:#fe9048;
box-shadow:2px 2px 12px rgba(47,47,47,0.40);
transition:all ease 0.1s;}
.heading{
display:flex;
justify-content:center;
}
.heading h1{
border-left:2px solid #000000;
Border-right:2px solid #000000;
background-color:#f05656;
text-shadow:2px 2px 12px rgba(69,66,66,0.3);
padding:0px 10px;
color:#FFFFFF;
margin:20px;
font-size:30px;
font-family:calibri;}
|
public/css/welcome.css
|
@charset "utf-8";
/* CSS Document */
html,body{
position:relative;
height:100%;}
body{
margin:0px;
padding:0px;
font-family:montserrat,sans-serif;
background-color:rgba(241,241,241,1.00);}
.swiper-slide{
width:250px !important;
}
.slider-box{
margin:20px;
height:350px;
width:250px;
position:relative;
background-color:#FFFFFF;
border-radius:5px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
border:1px solid rgba(187,187,187,0.40);
}
.slider-box a{
text-decoration:none;
text-align:center;}
.img-box{
height:170px;
}
.img-box img{
height:auto;
max-width:100%;
max-height:100%;}
.time{
position:absolute;
top:0px;
right:20px;
color:#f16007;}
.detail{
display:flex;
flex-direction:column;
align-items:center;
box-sizing:border-box;
font-size:13px;
line-height:35px;}
.price{
color:#FFFFFF;
background-color:#ff555b;
line-height:20px;}
.cart{
position:absolute;
bottom:0px;
height:45px;
background-color:#ff696e;
width:100%;
display:flex;
justify-content:center;
align-items:center;}
.cart a{
color:#FFFFFF;}
.slider-box:hover{
box-shadow:2px 2px 12px rgba(47,47,47,0.40);
}
.slider-box:hover .img-box img{
transform:scale(1.07);
transition:all ease 0.3s;}
.cart:hover{
transform:scale(1.1);
background-color:#fe9048;
box-shadow:2px 2px 12px rgba(47,47,47,0.40);
transition:all ease 0.1s;}
.heading{
display:flex;
justify-content:center;
}
.heading h1{
border-left:2px solid #000000;
Border-right:2px solid #000000;
background-color:#f05656;
text-shadow:2px 2px 12px rgba(69,66,66,0.3);
padding:0px 10px;
color:#FFFFFF;
margin:20px;
font-size:30px;
font-family:calibri;}
| 0.141163 | 0.043083 |
@font-face {
font-family: "greetingFont";
src: url("fonts/segoeuil.tff") format("truetype"),
url("fonts/segoeuil.woff") format("woff");
}
/*Main page*/
html {
margin: 0;
padding: 0;
box-sizing: border-box;
width: 440px;
height: 320px;
overflow: hidden;
}
body {
background-image: linear-gradient(#ffffff, #9bffd4);
margin: 0;
padding: 0;
width: 440px;
height: 320px;
}
/*Tabulate title*/
.title-text {
color: white;
font-size: 33px;
font-family: greetingFont;
margin: 0;
text-align: center;
align-self: center;
position: relative;
left: 15px;
}
.title {
height: 65px;
background-image: linear-gradient(#00b8e6, #057cc7);
margin-top: 0px;
border-radius: 0px 0px 30px 30px;
display: flex;
justify-content: center;
align-self: center;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Options button*/
.options-button {
right: 0%;
position: relative;
left: 120px;
top: 3px;
align-self: center;
height: 30px;
width: 30px;
border-style: none;
background: none;
cursor: pointer;
transition: all 0.5s;
opacity: 0.8;
}
.rotate:hover {
transform: rotate(360deg);
}
.rotate {
transition: transform 0.5s ease 0s;
display: inline-block;
color: white;
}
/*Save buttons*/
.save {
margin-top: 7px;
display: flex;
justify-content: space-evenly;
padding-bottom: 5px;
}
.save-button {
border: none;
background: none;
color: white;
padding: 10px 20px;
border-radius: 25px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
width: 130px;
opacity: 0.9;
transition: 0.2s;
font-size: 0.82rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-image: linear-gradient(#00b8e6, #057cc7);
}
.save-button:hover {
opacity: 1;
}
/*Sessions Title*/
#sessions-title {
position: relative;
left: 25px;
font: greetingFont;
color: black;
}
/*Empty Session Text*/
#sessions-empty {
font: greetingFont;
color: black;
position: relative;
top: 10px;
left: 25px;
}
/*Saved Sessions*/
#sessions-body {
max-height: 186px;
overflow-x: hidden;
overflow-y: auto;
padding: 0px 20px 0px 20px;
justify-content: center;
}
.click-session {
color: black;
border: none;
background-color: white;
border-radius: 10px;
margin: 4px 2px;
cursor: pointer;
height: 40px;
justify-self: center;
line-height: 40px;
padding-left: 10px;
transition: 0.1s;
overflow: hidden;
}
.click-session:hover {
border: 1.5px solid #1ad1ff;
}
/*Text Span*/
.text-span {
font: greetingFont;
font-size: 15px;
}
/*Count Span*/
.info-span {
position: relative;
right: 65px;
font: greetingFont;
font-size: 10px;
float: right;
margin: 0px;
padding: 0px;
}
/*Edit buttons*/
.edit-button {
cursor: pointer;
position: relative;
left: 83px;
top: 13px;
float: right;
background-color: rgb(255, 255, 255, 0);
color: #1a75ff;
border: none;
opacity: 0.6;
transition: 0.3s;
}
/*Delete buttons*/
.del-button {
cursor: pointer;
position: relative;
background-color: rgb(255, 255, 255, 0);
left: 133px;
top: 12.4px;
float: right;
color: #ff0080;
border: none;
opacity: 0.6;
transition: 0.3s;
}
/*Scrollbar*/
::-webkit-scrollbar {
width: 12px;
scroll-behavior: smooth;
}
::-webkit-scrollbar-track {
border-radius: 10px;
border-style: none;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/* Button Style After Pressed */
button:visited {
outline: none;
}
button:focus {
outline: none;
}
button:hover {
opacity: 1;
}
button:active {
outline: none;
}
/*-----------Options Window--------------*/
.options-window {
margin: 0;
padding: 0;
width: 440px;
height: 320px;
}
/* Format all options */
.options-body {
width: 360px;
padding-left: 40px;
padding-right: 40px;
max-height: 240px;
overflow-x: hidden;
overflow-y: auto;
}
/* Customize the label (the container) */
.checkmark-container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.checkmark-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 5px;
}
/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
background-color: #aaa;
}
/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.option-text {
font-size: 18px;
align-self: center;
}
/* The container */
.radio-container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.radio-checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
background-color: #aaa;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
background-color: #2196f3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
#options-back {
color: white;
height: 0px;
width: 40px;
margin-left: 18px;
margin-bottom: 10px;
}
.options-title {
color: white;
font-size: 33px;
font-family: greetingFont;
margin: 0;
text-align: center;
align-self: center;
position: relative;
left: 31px;
}
/*-----------Edit Window--------------*/
.edit {
height: 65px;
background-image: linear-gradient(#00b8e6, #057cc7);
margin-top: 0px;
border-radius: 0px 0px 30px 30px;
display: flex;
justify-content: space-around;
align-self: center;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#edit-body {
overflow-y: scroll;
overflow-x: hidden;
}
.edit-title {
color: white;
font-size: 33px;
width: 280px;
font-family: greetingFont;
margin: 0;
text-align: center;
align-self: center;
position: relative;
}
.edit-button-back {
position: relative;
top: 3px;
align-self: center;
height: 30px;
width: 30px;
border-style: none;
background: none;
cursor: pointer;
transition: all 0.5s;
opacity: 0.8;
}
#edit-back {
color: white;
height: 0px;
width: 40px;
margin-bottom: 10px;
}
.edit-name {
cursor: pointer;
height: 70px;
position: relative;
float: left;
background: none;
color: white;
border: none;
transition: 0.3s;
opacity: 0.8;
}
.edit-name:hover {
opacity: 1;
}
.link-delete {
cursor: pointer;
height: 34px;
width: 34px;
position: relative;
top: 5px;
float: right;
background: none;
color: #ff0080;
border: none;
opacity: 0.8;
transition: 0.3s;
}
#link-title {
left: 5px;
position: relative;
}
.add-link {
cursor: pointer;
width: 34px;
background: none;
color: #00b8e6;
border: none;
opacity: 0.8;
transition: 0.3s;
padding: 0%;
margin: 0;
float: right;
}
.link-text {
margin: 0px;
padding: 0px;
height: 20px;
width: 5px;
max-width: 5px;
}
.click-session-edit {
color: black;
border: none;
background-color: white;
border-radius: 10px;
margin: 4px 2px;
cursor: pointer;
height: 40px;
justify-self: center;
line-height: 40px;
padding-left: 10px;
transition: 0.1s;
overflow: hidden;
display: flex;
justify-content: space-between;
}
.click-session-edit:hover {
border: 1.5px solid #1ad1ff;
}
|
main.css
|
@font-face {
font-family: "greetingFont";
src: url("fonts/segoeuil.tff") format("truetype"),
url("fonts/segoeuil.woff") format("woff");
}
/*Main page*/
html {
margin: 0;
padding: 0;
box-sizing: border-box;
width: 440px;
height: 320px;
overflow: hidden;
}
body {
background-image: linear-gradient(#ffffff, #9bffd4);
margin: 0;
padding: 0;
width: 440px;
height: 320px;
}
/*Tabulate title*/
.title-text {
color: white;
font-size: 33px;
font-family: greetingFont;
margin: 0;
text-align: center;
align-self: center;
position: relative;
left: 15px;
}
.title {
height: 65px;
background-image: linear-gradient(#00b8e6, #057cc7);
margin-top: 0px;
border-radius: 0px 0px 30px 30px;
display: flex;
justify-content: center;
align-self: center;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Options button*/
.options-button {
right: 0%;
position: relative;
left: 120px;
top: 3px;
align-self: center;
height: 30px;
width: 30px;
border-style: none;
background: none;
cursor: pointer;
transition: all 0.5s;
opacity: 0.8;
}
.rotate:hover {
transform: rotate(360deg);
}
.rotate {
transition: transform 0.5s ease 0s;
display: inline-block;
color: white;
}
/*Save buttons*/
.save {
margin-top: 7px;
display: flex;
justify-content: space-evenly;
padding-bottom: 5px;
}
.save-button {
border: none;
background: none;
color: white;
padding: 10px 20px;
border-radius: 25px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
width: 130px;
opacity: 0.9;
transition: 0.2s;
font-size: 0.82rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-image: linear-gradient(#00b8e6, #057cc7);
}
.save-button:hover {
opacity: 1;
}
/*Sessions Title*/
#sessions-title {
position: relative;
left: 25px;
font: greetingFont;
color: black;
}
/*Empty Session Text*/
#sessions-empty {
font: greetingFont;
color: black;
position: relative;
top: 10px;
left: 25px;
}
/*Saved Sessions*/
#sessions-body {
max-height: 186px;
overflow-x: hidden;
overflow-y: auto;
padding: 0px 20px 0px 20px;
justify-content: center;
}
.click-session {
color: black;
border: none;
background-color: white;
border-radius: 10px;
margin: 4px 2px;
cursor: pointer;
height: 40px;
justify-self: center;
line-height: 40px;
padding-left: 10px;
transition: 0.1s;
overflow: hidden;
}
.click-session:hover {
border: 1.5px solid #1ad1ff;
}
/*Text Span*/
.text-span {
font: greetingFont;
font-size: 15px;
}
/*Count Span*/
.info-span {
position: relative;
right: 65px;
font: greetingFont;
font-size: 10px;
float: right;
margin: 0px;
padding: 0px;
}
/*Edit buttons*/
.edit-button {
cursor: pointer;
position: relative;
left: 83px;
top: 13px;
float: right;
background-color: rgb(255, 255, 255, 0);
color: #1a75ff;
border: none;
opacity: 0.6;
transition: 0.3s;
}
/*Delete buttons*/
.del-button {
cursor: pointer;
position: relative;
background-color: rgb(255, 255, 255, 0);
left: 133px;
top: 12.4px;
float: right;
color: #ff0080;
border: none;
opacity: 0.6;
transition: 0.3s;
}
/*Scrollbar*/
::-webkit-scrollbar {
width: 12px;
scroll-behavior: smooth;
}
::-webkit-scrollbar-track {
border-radius: 10px;
border-style: none;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/* Button Style After Pressed */
button:visited {
outline: none;
}
button:focus {
outline: none;
}
button:hover {
opacity: 1;
}
button:active {
outline: none;
}
/*-----------Options Window--------------*/
.options-window {
margin: 0;
padding: 0;
width: 440px;
height: 320px;
}
/* Format all options */
.options-body {
width: 360px;
padding-left: 40px;
padding-right: 40px;
max-height: 240px;
overflow-x: hidden;
overflow-y: auto;
}
/* Customize the label (the container) */
.checkmark-container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.checkmark-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 5px;
}
/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
background-color: #aaa;
}
/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.option-text {
font-size: 18px;
align-self: center;
}
/* The container */
.radio-container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.radio-checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
background-color: #aaa;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
background-color: #2196f3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
#options-back {
color: white;
height: 0px;
width: 40px;
margin-left: 18px;
margin-bottom: 10px;
}
.options-title {
color: white;
font-size: 33px;
font-family: greetingFont;
margin: 0;
text-align: center;
align-self: center;
position: relative;
left: 31px;
}
/*-----------Edit Window--------------*/
.edit {
height: 65px;
background-image: linear-gradient(#00b8e6, #057cc7);
margin-top: 0px;
border-radius: 0px 0px 30px 30px;
display: flex;
justify-content: space-around;
align-self: center;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#edit-body {
overflow-y: scroll;
overflow-x: hidden;
}
.edit-title {
color: white;
font-size: 33px;
width: 280px;
font-family: greetingFont;
margin: 0;
text-align: center;
align-self: center;
position: relative;
}
.edit-button-back {
position: relative;
top: 3px;
align-self: center;
height: 30px;
width: 30px;
border-style: none;
background: none;
cursor: pointer;
transition: all 0.5s;
opacity: 0.8;
}
#edit-back {
color: white;
height: 0px;
width: 40px;
margin-bottom: 10px;
}
.edit-name {
cursor: pointer;
height: 70px;
position: relative;
float: left;
background: none;
color: white;
border: none;
transition: 0.3s;
opacity: 0.8;
}
.edit-name:hover {
opacity: 1;
}
.link-delete {
cursor: pointer;
height: 34px;
width: 34px;
position: relative;
top: 5px;
float: right;
background: none;
color: #ff0080;
border: none;
opacity: 0.8;
transition: 0.3s;
}
#link-title {
left: 5px;
position: relative;
}
.add-link {
cursor: pointer;
width: 34px;
background: none;
color: #00b8e6;
border: none;
opacity: 0.8;
transition: 0.3s;
padding: 0%;
margin: 0;
float: right;
}
.link-text {
margin: 0px;
padding: 0px;
height: 20px;
width: 5px;
max-width: 5px;
}
.click-session-edit {
color: black;
border: none;
background-color: white;
border-radius: 10px;
margin: 4px 2px;
cursor: pointer;
height: 40px;
justify-self: center;
line-height: 40px;
padding-left: 10px;
transition: 0.1s;
overflow: hidden;
display: flex;
justify-content: space-between;
}
.click-session-edit:hover {
border: 1.5px solid #1ad1ff;
}
| 0.330147 | 0.061819 |
* {
box-sizing: border-box;
}
/* TYPOGRAPHY STYLILNG START */
h2,
h3 {
margin: 0;
line-height: 1.15;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.65rem;
}
@media (min-width: 768px) {
body {
font-size: 1.15rem;
}
h2 {
font-size: 2.25rem;
}
h3 {
font-size: 1.75rem;
}
}
/* GENERAL STYLING START */
body {
min-height: 100vh;
margin: 0;
font-family: "Poppins", sans-serif;
line-height: 1.55;
display: grid;
grid-template-rows: auto auto 1fr;
}
.container {
max-width: 1140px;
width: 90%;
margin: 0 auto;
}
img {
display: block;
max-width: 100%;
}
.flex {
display: flex;
}
.btn {
cursor: pointer;
outline: none;
margin-top: 20px;
border: none;
font-family: inherit;
font-weight: bold;
font-size: 1.2rem;
padding: 0.8em 2em;
border-radius: 0.5em;
color: white;
text-transform: uppercase;
background-color: crimson;
transition: 350ms ease-out;
}
.btn:hover,
.btn:focus {
box-shadow: 0 5px 1rem rgba(51, 51, 51, 0.555);
transform: translateY(-0.5rem);
}
/* NAV STRLING START */
.nav {
background-color: #333;
}
.nav-top {
background-color: lightslategray;
}
.nav .flex {
align-items: center;
justify-content: space-between;
}
/* top menu navigation styles */
.nav-top .flex {
min-height: 50px;
padding: 0 2rem;
}
.logo {
max-width: 110px;
cursor: pointer;
}
.nav-list {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
}
.nav-list a {
text-decoration: none;
color: white;
padding: 1rem;
display: inline-block;
text-transform: uppercase;
}
.nav-toggle {
display: none;
}
/* top menu Search Bar Styling */
.search-box {
min-width: 35px;
min-height: 35px;
background-color: #df6589ff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s ease-in-out;
}
#search-bar {
font-size: 1.05rem;
color: rgba(255, 255, 255, 0.733);
outline: none;
padding: 0;
border: none;
border-bottom: 1px solid gray;
background-color: transparent;
width: 0;
max-width: 300px;
margin-bottom: -5px;
transition: width 0.3s ease-in-out;
}
.search-box:hover #search-bar,
.search-box:focus-within #search-bar {
width: 40vw;
}
.search-icon {
font-size: inherit;
color: white;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
}
.search-box:hover,
.search-box:focus-within {
border-radius: 1em;
padding: 0 1rem;
}
/* top menu navigation social icon styles */
.top-social i {
color: white;
cursor: pointer;
margin: 0px 3px;
font-size: 19px;
}
/* MAIN CONTENT START */
.main {
background-color: cornsilk;
padding-bottom: 2rem;
}
/* form stylilng */
.form-title {
text-align: center;
padding: 1em 0;
}
.form {
display: flex;
flex-direction: column;
}
#noteTitle,
#textArea {
font-size: inherit;
font-family: "Poppins", sans-serif;
text-align: center;
padding: 10px;
margin-bottom: 10px;
}
#textArea {
resize: vertical;
min-height: 10ch;
}
/* Notes Section Styling */
.notes {
padding: 1.5rem 0.5rem;
background-color: rgb(115, 185, 185);
margin-top: 1.5rem;
border: 1.3px solid grey;
border-radius: 0.3em;
transition: all 350ms linear;
}
.note {
text-align: center;
background: #3f2b96;
border: 1.9px solid grey;
border-radius: 6px;
padding: 0.5em;
transition: all 500ms linear;
}
.note-body {
font-family: "Open Sans";
background-color: white;
border-radius: 0.3em;
line-height: 1.25;
box-shadow: 0 0 10px rgba(51, 51, 51, 0.726) inset;
padding: 0.5em 0;
}
.note-body p {
padding: 0.5em;
word-wrap: break-word;
margin: 0;
}
.note-title {
text-transform: capitalize;
margin: 0.4em 0;
color: white;
}
.btn-container {
margin: 1em 0 0.5em;
display: flex;
align-items: center;
justify-content: center;
}
.delete-note,
.edit-note {
background-color: transparent;
border: none;
outline: none;
}
.delete-note i,
.edit-note i {
font-size: 1.35rem;
cursor: pointer;
}
.edit-note i {
color: #ffa07a;
}
.delete-note i {
color: #fd5c63;
}
/* MESSASGE STYLING */
.message {
text-transform: capitalize;
border-radius: 0.5em;
color: white;
background-color: var(--background);
padding: 1.5rem;
position: fixed;
bottom: 2rem;
left: 2rem;
transform: translateX(-2rem);
transition: 0.3s ease-in;
opacity: 0.5;
overflow: hidden;
visibility: hidden;
}
.message-body {
margin: 0.2em;
}
.message::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background-color: var(--background);
filter: brightness(50%);
}
.error {
transform: translateX(0);
opacity: 1;
visibility: visible;
--background: #e52b50;
}
.success {
transform: translateX(0);
opacity: 1;
visibility: visible;
--background: rgb(33, 170, 33);
}
.close-message {
position: absolute;
top: 10px;
right: 10px;
font-size: 1rem;
cursor: pointer;
transition: transform 0.35s ease;
}
.close-message:hover {
transform: rotate(45deg);
}
@media (min-width: 768px) {
.notes {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1rem;
align-items: center;
}
}
@media (min-width: 990px) {
.notes {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1rem;
}
}
@media screen and (max-width: 565px) {
.top-social {
display: none;
}
.nav-top .flex {
padding: 0;
}
.search-box {
width: 100%;
border-radius: 1em;
}
#search-bar {
width: auto;
min-width: 80%;
}
.search-box:hover #search-bar,
.search-box:focus-within #search-bar {
width: auto;
}
}
@media screen and (max-width: 830px) {
.nav-toggle {
display: block;
color: white;
font-size: 1.4rem;
cursor: pointer;
transition: 0.3s ease-out;
}
.nav-close {
display: none;
}
.nav-main .nav-list {
position: fixed;
background-color: teal;
width: 100%;
height: 100vh;
top: 0;
left: 100%;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
transition: left 0.3s ease-in;
}
.nav-visible .nav-list {
left: 0;
}
.nav-visible .nav-toggle {
position: fixed;
z-index: 10000;
right: 2.5rem;
top: 1.2rem;
}
.nav-visible .nav-open {
display: none;
}
.nav-visible .nav-close {
display: block;
transition: transform 0.35s ease-out;
}
.nav-close:hover,
.nav-close:focus {
transform: rotate(45deg);
}
.nav-list a {
font-weight: 600;
font-size: 2.5rem;
}
}
|
style.css
|
* {
box-sizing: border-box;
}
/* TYPOGRAPHY STYLILNG START */
h2,
h3 {
margin: 0;
line-height: 1.15;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.65rem;
}
@media (min-width: 768px) {
body {
font-size: 1.15rem;
}
h2 {
font-size: 2.25rem;
}
h3 {
font-size: 1.75rem;
}
}
/* GENERAL STYLING START */
body {
min-height: 100vh;
margin: 0;
font-family: "Poppins", sans-serif;
line-height: 1.55;
display: grid;
grid-template-rows: auto auto 1fr;
}
.container {
max-width: 1140px;
width: 90%;
margin: 0 auto;
}
img {
display: block;
max-width: 100%;
}
.flex {
display: flex;
}
.btn {
cursor: pointer;
outline: none;
margin-top: 20px;
border: none;
font-family: inherit;
font-weight: bold;
font-size: 1.2rem;
padding: 0.8em 2em;
border-radius: 0.5em;
color: white;
text-transform: uppercase;
background-color: crimson;
transition: 350ms ease-out;
}
.btn:hover,
.btn:focus {
box-shadow: 0 5px 1rem rgba(51, 51, 51, 0.555);
transform: translateY(-0.5rem);
}
/* NAV STRLING START */
.nav {
background-color: #333;
}
.nav-top {
background-color: lightslategray;
}
.nav .flex {
align-items: center;
justify-content: space-between;
}
/* top menu navigation styles */
.nav-top .flex {
min-height: 50px;
padding: 0 2rem;
}
.logo {
max-width: 110px;
cursor: pointer;
}
.nav-list {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
}
.nav-list a {
text-decoration: none;
color: white;
padding: 1rem;
display: inline-block;
text-transform: uppercase;
}
.nav-toggle {
display: none;
}
/* top menu Search Bar Styling */
.search-box {
min-width: 35px;
min-height: 35px;
background-color: #df6589ff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s ease-in-out;
}
#search-bar {
font-size: 1.05rem;
color: rgba(255, 255, 255, 0.733);
outline: none;
padding: 0;
border: none;
border-bottom: 1px solid gray;
background-color: transparent;
width: 0;
max-width: 300px;
margin-bottom: -5px;
transition: width 0.3s ease-in-out;
}
.search-box:hover #search-bar,
.search-box:focus-within #search-bar {
width: 40vw;
}
.search-icon {
font-size: inherit;
color: white;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
}
.search-box:hover,
.search-box:focus-within {
border-radius: 1em;
padding: 0 1rem;
}
/* top menu navigation social icon styles */
.top-social i {
color: white;
cursor: pointer;
margin: 0px 3px;
font-size: 19px;
}
/* MAIN CONTENT START */
.main {
background-color: cornsilk;
padding-bottom: 2rem;
}
/* form stylilng */
.form-title {
text-align: center;
padding: 1em 0;
}
.form {
display: flex;
flex-direction: column;
}
#noteTitle,
#textArea {
font-size: inherit;
font-family: "Poppins", sans-serif;
text-align: center;
padding: 10px;
margin-bottom: 10px;
}
#textArea {
resize: vertical;
min-height: 10ch;
}
/* Notes Section Styling */
.notes {
padding: 1.5rem 0.5rem;
background-color: rgb(115, 185, 185);
margin-top: 1.5rem;
border: 1.3px solid grey;
border-radius: 0.3em;
transition: all 350ms linear;
}
.note {
text-align: center;
background: #3f2b96;
border: 1.9px solid grey;
border-radius: 6px;
padding: 0.5em;
transition: all 500ms linear;
}
.note-body {
font-family: "Open Sans";
background-color: white;
border-radius: 0.3em;
line-height: 1.25;
box-shadow: 0 0 10px rgba(51, 51, 51, 0.726) inset;
padding: 0.5em 0;
}
.note-body p {
padding: 0.5em;
word-wrap: break-word;
margin: 0;
}
.note-title {
text-transform: capitalize;
margin: 0.4em 0;
color: white;
}
.btn-container {
margin: 1em 0 0.5em;
display: flex;
align-items: center;
justify-content: center;
}
.delete-note,
.edit-note {
background-color: transparent;
border: none;
outline: none;
}
.delete-note i,
.edit-note i {
font-size: 1.35rem;
cursor: pointer;
}
.edit-note i {
color: #ffa07a;
}
.delete-note i {
color: #fd5c63;
}
/* MESSASGE STYLING */
.message {
text-transform: capitalize;
border-radius: 0.5em;
color: white;
background-color: var(--background);
padding: 1.5rem;
position: fixed;
bottom: 2rem;
left: 2rem;
transform: translateX(-2rem);
transition: 0.3s ease-in;
opacity: 0.5;
overflow: hidden;
visibility: hidden;
}
.message-body {
margin: 0.2em;
}
.message::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background-color: var(--background);
filter: brightness(50%);
}
.error {
transform: translateX(0);
opacity: 1;
visibility: visible;
--background: #e52b50;
}
.success {
transform: translateX(0);
opacity: 1;
visibility: visible;
--background: rgb(33, 170, 33);
}
.close-message {
position: absolute;
top: 10px;
right: 10px;
font-size: 1rem;
cursor: pointer;
transition: transform 0.35s ease;
}
.close-message:hover {
transform: rotate(45deg);
}
@media (min-width: 768px) {
.notes {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1rem;
align-items: center;
}
}
@media (min-width: 990px) {
.notes {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1rem;
}
}
@media screen and (max-width: 565px) {
.top-social {
display: none;
}
.nav-top .flex {
padding: 0;
}
.search-box {
width: 100%;
border-radius: 1em;
}
#search-bar {
width: auto;
min-width: 80%;
}
.search-box:hover #search-bar,
.search-box:focus-within #search-bar {
width: auto;
}
}
@media screen and (max-width: 830px) {
.nav-toggle {
display: block;
color: white;
font-size: 1.4rem;
cursor: pointer;
transition: 0.3s ease-out;
}
.nav-close {
display: none;
}
.nav-main .nav-list {
position: fixed;
background-color: teal;
width: 100%;
height: 100vh;
top: 0;
left: 100%;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
transition: left 0.3s ease-in;
}
.nav-visible .nav-list {
left: 0;
}
.nav-visible .nav-toggle {
position: fixed;
z-index: 10000;
right: 2.5rem;
top: 1.2rem;
}
.nav-visible .nav-open {
display: none;
}
.nav-visible .nav-close {
display: block;
transition: transform 0.35s ease-out;
}
.nav-close:hover,
.nav-close:focus {
transform: rotate(45deg);
}
.nav-list a {
font-weight: 600;
font-size: 2.5rem;
}
}
| 0.422624 | 0.092688 |
.section-wraper::-webkit-scrollbar,
#objectInspectorBody::-webkit-scrollbar,
#propertiesBody::-webkit-scrollbar {
width: 8px;
height: 8px;
border-radius: 8px;
}
.section-wraper::-webkit-scrollbar-track,
#objectInspectorBody::-webkit-scrollbar-track,
#propertiesBody::-webkit-scrollbar-track {
background: #252830;
border-radius: 8px;
}
.section-wraper::-webkit-scrollbar-thumb,
#objectInspectorBody::-webkit-scrollbar-thumb,
#propertiesBody::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #434857;
border: 3px solid #252830;
cursor: pointer;
}
.section-wraper::-webkit-scrollbar-corner,
#objectInspectorBody::-webkit-scrollbar-corner,
#propertiesBody::-webkit-scrollbar-corner {
background: #30343E;
}
.accordion-group {
margin: 4px;
border: 1px solid #1997C5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.accordion-heading {
padding: 4px;
}
.accordion-heading.active {
padding: 4px;
background: #1997C5;
}
.accordion-toggle.active {
color: #FFF;
text-decoration: none;
}
.accordion-toggle,
.accordion-toggle:active {
padding-left: 5px;
color: #1997C5;
text-decoration: none;
}
.accordion-toggle:hover,
.accordion-toggle:focus {
padding-left: 5px;
color: #FFF;
text-decoration: none;
}
.panel-collapse {
border-top: 1px solid #1997C5;
padding: 4px;
}
#headingOne .form-group {
margin-bottom: 4px;
}
.breadcrumb {
background-color: #30343E;
padding: 0px;
margin-bottom: 0px;
margin-top: -2px;
margin-left: 66px;
}
.breadcrumb li a {
color: #CFD2DA;
}
ul.breadcrumb li a.active {
color: orange !important;
}
.list-group-item:first-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.list-group-item {
position: relative;
display: block;
padding: 3px 5px;
margin-bottom: -1px;
background-color: transparent;
border: none;
font-size: 12px;
color: #CFD2DA;
}
.treeview span.icon {
width: 12px;
margin-right: 2px;
}
#treeViewTool {
width: 227px;
text-align: right;
}
|
assets/ww/css/object-inspector.css
|
.section-wraper::-webkit-scrollbar,
#objectInspectorBody::-webkit-scrollbar,
#propertiesBody::-webkit-scrollbar {
width: 8px;
height: 8px;
border-radius: 8px;
}
.section-wraper::-webkit-scrollbar-track,
#objectInspectorBody::-webkit-scrollbar-track,
#propertiesBody::-webkit-scrollbar-track {
background: #252830;
border-radius: 8px;
}
.section-wraper::-webkit-scrollbar-thumb,
#objectInspectorBody::-webkit-scrollbar-thumb,
#propertiesBody::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #434857;
border: 3px solid #252830;
cursor: pointer;
}
.section-wraper::-webkit-scrollbar-corner,
#objectInspectorBody::-webkit-scrollbar-corner,
#propertiesBody::-webkit-scrollbar-corner {
background: #30343E;
}
.accordion-group {
margin: 4px;
border: 1px solid #1997C5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.accordion-heading {
padding: 4px;
}
.accordion-heading.active {
padding: 4px;
background: #1997C5;
}
.accordion-toggle.active {
color: #FFF;
text-decoration: none;
}
.accordion-toggle,
.accordion-toggle:active {
padding-left: 5px;
color: #1997C5;
text-decoration: none;
}
.accordion-toggle:hover,
.accordion-toggle:focus {
padding-left: 5px;
color: #FFF;
text-decoration: none;
}
.panel-collapse {
border-top: 1px solid #1997C5;
padding: 4px;
}
#headingOne .form-group {
margin-bottom: 4px;
}
.breadcrumb {
background-color: #30343E;
padding: 0px;
margin-bottom: 0px;
margin-top: -2px;
margin-left: 66px;
}
.breadcrumb li a {
color: #CFD2DA;
}
ul.breadcrumb li a.active {
color: orange !important;
}
.list-group-item:first-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.list-group-item {
position: relative;
display: block;
padding: 3px 5px;
margin-bottom: -1px;
background-color: transparent;
border: none;
font-size: 12px;
color: #CFD2DA;
}
.treeview span.icon {
width: 12px;
margin-right: 2px;
}
#treeViewTool {
width: 227px;
text-align: right;
}
| 0.375592 | 0.05087 |
@font-face {
font-family: 'Crete Round';
font-style: normal;
font-weight: 400;
src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin1.woff2) format('woff2');
}
@font-face {
font-family: 'Crete Round';
font-style: normal;
font-weight: 400;
src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin2.woff2) format('woff2');
}
@font-face {
font-family: 'Crete Round';
font-style: italic;
font-weight: 400;
src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin3.woff2) format('woff2');
}
@font-face {
font-family: 'Crete Round';
font-style: italic;
font-weight: 400;
src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin4.woff2) format('woff2');
}
.type-2004 {
background-color: #eeeeee !important;
padding: 0px 20px;
}
.type-2004 .search-result {
text-align: center;
margin: 200px 0px;
}
.type-2004 .search-result a {
color: #00a685;
}
.type-2004 .search-result a:hover {
text-decoration: none;
}
.type-2004 .search-result h1 {
color: #00a685;
font-size: 100px;
font-family: 'Crete Round', serif;
font-weight: normal;
line-height: normal;
}
.type-2004 .search-result h2 {
font-size: 30px;
font-family: 'Crete Round', serif;
font-weight: normal;
line-height: normal;
}
.type-2004 .search-result .cover {
position: relative;
margin: 30px auto;
width: 70%;
}
.type-2004 .search-result .cover input[type="text"] {
margin: 0px;
min-height: 54px;
border-radius: 0px;
padding: 6px 70px 6px 10px;
border: 1px solid #cccccc;
background-color: #ffffff;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
transition: border linear 0.2s, box-shadow linear 0.2s;
}
.type-2004 .search-result .cover input[type="text"]:focus {
border-color: #00a685;
outline: 0;
}
.type-2004 .search-result button {
position: absolute;
right: 0px;
top: 0px;
padding: 16px 20px;
border-radius: 0px;
}
.type-2004 .search-result .btn-style:hover {
color: #fff;
}
.type-2004 .search-result .btn-style {
-webkit-transition: all 0.3s ease-in-out;
background-color: #00a685;
display: inline-block;
color: #fff;
font-size: 16px;
font-weight: 600;
border: none;
}
.type-2004 .search-result .input-block-level {
width: 100%;
}
@media (max-width: 979px) and (min-width: 768px) {
.type-2004 .search-result h1 {
font-size: 70px;
}
.type-2004 .search-result h2 {
font-size: 24px;
}
}
@media (max-width: 768px) {
.type-2004 .search-result {
margin: 100px 0px;
}
.type-2004 .search-result h1 {
font-size: 50px;
}
.type-2004 .search-result h2 {
font-size: 20px;
}
}
|
blocks/2004/css/2004.css
|
@font-face {
font-family: 'Crete Round';
font-style: normal;
font-weight: 400;
src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin1.woff2) format('woff2');
}
@font-face {
font-family: 'Crete Round';
font-style: normal;
font-weight: 400;
src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin2.woff2) format('woff2');
}
@font-face {
font-family: 'Crete Round';
font-style: italic;
font-weight: 400;
src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin3.woff2) format('woff2');
}
@font-face {
font-family: 'Crete Round';
font-style: italic;
font-weight: 400;
src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin4.woff2) format('woff2');
}
.type-2004 {
background-color: #eeeeee !important;
padding: 0px 20px;
}
.type-2004 .search-result {
text-align: center;
margin: 200px 0px;
}
.type-2004 .search-result a {
color: #00a685;
}
.type-2004 .search-result a:hover {
text-decoration: none;
}
.type-2004 .search-result h1 {
color: #00a685;
font-size: 100px;
font-family: 'Crete Round', serif;
font-weight: normal;
line-height: normal;
}
.type-2004 .search-result h2 {
font-size: 30px;
font-family: 'Crete Round', serif;
font-weight: normal;
line-height: normal;
}
.type-2004 .search-result .cover {
position: relative;
margin: 30px auto;
width: 70%;
}
.type-2004 .search-result .cover input[type="text"] {
margin: 0px;
min-height: 54px;
border-radius: 0px;
padding: 6px 70px 6px 10px;
border: 1px solid #cccccc;
background-color: #ffffff;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
transition: border linear 0.2s, box-shadow linear 0.2s;
}
.type-2004 .search-result .cover input[type="text"]:focus {
border-color: #00a685;
outline: 0;
}
.type-2004 .search-result button {
position: absolute;
right: 0px;
top: 0px;
padding: 16px 20px;
border-radius: 0px;
}
.type-2004 .search-result .btn-style:hover {
color: #fff;
}
.type-2004 .search-result .btn-style {
-webkit-transition: all 0.3s ease-in-out;
background-color: #00a685;
display: inline-block;
color: #fff;
font-size: 16px;
font-weight: 600;
border: none;
}
.type-2004 .search-result .input-block-level {
width: 100%;
}
@media (max-width: 979px) and (min-width: 768px) {
.type-2004 .search-result h1 {
font-size: 70px;
}
.type-2004 .search-result h2 {
font-size: 24px;
}
}
@media (max-width: 768px) {
.type-2004 .search-result {
margin: 100px 0px;
}
.type-2004 .search-result h1 {
font-size: 50px;
}
.type-2004 .search-result h2 {
font-size: 20px;
}
}
| 0.304559 | 0.070336 |
html {
font-size: 75%;
line-height: 0.3em; }
html, body {
background-color: #222222;
width: 100%;
height: 100%; }
body {
color: #ccc;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-size: 1em;
line-height: 1.5em; }
.header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: fixed;
z-index: 10;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
background-color: #222222;
color: white; }
.header-search {
margin: 0;
padding: 1.5rem;
font-weight: 100;
letter-spacing: -.05em;
width: 100%;
height: 100%;
outline: none;
background-color: #222222;
font-size: 2rem;
border: none;
color: white;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }
.logo {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
margin-bottom: 0.3em;
position: fixed;
top: 0.8rem;
right: 1.5rem; }
.logo:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.links {
position: fixed;
top: 4rem;
right: 1.5rem;
color: #D0D0D0;
font-size: 10px; }
.links a {
color: white;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8; }
.links a:hover {
text-decoration: underline;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 2rem;
padding-top: 6.5rem;
width: 70%;
float: left; }
.timeline {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
overflow: scroll;
padding: 1rem;
position: fixed;
right: 0;
bottom: 0;
top: 6.5rem;
width: 20%;
background-color: #272727; }
.timeline ul {
list-style-type: none;
margin: 1rem 0;
padding: 0; }
.timeline ul ul {
display: none; }
.timeline li {
cursor: pointer; }
.timeline li li {
padding-left: 1rem;
border-left: 5px solid rgba(255, 255, 255, 0.05); }
.timeline .timeline-year {
font-size: 1.3rem;
margin-left: 1rem; }
.timeline .timeline-month {
font-size: 1.2rem; }
.timeline .timeline-day {
font-size: 1.1rem; }
.timeline a {
color: white;
text-decoration: none; }
.timeline li:hover > a,
.timeline li.current > a,
.timeline a:hover {
color: #db613b; }
.logs {
list-style-type: none;
padding: 0;
margin: 0; }
.logs a {
color: #ccc; }
.logs a:not(.logs-nav) {
color: #ccc; }
.logs a.logs-nav {
text-decoration: none; }
.logs .logs-day {
font-size: 1.25rem;
padding-bottom: .5rem;
line-height: 1.25;
border-bottom: 1px solid #404040;
margin: 2rem 0; }
.log-highlight {
background-color: rgba(255, 255, 255, 0.15);
color: white; }
.log-entry {
padding: .25rem; }
.log-entry-username {
color: #db613b; }
.log-entry-time {
color: #777777; }
.log-entry-quit,
.log-entry-part,
.log-entry-join,
.log-secondary {
font-style: italic;
color: #34495E; }
|
public/css/style.css
|
html {
font-size: 75%;
line-height: 0.3em; }
html, body {
background-color: #222222;
width: 100%;
height: 100%; }
body {
color: #ccc;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-size: 1em;
line-height: 1.5em; }
.header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: fixed;
z-index: 10;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
background-color: #222222;
color: white; }
.header-search {
margin: 0;
padding: 1.5rem;
font-weight: 100;
letter-spacing: -.05em;
width: 100%;
height: 100%;
outline: none;
background-color: #222222;
font-size: 2rem;
border: none;
color: white;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }
.logo {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
margin-bottom: 0.3em;
position: fixed;
top: 0.8rem;
right: 1.5rem; }
.logo:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.links {
position: fixed;
top: 4rem;
right: 1.5rem;
color: #D0D0D0;
font-size: 10px; }
.links a {
color: white;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8; }
.links a:hover {
text-decoration: underline;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 2rem;
padding-top: 6.5rem;
width: 70%;
float: left; }
.timeline {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
overflow: scroll;
padding: 1rem;
position: fixed;
right: 0;
bottom: 0;
top: 6.5rem;
width: 20%;
background-color: #272727; }
.timeline ul {
list-style-type: none;
margin: 1rem 0;
padding: 0; }
.timeline ul ul {
display: none; }
.timeline li {
cursor: pointer; }
.timeline li li {
padding-left: 1rem;
border-left: 5px solid rgba(255, 255, 255, 0.05); }
.timeline .timeline-year {
font-size: 1.3rem;
margin-left: 1rem; }
.timeline .timeline-month {
font-size: 1.2rem; }
.timeline .timeline-day {
font-size: 1.1rem; }
.timeline a {
color: white;
text-decoration: none; }
.timeline li:hover > a,
.timeline li.current > a,
.timeline a:hover {
color: #db613b; }
.logs {
list-style-type: none;
padding: 0;
margin: 0; }
.logs a {
color: #ccc; }
.logs a:not(.logs-nav) {
color: #ccc; }
.logs a.logs-nav {
text-decoration: none; }
.logs .logs-day {
font-size: 1.25rem;
padding-bottom: .5rem;
line-height: 1.25;
border-bottom: 1px solid #404040;
margin: 2rem 0; }
.log-highlight {
background-color: rgba(255, 255, 255, 0.15);
color: white; }
.log-entry {
padding: .25rem; }
.log-entry-username {
color: #db613b; }
.log-entry-time {
color: #777777; }
.log-entry-quit,
.log-entry-part,
.log-entry-join,
.log-secondary {
font-style: italic;
color: #34495E; }
| 0.447219 | 0.079139 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://plaza.fi/muropaketti/") {
/* MAINOKSET, Etusivu, kaikki */
BODY[class^="muropaketti"] > DIV[id="masthead-top"] > DIV[id="masthead-top-inside"] > DIV[id="search"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="sidebar-ads"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > H6,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > P,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="keskimainos"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="masthead-top-inside"] > DIV[id="topadvertisements"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV[id="uranus-feed"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > OBJECT[id="FlashID1x"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV > IFRAME,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV > INS > INS > IFRAME,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="subnavigation"] > DIV[id="subnavimainos"]
{ display: none !important; }
/* MAINOKSET, Etusivu, plazan-bannerit ylhaalta ja alhaalta */
BODY[class^="muropaketti"] > DIV[class="linklist-plazalla"],
BODY[class^="muropaketti"] > DIV[id="masthead-top"],
BODY[class^="muropaketti"] > DIV[id="sitefooter"]
{ display: none !important; }
/* ETUSIVU, keskipalsta, kirjoittajan nimi esiin */
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD[class="author-comment"] > P[class="post-footer"] { color: #880000 !important; }
/* ETUSIVU, keskipalsta, tiiviimmat keskustelut */
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD { margin-top: -33px !important; }
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DT { margin-left: -15px !important; }
}
@-moz-document url-prefix("http://plaza.fi/edome/") {
/* MAINOKSET, edome, kaikki */
BODY[class^="edome"] > DIV[id="masthead-top"] > DIV[id="masthead-top-inside"] > DIV[id="search"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="sidebar-ads"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > H6,
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > P,
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="keskimainos"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="masthead-top-inside"] > DIV[id="topadvertisements"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV[id="uranus-feed"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > OBJECT[id="FlashID1x"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV > INS > INS > IFRAME,
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="subnavigation"] > DIV[id="subnavimainos"]
{ display: none !important; }
/* MAINOKSET, Etusivu, plazan-bannerit ylhaalta ja alhaalta */
BODY[class^="edome"] > DIV[class="linklist-plazalla"],
BODY[class^="edome"] > DIV[id="masthead-top"],
BODY[class^="edome"] > DIV[id="sitefooter"]
{ display: none !important; }
/* Tiiviimmat keskustelut */
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD { margin-top: -33px !important; }
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DT { margin-left: -15px !important; }
/* Artikkelin kirjoittajan nimi esiin */
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD[class="author-comment"] > P[class="post-footer"] { color: #FFA500 !important; }
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD[class="author-comment"] > P[class="post-footer"] > A { color: #FFA500 !important; }
}
|
data/usercss/20137.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://plaza.fi/muropaketti/") {
/* MAINOKSET, Etusivu, kaikki */
BODY[class^="muropaketti"] > DIV[id="masthead-top"] > DIV[id="masthead-top-inside"] > DIV[id="search"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="sidebar-ads"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > H6,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > P,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="keskimainos"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="masthead-top-inside"] > DIV[id="topadvertisements"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV[id="uranus-feed"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > OBJECT[id="FlashID1x"],
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV > IFRAME,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV > INS > INS > IFRAME,
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="subnavigation"] > DIV[id="subnavimainos"]
{ display: none !important; }
/* MAINOKSET, Etusivu, plazan-bannerit ylhaalta ja alhaalta */
BODY[class^="muropaketti"] > DIV[class="linklist-plazalla"],
BODY[class^="muropaketti"] > DIV[id="masthead-top"],
BODY[class^="muropaketti"] > DIV[id="sitefooter"]
{ display: none !important; }
/* ETUSIVU, keskipalsta, kirjoittajan nimi esiin */
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD[class="author-comment"] > P[class="post-footer"] { color: #880000 !important; }
/* ETUSIVU, keskipalsta, tiiviimmat keskustelut */
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD { margin-top: -33px !important; }
BODY[class^="muropaketti"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DT { margin-left: -15px !important; }
}
@-moz-document url-prefix("http://plaza.fi/edome/") {
/* MAINOKSET, edome, kaikki */
BODY[class^="edome"] > DIV[id="masthead-top"] > DIV[id="masthead-top-inside"] > DIV[id="search"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="sidebar-ads"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > H6,
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="leikiwidget"] > P,
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[class="keskimainos"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="masthead-top-inside"] > DIV[id="topadvertisements"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV[id="uranus-feed"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > OBJECT[id="FlashID1x"],
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="sidebar-a"] > DIV > INS > INS > IFRAME,
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="subnavigation"] > DIV[id="subnavimainos"]
{ display: none !important; }
/* MAINOKSET, Etusivu, plazan-bannerit ylhaalta ja alhaalta */
BODY[class^="edome"] > DIV[class="linklist-plazalla"],
BODY[class^="edome"] > DIV[id="masthead-top"],
BODY[class^="edome"] > DIV[id="sitefooter"]
{ display: none !important; }
/* Tiiviimmat keskustelut */
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD { margin-top: -33px !important; }
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DT { margin-left: -15px !important; }
/* Artikkelin kirjoittajan nimi esiin */
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD[class="author-comment"] > P[class="post-footer"] { color: #FFA500 !important; }
BODY[class^="edome"] > DIV[id="wrapper"] > DIV[id="contentarea"] > DIV[id="contentarea-inside"] > DIV[id="content"] > DIV[id="kommentit"] > DL > DD[class="author-comment"] > P[class="post-footer"] > A { color: #FFA500 !important; }
}
| 0.129046 | 0.120232 |
.MessageFormCard {
background: white;
/* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
width: 100%;
height: 100%;
/* box-shadow: -12px 13px 25px 1px rgba(0,0,0,0.75); */
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
display: grid;
grid-template-rows: 50px auto 60px;
box-sizing: border-box;
}
.MessageFormCard-writeButton {
grid-row: 1;
/* background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%); */
background-color: #49beb7;
color: white;
font-family: 'Carter One', cursive;
font-size: 26px;
/* padding-left: 15px; */
/* padding-right: 110px; */
display: flex;
flex-direction: row;
justify-content: left;
/* text-align: center; */
/* justify-self: center; */
}
.MessageFormCard-writeButton svg {
height: 35px;
width: 35px;
margin: 7.5px;
}
.MessageFormCard-write {
text-align: center;
color: white;
margin: .2em;
width: 82%;
cursor: default;
}
.MessageFormCard-form {
grid-row: 2;
display: flex;
flex-direction: column;
padding: 15px;
justify-content: space-around;
}
.MessageFormCard-form span {
display: flex;
flex-direction: column;
}
.MessageFormCard-form div {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.MessageFormCard-form small {
/* margin-left: 10px; */
color: grey;
}
.MessageFormCard-form textarea {
background: #F0F5FB;
resize: none;
border: none;
height: 160px;
padding: 12px 20px;
font-size: 16px;
margin-top: 10px;
}
.MessageFormCard-form input {
background: #F0F5FB;
border: none;
padding: 8px;
font-size: 16px;
}
.MessageFormCard-form label {
/* color: #49beb7; */
/* font-family: 'Futura'; */
color: black;
}
.MessageFormCard-form h4 {
/* color: #49beb7; */
font-family: 'Futura';
font-size: 22px;
margin: 0px;
}
.MessageFormCard-checkoutButton {
grid-row: 3;
background: #ff502f;
color: white;
font-family: 'Carter One', cursive;
font-size: 26px;
justify-self: center;
margin-bottom: 10px;
padding-left: 25px;
padding-right: 25px;
border-radius: 4px;
}
|
client/src/components/MessageFormCard/MessageFormCard.css
|
.MessageFormCard {
background: white;
/* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
width: 100%;
height: 100%;
/* box-shadow: -12px 13px 25px 1px rgba(0,0,0,0.75); */
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
display: grid;
grid-template-rows: 50px auto 60px;
box-sizing: border-box;
}
.MessageFormCard-writeButton {
grid-row: 1;
/* background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%); */
background-color: #49beb7;
color: white;
font-family: 'Carter One', cursive;
font-size: 26px;
/* padding-left: 15px; */
/* padding-right: 110px; */
display: flex;
flex-direction: row;
justify-content: left;
/* text-align: center; */
/* justify-self: center; */
}
.MessageFormCard-writeButton svg {
height: 35px;
width: 35px;
margin: 7.5px;
}
.MessageFormCard-write {
text-align: center;
color: white;
margin: .2em;
width: 82%;
cursor: default;
}
.MessageFormCard-form {
grid-row: 2;
display: flex;
flex-direction: column;
padding: 15px;
justify-content: space-around;
}
.MessageFormCard-form span {
display: flex;
flex-direction: column;
}
.MessageFormCard-form div {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.MessageFormCard-form small {
/* margin-left: 10px; */
color: grey;
}
.MessageFormCard-form textarea {
background: #F0F5FB;
resize: none;
border: none;
height: 160px;
padding: 12px 20px;
font-size: 16px;
margin-top: 10px;
}
.MessageFormCard-form input {
background: #F0F5FB;
border: none;
padding: 8px;
font-size: 16px;
}
.MessageFormCard-form label {
/* color: #49beb7; */
/* font-family: 'Futura'; */
color: black;
}
.MessageFormCard-form h4 {
/* color: #49beb7; */
font-family: 'Futura';
font-size: 22px;
margin: 0px;
}
.MessageFormCard-checkoutButton {
grid-row: 3;
background: #ff502f;
color: white;
font-family: 'Carter One', cursive;
font-size: 26px;
justify-self: center;
margin-bottom: 10px;
padding-left: 25px;
padding-right: 25px;
border-radius: 4px;
}
| 0.406509 | 0.073397 |
html, body, h1 {
padding: 0;
margin: 0;
}
/*
UPPER HALF OF PAGE
*/
#intro {
background-color: red;
background-image: url("images/retrowave1.jpg");
background-attachment: fixed;
background-size: 100% 100%;
height: 100vh;
min-height: 600px;
min-width: 450px;
padding: 0 22%;
margin: auto;
box-shadow:
inset 0 -15px 15px -15px #08f,
inset 0 -20px 20px -20px #08f;
}
.filler {
height: 150px;
}
#banner {
/* Multiple shadows used to have stronger shadings at different
ranges, inset used to also make inner side shaded */
box-shadow:
0 0 .5rem #fff,
inset 0 0 .5rem #fff,
0 0 2rem #08f,
inset 0 0 2rem #08f,
0 0 4rem #08f,
inset 0 0 4rem #08f;
border-radius: 15px;
padding-top: 75px;
height: 225px;
min-width: 500px;
text-align: center;
}
#banner h1 {
font-size: 5rem;
color: #fff;
/* Multiple shadows used to have stronger shadings at different
ranges */
text-shadow:
-0.1rem -0.1rem .1rem #fff,
0.1rem 0.1rem .1rem #fff,
0 0 4rem #f40,
0 0 2rem #f40,
0 0 1rem #f40,
0 0 .5rem #f40;
}
#links li {
display: inline-block;
padding: 0 10px;
}
#links img {
width: 55px;
height: 55px;
}
/*
END UPPER HALF OF PAGE
*/
/*
LOWER HALF OF PAGE
*/
#content {
min-width: 450px;
padding: 2% 22%;
text-align: center;
background-color: beige;
}
#pages {
margin: 0;
padding-bottom: 2%;
display: flex;
justify-content: center;
}
#pages li {
height: 40px;
width: 150px;
line-height: 40px;
border: 1px solid gray;
display: inline-block;
padding: 0 10px;
}
#left {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
#right {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
#selfie {
border-radius: 50%;
height: 300px;
width: 300px;
}
#aboutme {
width: 50%;
margin: auto;
}
#content p {
font-size: 25px;
}
/*
COMMENT AREA
*/
#form-alignment-filler {
display: inline-block;
width: 50px;
}
#comment-form {
display: inline-block;
margin: 15px auto;
}
#comment-input {
border-radius: 6px;
color: rgba(0, 0, 0, 0.5);
height: 80px;
padding: 4px;
margin: 5px 0;
width: 250px;
resize: none;
}
#comment-form-submit {
background-color: #228dd9;
border: none;
border-radius: 4px;
width: 250px;
height: 35px;
}
#blog-container {
margin: auto;
}
#blog-container div {
margin: 8px;
}
.user-comment {
background: rgba(206, 204, 200, 0.5);
border-radius: 6px;
display: inline-block;
height: 80px;
width: 250px;
padding: 10px;
}
#blog-container img {
border-radius: 50%;
display: inline-block;
margin: 8px 5px 0 0;
height: 50px;
width: 50px;
vertical-align: top;
}
#blog-container h3 {
font-size: 15px;
margin: 0 0 5px 0;
text-align: left;
}
#blog-container p {
font-size: 12px;
margin: 0;
text-align: left;
}
/*
AUTHENTICATION FORM
*/
.authentication-form {
display: inline-block;
margin: 3px;
}
/*
END LOWER HALF OF PAGE
*/
|
portfolio/src/main/webapp/style.css
|
html, body, h1 {
padding: 0;
margin: 0;
}
/*
UPPER HALF OF PAGE
*/
#intro {
background-color: red;
background-image: url("images/retrowave1.jpg");
background-attachment: fixed;
background-size: 100% 100%;
height: 100vh;
min-height: 600px;
min-width: 450px;
padding: 0 22%;
margin: auto;
box-shadow:
inset 0 -15px 15px -15px #08f,
inset 0 -20px 20px -20px #08f;
}
.filler {
height: 150px;
}
#banner {
/* Multiple shadows used to have stronger shadings at different
ranges, inset used to also make inner side shaded */
box-shadow:
0 0 .5rem #fff,
inset 0 0 .5rem #fff,
0 0 2rem #08f,
inset 0 0 2rem #08f,
0 0 4rem #08f,
inset 0 0 4rem #08f;
border-radius: 15px;
padding-top: 75px;
height: 225px;
min-width: 500px;
text-align: center;
}
#banner h1 {
font-size: 5rem;
color: #fff;
/* Multiple shadows used to have stronger shadings at different
ranges */
text-shadow:
-0.1rem -0.1rem .1rem #fff,
0.1rem 0.1rem .1rem #fff,
0 0 4rem #f40,
0 0 2rem #f40,
0 0 1rem #f40,
0 0 .5rem #f40;
}
#links li {
display: inline-block;
padding: 0 10px;
}
#links img {
width: 55px;
height: 55px;
}
/*
END UPPER HALF OF PAGE
*/
/*
LOWER HALF OF PAGE
*/
#content {
min-width: 450px;
padding: 2% 22%;
text-align: center;
background-color: beige;
}
#pages {
margin: 0;
padding-bottom: 2%;
display: flex;
justify-content: center;
}
#pages li {
height: 40px;
width: 150px;
line-height: 40px;
border: 1px solid gray;
display: inline-block;
padding: 0 10px;
}
#left {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
#right {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
#selfie {
border-radius: 50%;
height: 300px;
width: 300px;
}
#aboutme {
width: 50%;
margin: auto;
}
#content p {
font-size: 25px;
}
/*
COMMENT AREA
*/
#form-alignment-filler {
display: inline-block;
width: 50px;
}
#comment-form {
display: inline-block;
margin: 15px auto;
}
#comment-input {
border-radius: 6px;
color: rgba(0, 0, 0, 0.5);
height: 80px;
padding: 4px;
margin: 5px 0;
width: 250px;
resize: none;
}
#comment-form-submit {
background-color: #228dd9;
border: none;
border-radius: 4px;
width: 250px;
height: 35px;
}
#blog-container {
margin: auto;
}
#blog-container div {
margin: 8px;
}
.user-comment {
background: rgba(206, 204, 200, 0.5);
border-radius: 6px;
display: inline-block;
height: 80px;
width: 250px;
padding: 10px;
}
#blog-container img {
border-radius: 50%;
display: inline-block;
margin: 8px 5px 0 0;
height: 50px;
width: 50px;
vertical-align: top;
}
#blog-container h3 {
font-size: 15px;
margin: 0 0 5px 0;
text-align: left;
}
#blog-container p {
font-size: 12px;
margin: 0;
text-align: left;
}
/*
AUTHENTICATION FORM
*/
.authentication-form {
display: inline-block;
margin: 3px;
}
/*
END LOWER HALF OF PAGE
*/
| 0.257485 | 0.064388 |
.logo {
display: inline-block;
line-height: 1;
vertical-align: middle; }
/* ---------- Table styles ---------- */
@media (max-width: 979px) {
.responsive-table-horizontal {
display: block;
position: relative;
width: 100%; }
.responsive-table-horizontal:after {
clear: both;
content: '';
display: block;
font-size: 0;
height: 0;
visibility: hidden; }
.responsive-table-horizontal tbody {
display: block;
overflow-x: auto;
position: relative;
white-space: nowrap;
width: auto; }
.responsive-table-horizontal tbody tr {
display: inline-block;
vertical-align: top; }
.responsive-table-horizontal tbody tr td {
display: block;
margin-bottom: 20px; }
.responsive-table-horizontal tbody tr td:first-child {
text-align: left; }
.responsive-table-horizontal thead {
display: block;
float: left;
margin-right: 10px; }
.responsive-table-horizontal thead:after {
clear: both;
content: "";
display: block;
font-size: 0;
height: 0;
visibility: hidden; }
.responsive-table-horizontal thead th {
display: block;
margin-bottom: 20px;
text-align: right; }
.responsive-table-horizontal thead th:first-child {
text-align: right; }
.ie9 .responsive-table-horizontal thead {
float: none; } }
/* ---------- Text formatting ---------- */
.important {
font-weight: bold; }
/* ---------- Main content body ---------- */
.portal-iframe #main-content {
width: 100%; }
/* ---------- Loading animation ---------- */
.loading-animation {
background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
margin-top: 10px;
padding-top: 40px;
text-align: left; }
/* ---------- Separator ---------- */
.separator {
border-top: 1px dotted #BFBFBF; }
/* ---------- Update manager ---------- */
.update-available {
margin-top: 10px;
padding: 2px;
text-align: left; }
/* ---------- Text highlighting ---------- */
.highlight {
background: #FFC;
font-weight: bold;
margin: 0 1px; }
/* ---------- Miscellaneous ---------- */
span.alert {
display: inline-block; }
#skip-to-content {
clip: rect(0 0 0 0);
position: absolute; }
|
tomcat-7.0.62/webapps/ROOT/html/themes/control_panel/css/.sass-cache/base.css
|
.logo {
display: inline-block;
line-height: 1;
vertical-align: middle; }
/* ---------- Table styles ---------- */
@media (max-width: 979px) {
.responsive-table-horizontal {
display: block;
position: relative;
width: 100%; }
.responsive-table-horizontal:after {
clear: both;
content: '';
display: block;
font-size: 0;
height: 0;
visibility: hidden; }
.responsive-table-horizontal tbody {
display: block;
overflow-x: auto;
position: relative;
white-space: nowrap;
width: auto; }
.responsive-table-horizontal tbody tr {
display: inline-block;
vertical-align: top; }
.responsive-table-horizontal tbody tr td {
display: block;
margin-bottom: 20px; }
.responsive-table-horizontal tbody tr td:first-child {
text-align: left; }
.responsive-table-horizontal thead {
display: block;
float: left;
margin-right: 10px; }
.responsive-table-horizontal thead:after {
clear: both;
content: "";
display: block;
font-size: 0;
height: 0;
visibility: hidden; }
.responsive-table-horizontal thead th {
display: block;
margin-bottom: 20px;
text-align: right; }
.responsive-table-horizontal thead th:first-child {
text-align: right; }
.ie9 .responsive-table-horizontal thead {
float: none; } }
/* ---------- Text formatting ---------- */
.important {
font-weight: bold; }
/* ---------- Main content body ---------- */
.portal-iframe #main-content {
width: 100%; }
/* ---------- Loading animation ---------- */
.loading-animation {
background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
margin-top: 10px;
padding-top: 40px;
text-align: left; }
/* ---------- Separator ---------- */
.separator {
border-top: 1px dotted #BFBFBF; }
/* ---------- Update manager ---------- */
.update-available {
margin-top: 10px;
padding: 2px;
text-align: left; }
/* ---------- Text highlighting ---------- */
.highlight {
background: #FFC;
font-weight: bold;
margin: 0 1px; }
/* ---------- Miscellaneous ---------- */
span.alert {
display: inline-block; }
#skip-to-content {
clip: rect(0 0 0 0);
position: absolute; }
| 0.517327 | 0.212794 |
*{
margin:0;
padding:0;
border:none;
box-sizing:border-box;
font-family:"YaHei Microsoft";
font-family:"微软雅黑";
}
body,html{
width:100%;
height:100%;
background:#ddd;
}
a{
color:#444;
text-decoration:none;
}
ul{
list-style:none;
}
i{
font-style:normal;
}
::selection {
background-color: #095192;
color: #fff;
}
/* 头部 */
.header{
background:url('../images/logo_bg.png');
}
/* logo */
.logo{
overflow:hidden;
}
.logo>img{
width:50%;
min-width:235px;
float:left;
margin:25px 0;
margin-left:10%;
}
.logo h1{
font-size:2.5em;
color:white;
float:left;
line-height:150px;
margin-left:3%;
}
/* 导航 */
.nav{
min-height:50px;
background:white;
position:relative;
}
.nav ul{
list-style:none;
width:80%;
margin:0 auto;
overflow:hidden;
}
.nav ul li{
float:left;
min-width:120px;
width:14.25%;
}
.nav ul li a{
color:#084a84;
text-decoration:none;
line-height:50px;
width:100%;
height:50px;
text-align:center;
display:block;
}
/* 二级菜单 */
.box{
width:11.4%;
min-width:120px;
background:white;
position:absolute;
z-index:20;
display:none;
}
.box span a{
height:45px!important;
line-height:45px!important;
font-size:15px!important;
}
.box span a:hover{
background:#08457C!important;
}
/*背景*/
.big_img img{
height: 200px;
width: 100%;
}
/* 底部 */
.footer{
height:255px;
}
.link{
overflow:hidden;
min-height:230px;
position:relative;
background:url('../images/logo_bg.png');
}
.section{
float:left;
margin-top:45px;
margin-left:15%;
width:26%;
min-height:200px;
}
.section ul h3{
margin-bottom:10px;
}
.section ul h3,.section ul li a{
color:#fff;
}
.section ul li{
float:left;
margin-top:5px;
margin-right:20px;
}
.section ul li a:hover{
text-decoration:underline;
}
.logo_bottom{
width:130px;
height:130px;
position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}
.ship{
margin-left:23.5%;
}
.information p{
text-align:center;
background:#333;
color: #bababa;
font-size: 12px;
min-height:30px;
line-height:30px;
}
.information p span{
margin-right:40px;
}
/*分页*/
.right_main .page{
width: 100%;
text-align: center;
margin-top: 20px;
}
.right_main .page .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.right_main .page .pagination>li {
display: inline
}
.right_main .page .pagination li a {
position: relative;
float: left;
padding: 10px 15px;
margin-left: -1px;
line-height: 1.42857143;
color: #333;
font-size: 14px;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.right_main .page .pagination li a:hover{
background: #095192;
color: #fff;
}
.right_main .page .pagination li .active{
background: #095192;
color: #fff;
}
/* 媒体查询 */
@media (max-width: 1015px){
.link{
padding-bottom:40px;
padding-bottom:40px\0;
}
}
@media (max-width: 1053px){
.nav ul{
width:100%;
}
.nav ul li{
width:20%;
}
.box{
width:20%;
background:#eee;
}
}
@media(max-width:721px){
.logo>img{
margin-left:3%;
}
.information p{
paddign-left:20px;
}
.link img{
position:absolute;
display:none;
}
.section{
width:88%;
display:block;
margin:0 auto;
margin-top:35px;
float:none;
min-height:115px;
}
.section ul h3,.section ul li a{
text-align:center;
}
.ship{
margin-top:10px;
}
}
/* 新增 2017/9/12 17:30*/
.searchBox{
float:left;
width:15%;
min-width:200px;
margin-left:20%;
margin-top:7%;
}
.searchBox button,.searchBox input{
width:70%;
height:40px;
float:right;
outline:none;
}
.searchBox input{
transition:all 0.5s;
padding-left:10px;
border-top-left-radius:6px;
border-bottom-left-radius:6px;
}
.searchBox .searchInput:focus{
width:85%;
}
.searchBox button{
border-top-right-radius:6px;
border-bottom-right-radius:6px;
width:15%;
background:white;
cursor:pointer;
height:40px;
position:relative;
}
.searchBox>button>input{
opacity:0;
}
.icon_search{
position:absolute;
top:0;
bottom:0;
margin:auto;
left:0;
right:0;
width:22px;
height:22px;
}
/* 新增结束 */
|
Public/jd_asset/css/common_bak.css
|
*{
margin:0;
padding:0;
border:none;
box-sizing:border-box;
font-family:"YaHei Microsoft";
font-family:"微软雅黑";
}
body,html{
width:100%;
height:100%;
background:#ddd;
}
a{
color:#444;
text-decoration:none;
}
ul{
list-style:none;
}
i{
font-style:normal;
}
::selection {
background-color: #095192;
color: #fff;
}
/* 头部 */
.header{
background:url('../images/logo_bg.png');
}
/* logo */
.logo{
overflow:hidden;
}
.logo>img{
width:50%;
min-width:235px;
float:left;
margin:25px 0;
margin-left:10%;
}
.logo h1{
font-size:2.5em;
color:white;
float:left;
line-height:150px;
margin-left:3%;
}
/* 导航 */
.nav{
min-height:50px;
background:white;
position:relative;
}
.nav ul{
list-style:none;
width:80%;
margin:0 auto;
overflow:hidden;
}
.nav ul li{
float:left;
min-width:120px;
width:14.25%;
}
.nav ul li a{
color:#084a84;
text-decoration:none;
line-height:50px;
width:100%;
height:50px;
text-align:center;
display:block;
}
/* 二级菜单 */
.box{
width:11.4%;
min-width:120px;
background:white;
position:absolute;
z-index:20;
display:none;
}
.box span a{
height:45px!important;
line-height:45px!important;
font-size:15px!important;
}
.box span a:hover{
background:#08457C!important;
}
/*背景*/
.big_img img{
height: 200px;
width: 100%;
}
/* 底部 */
.footer{
height:255px;
}
.link{
overflow:hidden;
min-height:230px;
position:relative;
background:url('../images/logo_bg.png');
}
.section{
float:left;
margin-top:45px;
margin-left:15%;
width:26%;
min-height:200px;
}
.section ul h3{
margin-bottom:10px;
}
.section ul h3,.section ul li a{
color:#fff;
}
.section ul li{
float:left;
margin-top:5px;
margin-right:20px;
}
.section ul li a:hover{
text-decoration:underline;
}
.logo_bottom{
width:130px;
height:130px;
position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}
.ship{
margin-left:23.5%;
}
.information p{
text-align:center;
background:#333;
color: #bababa;
font-size: 12px;
min-height:30px;
line-height:30px;
}
.information p span{
margin-right:40px;
}
/*分页*/
.right_main .page{
width: 100%;
text-align: center;
margin-top: 20px;
}
.right_main .page .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.right_main .page .pagination>li {
display: inline
}
.right_main .page .pagination li a {
position: relative;
float: left;
padding: 10px 15px;
margin-left: -1px;
line-height: 1.42857143;
color: #333;
font-size: 14px;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.right_main .page .pagination li a:hover{
background: #095192;
color: #fff;
}
.right_main .page .pagination li .active{
background: #095192;
color: #fff;
}
/* 媒体查询 */
@media (max-width: 1015px){
.link{
padding-bottom:40px;
padding-bottom:40px\0;
}
}
@media (max-width: 1053px){
.nav ul{
width:100%;
}
.nav ul li{
width:20%;
}
.box{
width:20%;
background:#eee;
}
}
@media(max-width:721px){
.logo>img{
margin-left:3%;
}
.information p{
paddign-left:20px;
}
.link img{
position:absolute;
display:none;
}
.section{
width:88%;
display:block;
margin:0 auto;
margin-top:35px;
float:none;
min-height:115px;
}
.section ul h3,.section ul li a{
text-align:center;
}
.ship{
margin-top:10px;
}
}
/* 新增 2017/9/12 17:30*/
.searchBox{
float:left;
width:15%;
min-width:200px;
margin-left:20%;
margin-top:7%;
}
.searchBox button,.searchBox input{
width:70%;
height:40px;
float:right;
outline:none;
}
.searchBox input{
transition:all 0.5s;
padding-left:10px;
border-top-left-radius:6px;
border-bottom-left-radius:6px;
}
.searchBox .searchInput:focus{
width:85%;
}
.searchBox button{
border-top-right-radius:6px;
border-bottom-right-radius:6px;
width:15%;
background:white;
cursor:pointer;
height:40px;
position:relative;
}
.searchBox>button>input{
opacity:0;
}
.icon_search{
position:absolute;
top:0;
bottom:0;
margin:auto;
left:0;
right:0;
width:22px;
height:22px;
}
/* 新增结束 */
| 0.157137 | 0.032744 |
* {
margin: 0;
padding: 0;
font-family: arial;
}
body {
color: dimgrey;
text-align: center;
}
a {
text-decoration: none;
color: purple;
}
hr {
height: 2px;
background-color: #ccc;
clear: both;
}
h2 {
text-align: center;
color: dimgrey;
}
ul {
list-style-type: none;
}
.amanticFont {
font-family: 'Amatic SC', cursive;
font-size: 300%;
}
/* ********************* */
/* Header area */
header {
background-color: purple;
/* margin: 0;
padding: 0; */
width: 100%;
height: 80px;
float: left;
border: 0;
}
#list-icon {
width: 25px;
height: 20px;
float: right;
padding: 5px;
margin: 25px 20px 10px 20px;
border: 1px solid #ccc;
border-radius: 10%;
}
#list-icon:hover {
background-color: white;
}
h1 {
display: inline-block;
color: whitesmoke;
margin: 20px 0 15px 10px;
font-family: 'Faster One', cursive, impact;
font-weight: normal;
font-size: 250%;
position: absolute;
left: 0;
}
#nav {
text-align: center;
background: purple;
border-top: 2px solid rebeccapurple;
max-width: 960px;
margin:80px auto 0;
padding: 10px;
width: 90%;
height: 30px;
min-width: 300px;
border: 2px color pink;
}
nav li {
display: inline-block;
}
.nav-links {
display: inline-block;
margin-top: 2px;
padding: 5px;
color: silver;
}
a.nav-links:hover {
box-shadow: 0 0 5px 2px #ccc;
}
a.nav-links:active {
background-color: white;
}
/* *********************** */
/* body */
/* Scroll to top button */
.fa-chevron-circle-up {
position: fixed;
bottom: 0;
right: 0;
margin: 0 5px 15px 0;
color: purple;
background-color: white;
padding: 0 2px;
border-radius: 50%;
}
/* about section */
#wrapper {
max-width: 960px;
min-width: 480;
margin: 0 auto;
}
#about {
display: block;
background-color: silver;
color: white;
padding-bottom: 60px;
}
#first-para {
display: inline-block;
text-align: center;
margin: 70px auto 20px;
padding: 0 40px;
line-height: 150%;
font-size: 100%;
}
#about-hr {
width: 60%;
margin: 0 auto;
background-color: white;
margin-bottom: 20px;
}
.collegeInfo1 {
text-align: center;
width: 80%;
margin: 0 auto;
line-height: 140%;
font-weight: normal;
}
.collegeInfo2 {
display: none;
}
#profile-pic {
height: 230px;
width: 230px;
margin: 30px auto 0;
background: url(http://res.cloudinary.com/rinch9/image/upload/v1498718703/Profile_picture_i3bta2.jpg);
border-radius: 50%;
background-size: 230px;
box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,.3);
}
/* portfolio section */
#portfolio {
clear: both;
background-color: ghostwhite;
padding: 20px 10px;
}
.marginized-heading {
margin-top: 30px;
}
.styled-hr {
width: 400px;
height: 3px;
background-color: gray;
margin: 20px auto 30px;
}
#gallery {
width: 80%;
margin: 0 auto;
}
#gallery li {
margin: 40px auto;
}
.works {
width: 100%;
box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}
/* contact section */
#contact {
display: inline-block;
background-color: ghostwhite;
padding: 10px 5px 10px;
}
#form-section {
margin: 0 auto 15px;
padding: 0 20px 20px;
}
#input-section {
margin-bottom: 30px;
text-align: center;
}
#name, #email, #phoneNum {
width: 350px;
margin: 5px;
}
input[type=text], input[type=number] {
max-width: 480px;
padding: 5px;
margin: 0 0 10px;
display: inline-block;
box-sizing: border-box;
}
#text-area {
text-align: center;
font-size: 14px;
margin-top: 20px;
padding: 0 20px;
}
textarea {
width: 90%;
height: 150px;
padding: 15px;
margin-top: 10px;
box-sizing: border-box;
background-color: white;
font-size: 14px;
font-family: 'comic sans', sans-serif;
color: dimgrey;
resize: none;
border: inset 1px;
}
#submit {
background-color: white;
border-radius: 10%;
color: dimgrey;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 20px 0 0;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#submit:hover {
background-color: dimgrey;
color: white;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.messageForUser {
line-height: 125%;
padding: 0 20px;
margin: 0 auto;
width: 70%;
}
#before-footer {
display: inline-block;
width: 100%;
background-color: silver;
color: white;
}
#before-footer1 {
display: block;
height: 150px;
margin-top: 50px;
}
#before-footer1 p {
font-size: 110%;
line-height: 25px;
}
#before-footer1 a:hover {
text-decoration: underline;
}
#before-footer2 {
display: block;
height: 150px;
margin-top: 40px;
}
.styled-h2 {
color: white;
}
.web-icons {
background: none;
border:solid 2px #fff;
border-radius:50%;
display:inline-block;
width:50px;
height:50px;
text-align:center;
padding: 5px;
}
.web-icons a {
color: white;
}
.web-icons:hover{
border:solid 2px #fff;
background-color: #fff;
}
.web-icons:hover a {
color: purple;
}
#web-icon-set {
display: inline-block;
margin: 20px auto 0;
}
/* *********************** */
/* footer section */
footer {
width: 100%;
background-color: purple;
padding: 30px 20px;
color: white;
text-align: center;
clear: both;
}
/* Media Queries */
@media (min-width: 768px) {
#list-icon {
display: none;
}
#nav {
text-align: right;
background: none;
border: none;
margin: 20px auto 0;
}
#first-para {
margin: 30px auto 20px;
padding: 0 90px;
font-size: 110%;
}
.collegeInfo1 {
margin-top: 30px;
font-weight: bold;
}
textarea {
width: 70%;
}
.messageForUser {
width: 50%;
}
#before-footer1 {
display: inline-block;
float: left;
margin: 40px 5px 20px 15%;
}
#before-footer2 {
display: inline-block;
float: right;
margin: 40px 15% 20px 5px;
}
footer {
margin-top: -4px;
}
}
@media (min-width: 960px) {
i.disappear {
display: none;
}
#about {
display: inline-block;
padding: 20px 0 40px;
}
div.introText {
display: inline-block;
float: left;
width: 70%;
margin-top: 35px;
}
#first-para {
text-align: right;
padding-right: 40px;
}
#about-hr{
float: right;
margin-right: 40px;
}
.collegeInfo1 {
display: none;
}
.collegeInfo2 {
display: inline-block;
float: right;
margin-right: 40px;
}
#profile-pic {
display: inline-block;
float: right;
margin: 20px 40px 20px 0px;
}
#portfolio {
padding: 10px 0 62%;
}
#gallery li {
float: left;
width: 40%;
margin: 0 5% 40px;
}
#contactForm {
float: left;
width: 50%;
}
#form-section {
padding: 0 20px;
}
#input-section {
text-align: left;
margin: 0 20px 0 40px;
}
#name, #email, #phoneNum {
margin: 0;
margin: 5px 0;
}
#text-area {
display: inline-block;
padding: 0;
text-align: left;
width: 380px;
}
textarea {
width: 380px;
}
#messageToUser {
float: right;
width: 35%;
line-height: 125%;
margin: 30px 80px 40px 0;
padding: 0;
background: beige;
box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}
.messageForUser {
padding: 10px;
margin: 0;
width: 90%;
font-family: 'Shadows Into Light', cursive;
font-size: 140%;
}
}
|
css/style.css
|
* {
margin: 0;
padding: 0;
font-family: arial;
}
body {
color: dimgrey;
text-align: center;
}
a {
text-decoration: none;
color: purple;
}
hr {
height: 2px;
background-color: #ccc;
clear: both;
}
h2 {
text-align: center;
color: dimgrey;
}
ul {
list-style-type: none;
}
.amanticFont {
font-family: 'Amatic SC', cursive;
font-size: 300%;
}
/* ********************* */
/* Header area */
header {
background-color: purple;
/* margin: 0;
padding: 0; */
width: 100%;
height: 80px;
float: left;
border: 0;
}
#list-icon {
width: 25px;
height: 20px;
float: right;
padding: 5px;
margin: 25px 20px 10px 20px;
border: 1px solid #ccc;
border-radius: 10%;
}
#list-icon:hover {
background-color: white;
}
h1 {
display: inline-block;
color: whitesmoke;
margin: 20px 0 15px 10px;
font-family: 'Faster One', cursive, impact;
font-weight: normal;
font-size: 250%;
position: absolute;
left: 0;
}
#nav {
text-align: center;
background: purple;
border-top: 2px solid rebeccapurple;
max-width: 960px;
margin:80px auto 0;
padding: 10px;
width: 90%;
height: 30px;
min-width: 300px;
border: 2px color pink;
}
nav li {
display: inline-block;
}
.nav-links {
display: inline-block;
margin-top: 2px;
padding: 5px;
color: silver;
}
a.nav-links:hover {
box-shadow: 0 0 5px 2px #ccc;
}
a.nav-links:active {
background-color: white;
}
/* *********************** */
/* body */
/* Scroll to top button */
.fa-chevron-circle-up {
position: fixed;
bottom: 0;
right: 0;
margin: 0 5px 15px 0;
color: purple;
background-color: white;
padding: 0 2px;
border-radius: 50%;
}
/* about section */
#wrapper {
max-width: 960px;
min-width: 480;
margin: 0 auto;
}
#about {
display: block;
background-color: silver;
color: white;
padding-bottom: 60px;
}
#first-para {
display: inline-block;
text-align: center;
margin: 70px auto 20px;
padding: 0 40px;
line-height: 150%;
font-size: 100%;
}
#about-hr {
width: 60%;
margin: 0 auto;
background-color: white;
margin-bottom: 20px;
}
.collegeInfo1 {
text-align: center;
width: 80%;
margin: 0 auto;
line-height: 140%;
font-weight: normal;
}
.collegeInfo2 {
display: none;
}
#profile-pic {
height: 230px;
width: 230px;
margin: 30px auto 0;
background: url(http://res.cloudinary.com/rinch9/image/upload/v1498718703/Profile_picture_i3bta2.jpg);
border-radius: 50%;
background-size: 230px;
box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,.3);
}
/* portfolio section */
#portfolio {
clear: both;
background-color: ghostwhite;
padding: 20px 10px;
}
.marginized-heading {
margin-top: 30px;
}
.styled-hr {
width: 400px;
height: 3px;
background-color: gray;
margin: 20px auto 30px;
}
#gallery {
width: 80%;
margin: 0 auto;
}
#gallery li {
margin: 40px auto;
}
.works {
width: 100%;
box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}
/* contact section */
#contact {
display: inline-block;
background-color: ghostwhite;
padding: 10px 5px 10px;
}
#form-section {
margin: 0 auto 15px;
padding: 0 20px 20px;
}
#input-section {
margin-bottom: 30px;
text-align: center;
}
#name, #email, #phoneNum {
width: 350px;
margin: 5px;
}
input[type=text], input[type=number] {
max-width: 480px;
padding: 5px;
margin: 0 0 10px;
display: inline-block;
box-sizing: border-box;
}
#text-area {
text-align: center;
font-size: 14px;
margin-top: 20px;
padding: 0 20px;
}
textarea {
width: 90%;
height: 150px;
padding: 15px;
margin-top: 10px;
box-sizing: border-box;
background-color: white;
font-size: 14px;
font-family: 'comic sans', sans-serif;
color: dimgrey;
resize: none;
border: inset 1px;
}
#submit {
background-color: white;
border-radius: 10%;
color: dimgrey;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 20px 0 0;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#submit:hover {
background-color: dimgrey;
color: white;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.messageForUser {
line-height: 125%;
padding: 0 20px;
margin: 0 auto;
width: 70%;
}
#before-footer {
display: inline-block;
width: 100%;
background-color: silver;
color: white;
}
#before-footer1 {
display: block;
height: 150px;
margin-top: 50px;
}
#before-footer1 p {
font-size: 110%;
line-height: 25px;
}
#before-footer1 a:hover {
text-decoration: underline;
}
#before-footer2 {
display: block;
height: 150px;
margin-top: 40px;
}
.styled-h2 {
color: white;
}
.web-icons {
background: none;
border:solid 2px #fff;
border-radius:50%;
display:inline-block;
width:50px;
height:50px;
text-align:center;
padding: 5px;
}
.web-icons a {
color: white;
}
.web-icons:hover{
border:solid 2px #fff;
background-color: #fff;
}
.web-icons:hover a {
color: purple;
}
#web-icon-set {
display: inline-block;
margin: 20px auto 0;
}
/* *********************** */
/* footer section */
footer {
width: 100%;
background-color: purple;
padding: 30px 20px;
color: white;
text-align: center;
clear: both;
}
/* Media Queries */
@media (min-width: 768px) {
#list-icon {
display: none;
}
#nav {
text-align: right;
background: none;
border: none;
margin: 20px auto 0;
}
#first-para {
margin: 30px auto 20px;
padding: 0 90px;
font-size: 110%;
}
.collegeInfo1 {
margin-top: 30px;
font-weight: bold;
}
textarea {
width: 70%;
}
.messageForUser {
width: 50%;
}
#before-footer1 {
display: inline-block;
float: left;
margin: 40px 5px 20px 15%;
}
#before-footer2 {
display: inline-block;
float: right;
margin: 40px 15% 20px 5px;
}
footer {
margin-top: -4px;
}
}
@media (min-width: 960px) {
i.disappear {
display: none;
}
#about {
display: inline-block;
padding: 20px 0 40px;
}
div.introText {
display: inline-block;
float: left;
width: 70%;
margin-top: 35px;
}
#first-para {
text-align: right;
padding-right: 40px;
}
#about-hr{
float: right;
margin-right: 40px;
}
.collegeInfo1 {
display: none;
}
.collegeInfo2 {
display: inline-block;
float: right;
margin-right: 40px;
}
#profile-pic {
display: inline-block;
float: right;
margin: 20px 40px 20px 0px;
}
#portfolio {
padding: 10px 0 62%;
}
#gallery li {
float: left;
width: 40%;
margin: 0 5% 40px;
}
#contactForm {
float: left;
width: 50%;
}
#form-section {
padding: 0 20px;
}
#input-section {
text-align: left;
margin: 0 20px 0 40px;
}
#name, #email, #phoneNum {
margin: 0;
margin: 5px 0;
}
#text-area {
display: inline-block;
padding: 0;
text-align: left;
width: 380px;
}
textarea {
width: 380px;
}
#messageToUser {
float: right;
width: 35%;
line-height: 125%;
margin: 30px 80px 40px 0;
padding: 0;
background: beige;
box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}
.messageForUser {
padding: 10px;
margin: 0;
width: 90%;
font-family: 'Shadows Into Light', cursive;
font-size: 140%;
}
}
| 0.337531 | 0.097519 |
h1, h2, h3, h4, h5, strong, b {
font-weight: 600; }
html, body {
height: 100%; }
body {
background: #f9f9f9;
color: #303030;
font-family: 'Open Sans', Verdana, sans-serif, Helvetica;
font-weight: 400;
font-size: 13px;
line-height: 19px;
padding: 0;
margin: 0; }
body, body * {
-webkit-font-smoothing: antialiased; }
img {
border: none; }
#go-back-home {
text-decoration: none;
color: #000;
background: url('/images/logo.png') no-repeat scroll left 8px transparent;
display: inline-block;
padding: 16px 0px 8px 90px;
// margin: 0px 0px 15px -4px;
// height: 90px;
float: left;
max-width: 450px;
}
.capitalize {
text-transform: capitalize; }
.upcase {
text-transform: uppercase; }
.downcase {
text-transform: lowercase; }
.hide {
display: none; }
.a-r {
text-align: right; }
.a-c {
text-align: center; }
.small {
font-size: 11px; }
.pull-left {
float: left; }
.pull-right {
float: right; }
.muted {
color: #8f8f8f; }
.colour-1 {
color: #cc9944; }
.colour-2 {
color: #925; }
.colour-3 {
color: #448844; }
.text-big {
font-size: 24px;
line-height: 1em; }
ol, ol li {
padding: 0;
margin: 0; }
blockquote {
margin: 0;
font-style: normal !important; }
header {
text-align: center; }
footer {
width: 100%;
// max-width: 600px;
line-height: 2em;
margin: auto;
padding-bottom: 30px;
text-align: center; }
footer * {
color: #797979; }
#container {
*zoom: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
// max-width: 600px;
background: #fff;
margin: 0px auto 16px;
border-radius: 7px;
border: 1px solid #eee;
position: relative;
// float:left;
}
#container:before, #container:after {
content: " ";
display: table; }
#container:after {
clear: both; }
#container .block {
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
padding: 30px 40px 24px;
text-align: center; }
#container .block:first-child, #container .block + .block {
border-top: 0; }
#container .block:last-child {
border-bottom: 0; }
#container .block a.main {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
padding: 2px 2px;
margin-right: 12px;
margin-bottom: 6px; }
#container .block a.main:last-of-type {
margin-right: 0; }
#container .block .button {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
height: 20px;
overflow: hidden; }
.content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
width: 100%;
border-width: 0;
border-style: solid;
padding: 30px 60px;
margin: auto; }
a, .as-link {
text-decoration: none;
color: #269;
line-height: 1.4em;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
// -webkit-transition: color 0.3s;
// -moz-transition: color 0.3s;
// -ms-transition: color 0.3s;
// -o-transition: color 0.3s;
// transition: color 0.3s;
}
a.main, a:hover, .as-link.main, .as-link:hover {
color: #1d5884;
text-decoration: underline;
// color: rgb(204, 52, 45);
/* background-image: url(/images/line.png);
background-repeat: repeat-x;
background-position: left bottom;*/ }
a.big-button, .as-link.big-button {
min-width: 30%;
border-radius: 3px;
// -webkit-transition: all, 0.2s;
// -moz-transition: all, 0.2s;
// -ms-transition: all, 0.2s;
// -o-transition: all, 0.2s;
// transition: all, 0.2s;
color: #fff;
cursor: pointer;
font-size: 12px;
line-height: 24px;
padding: 8px 17px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
display: block;
text-align: center;
border-width: 0;
border-style: solid;
border-color: #8ab;
background: #6f8f9f;
box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.1); }
a.big-button:hover, .as-link.big-button:hover {
background: #608090; }
a.big-button:active, .as-link.big-button:active {
box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1); }
a.big-button.red, .as-link.big-button.red {
border-color: #ddacac;
background: #a65; }
a.big-button.red:hover, .as-link.big-button.red:hover {
background: #b76; }
a.big-button.gray, .as-link.big-button.gray {
border-color: #f4f4f4;
color: #ffffff;
background: #565656; }
a.big-button.gray:hover, .as-link.big-button.gray:hover {
background: #676767; }
a.big-button.blue, .as-link.big-button.blue {
border-color: #ace;
background: #678; }
a.big-button.blue:hover, .as-link.big-button.blue:hover {
background: #789; }
a.big-button.green, .as-link.big-button.green {
border-color: #ddeed0;
background: #696; }
a.big-button.green:hover, .as-link.big-button.green:hover {
background: #797; }
hr {
border: 0;
border-bottom: 1px dotted #CCC;
margin: 25px 0; }
ul.posts, ul.posts li {
font-size: 14px;
margin: 0;
padding: 0;
list-style: none;
}
ul.posts li {
margin-bottom: 20px; }
ul.posts .datetime {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
width: 130px;
text-transform: uppercase;
float: right;
color: #999;
// font-size: 10px;
text-align: right; }
section.post {
margin: 0 -60px;
text-align: left;
border-top: 0;
padding: 0;
}
section.post > * {
padding: 0 60px;
}
section.post ul ul, section.post ul ol, section.post ol ul, section.post ol ol {
margin-left: 20px;
padding: 0;
}
section.post ul, section.post ol {
list-style-position: inside;
}
section.post h1 {
text-transform: uppercase;
text-align: center;
line-height: 1.5em;
// margin-bottom: 60px;
}
section.post h1 .date {
color: #d0d0d0;
font-size: 10px; }
section.post iframe {
width: 100%; }
section.post iframe, section.post img {
padding: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
section.post, section > p {
font-size: 14px;
line-height: 1.6em; }
section.post *, section > p * {
max-width: 100%; }
section.post em strong, section > p em strong {
background-color: #ffffee;
padding: 0 2px; }
section.post blockquote, section > p blockquote {
-webkit-transition: all, 0.3s;
-moz-transition: all, 0.3s;
-ms-transition: all, 0.3s;
-o-transition: all, 0.3s;
transition: all, 0.3s;
color: #606060;
background: #f9f9f9;
position: relative;
overflow: hidden;
display: block;
padding: 15px 60px; }
section.post blockquote:hover, section > p blockquote:hover {
color: #454545; }
section.post blockquote:hover:before, section > p blockquote:hover:before {
color: #b8cec7; }
section.post blockquote:before, section > p blockquote:before {
left: -3px; }
section.post blockquote:after, section > p blockquote:after {
right: -2px; }
section.post blockquote:before, section.post blockquote:after, section > p blockquote:before, section > p blockquote:after {
content: "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^";
font-size: 24px;
overflow: hidden;
position: absolute;
top: 0px;
bottom: 0px;
line-height: 0.4em;
word-break: break-all;
color: #d0dfda;
display: block;
width: 7px !important;
white-space: normal; }
section.post li .highlight, section > p li .highlight {
padding: 0 10px; }
section.post li p, section > p li p {
margin-bottom: 5px; }
.highlight {
margin: 0;
padding: 0; }
pre {
overflow-x: auto;
padding: 10px 0;
width: 100%;
line-height: 1.2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
code {
font-size: 13px;
color: #eee;
background: #39382e;
padding: 2px 4px 3px;
border-radius: 2px;
line-height: 1.3em;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto; }
img {
max-width: 100%; }
img.half {
width: 50%; }
.signoff {
margin-top: 30px; }
.signoff img {
width: 20px; }
.paging a {
opacity: 0.25; }
.paging a:hover {
opacity: 0.7;
background: none; }
.paging .left, .paging .right {
position: fixed;
top: 50%;
left: 50%;
font-size: 60px; }
.paging .left {
margin-left: -340px; }
.paging .right {
margin-left: 320px; }
#wrap {
max-width:800px;
margin:0 auto;
}
#menu {
width:100%;
color: rgb(255,255,255);
padding: 0px 0px 4px 0px;
border-top: 5px solid rgb(204, 52, 45);
}
#menubottom {
width:100%;
color: rgb(0,0,0);
padding: 0px 0px 4px 0px;
border-top: 1px solid rgb(204, 52, 45);
text-align: center;
// background-color: #f0f0f0;
}
a.flag {
padding: 0px 4px 0px 4px;
}
a.menu, a.menu-active {
color: rgb(115,115,115);
padding: 0px 8px 0px 8px;
font-weight: bold;
}
a.menu-active, a.menu:hover {
background-color: #269; //rgb(34, 102, 153);
color: rgb(255, 255, 255);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
text-decoration: none;
}
#menubottom a {
text-decoration: none;
color: rgb(115,115,115);
padding: 0px 8px 0px 8px;
}
#menubottom a:hover {
// color: rgb(34, 102, 153);
color: rgb(115,115,115);
text-decoration: underline;
}
#menu a.right {
float:right;
}
#left {
width: 100%;
position: relative;
float:left;
}
#sidebar {
min-width:200px;
background:rgb(249, 249, 249);
float:right;
padding: 8px 0px 0px 0px;
}
#sidebar h2 {
font-size: 100%;
font-weight: normal;
color: rgb(221, 221, 221);
background-color: rgb(116, 116, 116);
padding: 0px 8px;
line-height: 180%;
margin: 0px 0px 10px;
}
#sidebar input {
margin: 0px;
padding: 0px;
}
#sidebar select, input.search {
max-width: 140px;
margin: 0px 5px 0px 0px;
background-color: rgb(221, 221, 221);
padding: 3px 4px;
border: 1px solid rgb(116, 116, 116);
color: rgb(96, 96, 96);
cursor: text;
}
#sidebar select {
max-width: 70px;
}
#donatesubmit, #searchsubmit {
background-color: rgb(116, 116, 116);
margin: 0px;
padding: 2px 4px;
border: 1px solid rgb(116, 116, 116);
color: rgb(221, 221, 221);
}
#search-form {
float:right;
}
#search-form .field {
font-size: 13px;
line-height: 13px;
padding: 0px;
border: 1px solid rgb(176, 176, 164);
width: 180px;
box-shadow: 0px 1px 2px rgb(221, 221, 221) inset;
border-radius: 3px;
}
#buttons, #search-box {
padding: 0px;
// float: right;
text-align: right;
}
#top-block {
padding: 16px 0px;
max-width: 300px;
float: right;
text-align: right;
// position:absolute;
// top: 10px;
// bottom: 0px;
// right: 0px;
}
#top-bar {
padding: 0px 0px 0px 0px;
font-weight: bold;
}
#top-right {
float: right;
}
#top-left {
float: left;
}
#top-header {
text-align: right;
padding: 0px 0px 0px 4px;
// background-color: #f0f0f0;
}
#top-bar a {
}
#top-bar a:hover {
text-decoration: none;
}
#header {
display: inline-block;
width: 100%;
position: relative;
min-height: 100px;
}
#header h1 {
font-size: 36px;
margin: 10px 0px;
color: #000;
}
#header h2 {
margin: 5px 0px 0px;
font-size: 14px;
// text-transform: uppercase;
letter-spacing: 0.1em;
color: #585450;
}
#header h3 {
margin: 5px 0px 0px;
font-size: 12px;
font-style: italic;
color: #585450;
}
a.donate-link, a.download-link {
display: inline-block;
background: #CC342D;
color: #FFF;
padding: 0px 16px;
font-size: 13px;
line-height: 20px;
text-decoration: none;
margin: 0px 3px 0px 0px;
text-shadow: none;
border: 2px solid #9B1C16;
font-weight: bold;
border-radius: 6px;
box-shadow: 0px 2px 0px #9B1C16;
}
/*a.download-game {
display: inline-block;
background: #CC342D;
color: #FFF;
padding: 0px 16px;
font-size: 13px;
line-height: 20px;
text-decoration: none;
text-shadow: none;
border: 2px solid #9B1C16;
font-weight: normal;
border-radius: 6px;
width: 40px;
}*/
a.download-game {
-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
box-shadow:inset 0px 1px 0px 0px #9acc85;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
background-color:#74ad5a;
border:1px solid #3b6e22;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:bold;
text-decoration:none;
border-radius: 6px;
padding: 0px 10px 0px 10px;
min-width: 60px;
text-align: center;
line-height: 20px;
}
a.donate-link {
background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
background-color:#74ad5a;
border:2px solid #3b6e22;
box-shadow: 0px 2px 0px #9acc85;
}
.post img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
img.screenshot {
border: 1px solid #333333;
}
tr.odd {
background-color: #DDE;
text-align: center;
font-size: 13px;
}
tr.even {
text-align: center;
font-size: 13px;
}
table.download td {
padding: 8px;
min-width: 64px;
}
|
stylesheets/style.css
|
h1, h2, h3, h4, h5, strong, b {
font-weight: 600; }
html, body {
height: 100%; }
body {
background: #f9f9f9;
color: #303030;
font-family: 'Open Sans', Verdana, sans-serif, Helvetica;
font-weight: 400;
font-size: 13px;
line-height: 19px;
padding: 0;
margin: 0; }
body, body * {
-webkit-font-smoothing: antialiased; }
img {
border: none; }
#go-back-home {
text-decoration: none;
color: #000;
background: url('/images/logo.png') no-repeat scroll left 8px transparent;
display: inline-block;
padding: 16px 0px 8px 90px;
// margin: 0px 0px 15px -4px;
// height: 90px;
float: left;
max-width: 450px;
}
.capitalize {
text-transform: capitalize; }
.upcase {
text-transform: uppercase; }
.downcase {
text-transform: lowercase; }
.hide {
display: none; }
.a-r {
text-align: right; }
.a-c {
text-align: center; }
.small {
font-size: 11px; }
.pull-left {
float: left; }
.pull-right {
float: right; }
.muted {
color: #8f8f8f; }
.colour-1 {
color: #cc9944; }
.colour-2 {
color: #925; }
.colour-3 {
color: #448844; }
.text-big {
font-size: 24px;
line-height: 1em; }
ol, ol li {
padding: 0;
margin: 0; }
blockquote {
margin: 0;
font-style: normal !important; }
header {
text-align: center; }
footer {
width: 100%;
// max-width: 600px;
line-height: 2em;
margin: auto;
padding-bottom: 30px;
text-align: center; }
footer * {
color: #797979; }
#container {
*zoom: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
// max-width: 600px;
background: #fff;
margin: 0px auto 16px;
border-radius: 7px;
border: 1px solid #eee;
position: relative;
// float:left;
}
#container:before, #container:after {
content: " ";
display: table; }
#container:after {
clear: both; }
#container .block {
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
padding: 30px 40px 24px;
text-align: center; }
#container .block:first-child, #container .block + .block {
border-top: 0; }
#container .block:last-child {
border-bottom: 0; }
#container .block a.main {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
padding: 2px 2px;
margin-right: 12px;
margin-bottom: 6px; }
#container .block a.main:last-of-type {
margin-right: 0; }
#container .block .button {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
height: 20px;
overflow: hidden; }
.content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
width: 100%;
border-width: 0;
border-style: solid;
padding: 30px 60px;
margin: auto; }
a, .as-link {
text-decoration: none;
color: #269;
line-height: 1.4em;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
// -webkit-transition: color 0.3s;
// -moz-transition: color 0.3s;
// -ms-transition: color 0.3s;
// -o-transition: color 0.3s;
// transition: color 0.3s;
}
a.main, a:hover, .as-link.main, .as-link:hover {
color: #1d5884;
text-decoration: underline;
// color: rgb(204, 52, 45);
/* background-image: url(/images/line.png);
background-repeat: repeat-x;
background-position: left bottom;*/ }
a.big-button, .as-link.big-button {
min-width: 30%;
border-radius: 3px;
// -webkit-transition: all, 0.2s;
// -moz-transition: all, 0.2s;
// -ms-transition: all, 0.2s;
// -o-transition: all, 0.2s;
// transition: all, 0.2s;
color: #fff;
cursor: pointer;
font-size: 12px;
line-height: 24px;
padding: 8px 17px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
display: block;
text-align: center;
border-width: 0;
border-style: solid;
border-color: #8ab;
background: #6f8f9f;
box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.1); }
a.big-button:hover, .as-link.big-button:hover {
background: #608090; }
a.big-button:active, .as-link.big-button:active {
box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1); }
a.big-button.red, .as-link.big-button.red {
border-color: #ddacac;
background: #a65; }
a.big-button.red:hover, .as-link.big-button.red:hover {
background: #b76; }
a.big-button.gray, .as-link.big-button.gray {
border-color: #f4f4f4;
color: #ffffff;
background: #565656; }
a.big-button.gray:hover, .as-link.big-button.gray:hover {
background: #676767; }
a.big-button.blue, .as-link.big-button.blue {
border-color: #ace;
background: #678; }
a.big-button.blue:hover, .as-link.big-button.blue:hover {
background: #789; }
a.big-button.green, .as-link.big-button.green {
border-color: #ddeed0;
background: #696; }
a.big-button.green:hover, .as-link.big-button.green:hover {
background: #797; }
hr {
border: 0;
border-bottom: 1px dotted #CCC;
margin: 25px 0; }
ul.posts, ul.posts li {
font-size: 14px;
margin: 0;
padding: 0;
list-style: none;
}
ul.posts li {
margin-bottom: 20px; }
ul.posts .datetime {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
width: 130px;
text-transform: uppercase;
float: right;
color: #999;
// font-size: 10px;
text-align: right; }
section.post {
margin: 0 -60px;
text-align: left;
border-top: 0;
padding: 0;
}
section.post > * {
padding: 0 60px;
}
section.post ul ul, section.post ul ol, section.post ol ul, section.post ol ol {
margin-left: 20px;
padding: 0;
}
section.post ul, section.post ol {
list-style-position: inside;
}
section.post h1 {
text-transform: uppercase;
text-align: center;
line-height: 1.5em;
// margin-bottom: 60px;
}
section.post h1 .date {
color: #d0d0d0;
font-size: 10px; }
section.post iframe {
width: 100%; }
section.post iframe, section.post img {
padding: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
section.post, section > p {
font-size: 14px;
line-height: 1.6em; }
section.post *, section > p * {
max-width: 100%; }
section.post em strong, section > p em strong {
background-color: #ffffee;
padding: 0 2px; }
section.post blockquote, section > p blockquote {
-webkit-transition: all, 0.3s;
-moz-transition: all, 0.3s;
-ms-transition: all, 0.3s;
-o-transition: all, 0.3s;
transition: all, 0.3s;
color: #606060;
background: #f9f9f9;
position: relative;
overflow: hidden;
display: block;
padding: 15px 60px; }
section.post blockquote:hover, section > p blockquote:hover {
color: #454545; }
section.post blockquote:hover:before, section > p blockquote:hover:before {
color: #b8cec7; }
section.post blockquote:before, section > p blockquote:before {
left: -3px; }
section.post blockquote:after, section > p blockquote:after {
right: -2px; }
section.post blockquote:before, section.post blockquote:after, section > p blockquote:before, section > p blockquote:after {
content: "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^";
font-size: 24px;
overflow: hidden;
position: absolute;
top: 0px;
bottom: 0px;
line-height: 0.4em;
word-break: break-all;
color: #d0dfda;
display: block;
width: 7px !important;
white-space: normal; }
section.post li .highlight, section > p li .highlight {
padding: 0 10px; }
section.post li p, section > p li p {
margin-bottom: 5px; }
.highlight {
margin: 0;
padding: 0; }
pre {
overflow-x: auto;
padding: 10px 0;
width: 100%;
line-height: 1.2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
code {
font-size: 13px;
color: #eee;
background: #39382e;
padding: 2px 4px 3px;
border-radius: 2px;
line-height: 1.3em;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto; }
img {
max-width: 100%; }
img.half {
width: 50%; }
.signoff {
margin-top: 30px; }
.signoff img {
width: 20px; }
.paging a {
opacity: 0.25; }
.paging a:hover {
opacity: 0.7;
background: none; }
.paging .left, .paging .right {
position: fixed;
top: 50%;
left: 50%;
font-size: 60px; }
.paging .left {
margin-left: -340px; }
.paging .right {
margin-left: 320px; }
#wrap {
max-width:800px;
margin:0 auto;
}
#menu {
width:100%;
color: rgb(255,255,255);
padding: 0px 0px 4px 0px;
border-top: 5px solid rgb(204, 52, 45);
}
#menubottom {
width:100%;
color: rgb(0,0,0);
padding: 0px 0px 4px 0px;
border-top: 1px solid rgb(204, 52, 45);
text-align: center;
// background-color: #f0f0f0;
}
a.flag {
padding: 0px 4px 0px 4px;
}
a.menu, a.menu-active {
color: rgb(115,115,115);
padding: 0px 8px 0px 8px;
font-weight: bold;
}
a.menu-active, a.menu:hover {
background-color: #269; //rgb(34, 102, 153);
color: rgb(255, 255, 255);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
text-decoration: none;
}
#menubottom a {
text-decoration: none;
color: rgb(115,115,115);
padding: 0px 8px 0px 8px;
}
#menubottom a:hover {
// color: rgb(34, 102, 153);
color: rgb(115,115,115);
text-decoration: underline;
}
#menu a.right {
float:right;
}
#left {
width: 100%;
position: relative;
float:left;
}
#sidebar {
min-width:200px;
background:rgb(249, 249, 249);
float:right;
padding: 8px 0px 0px 0px;
}
#sidebar h2 {
font-size: 100%;
font-weight: normal;
color: rgb(221, 221, 221);
background-color: rgb(116, 116, 116);
padding: 0px 8px;
line-height: 180%;
margin: 0px 0px 10px;
}
#sidebar input {
margin: 0px;
padding: 0px;
}
#sidebar select, input.search {
max-width: 140px;
margin: 0px 5px 0px 0px;
background-color: rgb(221, 221, 221);
padding: 3px 4px;
border: 1px solid rgb(116, 116, 116);
color: rgb(96, 96, 96);
cursor: text;
}
#sidebar select {
max-width: 70px;
}
#donatesubmit, #searchsubmit {
background-color: rgb(116, 116, 116);
margin: 0px;
padding: 2px 4px;
border: 1px solid rgb(116, 116, 116);
color: rgb(221, 221, 221);
}
#search-form {
float:right;
}
#search-form .field {
font-size: 13px;
line-height: 13px;
padding: 0px;
border: 1px solid rgb(176, 176, 164);
width: 180px;
box-shadow: 0px 1px 2px rgb(221, 221, 221) inset;
border-radius: 3px;
}
#buttons, #search-box {
padding: 0px;
// float: right;
text-align: right;
}
#top-block {
padding: 16px 0px;
max-width: 300px;
float: right;
text-align: right;
// position:absolute;
// top: 10px;
// bottom: 0px;
// right: 0px;
}
#top-bar {
padding: 0px 0px 0px 0px;
font-weight: bold;
}
#top-right {
float: right;
}
#top-left {
float: left;
}
#top-header {
text-align: right;
padding: 0px 0px 0px 4px;
// background-color: #f0f0f0;
}
#top-bar a {
}
#top-bar a:hover {
text-decoration: none;
}
#header {
display: inline-block;
width: 100%;
position: relative;
min-height: 100px;
}
#header h1 {
font-size: 36px;
margin: 10px 0px;
color: #000;
}
#header h2 {
margin: 5px 0px 0px;
font-size: 14px;
// text-transform: uppercase;
letter-spacing: 0.1em;
color: #585450;
}
#header h3 {
margin: 5px 0px 0px;
font-size: 12px;
font-style: italic;
color: #585450;
}
a.donate-link, a.download-link {
display: inline-block;
background: #CC342D;
color: #FFF;
padding: 0px 16px;
font-size: 13px;
line-height: 20px;
text-decoration: none;
margin: 0px 3px 0px 0px;
text-shadow: none;
border: 2px solid #9B1C16;
font-weight: bold;
border-radius: 6px;
box-shadow: 0px 2px 0px #9B1C16;
}
/*a.download-game {
display: inline-block;
background: #CC342D;
color: #FFF;
padding: 0px 16px;
font-size: 13px;
line-height: 20px;
text-decoration: none;
text-shadow: none;
border: 2px solid #9B1C16;
font-weight: normal;
border-radius: 6px;
width: 40px;
}*/
a.download-game {
-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
box-shadow:inset 0px 1px 0px 0px #9acc85;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
background-color:#74ad5a;
border:1px solid #3b6e22;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:bold;
text-decoration:none;
border-radius: 6px;
padding: 0px 10px 0px 10px;
min-width: 60px;
text-align: center;
line-height: 20px;
}
a.donate-link {
background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
background-color:#74ad5a;
border:2px solid #3b6e22;
box-shadow: 0px 2px 0px #9acc85;
}
.post img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
img.screenshot {
border: 1px solid #333333;
}
tr.odd {
background-color: #DDE;
text-align: center;
font-size: 13px;
}
tr.even {
text-align: center;
font-size: 13px;
}
table.download td {
padding: 8px;
min-width: 64px;
}
| 0.280321 | 0.069101 |
html, body {
margin: 0;
background-color:#49599a;
font-family: "Oswald";
}
* {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
margin: 0;
}
.page-wrapper {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
header {
-webkit-text-stroke-width: 0.05mm;
-webkit-text-stroke-color: rgb(238, 240, 240);
color:#7986cc; ;
font-size: 2.8em;
font-style: oblique;
font-family: 'Gochi Hand';
text-align: center;
font-variant: small-caps;
text-shadow: 1px 1px 2px white, 0 0 25px #aab6fe, 0 0 5px #7986cb;
}
nav {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color:#49599a;
}
nav li {
float: left;
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
nav li a {
display:inline-block;
color: rgba(255, 255, 255, 0.808);
text-align: center;
padding: 16px;
font-size: 4.5mm;
font-weight: 600;
transition: font-size 0.35s;
}
nav li a:hover {
font-size: x-large;
text-shadow: 2px 2px 5px #aab6fe;
}
nav li a:hover>i{
font-size: 32px;
}
nav li > a > i {
font-size:24px;
text-align: end;
display: block;
}
nav li > a > span {
display: block;
}
nav a:link, a:hover, a:visited, a:active {
text-decoration: none;
}
nav a.active {
background-color: #aab6fe;
color: white;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #aab6fe;
color:white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
display: block;
}
aside {
margin-top: 0;
width: 20%;
float: left;
overflow: auto;
padding:0 10px;
height: calc(100% - 90px);
top:90px;
}
aside ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
background-color: #7986cb;
height: 100%;
overflow: auto;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
aside li a {
display: block;
color: rgb(248, 248, 248);
padding: 8px 16px;
text-decoration: none;
}
aside li a.active {
background-color:#49599a;
color: white;
border-left: 2px solid white;
border-bottom: 2px solid white;
border-top: 2px solid white;
border-radius: 5px;
box-shadow: none;
}
aside li a:hover:not(.active) {
background-color: #49599a;
color: white;
color: white;
border-left: 2px solid white;
border-bottom: 2px solid white;
border-top: 2px solid white;
border-radius: 5px;
border-radius: 5px;
box-shadow: none;
}
article {
width: 80%;
float: right;
color:rgb(255, 255, 255);
font-size:4mm;
margin-top: -2ch;
}
article > h2{
-webkit-text-stroke-width: 0.2mm;
-webkit-text-stroke-color: rgb(253, 255, 255);
font-style: italic;
font-size:10mm;
color: #aab6fe;
font-variant: small-caps;
font-family:'Comic Sans MS', cursive, sans-serif;
}
article > p {
border: 2px solid rgba(149, 150, 151, 0.808);
padding: 30px;
margin-right: 50px;
border-radius: 15px 50px 30px;
margin-top: -2ch;
text-indent: 20px;
}
p::first-letter {
color: #aab6fe;
font-size: xx-large;
font-family: 'Bonbon';
font-weight: bold;
text-shadow: 1.5px 1.5px 3px #7986cb
;
}
section:after {
content: "";
display: table;
clear: both;
}
.header {
display: block;
position: relative;
}
@media (max-width: 600px) {
nav, aside, article {
width: 100%;
height: auto;
}
}
.unicorn-heart {
display: block;
color:rgb(149, 150, 151, 0.808);
font-size: 30mm;
position: absolute;
top: 0;
right: 300px;
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
height: 25mm;
}
.unicorn-heart2 {
display: block;
color:rgb(149, 150, 151, 0.808);
font-size: 30mm;
position: absolute;
top: 0;
left: 300px;
}
h2::before {
content: url(./public/imgs/h1.png)
}
|
style.css
|
html, body {
margin: 0;
background-color:#49599a;
font-family: "Oswald";
}
* {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
margin: 0;
}
.page-wrapper {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
header {
-webkit-text-stroke-width: 0.05mm;
-webkit-text-stroke-color: rgb(238, 240, 240);
color:#7986cc; ;
font-size: 2.8em;
font-style: oblique;
font-family: 'Gochi Hand';
text-align: center;
font-variant: small-caps;
text-shadow: 1px 1px 2px white, 0 0 25px #aab6fe, 0 0 5px #7986cb;
}
nav {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color:#49599a;
}
nav li {
float: left;
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
nav li a {
display:inline-block;
color: rgba(255, 255, 255, 0.808);
text-align: center;
padding: 16px;
font-size: 4.5mm;
font-weight: 600;
transition: font-size 0.35s;
}
nav li a:hover {
font-size: x-large;
text-shadow: 2px 2px 5px #aab6fe;
}
nav li a:hover>i{
font-size: 32px;
}
nav li > a > i {
font-size:24px;
text-align: end;
display: block;
}
nav li > a > span {
display: block;
}
nav a:link, a:hover, a:visited, a:active {
text-decoration: none;
}
nav a.active {
background-color: #aab6fe;
color: white;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #aab6fe;
color:white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
display: block;
}
aside {
margin-top: 0;
width: 20%;
float: left;
overflow: auto;
padding:0 10px;
height: calc(100% - 90px);
top:90px;
}
aside ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
background-color: #7986cb;
height: 100%;
overflow: auto;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
aside li a {
display: block;
color: rgb(248, 248, 248);
padding: 8px 16px;
text-decoration: none;
}
aside li a.active {
background-color:#49599a;
color: white;
border-left: 2px solid white;
border-bottom: 2px solid white;
border-top: 2px solid white;
border-radius: 5px;
box-shadow: none;
}
aside li a:hover:not(.active) {
background-color: #49599a;
color: white;
color: white;
border-left: 2px solid white;
border-bottom: 2px solid white;
border-top: 2px solid white;
border-radius: 5px;
border-radius: 5px;
box-shadow: none;
}
article {
width: 80%;
float: right;
color:rgb(255, 255, 255);
font-size:4mm;
margin-top: -2ch;
}
article > h2{
-webkit-text-stroke-width: 0.2mm;
-webkit-text-stroke-color: rgb(253, 255, 255);
font-style: italic;
font-size:10mm;
color: #aab6fe;
font-variant: small-caps;
font-family:'Comic Sans MS', cursive, sans-serif;
}
article > p {
border: 2px solid rgba(149, 150, 151, 0.808);
padding: 30px;
margin-right: 50px;
border-radius: 15px 50px 30px;
margin-top: -2ch;
text-indent: 20px;
}
p::first-letter {
color: #aab6fe;
font-size: xx-large;
font-family: 'Bonbon';
font-weight: bold;
text-shadow: 1.5px 1.5px 3px #7986cb
;
}
section:after {
content: "";
display: table;
clear: both;
}
.header {
display: block;
position: relative;
}
@media (max-width: 600px) {
nav, aside, article {
width: 100%;
height: auto;
}
}
.unicorn-heart {
display: block;
color:rgb(149, 150, 151, 0.808);
font-size: 30mm;
position: absolute;
top: 0;
right: 300px;
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
height: 25mm;
}
.unicorn-heart2 {
display: block;
color:rgb(149, 150, 151, 0.808);
font-size: 30mm;
position: absolute;
top: 0;
left: 300px;
}
h2::before {
content: url(./public/imgs/h1.png)
}
| 0.543833 | 0.103024 |
html, body {
overflow: hidden;
}
body {
background: #471C51 !important;
padding: 0;
margin: 0;
font-size: 12px;
color: #eee;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-touch-action: none;
-o-touch-action: none;
}
#tabHostIndicator {
z-index: 2000;
width: 100%;
position: absolute;
margin-top: 54px;
}
#tabHostFailMsg {
z-index: 2000;
width: 100%;
position: absolute;
margin-top: 75px;
}
#alert-confirm-dialog, #alert-info-dialog, #selection-dialog {
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
opacity: 0;
}
#tabHost {
/* top:44px; */
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-ms-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.panelContent {
font-size: 13px;
color: black;
/* background: #e7daeb; */
/*padding: 10px;*/
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px;
/*padding-left: 20px;*/
margin-top: 0px !important;
/*overflow-y:scroll;*/
/*overflow:scroll;*/
-webkit-overflow-scrolling: touch;
}
.panelCaption {
font-size: 15px;
color: white;
margin: 0px 10px 0px 10px;
border-bottom: 1px solid #e6e6e6;
}
.accHeader {
font-size: 15px;
color: #fff6c0;
margin-top: 50px;
}
/*** BACKGROUND-LAYOUT ***/
.gradient-background-layer-0 {
height: 100%;
width: 100%;
position: absolute;
/* IE10 Consumer Preview *//* */
/*background-image: -ms-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* Mozilla Firefox *//* */
/*background-image: -moz-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* Opera *//* */
/*background-image: -o-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* Webkit (Safari/Chrome 10) *//* */
/*background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #63376A), color-stop(1, #4D225A));*/
/* Webkit (Chrome 11+) *//* */
/*background-image: -webkit-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* W3C Markup, IE10 Release Preview *//* */
/*background-image: radial-gradient(circle closest-side at center, #63376A 0%, #4D225A 100%);*/
background-image: url('../assets/images/user_bg.png');
background-position: center;
background-size: cover;
display: none;
}
.gradient-background-layer-2 {
height: 600px;
width: 100%;
position: absolute;
/*background: -webkit-linear-gradient(330deg, rgba(207, 19, 116, 0.4) 0%, rgba(235, 19, 130, 0.4) 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);*/
}
.gradient-background-layer-3 {
position: absolute;
/*background: -webkit-linear-gradient(230deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(77, 22, 79, 0.1) 60%, rgba(255, 91, 59, 0.1) 100%);*/
width: 100%;
height: 600px;
}
/*** BACKGROUND-LAYOUT END ***/
/*** SLIDEMENU-LAYOUT ***/
.menu-layout {
float: left;
display: block;
position: relative;
z-index: 1;
top: 25px;
bottom: 0px;
left: -260px;
width: 260px;
height: 100%;
margin: auto;
/* background: url("../assets/images/menu_bg.png"); */
background-size: cover;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
-ms-touch-action: none;
cursor: default;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
min-height: 450px;
max-height: 735px;
border-bottom-left-radius:5px;
border-top-left-radius:5px;
/*border:solid rgba(255, 255, 255, 0.9);*/
}
/* -------------- HEADER CONFIG START --------------*/
.menu-layout .menu-header {
width: 260px;
height: 115px; /*tucvv cmt */
background:rgb(255, 254, 252);
color: #FDFDFD;
/* font-family: 'TPB-DaxlinePro-Medium'; */
/*font-family: Tahoma, Helvetica, sans-serif;*/
font-size: 12px;
font-weight: bold;
overflow: hidden;
position: relative;
height: 20% !important;
}
.menu-layout .menu-header span {
position: absolute;
padding: 10px 10px 10px 10px;
}
.menu-layout .menu-header .exit-button {
/*width:66px;padding:1px;padding-top:4px;font-weight:bold;font-size:15px;text-align:center;*/
position: absolute;
width: 55px;
height: 30px;
top: 11px; /*ngoctd3cmt*/
/*left: 150px;*/
right: 15px;
padding: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius: 4px;
background: rgba(255, 255, 255, 0.4);
font-weight: bold;
font-size: 15px;
text-align: center;
}
.menu-layout .menu-header .exit-button span {
position: absolute;
padding: 5px 5px 5px 1px;
left: 6px;
}
.menu-layout .menu-header .exit-button em {
position: absolute;
top: 7.2px;
right: 8px;
/*font-family: 'EBankPro';*/
font-style: normal;
}
/*tucvv add*/
.cifval{font-weight: normal;padding: 0 !important; color:#424242}
.menu-profile-container {
float:left;
padding: 6% 2%;
width:36%;
}
.menu-profile-name {
width: 60%;
cursor: pointer;
word-break: break-all;
word-wrap: word-break;
display: block;
color:#424242;
float:left;
position: relative !important;
padding: 0 !important;
margin-top:35px;
}
.menu-profile-icon {
font-size: 22px;
margin: -6px 2px 2px -3px;
}
/* -------------- HEADER CONFIG END --------------*/
.menu-layout ul li .menu-layout-contents-sub .wrapper {
outline: none;
position: absolute;
z-index: 1;
top: 0px;
bottom: 0px;
left: 0;
width: 100%;
background: #ffffff;
overflow: hidden;
-ms-touch-action: auto;
}
.menu-layout-contents {
/*font-family: 'TPB-DaxlinePro-Medium';*/
font-weight: bold;
/*position: relative;*/
margin: 0;
padding: 0;
border: none;
outline: none;
border-top: solid 1px #eedaf0;
}
.menu-layout-contents ul, .menu-layout-contents div, .menu-layout-contents span {
/*font-weight:bold;*/
/*font-family: 'TPB-DaxlinePro-Regular';*/
font-weight: 600;
position: relative;
margin: 0;
padding: 0;
border: none;
outline: none;
}
.menu-layout-contents li > div {
outline: none;
display: block;
position: relative;
min-width: 110px;
/*color: #424242;*/
/*font-family: 'TPB-DaxlinePro-Medium';*/
font-size: 13px;
text-decoration: none;
border-bottom: solid 1px #eedaf0;
background: transparent;
/*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);*/
height: 38px;
text-align: left;
}
#scroller-menu > ul > li:hover{
background: none;
}
.bg-transparent{
background: none;
}
#logout_link,
.menu-style-li:hover{
background: none;
}
#logout_link,
.menu-style-li{
background: rgba(255, 255, 255, 0.8);
}
.menu-layout-contents > li:hover > div > .langNoStyle{color: rgb(246, 144, 19) !important;}
.menu-layout-contents li:hover > div > #quick{
color: #5f2f85 !important;
}
.menu-layout-contents em {
outline: none;
position: absolute;
top: 8px;
left: 0;
margin-left: 10px;
color: #ce93d8;
/*font-family: 'EBankPro';*/
font-size: 20px;
font-style: normal;
}
.menu-layout-contents li > div {
height: 38px;
padding: 10px 0 18px 42px;
}
.menu-layout-contents li > div span {
outline: none;
display: none;
position: absolute;
right: 0;
top: 10px;
margin-right: 15px;
padding: 2px 8px;
/*font-family: 'TPB-DaxlinePro-Light';*/
background: #e66a25;
-webkit-border-radius: 50%;
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-webkit-border-bottom-right-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.menu-layout-contents > li:target > div span {
outline: none;
color: #fdfdfd;
background: #e66a25;
}
.menu-layout-contents > li:hover > div em, .menu-layout-contents > li:target > div em {
outline: none;
color: #ce93d8;
}
/* Images */
.menu-layout-contents > li > div:before {
outline: none;
position: absolute;
top: 0;
left: 0;
content: '';
width: 24px;
height: 24px;
margin: 4px 8px;
}
/* Sub Menu */
.menu-layout-contents li > .menu-layout-contents-sub {
height: 0px;
}
.menu-layout-contents-sub li div {
/*font-family: 'TPB-DaxlinePro-Light';*/
outline: none;
color: #5f2f85;
background: #ffffff;
}
.menu-layout-contents-sub li div:first-child {
border-bottom: 1px solid #ebebeb;
}
.menu-layout-contents-sub li .menu-func-two-line {
padding-top: 1px !important;
}
/*.menu-layout-contents-sub li:last-child div {*/
/*outline: none;*/
/*border-bottom: 1px solid #9a829c;*/
/*}*/
.menu-layout-contents-sub li > div span {
outline: none;
color: #ff8c29;
background: transparent;
border-bottom: 1px solid #D4D0C8;
/*-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;*/
display: none;
}
.menu-layout-contents-sub li > div .no-child {
font-size: 20px;
border: none;
color: #ff8c29;
right: -5px;
top: 15.5px;
}
.menu-layout-contents-sub em {
outline: none;
position: absolute;
top: 13px;
left: 0;
margin-left: 18px;
color: #5f2f85;
/*font-family: 'TPB-DaxlinePro-Light';*/
font-size: 12px;
}
.menu-layout-contents-sub li:target div {
outline: none;
background: #efefef;
}
/* Functionality */
.menu-layout-contents li > .menu-layout-contents-sub {
opacity: 0;
outline: none;
overflow: hidden;
-ms-touch-action: none;
-webkit-transition: height .1s ease-in-out;
-moz-transition: height .1s ease-in-out;
-o-transition: height .1s ease-in-out;
-ms-transition: height .1s ease-in-out;
transition: height .1s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.langNoStyle {
display: inline;
color: #424242;
}
.langNoStyle > span{color: #eee}
.langNoStyle:hover {
color: #F60;
text-decoration: none;
border: 0px;
}
.langNoStyleSelected {
color: #F60 !important;
text-decoration: none;
border: 0px;
}
/*** PROMOTION MENU ***/
.promotion-layout {
display: none;
position: absolute;
z-index: 1;
top: 0px;
bottom: 0px;
right: 0px;
width: 260px;
padding-left: 30px;
height: 100%;
background: #471C51;
overflow: hidden;
-ms-touch-action: none;
cursor: default;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
/* -------------- HEADER CONFIG START --------------*/
.promotion-layout .promotion-header {
width: 250px;
height: 40px;
margin-left: -20px;
background: #ff8c29;
color: #FDFDFD;
/*font-family: 'TPB-DaxlinePro-Medium';*/
/*font-family: Tahoma, Helvetica, sans-serif;*/
font-size: 18px;
/*font-weight:bold;*/
}
.promotion-layout .promotion-header span {
position: absolute;
padding: 10px;
}
.promotion-layout .promotion-header .reload-button {
position: absolute;
width: 30px;
height: 30px;
top: 5px;
right: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius: 4px;
background: rgba(255, 255, 255, 0.4);
font-size: 16px;
}
.promotion-layout .promotion-header .reload-button span {
position: absolute;
padding: 5px;
left: 8px;
}
.promotion-layout .promotion-header .reload-button em {
position: absolute;
top: 7.2px;
right: 8px;
/*font-family: 'EBankPro';*/
font-style: normal;
}
/* -------------- HEADER CONFIG END --------------*/
#wrapper-promtion {
margin-left: -20px;
/*height:100%;*/
}
#promotion.content > p {
text-align: justify;
}
.promotion-layout-contents {
/*font-family: 'TPB-DaxlinePro-Medium';*/
font-weight: bold;
position: relative;
margin: 0;
padding: 0;
border: none;
outline: none;
}
.promotion-layout-contents ul, .promotion-layout-contents div, .promotion-layout-contents span {
/*font-weight:bold;*/
/*font-family: 'TPB-DaxlinePro-Regular';*/
font-weight: normal;
position: relative;
margin: 0px 0 0 4px;;
padding: 0;
border: none;
outline: none;
}
.promotion-layout-contents li > div {
outline: none;
display: table;
position: relative;
min-width: 110px;
color: #FDFDFD;
/*font-family: 'TPB-DaxlinePro-Medium';*/
margin-top: -18px;
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
text-decoration: none;
border-bottom: solid 1px #5F314A;
background: transparent;
/*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);*/
height: 40px;
}
.promotion-layout-contents li > div > img {
position: inherit;
display: inline;
margin: 8px 8px 4px 4px;
/*width:85px;
height:55px;*/
width: 35px;
height: 35px;
float: left;
/*border:solid 1px #FF6600;*/
/*border-radius:5px;*/
}
.promotion-layout-contents li > div > div {
position: inherit;
/*display:inline;*/
font-size: 110%;
white-space: pre-wrap;
height: 53px;
margin-top: 2px;
overflow: hidden;
text-overflow: ellipsis;
}
.promotion-layout-contents > li:target > div {
outline: none;
color: #ff8c29;
background: transparent;
}
.promotion-layout-contents li > div span {
outline: none;
display: block;
position: absolute;
right: 0;
margin-right: 15px;
padding: 2px 7px;
/*font-family: 'TPB-DaxlinePro-Light';*/
background: #ff8c29;
-webkit-border-radius: 50%;
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-webkit-border-bottom-right-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.promotion-layout-contents > li:target > div span {
outline: none;
color: #fdfdfd;
background: #ff8c29;
}
.promotion-layout-contents > li:hover > div em, .promotion-layout-contents > li:target > div em {
outline: none;
color: #ff8c29;
}
/* Images */
.promotion-layout-contents > li > div:before {
outline: none;
position: absolute;
top: 0;
left: 0;
content: '';
width: 24px;
height: 24px;
margin: 4px 8px;
}
/*** PROMOTION MENU END ***/
/*** SLIDEMENU-LAYOUT END ***/
/*** MAIN-LAYOUT ***/
.main-layout {
max-width: 740px;
min-width: 504px;
max-height: 735px;
min-height: 450px;
z-index: 100;
position: relative;
width: 100%;
height: 100%;
top: 25px;
/*left: -1px;*/
/* border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px; */
/* box-shadow: 0px -5px 5px 1px #000000;
-moz-box-shadow: 0px -5px 5px 1px #000000;
-webkit-box-shadow: 0px -5px 5px 1px #000000; */
cursor: default;
/*background: #f76115; *//* Old browsers*/
/*background: -moz-linear-gradient(top, #f76115 0%, #8700c2 100%); *//* FF3.6+*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f76115), color-stop(100%, #8700c2)); *//*Chrome,Safari4+*/
/*background: -webkit-linear-gradient(top, #f76115 0%, #8700c2 100%); *//*Chrome10+,Safari5.1+*/
/*background: -o-linear-gradient(top, #f76115 0%, #8700c2 100%); *//*Opera 11.10+*/
/*background: -ms-linear-gradient(top, #f76115 0%, #8700c2 100%); *//*IE10+*/
/*background: linear-gradient(top, #f76115 0%, #8700c2 100%); *//*W3C*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f76115', endColorstr = '#8700c2', GradientType = 0); *//*IE6-9*/
background: rgba(255, 255, 255, 0.85);
opacity: 1;
border-bottom-right-radius:5px;
border-top-right-radius:5px;
}
.main-layout .header {
z-index: 1000;
position: absolute;
width: 100%;
left: 0px;
height: 40px;
/*background-color: #471C51;*/
/*box-shadow: 0px 0px 1px #FFFFFF;*/
/*-moz-box-shadow: 0px 0px 1px #FFFFFF;*/
/*-webkit-box-shadow: 0px 0px 1px #FFFFFF;*/
border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.main-layout .header .handle {
font-size: 25px;
left: 0;
top: 0;
padding: 10px;
position: absolute;
float: left;
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .header .handle>* {
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .header .grid {
left: 0;
width: 100%;
bottom: -9px;
padding: 10px;
position: absolute;
background-image: url("../assets/images/hdivider.png");
background-position: center;
background-size: cover;
}
.main-layout .header .help {
font-size: 16px;
right: 26;
top: 0;
padding: 6px 40px;
position: absolute;
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .header .notificationId {
font-size: 18px;
top: 0px;
float: right;
/*padding: 12px;*/
width: 45px;
height: 40px;
/*border-radius: 50%;*/
position: relative;
z-index: 9999;
text-align: center;
line-height: 40px; /* the same as your div height */
}
.main-layout .header .notificationId p {
line-height: 1.5;
display: inline-block;
vertical-align: middle;
}
.main-layout .header .notificationId:active {
background: rgba(255, 255, 255, 0.05);
}
.main-layout .header .navigationlogo {
left: 0px;
top: 15px;
position: absolute;
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .main-layout-contents {
position: absolute;
top: 140px;
left: 0;
width: 100%;
height: 100px;
}
.main-layout .main-layout-subview {
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
position: absolute;
top: 0;
left: 0;
padding-left: 20px;
width: 99%;
max-height: 650px;
/* background: rgba(255, 255, 255, 0.8); */
height: 100%;
min-height: 340px;
margin-top: 0px;
bottom: 0px !important;
}
/* Let's get this party started */
.main-layout .main-layout-subview::-webkit-scrollbar {
width: 6px;
}
/* Track */
.main-layout .main-layout-subview::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-webkit-border-radius: 2px;
border-radius: 2px;
}
/* Handle */
.main-layout .main-layout-subview::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
}
.main-layout .main-layout-vertical-slideview {
position: absolute;
top: 140px;
left: 0;
width: 100%;
height: 100px;
}
.main-layout .main-layout-vertical-slideview > div {
padding-bottom: 10px;
}
.main-layout .footer {
z-index: 101;
position: fixed;
top: 58%;
width: 100%;
left: 0px;
height: 155px;
overflow-y: hidden;
}
.main-layout .footer::-webkit-scrollbar-thumb {
height: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.main-layout .footer .footer-slide {
height: 100%;
white-space: nowrap;
}
.main-layout .footer .callsupport {
z-index: 102;
font-size: 25px;
left: 10px;
bottom: 5px;
padding: 0px;
position: absolute;
float: left;
/*-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;*/
}
.main-layout .footer .changebrowser {
z-index: 102;
font-size: 25px;
left: 50px;
bottom: 5px;
padding: 0px;
position: absolute;
float: left;
}
.main-layout .footer .changebrowser {
float: left;
/*margin-left:10px;*/
font-size: 100%;
}
.main-layout>.footer>.changelanguage {
float: left;
/*margin-left: 90px;*/
margin-left: 50px;
padding-top: 5px;
font-size: 100%;
}
/*** MAIN-LAYOUT END ***/
/*** LOADING ***/
/* Second Loadin Circle */
.loading {
z-index: 2000;
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
transition: opacity 1s;
-moz-transition: opacity 1s;
-webkit-transition: opacity 1s; /* Safari */
-ms-transition: opacity 1s;
opacity: 1;
display: none;
}
.loading .circle {
background-color: rgba(0, 0, 0, 0);
border: 5px solid rgba(0, 183, 229, 0.9);
/*border: 5px solid rgba(245, 131, 31, 0.9);*/
opacity: .9;
border-right: 5px solid rgba(0, 0, 0, 0);
border-left: 5px solid rgba(0, 0, 0, 0);
border-radius: 50px;
-webkit-border-radius: 50px;
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius: 50px;
box-shadow: 0 0 35px #2187e7;
/*box-shadow: 0 0 35px #FFAC48;*/
width: 50px;
height: 50px;
margin: 0 auto;
animation: spinPulse 1s infinite ease-in-out;
-ms-animation: spinPulse 1s infinite ease-in-out;
-moz-animation: spinPulse 1s infinite ease-in-out;
-webkit-animation: spinPulse 1s infinite linear;
}
.loading .circle1 {
background-color: rgba(0, 0, 0, 0);
border: 5px solid rgba(0, 183, 229, 0.9);
/*border: 5px solid rgba(245, 131, 31, 0.9);*/
opacity: .9;
border-left: 5px solid rgba(0, 0, 0, 0);
border-right: 5px solid rgba(0, 0, 0, 0);
border-radius: 50px;
-webkit-border-radius: 50px;
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius: 50px;
box-shadow: 0 0 15px #2187e7;
/*box-shadow: 0 0 15px #FFAC48;*/
width: 30px;
height: 30px;
margin: 0 auto;
position: relative;
animation: spinoffPulse 1s infinite linear;
-ms-animation: spinoffPulse 1s infinite linear;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
50% { -moz-transform:rotate(145deg); opacity:1; }
100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
0% { -moz-transform:rotate(0deg); }
100% { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes spinPulse {
0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
50% { -webkit-transform:rotate(145deg); opacity:1;}
100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(360deg); }
}
@-ms-keyframes spinPulse {
0% { -ms-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
50% { -ms-transform:rotate(145deg); opacity:1;}
100% { -ms-transform:rotate(-320deg); opacity:0; }
}
@-ms-keyframes spinoffPulse {
0% { -ms-transform:rotate(0deg); }
100% { -ms-transform:rotate(360deg); }
}
/*** LOADING END ***/
/*** ACCOUNT SELECT ***/
.account-select {
position: absolute;
height: 90px;
width: 100%;
top: 60px;
color: white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
/*font-family: 'TPB-DaxlinePro-Regular';*/
}
.account-select .left-arrow {
top: 25px;
position: absolute;
left: 8px;
font-size: 40px;
}
.account-select .right-arrow {
top: 25px;
position: absolute;
right: 8px;
font-size: 40px;
}
.account-select-content {
top: 20px;
left: 5px;
width: 300px;
height: 90px;
/*font-family: 'TPB-DaxlinePro-Regular';*/
/*float: left;*/
position: absolute; /* On older OS versions "position" and "z-index" must be defined, */
/*z-index: 1; *//* it seems that recent webkit is less picky and works anyway. */
overflow: hidden;
}
.account-select-content .scroller {
width: 2100px;
height: 100%;
float: left;
padding: 0;
}
.account-select-content .scroller ul {
list-style: none;
display: block;
float: left;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
text-align: left;
}
.account-select-content .scroller li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
float: left;
width: 300px;
height: 90px;
text-align: center;
/*font-family: georgia;*/
font-size: 18px;
line-height: 140%;
opacity: 1;
/*-webkit-transition: opacity .2s;*/
/*-moz-transition: opacity .2s;*/
/*-o-transition: opacity .2s;*/
/*-ms-transition: opacity .2s;*/
/*transition: opacity .2s;*/
}
.account-select-content .scroller li .account-text {
/*position: absolute;*/
float: left;
/*left: 0px;*/
/*font-size: 36px;*/
font-size: 44px;
width: 100%;
padding-top: 10px;
/*font-family: 'TPB-DaxlinePro-Light';*/
/*font-family: Tahoma, Helvetica, sans-serif;*/
}
@media only screen and (min-width: 320px) {
.account-select-content .scroller li .account-text {
font-size: 44px;
}
.account-select .left-arrow {
font-size: 40px;
}
.account-select .right-arrow {
font-size: 40px;
}
}
@media only screen and (min-width: 640px) {
.account-select-content .scroller li .account-text {
font-size: 48px;
}
.account-select .left-arrow {
font-size: 50px;
}
.account-select .right-arrow {
font-size: 50px;
}
}
@media only screen and (min-width: 800px) {
.account-select-content .scroller li .account-text {
font-size: 54px;
}
.account-select .left-arrow {
font-size: 55px;
}
.account-select .right-arrow {
font-size: 55px;
}
}
.account-select-content .scroller li .balance-text {
/*font-family: 'TPB-DaxlinePro-Regular';*/
/*position: absolute;*/
float: left;
width: 100%;
/*right: 0px;*/
font-size: 12px;
padding-top: 5px;
}
/*** ACCOUNT SELECT END ***/
/*DatMD custom menu*/
.menu-layout-contents-sub li div.custom-menu {
/*font-family: 'TPB-DaxlinePro-Light';*/
/*outline: none;*/
color: #fff;
background: transparent;
/*margin-left: 15px;*/
}
.menu-layout-contents-sub li div.custom-menu-li-div {
/*font-family: 'TPB-DaxlinePro-Light';*/
/*outline: none;*/
color: #fff;
background: transparent;
}
.menu-layout-contents-sub li.custom-menu div:first-child {
border-bottom: 1px solid #5f314a;
}
.avatar-size {
max-width: 100%;
border: solid 2px #fff;
border-radius: 100%;
height: 80px;
width: 80px;
}
#menu-profile-avatar .menu-profile-icon:before{
background: #561f45;
padding: 10px;
border-radius: 100%;
font-size: 40px;
}
#menu-profile-avatar .menu-profile-icon{padding: 30px 15px;}
/*END DatMD custom menu*/
::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
background-color: transparent;
}
::-webkit-scrollbar-thumb {
/*height: 6px;*/
/*border: 4px solid rgba(0, 0, 0, 0);*/
height: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: #ff8c29;
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:horizontal {
/*height: 6px;*/
/*border: 4px solid rgba(0, 0, 0, 0);*/
height: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
overflow-x:hidden;
}
.pages {
position: relative;
width: 100%;
height: 100%;
overflow: hidden
}
.page {
box-sizing: border-box;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0);
opacity:0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.page.cached {
display: none
}
.page-on-center
{
pointer-events: auto;
opacity: 1;
}
.page-on-left {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.page-on-right {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0);
transform: translate3d(0, 56px, 0)
}
.page-content {
overflow: auto;
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
height: 100%;
position: relative;
z-index: 1
}
.page-transitioning {
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.page-from-right-to-center {
-webkit-animation: pageFromRightToCenter .3s forwards;
animation: pageFromRightToCenter .3s forwards
}
.page-from-center-to-right {
-webkit-animation: pageFromCenterToRight .3s forwards;
animation: pageFromCenterToRight .3s forwards
}
@-webkit-keyframes pageFromRightToCenter {
from {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0)
}
}
@keyframes pageFromRightToCenter {
from {
opacity: 0;
transform: translate3d(0, 56px, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes pageFromCenterToRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0)
}
}
@keyframes pageFromCenterToRight {
from {
opacity: 1;
transform: translate3d(0, 0, 0)
}
to {
opacity: 0;
transform: translate3d(0, 56px, 0)
}
}
.page-from-center-to-left {
-webkit-animation: pageFromCenterToLeft .3s forwards;
animation: pageFromCenterToLeft .3s forwards
}
.page-from-left-to-center {
-webkit-animation: pageFromLeftToCenter .3s forwards;
animation: pageFromLeftToCenter .3s forwards
}
@-webkit-keyframes pageFromCenterToLeft {
from {
opacity: 1
}
to {
opacity: 1
}
}
@keyframes pageFromCenterToLeft {
from {
opacity: 1
}
to {
opacity: 1
}
}
@-webkit-keyframes pageFromLeftToCenter {
from {
opacity: 1
}
to {
opacity: 1
}
}
@keyframes pageFromLeftToCenter {
from {
opacity: 1
}
to {
opacity: 1
}
}
/*Tucvv css narrowdown menu doc*/
.header-down-narrow{
position: absolute;
right:8px;
bottom: 10px;
color:#ff8c29;
font-size: 15px;
transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
.table-customer-info .nohover
{padding-left: 10px;}
.table-customer-info ul li
{
list-style: none;
}
.table-customer-info ul,.table-customer-info li{margin:0;padding: 0}
.table-customer-info li{padding-left: 10px !important;}
.table-customer-info ul li{padding: 0;margin: 0;border-bottom: solid 1px rgba(206,147,216,0.3);word-break: break-all;text-align: left;}
.table-customer-info{
width: 260px;
overflow: hidden;
line-height: 40px;
color: #424242;
}
.table-customer-info .infor-left-value
{
margin-right: 10px;
float: right;
color: #424242;
}
.table-customer-info .list-style{display: inline-block;
width: 9px;
height: 9px;
border: solid 2px #a264bb;
border-radius: 100%;
margin-right: 10px;
}
.table-customer-info .label-left-menu{
font-family: TPBNeoSans_Bold;
color: #424242;
}
#wrapper-menu{
position: relative !important;
overflow: auto;
height: 80% !important;
background: rgba(255, 255, 255, 0.9);
}
#bg-customer-info
{
position: absolute;
width: 260px;
background:#f2e6f2;
background-size: cover;
top: 0;
left: 0;
z-index: 100;
transition: all 0.5s;
height: 152%;
}
#bg-customer-info td
{
color: #424242;
}
#btn_edit_information
{
margin: 10px 30px;
text-align: center;
background: #ff8c29;
color: #fff;
height: 35px;
text-transform: uppercase;
border-radius: 20px;
line-height: 35px;
font-size: 14px;
font-weight: bold;
}
.header-up-narrow{
position: absolute;
right:8px;
bottom: 10px;
color:#ff8c29;
font-size: 15px;
transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
.header-down-narrow span,.header-up-narrow span,#header_div_logout span{
position: relative !important;}
#header_div_logout{
position: absolute;
top:6px;
right:8px;
color: #424242;
font-size: 15px;
}
#menu-profile-avatar{position: relative;height: 115px;}
#link_change_avatar{
position: absolute;
text-align: center;
top:57%;
width:100%;
color: #ff8c29;
left:0;
font-size: 9px;
text-transform: uppercase;
}
#bottom_bar
{
width: 100%;
overflow: hidden;
background: rgba(156, 101, 165,1);
position: fixed;
bottom: 0;
left:0;
height: 60px;
color: #e1bee7;
border-top:solid 1px #a479ab;
}
#bottom_bar [class^="icon-"]:before, [class*=" icon-"]:before
{
font-size: 22px;
}
#bottom_bar .active
{
background: rgba(255, 143, 0, 0.8);
}
#bottom_bar .text-label
{
font-size: 10px;
color: #e1bee7;
}
#bottom_bar .active ,#bottom_bar .active .text-label,#bottom_bar .active [class^="icon-"]:before, [class*=" icon-"]:before
{
color:#fff;
}
#bottom_bar span
{
display: table-row;
text-align: center;
}
#bottom_bar .home
{
padding-top: 10px;
display: table;
width:17.7%;
float: left;
padding-bottom: 10px;
height: 60px;
}
#bottom_bar .item
{
padding-top: 10px;
display: table;
float: left;
padding-bottom: 10px;
height: 60px;
}
#bottom_bar .recent
{
display: table;
width:29.8%;
float: left;
}
#bottom_bar .overview-finance
{
width:27.2%;
}
#bottom_bar .manage-finance
{
width:25.3%;
}
/*Tucvv style phần hiển thị tên khách hàng, ngày tháng hiện tại ở trang chủ*/
.bg-banner-home{
height: 111px;
padding-bottom: 40px;
padding-top: 88px;
overflow: hidden;
width: 100%;
text-align: center;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bg-banner-home .customer-name{
font-size: 18px;
display: block;
}
#datetime_now{
font-size: 12px;
line-height: 22.5px;
}
.navActionbar {
width: 71%;
height: 161px;
position: relative;
/*background: rgba(255, 255, 255, 0.15);*/
top: 25px;
left: 0;
z-index: 100;
display: none;
/*border-bottom: 1px solid rgb(162, 100, 187);*/
/*border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
/*-webkit-transition: all .3s ease-in-out;*/
/*transition: all .3s ease-in-out;*/
margin-left: 270px;
}
/*** tranfer-list-benefic - DangLn.Fsoft**/
#tranfer-list-benefic .txtKeyword {
}
#tranfer-list-benefic .td-text{
background-color: transparent;
}
#tranfer-list-benefic input{
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.46);
font-size: 12px;
padding: 0px 34px;
}
#tranfer-list-benefic .td-text div#search{
position: absolute;
width: 100%;
padding: 20px;
margin: -5px 0px -20px -18px;
background: rgba(255, 255, 255, 0.31);
border-bottom: 1px solid rgba(255, 255, 255, 0.59);
}
#tranfer-list-benefic .td-text div#search div{
position: relative;
}
#tranfer-list-benefic .td-text div#search span{
font-size: 22px;
position: absolute;
left: 10px;
line-height: 38px;
}
#pg-visa-debit-detail .fix-margin-div,
#pg-visa-credit-detail .fix-margin-div,
#pg-atm-detail .fix-margin-div{
margin-top: 30px;
}
#pg-visa-debit-detail .p-background,
#pg-visa-credit-detail .p-background,
#pg-atm-detail .p-background{
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
padding: 5px;
background: rgba(255, 255, 255, 1);
line-height: 25px;
padding: 0px;
}
#pg-visa-debit-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245, 0.41);
}
#pg-visa-debit-detail .p-background div:first-child{
border-top: none;
}
#pg-visa-debit-detail .p-background span:last-child{
float:right;
}
#pg-visa-debit-detail .p-background div,
#pg-atm-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(0,0,0,0.1);
}
#pg-visa-debit-detail .p-div-background {
background: rgba(255, 255, 255,1);
position: relative;
display: flex;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
#pg-visa-debit-detail .p-div-background div{
width:34%;
float:left;
text-align: center;
}
#pg-visa-debit-detail .panelContent{
padding: 15px;
margin: 0px;
}
#pg-visa-debit-detail input{
width:40%;
}
#pg-visa-credit-detail .pg-head,
#pg-atm-detail .pg-head,
#pg-card-register .pg-head,
#pg-visa-debit-detail .pg-head{
background: none;
font-size: 100%;
padding: 15px;
font-weight: 200;
text-align: center;
}
#pg-visa-credit-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245, 0.41);
}
#pg-visa-credit-detail .p-background div:first-child{
border-top: none;
}
#pg-visa-credit-detail .p-background span:last-child{
float:right;
}
#pg-visa-credit-detail .p-background div, #pg-atm-detail .p-div-background{
padding: 5px 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#pg-visa-credit-detail .p-div-background {
background: rgba(255, 255, 255, 1);
position: relative;
display: flex;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
#pg-visa-credit-detail .p-div-background div{
width:34%;
float:left;
text-align: center;
}
#pg-visa-credit-detail .panelContent{
padding: 15px;
margin: 0px;
}
#pg-visa-credit-detail input{
width:40%;
}
#pg-atm-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245, 0.41);
}
#pg-atm-detail .p-background div:first-child{
border-top: none;
}
#pg-atm-detail .p-background span:last-child{
float:right;
}
#pg-atm-detail .p-background div, #pg-atm-detail .p-div-background{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245,1);
}
#pg-atm-detail .p-div-background {
background: rgba(255, 255, 255,1);
position: relative;
display: flex;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
#pg-atm-detail .p-div-background div{
width:34%;
float:left;
text-align: center;
}
#pg-atm-detail .panelContent{
padding: 15px;
margin: 0px;
}
#pg-atm-detail input{
width:40%;
}
/* #pg-card-register DangLn.Fsoft*/
#pg-card-register td{
padding: 0px;
margin:0px;
}
#pg-card-register table.p-tbl-item{
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
padding: 5px;
background: rgba(255, 255, 255, 0.3);
margin-bottom: 10px;
border-collapse: separate;
border-spacing: 2px;
}
#pg-card-register input[type="button"]{
font-size: 14px;
margin-top: 5px;
}
#pg-card-register div.title-td{
font-weight: bold;
}
#pg-card-register .p-title-td{
padding: 5px;
}
#pg-card-register div.p-title-strong{
border-radius: 6px;
/*background: rgba(255, 255, 255, 0.50);*/
color: #ff8c29;
padding: 4px;
min-height: 155px;
}
#pg-card-register .trow-space{
height: 8px;
}
#pg-card-register .p-desc{
font-size: 14px;
color: #0c751a;
padding: 5px;
}
#pg-card-register #tpbans div {
background: none!important;
padding:0px!important;
}
#pg-card-register #tpbans table{
background: none!important;
padding:0px!important;
width:100%;
}
#pg-card-register #tpbans .p-list-td-question td{
color:#000!important;
border-top:1px solid rgba(210, 207, 207, 0.35);
padding: 5px;
}
#pg-card-register #tpbans .p-list-td-answer-title td{
padding: 5px;
transition: all 2s linear;
}
#pg-card-register #tpbans .p-list-td-answer-desc td{
color: #000!important;
line-height: 0px;
padding-right: 27px;
}
#pg-card-register .p-padding{
padding-top:10px;
}
#pg-card-register #tpbans tr:nth-child(8n -2),
#pg-card-register #tpbans tr:nth-child(8n -1),
#pg-card-register #tpbans tr:nth-child(8n){
background: rgba(255, 255, 255, 0.2);
}
#question-adivisory tr:nth-child(8n -2),
#question-adivisory tr:nth-child(8n -1),
#question-adivisory tr:nth-child(8n){
background: rgba(255, 255, 255, 0.3);
border-top: 1px solid rgba(210, 207, 207, 0.35);
}
#question-adivisory .p-list-td-question td {
color: #FFF!important;
/* border-top: 1px solid rgba(210, 207, 207, 0.35); */
padding: 5px;
}
#pg-card-register .fix-padding{
padding-top: 30px
}
#pg-card-register #blockquestion{
margin:0px;
}
#pg-card-register .td-text{
background: none;
}
#pg-card-register .icon-edit,
#pg-card-register .icon-emailunread,
#pg-card-register .icon-contact-us{
color: #6a1b9a;
}
/**/
.pg-class-list-trans-src {
/*background-color: #E0E0E0;*/
padding: 15px;
/*border-bottom: solid 1px rgba(255,255,255,0.2);*/
height:65px;
position: relative;
margin-bottom: -5px;
padding-left: 10px;
}
.title-myaccount{
width: 100%;
text-align: left;
padding-left: 13px;
font-weight: bold;
color: #7b1fa2;
font-size: 12px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}
.pg-class-list-trans-src div span{
font-size: 22px;
font-weight: 900;
position: absolute;
color:#000;
top:22px;
left:21px;
}
.pg-class-list-trans-src div input{
font-size: 12px;
border-radius: 10px;
background-color: #ffffff;
height: 35px;
border: solid 1.5px rgba(158, 4, 153, 0.37);
padding-left: 40px;
font-style: italic;
}
#list-view-search .ul-list-default{
margin:0 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#list-view-search{padding: 0;}
.menu-header .menu-profile-name{
color:#7b1fa2;
text-align: left;
}
.icon-logo{color: #fff}
#cus-profile-address{color: #424242;}
/*anhntt cmt*/
.ul-list-default{
/*border: 1px solid rgba(0,0, 0, 0.07);*/
/*border-radius: 10px;*/
}
#fullPage{
max-width: 1000px;
max-height: 768px;
width: 100%;
}
#quick{
color: #fff;
}
.header-logo-change{
display: block;
float: right;
}
.header-logo-change1{
font-size: 18px;
top: 0px;
float: right;
/* padding: 12px; */
width: 45px;
height: 40px;
/* border-radius: 50%; */
position: relative;
/* z-index: 9999; */
text-align: center;
line-height: 40px;
}
.header-logo-change2{
font-size: 18px;
top: 4px;
float: right;
/* padding: 12px; */
width: 36px;
height: 27px;
/* border-radius: 50%; */
position: relative;
z-index: 9999;
text-align: center;
line-height: 27px;
margin-left: 15px;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 6px;
}
.icon-logo{
/*margin: 10px 0 10px;*/
margin: 0;
}
#bottom_page{
max-width: 1000px;
max-height: 768px;
}
#header-desktopmode{
max-width: 1000px;
max-height: 768px;
margin: 0 auto;
}
#final_li_2:hover,
#final_li:hover{
background: rgba(255, 255, 255, 0.8) !important;
cursor: default;
}
#index-non-ebank2{
display: none;
}
.gradient-background-layerDesktop{
height: 100%;
width: 100%;
position: absolute;
opacity: 0.5;
background: linear-gradient(to bottom, #6a1b9a 0%, #6a1b9a 100%);
}
#header_div_logout{
display: none;
}
.circle-buy-ol-mx{
width: 3%;
font-weight: bold;
color: #7b1fa2;
font-size: 15px;
float: left;
padding-bottom: 10px;
padding-left: 10px;
}
.content-bg-buy-ol-mx{
width: 70%;
font-size: 15px;
float: left;
padding-bottom: 10px;
padding-left: 10px;
}
.non-ebank-layout{
height:75% !important;
top:44px !important;
}
#pie-chart{
float:left;
width:120px;
text-align:center;
margin-top:30px;
height:120px;
}
.item-singer-piechar-note{
margin-top: 10px;
}
#wrapper-menu{
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
#wrapper-menu::-webkit-scrollbar{
width:4px;
}
#wrapper-menu::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
-webkit-border-radius: 0px;
border-radius: 2px;
}
#wrapper-menu::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
overflow: visible;
height: 100px;
width: 6px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: #ff8c29;
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
}
#wrapper-menu::-webkit-scrollbar-thumb:horizontal {
-webkit-border-radius: 2px;
border-radius: 2px;
overflow: visible;
height: 100px;
width: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
}
/*#wrapper-menu:hover{
overflow: auto;
}*/
#wrapper-menu{
overflow: hidden;
}
#wrapper-menu:active{
overflow: auto;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset !important;
}
.main-layout-subview-child {
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
position: absolute;
top: 0;
left: 0;
padding-left: 20px;
width: 99%;
max-height: 650px;
/* background: rgba(255, 255, 255, 0.8); */
height: 100%;
min-height: 340px;
margin-top: 0px;
bottom: 0px !important;
}
/* Let's get this party started */
.main-layout-subview-child::-webkit-scrollbar {
width: 6px;
}
/* Track */
.main-layout-subview-child::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-webkit-border-radius: 2px;
border-radius: 2px;
}
/* Handle */
.main-layout-subview-child::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
}
/*END RECYCLERVIEW*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#wrapper-menu{
position: relative !important;
overflow: auto;
height: 620px !important;
background: rgba(255, 255, 255, 0.9);
}
}
@supports (-ms-accelerator:true) {
#wrapper-menu{
position: relative !important;
overflow: auto;
height: 620px !important;
background: rgba(255, 255, 255, 0.9);
}
}
@-moz-document url-prefix() {
#wrapper-menu {
position: relative !important;
overflow: auto;
height: 620px !important;
background: rgba(255, 255, 255, 0.9);
}
}
|
src/resource/css/style.css
|
html, body {
overflow: hidden;
}
body {
background: #471C51 !important;
padding: 0;
margin: 0;
font-size: 12px;
color: #eee;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-touch-action: none;
-o-touch-action: none;
}
#tabHostIndicator {
z-index: 2000;
width: 100%;
position: absolute;
margin-top: 54px;
}
#tabHostFailMsg {
z-index: 2000;
width: 100%;
position: absolute;
margin-top: 75px;
}
#alert-confirm-dialog, #alert-info-dialog, #selection-dialog {
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
opacity: 0;
}
#tabHost {
/* top:44px; */
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-ms-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.panelContent {
font-size: 13px;
color: black;
/* background: #e7daeb; */
/*padding: 10px;*/
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px;
/*padding-left: 20px;*/
margin-top: 0px !important;
/*overflow-y:scroll;*/
/*overflow:scroll;*/
-webkit-overflow-scrolling: touch;
}
.panelCaption {
font-size: 15px;
color: white;
margin: 0px 10px 0px 10px;
border-bottom: 1px solid #e6e6e6;
}
.accHeader {
font-size: 15px;
color: #fff6c0;
margin-top: 50px;
}
/*** BACKGROUND-LAYOUT ***/
.gradient-background-layer-0 {
height: 100%;
width: 100%;
position: absolute;
/* IE10 Consumer Preview *//* */
/*background-image: -ms-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* Mozilla Firefox *//* */
/*background-image: -moz-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* Opera *//* */
/*background-image: -o-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* Webkit (Safari/Chrome 10) *//* */
/*background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #63376A), color-stop(1, #4D225A));*/
/* Webkit (Chrome 11+) *//* */
/*background-image: -webkit-radial-gradient(center, circle closest-side, #63376A 0%, #4D225A 100%);*/
/* W3C Markup, IE10 Release Preview *//* */
/*background-image: radial-gradient(circle closest-side at center, #63376A 0%, #4D225A 100%);*/
background-image: url('../assets/images/user_bg.png');
background-position: center;
background-size: cover;
display: none;
}
.gradient-background-layer-2 {
height: 600px;
width: 100%;
position: absolute;
/*background: -webkit-linear-gradient(330deg, rgba(207, 19, 116, 0.4) 0%, rgba(235, 19, 130, 0.4) 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);*/
}
.gradient-background-layer-3 {
position: absolute;
/*background: -webkit-linear-gradient(230deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(77, 22, 79, 0.1) 60%, rgba(255, 91, 59, 0.1) 100%);*/
width: 100%;
height: 600px;
}
/*** BACKGROUND-LAYOUT END ***/
/*** SLIDEMENU-LAYOUT ***/
.menu-layout {
float: left;
display: block;
position: relative;
z-index: 1;
top: 25px;
bottom: 0px;
left: -260px;
width: 260px;
height: 100%;
margin: auto;
/* background: url("../assets/images/menu_bg.png"); */
background-size: cover;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
-ms-touch-action: none;
cursor: default;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
min-height: 450px;
max-height: 735px;
border-bottom-left-radius:5px;
border-top-left-radius:5px;
/*border:solid rgba(255, 255, 255, 0.9);*/
}
/* -------------- HEADER CONFIG START --------------*/
.menu-layout .menu-header {
width: 260px;
height: 115px; /*tucvv cmt */
background:rgb(255, 254, 252);
color: #FDFDFD;
/* font-family: 'TPB-DaxlinePro-Medium'; */
/*font-family: Tahoma, Helvetica, sans-serif;*/
font-size: 12px;
font-weight: bold;
overflow: hidden;
position: relative;
height: 20% !important;
}
.menu-layout .menu-header span {
position: absolute;
padding: 10px 10px 10px 10px;
}
.menu-layout .menu-header .exit-button {
/*width:66px;padding:1px;padding-top:4px;font-weight:bold;font-size:15px;text-align:center;*/
position: absolute;
width: 55px;
height: 30px;
top: 11px; /*ngoctd3cmt*/
/*left: 150px;*/
right: 15px;
padding: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius: 4px;
background: rgba(255, 255, 255, 0.4);
font-weight: bold;
font-size: 15px;
text-align: center;
}
.menu-layout .menu-header .exit-button span {
position: absolute;
padding: 5px 5px 5px 1px;
left: 6px;
}
.menu-layout .menu-header .exit-button em {
position: absolute;
top: 7.2px;
right: 8px;
/*font-family: 'EBankPro';*/
font-style: normal;
}
/*tucvv add*/
.cifval{font-weight: normal;padding: 0 !important; color:#424242}
.menu-profile-container {
float:left;
padding: 6% 2%;
width:36%;
}
.menu-profile-name {
width: 60%;
cursor: pointer;
word-break: break-all;
word-wrap: word-break;
display: block;
color:#424242;
float:left;
position: relative !important;
padding: 0 !important;
margin-top:35px;
}
.menu-profile-icon {
font-size: 22px;
margin: -6px 2px 2px -3px;
}
/* -------------- HEADER CONFIG END --------------*/
.menu-layout ul li .menu-layout-contents-sub .wrapper {
outline: none;
position: absolute;
z-index: 1;
top: 0px;
bottom: 0px;
left: 0;
width: 100%;
background: #ffffff;
overflow: hidden;
-ms-touch-action: auto;
}
.menu-layout-contents {
/*font-family: 'TPB-DaxlinePro-Medium';*/
font-weight: bold;
/*position: relative;*/
margin: 0;
padding: 0;
border: none;
outline: none;
border-top: solid 1px #eedaf0;
}
.menu-layout-contents ul, .menu-layout-contents div, .menu-layout-contents span {
/*font-weight:bold;*/
/*font-family: 'TPB-DaxlinePro-Regular';*/
font-weight: 600;
position: relative;
margin: 0;
padding: 0;
border: none;
outline: none;
}
.menu-layout-contents li > div {
outline: none;
display: block;
position: relative;
min-width: 110px;
/*color: #424242;*/
/*font-family: 'TPB-DaxlinePro-Medium';*/
font-size: 13px;
text-decoration: none;
border-bottom: solid 1px #eedaf0;
background: transparent;
/*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);*/
height: 38px;
text-align: left;
}
#scroller-menu > ul > li:hover{
background: none;
}
.bg-transparent{
background: none;
}
#logout_link,
.menu-style-li:hover{
background: none;
}
#logout_link,
.menu-style-li{
background: rgba(255, 255, 255, 0.8);
}
.menu-layout-contents > li:hover > div > .langNoStyle{color: rgb(246, 144, 19) !important;}
.menu-layout-contents li:hover > div > #quick{
color: #5f2f85 !important;
}
.menu-layout-contents em {
outline: none;
position: absolute;
top: 8px;
left: 0;
margin-left: 10px;
color: #ce93d8;
/*font-family: 'EBankPro';*/
font-size: 20px;
font-style: normal;
}
.menu-layout-contents li > div {
height: 38px;
padding: 10px 0 18px 42px;
}
.menu-layout-contents li > div span {
outline: none;
display: none;
position: absolute;
right: 0;
top: 10px;
margin-right: 15px;
padding: 2px 8px;
/*font-family: 'TPB-DaxlinePro-Light';*/
background: #e66a25;
-webkit-border-radius: 50%;
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-webkit-border-bottom-right-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.menu-layout-contents > li:target > div span {
outline: none;
color: #fdfdfd;
background: #e66a25;
}
.menu-layout-contents > li:hover > div em, .menu-layout-contents > li:target > div em {
outline: none;
color: #ce93d8;
}
/* Images */
.menu-layout-contents > li > div:before {
outline: none;
position: absolute;
top: 0;
left: 0;
content: '';
width: 24px;
height: 24px;
margin: 4px 8px;
}
/* Sub Menu */
.menu-layout-contents li > .menu-layout-contents-sub {
height: 0px;
}
.menu-layout-contents-sub li div {
/*font-family: 'TPB-DaxlinePro-Light';*/
outline: none;
color: #5f2f85;
background: #ffffff;
}
.menu-layout-contents-sub li div:first-child {
border-bottom: 1px solid #ebebeb;
}
.menu-layout-contents-sub li .menu-func-two-line {
padding-top: 1px !important;
}
/*.menu-layout-contents-sub li:last-child div {*/
/*outline: none;*/
/*border-bottom: 1px solid #9a829c;*/
/*}*/
.menu-layout-contents-sub li > div span {
outline: none;
color: #ff8c29;
background: transparent;
border-bottom: 1px solid #D4D0C8;
/*-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;*/
display: none;
}
.menu-layout-contents-sub li > div .no-child {
font-size: 20px;
border: none;
color: #ff8c29;
right: -5px;
top: 15.5px;
}
.menu-layout-contents-sub em {
outline: none;
position: absolute;
top: 13px;
left: 0;
margin-left: 18px;
color: #5f2f85;
/*font-family: 'TPB-DaxlinePro-Light';*/
font-size: 12px;
}
.menu-layout-contents-sub li:target div {
outline: none;
background: #efefef;
}
/* Functionality */
.menu-layout-contents li > .menu-layout-contents-sub {
opacity: 0;
outline: none;
overflow: hidden;
-ms-touch-action: none;
-webkit-transition: height .1s ease-in-out;
-moz-transition: height .1s ease-in-out;
-o-transition: height .1s ease-in-out;
-ms-transition: height .1s ease-in-out;
transition: height .1s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.langNoStyle {
display: inline;
color: #424242;
}
.langNoStyle > span{color: #eee}
.langNoStyle:hover {
color: #F60;
text-decoration: none;
border: 0px;
}
.langNoStyleSelected {
color: #F60 !important;
text-decoration: none;
border: 0px;
}
/*** PROMOTION MENU ***/
.promotion-layout {
display: none;
position: absolute;
z-index: 1;
top: 0px;
bottom: 0px;
right: 0px;
width: 260px;
padding-left: 30px;
height: 100%;
background: #471C51;
overflow: hidden;
-ms-touch-action: none;
cursor: default;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
/* -------------- HEADER CONFIG START --------------*/
.promotion-layout .promotion-header {
width: 250px;
height: 40px;
margin-left: -20px;
background: #ff8c29;
color: #FDFDFD;
/*font-family: 'TPB-DaxlinePro-Medium';*/
/*font-family: Tahoma, Helvetica, sans-serif;*/
font-size: 18px;
/*font-weight:bold;*/
}
.promotion-layout .promotion-header span {
position: absolute;
padding: 10px;
}
.promotion-layout .promotion-header .reload-button {
position: absolute;
width: 30px;
height: 30px;
top: 5px;
right: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius: 4px;
background: rgba(255, 255, 255, 0.4);
font-size: 16px;
}
.promotion-layout .promotion-header .reload-button span {
position: absolute;
padding: 5px;
left: 8px;
}
.promotion-layout .promotion-header .reload-button em {
position: absolute;
top: 7.2px;
right: 8px;
/*font-family: 'EBankPro';*/
font-style: normal;
}
/* -------------- HEADER CONFIG END --------------*/
#wrapper-promtion {
margin-left: -20px;
/*height:100%;*/
}
#promotion.content > p {
text-align: justify;
}
.promotion-layout-contents {
/*font-family: 'TPB-DaxlinePro-Medium';*/
font-weight: bold;
position: relative;
margin: 0;
padding: 0;
border: none;
outline: none;
}
.promotion-layout-contents ul, .promotion-layout-contents div, .promotion-layout-contents span {
/*font-weight:bold;*/
/*font-family: 'TPB-DaxlinePro-Regular';*/
font-weight: normal;
position: relative;
margin: 0px 0 0 4px;;
padding: 0;
border: none;
outline: none;
}
.promotion-layout-contents li > div {
outline: none;
display: table;
position: relative;
min-width: 110px;
color: #FDFDFD;
/*font-family: 'TPB-DaxlinePro-Medium';*/
margin-top: -18px;
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
text-decoration: none;
border-bottom: solid 1px #5F314A;
background: transparent;
/*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);*/
height: 40px;
}
.promotion-layout-contents li > div > img {
position: inherit;
display: inline;
margin: 8px 8px 4px 4px;
/*width:85px;
height:55px;*/
width: 35px;
height: 35px;
float: left;
/*border:solid 1px #FF6600;*/
/*border-radius:5px;*/
}
.promotion-layout-contents li > div > div {
position: inherit;
/*display:inline;*/
font-size: 110%;
white-space: pre-wrap;
height: 53px;
margin-top: 2px;
overflow: hidden;
text-overflow: ellipsis;
}
.promotion-layout-contents > li:target > div {
outline: none;
color: #ff8c29;
background: transparent;
}
.promotion-layout-contents li > div span {
outline: none;
display: block;
position: absolute;
right: 0;
margin-right: 15px;
padding: 2px 7px;
/*font-family: 'TPB-DaxlinePro-Light';*/
background: #ff8c29;
-webkit-border-radius: 50%;
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-webkit-border-bottom-right-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.promotion-layout-contents > li:target > div span {
outline: none;
color: #fdfdfd;
background: #ff8c29;
}
.promotion-layout-contents > li:hover > div em, .promotion-layout-contents > li:target > div em {
outline: none;
color: #ff8c29;
}
/* Images */
.promotion-layout-contents > li > div:before {
outline: none;
position: absolute;
top: 0;
left: 0;
content: '';
width: 24px;
height: 24px;
margin: 4px 8px;
}
/*** PROMOTION MENU END ***/
/*** SLIDEMENU-LAYOUT END ***/
/*** MAIN-LAYOUT ***/
.main-layout {
max-width: 740px;
min-width: 504px;
max-height: 735px;
min-height: 450px;
z-index: 100;
position: relative;
width: 100%;
height: 100%;
top: 25px;
/*left: -1px;*/
/* border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px; */
/* box-shadow: 0px -5px 5px 1px #000000;
-moz-box-shadow: 0px -5px 5px 1px #000000;
-webkit-box-shadow: 0px -5px 5px 1px #000000; */
cursor: default;
/*background: #f76115; *//* Old browsers*/
/*background: -moz-linear-gradient(top, #f76115 0%, #8700c2 100%); *//* FF3.6+*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f76115), color-stop(100%, #8700c2)); *//*Chrome,Safari4+*/
/*background: -webkit-linear-gradient(top, #f76115 0%, #8700c2 100%); *//*Chrome10+,Safari5.1+*/
/*background: -o-linear-gradient(top, #f76115 0%, #8700c2 100%); *//*Opera 11.10+*/
/*background: -ms-linear-gradient(top, #f76115 0%, #8700c2 100%); *//*IE10+*/
/*background: linear-gradient(top, #f76115 0%, #8700c2 100%); *//*W3C*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f76115', endColorstr = '#8700c2', GradientType = 0); *//*IE6-9*/
background: rgba(255, 255, 255, 0.85);
opacity: 1;
border-bottom-right-radius:5px;
border-top-right-radius:5px;
}
.main-layout .header {
z-index: 1000;
position: absolute;
width: 100%;
left: 0px;
height: 40px;
/*background-color: #471C51;*/
/*box-shadow: 0px 0px 1px #FFFFFF;*/
/*-moz-box-shadow: 0px 0px 1px #FFFFFF;*/
/*-webkit-box-shadow: 0px 0px 1px #FFFFFF;*/
border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.main-layout .header .handle {
font-size: 25px;
left: 0;
top: 0;
padding: 10px;
position: absolute;
float: left;
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .header .handle>* {
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .header .grid {
left: 0;
width: 100%;
bottom: -9px;
padding: 10px;
position: absolute;
background-image: url("../assets/images/hdivider.png");
background-position: center;
background-size: cover;
}
.main-layout .header .help {
font-size: 16px;
right: 26;
top: 0;
padding: 6px 40px;
position: absolute;
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .header .notificationId {
font-size: 18px;
top: 0px;
float: right;
/*padding: 12px;*/
width: 45px;
height: 40px;
/*border-radius: 50%;*/
position: relative;
z-index: 9999;
text-align: center;
line-height: 40px; /* the same as your div height */
}
.main-layout .header .notificationId p {
line-height: 1.5;
display: inline-block;
vertical-align: middle;
}
.main-layout .header .notificationId:active {
background: rgba(255, 255, 255, 0.05);
}
.main-layout .header .navigationlogo {
left: 0px;
top: 15px;
position: absolute;
-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;
}
.main-layout .main-layout-contents {
position: absolute;
top: 140px;
left: 0;
width: 100%;
height: 100px;
}
.main-layout .main-layout-subview {
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
position: absolute;
top: 0;
left: 0;
padding-left: 20px;
width: 99%;
max-height: 650px;
/* background: rgba(255, 255, 255, 0.8); */
height: 100%;
min-height: 340px;
margin-top: 0px;
bottom: 0px !important;
}
/* Let's get this party started */
.main-layout .main-layout-subview::-webkit-scrollbar {
width: 6px;
}
/* Track */
.main-layout .main-layout-subview::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-webkit-border-radius: 2px;
border-radius: 2px;
}
/* Handle */
.main-layout .main-layout-subview::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
}
.main-layout .main-layout-vertical-slideview {
position: absolute;
top: 140px;
left: 0;
width: 100%;
height: 100px;
}
.main-layout .main-layout-vertical-slideview > div {
padding-bottom: 10px;
}
.main-layout .footer {
z-index: 101;
position: fixed;
top: 58%;
width: 100%;
left: 0px;
height: 155px;
overflow-y: hidden;
}
.main-layout .footer::-webkit-scrollbar-thumb {
height: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.main-layout .footer .footer-slide {
height: 100%;
white-space: nowrap;
}
.main-layout .footer .callsupport {
z-index: 102;
font-size: 25px;
left: 10px;
bottom: 5px;
padding: 0px;
position: absolute;
float: left;
/*-webkit-overflow-scrolling: auto;
-ms-overflow-scrolling: auto;
overflow-scrolling: auto;*/
}
.main-layout .footer .changebrowser {
z-index: 102;
font-size: 25px;
left: 50px;
bottom: 5px;
padding: 0px;
position: absolute;
float: left;
}
.main-layout .footer .changebrowser {
float: left;
/*margin-left:10px;*/
font-size: 100%;
}
.main-layout>.footer>.changelanguage {
float: left;
/*margin-left: 90px;*/
margin-left: 50px;
padding-top: 5px;
font-size: 100%;
}
/*** MAIN-LAYOUT END ***/
/*** LOADING ***/
/* Second Loadin Circle */
.loading {
z-index: 2000;
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
transition: opacity 1s;
-moz-transition: opacity 1s;
-webkit-transition: opacity 1s; /* Safari */
-ms-transition: opacity 1s;
opacity: 1;
display: none;
}
.loading .circle {
background-color: rgba(0, 0, 0, 0);
border: 5px solid rgba(0, 183, 229, 0.9);
/*border: 5px solid rgba(245, 131, 31, 0.9);*/
opacity: .9;
border-right: 5px solid rgba(0, 0, 0, 0);
border-left: 5px solid rgba(0, 0, 0, 0);
border-radius: 50px;
-webkit-border-radius: 50px;
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius: 50px;
box-shadow: 0 0 35px #2187e7;
/*box-shadow: 0 0 35px #FFAC48;*/
width: 50px;
height: 50px;
margin: 0 auto;
animation: spinPulse 1s infinite ease-in-out;
-ms-animation: spinPulse 1s infinite ease-in-out;
-moz-animation: spinPulse 1s infinite ease-in-out;
-webkit-animation: spinPulse 1s infinite linear;
}
.loading .circle1 {
background-color: rgba(0, 0, 0, 0);
border: 5px solid rgba(0, 183, 229, 0.9);
/*border: 5px solid rgba(245, 131, 31, 0.9);*/
opacity: .9;
border-left: 5px solid rgba(0, 0, 0, 0);
border-right: 5px solid rgba(0, 0, 0, 0);
border-radius: 50px;
-webkit-border-radius: 50px;
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius: 50px;
box-shadow: 0 0 15px #2187e7;
/*box-shadow: 0 0 15px #FFAC48;*/
width: 30px;
height: 30px;
margin: 0 auto;
position: relative;
animation: spinoffPulse 1s infinite linear;
-ms-animation: spinoffPulse 1s infinite linear;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
50% { -moz-transform:rotate(145deg); opacity:1; }
100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
0% { -moz-transform:rotate(0deg); }
100% { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes spinPulse {
0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
50% { -webkit-transform:rotate(145deg); opacity:1;}
100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(360deg); }
}
@-ms-keyframes spinPulse {
0% { -ms-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
50% { -ms-transform:rotate(145deg); opacity:1;}
100% { -ms-transform:rotate(-320deg); opacity:0; }
}
@-ms-keyframes spinoffPulse {
0% { -ms-transform:rotate(0deg); }
100% { -ms-transform:rotate(360deg); }
}
/*** LOADING END ***/
/*** ACCOUNT SELECT ***/
.account-select {
position: absolute;
height: 90px;
width: 100%;
top: 60px;
color: white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
/*font-family: 'TPB-DaxlinePro-Regular';*/
}
.account-select .left-arrow {
top: 25px;
position: absolute;
left: 8px;
font-size: 40px;
}
.account-select .right-arrow {
top: 25px;
position: absolute;
right: 8px;
font-size: 40px;
}
.account-select-content {
top: 20px;
left: 5px;
width: 300px;
height: 90px;
/*font-family: 'TPB-DaxlinePro-Regular';*/
/*float: left;*/
position: absolute; /* On older OS versions "position" and "z-index" must be defined, */
/*z-index: 1; *//* it seems that recent webkit is less picky and works anyway. */
overflow: hidden;
}
.account-select-content .scroller {
width: 2100px;
height: 100%;
float: left;
padding: 0;
}
.account-select-content .scroller ul {
list-style: none;
display: block;
float: left;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
text-align: left;
}
.account-select-content .scroller li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
float: left;
width: 300px;
height: 90px;
text-align: center;
/*font-family: georgia;*/
font-size: 18px;
line-height: 140%;
opacity: 1;
/*-webkit-transition: opacity .2s;*/
/*-moz-transition: opacity .2s;*/
/*-o-transition: opacity .2s;*/
/*-ms-transition: opacity .2s;*/
/*transition: opacity .2s;*/
}
.account-select-content .scroller li .account-text {
/*position: absolute;*/
float: left;
/*left: 0px;*/
/*font-size: 36px;*/
font-size: 44px;
width: 100%;
padding-top: 10px;
/*font-family: 'TPB-DaxlinePro-Light';*/
/*font-family: Tahoma, Helvetica, sans-serif;*/
}
@media only screen and (min-width: 320px) {
.account-select-content .scroller li .account-text {
font-size: 44px;
}
.account-select .left-arrow {
font-size: 40px;
}
.account-select .right-arrow {
font-size: 40px;
}
}
@media only screen and (min-width: 640px) {
.account-select-content .scroller li .account-text {
font-size: 48px;
}
.account-select .left-arrow {
font-size: 50px;
}
.account-select .right-arrow {
font-size: 50px;
}
}
@media only screen and (min-width: 800px) {
.account-select-content .scroller li .account-text {
font-size: 54px;
}
.account-select .left-arrow {
font-size: 55px;
}
.account-select .right-arrow {
font-size: 55px;
}
}
.account-select-content .scroller li .balance-text {
/*font-family: 'TPB-DaxlinePro-Regular';*/
/*position: absolute;*/
float: left;
width: 100%;
/*right: 0px;*/
font-size: 12px;
padding-top: 5px;
}
/*** ACCOUNT SELECT END ***/
/*DatMD custom menu*/
.menu-layout-contents-sub li div.custom-menu {
/*font-family: 'TPB-DaxlinePro-Light';*/
/*outline: none;*/
color: #fff;
background: transparent;
/*margin-left: 15px;*/
}
.menu-layout-contents-sub li div.custom-menu-li-div {
/*font-family: 'TPB-DaxlinePro-Light';*/
/*outline: none;*/
color: #fff;
background: transparent;
}
.menu-layout-contents-sub li.custom-menu div:first-child {
border-bottom: 1px solid #5f314a;
}
.avatar-size {
max-width: 100%;
border: solid 2px #fff;
border-radius: 100%;
height: 80px;
width: 80px;
}
#menu-profile-avatar .menu-profile-icon:before{
background: #561f45;
padding: 10px;
border-radius: 100%;
font-size: 40px;
}
#menu-profile-avatar .menu-profile-icon{padding: 30px 15px;}
/*END DatMD custom menu*/
::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
background-color: transparent;
}
::-webkit-scrollbar-thumb {
/*height: 6px;*/
/*border: 4px solid rgba(0, 0, 0, 0);*/
height: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: #ff8c29;
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:horizontal {
/*height: 6px;*/
/*border: 4px solid rgba(0, 0, 0, 0);*/
height: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
overflow-x:hidden;
}
.pages {
position: relative;
width: 100%;
height: 100%;
overflow: hidden
}
.page {
box-sizing: border-box;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0);
opacity:0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.page.cached {
display: none
}
.page-on-center
{
pointer-events: auto;
opacity: 1;
}
.page-on-left {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.page-on-right {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0);
transform: translate3d(0, 56px, 0)
}
.page-content {
overflow: auto;
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
height: 100%;
position: relative;
z-index: 1
}
.page-transitioning {
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.page-from-right-to-center {
-webkit-animation: pageFromRightToCenter .3s forwards;
animation: pageFromRightToCenter .3s forwards
}
.page-from-center-to-right {
-webkit-animation: pageFromCenterToRight .3s forwards;
animation: pageFromCenterToRight .3s forwards
}
@-webkit-keyframes pageFromRightToCenter {
from {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0)
}
}
@keyframes pageFromRightToCenter {
from {
opacity: 0;
transform: translate3d(0, 56px, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes pageFromCenterToRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0)
}
}
@keyframes pageFromCenterToRight {
from {
opacity: 1;
transform: translate3d(0, 0, 0)
}
to {
opacity: 0;
transform: translate3d(0, 56px, 0)
}
}
.page-from-center-to-left {
-webkit-animation: pageFromCenterToLeft .3s forwards;
animation: pageFromCenterToLeft .3s forwards
}
.page-from-left-to-center {
-webkit-animation: pageFromLeftToCenter .3s forwards;
animation: pageFromLeftToCenter .3s forwards
}
@-webkit-keyframes pageFromCenterToLeft {
from {
opacity: 1
}
to {
opacity: 1
}
}
@keyframes pageFromCenterToLeft {
from {
opacity: 1
}
to {
opacity: 1
}
}
@-webkit-keyframes pageFromLeftToCenter {
from {
opacity: 1
}
to {
opacity: 1
}
}
@keyframes pageFromLeftToCenter {
from {
opacity: 1
}
to {
opacity: 1
}
}
/*Tucvv css narrowdown menu doc*/
.header-down-narrow{
position: absolute;
right:8px;
bottom: 10px;
color:#ff8c29;
font-size: 15px;
transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
.table-customer-info .nohover
{padding-left: 10px;}
.table-customer-info ul li
{
list-style: none;
}
.table-customer-info ul,.table-customer-info li{margin:0;padding: 0}
.table-customer-info li{padding-left: 10px !important;}
.table-customer-info ul li{padding: 0;margin: 0;border-bottom: solid 1px rgba(206,147,216,0.3);word-break: break-all;text-align: left;}
.table-customer-info{
width: 260px;
overflow: hidden;
line-height: 40px;
color: #424242;
}
.table-customer-info .infor-left-value
{
margin-right: 10px;
float: right;
color: #424242;
}
.table-customer-info .list-style{display: inline-block;
width: 9px;
height: 9px;
border: solid 2px #a264bb;
border-radius: 100%;
margin-right: 10px;
}
.table-customer-info .label-left-menu{
font-family: TPBNeoSans_Bold;
color: #424242;
}
#wrapper-menu{
position: relative !important;
overflow: auto;
height: 80% !important;
background: rgba(255, 255, 255, 0.9);
}
#bg-customer-info
{
position: absolute;
width: 260px;
background:#f2e6f2;
background-size: cover;
top: 0;
left: 0;
z-index: 100;
transition: all 0.5s;
height: 152%;
}
#bg-customer-info td
{
color: #424242;
}
#btn_edit_information
{
margin: 10px 30px;
text-align: center;
background: #ff8c29;
color: #fff;
height: 35px;
text-transform: uppercase;
border-radius: 20px;
line-height: 35px;
font-size: 14px;
font-weight: bold;
}
.header-up-narrow{
position: absolute;
right:8px;
bottom: 10px;
color:#ff8c29;
font-size: 15px;
transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
.header-down-narrow span,.header-up-narrow span,#header_div_logout span{
position: relative !important;}
#header_div_logout{
position: absolute;
top:6px;
right:8px;
color: #424242;
font-size: 15px;
}
#menu-profile-avatar{position: relative;height: 115px;}
#link_change_avatar{
position: absolute;
text-align: center;
top:57%;
width:100%;
color: #ff8c29;
left:0;
font-size: 9px;
text-transform: uppercase;
}
#bottom_bar
{
width: 100%;
overflow: hidden;
background: rgba(156, 101, 165,1);
position: fixed;
bottom: 0;
left:0;
height: 60px;
color: #e1bee7;
border-top:solid 1px #a479ab;
}
#bottom_bar [class^="icon-"]:before, [class*=" icon-"]:before
{
font-size: 22px;
}
#bottom_bar .active
{
background: rgba(255, 143, 0, 0.8);
}
#bottom_bar .text-label
{
font-size: 10px;
color: #e1bee7;
}
#bottom_bar .active ,#bottom_bar .active .text-label,#bottom_bar .active [class^="icon-"]:before, [class*=" icon-"]:before
{
color:#fff;
}
#bottom_bar span
{
display: table-row;
text-align: center;
}
#bottom_bar .home
{
padding-top: 10px;
display: table;
width:17.7%;
float: left;
padding-bottom: 10px;
height: 60px;
}
#bottom_bar .item
{
padding-top: 10px;
display: table;
float: left;
padding-bottom: 10px;
height: 60px;
}
#bottom_bar .recent
{
display: table;
width:29.8%;
float: left;
}
#bottom_bar .overview-finance
{
width:27.2%;
}
#bottom_bar .manage-finance
{
width:25.3%;
}
/*Tucvv style phần hiển thị tên khách hàng, ngày tháng hiện tại ở trang chủ*/
.bg-banner-home{
height: 111px;
padding-bottom: 40px;
padding-top: 88px;
overflow: hidden;
width: 100%;
text-align: center;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bg-banner-home .customer-name{
font-size: 18px;
display: block;
}
#datetime_now{
font-size: 12px;
line-height: 22.5px;
}
.navActionbar {
width: 71%;
height: 161px;
position: relative;
/*background: rgba(255, 255, 255, 0.15);*/
top: 25px;
left: 0;
z-index: 100;
display: none;
/*border-bottom: 1px solid rgb(162, 100, 187);*/
/*border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
/*-webkit-transition: all .3s ease-in-out;*/
/*transition: all .3s ease-in-out;*/
margin-left: 270px;
}
/*** tranfer-list-benefic - DangLn.Fsoft**/
#tranfer-list-benefic .txtKeyword {
}
#tranfer-list-benefic .td-text{
background-color: transparent;
}
#tranfer-list-benefic input{
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.46);
font-size: 12px;
padding: 0px 34px;
}
#tranfer-list-benefic .td-text div#search{
position: absolute;
width: 100%;
padding: 20px;
margin: -5px 0px -20px -18px;
background: rgba(255, 255, 255, 0.31);
border-bottom: 1px solid rgba(255, 255, 255, 0.59);
}
#tranfer-list-benefic .td-text div#search div{
position: relative;
}
#tranfer-list-benefic .td-text div#search span{
font-size: 22px;
position: absolute;
left: 10px;
line-height: 38px;
}
#pg-visa-debit-detail .fix-margin-div,
#pg-visa-credit-detail .fix-margin-div,
#pg-atm-detail .fix-margin-div{
margin-top: 30px;
}
#pg-visa-debit-detail .p-background,
#pg-visa-credit-detail .p-background,
#pg-atm-detail .p-background{
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
padding: 5px;
background: rgba(255, 255, 255, 1);
line-height: 25px;
padding: 0px;
}
#pg-visa-debit-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245, 0.41);
}
#pg-visa-debit-detail .p-background div:first-child{
border-top: none;
}
#pg-visa-debit-detail .p-background span:last-child{
float:right;
}
#pg-visa-debit-detail .p-background div,
#pg-atm-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(0,0,0,0.1);
}
#pg-visa-debit-detail .p-div-background {
background: rgba(255, 255, 255,1);
position: relative;
display: flex;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
#pg-visa-debit-detail .p-div-background div{
width:34%;
float:left;
text-align: center;
}
#pg-visa-debit-detail .panelContent{
padding: 15px;
margin: 0px;
}
#pg-visa-debit-detail input{
width:40%;
}
#pg-visa-credit-detail .pg-head,
#pg-atm-detail .pg-head,
#pg-card-register .pg-head,
#pg-visa-debit-detail .pg-head{
background: none;
font-size: 100%;
padding: 15px;
font-weight: 200;
text-align: center;
}
#pg-visa-credit-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245, 0.41);
}
#pg-visa-credit-detail .p-background div:first-child{
border-top: none;
}
#pg-visa-credit-detail .p-background span:last-child{
float:right;
}
#pg-visa-credit-detail .p-background div, #pg-atm-detail .p-div-background{
padding: 5px 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#pg-visa-credit-detail .p-div-background {
background: rgba(255, 255, 255, 1);
position: relative;
display: flex;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
#pg-visa-credit-detail .p-div-background div{
width:34%;
float:left;
text-align: center;
}
#pg-visa-credit-detail .panelContent{
padding: 15px;
margin: 0px;
}
#pg-visa-credit-detail input{
width:40%;
}
#pg-atm-detail .p-background div{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245, 0.41);
}
#pg-atm-detail .p-background div:first-child{
border-top: none;
}
#pg-atm-detail .p-background span:last-child{
float:right;
}
#pg-atm-detail .p-background div, #pg-atm-detail .p-div-background{
padding: 5px 10px;
border-top: 1px solid rgba(245, 245, 245,1);
}
#pg-atm-detail .p-div-background {
background: rgba(255, 255, 255,1);
position: relative;
display: flex;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
#pg-atm-detail .p-div-background div{
width:34%;
float:left;
text-align: center;
}
#pg-atm-detail .panelContent{
padding: 15px;
margin: 0px;
}
#pg-atm-detail input{
width:40%;
}
/* #pg-card-register DangLn.Fsoft*/
#pg-card-register td{
padding: 0px;
margin:0px;
}
#pg-card-register table.p-tbl-item{
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.1);
padding: 5px;
background: rgba(255, 255, 255, 0.3);
margin-bottom: 10px;
border-collapse: separate;
border-spacing: 2px;
}
#pg-card-register input[type="button"]{
font-size: 14px;
margin-top: 5px;
}
#pg-card-register div.title-td{
font-weight: bold;
}
#pg-card-register .p-title-td{
padding: 5px;
}
#pg-card-register div.p-title-strong{
border-radius: 6px;
/*background: rgba(255, 255, 255, 0.50);*/
color: #ff8c29;
padding: 4px;
min-height: 155px;
}
#pg-card-register .trow-space{
height: 8px;
}
#pg-card-register .p-desc{
font-size: 14px;
color: #0c751a;
padding: 5px;
}
#pg-card-register #tpbans div {
background: none!important;
padding:0px!important;
}
#pg-card-register #tpbans table{
background: none!important;
padding:0px!important;
width:100%;
}
#pg-card-register #tpbans .p-list-td-question td{
color:#000!important;
border-top:1px solid rgba(210, 207, 207, 0.35);
padding: 5px;
}
#pg-card-register #tpbans .p-list-td-answer-title td{
padding: 5px;
transition: all 2s linear;
}
#pg-card-register #tpbans .p-list-td-answer-desc td{
color: #000!important;
line-height: 0px;
padding-right: 27px;
}
#pg-card-register .p-padding{
padding-top:10px;
}
#pg-card-register #tpbans tr:nth-child(8n -2),
#pg-card-register #tpbans tr:nth-child(8n -1),
#pg-card-register #tpbans tr:nth-child(8n){
background: rgba(255, 255, 255, 0.2);
}
#question-adivisory tr:nth-child(8n -2),
#question-adivisory tr:nth-child(8n -1),
#question-adivisory tr:nth-child(8n){
background: rgba(255, 255, 255, 0.3);
border-top: 1px solid rgba(210, 207, 207, 0.35);
}
#question-adivisory .p-list-td-question td {
color: #FFF!important;
/* border-top: 1px solid rgba(210, 207, 207, 0.35); */
padding: 5px;
}
#pg-card-register .fix-padding{
padding-top: 30px
}
#pg-card-register #blockquestion{
margin:0px;
}
#pg-card-register .td-text{
background: none;
}
#pg-card-register .icon-edit,
#pg-card-register .icon-emailunread,
#pg-card-register .icon-contact-us{
color: #6a1b9a;
}
/**/
.pg-class-list-trans-src {
/*background-color: #E0E0E0;*/
padding: 15px;
/*border-bottom: solid 1px rgba(255,255,255,0.2);*/
height:65px;
position: relative;
margin-bottom: -5px;
padding-left: 10px;
}
.title-myaccount{
width: 100%;
text-align: left;
padding-left: 13px;
font-weight: bold;
color: #7b1fa2;
font-size: 12px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}
.pg-class-list-trans-src div span{
font-size: 22px;
font-weight: 900;
position: absolute;
color:#000;
top:22px;
left:21px;
}
.pg-class-list-trans-src div input{
font-size: 12px;
border-radius: 10px;
background-color: #ffffff;
height: 35px;
border: solid 1.5px rgba(158, 4, 153, 0.37);
padding-left: 40px;
font-style: italic;
}
#list-view-search .ul-list-default{
margin:0 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#list-view-search{padding: 0;}
.menu-header .menu-profile-name{
color:#7b1fa2;
text-align: left;
}
.icon-logo{color: #fff}
#cus-profile-address{color: #424242;}
/*anhntt cmt*/
.ul-list-default{
/*border: 1px solid rgba(0,0, 0, 0.07);*/
/*border-radius: 10px;*/
}
#fullPage{
max-width: 1000px;
max-height: 768px;
width: 100%;
}
#quick{
color: #fff;
}
.header-logo-change{
display: block;
float: right;
}
.header-logo-change1{
font-size: 18px;
top: 0px;
float: right;
/* padding: 12px; */
width: 45px;
height: 40px;
/* border-radius: 50%; */
position: relative;
/* z-index: 9999; */
text-align: center;
line-height: 40px;
}
.header-logo-change2{
font-size: 18px;
top: 4px;
float: right;
/* padding: 12px; */
width: 36px;
height: 27px;
/* border-radius: 50%; */
position: relative;
z-index: 9999;
text-align: center;
line-height: 27px;
margin-left: 15px;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 6px;
}
.icon-logo{
/*margin: 10px 0 10px;*/
margin: 0;
}
#bottom_page{
max-width: 1000px;
max-height: 768px;
}
#header-desktopmode{
max-width: 1000px;
max-height: 768px;
margin: 0 auto;
}
#final_li_2:hover,
#final_li:hover{
background: rgba(255, 255, 255, 0.8) !important;
cursor: default;
}
#index-non-ebank2{
display: none;
}
.gradient-background-layerDesktop{
height: 100%;
width: 100%;
position: absolute;
opacity: 0.5;
background: linear-gradient(to bottom, #6a1b9a 0%, #6a1b9a 100%);
}
#header_div_logout{
display: none;
}
.circle-buy-ol-mx{
width: 3%;
font-weight: bold;
color: #7b1fa2;
font-size: 15px;
float: left;
padding-bottom: 10px;
padding-left: 10px;
}
.content-bg-buy-ol-mx{
width: 70%;
font-size: 15px;
float: left;
padding-bottom: 10px;
padding-left: 10px;
}
.non-ebank-layout{
height:75% !important;
top:44px !important;
}
#pie-chart{
float:left;
width:120px;
text-align:center;
margin-top:30px;
height:120px;
}
.item-singer-piechar-note{
margin-top: 10px;
}
#wrapper-menu{
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
#wrapper-menu::-webkit-scrollbar{
width:4px;
}
#wrapper-menu::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
-webkit-border-radius: 0px;
border-radius: 2px;
}
#wrapper-menu::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
overflow: visible;
height: 100px;
width: 6px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: #ff8c29;
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
}
#wrapper-menu::-webkit-scrollbar-thumb:horizontal {
-webkit-border-radius: 2px;
border-radius: 2px;
overflow: visible;
height: 100px;
width: 0px;
border: 0px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
}
/*#wrapper-menu:hover{
overflow: auto;
}*/
#wrapper-menu{
overflow: hidden;
}
#wrapper-menu:active{
overflow: auto;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset !important;
}
.main-layout-subview-child {
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
position: absolute;
top: 0;
left: 0;
padding-left: 20px;
width: 99%;
max-height: 650px;
/* background: rgba(255, 255, 255, 0.8); */
height: 100%;
min-height: 340px;
margin-top: 0px;
bottom: 0px !important;
}
/* Let's get this party started */
.main-layout-subview-child::-webkit-scrollbar {
width: 6px;
}
/* Track */
.main-layout-subview-child::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-webkit-border-radius: 2px;
border-radius: 2px;
}
/* Handle */
.main-layout-subview-child::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
}
/*END RECYCLERVIEW*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#wrapper-menu{
position: relative !important;
overflow: auto;
height: 620px !important;
background: rgba(255, 255, 255, 0.9);
}
}
@supports (-ms-accelerator:true) {
#wrapper-menu{
position: relative !important;
overflow: auto;
height: 620px !important;
background: rgba(255, 255, 255, 0.9);
}
}
@-moz-document url-prefix() {
#wrapper-menu {
position: relative !important;
overflow: auto;
height: 620px !important;
background: rgba(255, 255, 255, 0.9);
}
}
| 0.318379 | 0.046681 |
div{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto Mono';
}
body{
background-image: url('../img/background.png');
background-color: hsl(0,0%,100%);
}
/*makes text unselectable*/
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.panel.panel-default{
box-shadow: 0 0 0px 1px hsl(200, 30%, 90%);
}
.panel.panel-default:hover{
box-shadow: 0 0 0px 2px hsl(200, 40%, 85%);
}
.content-container{
margin:auto;
width:55vw;
padding: 0px;
}
.title{
clear:right;
width:55vw;
padding: 0px;
color: hsl(0,100%,15%);
font-size: 5.5vw;
line-height: 10vmin;
text-align: center;
vertical-align: middle;
display: table-cell;
}
.title:hover{
cursor:default;
}
.icon-container{
margin:auto;
display:flex;
flex-direction: row;
justify-content: space-between;
padding: 1.25vw;
padding-top: 1.25vw;
padding-bottom: 1.25vw;
}
/*used to change between projects, shrinks when opened, opens specific info, bolded when hovered*/
.icon-box{
width:12vmin;
height:12vmin;
overflow: hidden;
background-color: hsl(200, 40%, 50%);
box-shadow: 0 0 0px 0px hsl(200, 40%, 50%);
border:solid;
border-width: 0vw;
border-color: hsl(200, 40%, 50%);
border-radius: 5px;
font-family: 'Fira Mono';
font-size:5vmin;
font-weight: normal;
text-align: center;
vertical-align: middle;
display: table-cell;
line-height: 12vmin;
-webkit-transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
-moz-transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
-o-transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
}
.icon-box:hover{
cursor:pointer;
box-shadow: 0 0 0px 3px hsl(100, 40%, 50%);
font-weight: bold;
}
.icon-box-open{
width:20vmin;
background-color: hsl(100, 40%, 50%);
font-family: 'Roboto Mono';
font-size: 2.25vmin;
line-height: 0px;
border:solid;
border-width: 5px;
border-color: hsl(100, 40%, 50%);
}
.icon-box-open:hover{
cursor:pointer;
box-shadow: 0 0 0px 3px hsl(200, 40%, 50%);
font-weight: bold;
}
.full-text{
display: none;
}
/*information for selected icon-box*/
.info{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 1vw;
width: 52.8vw;
height: 0px;
padding: 0vw;
background-color: hsl(0,0%,90%);
border: solid;
border-width: 0px;
border-color: hsl(200, 40%, 50%);
-webkit-transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
-moz-transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
-o-transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
}
.info-open{
padding:1vh;
height: 33vh;
border-width: 3px;
}
.info-inner{
height: 100%;
width: auto;
padding-left: .25vw;
padding-right: .75vw;
overflow: hidden;
font-size: 1.0vw;
}
.info-inner-content{
height: 25vh;
width: 100%;
}
.content{
margin-left: auto;
margin-right: auto;
width:55vw;
height:0px;
-webkit-transition: height .25s;
-moz-transition: height .25s;
-o-transition: height .25s;
transition: height .25s;
}
.content-open{
height:35vh;
padding-bottom:1vw;
padding-left:0px;
padding-top:0px;
padding-right: 1.1vw;
}
.info-image{
float:right;
height: 100%;
width: auto;
max-width: 50%;
}
/*links css*/
.link{
margin: auto;
margin-bottom: 1vh;
display:block;
width:auto;
max-width:65vmin;
}
.link-button{
margin: auto;
height:7vmin;
padding-left: 1vmin;
padding-right: 1vmin;
padding-top: 3vmin;
background-color: hsl(0,0%,100%);
border:solid;
border-color: hsl(200, 40%, 50%);
border-radius:5px;
font-size: 5vmin;
text-align: center;
vertical-align: middle;
display: table-cell;
-webkit-transition: border .2s, box-shadow .2s;
-moz-transition: border .2s, box-shadow .2s;
-o-transition: border .2s, box-shadow .2s;
transition: border .2s, box-shadow .2s;
}
.link-button:hover{
cursor:pointer;
border-color: hsl(0,0%,90%);
box-shadow: 0 0 0px 3px hsl(200, 40%, 50%);
font-weight: bold;
}
.info-link{
height:5vh;
padding-top: 0.5vmin;
font-size: 2.5vmin;
line-height: 0vh;
}
#link-projects{
width: 20vmin;
padding: 0px;
}
#link-games{
width:100vmin;
padding: 0px;
}
/*media queries*/
|
2016-07-16/resources/css/projects.css
|
div{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto Mono';
}
body{
background-image: url('../img/background.png');
background-color: hsl(0,0%,100%);
}
/*makes text unselectable*/
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.panel.panel-default{
box-shadow: 0 0 0px 1px hsl(200, 30%, 90%);
}
.panel.panel-default:hover{
box-shadow: 0 0 0px 2px hsl(200, 40%, 85%);
}
.content-container{
margin:auto;
width:55vw;
padding: 0px;
}
.title{
clear:right;
width:55vw;
padding: 0px;
color: hsl(0,100%,15%);
font-size: 5.5vw;
line-height: 10vmin;
text-align: center;
vertical-align: middle;
display: table-cell;
}
.title:hover{
cursor:default;
}
.icon-container{
margin:auto;
display:flex;
flex-direction: row;
justify-content: space-between;
padding: 1.25vw;
padding-top: 1.25vw;
padding-bottom: 1.25vw;
}
/*used to change between projects, shrinks when opened, opens specific info, bolded when hovered*/
.icon-box{
width:12vmin;
height:12vmin;
overflow: hidden;
background-color: hsl(200, 40%, 50%);
box-shadow: 0 0 0px 0px hsl(200, 40%, 50%);
border:solid;
border-width: 0vw;
border-color: hsl(200, 40%, 50%);
border-radius: 5px;
font-family: 'Fira Mono';
font-size:5vmin;
font-weight: normal;
text-align: center;
vertical-align: middle;
display: table-cell;
line-height: 12vmin;
-webkit-transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
-moz-transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
-o-transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
transition: height .25s, width .25s, box-shadow .25s, background-color .25s linear, border .25s linear, font-weight .25s, line-height .25s;
}
.icon-box:hover{
cursor:pointer;
box-shadow: 0 0 0px 3px hsl(100, 40%, 50%);
font-weight: bold;
}
.icon-box-open{
width:20vmin;
background-color: hsl(100, 40%, 50%);
font-family: 'Roboto Mono';
font-size: 2.25vmin;
line-height: 0px;
border:solid;
border-width: 5px;
border-color: hsl(100, 40%, 50%);
}
.icon-box-open:hover{
cursor:pointer;
box-shadow: 0 0 0px 3px hsl(200, 40%, 50%);
font-weight: bold;
}
.full-text{
display: none;
}
/*information for selected icon-box*/
.info{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 1vw;
width: 52.8vw;
height: 0px;
padding: 0vw;
background-color: hsl(0,0%,90%);
border: solid;
border-width: 0px;
border-color: hsl(200, 40%, 50%);
-webkit-transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
-moz-transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
-o-transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
transition: height .25s, border 0s linear .04s, padding 0s linear .25s;
}
.info-open{
padding:1vh;
height: 33vh;
border-width: 3px;
}
.info-inner{
height: 100%;
width: auto;
padding-left: .25vw;
padding-right: .75vw;
overflow: hidden;
font-size: 1.0vw;
}
.info-inner-content{
height: 25vh;
width: 100%;
}
.content{
margin-left: auto;
margin-right: auto;
width:55vw;
height:0px;
-webkit-transition: height .25s;
-moz-transition: height .25s;
-o-transition: height .25s;
transition: height .25s;
}
.content-open{
height:35vh;
padding-bottom:1vw;
padding-left:0px;
padding-top:0px;
padding-right: 1.1vw;
}
.info-image{
float:right;
height: 100%;
width: auto;
max-width: 50%;
}
/*links css*/
.link{
margin: auto;
margin-bottom: 1vh;
display:block;
width:auto;
max-width:65vmin;
}
.link-button{
margin: auto;
height:7vmin;
padding-left: 1vmin;
padding-right: 1vmin;
padding-top: 3vmin;
background-color: hsl(0,0%,100%);
border:solid;
border-color: hsl(200, 40%, 50%);
border-radius:5px;
font-size: 5vmin;
text-align: center;
vertical-align: middle;
display: table-cell;
-webkit-transition: border .2s, box-shadow .2s;
-moz-transition: border .2s, box-shadow .2s;
-o-transition: border .2s, box-shadow .2s;
transition: border .2s, box-shadow .2s;
}
.link-button:hover{
cursor:pointer;
border-color: hsl(0,0%,90%);
box-shadow: 0 0 0px 3px hsl(200, 40%, 50%);
font-weight: bold;
}
.info-link{
height:5vh;
padding-top: 0.5vmin;
font-size: 2.5vmin;
line-height: 0vh;
}
#link-projects{
width: 20vmin;
padding: 0px;
}
#link-games{
width:100vmin;
padding: 0px;
}
/*media queries*/
| 0.26827 | 0.048609 |
.container-fluid #main {
margin-top: -20% !important;
}
.about-academy .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
padding: 0px;
}
.academy-text {
width: 80%;
margin-left: 5%;
}
.row.servicesrow .card-body {
height: 320px;
width: 320px;
margin-left: -15px !important;
}
@media screen and (min-width: 900px) {
.volleyball {
position: absolute;
margin-top: 3%;
left: 0;
margin-left: 4%;
width: 40%;
}
.img-background {
width: 25vw;
}
.academy-text p {
width: 80%;
margin-left: 10%;
}
.academy-text button {
margin-left: 10%;
}
}
/**for screen less than 768px */
@media screen and (max-width: 768px) {
div#jssor_1 {
margin-top: 7% !important;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.blogpost {
margin-top: 7% !important;
}
.events .card {
width: 50%;
}
.events .event-3 {
display: none;
}
.blog-post img {
width: 50%;
height: 50%;
}
.blog-aside .post-3 {
display: none;
}
.row .service-3 .card {
display: none;
}
.row .service-4 .card {
display: none;
}
img.volleyball {
margin-left: 3%;
position: absolute;
margin-top: 4%;
width: 50%;
left: 0;
}
.about-academy img {
max-width: 100%;
/* position: relative; */
}
.abt {
padding: 0px;
margin: 0px;
max-width: 50%;
height: 50%;
}
.academy-text {
width: 80%;
margin-left: -7%;
}
.academy-text .btn {
margin-left: 22%;
}
.academy-text p {
margin-left: 25%;
}
.academy-text h1 {
text-align: center;
}
.container-fluid h1 {
font-size: 1.5rem;
margin-top: 7%;
margin-bottom: 2%;
}
.card {
max-width: 100%;
padding: 1%;
}
.new-event img {
width: 100%;
}
}
|
public/assets/css/home.css
|
.container-fluid #main {
margin-top: -20% !important;
}
.about-academy .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
padding: 0px;
}
.academy-text {
width: 80%;
margin-left: 5%;
}
.row.servicesrow .card-body {
height: 320px;
width: 320px;
margin-left: -15px !important;
}
@media screen and (min-width: 900px) {
.volleyball {
position: absolute;
margin-top: 3%;
left: 0;
margin-left: 4%;
width: 40%;
}
.img-background {
width: 25vw;
}
.academy-text p {
width: 80%;
margin-left: 10%;
}
.academy-text button {
margin-left: 10%;
}
}
/**for screen less than 768px */
@media screen and (max-width: 768px) {
div#jssor_1 {
margin-top: 7% !important;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.blogpost {
margin-top: 7% !important;
}
.events .card {
width: 50%;
}
.events .event-3 {
display: none;
}
.blog-post img {
width: 50%;
height: 50%;
}
.blog-aside .post-3 {
display: none;
}
.row .service-3 .card {
display: none;
}
.row .service-4 .card {
display: none;
}
img.volleyball {
margin-left: 3%;
position: absolute;
margin-top: 4%;
width: 50%;
left: 0;
}
.about-academy img {
max-width: 100%;
/* position: relative; */
}
.abt {
padding: 0px;
margin: 0px;
max-width: 50%;
height: 50%;
}
.academy-text {
width: 80%;
margin-left: -7%;
}
.academy-text .btn {
margin-left: 22%;
}
.academy-text p {
margin-left: 25%;
}
.academy-text h1 {
text-align: center;
}
.container-fluid h1 {
font-size: 1.5rem;
margin-top: 7%;
margin-bottom: 2%;
}
.card {
max-width: 100%;
padding: 1%;
}
.new-event img {
width: 100%;
}
}
| 0.540196 | 0.06663 |
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
color: #555;
font-weight: 300;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
background-image: linear-gradient(rgba(0, 0, 0, 0.612), rgba(7, 7, 7, 0.329)),url('../img/bg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: rgb(76, 135, 175);
color: white;
width: 100px;
}
.topnav a.ft-right{
float: right;
padding-right: 5%;
}
.center-content{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
color: rgb(233, 232, 227);
}
.center-content h2{
margin-top:0px;
margin-bottom: 20px;
color: rgb(240, 236, 236);
font-weight: 300;
text-transform: uppercase;
font-size: 200%;
word-spacing: 4px;
}
input[type=text], input[type=password] {
width: 90%;
border-radius: 1%;
padding: 15px;
margin: 5px 0 22px 0;
display: inline-block;
border: none;
background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
background-color: #ddd;
outline: none;
}
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
button {
background-color: rgb(49, 78, 50);
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
button:hover {
opacity:1;
}
.cancelbtn {
padding: 14px 20px;
width: 30%;
background-color: #48c953;
margin-left: 55%;
border-radius: 5%;
}
.container {
padding: 16px;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
@media screen and (max-width: 600px) {
#about{
display: none;
}
.center-content h2{
font-size: 15px;
}
.sig_form{
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
}
#fm_signup{
display: none;
}
#fm_login{
display: none;
}
#p_signup{
display: none;
}
.center-content p {
font-size: 10px;
}
.cancelbtn {
width: 60%;
margin-left: 20%;
}
}
@media screen and (max-width: 300px) {
.center-content{
position: absolute;
top: 60%;
}
.center-content h2{
display: none;
}
}
@media screen and (max-width: 600px) {
#fm_signup{
display: none;
}
#p_signup{
display: none;
}
#sig_form{
height: 80%;
}
.center-content h2{
font-size: 12px;
}
}
@media screen and (max-width: 1000px) {
#fm_signup{
display: none;
}
#p_signup{
display: none;
}
#sig_form{
height: 80%;
}
.center-content h2{
font-size: 15px;
}
}
@media screen and (max-width: 1200px) {
.center-content h2{
font-size: 15px;
}
}
|
UI/assets/css/style.css
|
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
color: #555;
font-weight: 300;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
background-image: linear-gradient(rgba(0, 0, 0, 0.612), rgba(7, 7, 7, 0.329)),url('../img/bg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: rgb(76, 135, 175);
color: white;
width: 100px;
}
.topnav a.ft-right{
float: right;
padding-right: 5%;
}
.center-content{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
color: rgb(233, 232, 227);
}
.center-content h2{
margin-top:0px;
margin-bottom: 20px;
color: rgb(240, 236, 236);
font-weight: 300;
text-transform: uppercase;
font-size: 200%;
word-spacing: 4px;
}
input[type=text], input[type=password] {
width: 90%;
border-radius: 1%;
padding: 15px;
margin: 5px 0 22px 0;
display: inline-block;
border: none;
background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
background-color: #ddd;
outline: none;
}
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
button {
background-color: rgb(49, 78, 50);
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
button:hover {
opacity:1;
}
.cancelbtn {
padding: 14px 20px;
width: 30%;
background-color: #48c953;
margin-left: 55%;
border-radius: 5%;
}
.container {
padding: 16px;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
@media screen and (max-width: 600px) {
#about{
display: none;
}
.center-content h2{
font-size: 15px;
}
.sig_form{
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
}
#fm_signup{
display: none;
}
#fm_login{
display: none;
}
#p_signup{
display: none;
}
.center-content p {
font-size: 10px;
}
.cancelbtn {
width: 60%;
margin-left: 20%;
}
}
@media screen and (max-width: 300px) {
.center-content{
position: absolute;
top: 60%;
}
.center-content h2{
display: none;
}
}
@media screen and (max-width: 600px) {
#fm_signup{
display: none;
}
#p_signup{
display: none;
}
#sig_form{
height: 80%;
}
.center-content h2{
font-size: 12px;
}
}
@media screen and (max-width: 1000px) {
#fm_signup{
display: none;
}
#p_signup{
display: none;
}
#sig_form{
height: 80%;
}
.center-content h2{
font-size: 15px;
}
}
@media screen and (max-width: 1200px) {
.center-content h2{
font-size: 15px;
}
}
| 0.419053 | 0.09187 |
body {
padding-bottom: 0px;
overflow-y: auto;
}
@font-face {
font-family: 'Aller';
src: url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.svg#AllerRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/*jqgrid */
.ui-jqgrid .ui-jqgrid-htable th div {
height: 30px;
line-height: 30px;
padding-top: 3px;
}
.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
height: 30px !important;
line-height: 30px !important;
padding-top: 7px !important;
}
.ui-jqgrid-labels {
height: 30px;
padding-top: 7px !important;
overflow-x: hidden;
}
/*jqgrid*/
.jqgrow {
height: 15px;
}
.ui-jqgrid .ui-jqgrid-pager {
height: 30px;
vertical-align: middle;
padding-top: 0px !important;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
height: 30px;
vertical-align: middle;
padding-top: 0px !important;
}
/*jquery-ui.css*/
.ui-dialog .ui-dialog-buttonpane button {
border: 0px none #8BB5D2;
background-color: #8BB5D2 !important;
}
/*jquery-ui.css*/
.ui-dialog .ui-dialog-titlebar {
background-color: #8BB5D2;
border: 1px solid #AED0EA;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #E5E8EB none repeat-x scroll 50% 50%;
}
/*jquery-ui.css*/
.ui-jqgrid-hdiv {
border-radius: 0 8px 0 0;
}
.ui-jqgrid .ui-jqgrid-labels th{
border-right: 1px solid #e1e1e1!important;
text-align: center!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
color: #777;
}
.GridClass {
background-color: #EBF2FF;
}
div.ui-state-default.ui-jqgrid-hdiv{
overflow-y: hidden;
}
/*�б�ż������ɫstyle.css*/
.ui-jqgrid-view > .ui-jqgrid-titlebar {
background: #88B5D2 none repeat scroll 0% 0%;
}
/*ace.min.css*/
/*jquery-ui.css*/
.ui-dialog .ui-dialog-titlebar-close {
background: url("../image/close.png");
}
.aisinoCheckError {
padding: 5px 8px;
color: #FFF;
border-radius: 8px 8px;
background-color: #CE5454;
max-width: 200px;
white-space: pre;
position: relative;
margin-left: 0px;
z-index: 1;
transition: 0.25s ease-in-out
}
.aisinoCheckError:after {
content: '';
display: block;
height: 0;
width: 0;
border-color: transparent transparent #CE5454 transparent;
border-style: solid;
border-width: 10px 8px;
position: absolute;
left: 12px;
top: -16px;
}
.layui-btn-ck {
background-color: lightskyblue
}
/*#xz_wwdz .col-md-6>.form-group>label:before{content: "*";width: 4px;height: 4px;display: inline-block;color: red;padding: 0 10px}*/
div.layui-layer-content {
overflow-y: hidden;
!important;
}
#reset_password {
margin-bottom: 0;
/*background-color: #ff6818;*/
}
#LAY_demo{
display: none;
}
.jgoption {
display: inline-block;
width: 19px;
height: 20px;
margin: 0 4px
}
.lock_show{
display: inline!important;
}
.lock_hide{
display: none!important;
}
.x_title > h2 li {
font-size: 14px;
color: #000;
font-weight: 700;
}
.layui-btn-export {
background-color: #ffa2bf
}
#yhgl_userPage .col-md-6 > .form-group > .flag:before {
content: "*";
width: 4px;
height: 4px;
display: inline-block;
color: red;
}
#yhgl_userPage .col-md-6 .form-group > .user-odd {
text-align: right
}
#yhgl_userPage .col-md-6 .form-group > .user-even {
position: relative;
left: -2rem
}
font {
padding-right: 10px;
color: red
}
.yhTree-init, .searchTree_init, .zzjgTree-init,.jsTree-init,.roleTree_init,.style_search {
box-shadow: rgb(226, 226, 226) 4px 3px 6px;
position: absolute;
top: 40px;
left: 4px;
/*width: 186px;*/
height: 400px;
text-align: left;
background-color: #fff;
z-index: 9999;
overflow-y: auto;
overflow-x: auto;
border: 2px solid #e3e3e3;
display: none
}
.xfTree_init,.roleTree_init,.user_init,.common_jg{
width: 400px !important;
height: 450px !important;
}
.zzjgTree-init{
left: 1rem;
}
.search_text{
}
form label {
font-size: 16px;
}
form label small{
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.inv-flagType {
padding: 2px;
width: 20px;
margin: auto;
height: 20px;
line-height: 1.2;
}
.panel_up {
padding-left: 2px !important;
}
.r_panel {
padding-right: 6px !important;
}
.listHide {
display: none;
}
@media (max-width: 500px) {
select {
width: 180px !important;
}
}
/*:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
/*color: #000; opacity:1;*/
/*}*/
/*::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
/*color: #000;opacity:1;*/
/*}*/
/*input:-ms-input-placeholder{*/
/*color: #000;opacity:1;*/
/*}*/
/*input::-webkit-input-placeholder{*/
/*color: #000;opacity:1;*/
/*}*/
|
wvat/css/common.css
|
body {
padding-bottom: 0px;
overflow-y: auto;
}
@font-face {
font-family: 'Aller';
src: url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('../FrontFrame/Bootstrap/fonts/glyphicons-halflings-regular.svg#AllerRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/*jqgrid */
.ui-jqgrid .ui-jqgrid-htable th div {
height: 30px;
line-height: 30px;
padding-top: 3px;
}
.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
height: 30px !important;
line-height: 30px !important;
padding-top: 7px !important;
}
.ui-jqgrid-labels {
height: 30px;
padding-top: 7px !important;
overflow-x: hidden;
}
/*jqgrid*/
.jqgrow {
height: 15px;
}
.ui-jqgrid .ui-jqgrid-pager {
height: 30px;
vertical-align: middle;
padding-top: 0px !important;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
height: 30px;
vertical-align: middle;
padding-top: 0px !important;
}
/*jquery-ui.css*/
.ui-dialog .ui-dialog-buttonpane button {
border: 0px none #8BB5D2;
background-color: #8BB5D2 !important;
}
/*jquery-ui.css*/
.ui-dialog .ui-dialog-titlebar {
background-color: #8BB5D2;
border: 1px solid #AED0EA;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #E5E8EB none repeat-x scroll 50% 50%;
}
/*jquery-ui.css*/
.ui-jqgrid-hdiv {
border-radius: 0 8px 0 0;
}
.ui-jqgrid .ui-jqgrid-labels th{
border-right: 1px solid #e1e1e1!important;
text-align: center!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
color: #777;
}
.GridClass {
background-color: #EBF2FF;
}
div.ui-state-default.ui-jqgrid-hdiv{
overflow-y: hidden;
}
/*�б�ż������ɫstyle.css*/
.ui-jqgrid-view > .ui-jqgrid-titlebar {
background: #88B5D2 none repeat scroll 0% 0%;
}
/*ace.min.css*/
/*jquery-ui.css*/
.ui-dialog .ui-dialog-titlebar-close {
background: url("../image/close.png");
}
.aisinoCheckError {
padding: 5px 8px;
color: #FFF;
border-radius: 8px 8px;
background-color: #CE5454;
max-width: 200px;
white-space: pre;
position: relative;
margin-left: 0px;
z-index: 1;
transition: 0.25s ease-in-out
}
.aisinoCheckError:after {
content: '';
display: block;
height: 0;
width: 0;
border-color: transparent transparent #CE5454 transparent;
border-style: solid;
border-width: 10px 8px;
position: absolute;
left: 12px;
top: -16px;
}
.layui-btn-ck {
background-color: lightskyblue
}
/*#xz_wwdz .col-md-6>.form-group>label:before{content: "*";width: 4px;height: 4px;display: inline-block;color: red;padding: 0 10px}*/
div.layui-layer-content {
overflow-y: hidden;
!important;
}
#reset_password {
margin-bottom: 0;
/*background-color: #ff6818;*/
}
#LAY_demo{
display: none;
}
.jgoption {
display: inline-block;
width: 19px;
height: 20px;
margin: 0 4px
}
.lock_show{
display: inline!important;
}
.lock_hide{
display: none!important;
}
.x_title > h2 li {
font-size: 14px;
color: #000;
font-weight: 700;
}
.layui-btn-export {
background-color: #ffa2bf
}
#yhgl_userPage .col-md-6 > .form-group > .flag:before {
content: "*";
width: 4px;
height: 4px;
display: inline-block;
color: red;
}
#yhgl_userPage .col-md-6 .form-group > .user-odd {
text-align: right
}
#yhgl_userPage .col-md-6 .form-group > .user-even {
position: relative;
left: -2rem
}
font {
padding-right: 10px;
color: red
}
.yhTree-init, .searchTree_init, .zzjgTree-init,.jsTree-init,.roleTree_init,.style_search {
box-shadow: rgb(226, 226, 226) 4px 3px 6px;
position: absolute;
top: 40px;
left: 4px;
/*width: 186px;*/
height: 400px;
text-align: left;
background-color: #fff;
z-index: 9999;
overflow-y: auto;
overflow-x: auto;
border: 2px solid #e3e3e3;
display: none
}
.xfTree_init,.roleTree_init,.user_init,.common_jg{
width: 400px !important;
height: 450px !important;
}
.zzjgTree-init{
left: 1rem;
}
.search_text{
}
form label {
font-size: 16px;
}
form label small{
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.inv-flagType {
padding: 2px;
width: 20px;
margin: auto;
height: 20px;
line-height: 1.2;
}
.panel_up {
padding-left: 2px !important;
}
.r_panel {
padding-right: 6px !important;
}
.listHide {
display: none;
}
@media (max-width: 500px) {
select {
width: 180px !important;
}
}
/*:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
/*color: #000; opacity:1;*/
/*}*/
/*::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
/*color: #000;opacity:1;*/
/*}*/
/*input:-ms-input-placeholder{*/
/*color: #000;opacity:1;*/
/*}*/
/*input::-webkit-input-placeholder{*/
/*color: #000;opacity:1;*/
/*}*/
| 0.329607 | 0.044598 |
! EDIT THE COLORS BELOW
========================================================== */
/* ==========================================================
! GENERAL
========================================================== */
body {
background-image: url('../../img/bg-james3.jpg');
background-color: #031634;
}
h1,
h2 {
color: #09afad;
}
.color1 {
color: #09afad;
}
h3 {
color: #031634;
}
.btn-default {
background: #031634;
border: #031634;
}
.btn-default:hover {
background: #000012 !important;
}
.btn-primary {
background: #09afad;
border: #09afad;
}
.btn-primary:hover {
background: #009e9c !important;
}
.btn-secondary {
background: #da222b;
border: #da222b;
}
.btn-secondary:hover {
background: #c9111a !important;
}
/* ==========================================================
! Tipography
========================================================== */
p {
color: #333333;
}
.intro-title1 {
color: #222222;
border-bottom: 1px solid #09afad;
}
.intro-title2 {
color: #555555;
}
.section-title {
color: #000523;
}
.section-item-title-1 {
color: #031634;
}
/* ==========================================================
! PAGE LOADER
========================================================== */
#page-loader {
background: #000523;
color: #09afad;
}
/* ==========================================================
! HEADER COLORS
========================================================== */
.top-color {
background: #09afad;
}
.top-color1 {
background: #09afad;
}
.top-color2 {
background: #031634;
}
.top-color3 {
background: #da222b;
}
/* ==========================================================
! SIDE MENU
========================================================== */
.side-menu-button {
background: #333;
opacity: 0.9;
}
.side-menu {
background: #111;
}
.side-menu-nav li a:hover {
color: #fff;
}
.side-menu-nav li.active a {
color: #fff;
}
#side-menu-close {
color: #fff;
}
/* ==========================================================
! GENERAL CONTENT
========================================================== */
/* ==========================================================
! PROFILE INTRO
========================================================== */
.profile-pic {
border: 5px solid #09afad;
}
/* ==========================================================
! TIMELINE PROGRESS
========================================================== */
.timeline-wrap {
background: #09afad;
}
.line-content {
color: #333333;
}
/* ==========================================================
! SECTIONS: EDUCATION AND WORK EXPERIENCE
========================================================== */
.graduation-time,
.job {
color: #777777;
}
/* ==========================================================
! SECTION: SKILLS
========================================================== */
.progress > .progress-completed {
color: #888;
}
.progress-bar {
background: #09afad;
}
.progress-bar-2 {
background: #031634;
}
.progress-bar-3 {
background: #da222b;
}
/* ==========================================================
! SECTION: PORTFOLIO
========================================================== */
.portfolio .line-content {
height: 255px;
}
.portfolio-item .hover-bg {
background: #008d8b;
}
.bx-prev,
.bx-next {
background: #031634;
}
.bx-prev:hover,
.bx-next:hover {
color: #fff;
background: #000001;
}
/* ==========================================================
! SECTION: CONTACT
========================================================== */
input.form-control,
textarea.form-control {
background: #2bd1cf;
border: 1px solid #1ac0be;
}
.form-send {
background: #031634;
color: #fff;
}
.contact-subtitle-1 {
color: #031634;
}
.modal-content .modal-title {
color: #031634;
}
/* ==========================================================
! SECTION: THANK YOU
========================================================== */
.thank-you {
color: #888888;
}
/* ==========================================================
! FOOTER
========================================================== */
#footer {
background: #da222b;
color: #fff;
}
#footer p {
color: #fff;
}
|
resume/static/css/themes/james.css
|
! EDIT THE COLORS BELOW
========================================================== */
/* ==========================================================
! GENERAL
========================================================== */
body {
background-image: url('../../img/bg-james3.jpg');
background-color: #031634;
}
h1,
h2 {
color: #09afad;
}
.color1 {
color: #09afad;
}
h3 {
color: #031634;
}
.btn-default {
background: #031634;
border: #031634;
}
.btn-default:hover {
background: #000012 !important;
}
.btn-primary {
background: #09afad;
border: #09afad;
}
.btn-primary:hover {
background: #009e9c !important;
}
.btn-secondary {
background: #da222b;
border: #da222b;
}
.btn-secondary:hover {
background: #c9111a !important;
}
/* ==========================================================
! Tipography
========================================================== */
p {
color: #333333;
}
.intro-title1 {
color: #222222;
border-bottom: 1px solid #09afad;
}
.intro-title2 {
color: #555555;
}
.section-title {
color: #000523;
}
.section-item-title-1 {
color: #031634;
}
/* ==========================================================
! PAGE LOADER
========================================================== */
#page-loader {
background: #000523;
color: #09afad;
}
/* ==========================================================
! HEADER COLORS
========================================================== */
.top-color {
background: #09afad;
}
.top-color1 {
background: #09afad;
}
.top-color2 {
background: #031634;
}
.top-color3 {
background: #da222b;
}
/* ==========================================================
! SIDE MENU
========================================================== */
.side-menu-button {
background: #333;
opacity: 0.9;
}
.side-menu {
background: #111;
}
.side-menu-nav li a:hover {
color: #fff;
}
.side-menu-nav li.active a {
color: #fff;
}
#side-menu-close {
color: #fff;
}
/* ==========================================================
! GENERAL CONTENT
========================================================== */
/* ==========================================================
! PROFILE INTRO
========================================================== */
.profile-pic {
border: 5px solid #09afad;
}
/* ==========================================================
! TIMELINE PROGRESS
========================================================== */
.timeline-wrap {
background: #09afad;
}
.line-content {
color: #333333;
}
/* ==========================================================
! SECTIONS: EDUCATION AND WORK EXPERIENCE
========================================================== */
.graduation-time,
.job {
color: #777777;
}
/* ==========================================================
! SECTION: SKILLS
========================================================== */
.progress > .progress-completed {
color: #888;
}
.progress-bar {
background: #09afad;
}
.progress-bar-2 {
background: #031634;
}
.progress-bar-3 {
background: #da222b;
}
/* ==========================================================
! SECTION: PORTFOLIO
========================================================== */
.portfolio .line-content {
height: 255px;
}
.portfolio-item .hover-bg {
background: #008d8b;
}
.bx-prev,
.bx-next {
background: #031634;
}
.bx-prev:hover,
.bx-next:hover {
color: #fff;
background: #000001;
}
/* ==========================================================
! SECTION: CONTACT
========================================================== */
input.form-control,
textarea.form-control {
background: #2bd1cf;
border: 1px solid #1ac0be;
}
.form-send {
background: #031634;
color: #fff;
}
.contact-subtitle-1 {
color: #031634;
}
.modal-content .modal-title {
color: #031634;
}
/* ==========================================================
! SECTION: THANK YOU
========================================================== */
.thank-you {
color: #888888;
}
/* ==========================================================
! FOOTER
========================================================== */
#footer {
background: #da222b;
color: #fff;
}
#footer p {
color: #fff;
}
| 0.218086 | 0.046378 |
.background--orange {
background-color: #ff5f01;
}
body {
background-color: #dcdcdc;
}
.row {
padding: 4em 0;
}
.row p {
font-size: 4em;
font-family: "anironregular", sans serif;
}
#el1 {
display: flex;
align-items: center;
justify-content: center;
}
#el1 div {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: transparent;
border: 6px solid #ff5f01;
box-shadow: 5px 6px 10px 0px rgba(255, 95, 1, 0.5);
}
#el2 {
display: flex;
align-items: center;
justify-content: center;
}
#el2 div {
width: 250px;
height: 250px;
border-radius: 50%;
background-color: transparent;
border: 25px solid #f7c83a;
box-shadow: 20.8333333333px 25px 41.6666666667px 0px rgba(247, 200, 58, 0.5);
}
#el3 > div {
display: flex;
align-items: center;
justify-content: center;
}
#el3 > div div.ring:nth-child(1) {
margin-left: -10px;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: transparent;
border: 3px solid dimgrey;
box-shadow: 2.5px 3px 5px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(2) {
margin-left: -20px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: transparent;
border: 6px solid dimgrey;
box-shadow: 5px 6px 10px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(3) {
margin-left: -30px;
width: 90px;
height: 90px;
border-radius: 50%;
background-color: transparent;
border: 9px solid dimgrey;
box-shadow: 7.5px 9px 15px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(4) {
margin-left: -40px;
width: 120px;
height: 120px;
border-radius: 50%;
background-color: transparent;
border: 12px solid dimgrey;
box-shadow: 10px 12px 20px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(5) {
margin-left: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
background-color: transparent;
border: 15px solid dimgrey;
box-shadow: 12.5px 15px 25px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(6) {
margin-left: -60px;
width: 180px;
height: 180px;
border-radius: 50%;
background-color: transparent;
border: 18px solid dimgrey;
box-shadow: 15px 18px 30px 0px rgba(105, 105, 105, 0.5);
}
|
css/main.css
|
.background--orange {
background-color: #ff5f01;
}
body {
background-color: #dcdcdc;
}
.row {
padding: 4em 0;
}
.row p {
font-size: 4em;
font-family: "anironregular", sans serif;
}
#el1 {
display: flex;
align-items: center;
justify-content: center;
}
#el1 div {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: transparent;
border: 6px solid #ff5f01;
box-shadow: 5px 6px 10px 0px rgba(255, 95, 1, 0.5);
}
#el2 {
display: flex;
align-items: center;
justify-content: center;
}
#el2 div {
width: 250px;
height: 250px;
border-radius: 50%;
background-color: transparent;
border: 25px solid #f7c83a;
box-shadow: 20.8333333333px 25px 41.6666666667px 0px rgba(247, 200, 58, 0.5);
}
#el3 > div {
display: flex;
align-items: center;
justify-content: center;
}
#el3 > div div.ring:nth-child(1) {
margin-left: -10px;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: transparent;
border: 3px solid dimgrey;
box-shadow: 2.5px 3px 5px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(2) {
margin-left: -20px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: transparent;
border: 6px solid dimgrey;
box-shadow: 5px 6px 10px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(3) {
margin-left: -30px;
width: 90px;
height: 90px;
border-radius: 50%;
background-color: transparent;
border: 9px solid dimgrey;
box-shadow: 7.5px 9px 15px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(4) {
margin-left: -40px;
width: 120px;
height: 120px;
border-radius: 50%;
background-color: transparent;
border: 12px solid dimgrey;
box-shadow: 10px 12px 20px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(5) {
margin-left: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
background-color: transparent;
border: 15px solid dimgrey;
box-shadow: 12.5px 15px 25px 0px rgba(105, 105, 105, 0.5);
}
#el3 > div div.ring:nth-child(6) {
margin-left: -60px;
width: 180px;
height: 180px;
border-radius: 50%;
background-color: transparent;
border: 18px solid dimgrey;
box-shadow: 15px 18px 30px 0px rgba(105, 105, 105, 0.5);
}
| 0.4856 | 0.107157 |
@charset "UTF-8";
input[type="submit"] {
background:none;
border:solid 2px #21a1e1;
color:#21a1e1;
padding:15px 40px;
font-size:15px;
display:inline-block;
cursor:pointer;
}
input[type="submit"]:active {
color:white;
background:#21a1e1;
}
form.slideout {
display:table;
margin:5px auto;
}
form.slideout input {
background:none;
border:solid 2px #21a1e1;
color:#21a1e1;
padding:15px 40px;
font-size:15px;
display:inline-block;
}
form.slideout input:focus, form.slideout input:active {
outline:none;
}
form.slideout input[type="text"], form.slideout input[type="password"] {
border:none;
border-bottom:solid 2px #21a1e1;
}
form.slideout .input-group {
margin:25px 10px 25px 0;
position:relative;
}
form.slideout .input-group input {
padding:15px 10px;
}
form.slideout .input-group label {
position:absolute;
top:50%;
left:10px;
transform:translateY(-50%);
font-style:italic;
color:#999;
pointer-events:none;
transition:all 0.15s ease-out 0s;
}
form.slideout .input-group input:focus + label, form.slideout .input-group input.has-value + label {
top:0px;
font-size:12px;
color:#aaa;
}
form div.selector {
border:0;
color:white;
font-weight:bold;
padding:0;
position:relative;
top:10px;
width:300px;
}
form div.selector input[type="radio"] {
opacity:0;
position:absolute;
}
form div.selector label {
color:#dedede;
cursor:pointer;
float:left;
margin-top:2px;
padding:5px 0 3px 0;
position:relative;
text-align:center;
width:16.6%;
z-index:2;
}
form div.selector input[type="radio"]:checked + label {
color:#6b6b6b;
transition:all 0.4s ease-in 0s;
}
form div.selector input[type="radio"]:focus + label {
background-color:#ededed;
transition:all 0.4s ease-in 0s;
}
form div.selector .switch {
border-bottom:solid 1px #6b6b6b;
clear:both;
height:100%;
left:-1px;
margin:2px;
position:absolute;
top:0;
transition:all 0.3s ease-out;
z-index:1;
width:16%;
}
form div.selector input[type="radio"]:last-of-type:checked ~ .switch {
left:25%;
}
form div.selector input[type="radio"]:checked:nth-of-type(2) ~ .switch {
left:16.6%;
}
form div.selector input[type="radio"]:checked:last-of-type ~ .switch {
left:16.26%;
}
@media screen and (max-width:500px) {
input[type="submit"], form.slideout input[type="submit"] {
padding:5px 13px;
}
}
|
oce-system/css/form.css
|
@charset "UTF-8";
input[type="submit"] {
background:none;
border:solid 2px #21a1e1;
color:#21a1e1;
padding:15px 40px;
font-size:15px;
display:inline-block;
cursor:pointer;
}
input[type="submit"]:active {
color:white;
background:#21a1e1;
}
form.slideout {
display:table;
margin:5px auto;
}
form.slideout input {
background:none;
border:solid 2px #21a1e1;
color:#21a1e1;
padding:15px 40px;
font-size:15px;
display:inline-block;
}
form.slideout input:focus, form.slideout input:active {
outline:none;
}
form.slideout input[type="text"], form.slideout input[type="password"] {
border:none;
border-bottom:solid 2px #21a1e1;
}
form.slideout .input-group {
margin:25px 10px 25px 0;
position:relative;
}
form.slideout .input-group input {
padding:15px 10px;
}
form.slideout .input-group label {
position:absolute;
top:50%;
left:10px;
transform:translateY(-50%);
font-style:italic;
color:#999;
pointer-events:none;
transition:all 0.15s ease-out 0s;
}
form.slideout .input-group input:focus + label, form.slideout .input-group input.has-value + label {
top:0px;
font-size:12px;
color:#aaa;
}
form div.selector {
border:0;
color:white;
font-weight:bold;
padding:0;
position:relative;
top:10px;
width:300px;
}
form div.selector input[type="radio"] {
opacity:0;
position:absolute;
}
form div.selector label {
color:#dedede;
cursor:pointer;
float:left;
margin-top:2px;
padding:5px 0 3px 0;
position:relative;
text-align:center;
width:16.6%;
z-index:2;
}
form div.selector input[type="radio"]:checked + label {
color:#6b6b6b;
transition:all 0.4s ease-in 0s;
}
form div.selector input[type="radio"]:focus + label {
background-color:#ededed;
transition:all 0.4s ease-in 0s;
}
form div.selector .switch {
border-bottom:solid 1px #6b6b6b;
clear:both;
height:100%;
left:-1px;
margin:2px;
position:absolute;
top:0;
transition:all 0.3s ease-out;
z-index:1;
width:16%;
}
form div.selector input[type="radio"]:last-of-type:checked ~ .switch {
left:25%;
}
form div.selector input[type="radio"]:checked:nth-of-type(2) ~ .switch {
left:16.6%;
}
form div.selector input[type="radio"]:checked:last-of-type ~ .switch {
left:16.26%;
}
@media screen and (max-width:500px) {
input[type="submit"], form.slideout input[type="submit"] {
padding:5px 13px;
}
}
| 0.394084 | 0.119691 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.